@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -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: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #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: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #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: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.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(40, 167, 69, 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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") 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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.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(220, 53, 69, 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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") 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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  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: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  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: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(: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::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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.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-append > .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 > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.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: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 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: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.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: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 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-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -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: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-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: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.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: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .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(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #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(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #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(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #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 #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.v-select {
  position: relative;
  font-family: inherit;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

/* KeyFrames */
@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Dropdown Default Transition */
.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/** Component States */
/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */
.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}
.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}
.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}
.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */
.vs__dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

/* Dropdown Toggle States */
.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* Clear Button */
.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */
.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

.vs__no-options {
  text-align: center;
}

/* List Items */
.vs__dropdown-option {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */
.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0px 2px;
  padding: 0 0.25em;
  z-index: 0;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */
.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}
.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: 0.4;
}
.vs--single.vs--searching .vs__selected {
  display: none;
}

/* Search Input */
/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */
.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search::-moz-placeholder {
  color: inherit;
}

.vs__search:-ms-input-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

/**
    States
 */
.vs--unsearchable .vs__search {
  opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

/* Loading Spinner */
.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s infinite linear;
          animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */
.vs--loading .vs__spinner {
  opacity: 1;
}

@font-face {
  font-family: Rockwell;
  src: url("/src/fonts/rockwen.ttf");
}
@font-face {
  font-family: LucidaGrande;
  src: url("/src/fonts/LucidaGrande.ttf");
}
@font-face {
  font-family: LucidaGrandeBold;
  src: url("/src/fonts/LucidaGrandeBold.ttf");
}
html {
  height: 100%;
}

body {
  font-family: "LucidaGrande";
  font-size: 18px;
  line-height: 21px;
  color: #000;
  background: #fff;
  height: 100%;
}

a.nostyle {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #3DD86D;
}

.dash-table table a {
  color: #3DD86D;
}

.box-800 {
  max-width: 800px;
  margin: 0 auto;
}

.main-container {
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
}

.general-padding {
  padding: 0 25px;
}

.action-letter {
  position: relative;
}
.action-letter:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.max-width-800 {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: flex-start;
}
.flex.flex-space-between {
  justify-content: space-between;
}

.hover:hover {
  cursor: pointer;
}

.color-red {
  color: #F70909;
}

.color-green {
  color: #3DD86D;
}

.color-orange {
  color: #F4A309;
}

.color-purple {
  color: #620BDD;
}

.bg-black {
  background: #000;
}

a {
  color: inherit;
}

.sticky-footer-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.sticky-footer-container .sticky-footer-container {
  min-height: 1px;
  height: 100%;
  flex-grow: 1;
}
.sticky-footer-container .sticky-footer {
  margin-top: auto;
}

.footer-container .status-bar {
  border: 1px solid #CCCCCC;
  padding: 5px 25px 0;
  color: #2FD9BF;
  margin: 0;
}

.status-bar {
  display: flex;
  margin: 15px 0 0;
  padding: 10px 20px;
  border-top: 2px solid #620BDD;
  background: #E3DAC9;
  line-height: 32px;
}
.status-bar .created, .status-bar .updated {
  width: 30%;
  margin: 0 5% 0 0;
  text-align: right;
}
.status-bar .created > div:last-child, .status-bar .updated > div:last-child {
  margin-left: auto;
}
.status-bar .actions {
  width: 30%;
  margin-left: auto;
  text-align: right;
}
.status-bar .actions .button {
  width: 45%;
  font-style: italic;
}
.status-bar .actions .button:first-child {
  margin: 0 5% 0 0;
}

.button {
  border: 1px solid #000;
  padding: 3px 10px;
  line-height: 24px;
  min-height: 32px;
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
  border-width: 1px 2px 1px 2px;
  padding: 3px 9px;
  color: #000;
}
.button.btn-center {
  text-align: center;
  padding: 3px 0;
}
.button.btn-green {
  background: #3DD86D;
}
.button.btn-red {
  background: #F70909;
}
.button.btn-purple {
  background: #620BDD;
  color: #ffffff;
}
.button.btn-grey {
  background: #CCCCCC;
}
.button.btn-blue2 {
  background: #4BD9BF;
}
.button.btn-orange {
  background-color: orange;
}

.purple-btn {
  display: inline-block;
  background: #620BDD;
  color: #02D001;
  padding: 5px 20px;
  border-radius: 10px;
  margin: 0 10px;
  line-height: 1.2;
  vertical-align: center;
}
.purple-btn .action-letter::after {
  border-color: #02D001;
}
.purple-btn:last-child {
  margin-right: 0;
}
.purple-btn:hover {
  text-decoration: none;
  color: #02D001;
  opacity: 0.6;
}

.login {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.login .button {
  margin: 20px 0 0;
}

.main-container-404 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-container-404 div {
  width: 100%;
  text-align: center;
  padding: 20px;
}

.filtering {
  vertical-align: middle;
}
.filtering .button {
  min-width: 143px;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 1500px) {
  .filtering .button {
    margin-right: 5px;
  }
}
@media (max-width: 1200px) {
  .filtering .button {
    margin-right: 5px;
    padding: 2px 6px;
    min-width: auto;
    font-size: 14px;
  }
  .filtering .button .filter-item {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .filtering .button {
    margin: 15px 0;
  }
}
.filtering .button.active {
  background: #E3DAC9;
}
.filtering .button .filter-item {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAegAAAH9CAYAAADRS+8kAAAgAElEQVR4nOzdCTzU+f8H8K9xX+No0hiy0zhD0pBISdKlKJUOOSrbff9sqW3bare2a7sPnSpSWypXp5VsJ5ZJklDGJIbQYBzJMf6Pj6W/bZUhx/c7834+HrNK9jOf7+c75jWfz/fz/XwkSkpKsLaoqqq2+TNIaWmpUD+HQZlQJr7LZKqqqvJafqO6ulruw4cPShUVFUq1tbUyZWVl6nV1dVJ5eXna6O+VlZWK1dXVCujnKisrFZp+hiwQCEh8Pp9cU1MjU1tbK/Xhwwc59DPN5aLvVVRUKLR8rvr6eqnKykq52tpaUsvv19XVYeXl5f+qKIlEajyuhoaGf31fQkLiX+0iEAgavyorK2NSUlL/+llpaWmBoqJidfPfJSUl69BXJSWlKmlp6brm78vJyVXLy8tXKyoqVsnIyNSgv5NIJIGKigpfWlq6Bn0ffU9OTq5KUVGxEn2PTCbzpaSk6rS1tTno70pKShXy8vIV6OdaaXcO/B5BmVDm/5P64r8AQFz05pqj4CotLaWUlJSov337ls7n81XLyspUysrKVJse5BZf0UMJfa2qqpJBvzithSIRoONu7cN3WVlZa7VHHwQUWvk+uSsPtfnDAnojU1ZWrlJVVa1AIY8Cv+lR2uIrepQ1feWhr6qqqq8/K5LTlfUFoLtBQAMiYKI6VlZWKr17945WWFhIff/+fe+CggJqcXEx5cOHDwqlpaWNIVtSUkIuKykjl/JLFVBAfSGQAA40f/Bp+iCh8IUPCV+loqKCqampYapk1SoVNRW+mppaY7irqqqWqqmp8TQ0NApRL55CoRRpaGgUaGhocBUVFStalMmC1wLAKwho0BM+9XBRuJaUlFDy8/O1uVyudklJiVp+fj4tOzubUVpaSn737p1GQUEB+ncpCFvwOfSaaHpdNAc8ta1GkpGRwdTV1TEqlVrVp0+fYhTmmpqaBX369Cmk0Wi5NBotT1NTMxcFvKamZg66XNAEeuigW0FAg87W2NstLy8n5+Xl6XC5XPTQysvLo6Hg5fF4qkVFRepcLle9oKAAq6mpgRMAuhV6zaHXXkFBAQp0naaHWWt1kJWVxfr06YPRaDRe7969eVQqtVBLSyuXQqEUa2pq5tNotBxtbe0cJSUlftP/Aj1y0GkgoEF7NPZ8myZH6XA4HL3s7GzdjIwMIy6XS+NyuVQul6uRm5srw+fzoWEB4X38+BHLyclBD3UMw9BDr7VjIpPJmLa2dg2NRkO98AIajcbV0dHJ0dHReWNqaspCk+QkJSUFTT8OPXEgFAho8LnGHjAack5NTdVAAczhcOhND53s7GzamzdvPs0KBgBgGPpAmpaWJpOWlqaNYZj2502CZtvT6XT04NLp9Bw6nc7p168fm06nZ+vq6qajIfWmDwAY9MJBMwho8dQYwqWlpeqoF8zhcPqlp6cbZ2RkGHA4HO2srCwFIs5cBgCv0AdaNpuNHjQMw9DDumVVpaWlMS0tLRTgBYaGhq+NjIzS6XR6Fp1OZ+vo6LDR7WwQ3OIHAlp0NQ5Ho0lY6enpZhkZGf3T0tJMnz9/bvrq1St6VlaWTHV1a7eiAgC6W21tLcbhcNCDGhsbiya6DWuugpycHKanp1etp6eXY2BgkIkeFhYW8YaGhqny8vJVTT8Gw+YiCAJaNDD5fL4gNTWVmZaWNiA9Pd0oLS3NKD09nZ6dnS3ubQMAoaEP0qmpqXKpqakGGIYZtDwWBoOBGRkZsY2NjdMNDQ0zTUxMnpmYmCSTyeTm1S8guAlM4vMViFoj7Covwq6cgkGZHS2TjiZo5eTkMF68eGGelJQ0GAXxixcvDND1L6ErAAAQaVQqFQV3gZmZWaqFhUWiiYnJcxMTE1bTCm6thja8z+OvTOhB4xezrKxM8PTpU2sWizX46dOn5qkpqUbPXzxXqK+vF/e2AQB8RdNtZM3D5Y7YP0u4YgMGDKgyNTVNHzRoUDKTyfx70KBBcWhVtqaSoLeNMxDQPa9xwhZabjItLc382bNng5KTk82ePXtmnJ6eDucHANAp0Af75ORkheTkZOb58+fR+848VK6mpiZmYWHx2sTEJN3c3JyFrm/37t27oOk5YWJaD4IA6H70qqoqnWfPnlmiIeqkpCRmUlKSwdu3b8WtHQAAOJCfn49dv35dDz0wDJuIatS3b18U2pmWlpaJTCYzydzcPKFpQhoEdjeCgO5ajTOp0Wpajx49sn/48OHwpKQk84SEBAqatQkAAHiEOgxv3741CAsLQ5PS3NFyp4aGhnUDBw5Mc3BwiLW1tb3Xv3//lKbbv2BovItAQHcuOtpmMDExcejDhw9HPHjwYNjDhw/1hNnSEwAA8ApNJkaX3NAtm5cuXULLoq5A65nb2tq+Hj58+MNhw4b9ZWlp+RhtKQqB3XlgFve3lcmsqqpSQsPVKSkpAx8+fDj0/v37erDMJQBA3KD7tS0sLIqHDRsWZ2tr+2D48OHRTU3Q5rA4zOJuHfSg24eJNt5HPeTY2NhR9+/fH5qQkKAqzIccAAAQZeh+7UePHlEePXqErmNPRMPiVlZWpSNGjHg4YsSIe6iHLSMjUwPXsYUHPeivozcvhxkbGzv6r7/+souJiTGAHjIAALQP6mFbW1sXoMC2t7e/a2Zmlti8hCn0oFsHAf1fdLRT082bN12jo6MdY2JiTIuLi4WuAwAAgLZRKBTMzs4ufcSIEfenTZsWjLbuFOb6NQR0FzwRjstsnGmNVua6fv26a2RkpBMaphH6QAAAAHwzY2PjGmdn56iJEyeGDx06NOZLM8TFKqCFmWEsbKWErRAOymyc3HX//v1Rd+7cGRcVFWXF5XKFfh4AAABdB/WuR40alTJu3LjbDg4Od5rWFme1831e6PrhtUxxCmj6+/fvNUJDQ2f98ccf0+7fv68N9yIDAAC+ycjIoKHwXBcXl+sTJkwIZTAYmZ05FI5BQPdYmfSSkhJKZGTk1JCQkGm3bt3Sg3WsAQCAmNDM8KFDhxa7ubldmzVr1hkNDY2Cb938A4OA7tYyG2deR0REuEEoAwCAaGoZ1u7u7mea1g//FNYQ0O14oi4uk4lW8ELLaZ45c2bujRs3DCCUAQBAPKCdupydnTPnzJlzxsnJ6Rpa0ay0tFToFc0goLumTGZGRobpH3/8MfvChQtjCgsLhX5+AAAAokdNTQ1zc3N76OHhcW7AgAGszlzJDAK67TLRPsmqaLLXpUuXpsTFxakL/aQAAADEhpGRUd2MGTPCPD09T/fq1avwS2ENAf3tZTLRmtfHjx9ffPXqVfOamhqhnwsAAID4QjPBp02blrxw4UJ/tILZ50ENAd2xMuk8Ho8SFRXlfPz48QWxsbFUoZ8AAAAA+Iy5uXnVwoULA6ZOnRrctPuW0EuNQkD/g46Gsc+ePbt4z549C9DepAAAAEBnoVKpmLe39/X58+cf0dXVTcfjvdV4W+qT+fbtW/r+/fvXBAcHW3/8+FHo8gAAAID2kpWVxTw9PR+vXLlyj7a2Nudrk8rEdS3uxmA+cuTI6jNnzgyD68sAAAC6E7pVa9q0aSlr167d3rRa2X+CWtwC+lMwBwQEDIOlNwEAAPQkEomEbtNKWbNmzc6moe9PQS0uAU1Hu0dt375944ULF5jC1AEAAADoLiioPTw8Ev38/LY1bYXZ7ftWd3dA09EuUocOHVqzbds2r/LycqHKBQAAAHqCnJwctmjRoihfX9/tTdeohVqhjFAB3dDQQA8ODp6/fv36H3Nzc4UqDwAiU1RUbLz/UklJCZOWlsYUFBSqpaSkBMrKyhWSkpICMpnMR5/Sm0lKStahf5ORkfnXJIzmn/28KdDPS0tL132ticrLy5UEAgFJVlb2X2Xy+XxyfX096fOfR9+vrq6Wa/67QCD49LOorLq6OlJFRYVcXV0dVllZiaH5IugrAKJOW1sb27Vr19aZM2eelpCQ6LQZ3z0d0PS4uDi7lStXHkhISBB+fACAboI+IaPlAclkcp2KikoFmUyuUFJSqkKhiAKz6SsffVVUVGwMUAUFhUoUemg3HTk5uSp5efnGh5ycXLWCgkKFrKxsdSu/R+qduewg1jMbzTNblMlr/vPHjx/l0OgYCvcPHz4ooEd1dbVCVVWVAvq3d+/eadbW1kpVVFSQUdCXl5eTUfCjP6OvpaWl6M8KFRUVCnw+Xwrd/lld/Z8mBKDHWVtb8w4cOLDSysrq4dd607gP6KqqKtP169fvO3jwoKNQBQDQQainqqGhgamrq1dpaGjw1NXVS3v16sWjUCjFzeFKpVLzVVRUStHm7yhc0AP9WUpKqmUvlPMtr/mvgTKFKpPe/Oe6ujqpsrIydbQmAvpwg77y+XzVsrIyFfS1sLBQo7i4mPL+/Xt1Ho+n+u7dO0pJSQn6MIDBhFPQ1VatWhW1bds2X/SBvLWgxnNA0x8/fuwwd+7ck5mZmf8ZRgOgLShwe/XqhXq2NWpqanwajVagqalZoKamVqqmpsaj0Wh5mpqaXDU1tWISiSSgUqlcCQkJQVOx37Tebgdf81Bmz5f5qXePevAo1NGjsrJSicvlapWUlKijR35+PpXL5VJLSkpUS0pKyHl5eTJlZWVCPy8AzRgMBnbq1KnFI0eOvP15SHfG75FUZ7c09JpBW9AKPlQNapWmlmahlpYWFwUvjUbjamlpvUVBi2ZMamlp5bQo5qvXe9qzug8QaZ8+mMnLyzc+NDU121y1EP0HDb3n5eXpZGRkGHO53L5cLpeGgjw3N5dWwC3QKCgsUCgoKIBXD/gXNpuNOTg4+K9cuTL6t99+W62goJDamS3UmT1oZlZWltGsWbOCXr16Bb1mMYQ2UNfS0sL69u3L09LSKkDh27dv3xwUvn379n2DZkCi4aAWk6Bws2IPlAllfqXMxp55TU2NTEFBgTYK8tLSUjUU4m/fvtVBIY565G/fvlXPy8vD4LZR8aSvry9AWx8zmcw41KnolCHuTlqLmx4QELB88eLF/4NVwESbiooKpqurW6Grq8vR1dVlo0efPn3y6XT6axqNlotmFjc1AKG2dYMyocxvLLMxxOvr66W4XK52dna2XnZ2ti6Hw6Hn5eXRsrKy6FlZWUowlC7a0KW5ffv2HXV3dz+tqqra5oRQrI3X5zcPcX/8+NFo7dq1h2BIW3SgEO7Xr1+Vvr4+m8FgcBgMBvr6Ci1/169fv0zUU2457AxDzAD884EULRfZt2/fhL59+2J2dnaNrdIU+o1D6SUlJRQ2m23AZrP12Gy2LpvNZrDZbDqbzdZGw6WA2FAHdenSpUvu378/7MyZM7Pk5eXTvuWAviWg6Tk5OQw3N7ercPsU8SgrK2MGBgb8/v37vzYwMMhEIUyn07P69ev3umlWIibsJ0AAQJsaP9CqqalxLCwsEi0sLFr+fGN4c7lcHdTz5nA4jcGdmZlp8PLlS73MzEwyLOpELJcuXTLjcDiPrly54tqexU0+19GApqelpZmPHj06lMvlil7rihD0id7Q0LDGxMQk09jYOJ1Op7MNDQ1fGhoapqLZz8LclwsA6FKNb94KCgocExOT+yYmJi2fq3HoPD8/XxtNYEtPTzfJyMgwePXqFSMlJYUCwY1f8fHxqoMHD753584dNzMzM6wjId2RgKYnJiYOHT9+fHBxcTFxW0/EoBWpjIyMPgWxiYnJc2Nj4xQjI6MUtBJVe+/vBQDgQuMHaE1NTZampmaEvb19Y52a7xdHve60tDSzFy9eDEhLSzN+8eKFUVJSEgUWecEHNPPf3t4+5ObNm97W1tZYe0O6vQFNv3fv3rhJkyb5wye3ntO7d29s4MCBuWZmZqlmZmYpJiYmzwYNGhTXMogBACKt8fecRqNxaDTafUfHT1OA6GhZVnRHzbNnzywfPXo0nMVimT179kyDz//ParGgG6CJ2GPHjj0XERGxcMSIEVHteY9uT0DTr1+/Pm3q1Km7YaZ290H3cZqbm3MGDhyYgsLYzMwsqcU9wp+Gp9FQNgBA7HHQe4GBgQHbwMDg5ujRo1F7oB0DSa9fvzZKTk62YLFYzOTkZNPk5GR16Gl3D/ThaOzYscevXbvm6+TkdE3YkBY2oOkJCQnD3NzcIJy7EBqmHjRoEN/W1jYBTSTR19fP6N+/f0rTM8K1YgBAR7DQnRf6+vroPeW8m5sbKoKJbgnLzMw0fvbsmUVycrJ5amqq0d9//02B9/iu8fHjR8zV1XVPbGwsz8bGJlaYkBYqoNEnrwkTJgTBp63ORafT0a0YiTY2NnHW1tYPTE1NWU3rQsP1YgBAV2Khnnb//v0T+vfvf3bmzJmN17XRYizPnj2zSkxMHBIXF2d9//59Sw4Hrpp1FvThZ/LkyWeePHkyFt3C2laxbQY0j8cbM3HixEiYEPZt0CdYQ0PDOmtra9bIkSNj7Ozs7qLFPZoKhd8AAEBP46CFNgYPHpw5ePDg84sXL26ciIZmkKOJweh69sOHD62fPHlCQduQgo4pLCzEJkyYcOPRo0c26urqiV8r5KtLfdbU1Bg4Ojo+ePDggQaci/azsLDgjxo16r69vf09W1vbGLRzUmctAfc5KBPKhDKhzG4ok4k2pXn06JFDbGzsqLt379qxWCwloZ8EfGJra1scGhrq3Lt377gvtcrXetD0LVu27IRwFh7a2cTR0fGho6Pjnw4ODrd79epVCL1jAIAIYaGVBp2cnJKdnJz2opxAe3vHx8fbRUdHj42OjrZLSkoiwwlv26NHjyh79uzZsGPHjuVfyokvBjSaFLZ9+/bJPVd9/EMvVAcHh/RRo0bFuLq6XkK7MDVVGkIZACAOOGhVQkdHxxRHR8fDKLDRZiJRUVHOt27dGhcVFWUK649/2a5duyZOmzbtoqWlpfABXV1dbTRv3rzTsCvLfxkZGdWNGzcuZsSIEWjYOlZaWhpNeWS1ZygJAABEFEdLS4szd+7c+3Pnzj3y/v17jefPnzPRcPidO3cc4uLi1OHE/z+UsZ6enudYLFZya+t2txbQ9B9//PHAixcvZLqxnriFZjra29vnTpgw4fb48eMjqVRqLtzyBAAAbUL3ZHPMzc0TzM3Nj61atYqJJpzdunVr0o0bN8bFxsbSYLIZhqWnp0tt3Lhxz++//77489HX/wT0ixcvzPfv3z+mW2uIM2jIZty4camTJ08Os7W1vaeiolIKoQwAAN8ELVfKmjdvXsS8efOYZWVlqmgo/ObNm05//vmnQWVlpdi27t69e8d9//33ZkZGRl8NaLqfn98ecRzaRrcXTJw4MX3WrFkXJ0yYcEVeXr6qPTOuAQAACK1xspmbm1uMm5tbkKysbDVaqfLixYuzbty4YSRui6WgzPXz89sdHh6e0rIX/a+ARhPDbty4weiRGvYAdG/y+PHj2TNnzrw8adKkS823QYnL8QMAAA6w5OXlUVj/4ubmFsjn81VDQ0Nn/fHHH9Pv3LlDF5cOY0REhAGLxbJmMpmfMojU4t/pO3bs2NAzVeteBgYGgk2bNl3Jzs4edePGjVGenp7ryWRyMoQzAAD0KA56L/b29va7devWyLy8vOH79+8/MWDAALFYxnLnzp0bmvcHx1oGNIfD0QsNDTXqsZp1MTk5OczDw4N1+/bt1RkZGbqbN292++6772IglAEAAJc4mpqaD1euXLkwJSWl/8OHD33mzp2bICsrK7JnKyQkxDQ3N/c/AU0PCAhY3HPV6jr9+vXDUG/5xYsXYw8dOjR/yJAh+yGUAQCAUDi2trYBAQEBMzIyMkbt27fvFFo6WdROIRrOP3PmzMLmXrQE2qsSLd82cODApJycnDYLIAoHBwfuDz/8sGfs2LFhJBLpX/skt2fil7D3N0OZUCaUCWVCmd1XpkAgYNy6dWvKnj17Vt+7d48mdAE4p6uriyUmJlqga/ONPWh0I7mohPPEiRNfP3nyxPvu3bu248eP30sikdjQYwYAANGC3tsnTJjwe0xMjO3Tp09neHl5JaKJv0SXlZWFpaWlmWPNQ9xRUVHjiX5QLi4umS9fvpwUGRk52traOhBCGQAAxAJaDOXyuXPn3F68eDFpypQp6UQ/6Dt37jRmMgpo5qNHj6x7vkodY21tzbt586bvuXPnZhkZGUVAMAMAgFji9O/fP+Lq1avjExISPEeMGFFA1EZ4/PgxymQmqb6+XioxMZFw4/eWlpb88PBwNBV/tI2NzV5Y6QsAAAAKarSfdVhY2ITQ0ND1TCazgmiNkpCQoC0QCEik7OxsvfLychxUSThqamqYv7//4aioqFF2dna7IJgBAAC0gmVvb78jOjp65OHDh4+ilcuIgs/nY2/evNEjZWRkmBCl0q6urulxcXETZs6ceUZCQiIRB1UCAACAYygrZs+efTo+Pt4ZzVUiyrlKT083IeXk5OjgoC5fRaVSseDg4K0BAQGzNTQ0bkKvGQAAQDuw+vTpcx3NVQoKCvpNQ0MD922HspmUn5+P6+vPQ4YMKb13794kJyenUAhmAAAA34A1ceLEq7GxsZOsrKxwvRNSQUEBlcTj8YS7O70HLFq06H5ERMR4KpUaAeEMAACgE6BtLyMiIiImeHt74/ZSKY/HU5dCs7hxUJf/WLduXYSfn98WVVVVoYNZ2NVohF0xB8qEMqFMKBPKFNkyH589e9aNTqfv3rJlyzShCu1GdXV1UqSamhoZvFVs8uTJmSicodcMAACgC3E2b968Bo+Tx6qrq+VIcnJyuNvGKzw83CAkJMQT3aiNg+oAAAAQTfTLly97RUZGGuDt6BQUFKpIysrKuLuJG+3osXDhwlWnTp1a3nJvTAAAAKCT0A8cOLB+5syZW1Dm4I2SklIFCf0Hj2cbNdiaNWvmeHh4XP3w4YMxDqoEAABABFRXVxvNmzfv0qpVqxbgMZwR1HkmUalUXK9XGhwczLSzs3uSlpY2GXrTAAAAvgE9NTV1iq2t7d9nzpyxwnNDomwm6evrZ+CgLl+VmJhIHjBgQOi6desOffz40QjHVQUAAIBDtbW1Bjt37tzCZDKvslgsJbyfIwMDg5ckAwODNBzUpU0CgQDbuXPnREtLy6fx8fFe0JsGAAAgBHpcXJzXoEGDnq9bt86rtraWEG2Gspmkq6ubLiODuzutvig1NVXOxsbmnI+Pz8WcnBwHCGoAAACtoL9588Zhzpw5ISgzXrx4QZigk5WVxfr16/eaJCMjU2NjY0OofTPRRf2AgABrBoNxd+HChUHv3r0bCkENAAAA3Z7L4/HGoEuiBgYGd8+dO2dJtEYZNmxYrrS0dA0J3ag9cuTI+zioU7vV19djJ06cGKavr/8InYyysjIHuHcaAADEErOiosJ+//796wcNGnQHXRKtqakhZDs0ZTJHoqSkBHvy5Mn/nJyc9uCgXt+kd+/e2IoVK/5YsmTJHnV19WJ0gK2VJ+xScVg7lsqDMqFMKBPKhDJ7pEx6cXGxxtGjR30PHTo0vbi4WOiy8CoqKmrl4MGDD6IeNNox6r62tjbhD6qoqAjbuHHjTB0dnb9Xrlx5Mjs7ewwMfQMAgEiiZ2VljVu2bNmZvn37xm/atEkkwrlv376YhYXFY/TnxoAmkUiCadOmRfV4zTpJZWUldvDgQUcGg3Fn9OjRD0JCQn6ur69niMTBAQCA+GIKBAJGdHT0sunTp0fq6+vfOnLkiH11Ne5WrO6w6dOn30aZjDUHNNqUYsaMGcHEO5S2RUdHa0+fPn1L//79X+3bt+9kUVGRNVynBgAAQmEWFRU5HT58eI2BgUHW6NGjD4WEhJjidRWwbzF9+vTg5o2imgMaMzIySh0xYgShZnO3x6tXr0j/+9//vu/Tp88TV1fXG2FhYTtra2shrAEAAJ+Y9fX1VrGxsevmzp170cjI6Aa6hJmVlSWyp2vUqFG5LdcmabkXNOuHH37Y89dff+3umap1D/SJKzY2lhobG7uWSqWunTZtWszUqVNDzM3NE5rbQZSPHwAAcI7JYrGsr1696nblyhX7wsJCsTlfvr6++1pmUMuARvdexVhbW/Pi4uLUe6R23aygoAA7fPiwA3qgC/NOTk4P3d3dg8zMzBIhqAEAoNsw09PTTcPCwtyuXbvmhEY8xa3pbW1ti21sbGJbfk/qs59h/fzzz9tE4Zar9nr79i12/PjxYehhampaPXHixKgJEyZEDhs2LLqpqFZv2QIAANAh9OTkZCsUyleuXHEh0kpfXWHjxo3bPu8Yfh7QGErwmTNnpvzxxx9mRD7Yb4GWE01NTXXZsWOHC51Ox1xcXKKdnZ3D7e3tb0tJSdVBWAMAQLvRBQIB6fHjxw7Xr1+fFBYWNi4jI+M/GSSOPDw8WOh2588PvbXGYf3yyy/rb926daOsrEzc2w3jcDiNt2yhB1oIZezYsazx48ffHDt2bGSvXr0KIawBAOCLGhcRuXPnzqRbt26Nu3PnDlMU7lXuTGpqatimTZs2tHZZVeIL09TpgYGBC729vdcR6UC7k4SEBDZ48OBSR0fHWEdHxzsjRoyIarp3rc3AFnbVHGFX9oEyoUwoE8rESZmNveSkpKSht27dco6MjByHtgsW+sDE0Pnz53+bPXv2yday40vDCxwvL6/jd+/edQwMDCTcQuPdAX2wSUhIUE1ISJj822+/TVZWVkYrsuU6OjrGoMBmMpmPUYhDDxsAIMIaV2pks9kG0dHRE6Kjox3u3btnCr1k4cyePZv1pXDGvhLQCOfIkSM+8fHxSXCdoG3l5eWNi6JER0ejvaq90NKpo0aNSnRwcIh2cHC4o62t3XwCILABAESF1o3gvX37ln7v3r2xqBMXExNjmZubCye0nQwNDet27ty5+muZ8NXgVVJSSkH3og0dOjSUz+f38OEQC3rBom3OmrY6W4cmm9nZ2SXa2to+NjMzSzI0NEyTkJAQwO1cAAAcYzY0NJAyMjKMnzx5MjwuLs46ISHBFM3NAR2noqKC8sFHUVHxqztJttkzNjExSQ4KCvKbMmXKTrS9IzUNBN4AACAASURBVOgY9ILmcDiWzZcMKBQKuobNsbGxiRsyZMgTMzMzlpycXBUENgCgBzGrqqqUnj9/zkxISBjy5MkT6/j4eDqPx4Nz0kkkJSXRdec1hoaGqW2VKMzQNcfOzi76+PHje7///vv/4eUgiQ5do7l16xYdPTAMm4muV6Mhj4EDB6ZZW1snDBky5BGadi/sxDMAAGgnel1dnVRGRoZpUlLSkMePHw979uyZcVJSknptbS20ZRc5fPjwYbQomDCdMWGvLbOmTp2KZWRkGO3evdsJjwdNdGjSWXp6ulR6errZpUuX0D3o36NhkCFDhuRYWFgkM5nMJCaTGcdgMDKbDhVCGwAgrMYwTktLM//7779tEhMTLRMTE82fPn1KhpHR7rNmzZqbM2fOPCPsSGl7Jn+x1q9fv+nly5cG169f18N5O4gEdB96VFSUDnpgGOaCNV27sLCw4DKZTBTarEGDBv2tr6+PhkpUYXgcANC0yYTU69evjTIzM/s3hzGLxaKI0raMROPs7PwaZWh73qfbNTtbQkIi8cSJE3OdnJzuJCcnK4h6g+IRCu2YmBgaemAY1jiaQSKRMAMDgzojIyO2oaFhppGRUZqhoeFLdI2jaYgcghsA0dO4E19+fr42msSVnp5ukpGRYZCenq6XnJysDmGMH2j5aH9/fx+Uoe2pVLtvn5KXl38YGBjoOWrUqKtFRUXEaykRJBAImofHDTAMQ4+JWNNkBH19/X8F9+DBg5/0798/Ba5tA0AYjfcac7lcnbS0NLMXL14MSE5ONkdB/OLFC3V0iyfAL3V1dSwoKMi7rRnbrenQ/c19+/blnDt3ztfZ2XkPXL/AL3RuWgtutKiKsbFxqampabqxsXGaiYnJc11d3fTvvvuOLS0tXdN0QBDeAHQvem1trcybN28YaHg6LS1tQFpamvHz58+NXr58qQpBTDxNM7Z96XT6645UXqKkpKTNH/rC0m70s2fPLp47d+5aUWtUcUalUjEjI6MCOp2eY2RklM5gMLIYDMZrfX39NDKZ3LwW4L/CW9glArF2LGcIZUKZIlhmY0/448ePcnl5eTpo9S02m63PZrMZbDabjoIYLQr1heWXAQEdP3784IIFC/Z9rcPztdfSt6wQxpkzZ45/cnIy88CBA47w4hENaI/sgoICKspqDMOsWh4UWtSdwWDwGQxGDoPB4DAYDDaDwXhFoVAKUe8bFl4B4J/rwqWlpeocDkePw+H0e/fuHbU5hNlstjabzYZWEgOrVq2Kaiuc2/ItPehGdXV1ehMmTLjbNNMYiCkymYxpa2vX0Gi0QhqNVkCj0bjooampma+lpZVDo9FyVFRUSlVVVZtXPPjqixZ6kVAmDsukN5Wn/vLlS7Pc3FydgoICTS6XS2t6ULlcrsbbt29lYDhavDk4OHCjoqKGS0pKtvlprKt60P8UICX1OiQkZJKNjU18WlqaWG+4Lc7QUrDo/KelpWljGKbdWlPIyMigEMc0NTWLUYijXrimpiYK8rymrznoWk3TBDZ16I2DbsJsfpqSkhISl8vVRjOjuVyuVn5+Pg31flH45ufna7x+/ZoM2/CCr9HX1xecPn3aW5hwbkunbIJBJpOTr127NnXIkCGR8OIFX1JTU4N2vUEPClrtFN198PmPSktLY1paWmgpVL66unppr169eOihoaFR2PTn4l69ehX17t27AP1ZSUkJLRIvVK8ciA1684FWVFSQ37x5Y1BUVER9//597/fv31OKi4spRUVFlPfv36ujB4/HU3337h0ZXd6BFbTAt0DrVAQHB3urqqpGd0ZDdtouVeie29OnT290c3P7FSY5gI5Cb5BN65ajPWTR46uXTmRlZTENDQ304GtoaPB69+6NAhx9LezTp0+hmpraezS0jh6oZ44muikrK5fKyMjUtCgGeur49KlnW1NTg4aNVfl8vmpZWRn6ilbAkiopKen17t07jaKiIg0Utih43717hwJY6d27d40fCgHoDmi5ZpSBaEJtZz1dZ24jyRk1atTNrVu39t+wYYN7J5YLwBd9/PgRe/v2LXo0BzpdmNZCwY4mvSkrKwuUlZWryGRyhaqqKp9MJvOVlJQqUI8d/VlFRQV9rwxdO0cPeXn5quaHnJxcNQoOWVnZL60IIS7Bz2ztm2i28ocPHxSqq6sVeDxeNfozeqBruOjB5/NVysrKyChsm0MXhWxpaSn6u1JFRYVCWVkZCY3KofMMAJ5t27btPMrAzvy9/+ZJYi01XexmLl++/OT58+db/aUFQBQpKiqi+RiN95ijr0pKStVSUlIo/CskJSVRz50vKytbgz4EoNnuampqjb8sioqKFZ/15jEUYujnm67F//8vq4SEAI0EtPyeoqJiJbp3HX2oaPn9iooKJXRPbfPfKysrFbF/VqJTRdsHtvzZ+vp6Unl5Obn57+jDB9bUa62srFTC/rk22/j/ofAUCAQoNMkfP35EvVqluro6UkVFhVxdXV3jvujoa2VlJbzOgdjw8PBgHTp0aH7LcO6MiZFdEdBomNLa1dU18tGjRxRxOUEAAADEz5AhQ0rDw8MnyMrKPm558J0R0KQv/ss3kJaWjjt37pwnnS7UaCMAAABAOH379kXLeM7+PJw7i4QwE7qEvY/ws08M9GfPnlna2tqGwHAXAAAAUYLmsTx69Gi2hYXF49buIOlgbv5Ll/Sgm3AGDhyYGBQUtKELnwMAAADodoGBgZu+FM6dpSsDGuG4urpe2Lx582V4+QAAABAFv/zyyx/Tp08P7Oq1F7pyiPuThoYGuru7e/gff/xh1qFaAgAAADgwZcqU9CtXroyXkJDolOWKe2qI+xN0IAEBAbOsrKyEXxQXAAAAwBFzc/OqwMBAt7bCubN0S0Bj/9xbmRYaGjqJRqN111MCAAAAnQKtWBgRETFBUVExtbtatNsCGkGbIVy5cmUuWm8ZAAAAIAJJSUnszJkzvn379u3W9f67NaDRBXUbG5vYU6dO7ejm5wUAAAA6ZO/evSeGDh0a290b8nR3QCMcLy+v48uWLYvpgecGAAAAhLZ8+fIYlFk9sbZ+TwQ0wtmyZYvf2LFjc3ro+QEAAICvGjVqVO6mTZvW99TGNz0V0BiJREo8efKkt7GxMewHBwAAAFf09fUFp0+f9paUlEzoqXp1yWYZwmguMzs7e4yVldWd4uLijh8FAAAA0EnQVrTx8fET9PX1b35rxrWl2zfLaI9+/fplXrx4cTna7BoAAADoSSiLgoODffX19dN6+kT0eECj69GOjo7XDxw4cAwHdQEAACDGDh48eGz8+PHXunvGdmvwENAIZ/ny5TsXLlz4EAd1AQAAIIbmzp2bsGzZsp14CGcMRwGNcA4dOuQzcuRILg7qAgAAQIwMHz688NixY554CWcMZwGNSUtLZ4aEhLjq6urioDYAAADEAZ1Ox65evTpJRkYmE0+Hi6uARnr16lUYERHhSiaTcVAbAAAAokxZWRmtsT21d+/eBXg7TNwFNBpeMDY2Tg4MDFyPg7p02JgxY3JgJAAAIMrQexx6ryPyIR47dmzrgAEDWHga2m4mhY9q/Adn0qRJf2zdunXATz/95I6zugmFz+crPX782ObDhw8KT58+tYqLi7NNTk42i4uL0ykrKyPAEQAAwP9TVFRE2y0Wm5qapltbWz+2tbX9S1VVlTd16tRwojbTzz//fMXJySkUj+GM4WGhkq9paGigT58+/caVK1eMhS4YR+bNmxe3Z8+epS2WiWPW1dVJvX37lhEfH2+bmJhomfR3ktmz588UGhoaiHiIAAARhO4FHjhwYJWFhUWKpaVlorW19YMBAwYkSkpKCkpLS5vDjOnr63skICDAmogtMG3atLQTJ054S0hIJPZUxrVVpoQwwSBspYStUHvKlJOTMxoxYsSThIQE4QvHkSNHjhxdsmTJ7paf0D47dmZtba3M69evjZ49e2aRnJxs/uzZM+O///5bvb6+noiHDAAgEBTG/fv3rxkwYEC6ubl5ysCBA58OHDgwUUFBoaK1Naib3ufpR44cWbNs2bIlRDzXTCaz4sGDBzYKCgqNezv3ZMZ9rUzcBzQqMy8vz87KyuovLpd4d2CRSCTszz//XOrg4HCzOaSFOHZmZWWlUk5ODqM5tFNSUoxTU1PVy8vLu6XeAADRgyZEmZqa8gYOHJhqbm6ePHDgwCR0/VVRUbGiRc/4q1RVVekxMTFOo0ePPiIQCAjXRjQaDUtISBihpaV1v/l7ENDfViY9Pj7ezs7O7lxNDfH21qBQKFhcXNx4XV3d21jH25MuEAhIWVlZRsnJyZbPnj0blJKSYvrixQs9NpvdRTUHABAVunVowIABrwcOHIh6xc/Mzc0TGAxGJolEErR2zVXY96X379+Ps7a2vkXE/RNkZGSwBw8eeFpZWT38yqjmF0FAf7lMekhIiNf06dO3CP0kOGJkZFQXFxc3WEVFJbkT25OO/lNTUyOTlJQ0NCMjo396erpxRkaGQXp6OiM9PR2vkwABAJ2ESqWi95cCQ0PD10ZGRumGhoYvUa9YSUmJjyZxCTsBSpj3pfLycnsnJ6dbqampckQ8f+fPn/9t9uzZJz9vEwjozimTvm7dukM7d+6cKPQT4ciECRPYERERo/l8vlBd3m9sT2ZFRQX51atXRq9fvzbMzs5mZGVlMXJycmivX79Wh93DACAONAqnp6fH09PT4+jr67+m0WhcXV3dDAMDgzQ0PN10IF+6XiyUtt6TBQKB5axZs65GRUXpEPGls27duojt27ev/JbRAwjoNsoUCAQMV1fXWxEREQZCPxmOrF279vr69es3CbMBeBe1J73p59XRcDmbzUZD5LpsNpvBZrPpbDZbG4bMAeh+aItDBoPBZzAYOQwGg8NgMNgMBuOVqalpMpVKzW2qkLDzWBp14nsIc9OmTTsPHjzoSMSXxrhx4zjXr18fJSkp2eqbGwR0J5bJ5/PNhw4dGv/ixQsZoZ8QR44dO3ZwxowZ59oK6e5+MTQPmZeUlFCaZ5VnZ2fTUc87OztbJzs7W7WoqAhfjQkAgfTu3RttsVvar18/tJARu1+/fhzUE0bXhr/77rvm8GhzSLqb35OZly5d8l60aNEKAjX1J6amptWPHz8eoqysnPKln4GA7uQyORyOo5WV1Z9EDAw0UeH69esrBw8e/PBrId0DAf21MpnoPx8/fpTLz8/XRo9379714XA4jJKSEtX8/Hwqm83W4XK55Pz8fKGfAwBRgX6vtbW1US84l0ajFWhqahagXjCZTC6lUqn5urq66crKyvymw+3S4ehOLJOZnJxsNW7cOP+PHz8KXRZeqKurY/Hx8eP19PRud+DY/6O7zxFhJxHR6fTXV69enT9y5MiTRLtfGM1E9/LyOvDnn39O1dbWbnOoGyca6ykrK9s4OxQ9mrWcyIf+U11dLcflcnXYbLYBl8vVys/Pp6EhdC6XS83NzUV/VuDz+Tg+VAD+TVpaGtPS0kITsnhUKrXY0NAwU1NTk0uj0fIYDMZrFL5NE7KatXuGMB4VFBRoz549m5DhjG5xvXLlymI9Pb10HFSnQ4g8y5czfPjw6EOHDh1esmTJMhzUp10KCgowT0/PoBs3bhQrKCjc78Sie1Ljm5KcnBzqRaQzGIyoz+tSWlra2BPn8XgU9MtfXFxMKSws1Hz//j2auEYpKirSKCoqUi8tLSWjrwUFBSS49xt0BXRPMJVKFfTu3ZunoaHB6927d7GKikophUIp7tWrF69Pnz75vXr1KkbXf9XV1VvOqmS1pydFVFVVVXazZs26SMT1J7B/Fok6PHLkyNt4XcZTGES/DYezePHiPampqaZHjx61x0F92iU5OVlh+fLlx0+dOuWJlpsjUNW/RWNPHA09oceXNN//jjX1yIuKiqgo0AsLC6nFxcW9CwsLNQoKCtCfKahnXlhYqM7j8RTQOucQ6OIJBa6KigpGUadUUTQoPAql8VGso6OTo6GhUdi7d+93GhoaBX369OGinYvk5OSqmxpKJHq7namhocESvTeh9ygi1t/Hxydu0aJFe4gczhje1+IWtsy6ujqrqVOnRt6/f19D6ArgyNatWy9s2LBhQ0fvzcMIcI66oUx6y++hTUrQZLeSkhL15q95eXl9UdijR2lpqWrTg4y+lpWVKTX9WYrH42FEXBCH6NA1XPShTVVVtU5VVZWvoqJSoaqqWor+jL6iQEWPpu/xtLW136qpqRWrqamhIC6QkZFpedI6FLrwe9SIvnXr1u0bN26cKfT/jCPDhw8vjI6OHl5VVSX03s54PUcisZCFlJRUwpkzZzzHjBlzJysrCwc1ah+0Y5exsfELV1fXC0T/xNeD/tVu8vLyjQ+0rF8zYZZYbf6DrKxsNboVrby8nFxeXq6KFoNBy6+icEfhX1VVpYgmzBUVFVHQWurl5eVKaKW3srIy1aav5Lq6OlJFRYVSTU2NVFVVlUJtba3Uhw8fZKqqqrCW1/Tq6upw1+tH+7FLSkp++juae6CgoIDatAaFpJKSUhVaw1lZWbkCbaCgoqLCRytUoSFi9BV9X1paukZRUbEKtSWFQimSl5evQv8vum8XhamysnIpmUxGQcxD/4Y13f7X9JSdehsiEBo9NDTUnajhjLa/DA0NdZaRkclEv2dEJzIrTaFrROHh4a5Dhw4NJeIEJG9v7226urqZZmZmGIR0j/kUCs0Br6mp+dW6tPMTNV2IH/sUUlVVVSjc/3MrYYsQQ0HaWAH0YQH9PPoz2uQAhWLL/4fPR53Qf01iaoSCsmlThJb1/M/PfaZd9+Ji7QtTeO33HHpKSoolei8iYuXRh8qIiAjXXr16FeKgOp1ClJaCZJmYmPAuXbq02snJaR/Rtm9EPahJkyaFxMfH22hoaMCblGgS9rw2/hzqsaLH51qGXVcMzQHx9P79ew1XV9cQos7hOH/+vJ+xsXGyKH3II+GgDp2JM27cuLDt27cHErLyHA42ZcqUyI8fPxrhoDoAADFRW1trPW3atHCiriK4a9eus87OzpdFbQRG1AIa4fj5+W2aN29eHA7q0m6PHj2iLFq06Nznk54AAKCLMNeuXXsgNjaWSsQG9vLySlyzZs0WUbw8IooBjXCOHDky19rauq1rabh09uxZq4MHD65vOWkJAAC6APPYsWOr0XsOERvXwsKCf+zYMW9RnbsgqgGNFstIDw0NndS3b18c1Kb9Vq1atSAqKmoihDQAoIsw7927N+7HH3/0IGIDowmc4eHhzvLy8mk4qE6XENmAxv7ZJzU3PDx8FlrZimjQJLcFCxZsQZtWEK7yAADc43A4egsWLNhGtAm1WNM982FhYZ5aWlo5OKhOlxHpgEavwUGDBsWdP39+Iw7q0m5oVSx3d/egsrIyB4JVHQCAY3w+32H27NlBRN0X/uzZs1utrKweivpteYTdzaqdZTK3bt26bc+ePeOELgxHxowZk3Pjxo1RUlJSrztw7P+C43MEZUKZUGY3lIn21Hdxcfnzxo0bDKGfEEd++OGHmxs2bNiIw+16O71MUe9BN2OhE+rq6krIXU2ioqJ0/Pz8DsHMbgDAN6L/8MMP/kQN58mTJ2euX79+kzArzYkCcQloDG1GcfDgwcUmJiaEXGR57969406ePLkSQhoA0EH0wMDAhfv27RtDxAY0NjauOXfu3AwSiSQuGwuJT0AjSkpKsRcvXpyloUHIPTWwRYsWrfrrr7/GQEgDANqJ/vjxY4fvv/9+HREbjkKhYJGRkc5kMjkZB9XpNmIV0Ejfvn05165d80EbsBONQCDApk2bdjw7O9uAcJUHAPSYnJwcxtSpU0/X1tYS7iSQSCQsJCRkMYPBEHp3KlEhdgGNrl3Y2trGnDhxYhcO6tJuaNbllClTQisrK00JVnUAQA/48OGD8dSpU0MLCgoI2fz+/v4H7e3tb4vjRiriGNAIZ86cOf7Lly+PwUFd2g1tou7l5RXS0NAAQ90AgC9C7xFz5869mJiYSCZiK61cuTJ6wYIF+8R1lzNxDWiEs2/fvvnjx48n5Im/du2a0S+//LITrkcDAL6AuWXLlt2XLl0yI2IDOTo65v7++++LxXkLUnEOaLQhPTs4ONhNX19fgIPqtNvmzZunX7p0aS6ENADgM8zIyEi3LVu2TCNiwzAYDOzixYtTv7b2gzgQ64BG1NTUEiMjIyepqKjgoDbt5+3t/fPff/89DNbsBgA0YT5//py5ePFiQs7YJpPJWEREhCuFQinEQXV6lNgHNGJoaJh6+fLllRISEjioTft8/PgR3bwflJ+fr02kegMAukZhYSHV3d39ZGVlJSFb+MKFC2tMTEzQ7VRiO7TdTKKkpKTNHxJ2eTNhlzbDaZnMw4cPr9m4ceNMoQ8CR2xsbHj37t2zlZWV/epqaQQ/R1AmlAllfqXM2tpaA0dHxwf3798n5GIP27Ztu7BkyZI9X1spTJxeS9CD/n+sZcuW7Uabf+OlQu3x5MkT9QULFgTB9WgAxBZ9yZIlZ4gazjNnzkxpK5zFDQT0v7F+//335ba2toTc4iUwMNBy7969GyGkARA79D179mw8derUUCIe+JAhQ0r379+/GML53yCgPyMtLR0XEBDgra1NzEu6vr6+865fvz4NQhoAsUGPiopyWbNmzTwiHrCOjg7qXMyWlZV9jIPq4AoEdCs0NDQKLly4MF9RURF3dROGu7v77hcvXphDSAMg+jIyMkynT59+QJitg/FGVlYWu3r16mz0ngsv1f+CgG4da8CAASx/f/8deKxcW8rLyzFnZ+fQ4uJiYu4KAgAQSklJiaWzs3N4WVkZIRvs3Llzv1haWj6Goe3WQUB/GcvZ2Tlk06ZNV/Bawa/Jzs7GZs2adbWurk4Pv7UEAHRUfX09Y/bs2SGvXr0i5Pv4li1bLs+YMeMM3E71ZRDQX8fatGnTmhkzZqTguZJfEh0dre3r6+sPQ90AiBz66tWrT966dYuQv9tTpkxJ37hxox+E89dBQLdBQkKCc+bMmVmWlpZ8XFf0Cw4ePOh4/Pjx1RDSAIgM5tmzZxcfOnTIgYgHZG5uXhUYGOiG3ltxUB1cg4AWgry8fNrVq1ddqVQq7uvamiVLlqyIjY0dByENAOEx4+Li7BYsWLCWiAeC3kMjIiImKCoqpuKgOrgnIczMP2FXTxF25RSClsmMj4+3c3Z23kfETc/V1dXRkPesQYMG/SHs/wPnHcqEMvFV5ps3bxysrKzuFhYSb5lqEomERUZG+g4dOjT280lh8PpsHfSghccaMmTI/YMHDx4mSoVb4vF46ParID6fb46fWgEAhFVRUWHm4uISScRwRvbt23eitXAGXwYB3T6smTNnnlmyZEkskSrdLD09Xcrb2/uSQCBg4KNGAABhNDQ00H18fIJTUlIUiNhgy5Yti/Hy8joO4dw+ENDtx/r111/XjBkzJodoFUfCwsIMNm3atBuuRwNAGPSNGzfuu3z5sikRT5mDgwN38+bN6yGc2w8CugNIJFLiyZMn5xobG9cQrvIYhm3dunXKxYsXfSCkAcA9+tWrVz22bds2mYinSl9fXxAQEOApKSmZgIPqEA4EdAeRyeSY4OBgTwqFQsj6z5kz56eEhIRhENIA4Bb96dOn1h4eHr8S8RSpqalhFy9e9FRRUYnBQXUICQL6G9Dp9NcnTpzYICEhQbi619TUYJMnTw7Ky8vTwUF1AACfKSgo0HZxcblYXV1NuKZB74nBwcG+urq6X92fHnwdBPS3YY0cOfL2b7/9dp6Ilc/Pz8cmTZoUWVVVRchrWwCIqurqaiNXV9fw3NxcQh7hgQMHjo0fP/4aXHf+NhDQ3461aNGifQsWLHhIxMonJSWRFy5ceA6GugHADfrSpUvPxMXFqRPxlMyZMydh+fLlO2EZz28HAd05WIcPH/axt7cn5JZp58+fZ+7atWsLhDQAPY6+c+fOLQEBAdZEPBW2trbFx44d84Zw7hwQ0J1EWlo688qVK5N0dXUJWX8/Pz+vyMjI6RDSAPQY+u3btyevX7/ei4ingE6nY9euXXOWlZWF686dRKKkpKTNkoRd3kzYpc1EuExmenq66dixY8/x+cTbW0NZWRm7ffu2j7GxcTIaFYDzDmVCmd1WJh3dVTF69Oggor533Lp1y8fExCS55XVneC19W5nQg+5cLCMjo9SjR4/+RsTKl5eXoz2kTxcXF2vgoDoAiA0ej0eZNWsWIcMZ+2fXvF2fhzP4dhDQnY81YcKEqxs2bAgjYuVzcnIwLy+v4JqaGkJeAwOAaOrq6vTc3NzC2Ww2Ic/dxo0br02ePPkShHPng4DuGixfX99t06ZNSyNi5Z88eaL+448/7oPr0QB0OfqKFStOx8TE0IjY1JMnT85cvXr1dgjnrgEB3UUkJCQSDx48uNDCwoKQY1anT5+29vf394WQBqDL0AMCApb7+/vbEbGJzczMqo4cOTIfvdfhoDoiCQK6C8nLyz88f/68J41GyA/HaAeaZTExMU4Q0gB0OvqDBw8cFyxY8D8iNi2VSsUuXLgwW0FB4T4OqiOyIKC7GJVKzQ0ODl4sKytLuLoLBALMzc3tyOvXr41wUB0ARAaHw9GbOnXqyfr6esIdkoyMDBYYGLhSS0uLkDv6EQkEdNdjmZubJxw4cOAgESvP4/HQcqDhZWVl5jioDgCEV15ebubi4hJZVFREyEPZs2fPscGDBz+E685dDwK6e7BmzJhxbsWKFdFErHxaWprMzJkzQ+vr6xk4qA4AhCUQCBgeHh4hz58/lyPiMfj5+V338PA4CeHcPSCguw9r06ZN68eNG0fIJfBu375N/+mnn2BmNwAdR//xxx8PREREGBCxDdF717Zt21ZCOHcfiYaGhjafTNjVU4RdOUWcy0TDW9bW1n+jXqnQjYUjJ06c2O/m5hbUkdWCMHgtQZniWyYzLCxsxty5c9cK/T/iiIGBgSAqKmo02tsZznv3lQk92uIxfAAAIABJREFU6G6mrKycgmY/UigUQtZ/2bJlq/7+++9h6A0HB9UBgAiYycnJVosXLyZkOKupqWEXL16cjcIZB9URKxDQPeC7775jBwYG+kpKShKu7jU1NWilsQN5eXk6OKgOALhXUFCgPXv2bP/q6mrCnSwJCQns7NmzfgwGIxMH1RE7ENA9g2VjYxO7Y8eOs0SsfEFBAebu7h5cVVVFyAUWAOgu1dXVRh4eHkFcLpeQbb579+4AOzu7aLju3DMgoHsO6/vvvz80b968OCJWPiUlRWHp0qUnGxoaLHFQHQBwp6Ghge7j43MxKSmJTMSz4+Xllejj43MEwrnnQED3LNaOHTtW29nZFRKx8mFhYQb79u1bDzO7AfgP+m+//bbtwoULhFw/wMbGhrd79+7lEM49CwK6h0lLS8edPXvWk8Eg5i3Gv/7665SQkBAvCGkAPqGHh4fP/Omnn9yJ2CQ6OjpopbDZMjIyhBzdEyUQ0DigpqZWfOHCBW8ymZAjYZiPj8+WlJQUSwhpADB6WlqauZeX13YiNoWysjKase1DoVAIOaonaiCg8YFlaGiYevr06U1o1iTRlJeXo+VAQwoLC6nifiKBeHv//r2Gi4tLKJ9PyE3s0DoHvxgbGyfD0DY+QEDjB8vR0fH6xo0brxCx8hwOB5s2bVp4TU0NIVdJAuBb1dbWGri5uYVmZWURsi03b958edy4ceEQzvgBAY0vLLT5uZubWyoRK//gwQONRYsWBcFQNxBD9OXLl5++d+8eIfeW9fDwYK1cuXInhDO+SJSUlLRZIWGXNxN2aTMo8+tlonsn7e3tn8THxwu/rhyO7Nq16+z8+fMPtfbLDq8lKFMEy2SeOHFipZ+fn5fQDYIj5ubmVTdu3BhPo9GE2tsZznv3lQk9aBySk5NLDwsLc9bW1iZk/f38/Ob8+eefE2E5UCAGmLGxsWPWrVtHyHCmUqlYcHDwbAUFBaHCGXQvCGicolKpuefPn18oJ0e8XenQBizz58/fkpWVZYSD6gDQZd68ecOYP3/+dmE2HcIbGRkZ7Pz580tpNFoOvELwCQIavzgDBw5MPHbs2C4iVr6srAybNWtWUFlZmQMOqgNApysvL7dHS94WFxcTsnEPHz6838LCIg6uO+MXBDS+sSZNmnRp9erVUUSs/KtXr0g+Pj7n6uvrrXBQHQA6jUAgsJw/f/45om4b6+vre/vzbWMB/kBA4x/rp59+2uDk5MQmYuXv3r2rvWXLlu1wPRqIEPqmTZt23rlzh5A7uqH3kh9//HEjhDP+QUATAIlESjx+/LiPsbFxDRHrf+jQIYfAwMCFENJABNCDgoIWHj58mJCXboyMjOr8/f3no/cUHFQHtAECmiCUlJRi0abpFAqFkPX/3//+t+Dx48f2cI80IDD6kydP7H18fNYR8RDU1dWxCxcueJLJ5BgcVAcIAQKaQHR0dNiBgYG+kpKShKt7fX09Nnfu3D1v376FgAaExOVydaZNm3amtraWcNUnkUjY2bNn/fr165eJg+oAIUFAEwvLxsYm9sCBA0eJWPnCwkLMxcXlRmVlpSkOqgOA0D58+GDs6uoazuVyCdlov//++6nhw4dHw3VnYpEQ5v49YVdPEXblFCjzm8tsXFaQqNfBnJ2dX587d26WhITEF6+DwWsJysRLmQ0NDY0ztq9evWosdEE4smLFiugDBw7MR7dutvfYWwOvz+4rE3rQxMTZv3///PHjx3/1Fw6vIiMj9Xbv3r0RJo0BAmDu2rVrI1HD2dHRMXfPnj2L2wpngE8Q0AQlKSnJDg4OdtPX1xcQ8Qi2b9/ucu3atdkQ0gDHmNevX5+6Y8cOFyKeJDqdjvZ2niolJfUaB9UBHQABTWBqamqJkZGRk1RUVAh5EEuWLPnf06dPrSCkAQ4xU1NTmYsWLfqRiCdHWVkZzdieS6FQCnFQHdBBENAEZ2homHrp0qXVEhIShDuQjx8/Yl5eXv6FhYVUHFQHgE/ev3+v4enpebKyspKQjXLy5Mlf+vfvnwJD28QGAU18nLFjx4Zt2bLlDyIeSW5uLgrp4I8fPw7FQXUAwGpra629vb2DOBxiZtvWrVsvjB07NhxmbBMfBLRo4Cxfvny3l5cXIVcHQvter169+ggMdQMcYK5Zs+bQo0ePCLki0MyZM1OWLl26B8JZNEBAiw7W7t27lw8dOpSQW+tcvHjR3N/ffzWENOhB9KNHj/qeO3fOkognwcrKqnT//v2LIZxFBwS0CJGRkYk7c+aMt7a2NiEPasOGDR537tyZBCENegD9zz//dPnpp5/cidj4mpqaaKUwb1lZ2cc4qA7oJBDQIkZDQ6PgwoUL8xUVFQl3YGjRnAULFvz88uVLMxxUB4iRjIwMUzc3twPCLNyEN7Kystj58+eXampq5sJrVrRAQIse1oABA1j+/v47iHhkfD4f8/b2Pl1SUkLIYUZAPHw+33zKlClXy8rKCFn/I0eO7GUymXEwtC16pIRZjkzY5c2EXdoMyuzyMlmenp68V69eGfz6669ThC4EJ169ekWaOnVq+OXLl12lpKQS2nnsXwSvTyjzc/X19Vbu7u4haWlpMkI3EI5s2rTpio+Pz6Ev3U4F553YZUIPWnRxtmzZ4jt9+vRUIh7hvXv3aD///PNuuB4NuhDzp59+2h0VFaVDxEZ2dXVN//nnn/3gXmfRBQEtwiQkJDhnz56dYWFhwSfiUfr7+9udPXt2MYQ06ALMixcvzj127JgdERvX3Ny8KigoyI1EIrFxUB3QRSCgRZy8vHza1atXXTU0NAh5oL6+vt8/fPjQAUIadCJmXFyc3cqVK5cRsVEpFAp27do1V0VFRUKOjgHhQUCLge+++44dGhrqIy0tTbiDFQgEaNLYbg6Ho4eD6gAR8PbtW7qXl9e+2tpawh0MiURCt1Ot6devXyYOqgO6GAS0eOAMHTo05uTJk7uIeLQ8Hg/z9PQ8V1FRYY+D6gAC+/DhwzAvL6+goqIiQh7E3r17T9ja2sbAdWfxAAEtPjje3t7+ixcvvk/EI05NTZVbtGjRaYFAALdfgQ5paGiwXLp06cnk5GQFIrbg0qVLY729vY/D7VTiAwJavHB+/fXXNWPGjMkh4lHfuHGDsWPHji1wPRp0APO3337bEhoaakTExnNwcOBu3rzZD8JZvEBAixlJScmEkydPzjUyMqoj4pHv3r3b6cqVK54Q0qAdmBEREW6///67ExEbTV9fXxAQEOApzJoAQLRAQIshMpkcExQU5K2iokLIg1+2bNkqFotlDSENhEBPSUmxXLJkyToiNhb6Hb1w4YKniopKDA6qA7qZhDBrzwq7IouwK6dAmbgos3FzgLFjxxJy/WEajYYlJCSM0NLSug+vTyjzS969ezdx9OjRkW/fvhW6XLyQkJDArl+/7uvk5HTt80lhcN7Fo0zoQYsvzujRoyP27t17iogtwOVysUmTJkV++PDBGAfVAThUXV3dOGObiOGM7N+//0Rr4QzEBwS0eOOsWrVq24IFCx4SsRWSkpLIixYtOgdD3aAVTD8/v30JCQnCd81wZM6cOQkrVqzYDuEs3iCgAefw4cM+I0aMKCBiSwQGBloeOnRoDYQ0aIF58OBBP/TaIGKj2NraFh87dswbwhlAQANMWlo68+rVq5MYDAYhG+Pnn3+eeefOnUkQ0gC9Bu7eveu0efPm6URsDDqdjpbxdJaVlU3HQXVAD4OABo169epVeO3aNTdFRUVCNsj8+fN/TktLM4eQFmvMzMxMYx8fn1+JOPFRWVkZCw8Pd9PQ0CDkaBbofBDQoBln4MCBiUFBQRuI2CLl5eXY7NmzT79//56Yu4KAb1ZSUkJxd3cPKisrI2Rjnjp1apOZmVkiDG2DZhDQoCWOq6vrhS1btlwmYqtwOBwMzdqtqamxxkF1QDeqq6uzmjt37rmsrCxCNvuGDRvCpk+fHgjhDFqCgAaf42zcuNFv5syZKURsmcePH1N++umnPTDULVaY69ev3/fXX39RiXjQLi4umb6+vtsgnMHnIKDBf0hISHACAgJmMZnMCiK2zsmTJ4cGBAQshZAWC8zg4GCfU6dODSXiwZqZmVX5+/vPl5CQSMRBdQDOQECDVsnLy6edP39+Nlqxi4jWrFkz78GDB44Q0iKN+eTJE/uVK1cuIeJBUqlULDg42FNBQYGQO8yBridRUlLS5pMIuwybsEubQZmEKZOO3gBHjBhxhoib26urq2Px8fHj9fT0bmPw+hS5MktLSx2trKz+JOLezjIyMthff/3lbW1tfb95aBvOO5T5OehBg6/h2NjYxJ4+fXoHEVuJx+Oh5UDDy8rKzHFQHdCJKioq7F1cXCKJGM7I0aNH97YMZwBaAwEN2sLx9PQ8/sMPP9wkYkulpaXJzJo1K7S+vp6Yq7CA/xAIBJYLFiw48/z5czkits7atWuv+/j4HIJwBm2BgAbC4OzcuXP5xIkTXxOxtW7dukXfuHHjPrgeLRKYv/766zZ0Tol4MGPHjs357bffVkI4A2FAQAOhkEgk9oULF6aamppWE7HFtm/f7hISEuIJIU1ozLCwsBn79+8fQ8SDMDIyqrt06dIkSUlJNg6qAwgAAhoITVlZOSUiImIShUIhZKMtW7ZsVWJi4lAIaUJiPnv2zHLx4sVriVh5NGExMjLSWUVFJRkH1QEEAQEN2qVfv35oY42FkpKShGu4mpoazNPT81BeXp4ODqoD2qGgoEDbw8PjeHU18QZwJCQksMuXLy/V09ODDTBAu0BAg/bi2NnZRe3fv/8YEVuuoKAA83D3CK6qqrLDQXWAEKqrq4d5enoG5ebmErK5Dh8+fHTUqFE34bozaC8IaNARnGXLlu1ctGgRIRdYSE5JVli6dOnJhoYGQu4XLE7QOVqxYoV/YmIimYiH7eHhwVqyZMluCGfQERDQoKM4Bw8enD9y5EguEVswLCzMYP/+/X5wPRrXmOgchYSEmBKx8tbW1rw9e/YshXAGHSUhzL6pwq7yIuzKKVCm6JTJ4/HGjBkz5g5RdxEKDw/3c3Fxufz5myic9x4vk37r1q0pEyZM2EPEvZ3pdDqWkJBg07t37zg471BmR8uEHjT4Jurq6sWRkZGTVFRUCNmQHh4eO58/f4560YS8r1ZUvXz50mzWrFmEDGdlZWUsIiJiau/evQtwUB1AYBDQ4Fux+vfvn3Lx4kVfNFuVaMrLy9F2f1eLiooIuVWhKOLxeJaTJk0KLSsrI+TRnT9/3m/AgAEsGNoG3woCGnQGzvjx469t3br1AhFbk8PhYFOnTg2vqakxwEF1xFptba3BtGnTwl+9ekXI96YdO3YEtnbJBICOgIAGnYWzfv36De7u7oRciOHBgwcaixcvPgdD3T2KuWLFipP37t0j5B6nbm5uqWvXrt0E4Qw6CwQ06DQSEhKc06dPz7KyshJ+7zgcCQgIsD569OgaCOkewTx16tTyY8eOEfL+dCaTWXH27NlZ6HcAB9UBIgICGnQqOTm59LCwMGdtbW1CNuyyZcuW3L171wluv+pWzMePH9uvW7duDhErr6mpie4GcFZQUEjFQXWACIGABp1OU1MzNzw8fJacHPF2A0SzhqdPn34kKyvLCAfVEQtv3rxheHt776mvryfc4crIyKB76j21tbWh5ww6HQQ06AocJpMZFxgYuImIrcvj8TB3d/egsrIyBxxUR6SVl5fbu7u7BxcXFxPyMM+cObPVysrqIVx3Bl0BAhp0FY6bm1vgunXrIojYwpmZmSQfH59z9fX1VjiojkgSCASW8+fPP5eWliZDxOP78ccfw9zd3U9DOIOuAgENuhJn27Ztq11cXDKJ2Mp3797V/uWXX7bB9eguwdy8efPOO3fuEHJnsfHjx3N++eUXXwhn0JUkSkpK2ixe2OXNhF3aDMoUrzIrKirsx44de4eoPaVTp07t9fHxOdTamzGc9w6VSQ8KClro5eW1TugCcMTY2Ljm5s2b41VUVGI6cOxfBK8lKPNz0IMGXU5JSSn24sWLsykUyv+1d+9BVdV7H8f3TWB7RTTSZ9AgI+lYTENKlGlqHq2OpTzhJS94ixSh8ZaRomIq3nGzvaBHRAW8jJxMJa2stDPH5jzlGJ5xnMZpQlEZNbUtZrJhofDMcrJ5nhMef7AXi99avF9/13f91vrtxcff2r/13Ya82FOmTJnxzTff9Ob1K02Efvfdd88nJCQYMpzVz3BhYeFg0XAGfEFAQxedO3c+k5eXN9NutxvugiuKYomNjc29cOECAe2jixcvdh4yZMiOyspKw43dZrNZCgoKErt06XJaguGgCSCgoZei55577u+bNm1abcQrfvnyZcvgwYM/vnXrliF/+lAGXq/3T7GxsftLS0sNOf7169ev69u372d87wy9ENDQU9GECRPWTpky5e9GvOonTpxoOXbs2N01NTWspOtIvWYTJ07ccezYMfHf65NIcnLykcmTJ2cQztATAQ29lbjd7oSXXnrJkMuoPXv2/Ck9PX0p30fXSdTixYuX7tq162kDjfl3/fv3L3W5XJMIZ+iNgIbuHA7HjwUFBbHh4eHVRrz68+bNG1FQUBBPSAuJOnjw4Bvz588fYYCx/kFYWJhl165db6ifWcmGhiaAgEajCAoKOl5YWBjbpk0bQ05AfHz8B+puZN6R/o+iTp06FZWYmDhH4jHeV6tWrSwff/xxbPv27a9IOkSYHAGNRhMREXFy9+7d061Wq+EmQd2FHBcXt+Pq1asdJBiOlDweT/sxY8Zk37x505Dj37lz56xu3br9i0fbaCwENBpTycCBA/epP3JvxFkoKSlRV9L5lZWVz0swHKlUVVXFjBs3Ll+9Rka0atWqLYMGDfqQcEZjsqq/3vMgol1eRDunWKhJzf8vavLkyVt3794dKVxIIjNmzPgsIyMj8UF/zJvQvIfOmDHjry6Xa4DwQSXy5ptv/isrK2ui+tZBPc79D7jfqVnfmqygIYOizMzMpOjoaPF+fxJZvXr1y1999dXLbBq7K/To0aP9jRrO6mfQ5XIl/adwBvRCQEMKAQEBX+fm5o4NCQkx5IRMmDBhw61bt1pKMJRGpV6D+Pj4bCOOvVOnTpa8vLwx/v7+/5RgOAABDXl06NChdMeOHZNatGhhuFlRv2vNycl5p4mvokOzs7OnGvF7Z39/f/Ud9zEPP/zwRQmGA9xFQEMmRZGRkcezsrKWGXFWXC7X27dv33ZIMJRGoZ672+1+y4hj37Zt28IePXp8zaNtyISAhmyKXn/99b/NnTv3I6PNjLpy3L9/vyEbcmhh7969I424ep4/f/6HI0aM2MqObciGgIaMitQfwx82bNgpo83Op59++pcm+pg79ODBg69JMI46iY2NPZ2WlpZCOENGBDSkZLVaS3JyckZFRkaWG2mGvvjiixgJhtEoDh8+3N1I43068uny/Pz8oTab7YwEwwH+gICGtFq2bHmysLDwtYceesgwk3T+/Hn1UfdjEgxFV8XFxRFG+hnJ4OBgy77Cfa+1aNHCcE9p0HQQ0JDaI488cmbv3r0TmzVrZpiJunDhQpN7xH3+/HnDnLPNZrMUFBRMUj9bEgwHuC8CGrIr6dmz55FNmzatMMpM/fTTT/8lwTB0deXKlY5GGeuGDRvWvPjii5/zvTNk5xBpRyba3ky0tRk1qVnHmiVDhgzZ/e2338Zs3Lixt/DBGsm5c+ceqe2amHneS0tLDdFhJjEx8R/Dhg3LLSsrqzWcuTepKVNNVtAwiqLFixfPGjBgwHnZx1tVVeUnwTB0pSiK9Ofct2/fiwsXLpzFu84wCgIahmG3249lZ2ePj4iIuM2soS7Cw8Ort27dOsbhcBzjwsEoCGgYSuvWrY/k5eWNb9OmDRMHIa1bt7b89pk5whWDkRDQMJzw8PDvt2zZMs9qtTJ5kqipqZHyb4n6GcnOzk6LiIjgdSoYDgENIyrq16/fJ4sWLdrJ7OE/cblcmwYMGHCA751hRAQ0jKooKSkpY+zYsceZQdRG/WxMnTp1KeEMoyKgYWRF6enpM5lB1Gbjxo1jeNcZRkZAw9CaNWumMIONr6amRrox+fv7V0gwDKDeCGgAACTkEOl2ItqRRbRzCjWpqVVNRVE8wgfXidPpLK9t/Gae94CAAOlWqzdu3AhSH3Fzb1LTqDVZQQMAICECGgAACRHQAHwma6MSwMi4qQAAkBABDQCAhAhoAD6T8T1owOgIaAAAJERAAwAgIQIagM/YxQ1oj5sKgOnwW+EwA4dIOzLRlmmirc2oSU2taiqKEiR8cJ14vd7mtY3fzPPu9XoDhA+gk8DAQI8e505NajZUTVbQAHzGI25Ae9xUAABIiIAGAEBCBDQAn9GoBNAeAQ3AdNjFDTMgoAEAkBABDQCAhAhoAKbDI26YAQENAICEHCLdTkS7p4h2TqEmNbWqqSiKR/jgOnE6neW1jd/M8+7v768IH0AnZWVlape5Eu5Nahq1JitoAKZjs/GnDcbHpxgAAAkR0AAASIiABuAz2TqJsYsbZkBAAwAgIQIaAAAJEdAAfCbb70HziBtmQEADACAhAhoAAAkR0AB8xi5uQHsOkXZkoi3TRFubUZOaWtVUFCVI+OA68Xq9zWsbv5nnvaKiIkD4ADoJDAz06HHu1KRmQ9VkBQ0AgIQIaAA+k20Xt91ul2AUgG8IaAAAJERAAwAgIQIagM9k28XNz03CDPgUAwAgIQIaAAAJEdAAfCbbLm7ADLipAACQkEOk24lo9xTRzinUpKZWNRVF8QgfXCdOp7O8tvGbed4DAgIqhA+gk7KyMrXLXAn3JjWNWpMVNADToRc3zICABgBAQgQ0AJ/J9h40YAYENAAAEiKgAQCQEAENwGe8Bw1oj5sKgOmwixtmQEADACAhAhqAz9jFDWiPgAYAQEIOkXZkoi3TRFubUZOaWtVUFCVI+OA68Xq9zWsbv5nnvaKiIkD4ADpQfw86MDDQo8e5U5OaDVWTFTQAn7GLG9AeNxUA02EXN8yAgAYAQEIENACfsYsb0B4BDcB01E1igNHxKQYAQEIENACfsYsb0B43FQAAEiKgAQCQkEOk24lo9xTRzinUpKZWNRVF8QgfXCdOp7O8tvGbed79/f0rhA+gk7KyMrXLXAn3JjWNWpMVNAAAEiKgAQCQEAENwGfs4ga0x00FwHToxQ0zIKABAJAQAQ3AZ/TiBrRHQAMwHR5xwwwIaAAAJERAA/AZu7gB7XFTATAdfm4SZuAQaUcm2jJNtLUZNampVU1FUYKED64Tr9fbvLbxm3neKysr/YQPoJPAwECPHudOTWo2VE3+mQnAZzziBrTHTQXAdNjFDTMgoAEAkBABDcBnNCoBtEdAAzAdHnHDDAhoAAAkREAD8Bm7uAHtcVMBMB0alcAM+BQDACAhh0i3E9HuKaKdU6hJTa1qKoriET64TpxOZ3lt4zfzvPv5+SnCB9BBdXW1eh5ql7kS7k1qGrUmK2gApsMjbpgBn2IAACREQAPwGY1KAO0R0AAASIiABgBAQgQ0AJ/RqATQHjcVAAASIqABAJAQAQ3AZ+ziBrRHQAMwHX5uEmbgEGlHJtoyTbS1GTWpqVVNRVGChA+uE6/X27y28Zt53isrKwOED6ADu92unodHj3OnJjUbqiYraAA+4xE3oD0CGgAACRHQAABIiIAG4DMalQDa46YCYDrs4oYZENAAAEiIgAbgM3ZxA9ojoAGYDo+4YQYENAAAEnKIdDsR7Z4i2jmFmtTUqqaiKB7hg+vE6XSW1zZ+M8+7n5+fInwAHVRXV6vnoXaZK+HepKZRa7KCBmA6POKGGRDQAABIiIAG4DMalQDa46YCYDo84oYZENAAAEiIgAbgMxqVANojoAGYDo+4YQYENAAAEiKgAQCQEAENwGeyvWZls9mqJRgG4BOHSDsy0ZZpoq3NqElNrWoqihIkfHCdeL3e5rWN38zzriiKn/ABdKB+Bx0YGFikx7lTk5oNVZMVNAAAEiKgAfhMttesrFYrj7hheAQ0AAASIqABAJAQAQ3AZ7Lt4qZRCcyAgAYAQEIENAAAEiKgAfhMtl3cNCqBGRDQAABIyCHS7US0e4po5xRqUlOrmoqieIQPrhOn01le2/jNPO9+fn6K8AF0cOfOHdu98+DepKZRa7KCBuAzdnED2iOgAQCQEAENwFehXEFAew6uKYD6un379mPbt29POHToUAwXEdAWAQ2grqKqqqr88vLyBqenp7/3ww8/SPckjtesYAYENABRd4N5z549o1atWpVcXFzMhQMaEAEN4EF+D+aVK1cmnzlzhgsG6ICABnA/UYqi+H300UejVqxYkXz27FkuFKAjAhrAv7sbzDt37pyYkZHxVmlpKRcIaAQENIB7QtVg3rZtWyLBDDQ+h0g7MtGWaaKtzahJTa1qKooSJHxwnXi93ua1jV/ieY+qrKwM2LVr1/iVK1e+dfHiReHjy8put1ffuzbcm9Q0ak1W0EDT9Xswr1ix4q1Lly7xUQAkQkADTU/UrVu3Wubn5ye43e7Rly9fNt0FsFqtvAcNwyOggabD9MEMmAkBDZhf6M2bN0M3b96clJWVFXft2jXTn7DNxs8MwPgIaMC8Qn/99dfWOTk5SUuWLHn7ypUrTWaq27ZtK75DCJAUAQ2Yz91gXr9+/cwVK1bEezyeJjfF7dq1I6BheAQ0YB6hZWVlQW63O8Xtdg+7fv16k53asLCwEgmGAfiEgAaMT/2OuXVWVtbM5cuXxzflYL4nJibmf+QYCVB/BDRgXFEej8fmcrlmr1mz5r9/+eUXpvI3MTEx/5BiIIAPHCLdTkQ7soh2TqEmNbWqqSiKdF+wOp3O8trGr+G5h/7888/Ba9eunZWZmRl348aN+g3UpHr27HmtefPmv9673tyb1DRqTVbQgHGEXr16tUNGRkZqVlbWoJs3bzJ1tRg+fPiHFoulSLqBAXVEQAPyC7127VrwunVXX/qMAAAG4UlEQVTrZrlcrjgeZd9fx44dLW+88cYuWccH1AUBDcjr7opZfV2KYBaTkpKySX28bYSxAg9CQAPyCb106VLIypUr523YsGFARUUFUyQgOjq6bNSoUTk83oZZENCAPKLUFfOyZcsS3W73IIJZXKtWrSxZWVlJDofjmFHGDDwIAQ00vqiLFy92drvdM7dt2/aCoihMSR3Y7XbL5s2b07p06XLaMIMGBBDQQOOJKi0tDVWDOTc39/mqqiqmoo6sVqslJydnxYABAw7waBtmQ0AD+ou6cOFC6Pr166dv3bqVFXM9BQUFWbKzs+f169fvE8IZZkRAA/qJOn/+/KMul2tWfn5+9J07d7j09dSrV68r69atS+rcufMZwhlmRUADDS/07Nmzjy9YsCB9+/bt3aurq7nk9RQSEmJZtmzZkpEjR2bfuHGDH8SAqTlE2pGJtkwTbW1GTWpqVVNRlCDhg+vE6/U2/238d1fMWVlZU7ds2fIC3zHXX3BwsCUxMfHDSZMmudVWqmo4cx9R0+w1WUEDDeDcuXNxmZmZs3Jzc6Nramq4xPWkrpiTkpK2jxs37q8BAQHlPM5GU0JAAxrbvHnz6Dlz5owmmOuvU6dOlunTp29WG4/4+fkpBDOaIgIa0FhxcTGXtJ7UYJ4yZQorZjR5FgIagAxCQ0Mt06ZN2zRixIhcf3//CoIZIKABNCI1mGfPnr1mwoQJax0Ox+2ysjJ2ZgO/IaAB6C4sLMzy/vvv/x7MFouFYAb+DQENQDePPvqo+pOQBDMggIAG0OAIZqDuCGgADSYiIuL21KlTNyYkJLjsdns1wQyIc4h0OxHt8iLaOYWa1NSqpqIoHuGDQzfdunVT3nvvvdWjRo3KttvtZ/jMU5Oada/JChqAZp588smKWbNmZd4LZq4sUH8ENACfPfXUUxXvvvtu5ujRo7NtNhvBDGiAgAZQb5GRkeVz585dHhcXl2e1Wvl+GdAQAQ2gztRH2fPnz19KMAMNh4AGIEx9lD1jxow1gwcP/lvbtm2Pc+WAhkNAA3ig6OjosunTp68ZOHDgx1arlWAGdEBAA7ivZ599tmzatGlrXn755f38gAWgLwIawB/ExMR4pk6duo5gBhoPAQ3gdz179ryWnJycRTADjY+ABnA3mBcsWPBB//79D/CTj4AcHCLtyETbm4m2NqMmNbWqqShKkPDB8Qfqo+zZs2cv792795fqilm97nw+qUlNOWqyggaaIDWY58yZs7xXr15f8igbkBMBDTQhajCnpqYufeGFF44QzIDcCGigCejTp8/l1NTU9O7du/+TYAaMgYAGTKx///6l6enpsx9//PHvCWbAWAhowITUYF6yZMnsHj16fG2xWErqsmEGgBwIaMBEBg0a9GNaWlrab4+yeV0KMDACGjABNZgXLFiQ9swzzxDMgEkQ0ICBqcH8wQcfzIuKivqGYAbMhYAGDGjgwIHn58yZk967d+/PCWbAnBwi3U5EN5iIdk6hJjW1qqkoikf44AZntVotI0eOLEpNTf3giSeeOFmXzV98PqlJTePVZAUNQ/Pz81OaNWtmqaqqMvVEDh069NTChQtTIyIiTrJiBpoGAhqGp/4L9OrVq6acSDWYFy1aNLtr166nCGagabEx3zC6kJCQX800iTabzTJ+/PhjP/744ysFBQWvde3a9QDhDDQ9BDSMriQyMvK0GWZRDebhw4efPH369F+2bNkyvEuXLp8RzEDTRUDD8Lp3737cyOdgt9stY8eOPX7ixImhGzduHB8eHv4JwQyA76BheK+88sp+q9U6uaamxlCnogZzXFzcyZSUlKVhYWE/0CsbwP9FQMPw2rVrd6Vfv36lhw8fDjHCuai7zuPj47+ZNm3aypCQkBKCGUBteMQNMyhKTk5eL/t5qCvmcePGHTtx4kTsqlWrkkJCQj4inAHcDytomEKfPn0+j46OTjl27Jh4dwKd+Pv7WyZNmvTl5MmT13bs2LGUUAYgghU0zKJo9erVM9Wd0LJQH2W//fbbXxcXF7/odrsTOnbsWEg4AxBlvX79+gP/U9GWaXX5zVlqUrMBaoampaWtXLhwYZzw/9wAWrRoob7HfOSdd97JCA4OvnwvlJl3alKTmnWpySNumElJWlpaysmTJyP37dv3uN7npQbz6NGjv1Y3f3Xo0IFH2QB8QkDDVGw225n8/Pyhr7766hdHjx4N1uPcWrVqZZk4ceLnSUlJrvbt218hmAFogYCG6bRs2fLkoUOH+g4bNmz/gQMHHmuo81ODOSEh4TM1mIOCgq4RzAC0xCYxmJLT6fy+sLDwz5mZmZvU15u0pAZzSkrKgZKSkh7z5s1LDQoK+pxwBqApi8Xyv2y4YBgpW6VjAAAAAElFTkSuQmCC") 0 0 no-repeat transparent;
  background-size: contain;
}

.flex-row {
  display: flex;
}

.switch-2-pos {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  background-color: #ccc;
  border-radius: 30px;
}
.switch-2-pos:hover {
  cursor: pointer;
}
.switch-2-pos:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.switch-2-pos.right:before {
  left: inherit;
  right: 4px;
}

.pin {
  display: inline-block;
}

.btn-with-img {
  display: inline-block;
  padding: 3px;
}
.btn-with-img img {
  height: 23px;
}
.btn-with-img.current {
  border: 1px solid #620BDD;
  border-radius: 3px;
}

.lds-dual-ring {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.sorting {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAVCAMAAACuRUSFAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAJBQTFRFAAAAcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEww6LwAAADB0Uk5TACWwUgEs1f/1Xlcf0/BFF99Ey+74Vb3RdsCWMmxNwP/USe/+f07ziwVD94QDW0rM5d3QmwAAAIFJREFUeJyVzdkSgjAUA9DgQqq44L6AoggIiPr/fyctdHpfPU9NMnMLGN5gOIIz9qkmrvB8kmpqi2BGbb7o4jJkR61MXNPatEUQ0tnusKd0wPEknfGvKJYuuCbSDfdUxEcG5IWLz7K9UNU2vhpz8l33a9P/URVi1fJUrNrnm5Xm8QMAzBEX4W0aJgAAAABJRU5ErkJggg==") 0 0 no-repeat transparent;
  background-size: contain;
  margin: 0 0 0 5px;
}
.sorting.asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAVCAMAAACuRUSFAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAJBQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwtDhL3gAAADB0Uk5TAAV/zEoDi/7/706E80P3W0nUwE1sMpbAdtH/vVX43x9E7ssX9UXw0wFX1SVeLFKwW/0iCgAAAIRJREFUeJyVjkkCgkAMBBtQCIqiiAu4gLI4LOr/fydBYHK1bjWd6QRgDNOaQTO3HXIXWpcOEXkrkTJrX6T9A08Y9qjdl67D1ErkbrAlSYBdKNnjXw5HyQlRLDnjchV6S4D0Pukj44Y0H9PsV1mUvT6TYYWqeKJupp2qzeP6JY5Q78+QfgEI1g7Az1BjKQAAAABJRU5ErkJggg==");
}
.sorting:hover {
  cursor: pointer;
}

.pin {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAN5QTFRFAAAABQUFAAAAAQEBBwcHAAAAAQEBAAAAAAAAAAAAAwMDAQEBAAAAAwMDAQEBAAAACQkJAAAABgYGCQkJBgYGAQEBBQUFAAAAAAAAAAAABQUFAAAAAQEBBAQEBAQEAgICBAQEAAAAAwMDAwMDAAAAAQEBCAgIAAAABQUFAAAABgYGBgYGAAAAAwMDBAQEBgYGBQUFBgYGBQUFAAAAAAAABwcHAgICDAwMAwMDAAAACAgIBQUFBAQEBAQEBgYGBAQEAAAAAwMDAAAABgYGBAQEAAAABAQEAAAAAgICAwMDwqvU7wAAAEp0Uk5TABZqZREJYnAPAkZkECNjDQ0MKDQnWBhgbmwvbWYgHEodaCYia1QPaSoIJjkBVjUlLTwsbxMhWwohZg5CGxopNANRZxQ3Cz0EXizrSBIRAAAAuklEQVR4nG3PRwKCMBQE0AjKF0UUO3bBggq22Hsv97+QdAg4u3mL/AlCRCIUHUWhxBgAOh5UNgF6klyAU2CGTxPKURYDk3FIyObyBXDCW1gslcEf0dRKlUCo1U1ukNwU7JdboodtiXVHyB1Huz1ict9mxa8DZWiPHvlU1WA8sXzq45ne57JxFy88Xep9tUYbfefWm7HDAHujHjA+eud4wCfV+tfZ1csVbncUygO0Z1gl8fUOK/p8/yD6ATUAEKD+dbZ5AAAAAElFTkSuQmCC") 0 0 no-repeat transparent;
  background-size: contain;
  margin: 0 0 0 15px;
}
.pin.pinned {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFqADAAQAAAABAAAAFgAAAAA/6RFgAAAB3klEQVQ4EZ2Uv0vDQBTHmybpDygIRUSwBRV1cHBw0UGpOImCODk5OBQEF0cXd8HdVVdnJycX/wAnFxe1SFUQpFp/0Sbx86ShTZM0lx58eXfv3n3y7u5dEok+m2masyytaZpWTafTU31ifMsGAd7hdUT0H7FjvqiYDkPX9RMBdgp4hfFkTFY7HOgGIxt5wDIGfo8tothtghU15IO6PjmibDZb1CLQhVQqVSLLEcuyKo1GY89xnPmINQngD4Ex3PgcE7foF7nbFuv2QzMmRua+kLcB3cXzg1Qhno+Q7bNhGCteKiOcJcw38ixQGNvJZPKMuAIKbsCXmakjVfgr97BJvBlM7PASuM7wA/WC22z9MpPJxHscrZp96wG3uZNt5n0t6fO0HXnObIBy28H13nZ7eiSsBWYbBiZZ/Zy6PbVtexx4GZw8jO5GWTvVbmfYWAN0yKRbbrLdcuvMP/F3nnmT8XQYyOPnF7iGw0ICkBK6zuVyQxIEfBXjlqJ8+AkZqHfjdkeJkCz+syLTY/qeEqIUF/E1JI7+Ajay5bkIeeMCbXIcW9jAOwC4hPYjiQSk2OYFVrb3AnRGZVFUjMbXDwiygF9hh6MWKM0Dk6dYB36EzSgtUgni1m+AS51qKvGqMX9tmKwX/4TQ/QAAAABJRU5ErkJggg==");
}
.pin:hover {
  cursor: pointer;
}

.search {
  vertical-align: middle;
  line-height: 30px;
  font-family: "LucidaGrande";
  font-size: 20px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .search {
    font-size: 16px;
  }
}
.search .button {
  border-radius: 5px;
  background: #E3DAC9;
  min-width: 110px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .search .button {
    max-width: 53px;
    font-size: 16px;
    padding: 5px;
  }
}
.search input {
  min-width: 470px;
  display: inline-block;
  line-height: 24px;
  height: 32px;
  min-height: 32px;
  margin: 0 10px 0 10px;
  border-width: 3px;
}
@media (max-width: 768px) {
  .search input {
    min-width: auto;
    width: 115px;
  }
}
.search input:hover, .search input:focus {
  border-color: #3DD86D;
}
@media (max-width: 1500px) {
  .search input {
    min-width: auto;
    width: 170px;
    margin: 0;
  }
}
.search a.start-search {
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 10px 0 0;
}
.search a.start-search img {
  max-width: 100%;
}
.search.small {
  line-height: 19px;
}
.search.small a {
  width: 19px;
  height: 19px;
}
.search.small input {
  line-height: 19px;
}

.export-button {
  margin-left: 20px;
}
.export-button .button {
  border-radius: 5px;
  background: #E3DAC9;
  height: 30px;
  line-height: 27px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .export-button {
    margin: 20px 0;
  }
}

.list-table {
  width: 100%;
  font-size: 16px;
  font-family: "LucidaGrandeBold";
  margin: 20px 0;
}
.list-table tr:hover {
  background-color: #E8E8E8;
}
.list-table th {
  border-bottom: 1px solid #707070;
}
.list-table td {
  padding: 7px 0;
}
@media (max-width: 1200px) {
  .list-table td {
    font-size: 15px;
  }
}
.list-table td .button {
  padding: 3px;
}

.list .mobile-footer {
  display: none;
}
.list .mobile-footer .logout-button {
  background: #620BDD;
  color: #3DD86D;
  display: block;
  margin: auto auto 10px;
  width: 50%;
  text-align: center;
  padding: 6px 10px;
}
.list .mobile-content {
  display: none;
  width: 100%;
  padding: 20px 0 0;
}
.list .mobile-content .mms-logo {
  border-bottom: 1px solid #CCCCCC;
}
.list .mobile-content .mms-logo p {
  text-align: center;
}
.list .mobile-content .links {
  margin: 0 0 40px;
}
.list .mobile-content .links a {
  border-bottom: 1px solid #CCCCCC;
  display: block;
  padding: 10px 20px 5px 10px;
  color: #620BDD;
  font-weight: bold;
  position: relative;
}
.list .mobile-content .links a::after {
  content: ">";
  position: absolute;
  top: 3px;
  right: 3px;
  color: #3DD86D;
  font-weight: bold;
}
@media (max-width: 768px) {
  .list .list-header {
    display: block;
  }
  .list .list-table {
    display: block;
    table-layout: fixed;
    overflow-wrap: anywhere;
  }
  .list .list-table tr,
.list .list-table tr th,
.list .list-table tr td {
    display: block;
  }
}

.status-bar-history {
  display: none;
  margin: 0;
}

.popup {
  padding: 20px;
}
.popup .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-size: 30px;
}
.popup .popup-content {
  padding: 20px;
}

body .autocompleter .search-holder {
  position: relative;
}
body .autocompleter .search-holder .auto-loader {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
body .autocompleter .search-holder .auto-loader svg {
  margin: auto;
  display: block;
  width: 30px;
}

.file-holder {
  display: flex;
}

body .autocomplete .control {
  position: relative;
  flex-grow: 1;
}
body .autocomplete .control .search-holder {
  position: relative;
  display: flex;
}
body .autocomplete .control .search-holder .auto-loader {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
body .autocomplete .control .search-holder .auto-loader svg {
  margin: auto;
  display: block;
  width: 30px;
}
body .autocomplete .control input, body .autocomplete .control .fake-input {
  width: 100%;
}
body .autocomplete .options {
  position: absolute;
  background: #fff;
  border: 1px solid #000;
  top: 100%;
  left: 0;
  max-height: 165px;
  overflow-y: auto;
  width: 100%;
  padding: 0;
  z-index: 4;
}
body .autocomplete .options .clear-options {
  display: none;
  color: #F70909;
  position: absolute;
  right: 3px;
  top: 3px;
}
body .autocomplete .options p {
  line-height: 20px;
  margin: 0;
  padding: 2px 10px;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
}
body .autocomplete .options p:hover {
  background: #dcdcdc;
}
body .autocomplete .selected {
  position: relative;
  padding-right: 15px;
  overflow: hidden;
}
body .autocomplete .selected .clear {
  color: #F70909;
  position: absolute;
  right: 4px;
  top: 0;
  height: 24px;
  line-height: 25px;
}

body .multiautocomplete .values {
  position: relative;
  display: inline-block;
  background: #3DD86D;
  padding: 2px 10px 2px 2px;
  margin: 2px;
  line-height: 16px;
  vertical-align: top;
  font-size: 12px;
}
body .multiautocomplete .values .clear {
  height: 20px;
  line-height: 20px;
}
body .multiautocomplete .selected {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
body .multiautocomplete .selected input.search {
  display: inline-block;
  width: auto;
  min-width: 20%;
  border: none;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  margin: 2px;
  padding: 2px;
}

.upload h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.upload .form-item input {
  flex-grow: 1;
}
.upload .autocomplete .control {
  flex-grow: 1;
}
.upload .autocomplete .control input {
  width: 100%;
}
.upload .form .form-item label.long-label {
  width: 300px;
  font-weight: normal;
  margin-left: 15px;
}
.upload .left-margin {
  margin-left: 15px;
}

.branch-settings h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 30px;
}
.branch-settings .form .form-item label {
  width: 180px;
}
.branch-settings .settings-image {
  max-width: 100px;
}
.branch-settings .settings-image img {
  width: 100%;
}

.vpd-input-group label {
  display: none;
}

.loader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
.loader svg {
  margin: 40vh auto;
  display: block;
  width: 200px;
}

.tabs-block .tabs {
  display: flex;
}
.tabs-block .tabs .button {
  display: block;
  margin: 0 10px 0 0;
  padding: 5px 8px;
  border-radius: 5px 5px 0 0;
  background: #E3DAC9;
  border-width: 2px;
  border-bottom: none;
  font-size: 14px;
}
.tabs-block .tabs .button:hover {
  cursor: pointer;
  color: #3DD86D;
}
.tabs-block .tabs .button.active {
  background: #fff;
  border-bottom: #fff;
  margin-bottom: -2px;
}
.tabs-block .tabs .button:last-child {
  margin-right: 0;
}
.tabs-block .tab-content {
  display: none;
  padding: 30px 20px;
  border: 2px solid #000;
}
.tabs-block .tab-content.active {
  display: block;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.form:not(.no-full-width) {
  width: 100%;
}
.form input:not(.vs__search, .nostyle), .form .fake-input {
  height: 30px;
  line-height: 30px;
  border: 3px solid #000;
  width: 100%;
  padding: 0 3px;
}
.form input:not(.vs__search, .nostyle):hover, .form input:not(.vs__search, .nostyle):focus, .form .fake-input:hover, .form .fake-input:focus {
  border-color: #3DD86D;
  outline: none;
  border-radius: 0;
}
.form input:disabled {
  border-color: #9A9A9A;
}
.form select {
  flex-grow: 1;
  border: 3px solid #000;
}
.form select:disabled {
  border-color: #9A9A9A;
}
.form .fake-input {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border: 3px solid #000;
  padding: 0 3px;
}
.form textarea {
  border: 3px solid #000;
  height: 135px;
  flex-grow: 1;
}
.form textarea:hover, .form textarea:focus {
  border-color: #3DD86D;
}
.form textarea:disabled {
  border-color: #9A9A9A;
}
.form .input-holder-error input:not(.vs__search, .nostyle),
.form .input-holder-error .vs__dropdown-toggle,
.form .input-holder-error .fake-input, .form .input-holder-error select, .form .input-holder-error textarea {
  border-color: #F70909 !important;
}
.form .input-error {
  border-color: #F70909 !important;
}
.form label {
  margin: 0 5px 0 0;
  line-height: 30px;
}
.form .form-item {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.form .form-item label {
  width: 135px;
  flex-shrink: 0;
}
.form .form-item label.file-btn {
  background: #CCCCCC;
  margin: 0 0 0 5px;
  border: 3px solid #000;
  width: auto;
  padding: 0 3px;
  height: 30px;
}
.form .form-item .input-holder {
  width: auto;
  flex-grow: 1;
}
.form .form-item .input-holder textarea,
.form .form-item .input-holder input, .form .form-item .input-holder .fake-input {
  width: 100%;
}
.form .form-item .v-select {
  flex-grow: 1;
}
.form .form-item .v-select input {
  flex-grow: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
.form .form-item .v-select .vs__search {
  flex-grow: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
.form .form-item input, .form .form-item .fake-input {
  width: auto;
  flex-grow: 1;
  overflow: hidden;
}
.form .form-item input[type=file]::-webkit-file-upload-button, .form .form-item .fake-input[type=file]::-webkit-file-upload-button {
  display: none;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .form .form-item input[type=file]::-webkit-file-upload-button, .form .form-item .fake-input[type=file]::-webkit-file-upload-button {
      position: relative;
      display: inline-block;
      opacity: 0;
      text-indent: -200px;
    }
  }
}
.form .form-item input[type=radio],
.form .form-item input[type=checkbox] {
  flex-grow: 0;
  width: 30px;
}
.form .form-item input[type=radio]:checked,
.form .form-item input[type=checkbox]:checked {
  background: #3DD86D;
}
.form .form-item .error {
  flex-shrink: 0;
  width: 100%;
  color: #F70909;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.form .form-item .info {
  flex-shrink: 0;
  width: 100%;
  color: #9A9A9A;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.form .form-item .approve {
  flex-shrink: 0;
  width: 100%;
  color: #620BDD;
  font-size: 15px;
  margin: 0;
}
.form .form-item .download-file {
  margin: 20px 0 0 140px;
}
.form .form-item .field-settings .general-label {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  padding: 4px 5px 0 0;
}
.form .form-item .field-settings label {
  width: auto;
  padding-right: 10px;
  vertical-align: text-bottom;
}
.form .po-number-row label {
  width: 175px;
}
.form .po-number-row p {
  font-weight: bold;
  color: #620BDD;
}
.form .form-item-checkbox input {
  height: 25px;
  width: 25px;
  border: 3px solid #000;
  border-radius: 0;
  margin: 0 10px 0 0;
}
.form .form-item-checkbox input:checked {
  background: #3DD86D;
}
.form .form-item-checkbox label {
  width: auto;
  font-weight: normal;
  line-height: 25px;
  vertical-align: middle;
}
.form .dash-col {
  padding: 10px 10px 0 !important;
}
.form .dash-col .form-item {
  margin: 0;
}

.form .switch-holder {
  display: block;
  padding-left: 135px;
}
@media (max-width: 768px) {
  .form .switch-holder {
    padding: 0;
  }
  .form .switch-holder .form-item label {
    font-size: 16px;
  }
}
.form .switch-holder .main-label {
  display: flex;
  max-width: 630px;
  font-weight: normal;
  width: 100%;
  margin: 0 !important;
}
.form .switch-holder .main-label span {
  width: 33%;
  max-width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .switch-holder .main-label span.left {
  text-align: left;
  padding: 0 0 0 2px;
}
.form .switch-holder .main-label span.center {
  text-align: center;
}
.form .switch-holder .main-label span.right {
  text-align: right;
  padding: 0 2px 0 0;
}
.form .switch-holder .switch {
  max-width: 630px;
  width: 100%;
}

.switch {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: #050000;
  display: block;
  border-radius: 30px;
  position: relative;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.switch .point {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #3DD86D;
  border-radius: 90px;
  transition: 0.3s;
}
.switch.nojob .point {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.switch.wo .point {
  left: 50%;
  transform: translateX(-50%);
}
.switch.three-position {
  display: flex;
}
.switch.three-position span {
  display: block;
  width: 100%;
}

.job-wo > div {
  display: flex;
}
.job-wo .autocomplete label {
  width: auto;
}
.job-wo .no-job-field,
.job-wo .autocomplete {
  display: none !important;
}
.job-wo .no-job-field.active,
.job-wo .autocomplete.active {
  display: flex !important;
  width: 77%;
}
.job-wo .no-job-field input {
  max-width: 625px;
  margin-left: 5px;
}
.job-wo .control {
  flex-grow: 1;
}
.job-wo.form-item input, .job-wo.form-item .fake-input,
.job-wo .form-item input,
.job-wo .form-item .fake-input {
  width: 400px;
}
@media (max-width: 1200px) {
  .job-wo.form-item input, .job-wo.form-item .fake-input,
.job-wo .form-item input,
.job-wo .form-item .fake-input {
    width: 100%;
  }
}
.job-wo .checkboxgroup .form-item {
  width: 33%;
}
.job-wo .checkboxgroup .form-item input {
  width: 20px !important;
  margin: 0 10px 0 0;
}

.simple-form .form .form-item input,
.simple-form .form .form-item .fake-input {
  width: 625px;
  flex-grow: 0;
}
@media (max-width: 768px) {
  .simple-form .form .form-item input,
.simple-form .form .form-item .fake-input {
    width: 100%;
    flex-grow: 0;
  }
}
.simple-form .po-number p {
  font-weight: bold;
  color: #620BDD;
  margin: 0;
  line-height: 30px;
}
.simple-form .form .form-item textarea {
  width: 625px;
}
.simple-form .phase {
  margin-left: auto;
  width: auto;
}
.simple-form .phase label {
  text-align: right;
}
.simple-form .phase input, .simple-form .phase .fake-input {
  width: 95px;
}
.simple-form .job-wo label {
  width: auto;
}
.simple-form .job-wo .main-label {
  min-width: 130px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .simple-form .job-wo .main-label {
    min-width: 0;
    flex-grow: 0;
  }
}
.simple-form .job-wo .no-job-field,
.simple-form .job-wo .autocomplete {
  flex-grow: 1;
}

.add-new {
  padding: 0 20px;
  min-width: 200px;
}

.header-container .ads-cta {
  color: #9A9A9A;
  background: #E3DAC9;
  line-height: 21px;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
}
.header-container .ads-cta .btn-red {
  color: #fff;
}
.header-container .header {
  border-top: 2px solid #620BDD;
  margin: 0 0 15px;
}
.header-container .header .general {
  padding: 5px 20px 5px 7px;
  display: flex;
}
.header-container .header .general .logo {
  color: #3DD86D;
  text-transform: uppercase;
  font-weight: bold;
}
.header-container .header .general .settings {
  color: #fff;
  margin: 0 0 0 auto;
  line-height: 29px;
  position: relative;
  min-width: 115px;
}
.header-container .header .general .settings a {
  text-decoration: underline;
}
.header-container .header .general .settings .gear {
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 0 0 auto;
  position: relative;
  cursor: pointer;
}
.header-container .header .general .settings .gear img {
  width: 100%;
}
.header-container .header .general .settings .gear .gear-sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #E3DAC9;
  z-index: 20;
  border-radius: 20px;
  padding: 20px 0;
}
.header-container .header .general .settings .gear .gear-sub-menu div {
  padding: 5px 15px;
}
.header-container .header .general .settings .gear .gear-sub-menu a {
  color: #620BDD;
  text-decoration: none;
  font-weight: bold;
}
.header-container .header .general .settings .gear .gear-sub-menu a:hover {
  text-decoration: underline;
}
.header-container .header .general .settings .company-logo {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  max-width: 342px;
  height: 94px;
  background: #ededed;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #00CE00;
  padding: 10px 30px;
  text-align: center;
}
.header-container .header .general .settings .company-logo img {
  height: 100%;
}
@media (max-width: 768px) {
  .header-container .header .general .settings .company-logo {
    max-width: 100%;
    padding: 5px;
    border-radius: 0;
    height: 40px;
  }
}
.header-container .header .menu {
  display: flex;
  color: #A0A0A0;
  line-height: 29px;
  padding: 5px 370px 5px 20px;
  flex-wrap: wrap;
}
.header-container .header .menu .menu-item {
  margin: 10px 10px 0 0;
  text-transform: uppercase;
}
.header-container .header .menu .menu-item a {
  text-decoration: none;
}
.header-container .header .menu .menu-item a:hover {
  color: #fff;
  text-decoration: none;
}
.header-container .header .menu .menu-item.disabled {
  opacity: 0.5;
  font-weight: lighter;
}
.header-container .header .menu .menu-item.active {
  color: #fff;
  position: relative;
}
.header-container .header .menu .menu-item.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  right: 50%;
  bottom: -5px;
}
.header-container .header .sub-menu {
  padding: 10px 370px 10px 10px;
  border-bottom: 1px solid #620BDD;
}
.header-container .header .sub-menu .black-menu-btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  min-width: 204px;
  background: #000;
  color: #fff;
  padding: 7px 20px 5px;
  line-height: 24px;
  text-align: center;
  border-radius: 19px;
  position: relative;
  margin: 5px 10px;
  border: 1px solid #620BDD;
}
.header-container .header .sub-menu .black-menu-btn.active {
  color: #3DD86D;
}
.header-container .header .sub-menu .black-menu-btn.active .action-letter:after {
  border-color: #fff;
}
.header-container .header .sub-menu .black-menu-btn .action-letter:after {
  border-color: #3DD86D;
}
.header-container .header .sub-menu .black-menu-btn .btn-sub-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 10;
  width: 100%;
  background: #E3DAC9;
  border-radius: 25px;
  padding: 15px 0;
  display: none;
}
.header-container .header .sub-menu .black-menu-btn .btn-sub-menu div {
  padding: 5px 15px;
  text-align: left;
}
.header-container .header .sub-menu .black-menu-btn .btn-sub-menu a {
  color: #620BDD;
}
.header-container .header .sub-menu .black-menu-btn:hover {
  color: #fff;
  text-decoration: none;
}
.header-container .header .sub-menu .black-menu-btn:hover .action-letter:after {
  border-color: #fff;
}
.header-container .header .sub-menu .black-menu-btn:hover .btn-sub-menu {
  display: block;
}
.header-container.short .header .logo img {
  height: 30px;
}
.jobs .search {
  margin-left: auto;
  margin-right: 20px;
}
.jobs .actions {
  width: 180px;
}
.jobs .actions .button {
  width: 40%;
  font-style: italic;
}

.job .form .form-item input {
  width: 500px;
}
.job .form .form-item label {
  width: 150px;
}
.job .v-select {
  flex-grow: 1;
}
.job .phases {
  width: auto;
}
.job .phases .form-item input {
  width: 153px;
  line-height: 25px;
  margin: 0 10px 0 0;
}
.job .phases .form-item .button {
  width: 75px;
  margin: 0 10px 0 0;
  padding: 0 5px;
  font-size: 14px;
}
.job .phases .form-item .error {
  margin: 0;
}

.ipad-only {
  display: none;
}

.ipad .status-bar .created,
.ipad .status-bar .updated {
  text-align: left;
}
.ipad .status-bar .created > div:first-child,
.ipad .status-bar .updated > div:first-child {
  margin-right: 10px;
}
.ipad .status-bar .created b,
.ipad .status-bar .updated b {
  display: block;
}

.main-container .ipad .hide-ipad {
  display: none;
}
.main-container .ipad .ipad-only {
  display: initial;
}
.main-container .ipad .vm--modal {
  top: 2% !important;
  left: 2% !important;
  width: 96% !important;
  height: 96% !important;
}
.main-container .ipad .close-modal {
  top: 55px;
}
.main-container .ipad .browse-items {
  padding: 35px 0 0 0;
}
.main-container .ipad .browse-items .search {
  display: flex;
  position: fixed;
  width: 96%;
  top: calc(2% + 15px);
  left: 2%;
  padding: 0 40px 5px;
  background: #fff;
  flex-wrap: wrap;
}
.main-container .ipad .browse-items .search > p {
  width: 100%;
  flex-shrink: 0;
  font-weight: bold;
  line-height: 1;
}
.main-container .ipad .browse-items .search input {
  flex-grow: 1;
  background: #fff;
}
.main-container .ipad .bitems .bitem {
  width: 100%;
  padding: 10px;
  margin: 1px 0;
  border: 0;
}
.main-container .ipad .bitems .bitem .content {
  display: table;
  width: 100%;
  height: 100%;
}
.main-container .ipad .bitems .bitem .codes, .main-container .ipad .bitems .bitem .description {
  display: none !important;
}
.main-container .ipad .bitems .bitem .mobile-description {
  display: table-cell;
  vertical-align: middle;
}
.main-container .ipad .bitems .bitem .img {
  width: auto;
  height: 50px;
  margin: 0 10px 0 0;
}
.main-container .ipad .bitems .bitem .img img {
  height: 100%;
  width: auto;
}

.theme-mms .vdatetime-popup__header,
.theme-mms .vdatetime-calendar__month__day--selected > span > span,
.theme-mms .vdatetime-calendar__month__day--selected:hover > span > span {
  background: #620BDD;
}

.theme-mms .vdatetime-year-picker__item--selected,
.theme-mms .vdatetime-time-picker__item--selected,
.theme-mms .vdatetime-popup__actions__button {
  color: #3DD86D;
}

.main-container .vm--modal {
  min-height: 90%;
  height: 90% !important;
  overflow-y: auto;
}

.vs__selected-options {
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
}

.vs__dropdown-toggle {
  border-color: #000;
  border-radius: 0;
  border-width: 3px;
  padding: 0;
  background-color: #fff;
}

.vs__search, .vs__search:focus {
  height: 25px;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.vs__selected {
  height: 25px;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  width: 90%;
}

.vs__clear {
  fill: #000;
}

.vs__open-indicator {
  fill: #000;
}

.settings {
  margin: 40px 0 0 0;
}

.users-list .search {
  margin-left: 0;
}

.formItemSettingsSelector {
  position: absolute;
  border-color: #9a9a9a;
  background: none;
}

@media (max-width: 768px) {
  .vs--single .vs__dropdown-toggle .vs__selected-options {
    overflow: hidden;
  }
  .vs--single .vs__dropdown-toggle .vs__selected-options .vs__selected {
    white-space: nowrap;
  }

  .search label {
    width: 100%;
    margin: 0;
  }
  .search .button {
    min-width: 53px;
  }

  .users .list-table tr, .users .list-table td, .users .list-table th {
    display: block;
    width: 100%;
  }

  .tabs-block .tabs {
    flex-direction: column;
  }

  .items .general-padding > .flex {
    display: block;
  }
  .items .general-padding .list-table tr, .items .general-padding .list-table td, .items .general-padding .list-table th {
    display: block;
    width: 100%;
  }

  #upload-form #upload-file {
    width: 88%;
  }

  .vendors .add-new {
    min-width: 100px;
  }
  .vendors .general-padding > .flex {
    display: block;
  }
  .vendors .search {
    margin: 0 !important;
  }
  .vendors .vendors-table tr {
    padding-bottom: 10px;
  }
  .vendors .vendors-table tr:first-child {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 0;
  }
  .vendors .vendors-table tr:first-child th {
    display: flex !important;
    justify-content: space-between;
    width: 50%;
    padding: 5px 0;
    border: none;
  }
  .vendors .vendors-table tr:first-child th .sorting {
    margin-right: 20px;
  }
  .vendors .vendors-table tr:first-child th:nth-child(even) .sorting {
    margin-right: 0;
  }
  .vendors .vendors-table tr:first-child th:last-child {
    display: none !important;
  }
  .vendors .vendors-table tr td {
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    height: auto;
    text-align: right;
    justify-content: space-between;
    padding: 5px 0;
  }
  .vendors .vendors-table tr td:before {
    content: attr(data-label);
    padding-right: 0.5em;
    text-align: left;
    display: block;
    color: grey;
    white-space: nowrap;
  }
  .vendors .vendors-table tr td:last-child {
    border-bottom: none;
  }
  .vendors .vendors-table tr td:last-child:before {
    display: none;
  }
  .vendors .vendors-table tr td:last-child .button {
    width: auto !important;
    padding: 3px 10px;
  }

  .jobs .search {
    margin: 0 !important;
  }

  .users-table tr {
    padding-bottom: 10px;
  }
  .users-table tr:first-child {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 0;
  }
  .users-table tr:first-child th {
    display: flex !important;
    justify-content: space-between;
    width: 50%;
    padding: 5px 0;
    border: none;
  }
  .users-table tr:first-child th .sorting {
    margin-right: 20px;
  }
  .users-table tr:first-child th:nth-child(even) .sorting {
    margin-right: 0;
  }
  .users-table tr:first-child th:last-child {
    display: none !important;
  }
  .users-table tr td {
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    height: auto;
    text-align: right;
    justify-content: space-between;
    padding: 5px 0;
  }
  .users-table tr td:before {
    content: attr(data-label);
    padding-right: 0.5em;
    text-align: left;
    display: block;
    color: grey;
    white-space: nowrap;
  }
  .users-table tr td:last-child {
    border-bottom: none;
  }
  .users-table tr td:last-child:before {
    display: none;
  }
  .users-table tr td:last-child .button {
    width: auto !important;
    padding: 3px 10px;
  }

  .items .items-table tr {
    padding-bottom: 10px;
    border-bottom: 1px solid;
  }
  .items .items-table tr.description-row {
    display: none !important;
  }
  .items .items-table tr:first-child {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 0;
  }
  .items .items-table tr:first-child th {
    display: flex !important;
    justify-content: space-between;
    width: 50%;
    padding: 5px 0;
    border: none;
  }
  .items .items-table tr:first-child th .sorting {
    margin-right: 20px;
  }
  .items .items-table tr:first-child th:nth-child(odd) .sorting {
    margin-right: 0;
  }
  .items .items-table tr:first-child th:first-child {
    display: none !important;
  }
  .items .items-table tr:first-child th:last-child {
    display: none !important;
  }
  .items .items-table tr td {
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    height: auto;
    text-align: right;
    justify-content: space-between;
    padding: 5px 0;
  }
  .items .items-table tr td .border-block {
    border: none;
    padding: 0;
  }
  .items .items-table tr td:before {
    content: attr(data-label);
    padding-right: 0.5em;
    text-align: left;
    display: block;
    color: grey;
    white-space: nowrap;
  }
  .items .items-table tr td.description:before {
    display: none !important;
  }
  .items .items-table tr td.description .border-block {
    text-align: left;
  }
  .items .items-table tr td:first-child:before {
    display: none !important;
  }
  .items .items-table tr td:last-child {
    border-bottom: none;
  }
  .items .items-table tr td:last-child:before {
    display: none;
  }
  .items .items-table tr td:last-child .button {
    width: auto !important;
    padding: 3px 10px;
    min-width: auto;
    margin: 0;
  }

  .job .form .form-item input {
    width: 100% !important;
  }

  .jobs .general-padding > .flex {
    display: block;
  }
  .jobs .general-padding > .flex .add-new {
    min-width: auto;
    padding: 3px 10px;
  }
  .jobs .jobs-table tr {
    padding-bottom: 10px;
  }
  .jobs .jobs-table tr:first-child {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 0;
  }
  .jobs .jobs-table tr:first-child th {
    display: flex !important;
    justify-content: space-between;
    width: 50%;
    padding: 5px 0;
    border: none;
  }
  .jobs .jobs-table tr:first-child th .sorting {
    margin-right: 20px;
  }
  .jobs .jobs-table tr:first-child th:nth-child(even) .sorting {
    margin-right: 0;
  }
  .jobs .jobs-table tr:first-child th:last-child {
    display: none !important;
  }
  .jobs .jobs-table tr td {
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    height: auto;
    text-align: right;
    justify-content: space-between;
    padding: 5px 0;
  }
  .jobs .jobs-table tr td:before {
    content: attr(data-label);
    padding-right: 0.5em;
    text-align: left;
    display: block;
    color: grey;
    white-space: nowrap;
  }
  .jobs .jobs-table tr td:last-child {
    border-bottom: none;
  }
  .jobs .jobs-table tr td:last-child:before {
    display: none;
  }
  .jobs .jobs-table tr td:last-child .button {
    width: auto !important;
    padding: 3px 10px;
  }

  .wo .max-width-800 {
    max-width: none;
  }
  .wo .max-width-800 .form .form-item .input-holder input {
    width: 100% !important;
  }

  .work-orders-table tr {
    padding-bottom: 10px;
  }
  .work-orders-table tr:first-child {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 0;
  }
  .work-orders-table tr:first-child th {
    display: flex !important;
    justify-content: space-between;
    width: 50%;
    padding: 5px 0;
    border: none;
  }
  .work-orders-table tr:first-child th .sorting {
    margin-right: 20px;
  }
  .work-orders-table tr:first-child th:nth-child(even) .sorting {
    margin-right: 0;
  }
  .work-orders-table tr:first-child th:last-child {
    display: none !important;
  }
  .work-orders-table tr td {
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    height: auto;
    text-align: right;
    justify-content: space-between;
    padding: 5px 0;
  }
  .work-orders-table tr td:before {
    content: attr(data-label);
    padding-right: 0.5em;
    text-align: left;
    display: block;
    color: grey;
    white-space: nowrap;
  }
  .work-orders-table tr td:last-child {
    border-bottom: none;
  }
  .work-orders-table tr td:last-child:before {
    display: none;
  }
  .work-orders-table tr td:last-child .button {
    width: auto !important;
    padding: 3px 10px;
  }

  .form .form-item .field-settings .general-label {
    width: 100%;
    padding: 4px 0 5px;
  }
}
