@charset "UTF-8";
/*#8392a1;*/
/* Layout sizes */
/*- Theme Colors ------------------------------------*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #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: #92D051;
  --secondary: #DEEFF7;
  --success: green;
  --info: #DEEFF7;
  --warning: #FB6A38;
  --danger: #DB293E;
  --light: #F2F2F2;
  --dark: #081411;
  --green-50: #E9EFED;
  --green-100: #BACCC8;
  --green-300: #6B9187;
  --green-500: #225B4C;
  --green-700: #184136;
  --green-800: #132E35;
  --green-900: #0E2620;
  --green-1000: #081411;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 540px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1440px;
  --breakpoint-xxl: 1920px;
  --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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1D99AE;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #1D99AE;
  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: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 540px) {
  .container-xs, .container {
    max-width: 539px;
  }
}
@media (min-width: 768px) {
  .container-sm, .container-xs, .container {
    max-width: 767px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1920px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 2200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-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: 16px;
  padding-left: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xs-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xs-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xs-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xs-10 {
    margin-left: 83.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.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: #e0f2ce;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #c6e7a5;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8dbb8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7abd7a;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #f6fbfd;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #eef7fb;
}

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #babdbc;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7f8583;
}

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

.table-green-50,
.table-green-50 > th,
.table-green-50 > td {
  background-color: #f9fbfa;
}
.table-green-50 th,
.table-green-50 td,
.table-green-50 thead th,
.table-green-50 tbody + tbody {
  border-color: #f4f7f6;
}

.table-hover .table-green-50:hover {
  background-color: #eaf1ed;
}
.table-hover .table-green-50:hover > td,
.table-hover .table-green-50:hover > th {
  background-color: #eaf1ed;
}

.table-green-100,
.table-green-100 > th,
.table-green-100 > td {
  background-color: #ecf1f0;
}
.table-green-100 th,
.table-green-100 td,
.table-green-100 thead th,
.table-green-100 tbody + tbody {
  border-color: #dbe4e2;
}

.table-hover .table-green-100:hover {
  background-color: #dde6e4;
}
.table-hover .table-green-100:hover > td,
.table-hover .table-green-100:hover > th {
  background-color: #dde6e4;
}

.table-green-300,
.table-green-300 > th,
.table-green-300 > td {
  background-color: #d6e0dd;
}
.table-green-300 th,
.table-green-300 td,
.table-green-300 thead th,
.table-green-300 tbody + tbody {
  border-color: #b2c6c1;
}

.table-hover .table-green-300:hover {
  background-color: #c7d5d1;
}
.table-hover .table-green-300:hover > td,
.table-hover .table-green-300:hover > th {
  background-color: #c7d5d1;
}

.table-green-500,
.table-green-500 > th,
.table-green-500 > td {
  background-color: #c1d1cd;
}
.table-green-500 th,
.table-green-500 td,
.table-green-500 thead th,
.table-green-500 tbody + tbody {
  border-color: #8caaa2;
}

.table-hover .table-green-500:hover {
  background-color: #b2c6c1;
}
.table-hover .table-green-500:hover > td,
.table-hover .table-green-500:hover > th {
  background-color: #b2c6c1;
}

.table-green-700,
.table-green-700 > th,
.table-green-700 > td {
  background-color: #becac7;
}
.table-green-700 th,
.table-green-700 td,
.table-green-700 thead th,
.table-green-700 tbody + tbody {
  border-color: #879c96;
}

.table-hover .table-green-700:hover {
  background-color: #b0bfbb;
}
.table-hover .table-green-700:hover > td,
.table-hover .table-green-700:hover > th {
  background-color: #b0bfbb;
}

.table-green-800,
.table-green-800 > th,
.table-green-800 > td {
  background-color: #bdc4c6;
}
.table-green-800 th,
.table-green-800 td,
.table-green-800 thead th,
.table-green-800 tbody + tbody {
  border-color: #849296;
}

.table-hover .table-green-800:hover {
  background-color: #afb8ba;
}
.table-hover .table-green-800:hover > td,
.table-hover .table-green-800:hover > th {
  background-color: #afb8ba;
}

.table-green-900,
.table-green-900 > th,
.table-green-900 > td {
  background-color: #bcc2c1;
}
.table-green-900 th,
.table-green-900 td,
.table-green-900 thead th,
.table-green-900 tbody + tbody {
  border-color: #828e8b;
}

.table-hover .table-green-900:hover {
  background-color: #afb6b5;
}
.table-hover .table-green-900:hover > td,
.table-hover .table-green-900:hover > th {
  background-color: #afb6b5;
}

.table-green-1000,
.table-green-1000 > th,
.table-green-1000 > td {
  background-color: #babdbc;
}
.table-green-1000 th,
.table-green-1000 td,
.table-green-1000 thead th,
.table-green-1000 tbody + tbody {
  border-color: #7f8583;
}

.table-hover .table-green-1000:hover {
  background-color: #adb1af;
}
.table-hover .table-green-1000:hover > td,
.table-hover .table-green-1000:hover > th {
  background-color: #adb1af;
}

.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: 539.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.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: 1023.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: 1279.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: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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, input#brandName {
  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: #545454;
  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, input#brandName {
    transition: none;
  }
}
.form-control::-ms-expand, input#brandName::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, input#brandName:focus {
  color: #545454;
  background-color: #fff;
  border-color: #d1ebb5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(146, 208, 81, 0.25);
}
.form-control::placeholder, input#brandName::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, input#brandName:disabled, .form-control[readonly], input[readonly]#brandName {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #545454;
}
select.form-control:focus::-ms-value {
  color: #545454;
  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: 0.875em;
  color: green;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 128, 0, 0.9);
  border-radius: 0.375rem;
}
.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, .was-validated input#brandName:valid, .form-control.is-valid, input.is-valid#brandName {
  border-color: green;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='green' 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, .was-validated input#brandName:valid:focus, .form-control.is-valid:focus, input.is-valid#brandName:focus {
  border-color: green;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: green;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='green' 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: green;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: green;
}
.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: green;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: green;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00b300;
  background-color: #00b300;
}
.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(0, 128, 0, 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: green;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: green;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: green;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25);
}

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

.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(219, 41, 62, 0.9);
  border-radius: 0.375rem;
}
.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, .was-validated input#brandName:invalid, .form-control.is-invalid, input.is-invalid#brandName {
  border-color: #DB293E;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DB293E' 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='%23DB293E' 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, .was-validated input#brandName:invalid:focus, .form-control.is-invalid:focus, input.is-invalid#brandName:focus {
  border-color: #DB293E;
  box-shadow: 0 0 0 0.2rem rgba(219, 41, 62, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #DB293E;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DB293E' 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='%23DB293E' 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: #DB293E;
  box-shadow: 0 0 0 0.2rem rgba(219, 41, 62, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DB293E;
}
.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: #DB293E;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #DB293E;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e25565;
  background-color: #e25565;
}
.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(219, 41, 62, 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: #DB293E;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DB293E;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #DB293E;
  box-shadow: 0 0 0 0.2rem rgba(219, 41, 62, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .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, .form-inline input#brandName {
    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;
  text-decoration: none;
  vertical-align: middle;
  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.375rem;
  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(146, 208, 81, 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: #212529;
  background-color: #92D051;
  border-color: #92D051;
}
.btn-primary:hover {
  color: #212529;
  background-color: #7fc535;
  border-color: #79bb33;
}
.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #7fc535;
  border-color: #79bb33;
  box-shadow: 0 0 0 0.2rem rgba(129, 182, 75, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #92D051;
  border-color: #92D051;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #79bb33;
  border-color: #72b130;
}
.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(129, 182, 75, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #DEEFF7;
  border-color: #DEEFF7;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #bfe0f0;
  border-color: #b5dbed;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #bfe0f0;
  border-color: #b5dbed;
  box-shadow: 0 0 0 0.2rem rgba(194, 209, 216, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #DEEFF7;
  border-color: #DEEFF7;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #b5dbed;
  border-color: #abd6eb;
}
.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(194, 209, 216, 0.5);
}

.btn-success {
  color: #fff;
  background-color: green;
  border-color: green;
}
.btn-success:hover {
  color: #fff;
  background-color: #005a00;
  border-color: #004d00;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #005a00;
  border-color: #004d00;
  box-shadow: 0 0 0 0.2rem rgba(38, 147, 38, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: green;
  border-color: green;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #004d00;
  border-color: #004000;
}
.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(38, 147, 38, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #DEEFF7;
  border-color: #DEEFF7;
}
.btn-info:hover {
  color: #212529;
  background-color: #bfe0f0;
  border-color: #b5dbed;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #bfe0f0;
  border-color: #b5dbed;
  box-shadow: 0 0 0 0.2rem rgba(194, 209, 216, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #DEEFF7;
  border-color: #DEEFF7;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #b5dbed;
  border-color: #abd6eb;
}
.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(194, 209, 216, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #FB6A38;
  border-color: #FB6A38;
}
.btn-warning:hover {
  color: #fff;
  background-color: #fa4e13;
  border-color: #fa4506;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #fa4e13;
  border-color: #fa4506;
  box-shadow: 0 0 0 0.2rem rgba(252, 128, 86, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #FB6A38;
  border-color: #FB6A38;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fa4506;
  border-color: #ee4105;
}
.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(252, 128, 86, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #DB293E;
  border-color: #DB293E;
}
.btn-danger:hover {
  color: #fff;
  background-color: #be2033;
  border-color: #b31e30;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #be2033;
  border-color: #b31e30;
  box-shadow: 0 0 0 0.2rem rgba(224, 73, 91, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #DB293E;
  border-color: #DB293E;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b31e30;
  border-color: #a81c2d;
}
.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(224, 73, 91, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-light:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}
.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(211, 211, 212, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #081411;
  border-color: #081411;
}
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(45, 55, 53, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #081411;
  border-color: #081411;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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(45, 55, 53, 0.5);
}

.btn-green-50 {
  color: #212529;
  background-color: #E9EFED;
  border-color: #E9EFED;
}
.btn-green-50:hover {
  color: #212529;
  background-color: #d3dfdb;
  border-color: #cbdad5;
}
.btn-green-50:focus, .btn-green-50.focus {
  color: #212529;
  background-color: #d3dfdb;
  border-color: #cbdad5;
  box-shadow: 0 0 0 0.2rem rgba(203, 209, 208, 0.5);
}
.btn-green-50.disabled, .btn-green-50:disabled {
  color: #212529;
  background-color: #E9EFED;
  border-color: #E9EFED;
}
.btn-green-50:not(:disabled):not(.disabled):active, .btn-green-50:not(:disabled):not(.disabled).active, .show > .btn-green-50.dropdown-toggle {
  color: #212529;
  background-color: #cbdad5;
  border-color: #c4d4cf;
}
.btn-green-50:not(:disabled):not(.disabled):active:focus, .btn-green-50:not(:disabled):not(.disabled).active:focus, .show > .btn-green-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 209, 208, 0.5);
}

.btn-green-100 {
  color: #212529;
  background-color: #BACCC8;
  border-color: #BACCC8;
}
.btn-green-100:hover {
  color: #212529;
  background-color: #a4bcb6;
  border-color: #9db6b1;
}
.btn-green-100:focus, .btn-green-100.focus {
  color: #212529;
  background-color: #a4bcb6;
  border-color: #9db6b1;
  box-shadow: 0 0 0 0.2rem rgba(163, 179, 176, 0.5);
}
.btn-green-100.disabled, .btn-green-100:disabled {
  color: #212529;
  background-color: #BACCC8;
  border-color: #BACCC8;
}
.btn-green-100:not(:disabled):not(.disabled):active, .btn-green-100:not(:disabled):not(.disabled).active, .show > .btn-green-100.dropdown-toggle {
  color: #212529;
  background-color: #9db6b1;
  border-color: #95b1ab;
}
.btn-green-100:not(:disabled):not(.disabled):active:focus, .btn-green-100:not(:disabled):not(.disabled).active:focus, .show > .btn-green-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 179, 176, 0.5);
}

.btn-green-300 {
  color: #fff;
  background-color: #6B9187;
  border-color: #6B9187;
}
.btn-green-300:hover {
  color: #fff;
  background-color: #5b7b73;
  border-color: #55746c;
}
.btn-green-300:focus, .btn-green-300.focus {
  color: #fff;
  background-color: #5b7b73;
  border-color: #55746c;
  box-shadow: 0 0 0 0.2rem rgba(129, 162, 153, 0.5);
}
.btn-green-300.disabled, .btn-green-300:disabled {
  color: #fff;
  background-color: #6B9187;
  border-color: #6B9187;
}
.btn-green-300:not(:disabled):not(.disabled):active, .btn-green-300:not(:disabled):not(.disabled).active, .show > .btn-green-300.dropdown-toggle {
  color: #fff;
  background-color: #55746c;
  border-color: #506c65;
}
.btn-green-300:not(:disabled):not(.disabled):active:focus, .btn-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 162, 153, 0.5);
}

.btn-green-500 {
  color: #fff;
  background-color: #225B4C;
  border-color: #225B4C;
}
.btn-green-500:hover {
  color: #fff;
  background-color: #183f35;
  border-color: #14362d;
}
.btn-green-500:focus, .btn-green-500.focus {
  color: #fff;
  background-color: #183f35;
  border-color: #14362d;
  box-shadow: 0 0 0 0.2rem rgba(67, 116, 103, 0.5);
}
.btn-green-500.disabled, .btn-green-500:disabled {
  color: #fff;
  background-color: #225B4C;
  border-color: #225B4C;
}
.btn-green-500:not(:disabled):not(.disabled):active, .btn-green-500:not(:disabled):not(.disabled).active, .show > .btn-green-500.dropdown-toggle {
  color: #fff;
  background-color: #14362d;
  border-color: #112d25;
}
.btn-green-500:not(:disabled):not(.disabled):active:focus, .btn-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 116, 103, 0.5);
}

.btn-green-700 {
  color: #fff;
  background-color: #184136;
  border-color: #184136;
}
.btn-green-700:hover {
  color: #fff;
  background-color: #0e251f;
  border-color: #0a1c17;
}
.btn-green-700:focus, .btn-green-700.focus {
  color: #fff;
  background-color: #0e251f;
  border-color: #0a1c17;
  box-shadow: 0 0 0 0.2rem rgba(59, 94, 84, 0.5);
}
.btn-green-700.disabled, .btn-green-700:disabled {
  color: #fff;
  background-color: #184136;
  border-color: #184136;
}
.btn-green-700:not(:disabled):not(.disabled):active, .btn-green-700:not(:disabled):not(.disabled).active, .show > .btn-green-700.dropdown-toggle {
  color: #fff;
  background-color: #0a1c17;
  border-color: #07120f;
}
.btn-green-700:not(:disabled):not(.disabled):active:focus, .btn-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 94, 84, 0.5);
}

.btn-green-800 {
  color: #fff;
  background-color: #132E35;
  border-color: #132E35;
}
.btn-green-800:hover {
  color: #fff;
  background-color: #091619;
  border-color: #060d0f;
}
.btn-green-800:focus, .btn-green-800.focus {
  color: #fff;
  background-color: #091619;
  border-color: #060d0f;
  box-shadow: 0 0 0 0.2rem rgba(54, 77, 83, 0.5);
}
.btn-green-800.disabled, .btn-green-800:disabled {
  color: #fff;
  background-color: #132E35;
  border-color: #132E35;
}
.btn-green-800:not(:disabled):not(.disabled):active, .btn-green-800:not(:disabled):not(.disabled).active, .show > .btn-green-800.dropdown-toggle {
  color: #fff;
  background-color: #060d0f;
  border-color: #020506;
}
.btn-green-800:not(:disabled):not(.disabled):active:focus, .btn-green-800:not(:disabled):not(.disabled).active:focus, .show > .btn-green-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 77, 83, 0.5);
}

.btn-green-900 {
  color: #fff;
  background-color: #0E2620;
  border-color: #0E2620;
}
.btn-green-900:hover {
  color: #fff;
  background-color: #040a08;
  border-color: #000101;
}
.btn-green-900:focus, .btn-green-900.focus {
  color: #fff;
  background-color: #040a08;
  border-color: #000101;
  box-shadow: 0 0 0 0.2rem rgba(50, 71, 65, 0.5);
}
.btn-green-900.disabled, .btn-green-900:disabled {
  color: #fff;
  background-color: #0E2620;
  border-color: #0E2620;
}
.btn-green-900:not(:disabled):not(.disabled):active, .btn-green-900:not(:disabled):not(.disabled).active, .show > .btn-green-900.dropdown-toggle {
  color: #fff;
  background-color: #000101;
  border-color: black;
}
.btn-green-900:not(:disabled):not(.disabled):active:focus, .btn-green-900:not(:disabled):not(.disabled).active:focus, .show > .btn-green-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 71, 65, 0.5);
}

.btn-green-1000 {
  color: #fff;
  background-color: #081411;
  border-color: #081411;
}
.btn-green-1000:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-green-1000:focus, .btn-green-1000.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(45, 55, 53, 0.5);
}
.btn-green-1000.disabled, .btn-green-1000:disabled {
  color: #fff;
  background-color: #081411;
  border-color: #081411;
}
.btn-green-1000:not(:disabled):not(.disabled):active, .btn-green-1000:not(:disabled):not(.disabled).active, .show > .btn-green-1000.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-green-1000:not(:disabled):not(.disabled):active:focus, .btn-green-1000:not(:disabled):not(.disabled).active:focus, .show > .btn-green-1000.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 55, 53, 0.5);
}

.btn-outline-primary {
  color: #92D051;
  border-color: #92D051;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #92D051;
  border-color: #92D051;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 208, 81, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #92D051;
  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: #212529;
  background-color: #92D051;
  border-color: #92D051;
}
.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(146, 208, 81, 0.5);
}

.btn-outline-secondary {
  color: #DEEFF7;
  border-color: #DEEFF7;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #DEEFF7;
  border-color: #DEEFF7;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 239, 247, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #DEEFF7;
  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: #212529;
  background-color: #DEEFF7;
  border-color: #DEEFF7;
}
.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(222, 239, 247, 0.5);
}

.btn-outline-success {
  color: green;
  border-color: green;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: green;
  border-color: green;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: green;
  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: green;
  border-color: green;
}
.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(0, 128, 0, 0.5);
}

.btn-outline-info {
  color: #DEEFF7;
  border-color: #DEEFF7;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #DEEFF7;
  border-color: #DEEFF7;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 239, 247, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #DEEFF7;
  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: #212529;
  background-color: #DEEFF7;
  border-color: #DEEFF7;
}
.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(222, 239, 247, 0.5);
}

.btn-outline-warning {
  color: #FB6A38;
  border-color: #FB6A38;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #FB6A38;
  border-color: #FB6A38;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 106, 56, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FB6A38;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #FB6A38;
  border-color: #FB6A38;
}
.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(251, 106, 56, 0.5);
}

.btn-outline-danger {
  color: #DB293E;
  border-color: #DB293E;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #DB293E;
  border-color: #DB293E;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 41, 62, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #DB293E;
  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: #DB293E;
  border-color: #DB293E;
}
.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(219, 41, 62, 0.5);
}

.btn-outline-light {
  color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F2F2F2;
  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: #F2F2F2;
  border-color: #F2F2F2;
}
.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(242, 242, 242, 0.5);
}

.btn-outline-dark {
  color: #081411;
  border-color: #081411;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #081411;
  border-color: #081411;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 20, 17, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #081411;
  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: #081411;
  border-color: #081411;
}
.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(8, 20, 17, 0.5);
}

.btn-outline-green-50 {
  color: #E9EFED;
  border-color: #E9EFED;
}
.btn-outline-green-50:hover {
  color: #212529;
  background-color: #E9EFED;
  border-color: #E9EFED;
}
.btn-outline-green-50:focus, .btn-outline-green-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 239, 237, 0.5);
}
.btn-outline-green-50.disabled, .btn-outline-green-50:disabled {
  color: #E9EFED;
  background-color: transparent;
}
.btn-outline-green-50:not(:disabled):not(.disabled):active, .btn-outline-green-50:not(:disabled):not(.disabled).active, .show > .btn-outline-green-50.dropdown-toggle {
  color: #212529;
  background-color: #E9EFED;
  border-color: #E9EFED;
}
.btn-outline-green-50:not(:disabled):not(.disabled):active:focus, .btn-outline-green-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 239, 237, 0.5);
}

.btn-outline-green-100 {
  color: #BACCC8;
  border-color: #BACCC8;
}
.btn-outline-green-100:hover {
  color: #212529;
  background-color: #BACCC8;
  border-color: #BACCC8;
}
.btn-outline-green-100:focus, .btn-outline-green-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 204, 200, 0.5);
}
.btn-outline-green-100.disabled, .btn-outline-green-100:disabled {
  color: #BACCC8;
  background-color: transparent;
}
.btn-outline-green-100:not(:disabled):not(.disabled):active, .btn-outline-green-100:not(:disabled):not(.disabled).active, .show > .btn-outline-green-100.dropdown-toggle {
  color: #212529;
  background-color: #BACCC8;
  border-color: #BACCC8;
}
.btn-outline-green-100:not(:disabled):not(.disabled):active:focus, .btn-outline-green-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 204, 200, 0.5);
}

.btn-outline-green-300 {
  color: #6B9187;
  border-color: #6B9187;
}
.btn-outline-green-300:hover {
  color: #fff;
  background-color: #6B9187;
  border-color: #6B9187;
}
.btn-outline-green-300:focus, .btn-outline-green-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 145, 135, 0.5);
}
.btn-outline-green-300.disabled, .btn-outline-green-300:disabled {
  color: #6B9187;
  background-color: transparent;
}
.btn-outline-green-300:not(:disabled):not(.disabled):active, .btn-outline-green-300:not(:disabled):not(.disabled).active, .show > .btn-outline-green-300.dropdown-toggle {
  color: #fff;
  background-color: #6B9187;
  border-color: #6B9187;
}
.btn-outline-green-300:not(:disabled):not(.disabled):active:focus, .btn-outline-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 145, 135, 0.5);
}

.btn-outline-green-500 {
  color: #225B4C;
  border-color: #225B4C;
}
.btn-outline-green-500:hover {
  color: #fff;
  background-color: #225B4C;
  border-color: #225B4C;
}
.btn-outline-green-500:focus, .btn-outline-green-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 91, 76, 0.5);
}
.btn-outline-green-500.disabled, .btn-outline-green-500:disabled {
  color: #225B4C;
  background-color: transparent;
}
.btn-outline-green-500:not(:disabled):not(.disabled):active, .btn-outline-green-500:not(:disabled):not(.disabled).active, .show > .btn-outline-green-500.dropdown-toggle {
  color: #fff;
  background-color: #225B4C;
  border-color: #225B4C;
}
.btn-outline-green-500:not(:disabled):not(.disabled):active:focus, .btn-outline-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 91, 76, 0.5);
}

.btn-outline-green-700 {
  color: #184136;
  border-color: #184136;
}
.btn-outline-green-700:hover {
  color: #fff;
  background-color: #184136;
  border-color: #184136;
}
.btn-outline-green-700:focus, .btn-outline-green-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 65, 54, 0.5);
}
.btn-outline-green-700.disabled, .btn-outline-green-700:disabled {
  color: #184136;
  background-color: transparent;
}
.btn-outline-green-700:not(:disabled):not(.disabled):active, .btn-outline-green-700:not(:disabled):not(.disabled).active, .show > .btn-outline-green-700.dropdown-toggle {
  color: #fff;
  background-color: #184136;
  border-color: #184136;
}
.btn-outline-green-700:not(:disabled):not(.disabled):active:focus, .btn-outline-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 65, 54, 0.5);
}

.btn-outline-green-800 {
  color: #132E35;
  border-color: #132E35;
}
.btn-outline-green-800:hover {
  color: #fff;
  background-color: #132E35;
  border-color: #132E35;
}
.btn-outline-green-800:focus, .btn-outline-green-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 46, 53, 0.5);
}
.btn-outline-green-800.disabled, .btn-outline-green-800:disabled {
  color: #132E35;
  background-color: transparent;
}
.btn-outline-green-800:not(:disabled):not(.disabled):active, .btn-outline-green-800:not(:disabled):not(.disabled).active, .show > .btn-outline-green-800.dropdown-toggle {
  color: #fff;
  background-color: #132E35;
  border-color: #132E35;
}
.btn-outline-green-800:not(:disabled):not(.disabled):active:focus, .btn-outline-green-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 46, 53, 0.5);
}

.btn-outline-green-900 {
  color: #0E2620;
  border-color: #0E2620;
}
.btn-outline-green-900:hover {
  color: #fff;
  background-color: #0E2620;
  border-color: #0E2620;
}
.btn-outline-green-900:focus, .btn-outline-green-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 38, 32, 0.5);
}
.btn-outline-green-900.disabled, .btn-outline-green-900:disabled {
  color: #0E2620;
  background-color: transparent;
}
.btn-outline-green-900:not(:disabled):not(.disabled):active, .btn-outline-green-900:not(:disabled):not(.disabled).active, .show > .btn-outline-green-900.dropdown-toggle {
  color: #fff;
  background-color: #0E2620;
  border-color: #0E2620;
}
.btn-outline-green-900:not(:disabled):not(.disabled):active:focus, .btn-outline-green-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 38, 32, 0.5);
}

.btn-outline-green-1000 {
  color: #081411;
  border-color: #081411;
}
.btn-outline-green-1000:hover {
  color: #fff;
  background-color: #081411;
  border-color: #081411;
}
.btn-outline-green-1000:focus, .btn-outline-green-1000.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 20, 17, 0.5);
}
.btn-outline-green-1000.disabled, .btn-outline-green-1000:disabled {
  color: #081411;
  background-color: transparent;
}
.btn-outline-green-1000:not(:disabled):not(.disabled):active, .btn-outline-green-1000:not(:disabled):not(.disabled).active, .show > .btn-outline-green-1000.dropdown-toggle {
  color: #fff;
  background-color: #081411;
  border-color: #081411;
}
.btn-outline-green-1000:not(:disabled):not(.disabled):active:focus, .btn-outline-green-1000:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-1000.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 20, 17, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1D99AE;
  text-decoration: underline;
}
.btn-link:hover {
  color: #1D99AE;
  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;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-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.375rem;
}

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

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

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

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

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

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

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

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

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.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::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;
  text-decoration: none;
  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: #92D051;
}
.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 > input#brandName,
.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 > input#brandName + .form-control, .input-group > .form-control + input#brandName, .input-group > input#brandName + input#brandName,
.input-group > .form-control + .custom-select,
.input-group > input#brandName + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > input#brandName + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + input#brandName,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + input#brandName,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + input#brandName,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > input#brandName: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 > input#brandName:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > input#brandName:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > input#brandName:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -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: #545454;
  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 > input#brandName:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > input#brandName,
.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 > input#brandName:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > input#brandName,
.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;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #92D051;
  background-color: #92D051;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(146, 208, 81, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d1ebb5;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #eaf6de;
  border-color: #eaf6de;
}
.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: 1px solid #adb5bd;
}
.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.375rem;
}
.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: #92D051;
  background-color: #92D051;
}
.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(146, 208, 81, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(146, 208, 81, 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(146, 208, 81, 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(146, 208, 81, 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: #545454;
  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.375rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #d1ebb5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(146, 208, 81, 0.25);
}
.custom-select:focus::-ms-value {
  color: #545454;
  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 #545454;
}

.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: #d1ebb5;
  box-shadow: 0 0 0 0.2rem rgba(146, 208, 81, 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: #545454;
  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: #545454;
  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;
  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(146, 208, 81, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(146, 208, 81, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(146, 208, 81, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #92D051;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #eaf6de;
}
.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: #92D051;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #eaf6de;
}
.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: #92D051;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #eaf6de;
}
.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;
  text-decoration: none;
}
.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;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.375rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #333333;
  background-color: "transparent";
}

.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-xs,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  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.375rem;
}
.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: 539.98px) {
  .navbar-expand-xs > .container,
.navbar-expand-xs > .container-fluid,
.navbar-expand-xs > .container-xs,
.navbar-expand-xs > .container-sm,
.navbar-expand-xs > .container-md,
.navbar-expand-xs > .container-lg,
.navbar-expand-xs > .container-xl,
.navbar-expand-xs > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 540px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
.navbar-expand-xs > .container-fluid,
.navbar-expand-xs > .container-xs,
.navbar-expand-xs > .container-sm,
.navbar-expand-xs > .container-md,
.navbar-expand-xs > .container-lg,
.navbar-expand-xs > .container-xl,
.navbar-expand-xs > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-xs,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .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-xs,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    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: 1023.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-xs,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .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-xs,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    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: 1279.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-xs,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .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-xs,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    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: 1439.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-xs,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .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-xs,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    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;
  }
}
@media (max-width: 1919.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-xs,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-xs,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  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-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  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.375rem;
}
.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.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 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.375rem - 1px) calc(0.375rem - 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.375rem - 1px) calc(0.375rem - 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.375rem - 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.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

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

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

.card-group > .card {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .card-columns {
    column-count: 3;
    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.375rem;
}

.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.375rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1D99AE;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #1D99AE;
  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(146, 208, 81, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #92D051;
  border-color: #92D051;
}
.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.375rem;
  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: #212529;
  background-color: #92D051;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #79bb33;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(146, 208, 81, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #DEEFF7;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #b5dbed;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 239, 247, 0.5);
}

.badge-success {
  color: #fff;
  background-color: green;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #004d00;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #DEEFF7;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #b5dbed;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 239, 247, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #FB6A38;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #fa4506;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 106, 56, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #DB293E;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #b31e30;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 41, 62, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #F2F2F2;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #d9d9d9;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #081411;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: black;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 20, 17, 0.5);
}

.badge-green-50 {
  color: #212529;
  background-color: #E9EFED;
}
a.badge-green-50:hover, a.badge-green-50:focus {
  color: #212529;
  background-color: #cbdad5;
}
a.badge-green-50:focus, a.badge-green-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 239, 237, 0.5);
}

.badge-green-100 {
  color: #212529;
  background-color: #BACCC8;
}
a.badge-green-100:hover, a.badge-green-100:focus {
  color: #212529;
  background-color: #9db6b1;
}
a.badge-green-100:focus, a.badge-green-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 204, 200, 0.5);
}

.badge-green-300 {
  color: #fff;
  background-color: #6B9187;
}
a.badge-green-300:hover, a.badge-green-300:focus {
  color: #fff;
  background-color: #55746c;
}
a.badge-green-300:focus, a.badge-green-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(107, 145, 135, 0.5);
}

.badge-green-500 {
  color: #fff;
  background-color: #225B4C;
}
a.badge-green-500:hover, a.badge-green-500:focus {
  color: #fff;
  background-color: #14362d;
}
a.badge-green-500:focus, a.badge-green-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 91, 76, 0.5);
}

.badge-green-700 {
  color: #fff;
  background-color: #184136;
}
a.badge-green-700:hover, a.badge-green-700:focus {
  color: #fff;
  background-color: #0a1c17;
}
a.badge-green-700:focus, a.badge-green-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 65, 54, 0.5);
}

.badge-green-800 {
  color: #fff;
  background-color: #132E35;
}
a.badge-green-800:hover, a.badge-green-800:focus {
  color: #fff;
  background-color: #060d0f;
}
a.badge-green-800:focus, a.badge-green-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 46, 53, 0.5);
}

.badge-green-900 {
  color: #fff;
  background-color: #0E2620;
}
a.badge-green-900:hover, a.badge-green-900:focus {
  color: #fff;
  background-color: #000101;
}
a.badge-green-900:focus, a.badge-green-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 38, 32, 0.5);
}

.badge-green-1000 {
  color: #fff;
  background-color: #081411;
}
a.badge-green-1000:hover, a.badge-green-1000:focus {
  color: #fff;
  background-color: black;
}
a.badge-green-1000:focus, a.badge-green-1000.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 20, 17, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .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.375rem;
}

.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: #4c6c2a;
  background-color: #e9f6dc;
  border-color: #e0f2ce;
}
.alert-primary hr {
  border-top-color: #d3edba;
}
.alert-primary .alert-link {
  color: #32471c;
}

.alert-secondary {
  color: #737c80;
  background-color: #f8fcfd;
  border-color: #f6fbfd;
}
.alert-secondary hr {
  border-top-color: #e1f2f8;
}
.alert-secondary .alert-link {
  color: #5b6265;
}

.alert-success {
  color: #004300;
  background-color: #cce6cc;
  border-color: #b8dbb8;
}
.alert-success hr {
  border-top-color: #a7d2a7;
}
.alert-success .alert-link {
  color: #001000;
}

.alert-info {
  color: #737c80;
  background-color: #f8fcfd;
  border-color: #f6fbfd;
}
.alert-info hr {
  border-top-color: #e1f2f8;
}
.alert-info .alert-link {
  color: #5b6265;
}

.alert-warning {
  color: #83371d;
  background-color: #fee1d7;
  border-color: #fed5c7;
}
.alert-warning hr {
  border-top-color: #fec2ae;
}
.alert-warning .alert-link {
  color: #592514;
}

.alert-danger {
  color: #721520;
  background-color: #f8d4d8;
  border-color: #f5c3c9;
}
.alert-danger hr {
  border-top-color: #f1adb5;
}
.alert-danger .alert-link {
  color: #470d14;
}

.alert-light {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eeeeee;
}
.alert-light .alert-link {
  color: #656565;
}

.alert-dark {
  color: #040a09;
  background-color: #ced0cf;
  border-color: #babdbc;
}
.alert-dark hr {
  border-top-color: #adb1af;
}
.alert-dark .alert-link {
  color: black;
}

.alert-green-50 {
  color: #797c7b;
  background-color: #fbfcfb;
  border-color: #f9fbfa;
}
.alert-green-50 hr {
  border-top-color: #eaf1ed;
}
.alert-green-50 .alert-link {
  color: #606261;
}

.alert-green-100 {
  color: #616a68;
  background-color: #f1f5f4;
  border-color: #ecf1f0;
}
.alert-green-100 hr {
  border-top-color: #dde6e4;
}
.alert-green-100 .alert-link {
  color: #494f4e;
}

.alert-green-300 {
  color: #384b46;
  background-color: #e1e9e7;
  border-color: #d6e0dd;
}
.alert-green-300 hr {
  border-top-color: #c7d5d1;
}
.alert-green-300 .alert-link {
  color: #222e2b;
}

.alert-green-500 {
  color: #122f28;
  background-color: #d3dedb;
  border-color: #c1d1cd;
}
.alert-green-500 hr {
  border-top-color: #b2c6c1;
}
.alert-green-500 .alert-link {
  color: #040a09;
}

.alert-green-700 {
  color: #0c221c;
  background-color: #d1d9d7;
  border-color: #becac7;
}
.alert-green-700 hr {
  border-top-color: #b0bfbb;
}
.alert-green-700 .alert-link {
  color: black;
}

.alert-green-800 {
  color: #0a181c;
  background-color: #d0d5d7;
  border-color: #bdc4c6;
}
.alert-green-800 hr {
  border-top-color: #afb8ba;
}
.alert-green-800 .alert-link {
  color: black;
}

.alert-green-900 {
  color: #071411;
  background-color: #cfd4d2;
  border-color: #bcc2c1;
}
.alert-green-900 hr {
  border-top-color: #afb6b5;
}
.alert-green-900 .alert-link {
  color: black;
}

.alert-green-1000 {
  color: #040a09;
  background-color: #ced0cf;
  border-color: #babdbc;
}
.alert-green-1000 hr {
  border-top-color: #adb1af;
}
.alert-green-1000 .alert-link {
  color: black;
}

@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.375rem;
}

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

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

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

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

.media-body {
  flex: 1;
}

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

.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;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #92D051;
  border-color: #92D051;
}
.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.375rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  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: 540px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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: 1024px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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: 1280px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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: 1440px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #4c6c2a;
  background-color: #e0f2ce;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #4c6c2a;
  background-color: #d3edba;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #4c6c2a;
  border-color: #4c6c2a;
}

.list-group-item-secondary {
  color: #737c80;
  background-color: #f6fbfd;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #737c80;
  background-color: #e1f2f8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #737c80;
  border-color: #737c80;
}

.list-group-item-success {
  color: #004300;
  background-color: #b8dbb8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #004300;
  background-color: #a7d2a7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004300;
  border-color: #004300;
}

.list-group-item-info {
  color: #737c80;
  background-color: #f6fbfd;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #737c80;
  background-color: #e1f2f8;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #737c80;
  border-color: #737c80;
}

.list-group-item-warning {
  color: #83371d;
  background-color: #fed5c7;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #83371d;
  background-color: #fec2ae;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #83371d;
  border-color: #83371d;
}

.list-group-item-danger {
  color: #721520;
  background-color: #f5c3c9;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721520;
  background-color: #f1adb5;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721520;
  border-color: #721520;
}

.list-group-item-light {
  color: #7e7e7e;
  background-color: #fbfbfb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7e7e7e;
  background-color: #eeeeee;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.list-group-item-dark {
  color: #040a09;
  background-color: #babdbc;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #040a09;
  background-color: #adb1af;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #040a09;
  border-color: #040a09;
}

.list-group-item-green-50 {
  color: #797c7b;
  background-color: #f9fbfa;
}
.list-group-item-green-50.list-group-item-action:hover, .list-group-item-green-50.list-group-item-action:focus {
  color: #797c7b;
  background-color: #eaf1ed;
}
.list-group-item-green-50.list-group-item-action.active {
  color: #fff;
  background-color: #797c7b;
  border-color: #797c7b;
}

.list-group-item-green-100 {
  color: #616a68;
  background-color: #ecf1f0;
}
.list-group-item-green-100.list-group-item-action:hover, .list-group-item-green-100.list-group-item-action:focus {
  color: #616a68;
  background-color: #dde6e4;
}
.list-group-item-green-100.list-group-item-action.active {
  color: #fff;
  background-color: #616a68;
  border-color: #616a68;
}

.list-group-item-green-300 {
  color: #384b46;
  background-color: #d6e0dd;
}
.list-group-item-green-300.list-group-item-action:hover, .list-group-item-green-300.list-group-item-action:focus {
  color: #384b46;
  background-color: #c7d5d1;
}
.list-group-item-green-300.list-group-item-action.active {
  color: #fff;
  background-color: #384b46;
  border-color: #384b46;
}

.list-group-item-green-500 {
  color: #122f28;
  background-color: #c1d1cd;
}
.list-group-item-green-500.list-group-item-action:hover, .list-group-item-green-500.list-group-item-action:focus {
  color: #122f28;
  background-color: #b2c6c1;
}
.list-group-item-green-500.list-group-item-action.active {
  color: #fff;
  background-color: #122f28;
  border-color: #122f28;
}

.list-group-item-green-700 {
  color: #0c221c;
  background-color: #becac7;
}
.list-group-item-green-700.list-group-item-action:hover, .list-group-item-green-700.list-group-item-action:focus {
  color: #0c221c;
  background-color: #b0bfbb;
}
.list-group-item-green-700.list-group-item-action.active {
  color: #fff;
  background-color: #0c221c;
  border-color: #0c221c;
}

.list-group-item-green-800 {
  color: #0a181c;
  background-color: #bdc4c6;
}
.list-group-item-green-800.list-group-item-action:hover, .list-group-item-green-800.list-group-item-action:focus {
  color: #0a181c;
  background-color: #afb8ba;
}
.list-group-item-green-800.list-group-item-action.active {
  color: #fff;
  background-color: #0a181c;
  border-color: #0a181c;
}

.list-group-item-green-900 {
  color: #071411;
  background-color: #bcc2c1;
}
.list-group-item-green-900.list-group-item-action:hover, .list-group-item-green-900.list-group-item-action:focus {
  color: #071411;
  background-color: #afb6b5;
}
.list-group-item-green-900.list-group-item-action.active {
  color: #fff;
  background-color: #071411;
  border-color: #071411;
}

.list-group-item-green-1000 {
  color: #040a09;
  background-color: #babdbc;
}
.list-group-item-green-1000.list-group-item-action:hover, .list-group-item-green-1000.list-group-item-action:focus {
  color: #040a09;
  background-color: #adb1af;
}
.list-group-item-green-1000.list-group-item-action.active {
  color: #fff;
  background-color: #040a09;
  border-color: #040a09;
}

.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: 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: 768px) {
  .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: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .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;
  white-space: normal;
  word-spacing: 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.375rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #081411;
  background-clip: padding-box;
  border: 1px solid #081411;
  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: #081411;
}
.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: #081411;
}

.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: #081411;
}
.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: #081411;
}

.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: #081411;
}
.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: #081411;
}
.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 #040908;
}

.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: #081411;
}
.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: #081411;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #040908;
  border-bottom: 1px solid black;
  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: white;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #92D051 !important;
}

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

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

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

.bg-success {
  background-color: green !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-green-50 {
  background-color: #E9EFED !important;
}

a.bg-green-50:hover, a.bg-green-50:focus,
button.bg-green-50:hover,
button.bg-green-50:focus {
  background-color: #cbdad5 !important;
}

.bg-green-100 {
  background-color: #BACCC8 !important;
}

a.bg-green-100:hover, a.bg-green-100:focus,
button.bg-green-100:hover,
button.bg-green-100:focus {
  background-color: #9db6b1 !important;
}

.bg-green-300 {
  background-color: #6B9187 !important;
}

a.bg-green-300:hover, a.bg-green-300:focus,
button.bg-green-300:hover,
button.bg-green-300:focus {
  background-color: #55746c !important;
}

.bg-green-500 {
  background-color: #225B4C !important;
}

a.bg-green-500:hover, a.bg-green-500:focus,
button.bg-green-500:hover,
button.bg-green-500:focus {
  background-color: #14362d !important;
}

.bg-green-700 {
  background-color: #184136 !important;
}

a.bg-green-700:hover, a.bg-green-700:focus,
button.bg-green-700:hover,
button.bg-green-700:focus {
  background-color: #0a1c17 !important;
}

.bg-green-800 {
  background-color: #132E35 !important;
}

a.bg-green-800:hover, a.bg-green-800:focus,
button.bg-green-800:hover,
button.bg-green-800:focus {
  background-color: #060d0f !important;
}

.bg-green-900 {
  background-color: #0E2620 !important;
}

a.bg-green-900:hover, a.bg-green-900:focus,
button.bg-green-900:hover,
button.bg-green-900:focus {
  background-color: #000101 !important;
}

.bg-green-1000 {
  background-color: #081411 !important;
}

a.bg-green-1000:hover, a.bg-green-1000:focus,
button.bg-green-1000:hover,
button.bg-green-1000:focus {
  background-color: black !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: #92D051 !important;
}

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

.border-success {
  border-color: green !important;
}

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

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

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

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

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

.border-green-50 {
  border-color: #E9EFED !important;
}

.border-green-100 {
  border-color: #BACCC8 !important;
}

.border-green-300 {
  border-color: #6B9187 !important;
}

.border-green-500 {
  border-color: #225B4C !important;
}

.border-green-700 {
  border-color: #184136 !important;
}

.border-green-800 {
  border-color: #132E35 !important;
}

.border-green-900 {
  border-color: #0E2620 !important;
}

.border-green-1000 {
  border-color: #081411 !important;
}

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

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !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: 540px) {
  .d-xs-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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: 1024px) {
  .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: 1280px) {
  .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: 1440px) {
  .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 (min-width: 1920px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .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: 1024px) {
  .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: 1280px) {
  .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: 1440px) {
  .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;
  }
}
@media (min-width: 1920px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 5rem !important;
}

.m-7 {
  margin: 7.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 7.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 7.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 7.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 5rem !important;
}

.p-7 {
  padding: 7.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 7.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 7.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 7.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 7.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -5rem !important;
}

.m-n7 {
  margin: -7.5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7.5rem !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: 540px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
.my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
.mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
.my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
.mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1,
.my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1,
.mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1,
.my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1,
.mx-xs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2,
.my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2,
.mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2,
.my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2,
.mx-xs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .mt-xs-3,
.my-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3,
.mx-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3,
.my-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3,
.mx-xs-3 {
    margin-left: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .mt-xs-4,
.my-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4,
.mx-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4,
.my-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4,
.mx-xs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .mt-xs-5,
.my-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5,
.mx-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5,
.my-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5,
.mx-xs-5 {
    margin-left: 3rem !important;
  }

  .m-xs-6 {
    margin: 5rem !important;
  }

  .mt-xs-6,
.my-xs-6 {
    margin-top: 5rem !important;
  }

  .mr-xs-6,
.mx-xs-6 {
    margin-right: 5rem !important;
  }

  .mb-xs-6,
.my-xs-6 {
    margin-bottom: 5rem !important;
  }

  .ml-xs-6,
.mx-xs-6 {
    margin-left: 5rem !important;
  }

  .m-xs-7 {
    margin: 7.5rem !important;
  }

  .mt-xs-7,
.my-xs-7 {
    margin-top: 7.5rem !important;
  }

  .mr-xs-7,
.mx-xs-7 {
    margin-right: 7.5rem !important;
  }

  .mb-xs-7,
.my-xs-7 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xs-7,
.mx-xs-7 {
    margin-left: 7.5rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
.py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
.px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
.py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
.px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1,
.py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1,
.px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1,
.py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1,
.px-xs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2,
.py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2,
.px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2,
.py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2,
.px-xs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .pt-xs-3,
.py-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3,
.px-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3,
.py-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3,
.px-xs-3 {
    padding-left: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pt-xs-4,
.py-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4,
.px-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4,
.py-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4,
.px-xs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .pt-xs-5,
.py-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5,
.px-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5,
.py-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5,
.px-xs-5 {
    padding-left: 3rem !important;
  }

  .p-xs-6 {
    padding: 5rem !important;
  }

  .pt-xs-6,
.py-xs-6 {
    padding-top: 5rem !important;
  }

  .pr-xs-6,
.px-xs-6 {
    padding-right: 5rem !important;
  }

  .pb-xs-6,
.py-xs-6 {
    padding-bottom: 5rem !important;
  }

  .pl-xs-6,
.px-xs-6 {
    padding-left: 5rem !important;
  }

  .p-xs-7 {
    padding: 7.5rem !important;
  }

  .pt-xs-7,
.py-xs-7 {
    padding-top: 7.5rem !important;
  }

  .pr-xs-7,
.px-xs-7 {
    padding-right: 7.5rem !important;
  }

  .pb-xs-7,
.py-xs-7 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xs-7,
.px-xs-7 {
    padding-left: 7.5rem !important;
  }

  .m-xs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xs-n1,
.my-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xs-n1,
.mx-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xs-n1,
.my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xs-n1,
.mx-xs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xs-n2,
.my-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xs-n2,
.mx-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xs-n2,
.my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xs-n2,
.mx-xs-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xs-n3 {
    margin: -1rem !important;
  }

  .mt-xs-n3,
.my-xs-n3 {
    margin-top: -1rem !important;
  }

  .mr-xs-n3,
.mx-xs-n3 {
    margin-right: -1rem !important;
  }

  .mb-xs-n3,
.my-xs-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n3,
.mx-xs-n3 {
    margin-left: -1rem !important;
  }

  .m-xs-n4 {
    margin: -1.5rem !important;
  }

  .mt-xs-n4,
.my-xs-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xs-n4,
.mx-xs-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xs-n4,
.my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xs-n4,
.mx-xs-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xs-n5 {
    margin: -3rem !important;
  }

  .mt-xs-n5,
.my-xs-n5 {
    margin-top: -3rem !important;
  }

  .mr-xs-n5,
.mx-xs-n5 {
    margin-right: -3rem !important;
  }

  .mb-xs-n5,
.my-xs-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n5,
.mx-xs-n5 {
    margin-left: -3rem !important;
  }

  .m-xs-n6 {
    margin: -5rem !important;
  }

  .mt-xs-n6,
.my-xs-n6 {
    margin-top: -5rem !important;
  }

  .mr-xs-n6,
.mx-xs-n6 {
    margin-right: -5rem !important;
  }

  .mb-xs-n6,
.my-xs-n6 {
    margin-bottom: -5rem !important;
  }

  .ml-xs-n6,
.mx-xs-n6 {
    margin-left: -5rem !important;
  }

  .m-xs-n7 {
    margin: -7.5rem !important;
  }

  .mt-xs-n7,
.my-xs-n7 {
    margin-top: -7.5rem !important;
  }

  .mr-xs-n7,
.mx-xs-n7 {
    margin-right: -7.5rem !important;
  }

  .mb-xs-n7,
.my-xs-n7 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xs-n7,
.mx-xs-n7 {
    margin-left: -7.5rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
.my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
.mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
.my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
.mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 5rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 5rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 5rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 5rem !important;
  }

  .m-sm-7 {
    margin: 7.5rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 7.5rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 5rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 5rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 5rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 5rem !important;
  }

  .p-sm-7 {
    padding: 7.5rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 7.5rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n6 {
    margin: -5rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -5rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -5rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -5rem !important;
  }

  .m-sm-n7 {
    margin: -7.5rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -7.5rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -7.5rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -7.5rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -7.5rem !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: 1024px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 5rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 5rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 5rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 5rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 5rem !important;
  }

  .m-md-7 {
    margin: 7.5rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 7.5rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 7.5rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 7.5rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 5rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 5rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 5rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 5rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 5rem !important;
  }

  .p-md-7 {
    padding: 7.5rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 7.5rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 7.5rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 7.5rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n6 {
    margin: -5rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -5rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -5rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -5rem !important;
  }

  .m-md-n7 {
    margin: -7.5rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -7.5rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -7.5rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -7.5rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -7.5rem !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: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 5rem !important;
  }

  .m-lg-7 {
    margin: 7.5rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 7.5rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 5rem !important;
  }

  .p-lg-7 {
    padding: 7.5rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 7.5rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n6 {
    margin: -5rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -5rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -5rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -5rem !important;
  }

  .m-lg-n7 {
    margin: -7.5rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -7.5rem !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: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 5rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 5rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 5rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 5rem !important;
  }

  .m-xl-7 {
    margin: 7.5rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 7.5rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 5rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 5rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 5rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 5rem !important;
  }

  .p-xl-7 {
    padding: 7.5rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 7.5rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n6 {
    margin: -5rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -5rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -5rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -5rem !important;
  }

  .m-xl-n7 {
    margin: -7.5rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -7.5rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -7.5rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -7.5rem !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;
  }
}
@media (min-width: 1920px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-6 {
    margin: 5rem !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 5rem !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 5rem !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 5rem !important;
  }

  .m-xxl-7 {
    margin: 7.5rem !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 7.5rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-6 {
    padding: 5rem !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 5rem !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 5rem !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 5rem !important;
  }

  .p-xxl-7 {
    padding: 7.5rem !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 7.5rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-n6 {
    margin: -5rem !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -5rem !important;
  }

  .m-xxl-n7 {
    margin: -7.5rem !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -7.5rem !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -7.5rem !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -7.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-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: 540px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-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: #92D051 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #6ca72d !important;
}

.text-secondary {
  color: #DEEFF7 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #a0d1e8 !important;
}

.text-success {
  color: green !important;
}

a.text-success:hover, a.text-success:focus {
  color: #003400 !important;
}

.text-info {
  color: #DEEFF7 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #a0d1e8 !important;
}

.text-warning {
  color: #FB6A38 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #e23d05 !important;
}

.text-danger {
  color: #DB293E !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #9d1a2a !important;
}

.text-light {
  color: #F2F2F2 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cccccc !important;
}

.text-dark {
  color: #081411 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-green-50 {
  color: #E9EFED !important;
}

a.text-green-50:hover, a.text-green-50:focus {
  color: #bdcfc9 !important;
}

.text-green-100 {
  color: #BACCC8 !important;
}

a.text-green-100:hover, a.text-green-100:focus {
  color: #8eaba5 !important;
}

.text-green-300 {
  color: #6B9187 !important;
}

a.text-green-300:hover, a.text-green-300:focus {
  color: #4b655e !important;
}

.text-green-500 {
  color: #225B4C !important;
}

a.text-green-500:hover, a.text-green-500:focus {
  color: #0d231d !important;
}

.text-green-700 {
  color: #184136 !important;
}

a.text-green-700:hover, a.text-green-700:focus {
  color: #030908 !important;
}

.text-green-800 {
  color: #132E35 !important;
}

a.text-green-800:hover, a.text-green-800:focus {
  color: black !important;
}

.text-green-900 {
  color: #0E2620 !important;
}

a.text-green-900:hover, a.text-green-900:focus {
  color: black !important;
}

.text-green-1000 {
  color: #081411 !important;
}

a.text-green-1000:hover, a.text-green-1000:focus {
  color: black !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;
  }

  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: 1280px !important;
  }

  .container {
    min-width: 1280px !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;
  }
}
.navbar {
  z-index: 10;
  /* layout for custom dropdown on the right, extending bootstrap dropdown */
}
.navbar .right .nav-item {
  position: static;
  /* marking new status with a red dot */
  /* remove caret, we could do this as SCSS variable if it is needed in more instances */
}
.navbar .right .nav-item.show, .navbar .right .nav-item.active {
  background-color: white;
  color: #333333;
}
.navbar .right .nav-item.show img, .navbar .right .nav-item.active img {
  /* to black */
  filter: invert(1);
  -webkit-filter: invert(1);
}
.navbar .right .nav-item .nav-link.new {
  position: relative;
}
.navbar .right .nav-item .nav-link.new::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  background-color: #FF5929;
  border-radius: 50%;
}
.navbar .right .nav-item .dropdown-toggle:after {
  content: none;
}
.navbar .right .nav-item .dropdown-menu {
  width: 384px;
  min-height: 60px;
  max-height: 505px;
  overflow: auto;
  background-color: white;
  left: auto;
  right: 0;
  top: calc(56px - 2px);
  z-index: 999;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 7px 0px #0000001F;
  border-bottom: 1ps solid #DEDEDE;
}
.navbar .right .nav-item .dropdown-menu .notification {
  height: 90px;
}
.navbar .nav-item.active .nav-link {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #00E5A9;
}

.navbar-dark #navbar-dash {
  box-sizing: border-box;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #59716d;
  width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link:hover img.nav-icon {
  opacity: 0.5;
}

.navbar-dark {
  background-color: #132E35;
}

.nav-pills .nav-item:not(:first-child) {
  margin-left: 1.5rem;
}
.nav-pills .nav-item .nav-link {
  color: #333333;
  border: 1px solid #DEDEDE;
  background: transparent;
}
.nav-pills .nav-item .nav-link:hover {
  font-weight: normal;
}
.nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link.active {
  border: 1px solid #54906D;
}

.btn:active, .btn:not(:disabled):active, .btn:not(.btn-collapse):focus, .btn:not(:disabled, .btn-collapse):focus {
  border: none !important;
  box-shadow: none !important;
}
.btn.btn-collapse:focus {
  box-shadow: none !important;
}
.btn:disabled {
  background-color: #E6E6E6;
  cursor: not-allowed;
}
.btn.btn-small-rect {
  border-radius: 0;
  padding-top: 0.19rem;
  padding-bottom: 0.19rem;
  border-color: #DEDEDE;
  white-space: nowrap;
  box-sizing: border-box;
}
.btn.btn-large, .btn.btn-medium, .btn.btn-small {
  border: none;
  font-weight: 600;
  border-radius: 0.5rem;
  box-sizing: border-box;
  font-size: 1.3125rem;
}
.btn.btn-large {
  padding: 1.25rem 2.5rem;
}
.btn.btn-medium {
  padding: 1rem 2rem;
}
.btn.btn-small {
  padding: 0.5rem 2rem;
  font-size: 1rem;
}
.btn.btn-primary:not(:disabled), .btn.btn-custom-confirm:not(:disabled) {
  background-color: #00E5A9;
}
.btn.btn-primary:not(:disabled):hover, .btn.btn-custom-confirm:not(:disabled):hover {
  background-color: #00DBA2;
}
.btn.btn-primary:not(:disabled):active, .btn.btn-custom-confirm:not(:disabled):active {
  background-color: #00C28F;
}
.btn.btn-secondary:not(:disabled) {
  color: white !important;
  background-color: #225B4C;
}
.btn.btn-secondary:not(:disabled):hover {
  background-color: #184136;
}
.btn.btn-secondary:not(:disabled):active {
  background-color: #0E2620;
}
.btn.btn-tertiary:not(:disabled) {
  color: #225B4C !important;
  background-color: transparent;
  border: 2px solid #6B9187 !important;
}
.btn.btn-tertiary:not(:disabled):active {
  background-color: #f0f0f0;
}
.btn.btn-danger:not(:disabled) {
  color: #DB293E !important;
  background-color: transparent;
  border: 2px solid #DB293E !important;
}
.btn.btn-danger:not(:disabled):hover {
  background-color: rgba(219, 41, 62, 0.1);
}
.btn.btn-danger:not(:disabled):active {
  background-color: rgba(219, 41, 62, 0.2);
}
.btn.btn-ghost:not(:disabled) {
  color: #225B4C;
}
.btn.btn-ghost:not(:disabled):active {
  background-color: #f0f0f0;
}
.btn.btn-text:not(:disabled) {
  color: inherit;
}
.btn.btn-text:not(:disabled):hover {
  font-weight: 400;
}
.btn.btn-nextstep:disabled {
  color: #B0B0B0;
}

.btn-small-rect.btn-outline-info {
  border-color: #8BC8E5;
}

/* Only /deals/new/ */
.btn-small-rect.green-button-group {
  position: relative;
  background-color: white;
  border-radius: 4px;
}

.btn-small-rect.green-button-group:hover {
  background-color: #D5E9DB;
  border-color: #15F29D;
}

input:checked ~ .btn-small-rect.green-button-group {
  background-color: #D5E9DB;
  border-color: #15F29D;
}

input:checked ~ .btn-small-rect.green-button-group:hover {
  background-color: #D5E9DB;
  border-color: #15F29D;
}

.green-button-group img.button-group-ok {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}

input:checked ~ .green-button-group img.button-group-ok {
  display: block;
  opacity: 1;
}

.green-button-group.newdeal-big {
  width: 25rem;
}

.green-button-group.newdeal-small {
  width: 16.45rem;
}

/* Only /deals/new/ */
.btn-small-rect.btn-info {
  border-style: none;
  background-color: white;
}

.btn-small-rect.btn-info:hover {
  background-color: #DEEFF7;
}

.btn-small-rect.btn-outline-green {
  border-color: #54906D;
}

.btn-small-rect.btn-green {
  background-color: #D5E9DB;
  border-color: #54906D;
}

.btn-small-rect.btn-green:hover {
  border-color: #0D915E;
}

.btn-small-rect.btn-outline-green:hover {
  background-color: #E4F5E9;
}

.btn-small-rect.btn-ok {
  color: #54906D;
}

.btn-small-rect.btn-ok:hover {
  background-color: #E8FEF5;
}

.btn-small-tab {
  border-radius: 0;
  margin: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-style: none;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: transparent;
  color: #8E8E8E;
  font-weight: 400;
}

.btn-small-tab.active, .btn-small-tab:hover:not(.disabled) {
  color: #1B3C3A;
  font-weight: 500;
}

.btn-small-tab.active, .btn-small-tab.disabled {
  cursor: default;
}

.btn-upload {
  border-color: #E8FEF5;
}
.btn-upload img {
  top: -2px;
}

.btn-upload:hover {
  border-color: #E8FEF5;
}

.btn-small-rect.btn-green-active {
  background-color: #E4F5E9;
  border-color: #54906D;
}

.btn-nextstep {
  background-color: #D5E9DB;
  font-size: 1.13rem;
  color: #54906D;
}

.btn-collapse, .btn-collapse-plus {
  position: relative;
}
.btn-collapse::after, .btn-collapse-plus::after {
  position: absolute;
  right: 1rem;
  /* Adjust this to position it correctly */
  top: 0;
  font-size: 1.5rem;
}
.btn-collapse:focus, .btn-collapse-plus:focus {
  outline: none;
}

.btn-collapse {
  padding-right: 2.75rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  border-radius: 0;
  border-bottom: 1px solid #8BC8E5;
}
.btn-collapse::after {
  font-family: "iconfont-trusc" !important;
  vertical-align: middle;
  content: "";
}
.btn-collapse[aria-expanded=true]::after {
  content: "";
}
.btn-collapse.icon-below {
  padding: 0 0 2rem 0;
}
.btn-collapse.icon-below::after {
  font-size: 2rem;
  right: calc(50% - 1rem);
  /* centered = 50% - half icon width */
  top: 1.5rem;
}
.btn-collapse.icon-below[aria-expanded=true]::after {
  color: #00E5A9;
}

.btn-collapse.btn-excel-collapse {
  margin-top: 1.5rem;
  border-bottom-style: none;
  background-color: #BACCC8;
}
.btn-collapse.btn-excel-collapse.collapsed {
  background-color: #E9EFED;
}

.btn-collapse-plus::after {
  content: "+";
  /* Add the plus symbol */
  position: absolute;
  right: 1rem;
  /* Adjust this to position it correctly */
  font-size: 1.5rem;
  /* Adjust size as necessary */
  font-weight: 400;
  color: #333333;
  /* Use the appropriate color variable */
}
.btn-collapse-plus[aria-expanded=true]::after {
  content: "-";
  /* Add the plus symbol */
}

.collapsing.no-animation {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.clip {
  overflow: hidden;
}

button.star-rating {
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
}
button.star-rating img {
  position: relative;
  top: -1px;
}

button.star-rating:hover {
  background-color: #f0f0f0;
}

.chat-msg .reply-to, .chat-form .reply-to {
  background-color: white;
  border-left: 7px solid #8BC8E5;
}
.chat-msg textarea, .chat-form textarea {
  resize: none;
}
.chat-msg .btn-chat, .chat-form .btn-chat {
  background-color: #11C17E;
  border-color: #11C17E;
}

.unread {
  background-color: #E4F5E9;
}

.icon-RED {
  color: RED;
}

.icon-ORANGE {
  color: ORANGE;
}

.icon-YELLOW {
  color: YELLOW;
}

.icon-GREEN {
  color: GREEN;
}

.icon-GRAY {
  color: GRAY;
  display: none !important;
}

.iconfont-notebooks:before {
  content: "";
}

.iconfont-desktops:before {
  content: "";
}

.iconfont-server:before {
  content: "";
}

.iconfont-monitors:before {
  content: "";
}

.iconfont-smartphones-and-tablets:before {
  content: "";
}

.iconfont-smartphones:before {
  content: "";
}

.iconfont-tablets:before {
  content: "";
}

.iconfont-mfdevices:before {
  content: "";
}

.iconfont-accessories:before {
  content: "";
}

.iconfont-misc:before {
  content: "";
}

.iconfont-items:before {
  content: "";
}

.iconfont-itemServices:before {
  content: "";
}

.iconfont-pickup:before,
.iconfont-pickups:before {
  content: "";
}

.iconfont-details:before {
  content: "";
}

.iconfont-dealVenture:before {
  content: "";
}

.iconfont-dealUser:before {
  content: "";
}

.iconfont-deactivate:before {
  content: "";
}

.iconfont-collapse:before,
.iconfont-dropdown:before {
  content: "";
}

a:not(.collapsed) .iconfont-collapse:before,
button:not(.collapsed) .iconfont-collapse:before,
.btn-active .iconfont-dropdown:before {
  content: "";
}

.icon-inline {
  vertical-align: middle;
}

.icon-large {
  font-size: 2rem;
  /* 32px */
}

.icon-medium {
  font-size: 1.5rem;
  /* 24px */
}

.icon-spacer-medium {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.icon-small {
  font-size: 1rem;
  /* 16px */
}

.icon-spacer-small {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-size: contain;
}

.img-icon-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.ABC {
  min-width: 35px;
}

.device-quality {
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  width: 31px;
  height: 23px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #aaa;
}

.device-quality-A,
.grade-version-2-1,
.grade-version-2-2 {
  color: #0A3C23;
  background-color: #53b353;
}

.device-quality-B {
  color: #3D6F52;
  background-color: #8DC1A3;
}

.device-quality-C,
.grade-version-2-3,
.grade-version-2-4 {
  color: #723CB8;
  background-color: #C7A7EF;
}

.device-quality-D,
.grade-version-2-5,
.grade-version-2-6 {
  color: #1D6588;
  background-color: #76C9F2;
}

.device-quality-E,
.grade-version-2-7 {
  color: #FB6A38;
  background-color: #F4BF99;
}

.device-quality-F,
.grade-version-2-8 {
  color: #DF422D;
  background-color: #EEA79D;
}

/* provisoric */
.partner-border {
  border-left: mediumpurple solid 3px;
  border-right: mediumpurple solid 3px;
}

.partner-badge {
  position: relative;
}
.partner-badge::after {
  content: "★";
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 2rem;
  color: yellow;
  text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000;
  background-color: transparent;
}

/* provisoric/ */
.partner-badge-market {
  position: relative;
  padding-left: 2.5rem;
}

.partner-badge-market-image {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
}

.ui-datepicker .ui-datepicker-header {
  border-style: none;
  background-color: white;
}

.ui-datepicker {
  width: auto !important;
  border-radius: 4px !important;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  padding-left: 18px !important;
  padding-right: 20px !important;
}

.daterangepicker .calendar-table th.month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  font-size: 18px;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-weight: 500;
}

.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-e {
  background-position: -2px -2px;
  background-image: url("/img/datepickers/arrow-right.svg");
}

.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-w {
  background-position: -2px -2px;
  background-image: url("/img/datepickers/arrow-left.svg");
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background-color: transparent;
  border-style: none;
}

.ui-datepicker .ui-datepicker-calendar thead th {
  font-size: 15px;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-weight: 400;
  color: #8A8A8A;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-default {
  text-align: center;
  background-color: transparent;
  border-style: none;
  border-radius: 100px;
}

.ui-datepicker .ui-datepicker-calendar {
  margin-top: 12px;
}

.ui-datepicker .ui-datepicker-calendar td a {
  width: 28px !important;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-default.ui-state-hover {
  background-color: #E6E6E6;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-default.ui-state-active {
  background-color: #00E5A9;
  color: #333333;
  font-weight: 600;
}

.ui-datepicker td {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.daterangepicker {
  padding-top: 18px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 22px !important;
}

.daterangepicker .calendar-table th.next.available {
  background-repeat: no-repeat;
  background-position: right 2px top 2px;
  background-image: url("/img/datepickers/arrow-right.svg");
}

.daterangepicker .calendar-table th.prev.available {
  background-repeat: no-repeat;
  background-position: left 2px top 2px;
  background-image: url("/img/datepickers/arrow-left.svg");
}

.daterangepicker .calendar-table th.next.available > span,
.daterangepicker .calendar-table th.prev.available > span {
  opacity: 0;
}

.daterangepicker th.available:hover {
  background-color: transparent !important;
}

.daterangepicker .calendar-table tr:nth-of-type(2) th {
  padding-top: 26px;
  padding-bottom: 12px;
  font-size: 15px !important;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif !important;
  font-weight: 400 !important;
  color: #8A8A8A;
}

.daterangepicker .calendar-table td {
  padding-left: 15px;
  padding-right: 15px;
}

.daterangepicker .drp-calendar {
  max-width: 1000px !important;
}

.daterangepicker .calendar-table td.ends.off {
  opacity: 0;
  pointer-events: none;
}

.daterangepicker .calendar-table td {
  font-size: 15px !important;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif !important;
  font-weight: 400 !important;
}

.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.active:hover {
  color: #333333;
  font-weight: 600;
}

.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.in-range,
.daterangepicker .calendar-table td.active:hover,
.daterangepicker .calendar-table td.in-range:hover {
  background-color: #00E5A9;
}

.daterangepicker .calendar-table td.active.start-date {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.daterangepicker .calendar-table td.active.end-date {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.daterangepicker .calendar-table td:hover:not(.active):not(.in-range) {
  border-radius: 100px;
}

.daterangepicker .drp-buttons {
  border-top-style: none !important;
}

.daterangepicker .drp-buttons .btn {
  border-radius: 0 !important;
  font-size: 14px !important;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif !important;
  font-weight: 500 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-width: 125px;
}

.daterangepicker .applyBtn {
  border-style: none !important;
  background-color: #11C17E;
}

.daterangepicker .applyBtn:hover {
  background-color: #15F29D;
}

.daterangepicker .cancelBtn {
  float: left;
  border-style: solid !important;
  border-color: #11C17E;
}

.daterangepicker .cancelBtn:hover {
  border-color: #15F29D;
}

.counter {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.12) 0%, #fafafa 100%);
  border: 1px solid #E6E6E6;
  backdrop-filter: blur(2.5px);
  z-index: 1000;
}
.counter .counter-display {
  border: 1px solid #E6E6E6;
  background-color: #fff;
  height: 3rem;
  padding: 0.25rem;
  border-radius: 0.5rem;
}
.counter .counter-display .counter-display-gradient {
  mask-image: linear-gradient(to bottom, transparent, black 0.5rem, black 3rem, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 0.25rem, black 2.25rem, transparent);
  height: 2.5rem;
  padding: 0.25rem 0;
  overflow: hidden;
}
.counter .counter-display .counter-display-gradient .digit {
  position: relative;
  padding: 0 0.5rem;
  text-align: center;
  color: #6B9187;
  line-height: 2.25rem;
}
.counter .counter-display .counter-display-gradient .digit:not(:last-child) {
  border-right: 1px solid #BACCC8;
}
.counter .counter-display .counter-display-gradient .digit .digit-inner {
  width: 1.5rem;
}
.counter .counter-display.expanded {
  height: 6rem;
  padding: 4px;
  border: none;
  background: linear-gradient(to right, #6B9187, #00E5A9);
  /* Fancy gradient magic! */
}
.counter .counter-display.expanded .counter-display-inner {
  background: white;
  border-radius: 0.4rem;
  height: 100%;
  padding: 1.125rem 0.5rem;
}
.counter .counter-display.expanded .counter-display-inner .counter-display-gradient {
  mask-image: linear-gradient(to bottom, transparent, black 0.5rem, black 3rem, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 0.5rem, black 3rem, transparent);
  height: 3.25rem;
  padding: 0.5rem 0;
  overflow: hidden;
}
.counter .counter-display.expanded .counter-display-inner .digit {
  line-height: 2.25rem;
  font-size: 2.25rem;
}
.counter .counter-display.expanded .counter-display-inner .digit .digit-inner {
  width: 1.75rem;
}

.table {
  color: #545454;
  border: none;
}
.table.caption-top caption {
  caption-side: top;
}
.table thead th {
  font-size: 0.875rem;
  border: none;
}
.table tbody td {
  background-color: #fafafa;
}

#start-screen-left-passepartout {
  width: 100%;
  height: calc(100% - 50px);
  margin-top: 25px;
  background-color: #081411;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/img/login/background.png");
  background-repeat: no-repeat;
  background-position: center 80px;
}

#start-screen-left-passepartout .section-1 {
  height: 115px;
  margin-top: 50px;
  text-align: center;
}

#start-screen-left-passepartout .section-2 {
  height: calc(100% - 290px);
  text-align: center;
}

#start-screen-left-passepartout .section-3 {
  text-align: center;
}

.start-screen-infobox {
  text-align: left;
  background-color: rgba(24, 65, 54, 0.5);
  width: 550px;
  border-radius: 8px;
  padding: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-style: solid;
  border-width: thin;
  border-color: rgba(246, 246, 246, 0.1);
  backdrop-filter: blur(20px);
}

@media (min-width: 1920px) {
  #start-screen-left-passepartout {
    background-size: 100% auto;
  }
}
@media (max-width: 1024px) {
  #start-screen, #start-screen-row {
    display: block;
  }

  #start-screen-left {
    display: block;
    height: 138px;
    width: 100%;
    max-width: 100%;
  }

  #start-screen-left-passepartout {
    margin: 0;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    background-size: cover;
    background-position: center;
  }

  #start-screen-right {
    position: static;
    width: 100%;
    display: block;
    min-height: auto;
    height: auto;
    max-height: 9999px;
  }

  body {
    min-width: 0;
  }

  #start-screen-left-passepartout .section-1 {
    height: 100%;
    margin: 0;
    margin-top: 0 !important;
  }

  #start-screen-left-passepartout .section-2,
#start-screen-left-passepartout .section-3 {
    display: none;
  }
}
@media (min-width: 1281px) {
  #start-screen-left-passepartout .section-1 img {
    width: 400px;
  }
}
@media (max-width: 1280px) {
  .start-screen-infobox {
    width: 352px;
    padding: 1.5rem;
  }

  .start-screen-infobox .ts-title1-bold {
    font-size: 1rem;
  }

  .start-screen-infobox .ts-title2 {
    font-size: 0.75rem;
  }
}
@media (max-height: 900px) {
  #start-screen-left-passepartout .section-2 table tr:nth-of-type(3) {
    height: 75px;
    display: none;
  }

  #start-screen-left-passepartout .section-1 {
    margin-top: 30px;
  }
}
@media (max-height: 720px) {
  #start-screen-left-passepartout .section-2 table tr:nth-of-type(2) {
    display: none;
  }
}
@media (max-height: 550px) {
  #start-screen-left-passepartout .section-2 table tr {
    display: none;
  }
}
#start-screen-right-content {
  height: calc(100% - 50px);
}

#start-screen-right-footer {
  height: 50px;
}

#start-screen-right-footer td > div {
  padding-right: 3rem;
  padding-bottom: 14px;
}

.search-input {
  background: url("/img/search-green.svg") no-repeat scroll 7px 7px;
  padding-left: 30px;
  /* Adjust this value based on the size of your icon */
  background-size: 16px;
  /* Adjust icon size if necessary */
  background-color: #F9F9F9;
  border: #F9F9F9 solid 1px;
  border-radius: 0.75rem;
  width: 90% !important;
}

.search-input::placeholder {
  opacity: 0.5;
}

.ki-suggestion-container {
  position: absolute;
  margin-top: 0.5rem;
  left: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  box-shadow: 0px 2px 7px 0px #0000001F;
  background-color: white;
  border-radius: 0.5rem;
  z-index: 9999;
  border-style: solid;
  border-width: 2px;
  width: 100%;
  overflow-y: auto;
}

.btn-ki-suggestion {
  position: relative;
  transition: opacity 2.25s;
  display: block;
  width: 100%;
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  /*white-space: nowrap;*/
  border-style: none;
  background-color: white;
  text-align: left;
  color: #333333;
}

.btn-ki-suggestion:hover, .btn-ki-suggestion:focus {
  text-decoration: none;
  font-weight: normal;
  background-color: #f0f0f0;
  color: #333333;
}

#ki-search {
  position: relative;
  border-radius: 100px;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  border-width: 2px;
}
#ki-search #ki-search-inner-container {
  position: absolute;
  top: 0;
  left: 2.5rem;
  height: 150%;
  width: calc(100% - 2.5rem - 8.5rem - 2px);
  overflow-x: auto;
  overflow-y: visible;
}
#ki-search #ki-search-inner-container span.device-buttons {
  white-space: nowrap;
}
#ki-search #ki-search-inner-container span.device-buttons .btn-ki-device-select {
  margin-top: 5px;
  margin-right: 5px;
  min-width: 8%;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
#ki-search #ki-search-inner-container span.ki-search-inputs {
  white-space: nowrap;
}
#ki-search #ki-search-inner-container span.ki-search-inputs form {
  padding-left: 2px;
  display: inline;
}
#ki-search #ki-search-inner-container span.ki-search-inputs form input.ki-search-input {
  margin-top: 6px;
  border-style: none;
}
#ki-search #ki-search-inner-container span.ki-search-inputs form input.ki-search-input.ki-transparent {
  opacity: 0;
}
#ki-search #ki-search-inner-container #label-guided-search-finished.search-finished .pickup-not-selected {
  display: none;
}
#ki-search #ki-search-inner-container #label-guided-search-finished:not(.search-finished) .pickup-selected {
  display: none;
}

#ki-search-make-line-item {
  width: 8.5rem;
}

#ki-search-make-line-item > button {
  margin-right: 1px;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  width: 8.5rem;
  padding-top: calc(0.4375rem + 0px);
  padding-bottom: calc(0.4375rem + 0px);
  border-style: none;
}

#ki-search, .ki-suggestion-container, .ki-gradient-border {
  border-color: transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #00E5A9, #92A8FF, #00E5A9) border-box;
}

.rainbow-text {
  background-clip: text;
  background-image: linear-gradient(to right, #00E5A9, #92A8FF, #00E5A9);
  color: transparent;
}

#ki-search-pickup-list {
  right: 0;
  min-width: 360px !important;
  top: -0.25rem;
}

#select-pickup-for-ki-search {
  height: 0;
  opacity: 0;
}

.magic-wand {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 0.35rem);
  height: 3.1rem;
  pointer-events: none;
  z-index: 101;
}
.magic-wand .magic-wand-strap {
  position: absolute;
  top: 2px;
  left: calc(100% - 1rem);
  width: 2rem;
  height: 2rem;
  border-style: solid;
  border-width: 2px;
  pointer-events: auto;
  z-index: 2;
}
.magic-wand.flipped .magic-wand-strap {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-width: 0;
}
.magic-wand.flipped .ki-suggestion-container {
  border-bottom-right-radius: 0;
  bottom: calc(100% - 4px);
}
.magic-wand:not(.flipped) .magic-wand-strap {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-width: 0;
}
.magic-wand:not(.flipped) .ki-suggestion-container {
  border-top-right-radius: 0;
  top: 2rem;
}
.magic-wand .ki-suggestion-container {
  z-index: 1;
  margin-top: 0;
  width: calc(100% + 1rem);
  pointer-events: auto;
}
.magic-wand a.magic-wand-button {
  position: absolute;
  top: 2px;
  left: calc(100% - 1rem);
  width: 2rem;
  text-align: center;
  background-color: transparent;
  text-decoration: none;
  pointer-events: auto;
  z-index: 3;
}
.magic-wand .magic-wand-circle {
  position: absolute;
  top: 2px;
  left: calc(100% - 1rem);
  width: 2rem;
  height: 2rem;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px;
  pointer-events: auto;
}

.magic-wand.expanded .magic-wand-circle {
  display: none;
}

.magic-wand:not(.expanded) .magic-wand-strap,
.magic-wand:not(.expanded) .ki-suggestion-container {
  display: none;
}

form.item.device-selected .row.device-item .magic-wand,
form.item:not(.active) .row.device-item .magic-wand {
  display: none;
}

form.item.devices-recognized.active .row.device-item {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-image: linear-gradient(to right, #00E5A9, #92A8FF, #00E5A9);
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) padding-box, linear-gradient(to right, #00E5A9, #92A8FF, #00E5A9) border-box;
  box-shadow: 0px 2px 7px 0px #0000001F;
  box-sizing: border-box;
}

#magic_wand_expand_container {
  position: absolute;
  pointer-events: none;
}

#magic_wand_expand_container.cramped .magic-wand.expanded.flipped .ki-suggestion-container {
  border-bottom-right-radius: 0.5rem;
}
#magic_wand_expand_container.cramped .magic-wand.expanded.flipped .magic-wand-strap {
  opacity: 0;
}

input[name=brandName] ~ hr.form-control-hr,
input[name=model] ~ hr.form-control-hr,
input[name=series] ~ hr.form-control-hr,
input[name=cpu] ~ hr.form-control-hr,
input[name=graphicsCard] ~ hr.form-control-hr,
input[name=hddSize] ~ hr.form-control-hr,
input[name=memoryQty] ~ hr.form-control-hr {
  border-color: transparent;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) padding-box, linear-gradient(to right, #00E5A9, #92A8FF, #00E5A9) border-box;
}

#kisearch-legends {
  min-height: 2.3rem;
}

.bg-ki-search {
  background-image: url("/img/KI_search_bgsmall.svg");
  background-position: top 0 right 16px;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .bg-ki-search {
    background-image: url("/img/KI_search_bg.svg");
  }
}
#ki-search-reset {
  position: absolute;
  bottom: -1.25rem;
  left: 0;
}

.announcements-block .form-control, .announcements-block input#brandName {
  padding: 0.35rem 1rem;
}
.announcements-block .description {
  padding-top: 0.15rem;
}

#excel-import .modal-dialog {
  width: 1096px;
}

#excel-import-preview .modal-dialog {
  width: 1436px;
}

@media (min-width: 1440px) {
  #excel-import-preview .modal-dialog {
    max-width: 1436px;
  }
}
@media (min-height: 500px) {
  #excel-import-preview .modal-dialog .modal-content {
    max-height: calc(100% - 3.5rem);
  }
  #excel-import-preview .modal-dialog .modal-content .modal-body {
    overflow-y: auto;
    max-height: 400px;
  }
}
#excel-import .modal-dialog table.import-table, #excel-import-preview .modal-dialog table.import-table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}
#excel-import .modal-dialog table.import-table .checkbox-td, #excel-import-preview .modal-dialog table.import-table .checkbox-td {
  max-width: 2.5rem;
  width: 2.5rem;
  text-align: center;
}
#excel-import .modal-dialog .modal-footer, #excel-import-preview .modal-dialog .modal-footer {
  box-shadow: -7px -4px 15px 0px #0000001F;
  backdrop-filter: blur(10px);
}
#excel-import .modal-dialog .modal-footer button, #excel-import-preview .modal-dialog .modal-footer button {
  min-width: 196px;
}
#excel-import .modal-dialog .import-table-container, #excel-import-preview .modal-dialog .import-table-container {
  overflow-x: auto;
}
#excel-import .modal-dialog .import-table-container .import-table-inner-container, #excel-import-preview .modal-dialog .import-table-container .import-table-inner-container {
  width: 4000px;
}

#excel-import-preview .import-table {
  margin-bottom: 1rem;
}
#excel-import-preview .import-table .excel-preview-formelement {
  width: 100%;
  overflow: visible;
  display: block;
  background-color: transparent;
  border-style: none;
}
#excel-import-preview .import-table .excel-preview-formelement:focus {
  background-color: white;
}
#excel-import-preview .import-table .excel-preview-autosizer {
  xpadding-left: 5px;
  xpadding-right: 5px;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#excel-import-preview .import-table .custom-checkbox input[type=checkbox].discrete:checked ~ div {
  background-image: url("/img/checkbox-discrete-active.svg");
}
#excel-import-preview .import-table tr.import_disabled td:not(.checkbox-td) * {
  opacity: 0.2;
  pointer-events: none;
}

.pagination .active {
  font-size: 1.3rem;
  line-height: 1rem;
}

/*#8392a1;*/
h1, .h1 {
  font-size: 1.875rem;
  color: #1D3B3F;
  font-weight: 400;
}

h2, .h2 {
  font-size: 1.5rem;
  color: #1D3B3F;
}

h3, .h3 {
  font-size: 1rem;
  color: #1D3B3F;
}

.chapter h3 {
  font-size: 1.3rem;
}

/* new text styles */
a:hover {
  font-weight: 600;
}

a.info, input.info, button.info {
  color: #1D99AE;
}

.ts-h2, .ts-h2-bold {
  font-size: 1.6875rem;
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
}
@media (min-width: 768px) {
  .ts-h2, .ts-h2-bold {
    font-size: 2.9375rem;
  }
}
@media (min-width: 1024px) {
  .ts-h2, .ts-h2-bold {
    font-size: 3.8125rem;
  }
}

.ts-h2-bold {
  font-weight: 700;
}

.ts-h3, .ts-h3-bold {
  font-size: 1.6875rem;
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
}
@media (min-width: 768px) {
  .ts-h3, .ts-h3-bold {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .ts-h3, .ts-h3-bold {
    font-size: 2.9375rem;
  }
}

.ts-h3-bold {
  font-weight: 700;
}

.ts-h4, .ts-h4-bold {
  font-size: 1.6875rem;
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
}
@media (min-width: 768px) {
  .ts-h4, .ts-h4-bold {
    font-size: 2.25rem;
  }
}

.ts-h4-bold {
  font-weight: 700;
}

.ts-h5, .ts-h5-bold {
  font-size: 1.3125rem;
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
}
@media (min-width: 768px) {
  .ts-h5, .ts-h5-bold {
    font-size: 1.6875rem;
  }
}

.ts-h5-bold {
  font-weight: 700;
}

.ts-title1, .ts-title1-bold {
  font-size: 1rem;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  color: #1D3B3F;
}
@media (min-width: 768px) {
  .ts-title1, .ts-title1-bold {
    font-size: 1.3125rem;
  }
}

.ts-title1-bold {
  font-weight: bold;
}

.ts-title2, .ts-title2-bold {
  font-size: 1rem;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  color: #1D3B3F;
}

.ts-title2-bold {
  font-weight: bold;
}

.ts-body, .ts-body-bold {
  font-size: 0.75rem;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  color: #1D3B3F;
}

.ts-body-bold {
  font-weight: bold;
}

.ts-caption {
  font-size: 0.5625rem;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
}

a.txt-black, a.txt-black-link {
  color: #000000;
  text-decoration: none;
}

a.txt-black-link:hover {
  color: #6B9187;
  text-decoration: underline;
}

/* new text styles/ */
a.underline {
  font-weight: 500;
  color: #333333;
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

/*#8392a1;*/
/* Layout sizes */
/*#8392a1;*/
/* Layout sizes */
/* --------------------------
:: 2.0 orientation related display CSS Start
-------------------------- */
@media (orientation: landscape) {
  .portrait {
    display: none;
  }

  .landscape {
    display: block;
  }
}
@media (orientation: portrait) {
  .portrait {
    display: block;
  }

  .landscape {
    display: none;
  }
}
body {
  height: 100%;
  background-color: white;
  color: #333333;
  position: relative;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

ul.list-checked {
  list-style-image: url("/img/check.svg");
  list-style-type: none;
  padding: 0 1rem;
  margin: 0;
}
ul.list-checked li {
  padding-left: 0.25rem;
}

.container.full-size, nav.full-size {
  min-width: 800px;
  max-width: 2200px;
  position: relative;
  height: calc(100% - 56px);
}

.container.full-size.quick-entry {
  height: calc(100% - 56px - 40px);
}

.quickstep.full-size {
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}

nav.full-size {
  margin-left: auto;
  margin-right: auto;
}

.container.full-size.profile,
.container.full-size.entry {
  overflow: auto;
}

.container.full-size.profile > div.alert,
.container.full-size.profile > div.container-profile,
.container.full-size.ventures > div.alert,
.container.full-size.ventures > div.container-ventures,
.container.full-size.ventures > div.container-profile {
  max-width: 1340px;
}

.container.full-size.ventures > div.alert,
.container.full-size.profile > div.alert {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: -2rem;
}

.container.full-size.profile .container-profile,
.container.full-size.ventures > div.container-ventures,
.container.full-size.ventures > div.container-profile {
  margin-top: 3rem;
}

#side {
  padding-right: 0;
  padding-left: 0;
  width: 384px;
  min-width: 384px;
  max-width: 384px;
  background-color: white;
  height: 100%;
  border-left-style: solid;
  border-width: 1px;
  border-color: #DEDEDE;
}
#side .side-content {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#side .side-content-with-button {
  height: calc(100% - 48px);
}
#side .side-bottom-button-holder {
  width: 100%;
  height: 48px;
}
#side .side-bottom-button-holder a {
  display: block;
  height: 100%;
}
#side .menu-doublerow {
  padding: 0;
  height: calc(48px + 63px + 2px);
}
#side input.num-device-quality {
  width: 73px;
  border: 1px solid #0D100E26;
}
#side table.side-panel-bid {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.25rem;
}
#side table.side-panel-bid td {
  position: relative;
}
#side table.side-panel-bid td:nth-of-type(2) {
  width: 2rem;
  text-align: right;
  padding-right: 0.25rem;
}
#side table.side-panel-bid td:nth-of-type(3) {
  width: 33%;
}
#side table.side-panel-bid:last-of-type {
  margin-bottom: 0;
}
#side table.side-panel-bid.active td:nth-of-type(2) {
  color: #0D915E;
}
#side table.side-panel-bid.inactive td:nth-of-type(2),
#side table.side-panel-bid.inactive td:nth-of-type(3) {
  opacity: 0.5;
}

#side.side-fixed {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}
#side.side-fixed .side-content {
  margin-top: 0;
  height: 100%;
}
#side.side-fixed .side-content-with-button {
  height: calc(100% - 48px);
}

#items-comment textarea {
  width: 100%;
  background-color: #f1f8f4;
  border-style: none;
  min-height: 100px;
}

#main {
  padding: 0;
  min-width: calc(100% - 384px);
  max-width: calc(100% - 384px);
  height: 100%;
  /*.row.big-form-page {
    max-width: 1005px;
  }*/
}
#main .col-m {
  margin-left: 100px;
  margin-right: 38px;
}
#main .col-m.mr-0 {
  margin-right: 0;
}
#main .btn-pickup {
  width: 100%;
  border-color: #A6D8EF;
  color: #2B4849;
  font-size: 1rem;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
}
#main .device-item {
  position: relative;
}
#main .device-item > div, #main .bid-item > div, #main .committed-item > div {
  margin-top: calc(0.5rem + 1px);
}
#main .bid-item > div, #main .committed-item > div {
  margin-bottom: calc(0.5rem - 1px);
}
#main .selectable:not(.active) .market-item,
#main .selectable:not(.active) .deals-index-item,
#main .selectable:not(.active) .bidlist-item {
  background-color: white;
}
#main .selectable.active:not(.devices-recognized) .device-item,
#main .selectable.active .deals-index-item,
#main .selectable.active .bid-item,
#main .selectable.active .bidlist-item,
#main .selectable.active .committed-item,
#main .selectable.active .market-item,
#main .selectable.active .market-item.bg-white,
#main .device-group.active,
#main .device-group-labels,
#main .device-group.active,
#main .device-group-header.selectable {
  background-color: #E4F5E9;
  box-shadow: 0 2px 7px 0 #0000001F;
}
#main .selectable.in-revision.HAS_REVISION:not(.active) .bid-item,
#main .selectable.in-revision.DECLINED:not(.active) .bid-item,
#main .selectable.in-revision.DECLINED:not(.active) .committed-item {
  background-color: #FFEEE9;
}
#main .selectable.in-revision.is-original.DECLINED:not(.active) .bid-item,
#main .selectable.in-revision.is-original.DECLINED:not(.active) .committed-item {
  opacity: 0.5;
}
#main .selectable.active .bid-item.item-changed,
#main .selectable.in-revision.HAS_REVISION.active .bid-item,
#main .selectable.in-revision.IN_REVISION.active .bid-item,
#main .selectable.in-revision.DECLINED.active .bid-item,
#main .selectable.in-revision.REVISED.active .committed-item,
#main .selectable.in-revision.DECLINED.active .committed-item {
  background-color: #FEDBD1;
}
#main .selectable:not(.active) .bid-item.item-changed,
#main .selectable.in-revision.HAS_REVISION:not(.active) .bid-item,
#main .selectable.in-revision.HAS_REVISION:not(.active) .committed-item {
  background-color: #f9dfd8;
}
#main .device-group {
  margin-bottom: 1rem;
}
#main .device-group-header-underline div.col {
  font-size: 0;
  line-height: 0;
}
#main .device-group-header-underline div.col hr {
  top: 0;
  left: 0;
  background-color: #8BC8E5;
  margin-top: -0.19rem;
  margin-bottom: 0.25rem;
}
#main .device-group-select {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #DEDEDE;
}
#main .device-group-select .btn-device-select {
  max-width: 270px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#main .device-group-select .col-device-group-select-icon {
  max-width: 2.5rem;
  padding-right: 0;
  margin-right: 0.5rem;
}
#main .col.col-device-select {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0.5rem;
  max-width: 280px;
}
#main .col.col-device-select:last-of-type {
  padding-right: 1rem;
}
#main .col.col-device-select:first-of-type {
  padding-left: 1rem;
}
#main .row-exception-1 {
  margin-top: 1.5rem;
  margin-bottom: -0.75rem;
}
#main .device-group-select:first-of-type {
  border-top-style: none;
}
#main form.bid-submit:not(.IN_REVISION):not(.REVISED) .revision-buttons .cloned-for-revision {
  display: none;
}
#main form.bid-submit:not(.HAS_REVISION) .revision-buttons .in-revision {
  display: none;
}
#main form.bid-submit.HAS_REVISION .revision-buttons .no-revision,
#main form.bid-submit.IN_REVISION .revision-buttons .no-revision,
#main form.bid-submit.DECLINED .revision-buttons .no-revision,
#main form.bid-submit.ACCEPTED .revision-buttons .no-revision {
  display: none;
}
#main form.bid-submit:not(.IN_REVISION):not(.DECLINED) .revision-device-quality-select {
  display: none;
}
#main .revision-device-quality-select {
  width: 14px;
}
#main form.ACCEPTED .revision-button-duplicate, #main form.ACCEPTED .revision-button-delete {
  visibility: hidden;
}

#main.no-sidebar {
  min-width: 100%;
  max-width: 100%;
}
#main.no-sidebar .col-m-both {
  margin-left: 60px;
  margin-right: 60px;
}
#main.no-sidebar .row.submenu {
  margin-right: 0;
}

#main-scroll-container {
  display: table-row;
  position: relative;
}

#main-scroll-container-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.icon-container {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.collapsed img.rotate,
button.collapsed img.rotate,
.btn-active img.rotate {
  transform: rotate(180deg);
}

img.rotate {
  transition: transform 0.25s;
}

.medium-size.btn-cust-dropdown img.rotate {
  position: absolute;
  top: calc(50% - 3px);
  right: calc(1.1rem - 6px);
}

.icon-container-adjusted, .icon-adjusted {
  margin-bottom: 2px;
  margin-top: -2px;
}

@media (max-width: 1600px) {
  #main .col-m {
    margin-left: 38px;
  }
}
.editable-block, .btn-pickup-block {
  margin-top: 1.88rem;
  margin-bottom: 0.5rem;
}

.editable-block:first-of-type {
  margin-top: 2.25rem;
}

.no-mt .editable-block:first-of-type {
  margin-top: 0;
}

#flash-messages-container.before-editable-block {
  margin-bottom: -2.25rem;
}

.editable-block {
  box-shadow: 0 2px 4px 0 #0000000D;
}

.row-header {
  height: 2.5rem;
}
.row-header .row-header-block {
  float: left;
  line-height: 1rem;
  height: 100%;
}
.row-header .row-header-block .text-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.row-header .row-header-block .text-container .row-header-text {
  margin-bottom: 1px;
  margin-top: -1px;
}
.row-header .row-header-icon.expander {
  float: right;
  margin-right: 0;
}

.row-header-icon {
  float: left;
  width: 20px;
  height: 100%;
}

.row-block {
  margin-top: 0.94rem;
}

.small-form-controls .form-control:not(.medium-size), .small-form-controls input#brandName:not(.medium-size) {
  padding: 0.25rem 0.5rem;
  height: auto;
  border-radius: 0;
  border-style: none;
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 0.88rem;
  color: #363A54;
  background-color: transparent;
}
.small-form-controls select.form-control {
  margin-top: 2px;
}
.small-form-controls label, .small-form-controls .label {
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 0.75rem;
  color: #626262;
}
.small-form-controls hr.form-control-hr {
  margin: 0;
  margin-top: 4px;
}

.row.submenu {
  margin-left: 0;
}
.row.submenu .submenu-link {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  border-style: none;
  color: #4F6E72;
  font-size: 0.88rem;
  white-space: nowrap;
  padding-top: 0.63rem;
}
.row.submenu .submenu-link .icon-ok {
  position: relative;
  top: -2px;
}
.row.submenu .submenu-link.disabled {
  color: #4F6E72;
  background-color: white;
  opacity: 1;
}
.row.submenu .submenu-link > div {
  position: relative;
  top: 2px;
}

.row.submenu > div {
  min-height: 48px;
}

.row-deal-title {
  min-height: 63px;
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
}

.top-border {
  border-top-style: solid;
  border-top-width: 1px;
}

.top-border-green {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #54906D;
}

.top-border-grey {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #DEDEDE;
}

.bottom-border-grey {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #DEDEDE;
}

.bottom-border-white {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
}

.left-border-grey {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #DEDEDE;
}

.right-border-grey {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #DEDEDE;
}

.border-grey {
  border-style: solid;
  border-width: 1px;
  border-color: #DEDEDE;
}

.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

body.body-grey {
  background-color: #f2f2f2;
}

.bottom-border-blue {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #8BC8E5;
}

.full-height, .btn.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.bg-white {
  background-color: white;
}

.bg-white-100 {
  background-color: #fafafa;
}

.bg-light-grey {
  background-color: #f0f0f0;
}

.bg-almost-white {
  background-color: #fafafa;
}

.bg-palegrey {
  background-color: #F9F9F9;
}

.bg-paleblue {
  background-color: #DEEFF7;
}

.bg-green {
  background-color: #54906D;
}

.bg-darkgreen {
  background-color: #225B4C;
}

.bg-success,
.bg-green2 {
  background-color: #11C17E !important;
}

.bg-green3 {
  background-color: #15F29D;
}

.bg-violet {
  background-color: #93A8FF;
}

.bg-purple {
  background-color: #D45076;
}

.bg-orange {
  background-color: #FF5929;
}

.bg-red {
  background-color: #FC4118;
}

.bg-info-dark {
  background-color: #1D99AE;
}

.manrope-10 {
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 0.625rem;
  color: #1D3B3F;
}

.manrope-12 {
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 0.75rem;
  color: #1D3B3F;
}

.manrope-13 {
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 0.825rem;
  color: #1D3B3F;
}

.manrope-14 {
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 0.88rem;
  color: #1D3B3F;
}

a.manrope-14:hover {
  color: #1D3B3F;
}

.manrope-18 {
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 1.13rem;
  color: #1D3B3F;
}

.manrope-20 {
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 1.25rem;
  color: #1D3B3F;
  font-weight: 600;
}

.manrope-lighter {
  color: #363A54;
}

.manrope-pale {
  color: #626262;
}

.dm-sans {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif !important;
}

.dm-12 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 0.75rem;
}

.dm-14 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 0.875rem;
}

.dm-16 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 1rem;
  color: #1D3B3F;
}

.dm-17 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 1.07rem;
  color: #1D3B3F;
}

.dm-18 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 1.13rem;
  color: #1D3B3F;
}

.dm-20 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 1.25rem;
  color: #1D3B3F;
}

.dm-21 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 1.3125rem;
  color: #1D3B3F;
}

.dm-24 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 1.5rem;
  color: #1D3B3F;
}

.dm-32 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 2rem;
}

.dm-35 {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 2.1875rem;
}

.txt-verylight {
  color: #8A8A8A;
}

.txt-light {
  color: #545454;
}

.txt-white {
  color: white;
}

.txt-grey {
  color: #3A3A3A;
}

.txt-dark, a.txt-dark, a.txt-dark:hover {
  color: #1D3B3F;
}

.txt-black {
  color: #000000;
}

a.txt-green, a.txt-green:hover {
  color: #0A3C23;
}

.support-label, .sell-label {
  color: #11C17E;
}

.dispose-label {
  color: #FB6A38;
}

a.txt-white, a.txt-white:hover {
  color: white;
}

.txt-header-blue {
  color: #47B4EA;
}

.txt-green {
  color: #0A3C23;
}

.icon-error {
  color: #990000;
}

#main-submenus {
  display: table-row;
  height: 100px;
}

#main-submenus.assets-entry {
  height: 48px;
}

.container.full-size.deals #main-submenus {
  height: 56px;
}

#main-footer {
  display: table-row;
}

.footer-height {
  height: 48px;
}

.price-box {
  display: inline-block;
  vertical-align: center;
  background-color: #FFFFFF55;
  width: 100%;
}
.price-box .price-box-inner {
  float: right;
  text-align: right;
}
.price-box .price-box-inner-with-input {
  width: calc(100% - 1.5rem);
}
.price-box .price-box-inner-with-input input {
  text-align: right;
}
.price-box .price-box-inner-with-input input:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.price-box.has-currency-suffix .price-box-inner {
  float: left;
}

.pseudo-table {
  display: table;
}

input.with-label, select.with-label {
  position: relative;
  /*margin-top: 1.5rem;*/
  font-family: "Manrope", "Century Gothic", "Futura", sans-serif;
  font-size: 1.13rem;
  color: #1D3B3F;
  font-weight: 500;
  padding-left: 1rem;
  padding-top: 1.5rem;
  height: calc(3.5rem + 2px);
}

select.with-label {
  padding-right: 2rem;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.37rem) center;
  background-image: url("../img/expander.svg");
}

input[type=date].with-label {
  padding-right: 1rem;
}

input[type=date].with-label::-webkit-calendar-picker-indicator {
  position: relative;
  top: calc(2px - 1rem);
}

span.label-holder {
  pointer-events: none;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}

span.label-holder label {
  position: absolute;
  pointer-events: none;
  padding-left: 1rem;
  padding-top: calc(0.5rem - 2px);
  left: 0;
  top: -3.5rem;
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 0.75rem;
  color: #999999;
}

.submenu-height {
  min-height: 48px;
}

.small-submenu-height {
  min-height: 42px;
}

.bidmenu-height {
  height: 56px;
}

.dealtitle-height {
  height: 63px;
}

.side-information .row {
  padding-left: 1rem;
  padding-right: 1rem;
}
.side-information .information-header {
  text-align: center;
  padding-top: 1rem;
}
.side-information .information-dealtitle {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.side-information .information-dealtitle > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  width: 100%;
  height: 100%;
}

input.form-control.editable-header, input.editable-header#brandName {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  font-size: 1rem;
  color: #1D3B3F;
  margin: 0;
  margin-right: 5px;
  width: 150px;
}
input.form-control.editable-header:focus, input.editable-header#brandName:focus {
  background-color: white;
}

textarea.form-control.error,
input.form-control.error,
input.error#brandName,
select.form-control.error,
.small-form-controls input.form-control.error,
.small-form-controls select.form-control.error,
.button.error,
.btn-cust-dropdown.error {
  border-color: #FC4B18 !important;
  border-style: solid !important;
  border-left-width: 5px;
}

label.error, label.medium-size.error {
  color: #FC4B18;
}

.pickup-select {
  top: 1px;
  position: relative;
  width: 13px;
  height: 23px;
  display: inline-block;
}
.pickup-select select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-style: none;
  appearance: none;
  opacity: 0;
}
.pickup-select div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*display:flex;
  align-items: center;
  justify-content:center;*/
  pointer-events: none;
}

.raw-image-button, .raw-button {
  background-color: transparent;
  border-style: none;
}

.empty-form .disabled-when-empty {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.cust-dropdown-container {
  position: relative;
  z-index: 100;
}
.cust-dropdown-container .btn-cust-dropdown.disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.cust-dropdown-container .btn-cust-dropdown .dropdown-extra-label {
  display: inline-block;
  color: #1177A9;
  min-width: 2.25rem;
  text-align: center;
}
.cust-dropdown-container .btn-cust-dropdown .dropdown-extra-label div {
  display: inline-block;
  background-color: #76C9F2;
}
.cust-dropdown-container .cust-dropdown-list {
  position: absolute;
  z-index: 1001;
  /* theoretically above sustainability counter, but inside another element that is below */
  min-width: calc(100% - 0.5rem);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  box-shadow: 0 2px 7px 0 #0000001F;
  background-color: white;
  border-radius: 0.25rem;
  max-height: 350px;
  overflow: auto;
}
.cust-dropdown-container .cust-dropdown-list.abs-left {
  left: 0;
}
.cust-dropdown-container .cust-dropdown-list.abs-right {
  right: 0;
}
.cust-dropdown-container .cust-dropdown-list .btn-cust-dropdown-list {
  position: relative;
  transition: opacity 2.25s;
  display: block;
  width: 100%;
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  white-space: nowrap;
  border-style: none;
  background-color: white;
  text-align: left;
  font-size: 1.125rem;
}
.cust-dropdown-container .cust-dropdown-list .btn-cust-dropdown-list img {
  margin-right: 0.8rem;
}
.cust-dropdown-container .cust-dropdown-list a.btn-cust-dropdown-list {
  color: #545454;
}
.cust-dropdown-container .cust-dropdown-list a.btn-cust-dropdown-list:hover {
  text-decoration: none;
}
.cust-dropdown-container .cust-dropdown-list .cust-dropdown-list.d-none {
  opacity: 0;
}
.cust-dropdown-container .cust-dropdown-list .cust-dropdown-radio-label {
  margin: 0;
}
.cust-dropdown-container .cust-dropdown-list input.cust-dropdown-pseudoradio:checked ~ .btn-cust-dropdown-list,
.cust-dropdown-container .cust-dropdown-list input.cust-dropdown-radio:checked ~ .btn-cust-dropdown-list,
.cust-dropdown-container .cust-dropdown-list .btn-cust-dropdown-list:hover {
  background-color: #fafafa;
}
.cust-dropdown-container .cust-dropdown-list .footer-cust-dropdown-list {
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cust-dropdown-container .cust-dropdown-list.compact .btn-cust-dropdown-list {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.cust-dropdown-container .cust-dropdown-list.multiple .btn-cust-dropdown-list {
  padding-right: 2rem;
}
.cust-dropdown-container .cust-dropdown-list.multiple .btn-cust-dropdown-list .custom-checkbox {
  position: absolute;
  right: 0.5rem;
  top: 0.35rem;
}
.cust-dropdown-container .cust-dropdown-list.multiple .btn-cust-dropdown-list.align-left {
  padding-left: 2rem;
}
.cust-dropdown-container .cust-dropdown-list.multiple .btn-cust-dropdown-list.align-left .custom-checkbox {
  position: absolute;
  left: 0.5rem;
  top: 0.35rem;
}
.cust-dropdown-container .btn-cust-dropdown .btn-cust-dropdown-label {
  width: calc(100% - 1rem);
  overflow: hidden;
  white-space: nowrap;
}
.cust-dropdown-container .btn-cust-dropdown.medium-size .btn-cust-dropdown-label {
  width: calc(100% - 1.5rem);
}
.cust-dropdown-container .cust-dropdown-radio-label.inactive {
  opacity: 0.5;
}

.cust-dropdown-container.active {
  z-index: 999;
}

.icon-headline-container {
  max-width: 100%;
  overflow: hidden;
  height: 1.6rem;
  margin-bottom: -2px;
}
.icon-headline-container .icon-headline {
  position: relative;
}
.icon-headline-container .icon-headline > span {
  position: absolute;
  width: 1000px;
  left: 0;
  top: 0;
}

.icon-headline-container.many-labels .service-label {
  display: none;
}

#selected-filters {
  padding-top: 0.5rem;
}

#selected-filters .filter-link {
  background-color: #DEEFF7;
  color: #0271A8;
  border-color: #DEEFF7;
  border-width: 1px;
}

#selected-filters .filter-link:hover {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.custom-checkbox, .custom-radio {
  position: relative;
}

.small-form-controls table.force-align .custom-checkbox {
  top: 0.25rem;
}

.custom-checkbox input[type=checkbox], .custom-radio input[type=radio] {
  opacity: 0;
  width: 16px;
  height: 16px;
}

.custom-checkbox input[type=checkbox] ~ div, .custom-radio input[type=radio] ~ div {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-image: url("/img/checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-checkbox.size-20 input[type=checkbox],
.custom-radio.size-20 input[type=radio],
.custom-checkbox.size-20 input[type=checkbox] ~ div,
.custom-radio.size-20 input[type=radio] ~ div {
  width: 20px;
  height: 20px;
}

.custom-radio.d-inline-block.size-20 {
  top: 0.2rem;
}

.custom-checkbox input[type=checkbox]:checked ~ div {
  background-image: url("/img/checkbox-active.svg");
}

.custom-checkbox input[type=checkbox]:checked:disabled ~ div {
  background-image: url("/img/checkbox-disabled-active.svg");
}

.custom-checkbox input[type=checkbox].error ~ div {
  border-style: solid;
  border-width: 1px;
  border-color: #FC4B18;
  border-radius: 3px;
}

.custom-radio input[type=radio] ~ div {
  background-image: url("/img/radio-button.svg");
  background-repeat: no-repeat;
}

.custom-radio input[type=radio]:checked ~ div {
  background-image: url("/img/radio-button-active.svg");
}

.custom-radio input[type=radio]:checked:disabled ~ div {
  background-image: url("/img/radio-button-disabled-active.svg");
}

.custom-radio input[type=radio].error ~ div {
  border-style: solid;
  border-width: 1px;
  border-color: #FC4B18;
  border-radius: 1000px;
}

.disabled-label {
  opacity: 0.5;
}

.custom-switcher {
  padding: 0;
  position: relative;
  width: 2rem;
  height: 1.1875rem;
  box-sizing: border-box;
}

.custom-switcher input {
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-switcher input:not(:disabled) {
  cursor: pointer;
}

.custom-switcher div {
  pointer-events: none;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D6D6D6;
  border-radius: 1rem;
}

.custom-switcher input[type=checkbox]:checked ~ div {
  background-color: #00C28F;
}

.custom-switcher input[type=checkbox]:disabled:checked ~ div {
  background-color: #00C28F;
  opacity: 0.3;
}

.custom-switcher span {
  pointer-events: none;
  margin: 2px;
  width: calc(1.1875rem - 4px);
  height: calc(1.1875rem - 4px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 1rem;
}

.custom-switcher input[type=checkbox]:checked ~ span {
  left: calc(100% - 1.1875rem - 2px);
}

.green, label.green {
  color: #54906D;
}

.red, label.red {
  color: #DF422D;
}

.custom-range {
  height: 0.25rem;
  width: 100%;
  border-radius: 2px;
  background-color: #EEE;
}

.custom-range > div {
  height: 100%;
  width: 80%;
  border-radius: 2px;
}

.gey-bg {
  background-color: #363A54;
}

.green-bg {
  background-color: #54906D;
}

.raw-select-text {
  appearance: none;
}

.clipped-line {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.icon-double-line {
  margin-top: -4px;
  min-height: 1.5rem;
}

.icon-double-line:first-of-type {
  margin-top: -1px;
}

.m-adjust-up {
  margin-top: -1px;
  margin-bottom: 1px;
}

.m-adjust-down {
  margin-top: 1px;
  margin-bottom: -1px;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.multiple-select-container {
  display: none;
  position: relative;
  font-size: 0;
  margin-right: 0.5rem;
  height: 15px;
  width: 15px;
}
.multiple-select-container input[type=checkbox] {
  opacity: 0;
  width: 16px;
  height: 16px;
}
.multiple-select-container input[type=checkbox]:disabled {
  width: 0;
}
.multiple-select-container input[type=checkbox] ~ div {
  background-repeat: no-repeat;
  background-image: url("/img/checkbox.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.multiple-select-container input[type=checkbox]:checked ~ div {
  background-image: url("/img/checkbox-active.svg");
}

.bid-item, .committed-item {
  position: relative;
}

.aitem {
  position: relative;
}

.bid-item .checkbox-clickarea, .aitem .checkbox-clickarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 999;
}

.empty-form .aitem .checkbox-clickarea,
#main-scroll-container.multiple-select .empty-form .aitem .multiple-select-container {
  display: none;
}

/*.device-group.active .device-group-header.selectable .multiple-select-container{
    input[type=checkbox] ~ div{
        background-image: url("/img/checkbox-active.svg");
    }
}*/
#select-deselect-all.active .multiple-select-container input[type=checkbox] ~ div,
.device-group.active .device-group-header.selectable .multiple-select-container input[type=checkbox] ~ div {
  background-image: url("/img/checkbox-active.svg");
}

.multiple-select-only {
  display: none;
}

#main-scroll-container.multiple-select .single-select-only {
  display: none;
}
#main-scroll-container.multiple-select .multiple-select-container {
  display: inline-block;
}
#main-scroll-container.multiple-select .multiple-select-only {
  display: block;
}

.multiple-select-header {
  display: none;
}

#main-scroll-container.multiple-select .multiple-select-header {
  display: block;
}

input#brandName {
  /*Temporary Bug*/
}

.modal-content {
  /*width: 432px;*/
  border-radius: 0;
}

.modal-content .modal-header {
  border-bottom-style: none;
}

.modal-content .modal-footer {
  border-top-style: none;
}

.btn-rect {
  border-radius: 0;
}

.btn-dark {
  background-color: #132E35;
}

.input-overlay-left {
  height: 100%;
  width: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.input-overlay-left > div {
  font-size: 1.75rem;
}

.input-overlay-left.icon-email {
  background-image: url("/img/email.svg");
}

.input-overlay-left.icon-lock {
  background-image: url("/img/lock.svg");
}

.input-overlay-left.icon-search-green {
  background-image: url("/img/search-green.svg");
}

input.form-control.overlay-right, input.overlay-right#brandName {
  width: calc(100% + 1px - 3rem);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input.form-control.transparent-overlay-right, input.transparent-overlay-right#brandName {
  width: calc(100% + 1px - 3rem);
}

.input-overlay-right {
  height: 100%;
  width: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.input-overlay-right .btn-custom-confirm {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.input-overlay-right.error .btn.btn-custom-confirm {
  background-color: #D6D6D6;
  border-color: #FC4B18;
  border-style: solid;
  border-width: 1px;
}

.input-overlay-right div.warning {
  display: none;
}

.input-overlay-right.error div.warning-icon {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  left: calc(-22px - 1rem);
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
}

.input-overlay-right.error div.warning-icon.error-x {
  background-image: url("/img/close-red.svg");
}

.input-overlay-right .input-message-icon {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
}

.input-overlay-right.password.message-error .password-toggle {
  position: absolute;
  left: calc(-12px - 1rem);
  top: calc(50% - 12px);
}

.input-overlay-right.password:not(.message-error) .input-message-icon {
  display: none;
}

.input-overlay-right.message-error .input-message-icon {
  background-image: url("/img/close-red.svg");
}

.input-overlay-right.message-warning .input-message-icon {
  background-image: url("/img/warning-full.svg");
}

input.form-control.message-warning, input.message-warning#brandName {
  border-color: #E3B615;
}

input.form-control.message-ok, input.message-ok#brandName {
  border-color: #1BE295;
}

.input-overlay-right.message-ok .input-message-icon {
  background-image: url("/img/ok-filled.svg");
}

.modal-content .modal-footer .btn.btn-outline-primary {
  border-color: #11C17E;
  color: #133533;
}

.modal-content .modal-footer .btn.btn-outline-primary:hover {
  background-color: #F2F2F2;
  /*$color__light*/
}

.modal-backdrop {
  background-color: #133533;
}

.no-interaction .show-for-interaction {
  display: none;
}

.interaction .hide-for-interaction {
  display: none;
}

.no-service-in-bid-selection {
  opacity: 0.2;
  display: none;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.bid-submit.selectable input:disabled {
  pointer-events: none;
}

select.form-control.medium-size {
  padding-right: 2rem;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.1rem) center;
  background-image: url("../img/expander.svg");
}

select.form-control.medium-size.interaction-toggle-input:disabled {
  background-image: none;
}

.form-control.medium-size.icon-left, input.medium-size.icon-left#brandName {
  padding-left: 2.5rem;
  background-repeat: no-repeat;
  background-position: 1rem center;
}

.btn.big-size {
  border-radius: 0.5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.form-control.icon-email, input.icon-email#brandName, input.form-control.icon-email:autofill {
  background-image: url("/img/email.svg") !important;
  background-color: white;
}

.form-control.icon-lock, input.icon-lock#brandName {
  background-image: url("/img/lock.svg");
}

.form-control.medium-size, input.medium-size#brandName {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  box-sizing: border-box;
}

label.medium-size {
  color: #545454;
  margin-bottom: 0;
}

textarea.form-control.medium-size.big-textarea {
  height: 17rem;
}

.checkbox-width {
  width: 1rem;
  max-width: 1rem;
}

/* Login Screen */
#start-screen {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2200px;
}

#start-screen-row {
  max-width: 100%;
  display: table-row;
}

#start-screen-left {
  position: relative;
  display: table-cell;
  /*background-color: #153E43;*/
  max-width: 50%;
  /*44%;*/
  min-height: 100%;
  max-height: 100%;
  color: white;
  overflow: hidden;
}

.start-screen-content {
  width: 450px;
  text-align: left;
}

#start-screen-right {
  position: relative;
  display: table-cell;
  background-color: #f5f5f5;
  width: 56%;
  min-width: 450px;
  min-height: 100%;
  max-height: 100%;
}

#start-screen-right > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#trusc-logos {
  position: absolute;
  right: 4rem;
  bottom: 5rem;
  width: 254px;
}

#trusc-logos > div {
  text-align: center;
}

#umwelt-logo {
  position: absolute;
  left: 42px;
  top: 42px;
}

@media (min-width: 1930px) {
  #bg-wellen {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 1930px) {
  #bg-wellen {
    position: absolute;
    left: calc(100% - 850px);
  }
}
@media (min-height: 800px) {
  #bg-wellen {
    top: 0;
  }
}
@media (max-height: 800px) {
  #bg-wellen {
    bottom: -320px;
  }
}
@media (max-width: 800px) {
  #start-screen-left {
    max-width: 25%;
  }

  #start-screen-right {
    width: 75%;
    min-width: 425px;
  }
}
@media (max-height: 460px) {
  #umwelt-logo {
    display: none;
  }
}
/* Login Screen/ */
img.trusc-logo-70 {
  height: 69px;
}

img.trusc-logo-50 {
  height: 50px;
}

img.trusc-logo-43 {
  height: 43px;
}

nav.sidebar {
  max-width: 388px;
  margin-right: 4rem;
}

.sidebar-left {
  width: 388px;
  min-width: 388px;
}
.sidebar-left .sidemenu {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sidebar-left .sidemenu .btn-sidebar-list {
  position: relative;
  transition: opacity, 2.25sec;
  display: block;
  width: 100%;
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0;
  white-space: nowrap;
  border-style: none;
  background-color: white;
  text-align: left;
  text-decoration: none;
  color: #545454;
}
.sidebar-left .sidemenu .btn-sidebar-list img {
  margin-right: 0.8rem;
}
.sidebar-left .sidemenu .btn-sidebar-list .icon-medium {
  top: 0.2rem;
  position: relative;
}
.sidebar-left .sidemenu a.btn-sidebar-list:hover {
  font-weight: normal;
}
.sidebar-left .sidemenu .btn-sidebar-list:hover, .sidebar-left .sidemenu .btn-sidebar-list.active {
  background-color: #E8FEF5;
}
.sidebar-left .sidemenu .btn-sidebar-list > img {
  width: 1.5rem;
}

@media (min-height: 500px) {
  #height-adjuster-login {
    height: 3rem;
  }
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}

button.hover-link:hover, input.hover-link:hover {
  text-decoration: underline;
}

.checkmark-adjust-green {
  position: relative;
  top: 5px;
}

.checkmark-adjust-green.checkmark-on {
  color: #1BE295;
}

.interaction-toggle-input:disabled {
  background-color: transparent;
}

#country-select-container {
  width: calc(100% - 2rem);
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link:hover img.nav-icon {
  opacity: 0.5;
}

#login-error {
  color: #FC4B18;
}

#country-icon {
  width: 1.5rem;
}

#side-item-tab-status .status-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: white;
  border-style: solid;
  border-width: 2px;
  border-color: #D1D5DB;
  border-radius: 1rem;
}
#side-item-tab-status .status-circle.active {
  border-color: #1BE295;
  /*$border-green2;*/
}
#side-item-tab-status .status-circle > div {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #D1D5DB;
  border-radius: 1rem;
}
#side-item-tab-status .status-small-circle {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #D1D5DB;
  border-radius: 1rem;
}
#side-item-tab-status .status-circle.active > div, #side-item-tab-status .status-small-circle.active {
  background-color: #1BE295;
  /*$border-green2;*/
}
#side-item-tab-status .status-table {
  width: 100%;
}
#side-item-tab-status .status-table .td-circle {
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  padding: 0;
}
#side-item-tab-status .status-table .td-small-circle {
  width: 2rem;
  height: 0.625rem;
  max-width: 2rem;
  max-height: 0.625rem;
  padding: 0;
}
#side-item-tab-status .status-table .td-pipe:first-of-type {
  border-right-width: 1px;
  border-style: none;
  border-right-style: solid;
}
#side-item-tab-status .status-table .td-pipe:nth-of-type(2) {
  border-style: none;
  border-left-style: solid;
  border-left-width: 2px;
}
#side-item-tab-status .status-table .td-pipe {
  width: 1rem;
  padding: 0;
  border-color: #D1D5DB;
}
#side-item-tab-status .status-table .td-pipe.active {
  width: 1rem;
  padding: 0;
  border-color: #1BE295;
  /*$border-green2*/
}
#side-item-tab-status .status-table .td-pipe > div {
  height: 1rem;
}
#side-item-tab-status .status-table .td-pipe-no-circle {
  height: 0.8rem;
}
#side-item-tab-status .status-table .td-pipe-with-circle {
  height: 0.7rem;
}
#side-item-tab-status .status-table .td-empty-pipe > div {
  height: 60px;
}

.market-item, .deals-index-item {
  min-height: 4.5rem;
  box-sizing: border-box;
}

.round-border, .form-control.round-border, input.round-border#brandName {
  border-radius: 100px;
}

.col-custom-width-7 {
  width: 7rem;
  min-width: 7rem;
}

.col-custom-width-7.col-forced-width {
  max-width: 7rem;
}

.col-custom-width-8 {
  width: 8rem;
  min-width: 8rem;
}

.col-custom-width-8.col-forced-width {
  max-width: 8rem;
}

.sc-gutter {
  scrollbar-gutter: stable;
}

div[data-col-sort] {
  cursor: pointer;
}

.sort-button-container {
  display: inline-block;
  position: relative;
  top: 0.35rem;
}

.sort-button {
  font-size: 0;
  line-height: 0;
  width: 1rem;
  height: 0.625rem;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
}

.sort-button-fullsize {
  font-size: 0;
  line-height: 0;
  width: 1rem;
  height: 0.9rem;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
}

.sort-button-desc {
  background-image: url("/img/sorting/desc.svg");
  background-size: 0.75rem;
  background-position: center top;
}

.sort-button-asc {
  background-image: url("/img/sorting/asc.svg");
  background-size: 0.75rem;
  background-position: center top;
}

.asc .sort-button-desc, .desc .sort-button-asc {
  opacity: 0.4;
}

.sort-button-desc:hover, .desc .sort-button-desc {
  background-image: url("/img/sorting/desc-active.svg");
  opacity: 1;
}

.sort-button-asc:hover, .asc .sort-button-asc {
  background-image: url("/img/sorting/asc-active.svg");
  opacity: 1;
}

.profile-icon > div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  color: white;
}

.profile-icon.small > div {
  font-size: 0.75em;
  color: #333333;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
}

.profile-icon.circle > div {
  border-radius: 1.25rem;
}

.profile-icon.big > div {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.5rem;
}

.profile-icon.big.circle > div {
  border-radius: 10rem;
}

.profile-icon.profile-user > div {
  background-color: #93A8FF;
}

.profile-icon.profile-venture > div {
  background-color: #AD4C69;
}

.profile-icon.profile-trusc > div {
  background-color: #FF0000;
  /*$color__red;*/
}

.alert {
  position: relative;
  border-radius: 0;
  border-style: none;
  background-repeat: no-repeat;
  background-position: 1.25rem 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #DEDEDE;
}

.alert.alert-warning {
  color: #132E35;
  padding-left: 3.5rem;
}

.box-warning {
  background-color: #FFF4C9;
}

.alert.alert-success {
  color: #132E35;
  padding-left: 3.5rem;
}

.alert.alert-success:before {
  content: url("/img/icons/GREEN_white.svg");
  background-color: #11C17E;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 100%;
  font-size: 0;
  padding-left: calc(1.25rem - 9px);
  padding-top: calc(1.25rem - 9px);
}

.box-success {
  background-color: #E8FEF5;
}

.box-danger {
  background-color: #ffcccc;
}

.alert.alert-danger {
  color: #132E35;
  padding-left: 3.5rem;
  /*background-image: url("/img/warning-red.svg");*/
}
.alert.alert-danger a, .alert.alert-danger a:hover {
  color: #850000;
  text-decoration: underline;
}
.alert.alert-danger a:hover, .alert.alert-danger a:hover:hover {
  text-decoration: none;
}

.alert.alert-danger:before, .alert.alert-warning:before {
  content: url("/img/icons/RED_white.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 100%;
  font-size: 0;
  padding-left: calc(1.25rem - 10px);
  padding-top: calc(1.25rem - 9px);
}

.alert.alert-danger:before {
  background-color: #FC4B18;
}

.alert.alert-warning:before {
  background-color: #FFD613;
}

.alert-dismissible .close {
  padding: 0.5rem 1.25rem;
}

.raw-serverdate {
  opacity: 0;
}

#daterange-clickdummy[readonly],
.form-control.datepicker-visible-target[readonly],
input.datepicker-visible-target[readonly]#brandName {
  background-color: white;
}

/*.form-control.datepicker-visible-target.with-label,*/
#daterange-clickdummy,
.form-control.datepicker-visible-target,
input.datepicker-visible-target#brandName {
  background-repeat: no-repeat;
  background-image: url("/img/date-icon.svg");
  background-position: bottom 0.25rem right 1rem;
  padding-right: 2rem;
}

#daterange {
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  pointer-events: none;
}

.daterangepicker .drp-selected {
  /* Can't set correct Dateformat in Daterangepickers Label -> Hide it*/
  visibility: hidden;
}

.daterangepicker td.disabled {
  text-decoration: none !important;
}

form.has-datefields input[type=date] {
  color: white;
}

.fileupload-with-overlay {
  position: relative;
  height: 100%;
}
.fileupload-with-overlay input.fileupload-overlay {
  background-color: white;
}
.fileupload-with-overlay div.upload-icon {
  position: absolute;
  top: 0;
  right: 1.25rem;
  width: 1.5rem;
  height: 100%;
}

.bid-row {
  height: 2.625rem;
}

form.selectable-bid .selectable-bid-row {
  background-color: white;
}

form.selectable-bid.active .selectable-bid-row {
  background-color: #E4F5E9;
}

a.neutral-link {
  text-decoration: none;
}
a.neutral-link:hover {
  font-weight: 400;
}

a.hover-underline {
  text-decoration: none;
}

a.hover-underline:hover {
  text-decoration: underline;
}

.my-text-wrap {
  /* Bootstraps .text-wrap doesn't work */
  word-wrap: break-word;
}

.bid-row-DECLINED {
  opacity: 0.6;
}

.quickstep-height {
  height: 40px;
}

.row.entry-page {
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-page-image-box {
  height: 413px;
  min-height: 413px;
  position: relative;
}

.abs-top-left {
  position: absolute;
  left: 0;
  top: 0;
}

.abs-top-right {
  position: absolute;
  right: 0;
  top: 0;
}

.abs-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.abs-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.entry-page-textbox {
  position: relative;
  width: 530px;
  background-color: #93A8FF;
}

.entry-page-textbox svg {
  width: 120px;
  position: absolute;
  right: -120px;
  top: 0;
}

.entry-page-textbox svg polygon {
  fill: #93A8FF;
}

.h1-extra {
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
}

.h2-extra {
  font-size: 2.5rem;
  font-weight: Thin;
  margin: 0;
}

.greybox-top {
  position: relative;
}

.greybox-top-imagebg {
  margin-left: -4rem;
  position: relative;
  width: 120px;
  height: 120px;
}

.greybox-top-splitbg {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}

.greybox-text {
  min-height: 11.5rem;
}

.entrypage-infobox {
  min-height: 150px;
  position: relative;
}

.entrypage-infobox-text {
  position: relative;
}

.entrypage-grey-border-container {
  position: relative;
  margin-left: 4rem;
  height: 100%;
  min-height: 11rem;
  padding: 2rem;
}
.entrypage-grey-border-container .entrypage-outercircle {
  position: absolute;
  left: -2rem;
  top: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  border-width: 1px;
  border-style: solid;
  border-color: #225B4C;
}
.entrypage-grey-border-container .entrypage-innercircle {
  position: absolute;
  left: -0.625rem;
  top: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100rem;
  background-color: #00E5A9;
}
.entrypage-grey-border-container .entrypage-border-cover {
  position: absolute;
  top: 0;
  left: -2px;
  width: 4px;
  height: calc(2rem + 5px);
}

.coloured-column-left {
  width: 2rem;
  float: left;
}

.marker-declined, .marker-accepted {
  display: none;
}

.DECLINED .marker-declined, .ACCEPTED .marker-accepted {
  display: inline;
}

.visi-none {
  visibility: hidden;
  pointer-events: none;
}

.price-list-box {
  min-width: 120px;
}

.revision-padding {
  padding-left: 2.25rem;
}

.flex-even {
  flex: 1;
}

.quick-entry > .alert.alert-info {
  /* Entrypage: Hide Alert for missing company-account. Should be done by Controller... */
  display: none;
}

#entrypage-mixed-graphic-container {
  min-height: 13.125rem;
}
#entrypage-mixed-graphic-container #entrypage-mixed-graphic {
  background-image: url("/img/entrypage/mixed-graphic.svg");
  background-repeat: no-repeat;
  background-position: bottom left 80px;
  float: left;
  width: 500px;
}

.deal-entry-header {
  background-image: url("/img/dealentry/deal-entry-header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.backdrop-filter {
  backdrop-filter: blur(10px) brightness(60%);
  -webkit-backdrop-filter: blur(10px) brightness(60%);
}

/*.entrypage-limited-width{
    max-width: 1000px;
}*/
.entrypage-doublebox {
  max-width: 384px;
  width: 384px;
}

.entrypage-doublebox .min-height {
  min-height: 4.75rem;
}

.entrypage-doublebox .btn-custom-confirm {
  min-width: 228px;
}

.entrypage-infobox-centered.min-height-1 {
  min-height: 15.5rem;
}

.entrypage-infobox-centered {
  height: 100%;
  position: relative;
}

.entrypage-infobox-centered .min-height {
  min-height: 4.75rem;
}

.entrypage-infobox-centered .min-height2,
.entrypage-rounded-imagebox .min-height2 {
  min-height: 7.5rem;
}

.entrypage-rounded-imagebox {
  border-radius: 6px;
  position: relative;
}
.entrypage-rounded-imagebox img.stretch-img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.entrypage-rounded-imagebox.entrypage-col2 {
  max-width: 570px;
}

.entrypage-rounded-imagebox.entrypage-col2-small {
  max-width: 496px;
}

.entrypage-icon-row {
  color: #081411;
}

.entrypage-icon-row-bottom {
  width: 16%;
}

#repeat-entrypage-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  background-image: url("/img/entrypage/mixed-graphic-extension-right.svg");
  background-position: bottom left;
  background-repeat: repeat-x;
}

.dropshadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.dropshadow-2 {
  box-shadow: 0 10px 25px rgba(58, 58, 58, 0.2);
}

.dropshadow-3 {
  box-shadow: 7px 4px 15px rgba(0, 0, 0, 0.1);
}

.filter-container:not(.handled), #filter-icon-button:not(.handled) {
  opacity: 0;
}

.btn-remove-device-group {
  background-color: red;
  display: none;
}

.no-items .btn-remove-device-group {
  background-color: transparent;
  display: inline;
}

div.form-control[type=button] {
  border-radius: 0.25rem;
}

.ts-btn-green, .btn-small-rect .ts-btn-green {
  background-color: #E8FEF5;
  border-color: #00E5A9;
  border-radius: 4px;
}

.ts-btn-green:hover, .btn-small-rect .ts-btn-green:hover {
  background-color: #E9EFED;
}

.ts-inter-18 {
  /*not final*/
  font-family: sans-serif;
  font-size: 18px;
  color: #363A54;
}

input.form-control::placeholder, input#brandName::placeholder {
  opacity: 0.5;
}

input[type=checkbox]:not(:checked) ~ .toggled-by-checkbox {
  display: none;
}

/* dm-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/dm-sans/dm-sans-v14-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/dm-sans/dm-sans-v14-latin_latin-ext-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/dm-sans/dm-sans-v14-latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/dm-sans/dm-sans-v14-latin_latin-ext-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/manrope/manrope-v15-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/manrope/manrope-v15-latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* material-icons-regular - latin */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/material-icons/material-icons-v142-latin-regular.woff2") format("woff2"), url("./fonts/material-icons/material-icons-v142-latin-regular.woff") format("woff"), url("./fonts/material-icons/material-icons-v142-latin-regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

/*#8392a1;*/
/* Layout sizes */
body {
  font-family: "DM Sans", "Century Gothic", "Futura", sans-serif;
  background: white;
}

/* for material icons if they are expcected within the text size */
.inherit-size {
  font-size: inherit !important;
}

.top {
  top: 0;
}

.right {
  top: 0;
}

.text-link {
  color: #1D99AE;
}

.font-size-normal {
  font-size: 1rem !important;
}

.border_trusc_lime {
  border: 2px dotted lime;
}

.border_trusc_red {
  border: 2px dotted red;
}

.bored {
  border: 1px solid;
}

.bored-red {
  border: 1px solid red;
}

/* Experimente */
/*@media(min-width:1200px){
    .container.full-size{
        max-width: 2000px;
    }
}*/
.nav-fixed {
  position: fixed;
  width: 100%;
}

#main.self-scroll {
  width: calc( 100% - 384px - 16px);
  max-width: calc( 100% - 384px - 16px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/*#side{
    .side-bottom-button-holder{
        background-color: #d5e9dd;
    }
}*/
/* Experimente/ */
.form-control, input#brandName, .btn {
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
  height: auto;
}

.form-control:disabled, input#brandName:disabled {
  cursor: not-allowed;
}

.error-display.error {
  position: relative;
  /*.error {
    position: relative;
    background-color: $color__danger_bg;
    border: none;
    border-left: 3px solid $color__error;
  }*/
}
.error-display.error.row::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  /* Adjust as needed */
  bottom: 0;
  width: 5px;
  /* Adjust as needed */
  background-color: #FC4B18;
  /* Outline color */
  pointer-events: none;
  /* Ensure it doesn't interfere with user interactions */
}
.error-display.error.btn-small-tab::before {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 3px;
  right: -1px;
  width: 100%;
  /* Adjust as needed */
  background-color: #FC4B18;
  /* Outline color */
  pointer-events: none;
  /* Ensure it doesn't interfere with user interactions */
}

.favoriteColor {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  /* Alternative using clip-path */
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.inactive {
  opacity: 0.5;
}

.disabled {
  pointer-events: none;
}

.readonly {
  pointer-events: none;
  tab-index: -1;
}

@page {
  size: A4;
  margin: 10mm;
}
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }

  .page-header {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0 !important;
  }

  .page-footer {
    position: fixed;
    bottom: 0;
    margin: 0 !important;
  }

  /* this tries to avoid page breaks within the element with the class */
  .page-break {
    page-break-inside: avoid;
  }
}
.bg-confetti {
  background-image: url("/img/confetti.svg");
  background-repeat: repeat-x;
}

.quickcheck-result {
  background-color: #0E2227;
  /* green-900 */
}

.ellipses {
  width: 100%;
  height: 100%;
  border-radius: 46.625rem;
  opacity: 0.26;
  background: #00E5A9;
  filter: blur(47.4000015259px);
  position: absolute;
  /* Required for pseudo-element positioning */
  z-index: -1000;
  /* Make sure text and content are above the background */
  overflow: hidden;
  /* Hide any excess filters if needed */
}

.dark-mode {
  color: #fff;
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode p,
.dark-mode .ts-title1, .dark-mode .ts-title1-bold,
.dark-mode .ts-title2, .dark-mode .ts-title2-bold {
  color: #fff;
}
.dark-mode .text-muted {
  color: #B0B0B0 !important;
}
.dark-mode .border,
.dark-mode .border-top,
.dark-mode .form-control,
.dark-mode input#brandName {
  border-color: rgba(230, 230, 230, 0.1) !important;
  color: #B0B0B0 !important;
}
.dark-mode .border:disabled,
.dark-mode .border-top:disabled,
.dark-mode .form-control:disabled,
.dark-mode input#brandName:disabled {
  background-color: #132E35 !important;
}
.dark-mode .btn-collapse-plus::after {
  color: #6B9187;
}
.dark-mode .item-form {
  border-radius: 0.5rem;
  background: rgba(6, 34, 39, 0.7);
  box-shadow: -7px -4px 15px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.75rem);
}
.dark-mode .item-form .form-control, .dark-mode .item-form input#brandName {
  background: rgba(29, 77, 84, 0.5);
}
.dark-mode .item-form .iconfont-dropdown {
  color: #6B9187;
}
.dark-mode .item-form .cust-dropdown-container .cust-dropdown-list,
.dark-mode .item-form .cust-dropdown-container .btn-cust-dropdown-list {
  color: #B0B0B0 !important;
  background-color: #13383D;
}
.dark-mode .item-form .cust-dropdown-container .cust-dropdown-list input.cust-dropdown-pseudoradio:checked ~ .btn-cust-dropdown-list,
.dark-mode .item-form .cust-dropdown-container .cust-dropdown-list input.cust-dropdown-radio:checked ~ .btn-cust-dropdown-list,
.dark-mode .item-form .cust-dropdown-container .cust-dropdown-list .btn-cust-dropdown-list:hover,
.dark-mode .item-form .cust-dropdown-container .btn-cust-dropdown-list input.cust-dropdown-pseudoradio:checked ~ .btn-cust-dropdown-list,
.dark-mode .item-form .cust-dropdown-container .btn-cust-dropdown-list input.cust-dropdown-radio:checked ~ .btn-cust-dropdown-list,
.dark-mode .item-form .cust-dropdown-container .btn-cust-dropdown-list .btn-cust-dropdown-list:hover {
  background-color: #1D4D54;
}
.dark-mode .item-form .cust-dropdown-container .btn-cust-dropdown.disabled {
  background-color: #132E35;
}
.dark-mode .btn:disabled {
  background-color: #545454 !important;
}
.dark-mode .btn-secondary:not(:disabled) {
  color: #132E35 !important;
  background-color: #fff !important;
}
.dark-mode .btn-secondary:not(:disabled):hover {
  background-color: #f0f0f0 !important;
}
.dark-mode .btn-secondary:not(:disabled):active {
  background-color: #E6E6E6 !important;
}
.dark-mode .btn-tertiary:not(:disabled) {
  color: #00E5A9 !important;
  border-color: #00E5A9 !important;
}
.dark-mode .btn-tertiary:not(:disabled):active {
  background-color: rgba(0, 194, 143, 0.24);
}

.text-green-300 {
  color: #6b9187 !important;
}

/*# sourceMappingURL=application.css.map */
