

/* app/javascript/stylesheets/id.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(16, 1, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #100100;
  text-align: left;
  background-color: #f6f7f8;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          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: #16abd6;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(14.8686440678, 115.5699152542, 144.6313559322);
  text-decoration: none;
}
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:
    "Ubuntu Mono",
    "Monaco",
    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: #a8a8a8;
  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] {
  -webkit-box-sizing: border-box;
          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-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 1.75rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}
.display-1 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #e6e6e6;
}
small,
.small {
  font-size: 80%;
  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.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #a8a8a8;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #a8a8a8;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #4b4b4d;
  border-radius: 24px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #4b4b4d;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1280px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: #4b4b4d;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e6e6;
}
.table tbody + tbody {
  border-top: 2px solid #e6e6e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e6e6e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e6e6e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(16, 1, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #4b4b4d;
  background-color: rgba(16, 1, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(189.76, 231.48, 243.52);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(133.84, 211.32, 233.68);
}
.table-hover .table-primary:hover {
  background-color: rgb(168.0756934307, 223.6624817518, 239.7043065693);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(168.0756934307, 223.6624817518, 239.7043065693);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(206.28, 237.64, 230.08);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(164.52, 222.76, 208.72);
}
.table-hover .table-secondary:hover {
  background-color: rgb(187.4791525424, 230.9408474576, 220.4634745763);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(187.4791525424, 230.9408474576, 220.4634745763);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 226.44, 215.8);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 201.96, 182.2);
}
.table-hover .table-success:hover {
  background-color: rgb(165.3857142857, 219.1542857143, 205.8);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(165.3857142857, 219.1542857143, 205.8);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(213.2591186441, 242.3216949153, 250.7088813559);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(177.481220339, 231.4545762712, 247.030779661);
}
.table-hover .table-info:hover {
  background-color: rgb(190.1362372881, 235.2983898305, 248.3317627119);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(190.1362372881, 235.2983898305, 248.3317627119);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 227.84, 199);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 204.56, 151);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 215.4725, 173.5);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 215.4725, 173.5);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(236.24, 185.56, 204.88);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(220.16, 126.04, 161.92);
}
.table-hover .table-danger:hover {
  background-color: rgb(230.8161904762, 165.4838095238, 190.3895238095);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(230.8161904762, 165.4838095238, 190.3895238095);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(252.76, 252.76, 252.76);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(250.84, 250.84, 250.84);
}
.table-hover .table-light:hover {
  background-color: rgb(240.01, 240.01, 240.01);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(240.01, 240.01, 240.01);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(213.84, 213.84, 213.84);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(178.56, 178.56, 178.56);
}
.table-hover .table-dark:hover {
  background-color: rgb(201.09, 201.09, 201.09);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(201.09, 201.09, 201.09);
}
.table-body-bg,
.table-body-bg > th,
.table-body-bg > td {
  background-color: rgb(252.48, 252.76, 253.04);
}
.table-body-bg th,
.table-body-bg td,
.table-body-bg thead th,
.table-body-bg tbody + tbody {
  border-color: rgb(250.32, 250.84, 251.36);
}
.table-hover .table-body-bg:hover {
  background-color: rgb(238.13625, 240.01, 241.88375);
}
.table-hover .table-body-bg:hover > td,
.table-hover .table-body-bg:hover > th {
  background-color: rgb(238.13625, 240.01, 241.88375);
}
.table-dark-btn,
.table-dark-btn > th,
.table-dark-btn > td {
  background-color: rgb(193.12, 207.68, 213);
}
.table-dark-btn th,
.table-dark-btn td,
.table-dark-btn thead th,
.table-dark-btn tbody + tbody {
  border-color: rgb(140.08, 167.12, 177);
}
.table-hover .table-dark-btn:hover {
  background-color: rgb(177.9299730458, 196.064097035, 202.6900269542);
}
.table-hover .table-dark-btn:hover > td,
.table-hover .table-dark-btn:hover > th {
  background-color: rgb(177.9299730458, 196.064097035, 202.6900269542);
}
.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-gray-lighter,
.table-gray-lighter > th,
.table-gray-lighter > td {
  background-color: rgb(252.76, 252.76, 252.76);
}
.table-gray-lighter th,
.table-gray-lighter td,
.table-gray-lighter thead th,
.table-gray-lighter tbody + tbody {
  border-color: rgb(250.84, 250.84, 250.84);
}
.table-hover .table-gray-lighter:hover {
  background-color: rgb(240.01, 240.01, 240.01);
}
.table-hover .table-gray-lighter:hover > td,
.table-hover .table-gray-lighter:hover > th {
  background-color: rgb(240.01, 240.01, 240.01);
}
.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
  background-color: #f8f8f8;
}
.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody + tbody {
  border-color: #f2f2f2;
}
.table-hover .table-gray-light:hover {
  background-color: rgb(235.25, 235.25, 235.25);
}
.table-hover .table-gray-light:hover > td,
.table-hover .table-gray-light:hover > th {
  background-color: rgb(235.25, 235.25, 235.25);
}
.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: rgb(230.64, 230.64, 230.64);
}
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: rgb(209.76, 209.76, 209.76);
}
.table-hover .table-gray:hover {
  background-color: rgb(217.89, 217.89, 217.89);
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: rgb(217.89, 217.89, 217.89);
}
.table-gray-mid,
.table-gray-mid > th,
.table-gray-mid > td {
  background-color: rgb(213.84, 213.84, 213.84);
}
.table-gray-mid th,
.table-gray-mid td,
.table-gray-mid thead th,
.table-gray-mid tbody + tbody {
  border-color: rgb(178.56, 178.56, 178.56);
}
.table-hover .table-gray-mid:hover {
  background-color: rgb(201.09, 201.09, 201.09);
}
.table-hover .table-gray-mid:hover > td,
.table-hover .table-gray-mid:hover > th {
  background-color: rgb(201.09, 201.09, 201.09);
}
.table-gray-dark,
.table-gray-dark > th,
.table-gray-dark > td {
  background-color: rgb(213.84, 213.84, 213.84);
}
.table-gray-dark th,
.table-gray-dark td,
.table-gray-dark thead th,
.table-gray-dark tbody + tbody {
  border-color: rgb(178.56, 178.56, 178.56);
}
.table-hover .table-gray-dark:hover {
  background-color: rgb(201.09, 201.09, 201.09);
}
.table-hover .table-gray-dark:hover > td,
.table-hover .table-gray-dark:hover > th {
  background-color: rgb(201.09, 201.09, 201.09);
}
.table-gray-darker,
.table-gray-darker > th,
.table-gray-darker > td {
  background-color: rgb(204.6, 204.6, 205.16);
}
.table-gray-darker th,
.table-gray-darker td,
.table-gray-darker thead th,
.table-gray-darker tbody + tbody {
  border-color: rgb(161.4, 161.4, 162.44);
}
.table-hover .table-gray-darker:hover {
  background-color: rgb(191.7787709497, 191.7787709497, 192.4812290503);
}
.table-hover .table-gray-darker:hover > td,
.table-hover .table-gray-darker:hover > th {
  background-color: rgb(191.7787709497, 191.7787709497, 192.4812290503);
}
.table-black,
.table-black > th,
.table-black > td {
  background-color: rgb(188.08, 183.88, 183.6);
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: rgb(130.72, 122.92, 122.4);
}
.table-hover .table-black:hover {
  background-color: rgb(175.7429554656, 170.7686639676, 170.4370445344);
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: rgb(175.7429554656, 170.7686639676, 170.4370445344);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(16, 1, 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: #6c6c6c;
  border-color: rgb(127.125, 127.125, 127.125);
}
.table .thead-light th {
  color: #6c6c6c;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.table-dark {
  color: #fff;
  background-color: #6c6c6c;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(127.125, 127.125, 127.125);
}
.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 + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c6c6c;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #a8a8a8;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #6c6c6c;
  background-color: #fff;
  border-color: rgb(122.156779661, 214.6504237288, 241.343220339);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.form-control::placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e6e6e6;
  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 #6c6c6c;
}
select.form-control:focus::-ms-value {
  color: #6c6c6c;
  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.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #4b4b4d;
  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 + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: #a8a8a8;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #009973;
}
.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 153, 115, 0.9);
  border-radius: 0.25rem;
}
.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: #009973;
  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='%23009973' 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: #009973;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 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: #009973;
  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='%236c6c6c' 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='%23009973' 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: #009973;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #009973;
}
.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: #009973;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #009973;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(0, 204, 153.3333333333);
  background-color: rgb(0, 204, 153.3333333333);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 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: #009973;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #009973;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #009973;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #bc074c;
}
.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(188, 7, 76, 0.9);
  border-radius: 0.25rem;
}
.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: #bc074c;
  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='%23bc074c' 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='%23bc074c' 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: #bc074c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 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: #bc074c;
  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='%236c6c6c' 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='%23bc074c' 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='%23bc074c' 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: #bc074c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #bc074c;
}
.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: #bc074c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #bc074c;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(237.1692307692, 8.8307692308, 95.8769230769);
  background-color: rgb(237.1692307692, 8.8307692308, 95.8769230769);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 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: #bc074c;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #bc074c;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #bc074c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn,
.copy-btn {
  display: inline-block;
  font-weight: 400;
  color: #100100;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10em;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .copy-btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover,
.copy-btn:hover {
  color: #100100;
  text-decoration: none;
}
.btn:focus,
.copy-btn:focus,
.btn.focus,
.focus.copy-btn {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
}
.btn.disabled,
.disabled.copy-btn,
.btn:disabled,
.copy-btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled),
.copy-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
a.disabled.copy-btn,
fieldset:disabled a.btn,
fieldset:disabled a.copy-btn {
  pointer-events: none;
}
.btn-primary,
.copy-btn {
  color: #fff;
  background-color: #16abd6;
  border-color: #16abd6;
}
.btn-primary:hover,
.copy-btn:hover {
  color: #fff;
  background-color: rgb(18.4343220339, 143.2849576271, 179.3156779661);
  border-color: rgb(17.2457627119, 134.0466101695, 167.7542372881);
}
.btn-primary:focus,
.copy-btn:focus,
.btn-primary.focus,
.focus.copy-btn {
  color: #fff;
  background-color: rgb(18.4343220339, 143.2849576271, 179.3156779661);
  border-color: rgb(17.2457627119, 134.0466101695, 167.7542372881);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56.95, 183.6, 220.15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56.95, 183.6, 220.15, 0.5);
}
.btn-primary.disabled,
.disabled.copy-btn,
.btn-primary:disabled,
.copy-btn:disabled {
  color: #fff;
  background-color: #16abd6;
  border-color: #16abd6;
}
.btn-primary:not(:disabled):not(.disabled):active,
.copy-btn:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.copy-btn:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.copy-btn {
  color: #fff;
  background-color: rgb(17.2457627119, 134.0466101695, 167.7542372881);
  border-color: rgb(16.0572033898, 124.8082627119, 156.1927966102);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.copy-btn:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.copy-btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.copy-btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56.95, 183.6, 220.15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56.95, 183.6, 220.15, 0.5);
}
.btn-secondary {
  color: #4b4b4d;
  background-color: #51c1a6;
  border-color: #51c1a6;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(61.9343220339, 173.8156779661, 146.844279661);
  border-color: rgb(58.5847457627, 164.4152542373, 138.9025423729);
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: rgb(61.9343220339, 173.8156779661, 146.844279661);
  border-color: rgb(58.5847457627, 164.4152542373, 138.9025423729);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80.1, 175.3, 152.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(80.1, 175.3, 152.65, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4b4b4d;
  background-color: #51c1a6;
  border-color: #51c1a6;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(58.5847457627, 164.4152542373, 138.9025423729);
  border-color: rgb(55.2351694915, 155.0148305085, 130.9608050847);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80.1, 175.3, 152.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(80.1, 175.3, 152.65, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #009973;
  border-color: #009973;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 114.75, 86.25);
  border-color: rgb(0, 102, 76.6666666667);
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(0, 114.75, 86.25);
  border-color: rgb(0, 102, 76.6666666667);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 168.3, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 168.3, 136, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #009973;
  border-color: #009973;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 102, 76.6666666667);
  border-color: rgb(0, 89.25, 67.0833333333);
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 168.3, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 168.3, 136, 0.5);
}
.btn-info {
  color: #4b4b4d;
  background-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
  border-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
}
.btn-info:hover {
  color: #4b4b4d;
  background-color: rgb(71.2411016949, 199.1853813559, 236.1088983051);
  border-color: rgb(59.6796610169, 195.6737288136, 234.9203389831);
}
.btn-info:focus,
.btn-info.focus {
  color: #4b4b4d;
  background-color: rgb(71.2411016949, 199.1853813559, 236.1088983051);
  border-color: rgb(59.6796610169, 195.6737288136, 234.9203389831);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(101.2866101695, 189.5122881356, 215.2733898305, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(101.2866101695, 189.5122881356, 215.2733898305, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4b4b4d;
  background-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
  border-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #4b4b4d;
  background-color: rgb(59.6796610169, 195.6737288136, 234.9203389831);
  border-color: rgb(48.118220339, 192.1620762712, 233.731779661);
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(101.2866101695, 189.5122881356, 215.2733898305, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(101.2866101695, 189.5122881356, 215.2733898305, 0.5);
}
.btn-warning {
  color: #4b4b4d;
  background-color: #ff9e37;
  border-color: #ff9e37;
}
.btn-warning:hover {
  color: #4b4b4d;
  background-color: rgb(255, 139.44875, 16.75);
  border-color: rgb(255, 133.265, 4);
}
.btn-warning:focus,
.btn-warning.focus {
  color: #4b4b4d;
  background-color: rgb(255, 139.44875, 16.75);
  border-color: rgb(255, 133.265, 4);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 145.55, 58.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 145.55, 58.3, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4b4b4d;
  background-color: #ff9e37;
  border-color: #ff9e37;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #4b4b4d;
  background-color: rgb(255, 133.265, 4);
  border-color: rgb(246.25, 126.81875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 145.55, 58.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 145.55, 58.3, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #bc074c;
  border-color: #bc074c;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(151.1230769231, 5.6269230769, 61.0923076923);
  border-color: rgb(138.8307692308, 5.1692307692, 56.1230769231);
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(151.1230769231, 5.6269230769, 61.0923076923);
  border-color: rgb(138.8307692308, 5.1692307692, 56.1230769231);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198.05, 44.2, 102.85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198.05, 44.2, 102.85, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #bc074c;
  border-color: #bc074c;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(138.8307692308, 5.1692307692, 56.1230769231);
  border-color: rgb(126.5384615385, 4.7115384615, 51.1538461538);
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198.05, 44.2, 102.85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(198.05, 44.2, 102.85, 0.5);
}
.btn-light {
  color: #4b4b4d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-light:hover {
  color: #4b4b4d;
  background-color: rgb(227.875, 227.875, 227.875);
  border-color: rgb(221.5, 221.5, 221.5);
}
.btn-light:focus,
.btn-light.focus {
  color: #4b4b4d;
  background-color: rgb(227.875, 227.875, 227.875);
  border-color: rgb(221.5, 221.5, 221.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.2, 221.2, 221.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.2, 221.2, 221.5, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #4b4b4d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #4b4b4d;
  background-color: rgb(221.5, 221.5, 221.5);
  border-color: rgb(215.125, 215.125, 215.125);
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.2, 221.2, 221.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.2, 221.2, 221.5, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(88.875, 88.875, 88.875);
  border-color: rgb(82.5, 82.5, 82.5);
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: rgb(88.875, 88.875, 88.875);
  border-color: rgb(82.5, 82.5, 82.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(82.5, 82.5, 82.5);
  border-color: rgb(76.125, 76.125, 76.125);
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
}
.btn-body-bg {
  color: #4b4b4d;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-body-bg:hover {
  color: #4b4b4d;
  background-color: rgb(224.484375, 227.875, 231.265625);
  border-color: rgb(217.3125, 221.5, 225.6875);
}
.btn-body-bg:focus,
.btn-body-bg.focus {
  color: #4b4b4d;
  background-color: rgb(224.484375, 227.875, 231.265625);
  border-color: rgb(217.3125, 221.5, 225.6875);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220.35, 221.2, 222.35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220.35, 221.2, 222.35, 0.5);
}
.btn-body-bg.disabled,
.btn-body-bg:disabled {
  color: #4b4b4d;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-body-bg:not(:disabled):not(.disabled):active,
.btn-body-bg:not(:disabled):not(.disabled).active,
.show > .btn-body-bg.dropdown-toggle {
  color: #4b4b4d;
  background-color: rgb(217.3125, 221.5, 225.6875);
  border-color: rgb(210.140625, 215.125, 220.109375);
}
.btn-body-bg:not(:disabled):not(.disabled):active:focus,
.btn-body-bg:not(:disabled):not(.disabled).active:focus,
.show > .btn-body-bg.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220.35, 221.2, 222.35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220.35, 221.2, 222.35, 0.5);
}
.btn-dark-btn {
  color: #fff;
  background-color: #225669;
  border-color: #225669;
}
.btn-dark-btn:hover {
  color: #fff;
  background-color: rgb(24.6438848921, 62.3345323741, 76.1061151079);
  border-color: rgb(21.5251798561, 54.4460431655, 66.4748201439);
}
.btn-dark-btn:focus,
.btn-dark-btn.focus {
  color: #fff;
  background-color: rgb(24.6438848921, 62.3345323741, 76.1061151079);
  border-color: rgb(21.5251798561, 54.4460431655, 66.4748201439);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67.15, 111.35, 127.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67.15, 111.35, 127.5, 0.5);
}
.btn-dark-btn.disabled,
.btn-dark-btn:disabled {
  color: #fff;
  background-color: #225669;
  border-color: #225669;
}
.btn-dark-btn:not(:disabled):not(.disabled):active,
.btn-dark-btn:not(:disabled):not(.disabled).active,
.show > .btn-dark-btn.dropdown-toggle {
  color: #fff;
  background-color: rgb(21.5251798561, 54.4460431655, 66.4748201439);
  border-color: rgb(18.4064748201, 46.5575539568, 56.8435251799);
}
.btn-dark-btn:not(:disabled):not(.disabled):active:focus,
.btn-dark-btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67.15, 111.35, 127.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67.15, 111.35, 127.5, 0.5);
}
.btn-white {
  color: #4b4b4d;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #4b4b4d;
  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: #4b4b4d;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 228, 228.3, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #4b4b4d;
  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: #4b4b4d;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 228, 228.3, 0.5);
}
.btn-gray-lighter {
  color: #4b4b4d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-gray-lighter:hover {
  color: #4b4b4d;
  background-color: rgb(227.875, 227.875, 227.875);
  border-color: rgb(221.5, 221.5, 221.5);
}
.btn-gray-lighter:focus,
.btn-gray-lighter.focus {
  color: #4b4b4d;
  background-color: rgb(227.875, 227.875, 227.875);
  border-color: rgb(221.5, 221.5, 221.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.2, 221.2, 221.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.2, 221.2, 221.5, 0.5);
}
.btn-gray-lighter.disabled,
.btn-gray-lighter:disabled {
  color: #4b4b4d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-gray-lighter:not(:disabled):not(.disabled):active,
.btn-gray-lighter:not(:disabled):not(.disabled).active,
.show > .btn-gray-lighter.dropdown-toggle {
  color: #4b4b4d;
  background-color: rgb(221.5, 221.5, 221.5);
  border-color: rgb(215.125, 215.125, 215.125);
}
.btn-gray-lighter:not(:disabled):not(.disabled):active:focus,
.btn-gray-lighter:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.2, 221.2, 221.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.2, 221.2, 221.5, 0.5);
}
.btn-gray-light {
  color: #4b4b4d;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-gray-light:hover {
  color: #4b4b4d;
  background-color: rgb(210.875, 210.875, 210.875);
  border-color: rgb(204.5, 204.5, 204.5);
}
.btn-gray-light:focus,
.btn-gray-light.focus {
  color: #4b4b4d;
  background-color: rgb(210.875, 210.875, 210.875);
  border-color: rgb(204.5, 204.5, 204.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206.75, 206.75, 207.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206.75, 206.75, 207.05, 0.5);
}
.btn-gray-light.disabled,
.btn-gray-light:disabled {
  color: #4b4b4d;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-gray-light:not(:disabled):not(.disabled):active,
.btn-gray-light:not(:disabled):not(.disabled).active,
.show > .btn-gray-light.dropdown-toggle {
  color: #4b4b4d;
  background-color: rgb(204.5, 204.5, 204.5);
  border-color: rgb(198.125, 198.125, 198.125);
}
.btn-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-gray-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206.75, 206.75, 207.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206.75, 206.75, 207.05, 0.5);
}
.btn-gray {
  color: #4b4b4d;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-gray:hover {
  color: #fff;
  background-color: rgb(148.875, 148.875, 148.875);
  border-color: rgb(142.5, 142.5, 142.5);
}
.btn-gray:focus,
.btn-gray.focus {
  color: #fff;
  background-color: rgb(148.875, 148.875, 148.875);
  border-color: rgb(142.5, 142.5, 142.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154.05, 154.05, 154.35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(154.05, 154.05, 154.35, 0.5);
}
.btn-gray.disabled,
.btn-gray:disabled {
  color: #4b4b4d;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: rgb(142.5, 142.5, 142.5);
  border-color: rgb(136.125, 136.125, 136.125);
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154.05, 154.05, 154.35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(154.05, 154.05, 154.35, 0.5);
}
.btn-gray-mid {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-gray-mid:hover {
  color: #fff;
  background-color: rgb(88.875, 88.875, 88.875);
  border-color: rgb(82.5, 82.5, 82.5);
}
.btn-gray-mid:focus,
.btn-gray-mid.focus {
  color: #fff;
  background-color: rgb(88.875, 88.875, 88.875);
  border-color: rgb(82.5, 82.5, 82.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
}
.btn-gray-mid.disabled,
.btn-gray-mid:disabled {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-gray-mid:not(:disabled):not(.disabled):active,
.btn-gray-mid:not(:disabled):not(.disabled).active,
.show > .btn-gray-mid.dropdown-toggle {
  color: #fff;
  background-color: rgb(82.5, 82.5, 82.5);
  border-color: rgb(76.125, 76.125, 76.125);
}
.btn-gray-mid:not(:disabled):not(.disabled):active:focus,
.btn-gray-mid:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-mid.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
}
.btn-gray-dark {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-gray-dark:hover {
  color: #fff;
  background-color: rgb(88.875, 88.875, 88.875);
  border-color: rgb(82.5, 82.5, 82.5);
}
.btn-gray-dark:focus,
.btn-gray-dark.focus {
  color: #fff;
  background-color: rgb(88.875, 88.875, 88.875);
  border-color: rgb(82.5, 82.5, 82.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
}
.btn-gray-dark.disabled,
.btn-gray-dark:disabled {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-gray-dark:not(:disabled):not(.disabled):active,
.btn-gray-dark:not(:disabled):not(.disabled).active,
.show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(82.5, 82.5, 82.5);
  border-color: rgb(76.125, 76.125, 76.125);
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-gray-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 130.05, 130.05, 0.5);
}
.btn-gray-darker {
  color: #fff;
  background-color: #4b4b4d;
  border-color: #4b4b4d;
}
.btn-gray-darker:hover {
  color: #fff;
  background-color: rgb(56.1266447368, 56.1266447368, 57.6233552632);
  border-color: rgb(49.8355263158, 49.8355263158, 51.1644736842);
}
.btn-gray-darker:focus,
.btn-gray-darker.focus {
  color: #fff;
  background-color: rgb(56.1266447368, 56.1266447368, 57.6233552632);
  border-color: rgb(49.8355263158, 49.8355263158, 51.1644736842);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 102, 103.7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 102, 103.7, 0.5);
}
.btn-gray-darker.disabled,
.btn-gray-darker:disabled {
  color: #fff;
  background-color: #4b4b4d;
  border-color: #4b4b4d;
}
.btn-gray-darker:not(:disabled):not(.disabled):active,
.btn-gray-darker:not(:disabled):not(.disabled).active,
.show > .btn-gray-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(49.8355263158, 49.8355263158, 51.1644736842);
  border-color: rgb(43.5444078947, 43.5444078947, 44.7055921053);
}
.btn-gray-darker:not(:disabled):not(.disabled):active:focus,
.btn-gray-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-darker.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 102, 103.7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 102, 103.7, 0.5);
}
.btn-black {
  color: #fff;
  background-color: #100100;
  border-color: #100100;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51.85, 39.1, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51.85, 39.1, 38.25, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #100100;
  border-color: #100100;
}
.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51.85, 39.1, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51.85, 39.1, 38.25, 0.5);
}
.btn-outline-primary {
  color: #16abd6;
  border-color: #16abd6;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #16abd6;
  border-color: #16abd6;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #16abd6;
  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: #16abd6;
  border-color: #16abd6;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.5);
}
.btn-outline-secondary {
  color: #51c1a6;
  border-color: #51c1a6;
}
.btn-outline-secondary:hover {
  color: #4b4b4d;
  background-color: #51c1a6;
  border-color: #51c1a6;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 193, 166, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 193, 166, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #51c1a6;
  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: #4b4b4d;
  background-color: #51c1a6;
  border-color: #51c1a6;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 193, 166, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 193, 166, 0.5);
}
.btn-outline-success {
  color: #009973;
  border-color: #009973;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #009973;
  border-color: #009973;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #009973;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #009973;
  border-color: #009973;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.5);
}
.btn-outline-info {
  color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
  border-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
}
.btn-outline-info:hover {
  color: #4b4b4d;
  background-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
  border-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105.9254237288, 209.7203389831, 239.6745762712, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(105.9254237288, 209.7203389831, 239.6745762712, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
  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: #4b4b4d;
  background-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
  border-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105.9254237288, 209.7203389831, 239.6745762712, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(105.9254237288, 209.7203389831, 239.6745762712, 0.5);
}
.btn-outline-warning {
  color: #ff9e37;
  border-color: #ff9e37;
}
.btn-outline-warning:hover {
  color: #4b4b4d;
  background-color: #ff9e37;
  border-color: #ff9e37;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 158, 55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 158, 55, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ff9e37;
  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: #4b4b4d;
  background-color: #ff9e37;
  border-color: #ff9e37;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 158, 55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 158, 55, 0.5);
}
.btn-outline-danger {
  color: #bc074c;
  border-color: #bc074c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #bc074c;
  border-color: #bc074c;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #bc074c;
  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: #bc074c;
  border-color: #bc074c;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.5);
}
.btn-outline-light {
  color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-light:hover {
  color: #4b4b4d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f7f7f7;
  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: #4b4b4d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}
.btn-outline-dark {
  color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #6c6c6c;
  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: #6c6c6c;
  border-color: #6c6c6c;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.btn-outline-body-bg {
  color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-outline-body-bg:hover {
  color: #4b4b4d;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-outline-body-bg:focus,
.btn-outline-body-bg.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 247, 248, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 247, 248, 0.5);
}
.btn-outline-body-bg.disabled,
.btn-outline-body-bg:disabled {
  color: #f6f7f8;
  background-color: transparent;
}
.btn-outline-body-bg:not(:disabled):not(.disabled):active,
.btn-outline-body-bg:not(:disabled):not(.disabled).active,
.show > .btn-outline-body-bg.dropdown-toggle {
  color: #4b4b4d;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-outline-body-bg:not(:disabled):not(.disabled):active:focus,
.btn-outline-body-bg:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-body-bg.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 247, 248, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 247, 248, 0.5);
}
.btn-outline-dark-btn {
  color: #225669;
  border-color: #225669;
}
.btn-outline-dark-btn:hover {
  color: #fff;
  background-color: #225669;
  border-color: #225669;
}
.btn-outline-dark-btn:focus,
.btn-outline-dark-btn.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 86, 105, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 86, 105, 0.5);
}
.btn-outline-dark-btn.disabled,
.btn-outline-dark-btn:disabled {
  color: #225669;
  background-color: transparent;
}
.btn-outline-dark-btn:not(:disabled):not(.disabled):active,
.btn-outline-dark-btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-btn.dropdown-toggle {
  color: #fff;
  background-color: #225669;
  border-color: #225669;
}
.btn-outline-dark-btn:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 86, 105, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 86, 105, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #4b4b4d;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          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: #4b4b4d;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-gray-lighter {
  color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-gray-lighter:hover {
  color: #4b4b4d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-gray-lighter:focus,
.btn-outline-gray-lighter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}
.btn-outline-gray-lighter.disabled,
.btn-outline-gray-lighter:disabled {
  color: #f7f7f7;
  background-color: transparent;
}
.btn-outline-gray-lighter:not(:disabled):not(.disabled):active,
.btn-outline-gray-lighter:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-lighter.dropdown-toggle {
  color: #4b4b4d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-gray-lighter:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-lighter:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}
.btn-outline-gray-light {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-gray-light:hover {
  color: #4b4b4d;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-gray-light:focus,
.btn-outline-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-gray-light.disabled,
.btn-outline-gray-light:disabled {
  color: #e6e6e6;
  background-color: transparent;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active,
.btn-outline-gray-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-light.dropdown-toggle {
  color: #4b4b4d;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-gray {
  color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-outline-gray:hover {
  color: #4b4b4d;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 168, 168, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 168, 168, 0.5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #a8a8a8;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #4b4b4d;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 168, 168, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 168, 168, 0.5);
}
.btn-outline-gray-mid {
  color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-outline-gray-mid:hover {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-outline-gray-mid:focus,
.btn-outline-gray-mid.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.btn-outline-gray-mid.disabled,
.btn-outline-gray-mid:disabled {
  color: #6c6c6c;
  background-color: transparent;
}
.btn-outline-gray-mid:not(:disabled):not(.disabled):active,
.btn-outline-gray-mid:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-mid.dropdown-toggle {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-outline-gray-mid:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-mid:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-mid.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.btn-outline-gray-dark {
  color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-outline-gray-dark:focus,
.btn-outline-gray-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.btn-outline-gray-dark.disabled,
.btn-outline-gray-dark:disabled {
  color: #6c6c6c;
  background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active,
.btn-outline-gray-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.btn-outline-gray-darker {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.btn-outline-gray-darker:hover {
  color: #fff;
  background-color: #4b4b4d;
  border-color: #4b4b4d;
}
.btn-outline-gray-darker:focus,
.btn-outline-gray-darker.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 75, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 75, 77, 0.5);
}
.btn-outline-gray-darker.disabled,
.btn-outline-gray-darker:disabled {
  color: #4b4b4d;
  background-color: transparent;
}
.btn-outline-gray-darker:not(:disabled):not(.disabled):active,
.btn-outline-gray-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-darker.dropdown-toggle {
  color: #fff;
  background-color: #4b4b4d;
  border-color: #4b4b4d;
}
.btn-outline-gray-darker:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-darker.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 75, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 75, 77, 0.5);
}
.btn-outline-black {
  color: #100100;
  border-color: #100100;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #100100;
  border-color: #100100;
}
.btn-outline-black:focus,
.btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 1, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(16, 1, 0, 0.5);
}
.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #100100;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #100100;
  border-color: #100100;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 1, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(16, 1, 0, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #16abd6;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(14.8686440678, 115.5699152542, 144.6313559322);
  text-decoration: none;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #a8a8a8;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .copy-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 10em;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .copy-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 10em;
}
.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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    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: 1rem;
  color: #4b4b4d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #f7f7f7;
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #4b4b4d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: rgb(62.4177631579, 62.4177631579, 64.0822368421);
  text-decoration: none;
  background-color: #e6e6e6;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #16abd6;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #a8a8a8;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #a8a8a8;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #4b4b4d;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group > .copy-btn,
.btn-group-vertical > .btn,
.btn-group-vertical > .copy-btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group > .copy-btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .copy-btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .copy-btn:focus,
.btn-group > .btn:active,
.btn-group > .copy-btn:active,
.btn-group > .btn.active,
.btn-group > .active.copy-btn,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .copy-btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .copy-btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.copy-btn {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .copy-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 > .copy-btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .copy-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .copy-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .copy-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.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,
.btn-group-sm > .copy-btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group-lg > .copy-btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .copy-btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .copy-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 > .copy-btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .copy-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .copy-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .copy-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .copy-btn,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .copy-btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .copy-btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .copy-btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .copy-btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .copy-btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-prepend .copy-btn,
.input-group-append .btn,
.input-group-append .copy-btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-prepend .copy-btn:focus,
.input-group-append .btn:focus,
.input-group-append .copy-btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .copy-btn + .btn,
.input-group-prepend .btn + .copy-btn,
.input-group-prepend .copy-btn + .copy-btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .copy-btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .copy-btn,
.input-group-append .btn + .btn,
.input-group-append .copy-btn + .btn,
.input-group-append .btn + .copy-btn,
.input-group-append .copy-btn + .copy-btn,
.input-group-append .btn + .input-group-text,
.input-group-append .copy-btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .copy-btn {
  margin-left: -2px;
}
.input-group-prepend {
  margin-right: -2px;
}
.input-group-append {
  margin-left: -2px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c6c6c;
  text-align: center;
  white-space: nowrap;
  background-color: #e6e6e6;
  border: 2px solid #a8a8a8;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .copy-btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .copy-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .copy-btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .copy-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.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 > .copy-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) > .copy-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) > .copy-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 > .copy-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 > .copy-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) > .copy-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 > .copy-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.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #16abd6;
  background-color: #16abd6;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(122.156779661, 214.6504237288, 241.343220339);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(168.4025423729, 228.6970338983, 246.0974576271);
  border-color: rgb(168.4025423729, 228.6970338983, 246.0974576271);
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #a8a8a8;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e6e6e6;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #a8a8a8;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: #16abd6;
  background-color: #16abd6;
}
.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(22, 171, 214, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(22, 171, 214, 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(22, 171, 214, 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.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #a8a8a8;
  border-radius: 0.5rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 171, 214, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c6c6c;
  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='%236c6c6c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #a8a8a8;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(122.156779661, 214.6504237288, 241.343220339);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
}
.custom-select:focus::-ms-value {
  color: #6c6c6c;
  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: #a8a8a8;
  background-color: #e6e6e6;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6c6c6c;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(122.156779661, 214.6504237288, 241.343220339);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e6e6e6;
}
.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 + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #6c6c6c;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6c6c6c;
  content: "Browse";
  background-color: #e6e6e6;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(28px + 0.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 {
  -webkit-box-shadow: 0 4px 6px 0 rgba(108, 108, 108, 0.2);
          box-shadow: 0 4px 6px 0 rgba(108, 108, 108, 0.2);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 4px 6px 0 rgba(108, 108, 108, 0.2);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 4px 6px 0 rgba(108, 108, 108, 0.2);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 28px;
  height: 28px;
  margin-top: -8px;
  background-color: #16abd6;
  border: 0;
  border-radius: 24px;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-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;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(168.4025423729, 228.6970338983, 246.0974576271);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  color: transparent;
  cursor: pointer;
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 12px;
}
.custom-range::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background-color: #16abd6;
  border: 0;
  border-radius: 24px;
  -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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(168.4025423729, 228.6970338983, 246.0974576271);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 12px;
  color: transparent;
  cursor: pointer;
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 12px;
}
.custom-range::-ms-thumb {
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #16abd6;
  border: 0;
  border-radius: 24px;
  -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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(168.4025423729, 228.6970338983, 246.0974576271);
}
.custom-range::-ms-track {
  width: 100%;
  height: 12px;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 14px;
}
.custom-range::-ms-fill-lower {
  background-color: #f7f7f7;
  border-radius: 12px;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #f7f7f7;
  border-radius: 12px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a8a8a8;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #a8a8a8;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #a8a8a8;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-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;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e6e6e6 #e6e6e6 #e6e6e6;
}
.nav-tabs .nav-link.disabled {
  color: #a8a8a8;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6c6c6c;
  background-color: #fff;
  border-color: #e6e6e6 #e6e6e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #16abd6;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(16, 1, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(16, 1, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(16, 1, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(16, 1, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(16, 1, 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(16, 1, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(16, 1, 0, 0.5);
  border-color: rgba(16, 1, 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%2816, 1, 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(16, 1, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(16, 1, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(16, 1, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(16, 1, 0, 0.125);
  border-radius: 0.5rem;
}
.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: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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(16, 1, 0, 0.03);
  border-bottom: 0 solid rgba(16, 1, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(16, 1, 0, 0.03);
  border-top: 0 solid rgba(16, 1, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}
.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: 0.5rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-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: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 2rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #a8a8a8;
  content: "\203a";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #a8a8a8;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #16abd6;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(14.8686440678, 115.5699152542, 144.6313559322);
  text-decoration: none;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #16abd6;
  border-color: #16abd6;
}
.page-item.disabled .page-link {
  color: #a8a8a8;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e6e6e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge,
.copy-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: #16abd6;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: rgb(17.2457627119, 134.0466101695, 167.7542372881);
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(22, 171, 214, 0.5);
}
.badge-secondary {
  color: #4b4b4d;
  background-color: #51c1a6;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #4b4b4d;
  background-color: rgb(58.5847457627, 164.4152542373, 138.9025423729);
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 193, 166, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 193, 166, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #009973;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: rgb(0, 102, 76.6666666667);
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 153, 115, 0.5);
}
.badge-info {
  color: #4b4b4d;
  background-color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
}
a.badge-info:hover,
a.badge-info:focus {
  color: #4b4b4d;
  background-color: rgb(59.6796610169, 195.6737288136, 234.9203389831);
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105.9254237288, 209.7203389831, 239.6745762712, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(105.9254237288, 209.7203389831, 239.6745762712, 0.5);
}
.badge-warning {
  color: #4b4b4d;
  background-color: #ff9e37;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #4b4b4d;
  background-color: rgb(255, 133.265, 4);
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 158, 55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 158, 55, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #bc074c;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: rgb(138.8307692308, 5.1692307692, 56.1230769231);
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(188, 7, 76, 0.5);
}
.badge-light {
  color: #4b4b4d;
  background-color: #f7f7f7;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #4b4b4d;
  background-color: rgb(221.5, 221.5, 221.5);
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #6c6c6c;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: rgb(82.5, 82.5, 82.5);
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.badge-body-bg {
  color: #4b4b4d;
  background-color: #f6f7f8;
}
a.badge-body-bg:hover,
a.badge-body-bg:focus {
  color: #4b4b4d;
  background-color: rgb(217.3125, 221.5, 225.6875);
}
a.badge-body-bg:focus,
a.badge-body-bg.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 247, 248, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 247, 248, 0.5);
}
.badge-dark-btn {
  color: #fff;
  background-color: #225669;
}
a.badge-dark-btn:hover,
a.badge-dark-btn:focus {
  color: #fff;
  background-color: rgb(21.5251798561, 54.4460431655, 66.4748201439);
}
a.badge-dark-btn:focus,
a.badge-dark-btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 86, 105, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 86, 105, 0.5);
}
.badge-white {
  color: #4b4b4d;
  background-color: #fff;
}
a.badge-white:hover,
a.badge-white:focus {
  color: #4b4b4d;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-gray-lighter {
  color: #4b4b4d;
  background-color: #f7f7f7;
}
a.badge-gray-lighter:hover,
a.badge-gray-lighter:focus {
  color: #4b4b4d;
  background-color: rgb(221.5, 221.5, 221.5);
}
a.badge-gray-lighter:focus,
a.badge-gray-lighter.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}
.badge-gray-light {
  color: #4b4b4d;
  background-color: #e6e6e6;
}
a.badge-gray-light:hover,
a.badge-gray-light:focus {
  color: #4b4b4d;
  background-color: rgb(204.5, 204.5, 204.5);
}
a.badge-gray-light:focus,
a.badge-gray-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.badge-gray {
  color: #4b4b4d;
  background-color: #a8a8a8;
}
a.badge-gray:hover,
a.badge-gray:focus {
  color: #4b4b4d;
  background-color: rgb(142.5, 142.5, 142.5);
}
a.badge-gray:focus,
a.badge-gray.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 168, 168, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(168, 168, 168, 0.5);
}
.badge-gray-mid {
  color: #fff;
  background-color: #6c6c6c;
}
a.badge-gray-mid:hover,
a.badge-gray-mid:focus {
  color: #fff;
  background-color: rgb(82.5, 82.5, 82.5);
}
a.badge-gray-mid:focus,
a.badge-gray-mid.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.badge-gray-dark {
  color: #fff;
  background-color: #6c6c6c;
}
a.badge-gray-dark:hover,
a.badge-gray-dark:focus {
  color: #fff;
  background-color: rgb(82.5, 82.5, 82.5);
}
a.badge-gray-dark:focus,
a.badge-gray-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.badge-gray-darker {
  color: #fff;
  background-color: #4b4b4d;
}
a.badge-gray-darker:hover,
a.badge-gray-darker:focus {
  color: #fff;
  background-color: rgb(49.8355263158, 49.8355263158, 51.1644736842);
}
a.badge-gray-darker:focus,
a.badge-gray-darker.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 75, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 75, 77, 0.5);
}
.badge-black {
  color: #fff;
  background-color: #100100;
}
a.badge-black:hover,
a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus,
a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 1, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(16, 1, 0, 0.5);
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(19.12, 89.4, 111.28);
  background-color: rgb(208.4, 238.2, 246.8);
  border-color: rgb(189.76, 231.48, 243.52);
}
.alert-primary hr {
  border-top-color: rgb(168.0756934307, 223.6624817518, 239.7043065693);
}
.alert-primary .alert-link {
  color: rgb(11.6420858896, 54.4352760736, 67.7579141104);
}
.alert-secondary {
  color: rgb(49.8, 100.84, 86.32);
  background-color: rgb(220.2, 242.6, 237.2);
  border-color: rgb(206.28, 237.64, 230.08);
}
.alert-secondary hr {
  border-top-color: rgb(187.4791525424, 230.9408474576, 220.4634745763);
}
.alert-secondary .alert-link {
  color: rgb(32.9399362719, 66.7000637281, 57.095889538);
}
.alert-success {
  color: rgb(7.68, 80.04, 59.8);
  background-color: rgb(204, 234.6, 227);
  border-color: rgb(183.6, 226.44, 215.8);
}
.alert-success hr {
  border-top-color: rgb(165.3857142857, 219.1542857143, 205.8);
}
.alert-success .alert-link {
  color: rgb(3.2148837209, 33.5051162791, 25.0325581395);
}
.alert-info {
  color: rgb(62.761220339, 109.5345762712, 124.630779661);
  background-color: rgb(225.1850847458, 245.9440677966, 251.9349152542);
  border-color: rgb(213.2591186441, 242.3216949153, 250.7088813559);
}
.alert-info hr {
  border-top-color: rgb(190.1362372881, 235.2983898305, 248.3317627119);
}
.alert-info .alert-link {
  color: rgb(45.6803298138, 79.7240006339, 90.7116701862);
}
.alert-warning {
  color: rgb(140.28, 82.64, 28.6);
  background-color: rgb(255, 235.6, 215);
  border-color: rgb(255, 227.84, 199);
}
.alert-warning hr {
  border-top-color: rgb(255, 215.4725, 173.5);
}
.alert-warning .alert-link {
  color: rgb(97.9169019422, 57.6835812411, 19.9630980578);
}
.alert-danger {
  color: rgb(105.44, 4.12, 39.52);
  background-color: rgb(241.6, 205.4, 219.2);
  border-color: rgb(236.24, 185.56, 204.88);
}
.alert-danger hr {
  border-top-color: rgb(230.8161904762, 165.4838095238, 190.3895238095);
}
.alert-danger .alert-link {
  color: rgb(56.3578532311, 2.2021467689, 21.1235049288);
}
.alert-light {
  color: rgb(136.12, 128.92, 128.44);
  background-color: rgb(253.4, 253.4, 253.4);
  border-color: rgb(252.76, 252.76, 252.76);
}
.alert-light hr {
  border-top-color: rgb(240.01, 240.01, 240.01);
}
.alert-light .alert-link {
  color: rgb(110.1212255541, 103.8564276402, 103.4387744459);
}
.alert-dark {
  color: rgb(63.84, 56.64, 56.16);
  background-color: rgb(225.6, 225.6, 225.6);
  border-color: rgb(213.84, 213.84, 213.84);
}
.alert-dark hr {
  border-top-color: rgb(201.09, 201.09, 201.09);
}
.alert-dark .alert-link {
  color: rgb(36.708, 32.568, 32.292);
}
.alert-body-bg {
  color: rgb(135.6, 128.92, 128.96);
  background-color: rgb(253.2, 253.4, 253.6);
  border-color: rgb(252.48, 252.76, 253.04);
}
.alert-body-bg hr {
  border-top-color: rgb(238.13625, 240.01, 241.88375);
}
.alert-body-bg .alert-link {
  color: rgb(109.6651523546, 103.8548476454, 103.8896398892);
}
.alert-dark-btn {
  color: rgb(25.36, 45.2, 54.6);
  background-color: rgb(210.8, 221.2, 225);
  border-color: rgb(193.12, 207.68, 213);
}
.alert-dark-btn hr {
  border-top-color: rgb(177.9299730458, 196.064097035, 202.6900269542);
}
.alert-dark-btn .alert-link {
  color: rgb(9.1849124562, 16.3705852926, 19.7750875438);
}
.alert-white {
  color: rgb(140.28, 133.08, 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(114.5331983806, 107.795951417, 107.3468016194);
}
.alert-gray-lighter {
  color: rgb(136.12, 128.92, 128.44);
  background-color: rgb(253.4, 253.4, 253.4);
  border-color: rgb(252.76, 252.76, 252.76);
}
.alert-gray-lighter hr {
  border-top-color: rgb(240.01, 240.01, 240.01);
}
.alert-gray-lighter .alert-link {
  color: rgb(110.1212255541, 103.8564276402, 103.4387744459);
}
.alert-gray-light {
  color: rgb(127.28, 120.08, 119.6);
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.alert-gray-light hr {
  border-top-color: rgb(235.25, 235.25, 235.25);
}
.alert-gray-light .alert-link {
  color: rgb(100.9867401167, 95.2741023979, 94.8932598833);
}
.alert-gray {
  color: rgb(95.04, 87.84, 87.36);
  background-color: rgb(237.6, 237.6, 237.6);
  border-color: rgb(230.64, 230.64, 230.64);
}
.alert-gray hr {
  border-top-color: rgb(217.89, 217.89, 217.89);
}
.alert-gray .alert-link {
  color: rgb(68.4663157895, 63.2794736842, 62.9336842105);
}
.alert-gray-mid {
  color: rgb(63.84, 56.64, 56.16);
  background-color: rgb(225.6, 225.6, 225.6);
  border-color: rgb(213.84, 213.84, 213.84);
}
.alert-gray-mid hr {
  border-top-color: rgb(201.09, 201.09, 201.09);
}
.alert-gray-mid .alert-link {
  color: rgb(36.708, 32.568, 32.292);
}
.alert-gray-dark {
  color: rgb(63.84, 56.64, 56.16);
  background-color: rgb(225.6, 225.6, 225.6);
  border-color: rgb(213.84, 213.84, 213.84);
}
.alert-gray-dark hr {
  border-top-color: rgb(201.09, 201.09, 201.09);
}
.alert-gray-dark .alert-link {
  color: rgb(36.708, 32.568, 32.292);
}
.alert-gray-darker {
  color: rgb(46.68, 39.48, 40.04);
  background-color: rgb(219, 219, 219.4);
  border-color: rgb(204.6, 204.6, 205.16);
}
.alert-gray-darker hr {
  border-top-color: rgb(191.7787709497, 191.7787709497, 192.4812290503);
}
.alert-gray-darker .alert-link {
  color: rgb(19.0490807799, 16.1109192201, 16.3394428969);
}
.alert-black {
  color: #100100;
  background-color: rgb(207.2, 204.2, 204);
  border-color: rgb(188.08, 183.88, 183.6);
}
.alert-black hr {
  border-top-color: rgb(175.7429554656, 170.7686639676, 170.4370445344);
}
.alert-black .alert-link {
  color: black;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #16abd6;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #6c6c6c;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #6c6c6c;
  text-decoration: none;
  background-color: #f7f7f7;
}
.list-group-item-action:active {
  color: #4b4b4d;
  background-color: #e6e6e6;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.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: #a8a8a8;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #16abd6;
  border-color: #16abd6;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: rgb(19.12, 89.4, 111.28);
  background-color: rgb(189.76, 231.48, 243.52);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(19.12, 89.4, 111.28);
  background-color: rgb(168.0756934307, 223.6624817518, 239.7043065693);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.12, 89.4, 111.28);
  border-color: rgb(19.12, 89.4, 111.28);
}
.list-group-item-secondary {
  color: rgb(49.8, 100.84, 86.32);
  background-color: rgb(206.28, 237.64, 230.08);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(49.8, 100.84, 86.32);
  background-color: rgb(187.4791525424, 230.9408474576, 220.4634745763);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(49.8, 100.84, 86.32);
  border-color: rgb(49.8, 100.84, 86.32);
}
.list-group-item-success {
  color: rgb(7.68, 80.04, 59.8);
  background-color: rgb(183.6, 226.44, 215.8);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(7.68, 80.04, 59.8);
  background-color: rgb(165.3857142857, 219.1542857143, 205.8);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(7.68, 80.04, 59.8);
  border-color: rgb(7.68, 80.04, 59.8);
}
.list-group-item-info {
  color: rgb(62.761220339, 109.5345762712, 124.630779661);
  background-color: rgb(213.2591186441, 242.3216949153, 250.7088813559);
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(62.761220339, 109.5345762712, 124.630779661);
  background-color: rgb(190.1362372881, 235.2983898305, 248.3317627119);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(62.761220339, 109.5345762712, 124.630779661);
  border-color: rgb(62.761220339, 109.5345762712, 124.630779661);
}
.list-group-item-warning {
  color: rgb(140.28, 82.64, 28.6);
  background-color: rgb(255, 227.84, 199);
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(140.28, 82.64, 28.6);
  background-color: rgb(255, 215.4725, 173.5);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(140.28, 82.64, 28.6);
  border-color: rgb(140.28, 82.64, 28.6);
}
.list-group-item-danger {
  color: rgb(105.44, 4.12, 39.52);
  background-color: rgb(236.24, 185.56, 204.88);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(105.44, 4.12, 39.52);
  background-color: rgb(230.8161904762, 165.4838095238, 190.3895238095);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(105.44, 4.12, 39.52);
  border-color: rgb(105.44, 4.12, 39.52);
}
.list-group-item-light {
  color: rgb(136.12, 128.92, 128.44);
  background-color: rgb(252.76, 252.76, 252.76);
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(136.12, 128.92, 128.44);
  background-color: rgb(240.01, 240.01, 240.01);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(136.12, 128.92, 128.44);
  border-color: rgb(136.12, 128.92, 128.44);
}
.list-group-item-dark {
  color: rgb(63.84, 56.64, 56.16);
  background-color: rgb(213.84, 213.84, 213.84);
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(63.84, 56.64, 56.16);
  background-color: rgb(201.09, 201.09, 201.09);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(63.84, 56.64, 56.16);
  border-color: rgb(63.84, 56.64, 56.16);
}
.list-group-item-body-bg {
  color: rgb(135.6, 128.92, 128.96);
  background-color: rgb(252.48, 252.76, 253.04);
}
.list-group-item-body-bg.list-group-item-action:hover,
.list-group-item-body-bg.list-group-item-action:focus {
  color: rgb(135.6, 128.92, 128.96);
  background-color: rgb(238.13625, 240.01, 241.88375);
}
.list-group-item-body-bg.list-group-item-action.active {
  color: #fff;
  background-color: rgb(135.6, 128.92, 128.96);
  border-color: rgb(135.6, 128.92, 128.96);
}
.list-group-item-dark-btn {
  color: rgb(25.36, 45.2, 54.6);
  background-color: rgb(193.12, 207.68, 213);
}
.list-group-item-dark-btn.list-group-item-action:hover,
.list-group-item-dark-btn.list-group-item-action:focus {
  color: rgb(25.36, 45.2, 54.6);
  background-color: rgb(177.9299730458, 196.064097035, 202.6900269542);
}
.list-group-item-dark-btn.list-group-item-action.active {
  color: #fff;
  background-color: rgb(25.36, 45.2, 54.6);
  border-color: rgb(25.36, 45.2, 54.6);
}
.list-group-item-white {
  color: rgb(140.28, 133.08, 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(140.28, 133.08, 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(140.28, 133.08, 132.6);
  border-color: rgb(140.28, 133.08, 132.6);
}
.list-group-item-gray-lighter {
  color: rgb(136.12, 128.92, 128.44);
  background-color: rgb(252.76, 252.76, 252.76);
}
.list-group-item-gray-lighter.list-group-item-action:hover,
.list-group-item-gray-lighter.list-group-item-action:focus {
  color: rgb(136.12, 128.92, 128.44);
  background-color: rgb(240.01, 240.01, 240.01);
}
.list-group-item-gray-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(136.12, 128.92, 128.44);
  border-color: rgb(136.12, 128.92, 128.44);
}
.list-group-item-gray-light {
  color: rgb(127.28, 120.08, 119.6);
  background-color: #f8f8f8;
}
.list-group-item-gray-light.list-group-item-action:hover,
.list-group-item-gray-light.list-group-item-action:focus {
  color: rgb(127.28, 120.08, 119.6);
  background-color: rgb(235.25, 235.25, 235.25);
}
.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.28, 120.08, 119.6);
  border-color: rgb(127.28, 120.08, 119.6);
}
.list-group-item-gray {
  color: rgb(95.04, 87.84, 87.36);
  background-color: rgb(230.64, 230.64, 230.64);
}
.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: rgb(95.04, 87.84, 87.36);
  background-color: rgb(217.89, 217.89, 217.89);
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(95.04, 87.84, 87.36);
  border-color: rgb(95.04, 87.84, 87.36);
}
.list-group-item-gray-mid {
  color: rgb(63.84, 56.64, 56.16);
  background-color: rgb(213.84, 213.84, 213.84);
}
.list-group-item-gray-mid.list-group-item-action:hover,
.list-group-item-gray-mid.list-group-item-action:focus {
  color: rgb(63.84, 56.64, 56.16);
  background-color: rgb(201.09, 201.09, 201.09);
}
.list-group-item-gray-mid.list-group-item-action.active {
  color: #fff;
  background-color: rgb(63.84, 56.64, 56.16);
  border-color: rgb(63.84, 56.64, 56.16);
}
.list-group-item-gray-dark {
  color: rgb(63.84, 56.64, 56.16);
  background-color: rgb(213.84, 213.84, 213.84);
}
.list-group-item-gray-dark.list-group-item-action:hover,
.list-group-item-gray-dark.list-group-item-action:focus {
  color: rgb(63.84, 56.64, 56.16);
  background-color: rgb(201.09, 201.09, 201.09);
}
.list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(63.84, 56.64, 56.16);
  border-color: rgb(63.84, 56.64, 56.16);
}
.list-group-item-gray-darker {
  color: rgb(46.68, 39.48, 40.04);
  background-color: rgb(204.6, 204.6, 205.16);
}
.list-group-item-gray-darker.list-group-item-action:hover,
.list-group-item-gray-darker.list-group-item-action:focus {
  color: rgb(46.68, 39.48, 40.04);
  background-color: rgb(191.7787709497, 191.7787709497, 192.4812290503);
}
.list-group-item-gray-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(46.68, 39.48, 40.04);
  border-color: rgb(46.68, 39.48, 40.04);
}
.list-group-item-black {
  color: #100100;
  background-color: rgb(188.08, 183.88, 183.6);
}
.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
  color: #100100;
  background-color: rgb(175.7429554656, 170.7686639676, 170.4370445344);
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #100100;
  border-color: #100100;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #100100;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #100100;
  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;
}
.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(70.8991525424, 189.4008474576, 160.8334745763);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e6e6e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.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: -webkit-min-content;
    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;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(16, 1, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.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(16, 1, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #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 - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(16, 1, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #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 - 1px);
}
.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(16, 1, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #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: 1px 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 - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(16, 1, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #4b4b4d;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    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;
}
.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: #16abd6 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(17.2457627119, 134.0466101695, 167.7542372881) !important;
}
.bg-secondary {
  background-color: #51c1a6 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(58.5847457627, 164.4152542373, 138.9025423729) !important;
}
.bg-success {
  background-color: #009973 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(0, 102, 76.6666666667) !important;
}
.bg-info {
  background-color: rgb(105.9254237288, 209.7203389831, 239.6745762712) !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(59.6796610169, 195.6737288136, 234.9203389831) !important;
}
.bg-warning {
  background-color: #ff9e37 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 133.265, 4) !important;
}
.bg-danger {
  background-color: #bc074c !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(138.8307692308, 5.1692307692, 56.1230769231) !important;
}
.bg-light {
  background-color: #f7f7f7 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(221.5, 221.5, 221.5) !important;
}
.bg-dark {
  background-color: #6c6c6c !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(82.5, 82.5, 82.5) !important;
}
.bg-body-bg {
  background-color: #f6f7f8 !important;
}
a.bg-body-bg:hover,
a.bg-body-bg:focus,
button.bg-body-bg:hover,
button.bg-body-bg:focus {
  background-color: rgb(217.3125, 221.5, 225.6875) !important;
}
.bg-dark-btn {
  background-color: #225669 !important;
}
a.bg-dark-btn:hover,
a.bg-dark-btn:focus,
button.bg-dark-btn:hover,
button.bg-dark-btn:focus {
  background-color: rgb(21.5251798561, 54.4460431655, 66.4748201439) !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-gray-lighter {
  background-color: #f7f7f7 !important;
}
a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus,
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: rgb(221.5, 221.5, 221.5) !important;
}
.bg-gray-light {
  background-color: #e6e6e6 !important;
}
a.bg-gray-light:hover,
a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: rgb(204.5, 204.5, 204.5) !important;
}
.bg-gray {
  background-color: #a8a8a8 !important;
}
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: rgb(142.5, 142.5, 142.5) !important;
}
.bg-gray-mid {
  background-color: #6c6c6c !important;
}
a.bg-gray-mid:hover,
a.bg-gray-mid:focus,
button.bg-gray-mid:hover,
button.bg-gray-mid:focus {
  background-color: rgb(82.5, 82.5, 82.5) !important;
}
.bg-gray-dark {
  background-color: #6c6c6c !important;
}
a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: rgb(82.5, 82.5, 82.5) !important;
}
.bg-gray-darker {
  background-color: #4b4b4d !important;
}
a.bg-gray-darker:hover,
a.bg-gray-darker:focus,
button.bg-gray-darker:hover,
button.bg-gray-darker:focus {
  background-color: rgb(49.8355263158, 49.8355263158, 51.1644736842) !important;
}
.bg-black {
  background-color: #100100 !important;
}
a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 2px solid #e6e6e6 !important;
}
.border-top {
  border-top: 2px solid #e6e6e6 !important;
}
.border-right {
  border-right: 2px solid #e6e6e6 !important;
}
.border-bottom {
  border-bottom: 2px solid #e6e6e6 !important;
}
.border-left {
  border-left: 2px solid #e6e6e6 !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: #16abd6 !important;
}
.border-secondary {
  border-color: #51c1a6 !important;
}
.border-success {
  border-color: #009973 !important;
}
.border-info {
  border-color: rgb(105.9254237288, 209.7203389831, 239.6745762712) !important;
}
.border-warning {
  border-color: #ff9e37 !important;
}
.border-danger {
  border-color: #bc074c !important;
}
.border-light {
  border-color: #f7f7f7 !important;
}
.border-dark {
  border-color: #6c6c6c !important;
}
.border-body-bg {
  border-color: #f6f7f8 !important;
}
.border-dark-btn {
  border-color: #225669 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-gray-lighter {
  border-color: #f7f7f7 !important;
}
.border-gray-light {
  border-color: #e6e6e6 !important;
}
.border-gray {
  border-color: #a8a8a8 !important;
}
.border-gray-mid {
  border-color: #6c6c6c !important;
}
.border-gray-dark {
  border-color: #6c6c6c !important;
}
.border-gray-darker {
  border-color: #4b4b4d !important;
}
.border-black {
  border-color: #100100 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 24px !important;
}
.rounded {
  border-radius: 0.5rem !important;
}
.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-lg {
  border-radius: 36px !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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;
      -ms-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(16, 1, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(16, 1, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(16, 1, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(16, 1, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(16, 1, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(16, 1, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-5 {
  height: 5% !important;
}
.h-10 {
  height: 10% !important;
}
.h-15 {
  height: 15% !important;
}
.h-20 {
  height: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-30 {
  height: 30% !important;
}
.h-35 {
  height: 35% !important;
}
.h-40 {
  height: 40% !important;
}
.h-45 {
  height: 45% !important;
}
.h-50 {
  height: 50% !important;
}
.h-55 {
  height: 55% !important;
}
.h-60 {
  height: 60% !important;
}
.h-65 {
  height: 65% !important;
}
.h-70 {
  height: 70% !important;
}
.h-75 {
  height: 75% !important;
}
.h-80 {
  height: 80% !important;
}
.h-85 {
  height: 85% !important;
}
.h-90 {
  height: 90% !important;
}
.h-95 {
  height: 95% !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;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.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:
    "Ubuntu Mono",
    "Monaco",
    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: #16abd6 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(14.8686440678, 115.5699152542, 144.6313559322) !important;
}
.text-secondary {
  color: #51c1a6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(51.8855932203, 145.6144067797, 123.0190677966) !important;
}
.text-success {
  color: #009973 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(0, 76.5, 57.5) !important;
}
.text-info {
  color: rgb(105.9254237288, 209.7203389831, 239.6745762712) !important;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(36.556779661, 188.6504237288, 232.543220339) !important;
}
.text-warning {
  color: #ff9e37 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(233.5, 120.2525, 0) !important;
}
.text-danger {
  color: #bc074c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(114.2461538462, 4.2538461538, 46.1846153846) !important;
}
.text-light {
  color: #f7f7f7 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: rgb(208.75, 208.75, 208.75) !important;
}
.text-dark {
  color: #6c6c6c !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: rgb(69.75, 69.75, 69.75) !important;
}
.text-body-bg {
  color: #f6f7f8 !important;
}
a.text-body-bg:hover,
a.text-body-bg:focus {
  color: rgb(202.96875, 208.75, 214.53125) !important;
}
.text-dark-btn {
  color: #225669 !important;
}
a.text-dark-btn:hover,
a.text-dark-btn:focus {
  color: rgb(15.2877697842, 38.6690647482, 47.2122302158) !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}
.text-gray-lighter {
  color: #f7f7f7 !important;
}
a.text-gray-lighter:hover,
a.text-gray-lighter:focus {
  color: rgb(208.75, 208.75, 208.75) !important;
}
.text-gray-light {
  color: #e6e6e6 !important;
}
a.text-gray-light:hover,
a.text-gray-light:focus {
  color: rgb(191.75, 191.75, 191.75) !important;
}
.text-gray {
  color: #a8a8a8 !important;
}
a.text-gray:hover,
a.text-gray:focus {
  color: rgb(129.75, 129.75, 129.75) !important;
}
.text-gray-mid {
  color: #6c6c6c !important;
}
a.text-gray-mid:hover,
a.text-gray-mid:focus {
  color: rgb(69.75, 69.75, 69.75) !important;
}
.text-gray-dark {
  color: #6c6c6c !important;
}
a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: rgb(69.75, 69.75, 69.75) !important;
}
.text-gray-darker {
  color: #4b4b4d !important;
}
a.text-gray-darker:hover,
a.text-gray-darker:focus {
  color: rgb(37.2532894737, 37.2532894737, 38.2467105263) !important;
}
.text-black {
  color: #100100 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: black !important;
}
.text-body {
  color: #100100 !important;
}
.text-muted {
  color: #a8a8a8 !important;
}
.text-black-50 {
  color: rgba(16, 1, 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;
}
.chart-fall-back {
  color: #e6e6e6;
}
@media (max-width: 767.98px) {
  .chart-fall-back {
    margin-top: 3rem;
  }
}
.chart-fall-back .chart-fall-back-text {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .chart-fall-back .chart-fall-back-text {
    font-size: 2rem;
  }
}
.capitalize-first-letter::first-letter {
  text-transform: capitalize;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slide-in-down {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-in-down {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-in-up {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide-in-up {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes drop-fade-below {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes drop-fade-below {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@-webkit-keyframes drop-fade-above {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@keyframes drop-fade-above {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.section-md {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section.section-lg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-primary {
  background: #16abd6;
  border-radius: 0;
}
.section-primary *:not(.btn):not(.copy-btn) {
  color: #fff;
}
.section-primary .btn,
.section-primary .copy-btn {
  color: #fff;
  border-color: #fff;
}
.section-primary .btn:hover,
.section-primary .copy-btn:hover {
  color: #16abd6;
  background: #fff;
}
.section-primary .btn.active,
.section-primary .active.copy-btn {
  color: #16abd6;
  background: #fff;
}
.section-secondary {
  background: #51c1a6;
  border-radius: 0;
}
.section-secondary *:not(.btn):not(.copy-btn) {
  color: #4b4b4d;
}
.section-secondary .btn,
.section-secondary .copy-btn {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.section-secondary .btn:hover,
.section-secondary .copy-btn:hover {
  color: #51c1a6;
  background: #4b4b4d;
}
.section-secondary .btn.active,
.section-secondary .active.copy-btn {
  color: #51c1a6;
  background: #4b4b4d;
}
.section-success {
  background: #009973;
  border-radius: 0;
}
.section-success *:not(.btn):not(.copy-btn) {
  color: #fff;
}
.section-success .btn,
.section-success .copy-btn {
  color: #fff;
  border-color: #fff;
}
.section-success .btn:hover,
.section-success .copy-btn:hover {
  color: #009973;
  background: #fff;
}
.section-success .btn.active,
.section-success .active.copy-btn {
  color: #009973;
  background: #fff;
}
.section-info {
  background: rgb(105.9254237288, 209.7203389831, 239.6745762712);
  border-radius: 0;
}
.section-info *:not(.btn):not(.copy-btn) {
  color: #4b4b4d;
}
.section-info .btn,
.section-info .copy-btn {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.section-info .btn:hover,
.section-info .copy-btn:hover {
  color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
  background: #4b4b4d;
}
.section-info .btn.active,
.section-info .active.copy-btn {
  color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
  background: #4b4b4d;
}
.section-warning {
  background: #ff9e37;
  border-radius: 0;
}
.section-warning *:not(.btn):not(.copy-btn) {
  color: #4b4b4d;
}
.section-warning .btn,
.section-warning .copy-btn {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.section-warning .btn:hover,
.section-warning .copy-btn:hover {
  color: #ff9e37;
  background: #4b4b4d;
}
.section-warning .btn.active,
.section-warning .active.copy-btn {
  color: #ff9e37;
  background: #4b4b4d;
}
.section-danger {
  background: #bc074c;
  border-radius: 0;
}
.section-danger *:not(.btn):not(.copy-btn) {
  color: #fff;
}
.section-danger .btn,
.section-danger .copy-btn {
  color: #fff;
  border-color: #fff;
}
.section-danger .btn:hover,
.section-danger .copy-btn:hover {
  color: #bc074c;
  background: #fff;
}
.section-danger .btn.active,
.section-danger .active.copy-btn {
  color: #bc074c;
  background: #fff;
}
.section-light {
  background: #f7f7f7;
  border-radius: 0;
}
.section-light *:not(.btn):not(.copy-btn) {
  color: #4b4b4d;
}
.section-light .btn,
.section-light .copy-btn {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.section-light .btn:hover,
.section-light .copy-btn:hover {
  color: #f7f7f7;
  background: #4b4b4d;
}
.section-light .btn.active,
.section-light .active.copy-btn {
  color: #f7f7f7;
  background: #4b4b4d;
}
.section-dark {
  background: #6c6c6c;
  border-radius: 0;
}
.section-dark *:not(.btn):not(.copy-btn) {
  color: #fff;
}
.section-dark .btn,
.section-dark .copy-btn {
  color: #fff;
  border-color: #fff;
}
.section-dark .btn:hover,
.section-dark .copy-btn:hover {
  color: #6c6c6c;
  background: #fff;
}
.section-dark .btn.active,
.section-dark .active.copy-btn {
  color: #6c6c6c;
  background: #fff;
}
.section-body-bg {
  background: #f6f7f8;
  border-radius: 0;
}
.section-body-bg *:not(.btn):not(.copy-btn) {
  color: #4b4b4d;
}
.section-body-bg .btn,
.section-body-bg .copy-btn {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.section-body-bg .btn:hover,
.section-body-bg .copy-btn:hover {
  color: #f6f7f8;
  background: #4b4b4d;
}
.section-body-bg .btn.active,
.section-body-bg .active.copy-btn {
  color: #f6f7f8;
  background: #4b4b4d;
}
.section-dark-btn {
  background: #225669;
  border-radius: 0;
}
.section-dark-btn *:not(.btn):not(.copy-btn) {
  color: #fff;
}
.section-dark-btn .btn,
.section-dark-btn .copy-btn {
  color: #fff;
  border-color: #fff;
}
.section-dark-btn .btn:hover,
.section-dark-btn .copy-btn:hover {
  color: #225669;
  background: #fff;
}
.section-dark-btn .btn.active,
.section-dark-btn .active.copy-btn {
  color: #225669;
  background: #fff;
}
.section-white {
  background: #fff;
  border-radius: 0;
}
.section-white *:not(.btn):not(.copy-btn) {
  color: #4b4b4d;
}
.section-white .btn,
.section-white .copy-btn {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.section-white .btn:hover,
.section-white .copy-btn:hover {
  color: #fff;
  background: #4b4b4d;
}
.section-white .btn.active,
.section-white .active.copy-btn {
  color: #fff;
  background: #4b4b4d;
}
.section-gray-lighter {
  background: #f7f7f7;
  border-radius: 0;
}
.section-gray-lighter *:not(.btn):not(.copy-btn) {
  color: #4b4b4d;
}
.section-gray-lighter .btn,
.section-gray-lighter .copy-btn {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.section-gray-lighter .btn:hover,
.section-gray-lighter .copy-btn:hover {
  color: #f7f7f7;
  background: #4b4b4d;
}
.section-gray-lighter .btn.active,
.section-gray-lighter .active.copy-btn {
  color: #f7f7f7;
  background: #4b4b4d;
}
.section-gray-light {
  background: #e6e6e6;
  border-radius: 0;
}
.section-gray-light *:not(.btn):not(.copy-btn) {
  color: #4b4b4d;
}
.section-gray-light .btn,
.section-gray-light .copy-btn {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.section-gray-light .btn:hover,
.section-gray-light .copy-btn:hover {
  color: #e6e6e6;
  background: #4b4b4d;
}
.section-gray-light .btn.active,
.section-gray-light .active.copy-btn {
  color: #e6e6e6;
  background: #4b4b4d;
}
.section-gray {
  background: #a8a8a8;
  border-radius: 0;
}
.section-gray *:not(.btn):not(.copy-btn) {
  color: #4b4b4d;
}
.section-gray .btn,
.section-gray .copy-btn {
  color: #4b4b4d;
  border-color: #4b4b4d;
}
.section-gray .btn:hover,
.section-gray .copy-btn:hover {
  color: #a8a8a8;
  background: #4b4b4d;
}
.section-gray .btn.active,
.section-gray .active.copy-btn {
  color: #a8a8a8;
  background: #4b4b4d;
}
.section-gray-mid {
  background: #6c6c6c;
  border-radius: 0;
}
.section-gray-mid *:not(.btn):not(.copy-btn) {
  color: #fff;
}
.section-gray-mid .btn,
.section-gray-mid .copy-btn {
  color: #fff;
  border-color: #fff;
}
.section-gray-mid .btn:hover,
.section-gray-mid .copy-btn:hover {
  color: #6c6c6c;
  background: #fff;
}
.section-gray-mid .btn.active,
.section-gray-mid .active.copy-btn {
  color: #6c6c6c;
  background: #fff;
}
.section-gray-dark {
  background: #6c6c6c;
  border-radius: 0;
}
.section-gray-dark *:not(.btn):not(.copy-btn) {
  color: #fff;
}
.section-gray-dark .btn,
.section-gray-dark .copy-btn {
  color: #fff;
  border-color: #fff;
}
.section-gray-dark .btn:hover,
.section-gray-dark .copy-btn:hover {
  color: #6c6c6c;
  background: #fff;
}
.section-gray-dark .btn.active,
.section-gray-dark .active.copy-btn {
  color: #6c6c6c;
  background: #fff;
}
.section-gray-darker {
  background: #4b4b4d;
  border-radius: 0;
}
.section-gray-darker *:not(.btn):not(.copy-btn) {
  color: #fff;
}
.section-gray-darker .btn,
.section-gray-darker .copy-btn {
  color: #fff;
  border-color: #fff;
}
.section-gray-darker .btn:hover,
.section-gray-darker .copy-btn:hover {
  color: #4b4b4d;
  background: #fff;
}
.section-gray-darker .btn.active,
.section-gray-darker .active.copy-btn {
  color: #4b4b4d;
  background: #fff;
}
.section-black {
  background: #100100;
  border-radius: 0;
}
.section-black *:not(.btn):not(.copy-btn) {
  color: #fff;
}
.section-black .btn,
.section-black .copy-btn {
  color: #fff;
  border-color: #fff;
}
.section-black .btn:hover,
.section-black .copy-btn:hover {
  color: #100100;
  background: #fff;
}
.section-black .btn.active,
.section-black .active.copy-btn {
  color: #100100;
  background: #fff;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .section-content-body {
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }
}
.mobile-spacer {
  padding-bottom: 120px;
}
.desktop-spacer {
  padding-bottom: 60px;
}
.disable-user-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
.ember-application > .ember-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
@-webkit-keyframes movecloudsfront {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(60px);
            transform: translate(60px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes movecloudsfront {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(60px);
            transform: translate(60px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.clouds-front {
  -webkit-animation: movecloudsfront 25s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
          animation: movecloudsfront 25s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
@-webkit-keyframes movecloudsback {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(80px);
            transform: translate(80px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes movecloudsback {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(80px);
            transform: translate(80px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.clouds-back {
  -webkit-animation: movecloudsback 35s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
          animation: movecloudsback 35s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
.error-404-page .help-copywriting {
  max-width: 800px;
  margin: 4rem auto 0;
  color: #fff;
}
.error-404-page .help-copywriting p {
  margin-bottom: 1.5rem;
}
.error-404-page .help-copywriting .title {
  font-size: 3rem;
  font-weight: 700;
}
.error-404-page .illustration {
  position: absolute;
  right: 0;
  bottom: 0;
}
.error-404-page .illustration.theme-employee .lost-city {
  fill: #51c1a6;
}
.error-404-page .illustration.theme-adviser .lost-city {
  fill: #16abd6;
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .error-page .error-content {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1920px) {
  .error-page .error-content {
    margin-top: 7vh;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .error-page .error-content .message {
    height: 80vh;
  }
}
.error-page .error-content .message-header-title {
  font-size: 13vmin;
}
@media (min-width: 768px) {
  .error-page .error-content .message-header-title {
    font-size: 3rem;
  }
}
.error-page .error-content .message-header-subtitle {
  font-size: 7vmin;
}
@media (min-width: 768px) {
  .error-page .error-content .message-header-subtitle {
    font-size: 2rem;
  }
}
.error-page .error-content .image-container {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .error-page .error-content .image-container {
    position: static;
    right: initial;
    bottom: initial;
  }
}
.error-page .error-content .image-container .image-content {
  width: 43vh;
  height: 43vh;
}
@media (min-width: 768px) {
  .error-page .error-content .image-container .image-content {
    width: 60vh;
    height: 60vh;
  }
}
@media (min-width: 1920px) {
  .error-page .error-content .image-container .image-content {
    width: 50vh;
    height: 50vh;
  }
}
.full-screen-blue {
  color: #fff;
  background-color: #51c1a6;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.full-screen-blue .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.full-screen-blue .radio-mobile .custom-control-input ~ .custom-control-label::before,
.full-screen-blue .radio-mobile .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #51c1a6;
  border: 2px solid #fff;
}
.full-screen-blue .radio-mobile .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.full-screen-blue .radio-mobile .custom-control-label::before {
  top: 0.1rem;
  background-color: #51c1a6;
}
.full-screen-blue .radio-mobile .custom-control-label::after {
  top: 0.1rem;
}
.full-screen-blue .btn,
.full-screen-blue .copy-btn {
  padding: 0.375rem 0.75rem;
}
.full-screen-blue .clouds-plane-image,
.full-screen-blue .laptop-image {
  position: absolute;
  z-index: -1;
  width: 150%;
}
.full-screen-blue .clouds-plane-image {
  bottom: 0;
  left: -10%;
}
@media screen and (max-height: 800px) {
  .full-screen-blue .clouds-plane-image {
    top: 0;
    bottom: auto;
  }
}
.full-screen-blue .laptop-image {
  bottom: 15%;
  left: 0;
}
.full-screen-blue .footer-row {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-masterhead-mobile {
  z-index: 2000;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1.25rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
  background-image: rgb(20.9, 162.45, 203.3);
  -webkit-box-shadow: 0 0 5px 1px #a8a8a8;
          box-shadow: 0 0 5px 1px #a8a8a8;
  -webkit-animation: drop-fade-below 0.1s;
          animation: drop-fade-below 0.1s;
}
.nav-masterhead-mobile .material-icons,
.nav-masterhead-mobile .sp-checkbox .sp-check-label::before,
.sp-checkbox .nav-masterhead-mobile .sp-check-label::before,
.nav-masterhead-mobile .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .nav-masterhead-mobile .card-body-text::before {
  font-size: 28px;
}
.safe-area {
  height: env(safe-area-inset-top);
}
.ember-basic-dropdown-content {
  z-index: 2000;
  margin-top: 0;
  background: none;
}
.sp-ember-table .bs-custom-control,
.table-options .bs-custom-control,
.table-filters .bs-custom-control,
.date-select-box .bs-custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  margin-left: 1.5rem;
}
.sp-ember-table .bs-custom-control-input,
.table-options .bs-custom-control-input,
.table-filters .bs-custom-control-input,
.date-select-box .bs-custom-control-input {
  position: absolute;
  left: auto;
  z-index: -1;
  opacity: 0;
}
.sp-ember-table .bs-custom-control-label,
.table-options .bs-custom-control-label,
.table-filters .bs-custom-control-label,
.date-select-box .bs-custom-control-label {
  position: initial;
  height: auto;
  padding: 0;
  margin-bottom: 0;
}
.sp-ember-table .bs-custom-control-label::before,
.table-options .bs-custom-control-label::before,
.table-filters .bs-custom-control-label::before,
.date-select-box .bs-custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e6e6e6;
  border: none;
}
.sp-ember-table .bs-custom-control-label::after,
.table-options .bs-custom-control-label::after,
.table-filters .bs-custom-control-label::after,
.date-select-box .bs-custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: none;
}
.sp-ember-table .bs-custom-checkbox .bs-custom-control-label::before,
.table-options .bs-custom-checkbox .bs-custom-control-label::before,
.table-filters .bs-custom-checkbox .bs-custom-control-label::before,
.date-select-box .bs-custom-checkbox .bs-custom-control-label::before {
  border-radius: 0.25rem;
}
.sp-ember-table .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.table-options .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.table-filters .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.date-select-box .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::before {
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #16abd6;
  border: none;
  -webkit-transform: none;
          transform: none;
}
.sp-ember-table .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::after,
.table-options .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::after,
.table-filters .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::after,
.date-select-box .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::after {
  left: -1.5rem;
  width: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  -webkit-transform: initial;
          transform: initial;
}
.sp-ember-table .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.table-options .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.table-filters .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.date-select-box .bs-custom-control-input:checked ~ .bs-custom-control-label::before {
  color: #fff;
  background-color: #16abd6;
}
.sp-ember-table [type=checkbox]:not(.filled-in) + label::after,
.table-options [type=checkbox]:not(.filled-in) + label::after,
.table-filters [type=checkbox]:not(.filled-in) + label::after,
.date-select-box [type=checkbox]:not(.filled-in) + label::after {
  left: -1.5rem;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sp-ember-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #e6e6e6;
}
.sp-ember-table .th {
  display: none;
  font-weight: 500;
}
.sp-ember-table .th > .td {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  white-space: normal;
}
.sp-ember-table .th > .td .handle {
  overflow: hidden;
  white-space: nowrap;
  cursor: move;
}
.sp-ember-table .th > .td .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: hidden;
  color: #4b4b4d;
  white-space: nowrap;
}
.sp-ember-table .th > .td .title .material-icons,
.sp-ember-table .th > .td .title .sp-checkbox .sp-check-label::before,
.sp-checkbox .sp-ember-table .th > .td .title .sp-check-label::before,
.sp-ember-table .th > .td .title .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .sp-ember-table .th > .td .title .card-body-text::before {
  font-size: 16px;
}
.sp-ember-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}
.sp-ember-table .tr.italic {
  font-style: italic;
}
.sp-ember-table .tr:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.sp-ember-table .tr.options {
  padding: 0;
  overflow: hidden;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
@media (max-width: 576px) {
  .sp-ember-table .tr.options {
    display: grid;
  }
}
.sp-ember-table .tr.options .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sp-ember-table .tr.options .left .select-all-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 0.5rem;
  padding-left: 0.7rem;
  border-right: 2px solid #e6e6e6;
}
.sp-ember-table .tr.options .left .filter-chips-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 1rem;
}
.sp-ember-table .tr.options .left .filter-chips-wrapper .filter-chip {
  position: relative;
  padding: 0.25rem 1.2rem 0.25rem 0.5rem;
  border: 1px solid "#808080";
  border-radius: 10rem;
}
.sp-ember-table .tr.options .left .filter-chips-wrapper .filter-chip:not(:first-child) {
  margin-left: 0.5rem;
}
.sp-ember-table .tr.options .left .filter-chips-wrapper .filter-chip .clear-action {
  top: 0;
  width: 1.2rem;
  height: 1.7rem;
  line-height: 1.7rem;
}
.sp-ember-table .tr.options .dropdown-trigger-wrapper {
  padding: 0.5rem;
}
@media (max-width: 576px) {
  .sp-ember-table .tr.options .dropdown-trigger-wrapper {
    display: inline-grid;
    width: 100%;
  }
}
.sp-ember-table .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  padding: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.sp-ember-table .td.small {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 100%;
}
.sp-ember-table .td.normal {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.sp-ember-table .td.large {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.sp-ember-table .td.x-large {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}
.sp-ember-table .td.table-actions-wrapper .actions-divider {
  margin: 0 4px;
}
.sp-ember-table .td.table-actions-wrapper .row-action {
  display: inline-block;
}
.sp-ember-table .td.table-actions-wrapper .row-action:not(:hover) {
  color: #4b4b4d;
}
.sp-ember-table .td.table-actions-wrapper .row-action:not(:hover) .material-icons.circle,
.sp-ember-table .td.table-actions-wrapper .row-action:not(:hover) .sp-checkbox .circle.sp-check-label::before,
.sp-checkbox .sp-ember-table .td.table-actions-wrapper .row-action:not(:hover) .circle.sp-check-label::before,
.sp-ember-table .td.table-actions-wrapper .row-action:not(:hover) .wizard-card-wrapper .wizard-card .circle.card-body-text::before,
.wizard-card-wrapper .wizard-card .sp-ember-table .td.table-actions-wrapper .row-action:not(:hover) .circle.card-body-text::before {
  border-color: #4b4b4d;
}
.sp-ember-table .td.table-actions-wrapper .row-action .material-icons.circle,
.sp-ember-table .td.table-actions-wrapper .row-action .sp-checkbox .circle.sp-check-label::before,
.sp-checkbox .sp-ember-table .td.table-actions-wrapper .row-action .circle.sp-check-label::before,
.sp-ember-table .td.table-actions-wrapper .row-action .wizard-card-wrapper .wizard-card .circle.card-body-text::before,
.wizard-card-wrapper .wizard-card .sp-ember-table .td.table-actions-wrapper .row-action .circle.card-body-text::before {
  border: 2px solid #16abd6;
  border-radius: 25px;
}
.sp-ember-table .td.sortable-item.is-dragging {
  z-index: 100;
  background-color: #e6e6e6;
  border-right: 1px solid rgb(217.25, 217.25, 217.25);
  border-left: 1px solid rgb(217.25, 217.25, 217.25);
}
.sp-ember-table .td .edit-input,
.sp-ember-table .td .search-input {
  width: calc(100% - 1rem - 2px);
  height: auto;
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  border: 1px solid "#808080";
  border-radius: 0.25rem;
}
.sp-ember-table .td .search-input {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.sp-ember-table .td .ember-power-select-trigger,
.sp-ember-table .td .sp-datepicker-trigger {
  min-height: 2em;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
  overflow: hidden;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid "#808080";
}
.sp-ember-table .td .select-options,
.sp-ember-table .td .sp-datepicker-wrapper {
  width: 90%;
  max-width: 90%;
}
.sp-ember-table .td .search-wrapper {
  position: relative;
}
.sp-ember-table .td .table-filter-dropdown-trigger .ember-power-select-clear-btn {
  right: 0;
  color: #4b4b4d;
}
.sp-ember-table .td .table-filter-dropdown-trigger .ember-power-select-status-icon {
  display: none;
}
.sp-ember-table .td .form-group {
  margin-bottom: 0;
}
.sp-ember-table .td .form-group .form-control {
  height: calc(1.5rem + 1px);
  font-size: 0.8rem;
  line-height: 1;
  border-width: 1px;
}
.sp-ember-table .table-body {
  max-height: 600px;
  overflow-y: auto;
}
.sp-ember-table .table-body.scrollable-vertically {
  -webkit-box-shadow: inset 0 -20px 45px -25px rgba(16, 1, 0, 0.3);
          box-shadow: inset 0 -20px 45px -25px rgba(16, 1, 0, 0.3);
}
.sp-ember-table .table-body .no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  font-size: 20px;
}
.sp-ember-table.is-dragging .table-body {
  opacity: 0.3;
}
.sp-ember-table .clear-action {
  position: absolute;
  top: calc(-0.5rem + 2px);
  right: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
.sp-ember-table .clear-action::after {
  content: "\d7";
}
.sp-ember-table.is-ios .table-body {
  overflow: initial;
}
.sp-ember-table.small .table-body {
  max-height: 300px;
}
.card .sp-ember-table {
  margin: 0;
}
.card .sp-ember-table .td:first-child {
  padding-left: 1.5rem;
}
.card .sp-ember-table .td:last-child {
  padding-right: 1.5rem;
}
.table-options .collection {
  margin: 0;
  border-radius: 5px;
}
.table-options .list-group {
  max-height: 353px;
  overflow-x: hidden;
}
.table-filters {
  min-width: 250px;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.table-filters .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-bottom: 1px solid "#808080";
}
.table-filters .switch label input[type=checkbox]:checked + .lever {
  background-color: rgba(22, 171, 214, 0.35);
}
.table-filters .switch label input[type=checkbox]:checked + .lever::after {
  background-color: #16abd6;
}
.table-filters .search-title {
  margin-top: 0;
  font-weight: 400;
  color: #16abd6;
}
.table-filters .filter-input {
  padding: 0 1rem;
  margin: 0;
  background: #fff;
}
.table-filters .filter-input:not(.table-filter-dropdown-trigger) {
  width: calc(100% - 2rem);
}
.table-filters .filter-input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.table-filters .filter-input::-moz-placeholder {
  color: #e6e6e6;
}
.table-filters .filter-input:-ms-input-placeholder {
  color: #e6e6e6;
}
.table-filters .filter-input::-ms-input-placeholder {
  color: #e6e6e6;
}
.table-filters .filter-input::placeholder {
  color: #e6e6e6;
}
.table-filters .filter-input .ember-power-select-selected-item {
  padding-right: 2rem;
}
.date-select-box {
  width: 350px;
  max-width: 350px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.table-body-container {
  overflow-x: auto;
}
.table-body-container.scrollable-horizontally {
  -webkit-box-shadow: inset -20px 0 45px -25px rgba(16, 1, 0, 0.3);
          box-shadow: inset -20px 0 45px -25px rgba(16, 1, 0, 0.3);
}
.table-body-container .table-width-wrapper {
  min-width: 1200px;
}
.sort-arrows {
  white-space: nowrap;
}
.sort-arrows .arrows-container {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  border: 0;
}
.sort-arrows .arrows-container .arrow-up,
.sort-arrows .arrows-container .arrow-down {
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sort-arrows .arrows-container .arrow-up {
  margin-bottom: 2px;
  border-bottom: 4px solid #4b4b4d;
}
.sort-arrows .arrows-container .arrow-down {
  border-top: 4px solid #4b4b4d;
}
.sort-arrows.is-active .arrows-container.asc .arrow-up {
  border-bottom-color: #16abd6;
}
.sort-arrows.is-active .arrows-container.asc .arrow-down {
  border-top-color: #e6e6e6;
}
.sort-arrows.is-active .arrows-container.desc .arrow-up {
  border-bottom-color: #e6e6e6;
}
.sort-arrows.is-active .arrows-container.desc .arrow-down {
  border-top-color: #16abd6;
}
.filter-chips-container {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .filter-chips-container {
    max-width: 100%;
    padding: 0.5rem;
  }
}
@media (min-width: 577px) {
  .filter-chips-container {
    max-width: calc(100% - 220px);
    margin-right: auto;
  }
}
@media (min-width: 577px) {
  .sp-bootstrap .filter-chips-container {
    max-width: calc(100% - 220px);
    margin-right: auto;
  }
}
@media (min-width: 577px) {
  .sp-materialize .filter-chips-container {
    max-width: calc(100% - 150px);
    margin-right: auto;
  }
}
.a11y .a11y-focus:focus {
  outline-width: 5px;
  outline-style: auto;
  outline-color: #16abd6;
}
@media (min-width: 576px) {
  .alert.alert-with-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .alert.alert-with-cta .btn,
  .alert.alert-with-cta .copy-btn {
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  .alert .btn,
  .alert .copy-btn {
    width: 100%;
  }
}
.alert .description {
  color: #6c6c6c;
}
.alert .description > :last-child {
  margin-bottom: 0;
}
.alert-primary {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #16abd6;
  border-radius: 0.25rem;
}
.alert-primary .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-primary a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #16abd6;
}
.alert-primary a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(18.7, 145.35, 181.9);
}
.alert-inverse-primary {
  color: #fff;
  background: #16abd6;
}
.alert-inverse-primary .alert-heading {
  color: #fff;
}
.alert-inverse-primary a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-primary .btn,
.alert-inverse-primary .copy-btn {
  color: #fff;
  background: rgb(43.8110169492, 190.8538135593, 233.2889830508);
}
.alert-inverse-primary .btn:hover,
.alert-inverse-primary .copy-btn:hover {
  background: rgb(56.2338983051, 194.6271186441, 234.5661016949);
}
.alert-secondary {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #51c1a6;
  border-radius: 0.25rem;
}
.alert-secondary .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-secondary a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #51c1a6;
}
.alert-secondary a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(61.1855932203, 171.7144067797, 145.0690677966);
}
.alert-inverse-secondary {
  color: #fff;
  background: #51c1a6;
}
.alert-inverse-secondary .alert-heading {
  color: #fff;
}
.alert-inverse-secondary a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-secondary .btn,
.alert-inverse-secondary .copy-btn {
  color: #fff;
  background: rgb(107.1, 202.3, 179.35);
}
.alert-inverse-secondary .btn:hover,
.alert-inverse-secondary .copy-btn:hover {
  background: rgb(115.8, 205.4, 183.8);
}
.alert-success {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #009973;
  border-radius: 0.25rem;
}
.alert-success .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-success a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #009973;
}
.alert-success a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(0, 130.05, 97.75);
}
.alert-inverse-success {
  color: #fff;
  background: #009973;
}
.alert-inverse-success .alert-heading {
  color: #fff;
}
.alert-inverse-success a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-success .btn,
.alert-inverse-success .copy-btn {
  color: #fff;
  background: rgb(0, 206.55, 155.25);
}
.alert-inverse-success .btn:hover,
.alert-inverse-success .copy-btn:hover {
  background: rgb(0, 224.4, 168.6666666667);
}
.alert-info {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px rgb(105.9254237288, 209.7203389831, 239.6745762712);
  border-radius: 0.25rem;
}
.alert-info .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-info a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: rgb(105.9254237288, 209.7203389831, 239.6745762712);
}
.alert-info a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(58.9179661017, 195.4423728814, 234.8420338983);
}
.alert-inverse-info {
  color: #fff;
  background: rgb(105.9254237288, 209.7203389831, 239.6745762712);
}
.alert-inverse-info .alert-heading {
  color: #fff;
}
.alert-inverse-info a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-info .btn,
.alert-inverse-info .copy-btn {
  color: #fff;
  background: rgb(128.2866101695, 216.5122881356, 241.9733898305);
}
.alert-inverse-info .btn:hover,
.alert-inverse-info .copy-btn:hover {
  background: rgb(135.7403389831, 218.7762711864, 242.7396610169);
}
.alert-warning {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #ff9e37;
  border-radius: 0.25rem;
}
.alert-warning .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-warning a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #ff9e37;
}
.alert-warning a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(255, 135.4475, 8.5);
}
.alert-inverse-warning {
  color: #fff;
  background: #ff9e37;
}
.alert-inverse-warning .alert-heading {
  color: #fff;
}
.alert-inverse-warning a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-warning .btn,
.alert-inverse-warning .copy-btn {
  color: #fff;
  background: rgb(255, 172.55, 85);
}
.alert-inverse-warning .btn:hover,
.alert-inverse-warning .copy-btn:hover {
  background: rgb(255, 177.4, 95);
}
.alert-danger {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #bc074c;
  border-radius: 0.25rem;
}
.alert-danger .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-danger a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #bc074c;
}
.alert-danger a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(159.8, 5.95, 64.6);
}
.alert-inverse-danger {
  color: #fff;
  background: #bc074c;
}
.alert-inverse-danger .alert-heading {
  color: #fff;
}
.alert-inverse-danger a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-danger .btn,
.alert-inverse-danger .copy-btn {
  color: #fff;
  background: rgb(233.5538461538, 8.6961538462, 94.4153846154);
}
.alert-inverse-danger .btn:hover,
.alert-inverse-danger .copy-btn:hover {
  background: rgb(245.9538461538, 12.0461538462, 101.2153846154);
}
.alert-light {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #f7f7f7;
  border-radius: 0.25rem;
}
.alert-light .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-light a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #f7f7f7;
}
.alert-light a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(209.95, 209.95, 209.95);
}
.alert-inverse-light {
  color: #fff;
  background: #f7f7f7;
}
.alert-inverse-light .alert-heading {
  color: #fff;
}
.alert-inverse-light a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-light .btn,
.alert-inverse-light .copy-btn {
  color: #fff;
  background: rgb(248.2, 248.2, 248.2);
}
.alert-inverse-light .btn:hover,
.alert-inverse-light .copy-btn:hover {
  background: rgb(248.6, 248.6, 248.6);
}
.alert-dark {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #6c6c6c;
  border-radius: 0.25rem;
}
.alert-dark .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-dark a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #6c6c6c;
}
.alert-dark a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(91.8, 91.8, 91.8);
}
.alert-inverse-dark {
  color: #fff;
  background: #6c6c6c;
}
.alert-inverse-dark .alert-heading {
  color: #fff;
}
.alert-inverse-dark a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-dark .btn,
.alert-inverse-dark .copy-btn {
  color: #fff;
  background: rgb(130.05, 130.05, 130.05);
}
.alert-inverse-dark .btn:hover,
.alert-inverse-dark .copy-btn:hover {
  background: rgb(137.4, 137.4, 137.4);
}
.alert-body-bg {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #f6f7f8;
  border-radius: 0.25rem;
}
.alert-body-bg .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-body-bg a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #f6f7f8;
}
.alert-body-bg a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(204.31875, 209.95, 215.58125);
}
.alert-inverse-body-bg {
  color: #fff;
  background: #f6f7f8;
}
.alert-inverse-body-bg .alert-heading {
  color: #fff;
}
.alert-inverse-body-bg a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-body-bg .btn,
.alert-inverse-body-bg .copy-btn {
  color: #fff;
  background: rgb(247.35, 248.2, 249.05);
}
.alert-inverse-body-bg .btn:hover,
.alert-inverse-body-bg .copy-btn:hover {
  background: rgb(247.8, 248.6, 249.4);
}
.alert-dark-btn {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #225669;
  border-radius: 0.25rem;
}
.alert-dark-btn .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-dark-btn a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #225669;
}
.alert-dark-btn a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(28.9, 73.1, 89.25);
}
.alert-inverse-dark-btn {
  color: #fff;
  background: #225669;
}
.alert-inverse-dark-btn .alert-heading {
  color: #fff;
}
.alert-inverse-dark-btn a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-dark-btn .btn,
.alert-inverse-dark-btn .copy-btn {
  color: #fff;
  background: rgb(47.6122302158, 120.4309352518, 147.0377697842);
}
.alert-inverse-dark-btn .btn:hover,
.alert-inverse-dark-btn .copy-btn:hover {
  background: rgb(52.1496402878, 131.9079136691, 161.0503597122);
}
.alert-white {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #fff;
  border-radius: 0.25rem;
}
.alert-white .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-white a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #fff;
}
.alert-white a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(216.75, 216.75, 216.75);
}
.alert-inverse-white {
  color: #fff;
  background: #fff;
}
.alert-inverse-white .alert-heading {
  color: #fff;
}
.alert-inverse-white a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-white .btn,
.alert-inverse-white .copy-btn {
  color: #fff;
  background: white;
}
.alert-inverse-white .btn:hover,
.alert-inverse-white .copy-btn:hover {
  background: white;
}
.alert-gray-lighter {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #f7f7f7;
  border-radius: 0.25rem;
}
.alert-gray-lighter .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-gray-lighter a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #f7f7f7;
}
.alert-gray-lighter a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(209.95, 209.95, 209.95);
}
.alert-inverse-gray-lighter {
  color: #fff;
  background: #f7f7f7;
}
.alert-inverse-gray-lighter .alert-heading {
  color: #fff;
}
.alert-inverse-gray-lighter a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-gray-lighter .btn,
.alert-inverse-gray-lighter .copy-btn {
  color: #fff;
  background: rgb(248.2, 248.2, 248.2);
}
.alert-inverse-gray-lighter .btn:hover,
.alert-inverse-gray-lighter .copy-btn:hover {
  background: rgb(248.6, 248.6, 248.6);
}
.alert-gray-light {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #e6e6e6;
  border-radius: 0.25rem;
}
.alert-gray-light .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-gray-light a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #e6e6e6;
}
.alert-gray-light a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(195.5, 195.5, 195.5);
}
.alert-inverse-gray-light {
  color: #fff;
  background: #e6e6e6;
}
.alert-inverse-gray-light .alert-heading {
  color: #fff;
}
.alert-inverse-gray-light a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-gray-light .btn,
.alert-inverse-gray-light .copy-btn {
  color: #fff;
  background: rgb(233.75, 233.75, 233.75);
}
.alert-inverse-gray-light .btn:hover,
.alert-inverse-gray-light .copy-btn:hover {
  background: #ebebeb;
}
.alert-gray {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #a8a8a8;
  border-radius: 0.25rem;
}
.alert-gray .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-gray a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #a8a8a8;
}
.alert-gray a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(142.8, 142.8, 142.8);
}
.alert-inverse-gray {
  color: #fff;
  background: #a8a8a8;
}
.alert-inverse-gray .alert-heading {
  color: #fff;
}
.alert-inverse-gray a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-gray .btn,
.alert-inverse-gray .copy-btn {
  color: #fff;
  background: rgb(181.05, 181.05, 181.05);
}
.alert-inverse-gray .btn:hover,
.alert-inverse-gray .copy-btn:hover {
  background: rgb(185.4, 185.4, 185.4);
}
.alert-gray-mid {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #6c6c6c;
  border-radius: 0.25rem;
}
.alert-gray-mid .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-gray-mid a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #6c6c6c;
}
.alert-gray-mid a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(91.8, 91.8, 91.8);
}
.alert-inverse-gray-mid {
  color: #fff;
  background: #6c6c6c;
}
.alert-inverse-gray-mid .alert-heading {
  color: #fff;
}
.alert-inverse-gray-mid a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-gray-mid .btn,
.alert-inverse-gray-mid .copy-btn {
  color: #fff;
  background: rgb(130.05, 130.05, 130.05);
}
.alert-inverse-gray-mid .btn:hover,
.alert-inverse-gray-mid .copy-btn:hover {
  background: rgb(137.4, 137.4, 137.4);
}
.alert-gray-dark {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #6c6c6c;
  border-radius: 0.25rem;
}
.alert-gray-dark .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-gray-dark a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #6c6c6c;
}
.alert-gray-dark a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(91.8, 91.8, 91.8);
}
.alert-inverse-gray-dark {
  color: #fff;
  background: #6c6c6c;
}
.alert-inverse-gray-dark .alert-heading {
  color: #fff;
}
.alert-inverse-gray-dark a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-gray-dark .btn,
.alert-inverse-gray-dark .copy-btn {
  color: #fff;
  background: rgb(130.05, 130.05, 130.05);
}
.alert-inverse-gray-dark .btn:hover,
.alert-inverse-gray-dark .copy-btn:hover {
  background: rgb(137.4, 137.4, 137.4);
}
.alert-gray-darker {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #4b4b4d;
  border-radius: 0.25rem;
}
.alert-gray-darker .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-gray-darker a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #4b4b4d;
}
.alert-gray-darker a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(63.75, 63.75, 65.45);
}
.alert-inverse-gray-darker {
  color: #fff;
  background: #4b4b4d;
}
.alert-inverse-gray-darker .alert-heading {
  color: #fff;
}
.alert-inverse-gray-darker a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-gray-darker .btn,
.alert-inverse-gray-darker .copy-btn {
  color: #fff;
  background: rgb(101.4967105263, 101.4967105263, 104.2032894737);
}
.alert-inverse-gray-darker .btn:hover,
.alert-inverse-gray-darker .copy-btn:hover {
  background: rgb(110.3289473684, 110.3289473684, 113.2710526316);
}
.alert-black {
  background: #fff;
  border: 0;
  border-color: transparent;
  border-left: solid 6px #100100;
  border-radius: 0.25rem;
}
.alert-black .alert-heading {
  font-size: 1.25rem;
  color: initial;
}
.alert-black a:not(.btn):not(.copy-btn):not(.link-underline) {
  color: #100100;
}
.alert-black a:not(.btn):not(.copy-btn):not(.link-underline):hover {
  color: rgb(13.6, 0.85, 0);
}
.alert-inverse-black {
  color: #fff;
  background: #100100;
}
.alert-inverse-black .alert-heading {
  color: #fff;
}
.alert-inverse-black a:not(.btn):not(.copy-btn) {
  color: #fff;
}
.alert-inverse-black .btn,
.alert-inverse-black .copy-btn {
  color: #fff;
  background: rgb(90.1, 5.63125, 0);
}
.alert-inverse-black .btn:hover,
.alert-inverse-black .copy-btn:hover {
  background: rgb(114.8, 7.175, 0);
}
.card .alert {
  background: #f7f7f7;
}
.bg-gray {
  background-color: #a8a8a8;
}
.bg-modal-overlay {
  -webkit-box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.5) !important;
}
.badge-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 50%;
}
.badge-circle::after {
  margin-top: 0.35rem;
}
.badge-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.badge-label::before {
  height: 4.5rem;
  padding: 1.7rem 5.3rem 1.3rem 1.5rem;
  font-size: 1.15rem;
  line-height: 1.15rem;
  color: #16abd6;
  content: attr(data-label);
  background: #f7f7f7;
  border-radius: 4.5rem;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.badge-label .badge-circle {
  position: absolute;
  top: 0;
  right: 0;
}
.badge-lg {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
}
.badge-xl {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.5rem;
}
.badge-disabled {
  color: #fff;
  background-color: #a8a8a8;
}
.badge-primary {
  color: #fff;
}
.badge-secondary {
  color: #fff;
}
.badge-success {
  color: #fff;
}
.badge-info {
  color: #fff;
}
.badge-warning {
  color: #fff;
}
.badge-danger {
  color: #fff;
}
.badge-light {
  color: #fff;
}
.badge-dark {
  color: #fff;
}
.badge-body-bg {
  color: #fff;
}
.badge-dark-btn {
  color: #fff;
}
.badge-white {
  color: #fff;
}
.badge-gray-lighter {
  color: #fff;
}
.badge-gray-light {
  color: #fff;
}
.badge-gray {
  color: #fff;
}
.badge-gray-mid {
  color: #fff;
}
.badge-gray-dark {
  color: #fff;
}
.badge-gray-darker {
  color: #fff;
}
.badge-black {
  color: #fff;
}
.badge-chart-black {
  color: #fff;
  background-color: #100100;
}
.badge-chart-outline-black {
  color: #100100;
  background-color: #f7f7f7;
}
.badge-chart-blue {
  color: #fff;
  background-color: #4883ad;
}
.badge-chart-outline-blue {
  color: #4883ad;
  background-color: #f7f7f7;
}
.badge-chart-blue-dark {
  color: #fff;
  background-color: rgb(17.6, 136.8, 171.2);
}
.badge-chart-outline-blue-dark {
  color: rgb(17.6, 136.8, 171.2);
  background-color: #f7f7f7;
}
.badge-chart-blue-light {
  color: #fff;
  background-color: rgb(56.2338983051, 194.6271186441, 234.5661016949);
}
.badge-chart-outline-blue-light {
  color: rgb(56.2338983051, 194.6271186441, 234.5661016949);
  background-color: #f7f7f7;
}
.badge-chart-green {
  color: #fff;
  background-color: #51c1a6;
}
.badge-chart-outline-green {
  color: #51c1a6;
  background-color: #f7f7f7;
}
.badge-chart-green-dark {
  color: #fff;
  background-color: rgb(57.586440678, 161.613559322, 136.5355932203);
}
.badge-chart-outline-green-dark {
  color: rgb(57.586440678, 161.613559322, 136.5355932203);
  background-color: #f7f7f7;
}
.badge-chart-green-light {
  color: #fff;
  background-color: rgb(150.6, 217.8, 201.6);
}
.badge-chart-outline-green-light {
  color: rgb(150.6, 217.8, 201.6);
  background-color: #f7f7f7;
}
.badge-chart-gray {
  color: #fff;
  background-color: rgb(159.6, 159.6, 159.6);
}
.badge-chart-outline-gray {
  color: rgb(159.6, 159.6, 159.6);
  background-color: #f7f7f7;
}
.badge-chart-gray-light {
  color: #fff;
  background-color: rgb(231.25, 231.25, 231.25);
}
.badge-chart-outline-gray-light {
  color: rgb(231.25, 231.25, 231.25);
  background-color: #f7f7f7;
}
.badge-chart-red {
  color: #fff;
  background-color: #e1393c;
}
.badge-chart-outline-red {
  color: #e1393c;
  background-color: #f7f7f7;
}
.badge-chart-red-dark {
  color: #fff;
  background-color: rgb(195.9157894737, 29.6842105263, 32.6526315789);
}
.badge-chart-outline-red-dark {
  color: rgb(195.9157894737, 29.6842105263, 32.6526315789);
  background-color: #f7f7f7;
}
.badge-chart-red-light {
  color: #fff;
  background-color: rgb(237, 136.2, 138);
}
.badge-chart-outline-red-light {
  color: rgb(237, 136.2, 138);
  background-color: #f7f7f7;
}
.badge-chart-yellow {
  color: #fff;
  background-color: #ff9e37;
}
.badge-chart-outline-yellow {
  color: #ff9e37;
  background-color: #f7f7f7;
}
.badge-chart-yellow-dark {
  color: #fff;
  background-color: rgb(248, 127.72, 0);
}
.badge-chart-outline-yellow-dark {
  color: rgb(248, 127.72, 0);
  background-color: #f7f7f7;
}
.badge-chart-yellow-light {
  color: #fff;
  background-color: rgb(255, 196.8, 135);
}
.badge-chart-outline-yellow-light {
  color: rgb(255, 196.8, 135);
  background-color: #f7f7f7;
}
.badge-chart-employer {
  color: #fff;
  background-color: #009973;
}
.badge-chart-outline-employer {
  color: #009973;
  background-color: #f7f7f7;
}
.badge-chart-employee {
  color: #fff;
  background-color: #16abd6;
}
.badge-chart-outline-employee {
  color: #16abd6;
  background-color: #f7f7f7;
}
.badge-chart-voluntary {
  color: #fff;
  background-color: #51c1a6;
}
.badge-chart-outline-voluntary {
  color: #51c1a6;
  background-color: #f7f7f7;
}
[aria-label=breadcrumb] {
  margin-bottom: 1.5rem;
  background: #16abd6;
  -webkit-box-shadow: 0 0.05rem 1rem rgba(108, 108, 108, 0.3), inset 0 -1px 0 rgba(108, 108, 108, 0.1);
          box-shadow: 0 0.05rem 1rem rgba(108, 108, 108, 0.3), inset 0 -1px 0 rgba(108, 108, 108, 0.1);
}
.breadcrumb {
  padding: 0.75rem 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #fff;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .breadcrumb {
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }
}
.breadcrumb > :not(.active) {
  opacity: 0.5;
}
.breadcrumb a,
.breadcrumb .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item::before {
  color: #fff;
  opacity: 0.5;
}
.breadcrumb .breadcrumb-item {
  font-size: 20px;
  line-height: initial;
}
[data-ember-action]:hover,
a:hover,
button:hover,
input:hover,
label:hover,
.link:hover {
  cursor: pointer;
}
.btn,
.copy-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 24px;
}
.btn .material-icons,
.btn .sp-checkbox .sp-check-label::before,
.sp-checkbox .btn .sp-check-label::before,
.copy-btn .material-icons,
.copy-btn .sp-checkbox .sp-check-label::before,
.sp-checkbox .copy-btn .sp-check-label::before,
.btn .wizard-card-wrapper .wizard-card .card-body-text::before,
.copy-btn .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .btn .card-body-text::before,
.wizard-card-wrapper .wizard-card .copy-btn .card-body-text::before {
  font-size: inherit;
}
.btn.btn-stats-toggle,
.btn-stats-toggle.copy-btn {
  height: 24px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #225669;
  border: none;
  border-radius: 24px;
  -webkit-box-shadow: 0 3px 4px 0 rgb(23.8, 60.2, 73.5);
          box-shadow: 0 3px 4px 0 rgb(23.8, 60.2, 73.5);
}
.btn.btn-stats-toggle .icon,
.btn-stats-toggle.copy-btn .icon {
  font-size: 28px;
}
.btn.btn-stats-toggle:hover,
.btn-stats-toggle.copy-btn:hover,
.btn.btn-stats-toggle:focus,
.btn-stats-toggle.copy-btn:focus {
  background: rgb(28.9, 73.1, 89.25);
}
.btn[data-text-xs] .text-hidden-xs,
[data-text-xs].copy-btn .text-hidden-xs {
  display: none;
}
@media (min-width: 576px) {
  .btn[data-text-xs] .text-hidden-xs,
  [data-text-xs].copy-btn .text-hidden-xs {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .btn[data-text-xs]::after,
  [data-text-xs].copy-btn::after {
    content: attr(data-text-xs);
  }
}
.btn.no-hover:hover,
.no-hover.copy-btn:hover {
  cursor: initial;
}
.btn.half-right,
.half-right.copy-btn {
  padding: 0 0.5rem 0 1rem;
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn.half-left,
.half-left.copy-btn {
  padding: 0 1rem 0 0.5rem;
  font-size: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn.btn-white,
.btn-white.copy-btn {
  color: #4b4b4d;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-white:hover,
.btn-white.copy-btn:hover {
  color: #4b4b4d;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn.btn-white:focus,
.btn-white.copy-btn:focus,
.btn.btn-white.focus,
.btn-white.focus.copy-btn {
  color: #4b4b4d;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 228, 228.3, 0.5);
}
.btn.btn-white.disabled,
.btn-white.disabled.copy-btn,
.btn.btn-white:disabled,
.btn-white.copy-btn:disabled {
  color: #4b4b4d;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-white:not(:disabled):not(.disabled):active,
.btn-white.copy-btn:not(:disabled):not(.disabled):active,
.btn.btn-white:not(:disabled):not(.disabled).active,
.btn-white.copy-btn:not(:disabled):not(.disabled).active,
.show > .btn.btn-white.dropdown-toggle,
.show > .btn-white.dropdown-toggle.copy-btn {
  color: #4b4b4d;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white.copy-btn:not(:disabled):not(.disabled):active:focus,
.btn.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white.copy-btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-white.dropdown-toggle:focus,
.show > .btn-white.dropdown-toggle.copy-btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 228, 228.3, 0.5);
}
.btn.btn-white.no-hover:hover,
.btn-white.no-hover.copy-btn:hover {
  background: #fff;
  border-color: #fff;
}
.btn.btn-icon,
.btn-icon.copy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.btn-icon svg,
.btn-icon.copy-btn svg,
.btn.btn-icon img,
.btn-icon.copy-btn img {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.btn.btn-icon .material-icons,
.btn.btn-icon .sp-checkbox .sp-check-label::before,
.sp-checkbox .btn.btn-icon .sp-check-label::before,
.btn-icon.copy-btn .material-icons,
.btn-icon.copy-btn .sp-checkbox .sp-check-label::before,
.sp-checkbox .btn-icon.copy-btn .sp-check-label::before,
.btn.btn-icon .wizard-card-wrapper .wizard-card .card-body-text::before,
.btn-icon.copy-btn .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .btn.btn-icon .card-body-text::before,
.wizard-card-wrapper .wizard-card .btn-icon.copy-btn .card-body-text::before {
  margin-right: 0.3125rem;
}
.btn.btn-link.btn-link-white,
.btn-link.btn-link-white.copy-btn {
  color: #6c6c6c;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.btn.btn-link.btn-link-white:hover,
.btn-link.btn-link-white.copy-btn:hover {
  color: #16abd6;
}
.btn.btn-link.btn-link-white:focus,
.btn-link.btn-link-white.copy-btn:focus {
  color: #16abd6;
}
@media (max-width: 320px) {
  .btn-xxs-100 {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  .btn-xs-100 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .btn-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-md-100 {
    width: 100%;
  }
}
.btn-loading-indicator {
  width: 50px;
  height: 1rem;
  vertical-align: middle;
}
.card {
  width: 100%;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 4px 6px 0 rgba(108, 108, 108, 0.2);
          box-shadow: 0 4px 6px 0 rgba(108, 108, 108, 0.2);
}
.card.card-link {
  position: relative;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 3rem;
  color: #100100;
  text-align: center;
  -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 768px) {
  .card.card-link {
    min-height: 375px;
  }
}
@media (min-width: 992px) {
  .card.card-link {
    min-height: 330px;
  }
}
.card.card-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.card.card-link:hover .material-icons:not(.arrow-icon),
.card.card-link:hover .sp-checkbox .sp-check-label:not(.arrow-icon)::before,
.sp-checkbox .card.card-link:hover .sp-check-label:not(.arrow-icon)::before,
.card.card-link:hover .wizard-card-wrapper .wizard-card .card-body-text:not(.arrow-icon)::before,
.wizard-card-wrapper .wizard-card .card.card-link:hover .card-body-text:not(.arrow-icon)::before,
.card.card-link:hover .arrow-icon {
  opacity: 1;
}
.card.card-link .card-title {
  margin-top: 0;
  color: #100100;
}
.card.card-link .card-footer {
  background-color: #fff;
}
.card.card-link .material-icons:not(.arrow-icon),
.card.card-link .sp-checkbox .sp-check-label:not(.arrow-icon)::before,
.sp-checkbox .card.card-link .sp-check-label:not(.arrow-icon)::before,
.card.card-link .wizard-card-wrapper .wizard-card .card-body-text:not(.arrow-icon)::before,
.wizard-card-wrapper .wizard-card .card.card-link .card-body-text:not(.arrow-icon)::before {
  width: 100px;
  height: 100px;
  margin: 0.5rem;
  font-size: 100px;
  color: #16abd6;
  opacity: 0.8;
}
.card.card-link .arrow-icon {
  position: absolute;
  bottom: -24px;
  left: 50%;
  padding: 1rem;
  margin-left: -24px;
  font-size: 18px;
  color: #fff;
  background-color: #4b4b4d;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card .card-title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #16abd6;
}
.card .card-footer-shadow {
  -webkit-box-shadow: inset 0 6px 9px -3px #e6e6e6;
          box-shadow: inset 0 6px 9px -3px #e6e6e6;
}
.card .card-background-image {
  width: 100%;
  height: 100%;
  min-height: 260px;
  background-color: #e6e6e6;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
@media (min-width: 768px) {
  .card .card-background-image {
    background-position-x: left;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
}
.card.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dashboard-card {
  padding: 0;
}
.dashboard-card .dashboard-card-icon {
  height: 100px;
}
.dashboard-card .dashboard-card-icon .a {
  fill: #16abd6;
}
.dashboard-card .dashboard-card-icon .btn,
.dashboard-card .dashboard-card-icon .copy-btn {
  width: 100%;
}
.dashboard-card .dashboard-card-text {
  padding: 0.5em 0;
  font-weight: 400;
}
.wizard-card-wrapper {
  min-height: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .wizard-card-wrapper {
    padding-left: 2.25rem;
    margin-left: 1.25rem;
  }
  .wizard-card-wrapper:not(.end-of-wizard) {
    border-left: 2px solid #e6e6e6;
  }
}
.wizard-card-wrapper .wizard-card {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 5px;
}
.wizard-card-wrapper .wizard-card .checkbox-disabled::before,
.wizard-card-wrapper .wizard-card .checkbox-enabled::before {
  margin-right: 0.5rem;
  vertical-align: -15%;
}
.wizard-card-wrapper .wizard-card .checkbox-disabled::before {
  content: "check_box_outline_blank";
}
.wizard-card-wrapper .wizard-card .checkbox-enabled::before {
  color: #16abd6;
  content: "check_circle";
}
.dashboard-carousel .swiper-pagination {
  z-index: 0;
}
.dashboard-carousel .swiper-pagination-bullet {
  background: #16abd6;
}
.hero-banner .swiper-pagination-bullet-active,
.hero-banner .swiper-pagination-bullet {
  background: #fff;
}
.hero-banner .swiper-pagination-bullets {
  top: 90%;
}
.ct-chart {
  margin: auto;
}
@media (max-width: 575.98px) {
  .ct-chart {
    max-width: 270px;
    max-height: 270px;
  }
}
@media (max-width: 767.98px) {
  .ct-chart {
    max-width: 400px;
    max-height: 400px;
  }
}
@media (min-width: 768px) {
  .ct-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 992px) {
  .ct-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    max-width: 100%;
  }
}
.ct-chart .ct-chart-donut .ct-fill-donut,
.ct-chart .ct-chart-donut .ct-slice-donut {
  stroke-width: 30px !important;
}
@media (max-width: 575.98px) {
  .ct-chart .ct-chart-donut .ct-fill-donut,
  .ct-chart .ct-chart-donut .ct-slice-donut {
    stroke-width: 20px !important;
  }
}
.ct-chart .ct-fill-donut-label {
  text-align: center;
}
.ct-chart .ct-legend {
  z-index: 10;
  width: 100%;
  padding: 0;
  text-align: center;
  list-style: none;
}
@media (min-width: 768px) {
  .ct-chart .ct-legend.bar-chart__legend {
    bottom: -50px;
  }
}
@media (min-width: 992px) {
  .ct-chart .ct-legend.bar-chart__legend {
    bottom: -30px;
  }
}
.ct-chart .ct-legend.donut-chart__legend {
  top: 100%;
}
.ct-chart .ct-legend {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ct-chart .ct-legend li {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  margin-right: 10px;
  margin-bottom: 3px;
  color: inherit;
  cursor: pointer;
}
.ct-chart .ct-legend li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  border: 3px solid transparent;
  border-radius: 6px;
}
.ct-chart .ct-legend li .inactive ::before {
  background: transparent;
}
.ct-chart .ct-legend li.chart__legend--black::before {
  background-color: #100100;
}
.ct-chart .ct-legend li.chart__legend--blue::before {
  background-color: #4883ad;
}
.ct-chart .ct-legend li.chart__legend--blue-dark::before {
  background-color: rgb(17.6, 136.8, 171.2);
}
.ct-chart .ct-legend li.chart__legend--blue-light::before {
  background-color: rgb(56.2338983051, 194.6271186441, 234.5661016949);
}
.ct-chart .ct-legend li.chart__legend--green::before {
  background-color: #51c1a6;
}
.ct-chart .ct-legend li.chart__legend--green-dark::before {
  background-color: rgb(57.586440678, 161.613559322, 136.5355932203);
}
.ct-chart .ct-legend li.chart__legend--green-light::before {
  background-color: rgb(150.6, 217.8, 201.6);
}
.ct-chart .ct-legend li.chart__legend--gray::before {
  background-color: rgb(159.6, 159.6, 159.6);
}
.ct-chart .ct-legend li.chart__legend--gray-light::before {
  background-color: rgb(231.25, 231.25, 231.25);
}
.ct-chart .ct-legend li.chart__legend--red::before {
  background-color: #e1393c;
}
.ct-chart .ct-legend li.chart__legend--red-dark::before {
  background-color: rgb(195.9157894737, 29.6842105263, 32.6526315789);
}
.ct-chart .ct-legend li.chart__legend--red-light::before {
  background-color: rgb(237, 136.2, 138);
}
.ct-chart .ct-legend li.chart__legend--yellow::before {
  background-color: #ff9e37;
}
.ct-chart .ct-legend li.chart__legend--yellow-dark::before {
  background-color: rgb(248, 127.72, 0);
}
.ct-chart .ct-legend li.chart__legend--yellow-light::before {
  background-color: rgb(255, 196.8, 135);
}
.ct-chart .ct-legend li.chart__legend--employer::before {
  background-color: #009973;
}
.ct-chart .ct-legend li.chart__legend--employee::before {
  background-color: #16abd6;
}
.ct-chart .ct-legend li.chart__legend--voluntary::before {
  background-color: #51c1a6;
}
.ct-chart .ct-legend .ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-chart .ct-series.chart-color-black {
  stroke: #100100;
}
.ct-chart .ct-series.chart-color-blue {
  stroke: #4883ad;
}
.ct-chart .ct-series.chart-color-blue-dark {
  stroke: rgb(17.6, 136.8, 171.2);
}
.ct-chart .ct-series.chart-color-blue-light {
  stroke: rgb(56.2338983051, 194.6271186441, 234.5661016949);
}
.ct-chart .ct-series.chart-color-green {
  stroke: #51c1a6;
}
.ct-chart .ct-series.chart-color-green-dark {
  stroke: rgb(57.586440678, 161.613559322, 136.5355932203);
}
.ct-chart .ct-series.chart-color-green-light {
  stroke: rgb(150.6, 217.8, 201.6);
}
.ct-chart .ct-series.chart-color-gray {
  stroke: rgb(159.6, 159.6, 159.6);
}
.ct-chart .ct-series.chart-color-gray-light {
  stroke: rgb(231.25, 231.25, 231.25);
}
.ct-chart .ct-series.chart-color-red {
  stroke: #e1393c;
}
.ct-chart .ct-series.chart-color-red-dark {
  stroke: rgb(195.9157894737, 29.6842105263, 32.6526315789);
}
.ct-chart .ct-series.chart-color-red-light {
  stroke: rgb(237, 136.2, 138);
}
.ct-chart .ct-series.chart-color-yellow {
  stroke: #ff9e37;
}
.ct-chart .ct-series.chart-color-yellow-dark {
  stroke: rgb(248, 127.72, 0);
}
.ct-chart .ct-series.chart-color-yellow-light {
  stroke: rgb(255, 196.8, 135);
}
.ct-chart .ct-series.chart-color-employer {
  stroke: #009973;
}
.ct-chart .ct-series.chart-color-employee {
  stroke: #16abd6;
}
.ct-chart .ct-series.chart-color-voluntary {
  stroke: #51c1a6;
}
.ct-label {
  font-size: 1rem;
  fill: #fff;
}
.ct-fill-donut-label .donut-chart__subtext {
  font-size: 0.8rem;
  font-weight: 400;
  color: #6c6c6c;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .ct-fill-donut-label .donut-chart__subtext {
    margin-bottom: 6.5rem;
  }
}
@media (min-width: 992px) {
  .ct-fill-donut-label .donut-chart__subtext {
    margin-bottom: 4rem;
    font-size: 1.2rem;
  }
}
.ct-fill-donut-label .donut-chart__title {
  font-weight: 400;
  color: #6c6c6c;
  margin-top: 5.5rem;
}
@media (min-width: 768px) {
  .ct-fill-donut-label .donut-chart__title {
    margin-top: 5.5rem;
  }
}
@media (min-width: 992px) {
  .ct-fill-donut-label .donut-chart__title {
    font-size: 1.25rem;
  }
}
.ct-fill-donut-label .donut-chart__value {
  color: #16abd6;
}
.ct-fill-donut-label .donut-chart__value span {
  font-size: 3rem;
  letter-spacing: -2px;
}
.ct-fill-donut-label .donut-chart__value.small span {
  font-size: 2.5rem;
  letter-spacing: 0;
}
.ct-fill-donut-label .donut-chart__value .currency-symbol {
  letter-spacing: -7px;
}
.ct-fill-donut-label .donut-chart__value .pounds-value,
.ct-fill-donut-label .donut-chart__value h3 {
  letter-spacing: -7px;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .ct-fill-donut-label .donut-chart__value .pounds-value,
  .ct-fill-donut-label .donut-chart__value h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .ct-fill-donut-label .donut-chart__value .pounds-value,
  .ct-fill-donut-label .donut-chart__value h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .dashboard-card .ct-fill-donut-label .donut-chart__title {
    margin-top: 5rem;
  }
  .dashboard-card .donut-chart__legend {
    bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-card .ct-fill-donut-label .donut-chart__title {
    margin-top: 5rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .dashboard-card .ct-fill-donut-label .donut-chart__title {
    margin-top: 5rem;
    font-size: 1.3rem;
  }
}
.ct-donut-no-currency .donut-chart__value {
  font-size: 5rem;
}
.dashboard-card .ct-chart {
  max-height: 300px;
}
.ct-bar-desktop-horizontal .ct-chart {
  height: 300px;
}
.ct-bar-desktop-horizontal .ct-bar {
  stroke-width: 15px;
}
@media (max-width: 767.98px) {
  .ct-bar-desktop-horizontal .ct-bar {
    stroke-width: 40px;
  }
}
@media (min-width: 768px) {
  .ct-bar-desktop-horizontal .ct-bar {
    stroke-width: 60px;
  }
}
@media (min-width: 992px) {
  .ct-bar-desktop-horizontal .ct-bar {
    stroke-width: 80px;
  }
}
.ct-bar-mobile-horizontal .ct-chart {
  max-width: 100%;
  height: 100px;
}
.ct-bar-mobile-horizontal .ct-chart .donut-chart__legend {
  bottom: 0;
}
.ct-bar-mobile-horizontal .ct-chart .ct-series {
  stroke-width: 12px;
}
.ct-bar-mobile-horizontal .ct-chart-bar {
  overflow: visible;
}
.ct-bar-mobile-horizontal .ct-square::before {
  padding-bottom: 100px;
}
.ct-bar-mobile-horizontal .ct-square > svg {
  top: -35px;
  left: -50px;
}
.ct-bar-mobile-horizontal .bar-chart__legend {
  bottom: -12px;
}
.ct-donut-mobile .ct-chart {
  max-width: 300px;
  max-height: 300px;
}
@media (min-width: 992px) {
  .ct-donut-mobile.ct-donut-no-currency .ct-chart {
    max-width: 400px;
    max-height: 400px;
  }
  .ct-donut-mobile.ct-donut-no-currency .ct-chart .donut-chart__legend {
    top: 430px;
  }
  .ct-donut-mobile.ct-donut-no-currency .ct-chart .ct-fill-donut-label .donut-chart__subtext {
    margin-bottom: 7rem;
  }
}
.company-branding-logo img {
  max-width: 100%;
  max-height: 150px;
}
.dashboard-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: between;
      -ms-flex-align: between;
          align-items: between;
  height: 70vh;
  text-align: center;
}
.dashboard-carousel .btn,
.dashboard-carousel .copy-btn {
  width: 100%;
}
.dashboard-carousel .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60vh;
  padding: 1.5em 1rem;
  margin: 1em 0;
}
.dashboard-carousel .dashboard-carousel-title {
  font-size: 1.2rem;
}
.dashboard-carousel .dashboard-carousel-item {
  width: 100%;
}
.dashboard-carousel .dashboard-carousel-item svg {
  position: static;
  top: auto;
  left: auto;
  overflow: hidden;
  font-family: Roboto, sans-serif;
  text-align: center;
  word-wrap: break-word;
  -webkit-transform-origin: 150px 75px;
          transform-origin: 150px 75px;
}
.dashboard-carousel .dashboard-carousel-item .ct-fill-donut-label .donut-chart__title {
  margin-top: 4.8rem;
}
@media (max-width: 767.98px) {
  .dashboard-carousel .dashboard-carousel-item .ct-square {
    height: 270px;
  }
}
@media (max-width: 320px) {
  .dashboard-carousel .dashboard-carousel-item .ct-square {
    height: 230px;
  }
  .dashboard-carousel .dashboard-carousel-item .ct-square .donut-chart__value {
    padding-top: 1.5rem;
  }
  .dashboard-carousel .dashboard-carousel-item .ct-square .donut-chart__value span {
    font-size: calc(0.75 * 3rem);
  }
}
.dashboard-carousel .dashboard-carousel-item .ct-square::before {
  display: block;
  float: none;
  padding-bottom: 0;
  content: "";
}
.dashboard-carousel .list-group-item-action {
  padding: 0.5em 0;
}
.dashboard-carousel .dashboard-carousel-icon {
  width: 35%;
}
.dashboard-carousel .dashboard-carousel-icon .a {
  fill: #16abd6;
}
.dashboard-carousel .dashboard-carousel-title-subtext {
  font-size: 18px;
  color: #6c6c6c;
}
.menu-dropdown .dropdown-header {
  white-space: normal;
}
input:required {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.required-asterisk {
  color: #bc074c;
}
.bs-form .list-group-item.cp-is-open {
  z-index: 3;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.bs-form .list-group-item.z-index-1 {
  z-index: 1;
}
.sp-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-checkbox .sp-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-checkbox .sp-check-label::before {
  margin-right: 0.5rem;
}
.sp-checkbox .sp-check-label.checkbox-enabled::before {
  color: #51c1a6;
  content: "check_circle";
}
.sp-checkbox .sp-check-label.checkbox-disabled::before {
  content: "check_box_outline_blank";
}
.control-label {
  font-size: 80%;
  color: #a8a8a8;
}
.pcaautocomplete {
  max-width: 210px;
}
.checkbox-align {
  height: 1.5rem;
}
.form-group.is-invalid .invalid-feedback {
  display: block;
}
.form-control:-ms-input-placeholder {
  color: #a8a8a8 !important;
}
.custom-file-label {
  border: 2px solid #a8a8a8;
  border-radius: 0.375rem;
}
.custom-file-label::after {
  height: calc(1.5rem + 0.65rem);
  font-weight: normal;
  color: #fff;
  background-color: #16abd6;
}
.x-file-input .x-file--input {
  display: none;
}
.x-file-input .x-file--input + label {
  display: block;
}
.hero-banner {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .hero-banner {
    -webkit-box-shadow: 0 0.05rem 1rem rgba(108, 108, 108, 0.3), inset 0 -1px 0 rgba(108, 108, 108, 0.1);
            box-shadow: 0 0.05rem 1rem rgba(108, 108, 108, 0.3), inset 0 -1px 0 rgba(108, 108, 108, 0.1);
  }
}
.hero-banner .greeting {
  font-size: 150%;
  font-weight: 400;
}
.hero-banner .full-name {
  font-size: 200%;
  font-weight: 700;
  line-height: 1;
}
.hero-banner .company-scheme {
  font-size: 100%;
  line-height: 2;
  text-transform: capitalize;
}
.hero-banner .hero-banner-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 1em;
  margin: 0;
}
.hero-banner .hero-banner-stats .stats-value {
  font-size: 300%;
}
.hero-banner .hero-banner-stats .stats-value .material-icons,
.hero-banner .hero-banner-stats .stats-value .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .hero-banner .hero-banner-stats .stats-value .card-body-text::before,
.hero-banner .hero-banner-stats .stats-value .sp-checkbox .sp-check-label::before,
.sp-checkbox .hero-banner .hero-banner-stats .stats-value .sp-check-label::before {
  font-size: 42px;
}
.hero-banner .hero-banner-stats .stats-value sub {
  position: static;
}
.hero-banner .hero-banner-stats-md {
  max-width: 1200px;
  padding-top: 2rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 6rem;
}
@media (min-width: 768px) {
  .hero-banner .hero-banner-stats-md {
    padding: 2rem 3rem;
    margin-top: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.hero-banner .hero-banner-stats-md .stat-label {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-banner-stats-md .stat-label {
    margin-top: 1rem;
  }
}
.hero-banner .hero-banner-stats-md .stats-value {
  font-size: 300%;
}
.hero-banner .hero-banner-stats-md .stats-value .material-icons,
.hero-banner .hero-banner-stats-md .stats-value .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .hero-banner .hero-banner-stats-md .stats-value .card-body-text::before,
.hero-banner .hero-banner-stats-md .stats-value .sp-checkbox .sp-check-label::before,
.sp-checkbox .hero-banner .hero-banner-stats-md .stats-value .sp-check-label::before {
  font-size: 42px;
}
.hero-banner .hero-banner-stats-md .stats-value sub {
  position: static;
}
.btn-stats-toggle {
  width: 48px;
  padding: 0;
}
.hide-stats,
.show-stats {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (max-width: 767.98px) {
  .hide-stats,
  .show-stats {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    -webkit-animation: slide-in-down 300ms;
            animation: slide-in-down 300ms;
    will-change: transform;
  }
}
@media (max-width: 767.98px) {
  .show-stats {
    -webkit-animation: slide-in-down 300ms;
            animation: slide-in-down 300ms;
  }
}
@media (min-width: 768px) {
  .show-stats {
    width: 100%;
    background-image:
      linear-gradient(
        135deg,
        rgb(20.9, 162.45, 203.3),
        rgba(23.2771186441, 180.9266949153, 226.4228813559, 0.4));
  }
}
.hide-stats {
  overflow: hidden;
  -webkit-animation: slide-in-up 300ms;
          animation: slide-in-up 300ms;
}
.material-icons,
.wizard-card-wrapper .wizard-card .card-body-text::before,
.sp-checkbox .sp-check-label::before {
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.material-icons.md-18,
.wizard-card-wrapper .wizard-card .md-18.card-body-text::before,
.sp-checkbox .md-18.sp-check-label::before {
  font-size: 18px;
}
.material-icons.md-24,
.wizard-card-wrapper .wizard-card .md-24.card-body-text::before,
.sp-checkbox .md-24.sp-check-label::before {
  font-size: 24px;
}
.material-icons.md-36,
.wizard-card-wrapper .wizard-card .md-36.card-body-text::before,
.sp-checkbox .md-36.sp-check-label::before {
  font-size: 36px;
}
.material-icons.md-48,
.wizard-card-wrapper .wizard-card .md-48.card-body-text::before,
.sp-checkbox .md-48.sp-check-label::before {
  font-size: 48px;
}
.material-icons.md-64,
.wizard-card-wrapper .wizard-card .md-64.card-body-text::before,
.sp-checkbox .md-64.sp-check-label::before {
  font-size: 64px;
}
.material-icons.md-84,
.wizard-card-wrapper .wizard-card .md-84.card-body-text::before,
.sp-checkbox .md-84.sp-check-label::before {
  font-size: 84px;
}
.material-icons.md-180,
.wizard-card-wrapper .wizard-card .md-180.card-body-text::before,
.sp-checkbox .md-180.sp-check-label::before {
  font-size: 180px;
}
.material-icons.md-dark,
.wizard-card-wrapper .wizard-card .md-dark.card-body-text::before,
.sp-checkbox .md-dark.sp-check-label::before {
  color: #100100;
}
.material-icons.md-light,
.wizard-card-wrapper .wizard-card .md-light.card-body-text::before,
.sp-checkbox .md-light.sp-check-label::before {
  color: "#808080";
}
.material-icons.md-inactive,
.wizard-card-wrapper .wizard-card .md-inactive.card-body-text::before,
.sp-checkbox .md-inactive.sp-check-label::before {
  opacity: 0.4;
}
.svg-icon.svg-18 {
  height: 18px;
}
.svg-icon.svg-24 {
  height: 24px;
}
.svg-icon.svg-36 {
  height: 36px;
}
.svg-icon.svg-48 {
  height: 48px;
}
.svg-icon.svg-72 {
  height: 72px;
}
.svg-icon.svg-100 {
  height: 100px;
}
.svg-icon.svg-150 {
  height: 150px;
}
.svg-icon.svg-dark {
  color: #100100;
}
.svg-icon.svg-light {
  color: "#808080";
}
.svg-icon.svg-inactive {
  opacity: 0.4;
}
.svg-icon.svg-gray-color {
  fill: #6c6c6c;
}
.emoji.emoji-sm {
  font-size: 24px;
}
.emoji.emoji-md {
  font-size: 48px;
}
.emoji.emoji-lg {
  font-size: 64px;
}
.emoji.emoji-xl {
  font-size: 120px;
}
.svg-primary .a {
  fill: #16abd6;
}
.svg-secondary .a {
  fill: #51c1a6;
}
.svg-success .a {
  fill: #009973;
}
.svg-info .a {
  fill: rgb(105.9254237288, 209.7203389831, 239.6745762712);
}
.svg-warning .a {
  fill: #ff9e37;
}
.svg-danger .a {
  fill: #bc074c;
}
.svg-light .a {
  fill: #f7f7f7;
}
.svg-dark .a {
  fill: #6c6c6c;
}
.svg-body-bg .a {
  fill: #f6f7f8;
}
.svg-dark-btn .a {
  fill: #225669;
}
.svg-white .a {
  fill: #fff;
}
.svg-gray-lighter .a {
  fill: #f7f7f7;
}
.svg-gray-light .a {
  fill: #e6e6e6;
}
.svg-gray .a {
  fill: #a8a8a8;
}
.svg-gray-mid .a {
  fill: #6c6c6c;
}
.svg-gray-dark .a {
  fill: #6c6c6c;
}
.svg-gray-darker .a {
  fill: #4b4b4d;
}
.svg-black .a {
  fill: #100100;
}
.smart-iframe {
  width: 100%;
  height: 80vh;
}
@media (max-width: 767.98px) {
  .smart-iframe.above-dock {
    position: absolute;
    right: 0;
    left: 0;
  }
}
.loading-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  color: #a8a8a8;
}
@media (min-width: 768px) {
  .loading-state {
    min-height: calc(100vh - 13rem);
  }
}
.loading-state .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}
.nav-mobile-dock {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 2000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -2px #4b4b4d;
          box-shadow: 0 0 5px -2px #4b4b4d;
  -webkit-animation: drop-fade-above 0.1s;
          animation: drop-fade-above 0.1s;
}
.nav-mobile-dock .dock-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 8px 0;
  font-size: 12px;
  color: #a8a8a8;
  text-align: center;
}
.nav-mobile-dock .dock-item.active {
  font-weight: 700;
  color: #16abd6;
}
.nav-mobile-dock .dock-item.active .svg-icon .a {
  fill: #16abd6;
}
.nav-mobile-dock .svg-icon {
  height: 24px;
}
.nav-mobile-dock .svg-icon .a {
  fill: #6c6c6c;
}
.above-dock.fixed-bottom {
  -webkit-box-shadow: 0 0 5px -2px #4b4b4d;
          box-shadow: 0 0 5px -2px #4b4b4d;
}
@media (max-width: 767.98px) {
  .above-dock {
    bottom: 57px;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
  }
}
.nav-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}
.nav-off-canvas {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  max-width: 290px;
  height: calc(100vh - (3.625rem + env(safe-area-inset-top) + env(safe-area-inset-bottom)));
  overflow-y: scroll;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: rgb(23.2771186441, 180.9266949153, 226.4228813559);
  -webkit-box-shadow: 0 0 35px 1px #6c6c6c;
          box-shadow: 0 0 35px 1px #6c6c6c;
  -webkit-animation: slide-in-right 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: slide-in-right 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-off-canvas::-webkit-scrollbar-thumb,
.nav-off-canvas::-webkit-scrollbar-track,
.nav-off-canvas::-webkit-scrollbar {
  display: none;
}
.nav-off-canvas.close-animation {
  max-width: 0;
  -webkit-transition: max-width 0s ease-in-out 300ms;
  transition: max-width 0s ease-in-out 300ms;
  -webkit-animation: slide-out-right 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: slide-out-right 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-off-canvas.close-animation .nav-off-canvas-close {
  display: none;
}
.nav-off-canvas .nav-off-canvas-close {
  position: absolute;
  right: 16px;
  padding-top: 10px;
  padding-left: 10px;
}
.nav-off-canvas .border-separator {
  margin: 0.5rem 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-off-canvas .nav-item-icon {
  float: left;
  margin-right: 0.5rem;
  opacity: 0.9;
}
.nav-off-canvas .nav-off-canvas-profile {
  padding: 3rem 2rem 1rem;
  background: rgb(23.5325423729, 182.9120338983, 228.9074576271);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-off-canvas .nav-off-canvas-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.5rem;
}
.nav-off-canvas .nav-off-canvas-links .badge {
  margin-right: 0.5rem;
  font-size: 18px;
}
.nav-off-canvas .nav-off-canvas-links a,
.nav-off-canvas .nav-off-canvas-links button,
.nav-off-canvas .nav-off-canvas-links .link-to-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 2rem;
  font-weight: 400;
}
.nav-off-canvas .nav-off-canvas-links .nav-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .nav-off-canvas .nav-off-canvas-links .nav-item-text {
    font-size: 18px;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .nav-off-canvas .nav-off-canvas-links .nav-item-text {
    font-size: 20px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .nav-off-canvas {
      height: calc(100% - (3.625rem + env(safe-area-inset-top) + env(safe-area-inset-bottom)));
    }
  }
}
.sidepanel-open .above-dock {
  bottom: 0;
  -webkit-animation: drop-fade-above 0.1s;
          animation: drop-fade-above 0.1s;
}
@media only screen and (max-width: 768px) {
  .intercom-mobile-messenger-active {
    height: env(safe-area-inset-top);
    background-color: #16abd6;
  }
  .intercom-mobile-messenger-active #intercom-container .intercom-messenger-frame {
    height: calc(100vh - (3.625rem + env(safe-area-inset-top) + env(safe-area-inset-bottom)));
    margin-top: env(safe-area-inset-top);
    border-bottom: 1px solid #a8a8a8;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #intercom-container .intercom-launcher-frame {
    bottom: calc(20px + calc(3.625rem + env(safe-area-inset-bottom)));
    z-index: 1000;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    min-width: 500px;
  }
}
.modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
}
.modal-wrapper .overlay-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
    linear-gradient(
      135deg,
      rgba(23.2771186441, 180.9266949153, 226.4228813559, 0.8),
      rgba(20.9, 162.45, 203.3, 0.9));
}
.modal-wrapper .modal-table-wrapper {
  max-height: 250px;
  overflow: auto;
}
.modal-wrapper .modal-table-wrapper.scrollable-vertically {
  -webkit-box-shadow: inset 0 -20px 45px -25px rgba(16, 1, 0, 0.3);
          box-shadow: inset 0 -20px 45px -25px rgba(16, 1, 0, 0.3);
}
.modal-wrapper .ember-modal {
  min-height: inherit;
  margin: 0.5rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 5px rgb(20.9, 162.45, 203.3);
          box-shadow: 0 0 20px 5px rgb(20.9, 162.45, 203.3);
}
.modal-wrapper .ember-modal .modal-content {
  border: 0;
}
.modal-wrapper .ember-modal .modal-content .modal-body {
  max-height: 50vh;
  overflow-y: scroll;
}
.modal-wrapper .ember-modal .ember-power-select-trigger {
  background: transparent;
}
.modal-wrapper .ember-power-select-trigger {
  background: transparent;
}
.modal-wrapper .errors-wrapper {
  max-height: 330px;
  overflow: auto;
}
.modal-footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-masterhead {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0.05rem 1rem rgba(108, 108, 108, 0.3), inset 0 -1px 0 rgba(108, 108, 108, 0.1);
          box-shadow: 0 0.05rem 1rem rgba(108, 108, 108, 0.3), inset 0 -1px 0 rgba(108, 108, 108, 0.1);
}
.nav-masterhead .navbar-brand .logo,
.nav-masterhead .navbar-brand .logo-mobile,
.nav-masterhead .navbar-brand .logo-desktop {
  max-height: 65px;
}
.nav-masterhead .navbar-brand .logo-desktop {
  display: none;
}
@media (min-width: 768px) {
  .nav-masterhead .navbar-brand .logo-desktop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.nav-masterhead .navbar-brand .logo-mobile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 768px) {
  .nav-masterhead .navbar-brand .logo-mobile {
    display: none;
  }
}
.nav-masterhead .menu-dropdown {
  min-width: 280px;
}
.nav-masterhead .menu-dropdown a .a {
  fill: #6c6c6c;
}
.nav-masterhead .menu-dropdown a.active {
  color: #16abd6;
}
.nav-masterhead .menu-dropdown a.active .a {
  fill: #16abd6;
}
.nav-masterhead .menu-dropdown button.btn,
.nav-masterhead .menu-dropdown button.copy-btn {
  border-radius: 0;
}
.nav-masterhead .menu-dropdown button.btn-link {
  font-weight: 700;
  color: #6c6c6c;
}
.nav-masterhead .menu-dropdown button:hover,
.nav-masterhead .menu-dropdown button:focus {
  background-color: #f7f7f7;
}
.nav-masterhead .nav-link {
  padding: 20px 10px;
  font-size: 18px;
  line-height: 28px;
  color: #6c6c6c;
}
.nav-masterhead .nav-link:hover,
.nav-masterhead .nav-link:focus {
  color: #16abd6;
}
.nav-masterhead .nav-link .nav-item-icon .a {
  fill: #6c6c6c;
}
.nav-masterhead .nav-link.active,
.nav-masterhead .nav-link.ember-basic-dropdown-trigger--below {
  color: #16abd6;
}
.nav-masterhead .nav-link.active .nav-item-icon .a,
.nav-masterhead .nav-link.ember-basic-dropdown-trigger--below .nav-item-icon .a {
  fill: #16abd6;
}
.mobile-header-sublinks .btn-sm,
.mobile-header-sublinks .btn,
.mobile-header-sublinks .copy-btn {
  padding: 0.125rem 1rem 0.233rem;
  border-radius: 3px;
}
.nav-masterhead-links .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-masterhead-links .nav-item .nav-item-icon {
  position: relative;
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 6px;
  vertical-align: baseline;
}
.nav__tabs {
  padding: 1rem 1rem 0;
  background-color: #e6e6e6;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav__tabs a {
  padding-top: 1rem;
}
.nav__tabs .nav-link {
  padding: 1.5rem 0 1rem;
  font-size: 20px;
  color: #a8a8a8;
  border: none;
  border-radius: 6px 6px 0 0;
}
.nav__tabs .nav-link.active {
  font-weight: 700;
  color: #51c1a6;
  background-color: #fff;
  border: none;
}
.nav__tabs .nav-link:hover {
  color: #16abd6;
  background-color: #51c1a6;
}
.nav__tabs--content {
  background-color: #fff;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .nav__tabs--content {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.parallax .parallax-content {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .parallax .parallax-content {
    padding: 5rem 2rem 3rem;
  }
}
.page-item.active .page-link {
  background: #16abd6;
  border-color: #16abd6;
}
.page-item .page-link {
  color: #16abd6;
}
.liquid-container:not(.fixed-liquid-outlet) {
  overflow: visible;
}
.liquid-container:not(.fixed-liquid-outlet) .liquid-child {
  overflow: visible;
}
.liquid-container:not(.fixed-liquid-outlet).liquid-animating {
  overflow: hidden;
}
.liquid-container:not(.fixed-liquid-outlet).liquid-animating .liquid-child {
  overflow: hidden;
}
.iti {
  width: 100%;
}
.iti .iti__country-list {
  min-width: 300px;
  white-space: normal;
}
@media (max-width: 500px) {
  .iti-mobile .iti .iti__country-list {
    top: 20vh;
    left: 0;
    width: 80%;
    min-width: unset;
    max-height: 60vh;
  }
}
.toggle .x-toggle-btn.x-toggle-default {
  background: #6c6c6c;
}
.toggle .x-toggle-btn.x-toggle-disabled {
  background: #e6e6e6;
}
.toggle .x-toggle-btn.x-toggle-flip::before {
  background: #6c6c6c;
}
.toggle .x-toggle:checked + label > .x-toggle-default.x-toggle-btn {
  background: #16abd6;
}
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::after,
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::before,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::after,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::before {
  background: #16abd6;
}
.toggle .x-toggle:checked + label .x-toggle-flat.x-toggle-btn::after {
  background: #fff;
}
.toggle .x-toggle-component .on-label {
  padding-left: 1.5rem;
}
.toggle .x-toggle-btn.x-toggle-flat {
  background: #6c6c6c;
}
.toggle .x-toggle-btn.x-toggle-disabled {
  background: #e6e6e6;
}
.toggle .x-toggle-btn.x-toggle-flip::before {
  background: #6c6c6c;
}
.toggle .x-toggle:checked + label > .x-toggle-flat.x-toggle-btn {
  background: #16abd6;
}
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::after,
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::before,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::after,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::before {
  background: #16abd6;
}
.toggle .x-toggle:checked + label .x-toggle-flat.x-toggle-btn::after {
  background: #fff;
}
.toggle .x-toggle-component .on-label {
  padding-left: 1.5rem;
}
.toggle .x-toggle-btn.x-toggle-ios {
  background: #6c6c6c;
}
.toggle .x-toggle-btn.x-toggle-disabled {
  background: #e6e6e6;
}
.toggle .x-toggle-btn.x-toggle-flip::before {
  background: #6c6c6c;
}
.toggle .x-toggle:checked + label > .x-toggle-ios.x-toggle-btn {
  background: #16abd6;
}
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::after,
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::before,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::after,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::before {
  background: #16abd6;
}
.toggle .x-toggle:checked + label .x-toggle-flat.x-toggle-btn::after {
  background: #fff;
}
.toggle .x-toggle-component .on-label {
  padding-left: 1.5rem;
}
.toggle .x-toggle-btn.x-toggle-light {
  background: #6c6c6c;
}
.toggle .x-toggle-btn.x-toggle-disabled {
  background: #e6e6e6;
}
.toggle .x-toggle-btn.x-toggle-flip::before {
  background: #6c6c6c;
}
.toggle .x-toggle:checked + label > .x-toggle-light.x-toggle-btn {
  background: #16abd6;
}
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::after,
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::before,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::after,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::before {
  background: #16abd6;
}
.toggle .x-toggle:checked + label .x-toggle-flat.x-toggle-btn::after {
  background: #fff;
}
.toggle .x-toggle-component .on-label {
  padding-left: 1.5rem;
}
.toggle .x-toggle-btn.x-toggle-skewed {
  background: #6c6c6c;
}
.toggle .x-toggle-btn.x-toggle-disabled {
  background: #e6e6e6;
}
.toggle .x-toggle-btn.x-toggle-flip::before {
  background: #6c6c6c;
}
.toggle .x-toggle:checked + label > .x-toggle-skewed.x-toggle-btn {
  background: #16abd6;
}
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::after,
.toggle .x-toggle:checked + label > .x-toggle-flip.x-toggle-btn::before,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::after,
.toggle .x-toggle:checked + label .x-toggle-material.x-toggle-btn::before {
  background: #16abd6;
}
.toggle .x-toggle:checked + label .x-toggle-flat.x-toggle-btn::after {
  background: #fff;
}
.toggle .x-toggle-component .on-label {
  padding-left: 1.5rem;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
@media (max-width: 767.98px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
}
::-webkit-scrollbar-track {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 6px #a8a8a8;
  box-shadow: inset 0 0 6px #a8a8a8;
}
::-webkit-scrollbar-thumb {
  background: #16abd6;
  border-radius: 12px;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #4b4b4d;
}
.smart-tip {
  font-size: 14px;
  font-weight: 400;
}
.smart-tip .btn,
.smart-tip .copy-btn {
  width: auto;
}
.smart-tip .smart-tip-title {
  font-weight: 400;
}
.smart-tip .smart-tip-content {
  max-height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
}
.smart-tip .smart-tip-container {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 24px;
}
.smart-tip .smart-tip-container .smart-tip-title {
  font-weight: 400;
  color: #16abd6;
}
.smart-tip.smart-tip-popover .smart-tip-container {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  z-index: 1070;
}
.card .smart-tip-container {
  background-color: #f7f7f7;
}
.card-header .smart-tip-title {
  font-size: 1rem;
  font-weight: 400;
}
.task-item {
  border-bottom: dotted 2px #a8a8a8;
}
.task-item:last-of-type {
  border-bottom: none;
}
.task-item .task-icon {
  font-size: 36px;
}
.task-item .task-item-text {
  width: 100%;
  padding-left: 0.5rem;
  font-size: 1.25;
}
.toast-position {
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
}
.toast-position.toast-position {
  right: 12px;
}
@media (max-width: 767.98px) {
  .toast-position.toast-position {
    bottom: 12px;
  }
}
@media (min-width: 768px) {
  .toast-position.toast-position {
    top: 20px;
  }
}
.toast-position .toast {
  background-color: #4b4b4d;
}
@media (max-width: 767.98px) {
  .toast-position .toast {
    bottom: 6vh;
  }
}
@media (min-width: 768px) {
  .toast-position .toast {
    top: 14vh;
  }
}
.toast-position .toast-close-button {
  position: absolute;
  top: 5px;
  right: 10px;
  float: none;
}
.toast-position .toast-close-button:hover,
.toast-position .toast-close-button:focus {
  color: #fff;
}
#toast-container > .toast-success {
  width: auto;
  max-width: 500px;
  padding: 15px 30px 15px 15px;
  background-image: none !important;
}
.ember-tooltip-target {
  color: #16abd6;
}
.text-faded {
  opacity: 0.5;
}
.text-bold {
  font-weight: 700;
}
.text-disabled {
  color: #6c6c6c;
}
[data-before]::before {
  font-size: 65%;
  content: attr(data-before);
}
[data-after]::after {
  font-size: 65%;
  content: attr(data-after);
}
.format-currency {
  word-wrap: initial;
}
.format-currency.large-format {
  font-size: 4rem;
}
@media (max-width: 767.98px) {
  .format-currency.large-format {
    font-size: 3rem;
  }
}
.format-currency[data-after]::after {
  font-size: 100%;
  content: "." attr(data-after);
}
.format-currency[data-before]::before {
  font-size: 100%;
  content: attr(data-before);
}
.retirement-income-projection-warning .ellipsis-bubble {
  stroke: #16abd6;
}
.pension-forecast-modeller {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #fff;
}
.pension-forecast-modeller .bezier-path {
  stroke-dasharray: 6;
  opacity: 1;
  stroke-width: 2px;
  fill: none;
  stroke: #51c1a6;
}
.pension-forecast-modeller .age-labels-container,
.pension-forecast-modeller .value-labels-container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pension-forecast-modeller .age-labels-container text,
.pension-forecast-modeller .value-labels-container text {
  font-size: 12px;
  fill: #4b4b4d;
  text-anchor: end;
}
.pension-forecast-modeller .age-labels-container text {
  text-anchor: middle;
}
.pension-forecast-modeller .axis-container line {
  stroke: #4b4b4d;
}
.pension-forecast-modeller .dividers-container line {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 2px;
}
.pension-forecast-modeller .display-text {
  font-family:
    roboto,
    helvetica,
    arial,
    sans-serif;
  font-size: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  fill: #fff;
  text-anchor: middle;
}
.pension-forecast-modeller .display-box-panel {
  position: relative;
}
.pension-forecast-modeller .display-box-panel,
.pension-forecast-modeller .display-box-pointer,
.pension-forecast-modeller .display-box-pointer-top-right,
.pension-forecast-modeller .display-box-pointer-top-left {
  fill: #16abd6;
}
.pension-forecast-modeller .mask-path {
  fill: none;
  stroke-width: 4px;
  stroke: #fff;
}
.pension-forecast-modeller.ie11 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}
.pension-forecast-modeller.ie11 .svg-view {
  position: absolute;
  top: 0;
  right: 0;
}
.pca {
  position: static;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  margin: 0;
  border: none;
}
.pca * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.pca .pcatext {
  font: 9pt arial;
  color: #333;
}
.pca .pcalist {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style-position: outside;
  list-style-type: none;
  background-color: #fafafa;
}
.pca .pcaitem {
  position: relative;
  padding: 9px 10px;
  padding: 7px 10px;
  padding-right: 22px;
  margin: 0;
  line-height: 15px;
  color: #000;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  filter: alpha(opacity=80);
  border: solid 1px transparent;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  opacity: 0.8;
}
.pca .pcaselected {
  color: #333;
  color: #000;
  background-color: #e5f0ff;
  background-color: #f0f0f0;
  filter: alpha(opacity=100);
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  opacity: 1;
}
.pca .pcalastitem {
  border-bottom: none;
}
.pca .pcadisableselect {
  -moz-user-select: none;
  -webkit-user-select: none;
}
.pca .pcaautocomplete {
  position: absolute;
  z-index: 100000;
  width: inherit;
  padding: 0;
  margin: 0;
  background: 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-bottom: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.pca .pcaanchor {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
}
.pca .pcaanchor .pcachain {
  position: relative;
}
.pca .pcaautocomplete .pcaheader {
  color: #969696;
  background-color: #fafafa;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.pca .pcaautocomplete .pcamessage {
  padding: 8px 10px;
  line-height: 18px;
}
.pca .pcaautocomplete .pcalist {
  width: auto;
  height: 244px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.pca .pcaautocomplete .pcafooter {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-width: 138px;
  height: 30px;
  overflow: hidden;
  background-color: #fafafa;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.pca .pcanotification {
  position: absolute;
  z-index: 100000;
  display: none;
  padding: 8px 10px;
  background-color: #fafafa;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.pca .pcanotification.pcavisible {
  display: block;
}
.pca .pcanotification.pcafade {
  opacity: 0;
}
.pca .pcanotification.pcaerror {
  color: #fff;
  background-color: #db7f83;
}
.pca .pcaautocomplete .pcafooter .pcamessage {
  position: relative;
  float: right;
  padding: 0;
  margin: 9px 0 0 5px;
  font: bold 9pt arial;
  color: #969696;
}
.pca .pcamodal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000;
}
.pca .pcamodal .pcalist {
  width: auto;
  min-width: 200px;
  height: 244px;
  min-height: 100px;
}
.pca .pcamodal .pcaborder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=20);
  border-radius: 0;
  opacity: 0.2;
}
.pca .pcamodal .pcaframe {
  position: relative;
  margin: 12px;
  background-color: #f5f7f9;
  border-color: #c8cacc;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.pca .pcamodal .pcacontent {
  position: relative;
  padding: 15px;
}
.pca .pcamodal .pcacontent .pcainputrow {
  width: 450px;
  text-align: right;
}
.pca .pcamodal .pcacontent .pcainputrow input {
  width: 300px;
  padding: 8px;
  margin: 15px;
  background: #fff;
  border-color: #d4d4d4;
  border-style: solid;
  border-width: 1px;
}
.pca .pcamodal .pcacontent .pcainputrow input:invalid {
  -webkit-box-shadow: 0 0 1.5px 1px red;
  box-shadow: 0 0 1.5px 1px red;
}
.pca .pcamodal .pcacontent .pcainputrow .pcahalf {
  width: 126px;
}
.pca .pcamodal .pcacontent .pcainputrow label {
  font: bold 14px arial;
  color: #444;
}
.pca .pcamodal .pcaheader {
  position: relative;
  top: 0;
  left: 0;
  background: #e1e3e5;
  background: -moz-linear-gradient(top, #e1e3e5 0%, #e1e3e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e3e5), color-stop(100%, #e1e3e5));
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#e1e3e5", endColorstr="#e1e3e5", GradientType=0);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#e1e3e5", endColorstr="#e1e3e5", GradientType=0);
  border-top: 1px solid #e1e3e5;
  border-bottom: 1px solid #c8cacc;
  border-radius: 0;
}
.pca .pcamodal .pcaheader .pcatitle {
  margin: 15px;
  font: bold 18px arial;
  color: #005db9;
}
.pca .pcamodal .pcafooter {
  position: relative;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #c8cacc;
}
.pca .pcamodal .pcafooter .pcabutton {
  width: 150px;
  margin: 15px;
}
.pca .pcafullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pca .pcamask {
  z-index: 100000;
  background-color: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.pca .pcabutton {
  padding: 8px;
  font: bold 14px arial;
  color: #444;
  cursor: pointer;
  background: #f5f7f9;
  background: -moz-linear-gradient(top, #f5f7f9 0%, #f5f7f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f9), color-stop(100%, #f5f7f9));
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#f5f7f9", endColorstr="#f5f7f9", GradientType=0);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#f5f7f9", endColorstr="#f5f7f9", GradientType=0);
  border: 1px solid #d4d4d4;
  border-radius: 0;
}
.pca .pcatooltip {
  position: absolute;
  z-index: 100000;
}
.pca .pcatooltip .pcabackground {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=60);
  border-radius: 5px;
  opacity: 0.6;
}
.pca .pcatooltip .pcamessage {
  position: relative;
  padding: 5px;
  font: 9pt arial;
  color: #fff;
}
.pca .pcabutton:hover {
  color: #444;
}
.pca .pcalink {
  font: bold 9pt arial;
  cursor: pointer;
}
.pca .pcaclear {
  clear: both;
}
.pcaflag {
  position: absolute;
  width: 14px;
  height: 12px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/flags16x16.png);
  -webkit-box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
  box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
}
.pca .pcaautocomplete .pcafooter .pcaflagbutton {
  position: relative;
  float: right;
  width: 31px;
  height: 21px;
  padding: 5px 6px;
  cursor: pointer;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/flag_clear_down.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
.pca .pcaautocomplete .pcafooter .pcaflagbutton:hover {
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/flag_clear_down_hover.png);
}
.pca .pcaautocomplete .pcafooter .pcaflagbutton .pcaflag {
  top: 9px;
  left: 9px;
}
.pca .pcaautocomplete .pcaflaglabel {
  position: relative;
  left: 26px;
}
.pca .pcacountrylist .pcafooter .pcaflagbutton {
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/flag_clear_up.png);
}
.pca .pcacountrylist .pcafooter .pcaflagbutton:hover {
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/flag_clear_up_hover.png);
}
.pca .pcaexpandable {
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/chevron.png);
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-position-x: 99%;
  background-position-y: 50%;
}
.pca .pcaautocomplete .pcafooter .pcalogo {
  position: relative;
  float: left;
  width: 68px;
  height: 15px;
  margin: 7px 5px 8px 11px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/pca_predict_logo.png);
}
.pca .pcaautocomplete .pcafooter .aclogo {
  position: relative;
  float: left;
  width: 112px;
  height: 15px;
  margin: 8px 5px 8px 11px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_en.png);
}
.pca .pcaautocomplete .pcafooter .aclogo.pcalogofr {
  width: 118px;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_fr.png);
}
.pca .pcaautocomplete .pcafooter .dtlogo {
  position: relative;
  float: left;
  width: 100px;
  height: 14px;
  margin: 9px 5px 6px 9px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/dt_express_capture_logo.png);
}
.pca .pcaautocomplete .pcafooter .anlogo {
  position: relative;
  float: left;
  width: 129px;
  height: 11px;
  margin: 10px 5px 9px 9px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/address_now_logo.png);
}
.pca .pcaitem .pcadescription {
  margin-left: 8px;
  font-style: italic;
  color: #888;
}
.text-break-all {
  word-break: break-all;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-Thin-7VMLK25U.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-ThinItalic-DFRJDO6J.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 200;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-ExtraLight-J2RFZIRP.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 200;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-ExtraLightItalic-JT3EGMDN.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-Light-IS4DJQ75.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 300;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-LightItalic-G4UT7FQG.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-Regular-TGLK5WDB.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-Italic-7AGZR6BH.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-Medium-P37WRVHF.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-MediumItalic-4THEHFFA.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-SemiBold-UTWTQZXN.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 600;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-SemiBoldItalic-6C2XNT4Z.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-Bold-T3WUHTJZ.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-BoldItalic-LBRKIWBP.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-ExtraBold-U4ZQXKRT.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 800;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-ExtraBoldItalic-YQORC4NP.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 900;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-Black-WYH2L4N4.digested.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 900;
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/DMSans-BlackItalic-62G4QBRP.digested.ttf") format("truetype");
}
@font-face {
  font-family: "Museo Sans";
  src: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/museo-sans-500-normal-GXBU6WCF.digested.otf") format("opentype");
}
.default-link {
  margin: 0;
  font: 400 0.875rem "Lato", sans-serif;
  color: #007793;
  text-decoration: underline;
}
.default-link:hover {
  color: #003357;
  text-decoration: underline;
}
.default-link:focus,
.default-link:active {
  -webkit-box-shadow: 0 0 0 2px #588df3;
          box-shadow: 0 0 0 2px #588df3;
}
.return-back {
  margin-bottom: 32px;
  font: 400 1rem "Lato", sans-serif;
}
.return-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.return-back .return-back-arrow {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/arrow-back-QVY5RZPK.digested.svg");
}
.return-back .return-back-text {
  color: #007793;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
}
.forgotten-email-link,
.help-link-signing-in {
  margin-top: 8px;
}
.forgotten-email-link a,
.help-link-signing-in a {
  font: 400 0.875rem "Lato", sans-serif;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
}
.help-link-signing-in {
  margin-top: 32px;
}
.new-theme .help-link-signing-in a {
  color: #03424a;
}
.new-theme .help-link-signing-in a:hover {
  color: #03424a;
}
.new-theme .help-link-signing-in a:focus,
.new-theme .help-link-signing-in a:active {
  -webkit-box-shadow: 0 0 0 2px #03424a;
          box-shadow: 0 0 0 2px #03424a;
}
.new-theme .default-link {
  color: #03424a;
}
.new-theme .default-link:hover {
  color: #03424a;
}
.new-theme .default-link:focus,
.new-theme .default-link:active {
  -webkit-box-shadow: 0 0 0 2px #03424a;
          box-shadow: 0 0 0 2px #03424a;
}
.new-theme .return-back .return-back-arrow {
  width: 24px;
  height: 24px;
  background: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/arrow-back-green-FY24HMLM.digested.svg");
}
.new-theme .return-back .return-back-text {
  line-height: 150%;
  color: #03424a;
}
.button {
  display: inline-block;
  width: 100%;
  height: 48px;
  font: 700 1rem "Lato", sans-serif;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border-radius: 4px;
}
.button:focus,
.button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #588df3;
          box-shadow: 0 0 0 4px #588df3;
}
.button.default-button {
  color: #007793;
  border: 1px solid #007793;
}
.button.default-button:hover {
  background-color: #f0f0f0;
}
.button.default-button:active {
  background-color: transparent;
}
.button.primary-button {
  color: #fff;
  background-color: #00819d;
  border: 1px solid #00819d;
}
.button.primary-button:hover {
  color: #fff;
  background-color: #0a7793;
}
.button.primary-button:active {
  background-color: #005975;
}
.button.primary-button:disabled {
  cursor: not-allowed;
}
.button.primary-button:disabled:hover,
.button.primary-button:disabled:active {
  color: #fff;
  background-color: #00819d;
  border: 1px solid #00819d;
}
.button.outline-danger-button {
  color: #bc074c;
  background-color: #fff;
  border: 1px solid #bc074c;
}
.button.outline-danger-button:hover {
  color: #fff;
  background-color: #bc074c;
}
.inline-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.inline-buttons input[type=submit] {
  width: 100%;
}
.inline-buttons .button {
  width: 50%;
}
.inline-buttons .button + .button {
  margin-left: 24px;
}
.new-theme .button {
  color: #fff;
}
.new-theme .button.default-button {
  color: #03424a;
}
.new-theme .button:focus,
.new-theme .button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #b8d6fc;
          box-shadow: 0 0 0 4px #b8d6fc;
}
.new-theme .button.primary-button {
  background-color: #03424a;
  border-color: #03424a;
}
.new-theme .button.primary-button:hover {
  background-color: #03424a;
}
.new-theme .button.primary-button:active {
  background-color: #03424a;
}
.new-theme .button.primary-button:disabled:hover,
.new-theme .button.primary-button:disabled:active {
  background-color: #03424a;
  border-color: #03424a;
}
.sign-in-layout .sign-in-wrapper .sign-in-support .sign-in-form-wrapper {
  padding-top: 24px;
}
.sign-in-support a {
  color: #007793;
}
.sign-in-support h3,
.sign-in-support h4 {
  margin: 0;
  line-height: 1.5;
}
.sign-in-support .sign-in-support-wrapper {
  padding: 24px 48px 48px;
  margin-bottom: 250px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow:
    0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 2px rgba(0, 0, 0, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.04);
          box-shadow:
    0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 2px rgba(0, 0, 0, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.04);
}
.sign-in-support .sign-in-support-title {
  font: 400 1.5rem "museo-sans", sans-serif;
  line-height: 1.3;
  color: #003357;
}
.sign-in-support .sign-in-support-item {
  margin-top: 1.5rem;
}
.sign-in-support .sign-in-support-item .sign-in-support-item-label {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #003357;
}
.sign-in-support .sign-in-support-item .sign-in-support-item-text {
  font: 400 0.875rem "Lato", sans-serif;
  color: #222;
}
.sign-in-support .sign-in-support-item .sign-in-support-item-text .phone-number {
  color: #007793;
  text-decoration: underline;
}
.sign-in-support .never-signed-in-before .sign-in-support-item a {
  font-weight: 700;
}
.sign-in-support .help-signing-in .option-link {
  margin-top: 24px;
}
.sign-in-support .help-signing-in .option-link a {
  font: 700 1rem "Lato", sans-serif;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sign-in-support .help-steps .steps {
  margin-top: 24px;
}
.sign-in-support .help-steps .steps .step #step1.step-body .sign-in-form {
  margin-top: 24px;
}
.sign-in-support .help-steps .step {
  border-top: 1px solid #e0e0e0;
}
.sign-in-support .help-steps .step:nth-child(2) {
  margin-top: 20px;
}
.sign-in-support .help-steps a.step-header {
  display: block;
  margin-top: 20px;
}
.sign-in-support .help-steps a.step-header .sign-in-support-subtitle {
  display: inline-block;
  width: 281px;
  font: 400 1.25rem "museo-sans", sans-serif;
  line-height: 26px;
  color: #003357;
  text-align: left;
}
.sign-in-support .help-steps a.step-header .toggle-arrow {
  float: right;
  font-size: 22px;
  color: #f07c91;
  cursor: pointer;
}
.sign-in-support .help-steps a.step-header.collapsed .toggle-arrow {
  -webkit-transform: rotate(180deg) translateY(20%);
          transform: rotate(180deg) translateY(20%);
}
.sign-in-support .help-steps .step-body .text-title {
  margin-top: 24px;
  margin-bottom: 10px;
  font: 700 1rem "Lato", sans-serif;
  color: #003357;
}
.sign-in-support .help-steps .step-body .text-title.dark {
  color: #222;
}
.sign-in-support .help-steps #step1 {
  margin-top: 16px;
}
.sign-in-support .help-steps #step2 ul {
  padding-left: 25px;
}
#password-strength-check {
  margin-top: 20px;
}
.password-requirement-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  gap: 5px;
}
#password-strength-very-weak {
  display: inline;
}
.password-strength-text {
  display: none;
}
.power-bar {
  width: 100%;
  height: 10px;
  margin: 20px 0;
  background-color: #e6e6e6;
  border-radius: 35px;
}
.power-bar #power-point {
  height: 100%;
  border-radius: 35px;
  -webkit-transition: width 0.5s, background-color 0.5s;
  transition: width 0.5s, background-color 0.5s;
}
.icon-standard,
.icon-red-x,
.icon-green-check {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.icon-green-check {
  background: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/icons-tick-LWFAI6RI.digested.svg");
}
.icon-red-x {
  background: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/icons-cross-HEFVVNEU.digested.svg");
}
.power-point-very-weak {
  background-color: #d73f40;
}
.power-point-weak {
  background-color: #dc6551;
}
.power-point-average {
  background-color: #f2b84f;
}
.power-point-strong {
  background-color: #bde952;
}
.power-point-very-strong {
  background-color: #009973;
}
.new-theme .sign-in-layout .sign-in-header {
  background-color: #03424a;
  background-image: none;
}
.new-theme .sign-in-layout .sign-in-wrapper .text-dark {
  color: #03424a !important;
}
.new-theme .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form-title {
  color: #03424a;
}
.new-theme .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .sign-in-oauth-button {
  color: #03424a;
}
.new-theme .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .sign-in-oauth-button:focus,
.new-theme .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .sign-in-oauth-button:active {
  border-color: #b8d6fc;
  -webkit-box-shadow: 0 0 0 4px #b8d6fc;
          box-shadow: 0 0 0 4px #b8d6fc;
}
.new-theme .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group.password_step_form_company_slug .form-control-label {
  color: #03424a;
}
.new-theme .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-control:focus,
.new-theme .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-control:active {
  border-color: #b8d6fc;
  -webkit-box-shadow: 0 0 0 4px #b8d6fc;
          box-shadow: 0 0 0 4px #b8d6fc;
}
.new-theme .sign-in-layout .sign-in-wrapper .sign-in-wrapper-label {
  font-family: "DM Sans", sans-serif;
}
.new-theme .sign-in-layout .sign-in-wrapper .form-remember-me input[type=checkbox] {
  accent-color: #03424a;
}
.new-theme .sign-in-support a {
  color: #03424a;
}
.new-theme .sign-in-support .sign-in-support-title {
  color: #03424a;
}
.new-theme .sign-in-support .sign-in-support-item .sign-in-support-item-text,
.new-theme .sign-in-support .sign-in-support-item .sign-in-support-item-label {
  color: #03424a;
}
.new-theme .sign-in-support .sign-in-support-item .sign-in-support-item-text .phone-number,
.new-theme .sign-in-support .sign-in-support-item .sign-in-support-item-label .phone-number {
  color: #03424a;
}
.new-theme .modal .card .material-icons,
.new-theme .modal .card .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .new-theme .modal .card .card-body-text::before,
.new-theme .modal .card .sp-checkbox .sp-check-label::before,
.sp-checkbox .new-theme .modal .card .sp-check-label::before {
  color: #03424a;
}
.new-theme .intercom-lightweight-app-launcher {
  background-color: #03424a !important;
}
.new-theme .otp-input-group input.otp-digit-box:focus {
  border-color: #b8d6fc;
  -webkit-box-shadow: 0 0 0 4px #b8d6fc;
          box-shadow: 0 0 0 4px #b8d6fc;
}
p {
  margin: 0;
}
.default-text {
  font: 400 0.875rem "Lato", sans-serif;
  line-height: 1.5;
  color: #333 !important;
}
.question-before-action {
  font: 400 0.875rem "Lato", sans-serif;
}
.text-dark {
  color: #003357 !important;
}
.input-field-hint-text {
  margin: 0;
  font: 400 0.875rem "Lato", sans-serif;
  line-height: 1.5;
  color: #666 !important;
}
.alert {
  position: relative;
  padding: 18px;
  padding-left: 58px;
  margin-bottom: 36px;
  color: #222;
  border: 2px solid;
  border-left-width: 8px;
  border-radius: 6px;
}
.alert::before {
  position: absolute;
  top: 20px;
  left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  color: #fff;
  border-radius: 10px;
}
.alert.alert-danger {
  border-color: #bc074c;
}
.alert.alert-danger::before {
  content: "!";
  background-color: #bc074c;
}
.alert.alert-success {
  border-color: #3e8029;
}
.alert.alert-success::before {
  content: "\2713";
  background-color: #3e8029;
}
.alert.alert-info {
  border-color: #007793;
}
.alert.alert-info::before {
  content: "i";
  background-color: #007793;
}
.alert .message {
  margin-bottom: 8px;
  font: 400 1.25rem "museo-sans", sans-serif;
  line-height: 1.3;
  color: #222;
}
.alert .message_details {
  font: 400 1rem "museo-sans", sans-serif;
  color: #222;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hidden {
  display: none;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font: 400 1rem "Lato", sans-serif;
  line-height: 1.5;
}
.sign-in-layout {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-wrap: break-word;
  background-color: #e5e5e5;
}
.sign-in-layout .sign-in-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: #103354 url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/sp-circle-KZIEOKRL.digested.svg") no-repeat 100% 0/175px;
}
.sign-in-layout .sign-in-wrapper {
  position: relative;
  width: 468px;
  margin: 0 auto;
}
.sign-in-layout .sign-in-wrapper a {
  padding: 0 2px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sign-in-layout .sign-in-wrapper a:focus,
.sign-in-layout .sign-in-wrapper a:active,
.sign-in-layout .sign-in-wrapper a:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #588df3;
          box-shadow: 0 0 0 2px #588df3;
}
.sign-in-layout .sign-in-wrapper a:focus.button,
.sign-in-layout .sign-in-wrapper a:active.button,
.sign-in-layout .sign-in-wrapper a:focus-visible.button {
  border: none;
  -webkit-box-shadow: 0 0 0 4px #588df3;
          box-shadow: 0 0 0 4px #588df3;
}
.sign-in-layout .sign-in-wrapper .sign-in-wrapper-logo {
  padding-top: 21px;
}
.sign-in-layout .sign-in-wrapper .sign-in-wrapper-logo a {
  display: inherit;
}
.sign-in-layout .sign-in-wrapper .sign-in-wrapper-logo img {
  display: block;
  margin: 0 auto;
}
.sign-in-layout .sign-in-wrapper .sign-in-wrapper-label {
  display: inline-block;
  width: 100%;
  height: 34px;
  margin: 48px auto;
  font: 400 1.75rem "museo-sans", sans-serif;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper {
  padding: 40px 48px 48px;
  margin-bottom: 250px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow:
    0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 2px rgba(0, 0, 0, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.04);
          box-shadow:
    0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 2px rgba(0, 0, 0, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.04);
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-account-type,
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form-title {
  margin-bottom: 4px;
  font: 400 1.25rem "museo-sans", sans-serif;
  line-height: 1.3;
  color: #003357;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper #account_name_hint,
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper #where_is_my_email_hint {
  margin-bottom: 12px;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form {
  margin-top: 36px;
  overflow-wrap: break-word;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group {
  margin: 24px 0 0;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 4px 12px;
  font: 400 1rem "Lato", sans-serif;
  line-height: 1.5;
  color: #222;
  border: 1px solid #999;
  border-radius: 4px;
  outline: none;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-control.is-valid {
  background-image: none;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-control.is-invalid {
  padding: 4px 11px;
  background-image: none;
  border: 2px solid #bc074c !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-control:focus,
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-control:active {
  border-color: #588df3;
  -webkit-box-shadow: 0 0 0 4px #588df3;
          box-shadow: 0 0 0 4px #588df3;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-control-label {
  display: block;
  margin: 0 0 12px !important;
  font: 700 1rem "Lato", sans-serif;
  color: #222;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-control-label abbr[title=required] {
  display: none;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-text {
  display: block;
  margin: -8px 0 12px !important;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group input.password {
  display: inline-block;
  width: calc(100% - 48px);
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-password-hide-btn {
  display: inline-block;
  width: 48px;
  height: 40px;
  vertical-align: top;
  cursor: pointer;
  background: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/login-hide-password-XTZON62H.digested.svg") no-repeat 18px center;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-password-hide-btn.show {
  background: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/login-show-password-OK4PKC33.digested.svg") no-repeat 18px center;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-remember-me input[type=checkbox] {
  margin-right: 8px;
  margin-left: 0;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-remember-me label {
  position: relative;
  top: -1px;
  margin-bottom: 0;
  font: 400 1rem "Lato", sans-serif;
  color: #222;
  cursor: pointer;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .invalid-feedback {
  position: relative;
  display: block;
  margin-top: 8px;
  font: 400 0.875rem "Lato", sans-serif;
  line-height: 1.5;
  color: #bc074c;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .invalid-feedback::before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  color: #bc074c;
  text-align: center;
  content: "!";
  border: 1px solid #bc074c;
  border-radius: 12px;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-input-subtext {
  margin-top: 8px;
  font: 400 0.875rem "Lato", sans-serif;
  line-height: 1.5;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .submit-button {
  width: 100%;
  margin-top: 24px;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .sign-in-oauth-wrapper {
  display: block;
  width: 100%;
  margin-top: 16px;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .sign-in-oauth-wrapper svg,
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .sign-in-oauth-wrapper img {
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .sign-in-oauth-wrapper .sign-in-oauth-button {
  margin-bottom: 16px;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .sign-in-oauth-wrapper .sign-in-oauth-button:last-child {
  margin-bottom: 0;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .sign-in-oauth-button {
  color: #007793;
  border: 1px solid #ccc;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-submit-section .form-submit-section-or-divider {
  margin-top: 1rem;
  text-align: center;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-disclaimer-section {
  margin-top: 40px;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .primary-btn-link-container {
  margin-top: 24px;
}
.sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .passwords_alert .message_details {
  padding: 0;
  line-height: 24px;
  color: #bc074c;
  text-decoration: underline;
}
.sign-in-layout .sign-in-wrapper .authorization-required ul.able-to-items {
  padding-left: 30px;
  list-style-type: disc;
}
.intercom-lightweight-app-launcher {
  background-color: #00819d !important;
}
@media (max-width: 575.98px) {
  .sign-in-layout .sign-in-header {
    background-image: none;
  }
  .sign-in-layout .sign-in-wrapper {
    width: auto;
    margin: 0 16px;
  }
  .sign-in-layout .sign-in-wrapper .sign-in-wrapper-label {
    height: 68px;
    margin: 16px auto;
  }
  .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper {
    padding: 16px 16px 16px 24px;
  }
  .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form {
    margin-top: 24px;
  }
}
.language-link {
  color: #000;
}
.language-link:hover {
  color: #fff;
  background-color: #16abd6;
}
body.choose-your-account-page .sign-in-layout {
  background-color: #103354;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-wrapper-label {
  color: #7be0c2;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper {
  background-color: #f5f7fb;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .choose-your-account-form:not(:last-child) {
  margin-bottom: 1.25rem;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .choose-your-account-form .choose-your-account-form-button {
  width: 100%;
  padding: 0;
  text-align: left;
  background: none;
  border: none;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .choose-your-account-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.25rem;
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  border-color: #e2e8f0;
  border-style: solid;
  border-width: 0;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .choose-your-account-block:hover {
  background-color: #f8f8f8;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .choose-your-account-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 0.75rem;
  font-size: 0;
  background: url("https://smartpension-media-files.s3.eu-west-2.amazonaws.com/main/f978469dd76f91d5825b024f800fbcca9765503b/assets/icons-workplace-FMZXLDER.digested.svg") no-repeat 0 center;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .choose-your-account-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .choose-your-account-content .choose-your-account-title {
  padding: 0.25rem;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .choose-your-account-content .choose-your-account-title h2 {
  padding: 0;
  margin: 0;
  font: 400 1.25rem "museo-sans", sans-serif;
  line-height: 1.3;
}
body.choose-your-account-page .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .choose-your-account-content .choose-your-account-details {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
}
#dob-form .form-group.confirm_date_of_birth_form_day,
#dob-form .form-group.confirm_date_of_birth_form_month,
#dob-form .form-group.confirm_date_of_birth_form_year,
#dob-form .form-group.date_of_birth_confirmation_form_day,
#dob-form .form-group.date_of_birth_confirmation_form_month,
#dob-form .form-group.date_of_birth_confirmation_form_year {
  display: inline-block;
  width: 42px;
  margin: 12px 12px 12px 0;
}
#dob-form .form-group.confirm_date_of_birth_form_day .form-text,
#dob-form .form-group.confirm_date_of_birth_form_month .form-text,
#dob-form .form-group.confirm_date_of_birth_form_year .form-text,
#dob-form .form-group.date_of_birth_confirmation_form_day .form-text,
#dob-form .form-group.date_of_birth_confirmation_form_month .form-text,
#dob-form .form-group.date_of_birth_confirmation_form_year .form-text {
  margin: 0 0 4px !important;
}
#dob-form .form-group.confirm_date_of_birth_form_day .form-control,
#dob-form .form-group.confirm_date_of_birth_form_month .form-control,
#dob-form .form-group.confirm_date_of_birth_form_year .form-control,
#dob-form .form-group.date_of_birth_confirmation_form_day .form-control,
#dob-form .form-group.date_of_birth_confirmation_form_month .form-control,
#dob-form .form-group.date_of_birth_confirmation_form_year .form-control {
  padding: 4px 8px;
  text-align: center;
}
#dob-form .form-group.confirm_date_of_birth_form_day .form-control.is-valid,
#dob-form .form-group.confirm_date_of_birth_form_day .form-control.is-invalid,
#dob-form .form-group.confirm_date_of_birth_form_month .form-control.is-valid,
#dob-form .form-group.confirm_date_of_birth_form_month .form-control.is-invalid,
#dob-form .form-group.confirm_date_of_birth_form_year .form-control.is-valid,
#dob-form .form-group.confirm_date_of_birth_form_year .form-control.is-invalid,
#dob-form .form-group.date_of_birth_confirmation_form_day .form-control.is-valid,
#dob-form .form-group.date_of_birth_confirmation_form_day .form-control.is-invalid,
#dob-form .form-group.date_of_birth_confirmation_form_month .form-control.is-valid,
#dob-form .form-group.date_of_birth_confirmation_form_month .form-control.is-invalid,
#dob-form .form-group.date_of_birth_confirmation_form_year .form-control.is-valid,
#dob-form .form-group.date_of_birth_confirmation_form_year .form-control.is-invalid {
  padding-right: 8px !important;
}
#dob-form .form-group.confirm_date_of_birth_form_day small.form-text,
#dob-form .form-group.confirm_date_of_birth_form_month small.form-text,
#dob-form .form-group.confirm_date_of_birth_form_year small.form-text,
#dob-form .form-group.date_of_birth_confirmation_form_day small.form-text,
#dob-form .form-group.date_of_birth_confirmation_form_month small.form-text,
#dob-form .form-group.date_of_birth_confirmation_form_year small.form-text {
  margin-bottom: 0;
}
#dob-form .form-group.confirm_date_of_birth_form_year,
#dob-form .form-group.date_of_birth_confirmation_form_year {
  width: 61px;
}
#dob-form .form-group.confirm_date_of_birth_form_errors,
#dob-form .form-group.date_of_birth_confirmation_form_errors {
  margin: 0 0 12px;
}
#dob-form .form-group.confirm_date_of_birth_form_errors .invalid-feedback,
#dob-form .form-group.date_of_birth_confirmation_form_errors .invalid-feedback {
  margin: 0;
}
#dob-form .text-muted {
  color: #666 !important;
}
.modal {
  color: #222;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 1.25rem;
}
.modal .modal-title {
  font: 400 1.75rem "museo-sans", sans-serif;
}
.modal .user-session-form + .user-session-form {
  margin-top: 1rem;
}
.modal .card {
  padding: 0;
  margin: 0;
  background-color: #f5f7fb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal .card .label {
  font-size: 0.875rem;
}
.modal .card .material-icons,
.modal .card .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .modal .card .card-body-text::before,
.modal .card .sp-checkbox .sp-check-label::before,
.sp-checkbox .modal .card .sp-check-label::before {
  color: #00819d;
}
.modal .card.sso-required .material-icons,
.modal .card.sso-required .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .modal .card.sso-required .card-body-text::before,
.modal .card.sso-required .sp-checkbox .sp-check-label::before,
.sp-checkbox .modal .card.sso-required .sp-check-label::before {
  display: block;
}
.modal .card.sso-required .text-muted {
  font-size: 0.875rem;
}
.modal .close {
  color: #007793;
  opacity: 1;
}
.modal .close:hover {
  color: #003357;
  opacity: 1 !important;
}
.modal-backdrop {
  background-color: #000;
  opacity: 0.6 !important;
}
@media (min-width: 576px) {
  .modal .button {
    width: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.sign-in-form-wrapper h2.sign-in-form-title {
  margin-bottom: 36px !important;
}
.sign-in-form-wrapper p.default-text {
  margin: 8px 0 24px;
}
.otp-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 30px 0;
}
.otp-input-group input.otp-digit-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  font: 400 1rem "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  text-align: center;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  outline: none;
}
.otp-input-group input.otp-digit-box:focus {
  border-color: #588df3;
  -webkit-box-shadow: 0 0 0 4px #588df3;
          box-shadow: 0 0 0 4px #588df3;
}
.otp-input-group.has-error .otp-digit-box {
  border-color: #bc074c;
}
.otp-buttons-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.otp-buttons-column .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.otp-resend-text {
  margin-top: 12px;
  font-size: 0.875rem;
  color: #666;
  text-align: left;
}
.otp-resend-text strong {
  font-weight: 600;
}
.rtl {
  text-align: right;
  direction: rtl;
}
.rtl .dropup .dropdown-menu {
  text-align: right;
}
.rtl .inline-buttons .button,
.rtl .inline-buttons .button + .button {
  margin-left: 24px;
}
.rtl .inline-buttons .button:last-child,
.rtl .inline-buttons .button + .button:last-child {
  margin-left: 0;
}
.rtl .invalid-feedback::before {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .alert {
  padding-right: 58px;
  padding-left: 18px;
  border-right-width: 8px;
  border-left-width: 2px;
}
.rtl .alert::before {
  right: 24px;
  left: auto;
}
.rtl .modal .user-session-form .card .material-icons,
.rtl .modal .user-session-form .card .wizard-card-wrapper .wizard-card .card-body-text::before,
.wizard-card-wrapper .wizard-card .rtl .modal .user-session-form .card .card-body-text::before,
.rtl .modal .user-session-form .card .sp-checkbox .sp-check-label::before,
.sp-checkbox .rtl .modal .user-session-form .card .sp-check-label::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rtl .modal .close {
  position: absolute;
  left: 1rem;
}
.rtl .sign-in-layout .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .form-group .form-remember-me input[type=checkbox] {
  margin-right: 0;
  margin-left: 8px;
}
.card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
  margin: 10px 0;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0 0;
}
.card .card-title .application-name {
  margin: 16px 8px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #306767;
}
.card .card-title .arrow {
  margin: 16px 8px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #306767;
}
.card .card-description p {
  margin: 0 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}
/*! Copyright © 2009-2016 Postcode Anywhere (Holdings) Ltd. (http://www.postcodeanywhere.co.uk)
 *
 * CapturePlus v2.30
 * Style for Capture Plus for the web.
 *
 * WEB-1-3 14/07/2016 10:56:37
 */
