@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700");
:root {
  --blue: #0662e1;
  --indigo: #632487;
  --purple: #5F4B8B;
  --pink: #B76BA3;
  --red: #e4003d;
  --orange: #fc9a00;
  --yellow: #dacf07;
  --green: #5cc00c;
  --teal: #00A28A;
  --cyan: #3686A0;
  --white: #ffffff;
  --gray: #888c9b;
  --gray-dark: #222230;
  --primary: #13ac7e;
  --secondary: #f6f7f9;
  --success: #0662e1;
  --info: #3686A0;
  --warning: #fc9a00;
  --danger: #e4003d;
  --light: #f6f7f9;
  --dark: #222230;
  --neutral: #edf0f5;
  --q-red: #e4003d;
  --q-orange: #f95503;
  --q-orange2: #fa6e01;
  --q-orange3: #fc9a00;
  --q-yellow: #f5cd00;
  --q-yellow2: #dacf07;
  --q-green: #5cc00c;
  --q-green2: #13ac7e;
  --q-blue: #0662e1;
  --q-purple: #632487;
  --burgund: #a13941;
  --light-primary: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  --light-success: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  --light-info: rgb(167.1495327103, 211.0747663551, 225.3504672897);
  --light-warning: rgb(255, 224.0833333333, 175.5);
  --light-danger: rgb(255, 151.5, 179.1907894737);
  --light-dark: rgb(108.9512195122, 108.9512195122, 151.5487804878);
  --q-light-red: rgb(255, 151.5, 179.1907894737);
  --q-light-orange: rgb(254.0535714286, 202.3154761905, 176.4464285714);
  --q-light-orange2: rgb(254.6792828685, 209.7788844622, 174.8207171315);
  --q-light-orange3: rgb(255, 224.0833333333, 175.5);
  --q-light-yellow: rgb(255, 240.8775510204, 168.5);
  --q-light-yellow2: rgb(251.6866666667, 246.48, 151.8133333333);
  --q-light-green: rgb(185, 247.5, 135);
  --q-light-green2: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  --q-light-blue: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  --q-light-purple: rgb(187.4210526316, 128.2894736842, 221.2105263158);
  --light-burgund: rgb(225.3233944954, 171.1766055046, 175.3417431193);
  --gray-000: #ffffff;
  --gray-999: #000000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --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: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

[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: 500;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

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: #0662e1;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(4.012987013, 65.5454545455, 150.487012987);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

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: #888c9b;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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;
}

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;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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: normal;
}

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #888c9b;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #888c9b;
}

code {
  font-size: 87.5%;
  color: #B76BA3;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #363642;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
}

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

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #363642;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #363642;
}
.form-control:focus {
  color: #363642;
  background-color: #ffffff;
  border-color: #13ac7e;
  outline: 0;
  box-shadow: 0 0 0 1px #13ac7e;
}
.form-control::placeholder {
  color: #888c9b;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f6f7f9;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #363642;
  background-color: #ffffff;
}

.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: 1rem;
  line-height: 1.75;
}

.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: #000000;
  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.75em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.75;
  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: #888c9b;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(6, 98, 225, 0.98);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #0662e1;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230662e1' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #0662e1;
  box-shadow: 0 0 0 1px rgba(6, 98, 225, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #0662e1;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, 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='%230662e1' 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") transparent no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #0662e1;
  box-shadow: 0 0 0 1px rgba(6, 98, 225, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #0662e1;
}
.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: #0662e1;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #0662e1;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(32.9220779221, 123.7272727273, 249.0779220779);
  background-color: rgb(32.9220779221, 123.7272727273, 249.0779220779);
}
.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 1px rgba(6, 98, 225, 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: #0662e1;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #0662e1;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #0662e1;
  box-shadow: 0 0 0 1px rgba(6, 98, 225, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(228, 0, 61, 0.98);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e4003d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e4003d' 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='%23e4003d' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e4003d;
  box-shadow: 0 0 0 1px rgba(228, 0, 61, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e4003d;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e4003d' 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='%23e4003d' stroke='none'/%3e%3c/svg%3e") transparent no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e4003d;
  box-shadow: 0 0 0 1px rgba(228, 0, 61, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e4003d;
}
.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: #e4003d;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e4003d;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 24, 85.8026315789);
  background-color: rgb(255, 24, 85.8026315789);
}
.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 1px rgba(228, 0, 61, 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: #e4003d;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e4003d;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e4003d;
  box-shadow: 0 0 0 1px rgba(228, 0, 61, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 300;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 1px #13ac7e;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #13ac7e;
  border-color: #13ac7e;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(15.195026178, 137.554973822, 100.7670157068);
  border-color: rgb(13.9267015707, 126.0732984293, 92.3560209424);
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: rgb(15.195026178, 137.554973822, 100.7670157068);
  border-color: rgb(13.9267015707, 126.0732984293, 92.3560209424);
  box-shadow: 0 0 0 1px rgba(54.4, 184.45, 145.35, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #13ac7e;
  border-color: #13ac7e;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(13.9267015707, 126.0732984293, 92.3560209424);
  border-color: rgb(12.6583769634, 114.5916230366, 83.945026178);
}
.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 1px rgba(54.4, 184.45, 145.35, 0.5);
}

.btn-secondary {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}
.btn-secondary:hover {
  color: #363642;
  background-color: rgb(223.05, 226.6, 233.7);
  border-color: rgb(215.4, 219.8, 228.6);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #363642;
  background-color: rgb(223.05, 226.6, 233.7);
  border-color: rgb(215.4, 219.8, 228.6);
  box-shadow: 0 0 0 1px rgba(217.2, 218.05, 221.55, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #363642;
  background-color: rgb(215.4, 219.8, 228.6);
  border-color: rgb(207.75, 213, 223.5);
}
.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 1px rgba(217.2, 218.05, 221.55, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #0662e1;
  border-color: #0662e1;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(5.0064935065, 81.7727272727, 187.7435064935);
  border-color: rgb(4.6753246753, 76.3636363636, 175.3246753247);
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: rgb(5.0064935065, 81.7727272727, 187.7435064935);
  border-color: rgb(4.6753246753, 76.3636363636, 175.3246753247);
  box-shadow: 0 0 0 1px rgba(43.35, 121.55, 229.5, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #0662e1;
  border-color: #0662e1;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(4.6753246753, 76.3636363636, 175.3246753247);
  border-color: rgb(4.3441558442, 70.9545454545, 162.9058441558);
}
.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 1px rgba(43.35, 121.55, 229.5, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #3686A0;
  border-color: #3686A0;
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgb(44.3481308411, 110.0490654206, 131.4018691589);
  border-color: rgb(41.1308411215, 102.0654205607, 121.8691588785);
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: rgb(44.3481308411, 110.0490654206, 131.4018691589);
  border-color: rgb(41.1308411215, 102.0654205607, 121.8691588785);
  box-shadow: 0 0 0 1px rgba(84.15, 152.15, 174.25, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #3686A0;
  border-color: #3686A0;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(41.1308411215, 102.0654205607, 121.8691588785);
  border-color: rgb(37.9135514019, 94.0817757009, 112.3364485981);
}
.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 1px rgba(84.15, 152.15, 174.25, 0.5);
}

.btn-warning {
  color: #363642;
  background-color: #fc9a00;
  border-color: #fc9a00;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: rgb(213.75, 130.625, 0);
  border-color: rgb(201, 122.8333333333, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: rgb(213.75, 130.625, 0);
  border-color: rgb(201, 122.8333333333, 0);
  box-shadow: 0 0 0 1px rgba(222.3, 139, 9.9, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #363642;
  background-color: #fc9a00;
  border-color: #fc9a00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(201, 122.8333333333, 0);
  border-color: rgb(188.25, 115.0416666667, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(222.3, 139, 9.9, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #e4003d;
  border-color: #e4003d;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(189.75, 0, 50.7664473684);
  border-color: rgb(177, 0, 47.3552631579);
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: rgb(189.75, 0, 50.7664473684);
  border-color: rgb(177, 0, 47.3552631579);
  box-shadow: 0 0 0 1px rgba(232.05, 38.25, 90.1, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #e4003d;
  border-color: #e4003d;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(177, 0, 47.3552631579);
  border-color: rgb(164.25, 0, 43.9440789474);
}
.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 1px rgba(232.05, 38.25, 90.1, 0.5);
}

.btn-light {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}
.btn-light:hover {
  color: #363642;
  background-color: rgb(223.05, 226.6, 233.7);
  border-color: rgb(215.4, 219.8, 228.6);
}
.btn-light:focus, .btn-light.focus {
  color: #363642;
  background-color: rgb(223.05, 226.6, 233.7);
  border-color: rgb(215.4, 219.8, 228.6);
  box-shadow: 0 0 0 1px rgba(217.2, 218.05, 221.55, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #363642;
  background-color: rgb(215.4, 219.8, 228.6);
  border-color: rgb(207.75, 213, 223.5);
}
.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 1px rgba(217.2, 218.05, 221.55, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #222230;
  border-color: #222230;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(18.1402439024, 18.1402439024, 25.6097560976);
  border-color: rgb(12.8536585366, 12.8536585366, 18.1463414634);
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: rgb(18.1402439024, 18.1402439024, 25.6097560976);
  border-color: rgb(12.8536585366, 12.8536585366, 18.1463414634);
  box-shadow: 0 0 0 1px rgba(67.15, 67.15, 79.05, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #222230;
  border-color: #222230;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(12.8536585366, 12.8536585366, 18.1463414634);
  border-color: rgb(7.5670731707, 7.5670731707, 10.6829268293);
}
.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 1px rgba(67.15, 67.15, 79.05, 0.5);
}

.btn-neutral {
  color: #363642;
  background-color: #edf0f5;
  border-color: #edf0f5;
}
.btn-neutral:hover {
  color: #363642;
  background-color: rgb(212.4107142857, 219.5089285714, 231.3392857143);
  border-color: rgb(204.2142857143, 212.6785714286, 226.7857142857);
}
.btn-neutral:focus, .btn-neutral.focus {
  color: #363642;
  background-color: rgb(212.4107142857, 219.5089285714, 231.3392857143);
  border-color: rgb(204.2142857143, 212.6785714286, 226.7857142857);
  box-shadow: 0 0 0 1px rgba(209.55, 212.1, 218.15, 0.5);
}
.btn-neutral.disabled, .btn-neutral:disabled {
  color: #363642;
  background-color: #edf0f5;
  border-color: #edf0f5;
}
.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .show > .btn-neutral.dropdown-toggle {
  color: #363642;
  background-color: rgb(204.2142857143, 212.6785714286, 226.7857142857);
  border-color: rgb(196.0178571429, 205.8482142857, 222.2321428571);
}
.btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(209.55, 212.1, 218.15, 0.5);
}

.btn-q-red {
  color: #ffffff;
  background-color: #e4003d;
  border-color: #e4003d;
}
.btn-q-red:hover {
  color: #ffffff;
  background-color: rgb(189.75, 0, 50.7664473684);
  border-color: rgb(177, 0, 47.3552631579);
}
.btn-q-red:focus, .btn-q-red.focus {
  color: #ffffff;
  background-color: rgb(189.75, 0, 50.7664473684);
  border-color: rgb(177, 0, 47.3552631579);
  box-shadow: 0 0 0 1px rgba(232.05, 38.25, 90.1, 0.5);
}
.btn-q-red.disabled, .btn-q-red:disabled {
  color: #ffffff;
  background-color: #e4003d;
  border-color: #e4003d;
}
.btn-q-red:not(:disabled):not(.disabled):active, .btn-q-red:not(:disabled):not(.disabled).active, .show > .btn-q-red.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(177, 0, 47.3552631579);
  border-color: rgb(164.25, 0, 43.9440789474);
}
.btn-q-red:not(:disabled):not(.disabled):active:focus, .btn-q-red:not(:disabled):not(.disabled).active:focus, .show > .btn-q-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(232.05, 38.25, 90.1, 0.5);
}

.btn-q-orange {
  color: #ffffff;
  background-color: #f95503;
  border-color: #f95503;
}
.btn-q-orange:hover {
  color: #ffffff;
  background-color: rgb(211.2053571429, 72.0982142857, 2.5446428571);
  border-color: rgb(198.6071428571, 67.7976190476, 2.3928571429);
}
.btn-q-orange:focus, .btn-q-orange.focus {
  color: #ffffff;
  background-color: rgb(211.2053571429, 72.0982142857, 2.5446428571);
  border-color: rgb(198.6071428571, 67.7976190476, 2.3928571429);
  box-shadow: 0 0 0 1px rgba(249.9, 110.5, 40.8, 0.5);
}
.btn-q-orange.disabled, .btn-q-orange:disabled {
  color: #ffffff;
  background-color: #f95503;
  border-color: #f95503;
}
.btn-q-orange:not(:disabled):not(.disabled):active, .btn-q-orange:not(:disabled):not(.disabled).active, .show > .btn-q-orange.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(198.6071428571, 67.7976190476, 2.3928571429);
  border-color: rgb(186.0089285714, 63.4970238095, 2.2410714286);
}
.btn-q-orange:not(:disabled):not(.disabled):active:focus, .btn-q-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-q-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(249.9, 110.5, 40.8, 0.5);
}

.btn-q-orange2 {
  color: #ffffff;
  background-color: #fa6e01;
  border-color: #fa6e01;
}
.btn-q-orange2:hover {
  color: #ffffff;
  background-color: rgb(211.9023904382, 93.2370517928, 0.8476095618);
  border-color: rgb(199.203187251, 87.6494023904, 0.796812749);
}
.btn-q-orange2:focus, .btn-q-orange2.focus {
  color: #ffffff;
  background-color: rgb(211.9023904382, 93.2370517928, 0.8476095618);
  border-color: rgb(199.203187251, 87.6494023904, 0.796812749);
  box-shadow: 0 0 0 1px rgba(250.75, 131.75, 39.1, 0.5);
}
.btn-q-orange2.disabled, .btn-q-orange2:disabled {
  color: #ffffff;
  background-color: #fa6e01;
  border-color: #fa6e01;
}
.btn-q-orange2:not(:disabled):not(.disabled):active, .btn-q-orange2:not(:disabled):not(.disabled).active, .show > .btn-q-orange2.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(199.203187251, 87.6494023904, 0.796812749);
  border-color: rgb(186.5039840637, 82.061752988, 0.7460159363);
}
.btn-q-orange2:not(:disabled):not(.disabled):active:focus, .btn-q-orange2:not(:disabled):not(.disabled).active:focus, .show > .btn-q-orange2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(250.75, 131.75, 39.1, 0.5);
}

.btn-q-orange3 {
  color: #363642;
  background-color: #fc9a00;
  border-color: #fc9a00;
}
.btn-q-orange3:hover {
  color: #ffffff;
  background-color: rgb(213.75, 130.625, 0);
  border-color: rgb(201, 122.8333333333, 0);
}
.btn-q-orange3:focus, .btn-q-orange3.focus {
  color: #ffffff;
  background-color: rgb(213.75, 130.625, 0);
  border-color: rgb(201, 122.8333333333, 0);
  box-shadow: 0 0 0 1px rgba(222.3, 139, 9.9, 0.5);
}
.btn-q-orange3.disabled, .btn-q-orange3:disabled {
  color: #363642;
  background-color: #fc9a00;
  border-color: #fc9a00;
}
.btn-q-orange3:not(:disabled):not(.disabled):active, .btn-q-orange3:not(:disabled):not(.disabled).active, .show > .btn-q-orange3.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(201, 122.8333333333, 0);
  border-color: rgb(188.25, 115.0416666667, 0);
}
.btn-q-orange3:not(:disabled):not(.disabled):active:focus, .btn-q-orange3:not(:disabled):not(.disabled).active:focus, .show > .btn-q-orange3.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(222.3, 139, 9.9, 0.5);
}

.btn-q-yellow {
  color: #363642;
  background-color: #f5cd00;
  border-color: #f5cd00;
}
.btn-q-yellow:hover {
  color: #363642;
  background-color: rgb(206.75, 172.9948979592, 0);
  border-color: rgb(194, 162.3265306122, 0);
}
.btn-q-yellow:focus, .btn-q-yellow.focus {
  color: #363642;
  background-color: rgb(206.75, 172.9948979592, 0);
  border-color: rgb(194, 162.3265306122, 0);
  box-shadow: 0 0 0 1px rgba(216.35, 182.35, 9.9, 0.5);
}
.btn-q-yellow.disabled, .btn-q-yellow:disabled {
  color: #363642;
  background-color: #f5cd00;
  border-color: #f5cd00;
}
.btn-q-yellow:not(:disabled):not(.disabled):active, .btn-q-yellow:not(:disabled):not(.disabled).active, .show > .btn-q-yellow.dropdown-toggle {
  color: #363642;
  background-color: rgb(194, 162.3265306122, 0);
  border-color: rgb(181.25, 151.6581632653, 0);
}
.btn-q-yellow:not(:disabled):not(.disabled):active:focus, .btn-q-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-q-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(216.35, 182.35, 9.9, 0.5);
}

.btn-q-yellow2 {
  color: #363642;
  background-color: #dacf07;
  border-color: #dacf07;
}
.btn-q-yellow2:hover {
  color: #363642;
  background-color: rgb(180.94, 171.81, 5.81);
  border-color: rgb(168.5866666667, 160.08, 5.4133333333);
}
.btn-q-yellow2:focus, .btn-q-yellow2.focus {
  color: #363642;
  background-color: rgb(180.94, 171.81, 5.81);
  border-color: rgb(168.5866666667, 160.08, 5.4133333333);
  box-shadow: 0 0 0 1px rgba(193.4, 184.05, 15.85, 0.5);
}
.btn-q-yellow2.disabled, .btn-q-yellow2:disabled {
  color: #363642;
  background-color: #dacf07;
  border-color: #dacf07;
}
.btn-q-yellow2:not(:disabled):not(.disabled):active, .btn-q-yellow2:not(:disabled):not(.disabled).active, .show > .btn-q-yellow2.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(168.5866666667, 160.08, 5.4133333333);
  border-color: rgb(156.2333333333, 148.35, 5.0166666667);
}
.btn-q-yellow2:not(:disabled):not(.disabled):active:focus, .btn-q-yellow2:not(:disabled):not(.disabled).active:focus, .show > .btn-q-yellow2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(193.4, 184.05, 15.85, 0.5);
}

.btn-q-green {
  color: #ffffff;
  background-color: #5cc00c;
  border-color: #5cc00c;
}
.btn-q-green:hover {
  color: #ffffff;
  background-color: rgb(74.75, 156, 9.75);
  border-color: #459009;
}
.btn-q-green:focus, .btn-q-green.focus {
  color: #ffffff;
  background-color: rgb(74.75, 156, 9.75);
  border-color: #459009;
  box-shadow: 0 0 0 1px rgba(116.45, 201.45, 48.45, 0.5);
}
.btn-q-green.disabled, .btn-q-green:disabled {
  color: #ffffff;
  background-color: #5cc00c;
  border-color: #5cc00c;
}
.btn-q-green:not(:disabled):not(.disabled):active, .btn-q-green:not(:disabled):not(.disabled).active, .show > .btn-q-green.dropdown-toggle {
  color: #ffffff;
  background-color: #459009;
  border-color: rgb(63.25, 132, 8.25);
}
.btn-q-green:not(:disabled):not(.disabled):active:focus, .btn-q-green:not(:disabled):not(.disabled).active:focus, .show > .btn-q-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(116.45, 201.45, 48.45, 0.5);
}

.btn-q-green2 {
  color: #ffffff;
  background-color: #13ac7e;
  border-color: #13ac7e;
}
.btn-q-green2:hover {
  color: #ffffff;
  background-color: rgb(15.195026178, 137.554973822, 100.7670157068);
  border-color: rgb(13.9267015707, 126.0732984293, 92.3560209424);
}
.btn-q-green2:focus, .btn-q-green2.focus {
  color: #ffffff;
  background-color: rgb(15.195026178, 137.554973822, 100.7670157068);
  border-color: rgb(13.9267015707, 126.0732984293, 92.3560209424);
  box-shadow: 0 0 0 1px rgba(54.4, 184.45, 145.35, 0.5);
}
.btn-q-green2.disabled, .btn-q-green2:disabled {
  color: #ffffff;
  background-color: #13ac7e;
  border-color: #13ac7e;
}
.btn-q-green2:not(:disabled):not(.disabled):active, .btn-q-green2:not(:disabled):not(.disabled).active, .show > .btn-q-green2.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(13.9267015707, 126.0732984293, 92.3560209424);
  border-color: rgb(12.6583769634, 114.5916230366, 83.945026178);
}
.btn-q-green2:not(:disabled):not(.disabled):active:focus, .btn-q-green2:not(:disabled):not(.disabled).active:focus, .show > .btn-q-green2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(54.4, 184.45, 145.35, 0.5);
}

.btn-q-blue {
  color: #ffffff;
  background-color: #0662e1;
  border-color: #0662e1;
}
.btn-q-blue:hover {
  color: #ffffff;
  background-color: rgb(5.0064935065, 81.7727272727, 187.7435064935);
  border-color: rgb(4.6753246753, 76.3636363636, 175.3246753247);
}
.btn-q-blue:focus, .btn-q-blue.focus {
  color: #ffffff;
  background-color: rgb(5.0064935065, 81.7727272727, 187.7435064935);
  border-color: rgb(4.6753246753, 76.3636363636, 175.3246753247);
  box-shadow: 0 0 0 1px rgba(43.35, 121.55, 229.5, 0.5);
}
.btn-q-blue.disabled, .btn-q-blue:disabled {
  color: #ffffff;
  background-color: #0662e1;
  border-color: #0662e1;
}
.btn-q-blue:not(:disabled):not(.disabled):active, .btn-q-blue:not(:disabled):not(.disabled).active, .show > .btn-q-blue.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(4.6753246753, 76.3636363636, 175.3246753247);
  border-color: rgb(4.3441558442, 70.9545454545, 162.9058441558);
}
.btn-q-blue:not(:disabled):not(.disabled):active:focus, .btn-q-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-q-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(43.35, 121.55, 229.5, 0.5);
}

.btn-q-purple {
  color: #ffffff;
  background-color: #632487;
  border-color: #632487;
}
.btn-q-purple:hover {
  color: #ffffff;
  background-color: rgb(76.8552631579, 27.9473684211, 104.8026315789);
  border-color: rgb(69.4736842105, 25.2631578947, 94.7368421053);
}
.btn-q-purple:focus, .btn-q-purple.focus {
  color: #ffffff;
  background-color: rgb(76.8552631579, 27.9473684211, 104.8026315789);
  border-color: rgb(69.4736842105, 25.2631578947, 94.7368421053);
  box-shadow: 0 0 0 1px rgba(122.4, 68.85, 153, 0.5);
}
.btn-q-purple.disabled, .btn-q-purple:disabled {
  color: #ffffff;
  background-color: #632487;
  border-color: #632487;
}
.btn-q-purple:not(:disabled):not(.disabled):active, .btn-q-purple:not(:disabled):not(.disabled).active, .show > .btn-q-purple.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(69.4736842105, 25.2631578947, 94.7368421053);
  border-color: rgb(62.0921052632, 22.5789473684, 84.6710526316);
}
.btn-q-purple:not(:disabled):not(.disabled):active:focus, .btn-q-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-q-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(122.4, 68.85, 153, 0.5);
}

.btn-burgund {
  color: #ffffff;
  background-color: #a13941;
  border-color: #a13941;
}
.btn-burgund:hover {
  color: #ffffff;
  background-color: rgb(132.751146789, 46.998853211, 53.5951834862);
  border-color: rgb(123.3348623853, 43.6651376147, 49.7935779817);
}
.btn-burgund:focus, .btn-burgund.focus {
  color: #ffffff;
  background-color: rgb(132.751146789, 46.998853211, 53.5951834862);
  border-color: rgb(123.3348623853, 43.6651376147, 49.7935779817);
  box-shadow: 0 0 0 1px rgba(175.1, 86.7, 93.5, 0.5);
}
.btn-burgund.disabled, .btn-burgund:disabled {
  color: #ffffff;
  background-color: #a13941;
  border-color: #a13941;
}
.btn-burgund:not(:disabled):not(.disabled):active, .btn-burgund:not(:disabled):not(.disabled).active, .show > .btn-burgund.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(123.3348623853, 43.6651376147, 49.7935779817);
  border-color: rgb(113.9185779817, 40.3314220183, 45.9919724771);
}
.btn-burgund:not(:disabled):not(.disabled):active:focus, .btn-burgund:not(:disabled):not(.disabled).active:focus, .show > .btn-burgund.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(175.1, 86.7, 93.5, 0.5);
}

.btn-light-primary {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-light-primary:hover {
  color: #363642;
  background-color: rgb(94.0314136126, 237.2185863874, 194.1688481675);
  border-color: rgb(82.5497382199, 235.9502617801, 189.8298429319);
}
.btn-light-primary:focus, .btn-light-primary.focus {
  color: #363642;
  background-color: rgb(94.0314136126, 237.2185863874, 194.1688481675);
  border-color: rgb(82.5497382199, 235.9502617801, 189.8298429319);
  box-shadow: 0 0 0 1px rgba(117.304973822, 212.970026178, 186.0079842932, 0.5);
}
.btn-light-primary.disabled, .btn-light-primary:disabled {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-light-primary:not(:disabled):not(.disabled):active, .btn-light-primary:not(:disabled):not(.disabled).active, .show > .btn-light-primary.dropdown-toggle {
  color: #363642;
  background-color: rgb(82.5497382199, 235.9502617801, 189.8298429319);
  border-color: rgb(71.0680628272, 234.6819371728, 185.4908376963);
}
.btn-light-primary:not(:disabled):not(.disabled):active:focus, .btn-light-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-light-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(117.304973822, 212.970026178, 186.0079842932, 0.5);
}

.btn-light-success {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-light-success:hover {
  color: #363642;
  background-color: rgb(119.8538961039, 175.1136363636, 251.3961038961);
  border-color: rgb(107.4350649351, 167.7727272727, 251.0649350649);
}
.btn-light-success:focus, .btn-light-success.focus {
  color: #363642;
  background-color: rgb(119.8538961039, 175.1136363636, 251.3961038961);
  border-color: rgb(107.4350649351, 167.7727272727, 251.0649350649);
  box-shadow: 0 0 0 1px rgba(141.6438311688, 175.6659090909, 224.4311688312, 0.5);
}
.btn-light-success.disabled, .btn-light-success:disabled {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-light-success:not(:disabled):not(.disabled):active, .btn-light-success:not(:disabled):not(.disabled).active, .show > .btn-light-success.dropdown-toggle {
  color: #363642;
  background-color: rgb(107.4350649351, 167.7727272727, 251.0649350649);
  border-color: rgb(95.0162337662, 160.4318181818, 250.7337662338);
}
.btn-light-success:not(:disabled):not(.disabled):active:focus, .btn-light-success:not(:disabled):not(.disabled).active:focus, .show > .btn-light-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(141.6438311688, 175.6659090909, 224.4311688312, 0.5);
}

.btn-light-info {
  color: #363642;
  background-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
  border-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
}
.btn-light-info:hover {
  color: #363642;
  background-color: rgb(138.5514018692, 196.7757009346, 215.6985981308);
  border-color: rgb(129.0186915888, 192.0093457944, 212.4813084112);
}
.btn-light-info:focus, .btn-light-info.focus {
  color: #363642;
  background-color: rgb(138.5514018692, 196.7757009346, 215.6985981308);
  border-color: rgb(129.0186915888, 192.0093457944, 212.4813084112);
  box-shadow: 0 0 0 1px rgba(150.1771028037, 187.5135514019, 201.4478971963, 0.5);
}
.btn-light-info.disabled, .btn-light-info:disabled {
  color: #363642;
  background-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
  border-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
}
.btn-light-info:not(:disabled):not(.disabled):active, .btn-light-info:not(:disabled):not(.disabled).active, .show > .btn-light-info.dropdown-toggle {
  color: #363642;
  background-color: rgb(129.0186915888, 192.0093457944, 212.4813084112);
  border-color: rgb(119.4859813084, 187.2429906542, 209.2640186916);
}
.btn-light-info:not(:disabled):not(.disabled):active:focus, .btn-light-info:not(:disabled):not(.disabled).active:focus, .show > .btn-light-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(150.1771028037, 187.5135514019, 201.4478971963, 0.5);
}

.btn-light-warning {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-light-warning:hover {
  color: #363642;
  background-color: rgb(255, 209.2083333333, 137.25);
  border-color: rgb(255, 204.25, 124.5);
}
.btn-light-warning:focus, .btn-light-warning.focus {
  color: #363642;
  background-color: rgb(255, 209.2083333333, 137.25);
  border-color: rgb(255, 204.25, 124.5);
  box-shadow: 0 0 0 1px rgba(224.85, 198.5708333333, 159.075, 0.5);
}
.btn-light-warning.disabled, .btn-light-warning:disabled {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-light-warning:not(:disabled):not(.disabled):active, .btn-light-warning:not(:disabled):not(.disabled).active, .show > .btn-light-warning.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 204.25, 124.5);
  border-color: rgb(255, 199.2916666667, 111.75);
}
.btn-light-warning:not(:disabled):not(.disabled):active:focus, .btn-light-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-light-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(224.85, 198.5708333333, 159.075, 0.5);
}

.btn-light-danger {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-light-danger:hover {
  color: #363642;
  background-color: rgb(255, 113.25, 151.1743421053);
  border-color: rgb(255, 100.5, 141.8355263158);
}
.btn-light-danger:focus, .btn-light-danger.focus {
  color: #363642;
  background-color: rgb(255, 113.25, 151.1743421053);
  border-color: rgb(255, 100.5, 141.8355263158);
  box-shadow: 0 0 0 1px rgba(224.85, 136.875, 162.2121710526, 0.5);
}
.btn-light-danger.disabled, .btn-light-danger:disabled {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-light-danger:not(:disabled):not(.disabled):active, .btn-light-danger:not(:disabled):not(.disabled).active, .show > .btn-light-danger.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 100.5, 141.8355263158);
  border-color: rgb(255, 87.75, 132.4967105263);
}
.btn-light-danger:not(:disabled):not(.disabled):active:focus, .btn-light-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-light-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(224.85, 136.875, 162.2121710526, 0.5);
}

.btn-light-dark {
  color: #ffffff;
  background-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
  border-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
}
.btn-light-dark:hover {
  color: #ffffff;
  background-color: rgb(92.1524390244, 92.1524390244, 130.0975609756);
  border-color: rgb(86.8658536585, 86.8658536585, 122.6341463415);
}
.btn-light-dark:focus, .btn-light-dark.focus {
  color: #ffffff;
  background-color: rgb(92.1524390244, 92.1524390244, 130.0975609756);
  border-color: rgb(86.8658536585, 86.8658536585, 122.6341463415);
  box-shadow: 0 0 0 1px rgba(130.8585365854, 130.8585365854, 167.0664634146, 0.5);
}
.btn-light-dark.disabled, .btn-light-dark:disabled {
  color: #ffffff;
  background-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
  border-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
}
.btn-light-dark:not(:disabled):not(.disabled):active, .btn-light-dark:not(:disabled):not(.disabled).active, .show > .btn-light-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(86.8658536585, 86.8658536585, 122.6341463415);
  border-color: rgb(81.5792682927, 81.5792682927, 115.1707317073);
}
.btn-light-dark:not(:disabled):not(.disabled):active:focus, .btn-light-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-light-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(130.8585365854, 130.8585365854, 167.0664634146, 0.5);
}

.btn-q-light-red {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-q-light-red:hover {
  color: #363642;
  background-color: rgb(255, 113.25, 151.1743421053);
  border-color: rgb(255, 100.5, 141.8355263158);
}
.btn-q-light-red:focus, .btn-q-light-red.focus {
  color: #363642;
  background-color: rgb(255, 113.25, 151.1743421053);
  border-color: rgb(255, 100.5, 141.8355263158);
  box-shadow: 0 0 0 1px rgba(224.85, 136.875, 162.2121710526, 0.5);
}
.btn-q-light-red.disabled, .btn-q-light-red:disabled {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-q-light-red:not(:disabled):not(.disabled):active, .btn-q-light-red:not(:disabled):not(.disabled).active, .show > .btn-q-light-red.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 100.5, 141.8355263158);
  border-color: rgb(255, 87.75, 132.4967105263);
}
.btn-q-light-red:not(:disabled):not(.disabled):active:focus, .btn-q-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(224.85, 136.875, 162.2121710526, 0.5);
}

.btn-q-light-orange {
  color: #363642;
  background-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
  border-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
}
.btn-q-light-orange:hover {
  color: #363642;
  background-color: rgb(253.5982142857, 176.9672619048, 138.6517857143);
  border-color: rgb(253.4464285714, 168.5178571429, 126.0535714286);
}
.btn-q-light-orange:focus, .btn-q-light-orange.focus {
  color: #363642;
  background-color: rgb(253.5982142857, 176.9672619048, 138.6517857143);
  border-color: rgb(253.4464285714, 168.5178571429, 126.0535714286);
  box-shadow: 0 0 0 1px rgba(224.0455357143, 180.0681547619, 159.8794642857, 0.5);
}
.btn-q-light-orange.disabled, .btn-q-light-orange:disabled {
  color: #363642;
  background-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
  border-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
}
.btn-q-light-orange:not(:disabled):not(.disabled):active, .btn-q-light-orange:not(:disabled):not(.disabled).active, .show > .btn-q-light-orange.dropdown-toggle {
  color: #363642;
  background-color: rgb(253.4464285714, 168.5178571429, 126.0535714286);
  border-color: rgb(253.2946428571, 160.068452381, 113.4553571429);
}
.btn-q-light-orange:not(:disabled):not(.disabled):active:focus, .btn-q-light-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(224.0455357143, 180.0681547619, 159.8794642857, 0.5);
}

.btn-q-light-orange2 {
  color: #363642;
  background-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
  border-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
}
.btn-q-light-orange2:hover {
  color: #363642;
  background-color: rgb(254.5268924303, 188.2918326693, 136.7231075697);
  border-color: rgb(254.4760956175, 181.1294820717, 124.0239043825);
}
.btn-q-light-orange2:focus, .btn-q-light-orange2.focus {
  color: #363642;
  background-color: rgb(254.5268924303, 188.2918326693, 136.7231075697);
  border-color: rgb(254.4760956175, 181.1294820717, 124.0239043825);
  box-shadow: 0 0 0 1px rgba(224.5773904382, 186.4120517928, 158.4976095618, 0.5);
}
.btn-q-light-orange2.disabled, .btn-q-light-orange2:disabled {
  color: #363642;
  background-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
  border-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
}
.btn-q-light-orange2:not(:disabled):not(.disabled):active, .btn-q-light-orange2:not(:disabled):not(.disabled).active, .show > .btn-q-light-orange2.dropdown-toggle {
  color: #363642;
  background-color: rgb(254.4760956175, 181.1294820717, 124.0239043825);
  border-color: rgb(254.4252988048, 173.9671314741, 111.3247011952);
}
.btn-q-light-orange2:not(:disabled):not(.disabled):active:focus, .btn-q-light-orange2:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-orange2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(224.5773904382, 186.4120517928, 158.4976095618, 0.5);
}

.btn-q-light-orange3 {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-q-light-orange3:hover {
  color: #363642;
  background-color: rgb(255, 209.2083333333, 137.25);
  border-color: rgb(255, 204.25, 124.5);
}
.btn-q-light-orange3:focus, .btn-q-light-orange3.focus {
  color: #363642;
  background-color: rgb(255, 209.2083333333, 137.25);
  border-color: rgb(255, 204.25, 124.5);
  box-shadow: 0 0 0 1px rgba(224.85, 198.5708333333, 159.075, 0.5);
}
.btn-q-light-orange3.disabled, .btn-q-light-orange3:disabled {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-q-light-orange3:not(:disabled):not(.disabled):active, .btn-q-light-orange3:not(:disabled):not(.disabled).active, .show > .btn-q-light-orange3.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 204.25, 124.5);
  border-color: rgb(255, 199.2916666667, 111.75);
}
.btn-q-light-orange3:not(:disabled):not(.disabled):active:focus, .btn-q-light-orange3:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-orange3.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(224.85, 198.5708333333, 159.075, 0.5);
}

.btn-q-light-yellow {
  color: #363642;
  background-color: rgb(255, 240.8775510204, 168.5);
  border-color: rgb(255, 240.8775510204, 168.5);
}
.btn-q-light-yellow:hover {
  color: #363642;
  background-color: rgb(255, 234.6326530612, 130.25);
  border-color: rgb(255, 232.5510204082, 117.5);
}
.btn-q-light-yellow:focus, .btn-q-light-yellow.focus {
  color: #363642;
  background-color: rgb(255, 234.6326530612, 130.25);
  border-color: rgb(255, 232.5510204082, 117.5);
  box-shadow: 0 0 0 1px rgba(224.85, 212.8459183673, 153.125, 0.5);
}
.btn-q-light-yellow.disabled, .btn-q-light-yellow:disabled {
  color: #363642;
  background-color: rgb(255, 240.8775510204, 168.5);
  border-color: rgb(255, 240.8775510204, 168.5);
}
.btn-q-light-yellow:not(:disabled):not(.disabled):active, .btn-q-light-yellow:not(:disabled):not(.disabled).active, .show > .btn-q-light-yellow.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 232.5510204082, 117.5);
  border-color: rgb(255, 230.4693877551, 104.75);
}
.btn-q-light-yellow:not(:disabled):not(.disabled):active:focus, .btn-q-light-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(224.85, 212.8459183673, 153.125, 0.5);
}

.btn-q-light-yellow2 {
  color: #363642;
  background-color: rgb(251.6866666667, 246.48, 151.8133333333);
  border-color: rgb(251.6866666667, 246.48, 151.8133333333);
}
.btn-q-light-yellow2:hover {
  color: #363642;
  background-color: rgb(250.4966666667, 243.42, 114.7533333333);
  border-color: rgb(250.1, 242.4, 102.4);
}
.btn-q-light-yellow2:focus, .btn-q-light-yellow2.focus {
  color: #363642;
  background-color: rgb(250.4966666667, 243.42, 114.7533333333);
  border-color: rgb(250.1, 242.4, 102.4);
  box-shadow: 0 0 0 1px rgba(222.0336666667, 217.608, 138.9413333333, 0.5);
}
.btn-q-light-yellow2.disabled, .btn-q-light-yellow2:disabled {
  color: #363642;
  background-color: rgb(251.6866666667, 246.48, 151.8133333333);
  border-color: rgb(251.6866666667, 246.48, 151.8133333333);
}
.btn-q-light-yellow2:not(:disabled):not(.disabled):active, .btn-q-light-yellow2:not(:disabled):not(.disabled).active, .show > .btn-q-light-yellow2.dropdown-toggle {
  color: #363642;
  background-color: rgb(250.1, 242.4, 102.4);
  border-color: rgb(249.7033333333, 241.38, 90.0466666667);
}
.btn-q-light-yellow2:not(:disabled):not(.disabled):active:focus, .btn-q-light-yellow2:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-yellow2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(222.0336666667, 217.608, 138.9413333333, 0.5);
}

.btn-q-light-green {
  color: #363642;
  background-color: rgb(185, 247.5, 135);
  border-color: rgb(185, 247.5, 135);
}
.btn-q-light-green:hover {
  color: #363642;
  background-color: rgb(164, 245.25, 99);
  border-color: rgb(157, 244.5, 87);
}
.btn-q-light-green:focus, .btn-q-light-green.focus {
  color: #363642;
  background-color: rgb(164, 245.25, 99);
  border-color: rgb(157, 244.5, 87);
  box-shadow: 0 0 0 1px rgba(165.35, 218.475, 124.65, 0.5);
}
.btn-q-light-green.disabled, .btn-q-light-green:disabled {
  color: #363642;
  background-color: rgb(185, 247.5, 135);
  border-color: rgb(185, 247.5, 135);
}
.btn-q-light-green:not(:disabled):not(.disabled):active, .btn-q-light-green:not(:disabled):not(.disabled).active, .show > .btn-q-light-green.dropdown-toggle {
  color: #363642;
  background-color: rgb(157, 244.5, 87);
  border-color: rgb(150, 243.75, 75);
}
.btn-q-light-green:not(:disabled):not(.disabled):active:focus, .btn-q-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(165.35, 218.475, 124.65, 0.5);
}

.btn-q-light-green2 {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-q-light-green2:hover {
  color: #363642;
  background-color: rgb(94.0314136126, 237.2185863874, 194.1688481675);
  border-color: rgb(82.5497382199, 235.9502617801, 189.8298429319);
}
.btn-q-light-green2:focus, .btn-q-light-green2.focus {
  color: #363642;
  background-color: rgb(94.0314136126, 237.2185863874, 194.1688481675);
  border-color: rgb(82.5497382199, 235.9502617801, 189.8298429319);
  box-shadow: 0 0 0 1px rgba(117.304973822, 212.970026178, 186.0079842932, 0.5);
}
.btn-q-light-green2.disabled, .btn-q-light-green2:disabled {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-q-light-green2:not(:disabled):not(.disabled):active, .btn-q-light-green2:not(:disabled):not(.disabled).active, .show > .btn-q-light-green2.dropdown-toggle {
  color: #363642;
  background-color: rgb(82.5497382199, 235.9502617801, 189.8298429319);
  border-color: rgb(71.0680628272, 234.6819371728, 185.4908376963);
}
.btn-q-light-green2:not(:disabled):not(.disabled):active:focus, .btn-q-light-green2:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-green2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(117.304973822, 212.970026178, 186.0079842932, 0.5);
}

.btn-q-light-blue {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-q-light-blue:hover {
  color: #363642;
  background-color: rgb(119.8538961039, 175.1136363636, 251.3961038961);
  border-color: rgb(107.4350649351, 167.7727272727, 251.0649350649);
}
.btn-q-light-blue:focus, .btn-q-light-blue.focus {
  color: #363642;
  background-color: rgb(119.8538961039, 175.1136363636, 251.3961038961);
  border-color: rgb(107.4350649351, 167.7727272727, 251.0649350649);
  box-shadow: 0 0 0 1px rgba(141.6438311688, 175.6659090909, 224.4311688312, 0.5);
}
.btn-q-light-blue.disabled, .btn-q-light-blue:disabled {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-q-light-blue:not(:disabled):not(.disabled):active, .btn-q-light-blue:not(:disabled):not(.disabled).active, .show > .btn-q-light-blue.dropdown-toggle {
  color: #363642;
  background-color: rgb(107.4350649351, 167.7727272727, 251.0649350649);
  border-color: rgb(95.0162337662, 160.4318181818, 250.7337662338);
}
.btn-q-light-blue:not(:disabled):not(.disabled):active:focus, .btn-q-light-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(141.6438311688, 175.6659090909, 224.4311688312, 0.5);
}

.btn-q-light-purple {
  color: #363642;
  background-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
  border-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
}
.btn-q-light-purple:hover {
  color: #ffffff;
  background-color: rgb(171.3157894737, 98.0921052632, 213.1578947368);
  border-color: rgb(165.9473684211, 88.0263157895, 210.4736842105);
}
.btn-q-light-purple:focus, .btn-q-light-purple.focus {
  color: #ffffff;
  background-color: rgb(171.3157894737, 98.0921052632, 213.1578947368);
  border-color: rgb(165.9473684211, 88.0263157895, 210.4736842105);
  box-shadow: 0 0 0 1px rgba(167.4078947368, 117.1460526316, 197.9289473684, 0.5);
}
.btn-q-light-purple.disabled, .btn-q-light-purple:disabled {
  color: #363642;
  background-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
  border-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
}
.btn-q-light-purple:not(:disabled):not(.disabled):active, .btn-q-light-purple:not(:disabled):not(.disabled).active, .show > .btn-q-light-purple.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(165.9473684211, 88.0263157895, 210.4736842105);
  border-color: rgb(160.5789473684, 77.9605263158, 207.7894736842);
}
.btn-q-light-purple:not(:disabled):not(.disabled):active:focus, .btn-q-light-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-q-light-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(167.4078947368, 117.1460526316, 197.9289473684, 0.5);
}

.btn-light-burgund {
  color: #363642;
  background-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
  border-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
}
.btn-light-burgund:hover {
  color: #363642;
  background-color: rgb(215.3222477064, 142.9277522936, 148.496559633);
  border-color: rgb(211.9885321101, 133.5114678899, 139.5481651376);
}
.btn-light-burgund:focus, .btn-light-burgund.focus {
  color: #363642;
  background-color: rgb(215.3222477064, 142.9277522936, 148.496559633);
  border-color: rgb(211.9885321101, 133.5114678899, 139.5481651376);
  box-shadow: 0 0 0 1px rgba(199.6248853211, 153.6001146789, 158.9404816514, 0.5);
}
.btn-light-burgund.disabled, .btn-light-burgund:disabled {
  color: #363642;
  background-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
  border-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
}
.btn-light-burgund:not(:disabled):not(.disabled):active, .btn-light-burgund:not(:disabled):not(.disabled).active, .show > .btn-light-burgund.dropdown-toggle {
  color: #363642;
  background-color: rgb(211.9885321101, 133.5114678899, 139.5481651376);
  border-color: rgb(208.6548165138, 124.0951834862, 130.5997706422);
}
.btn-light-burgund:not(:disabled):not(.disabled):active:focus, .btn-light-burgund:not(:disabled):not(.disabled).active:focus, .show > .btn-light-burgund.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(199.6248853211, 153.6001146789, 158.9404816514, 0.5);
}

.btn-gray-000 {
  color: #363642;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-gray-000:hover {
  color: #363642;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-gray-000:focus, .btn-gray-000.focus {
  color: #363642;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 1px rgba(224.85, 224.85, 226.65, 0.5);
}
.btn-gray-000.disabled, .btn-gray-000:disabled {
  color: #363642;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-gray-000:not(:disabled):not(.disabled):active, .btn-gray-000:not(:disabled):not(.disabled).active, .show > .btn-gray-000.dropdown-toggle {
  color: #363642;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-gray-000:not(:disabled):not(.disabled):active:focus, .btn-gray-000:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-000.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(224.85, 224.85, 226.65, 0.5);
}

.btn-gray-999 {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-gray-999:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-gray-999:focus, .btn-gray-999.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 1px rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-gray-999.disabled, .btn-gray-999:disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-gray-999:not(:disabled):not(.disabled):active, .btn-gray-999:not(:disabled):not(.disabled).active, .show > .btn-gray-999.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-gray-999:not(:disabled):not(.disabled):active:focus, .btn-gray-999:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-999.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-outline-primary {
  color: #13ac7e;
  border-color: #13ac7e;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #13ac7e;
  border-color: #13ac7e;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 1px rgba(19, 172, 126, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #13ac7e;
  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: #ffffff;
  background-color: #13ac7e;
  border-color: #13ac7e;
}
.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 1px rgba(19, 172, 126, 0.5);
}

.btn-outline-secondary {
  color: #f6f7f9;
  border-color: #f6f7f9;
}
.btn-outline-secondary:hover {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f6f7f9;
  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: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}
.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 1px rgba(246, 247, 249, 0.5);
}

.btn-outline-success {
  color: #0662e1;
  border-color: #0662e1;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #0662e1;
  border-color: #0662e1;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 1px rgba(6, 98, 225, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0662e1;
  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: #ffffff;
  background-color: #0662e1;
  border-color: #0662e1;
}
.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 1px rgba(6, 98, 225, 0.5);
}

.btn-outline-info {
  color: #3686A0;
  border-color: #3686A0;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #3686A0;
  border-color: #3686A0;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 1px rgba(54, 134, 160, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3686A0;
  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: #ffffff;
  background-color: #3686A0;
  border-color: #3686A0;
}
.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 1px rgba(54, 134, 160, 0.5);
}

.btn-outline-warning {
  color: #fc9a00;
  border-color: #fc9a00;
}
.btn-outline-warning:hover {
  color: #363642;
  background-color: #fc9a00;
  border-color: #fc9a00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 1px rgba(252, 154, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fc9a00;
  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: #363642;
  background-color: #fc9a00;
  border-color: #fc9a00;
}
.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 1px rgba(252, 154, 0, 0.5);
}

.btn-outline-danger {
  color: #e4003d;
  border-color: #e4003d;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #e4003d;
  border-color: #e4003d;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 1px rgba(228, 0, 61, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e4003d;
  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: #ffffff;
  background-color: #e4003d;
  border-color: #e4003d;
}
.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 1px rgba(228, 0, 61, 0.5);
}

.btn-outline-light {
  color: #f6f7f9;
  border-color: #f6f7f9;
}
.btn-outline-light:hover {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f6f7f9;
  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: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}
.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 1px rgba(246, 247, 249, 0.5);
}

.btn-outline-dark {
  color: #222230;
  border-color: #222230;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #222230;
  border-color: #222230;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 1px rgba(34, 34, 48, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #222230;
  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: #ffffff;
  background-color: #222230;
  border-color: #222230;
}
.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 1px rgba(34, 34, 48, 0.5);
}

.btn-outline-neutral {
  color: #edf0f5;
  border-color: #edf0f5;
}
.btn-outline-neutral:hover {
  color: #363642;
  background-color: #edf0f5;
  border-color: #edf0f5;
}
.btn-outline-neutral:focus, .btn-outline-neutral.focus {
  box-shadow: 0 0 0 1px rgba(237, 240, 245, 0.5);
}
.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
  color: #edf0f5;
  background-color: transparent;
}
.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral.dropdown-toggle {
  color: #363642;
  background-color: #edf0f5;
  border-color: #edf0f5;
}
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(237, 240, 245, 0.5);
}

.btn-outline-q-red {
  color: #e4003d;
  border-color: #e4003d;
}
.btn-outline-q-red:hover {
  color: #ffffff;
  background-color: #e4003d;
  border-color: #e4003d;
}
.btn-outline-q-red:focus, .btn-outline-q-red.focus {
  box-shadow: 0 0 0 1px rgba(228, 0, 61, 0.5);
}
.btn-outline-q-red.disabled, .btn-outline-q-red:disabled {
  color: #e4003d;
  background-color: transparent;
}
.btn-outline-q-red:not(:disabled):not(.disabled):active, .btn-outline-q-red:not(:disabled):not(.disabled).active, .show > .btn-outline-q-red.dropdown-toggle {
  color: #ffffff;
  background-color: #e4003d;
  border-color: #e4003d;
}
.btn-outline-q-red:not(:disabled):not(.disabled):active:focus, .btn-outline-q-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(228, 0, 61, 0.5);
}

.btn-outline-q-orange {
  color: #f95503;
  border-color: #f95503;
}
.btn-outline-q-orange:hover {
  color: #ffffff;
  background-color: #f95503;
  border-color: #f95503;
}
.btn-outline-q-orange:focus, .btn-outline-q-orange.focus {
  box-shadow: 0 0 0 1px rgba(249, 85, 3, 0.5);
}
.btn-outline-q-orange.disabled, .btn-outline-q-orange:disabled {
  color: #f95503;
  background-color: transparent;
}
.btn-outline-q-orange:not(:disabled):not(.disabled):active, .btn-outline-q-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-q-orange.dropdown-toggle {
  color: #ffffff;
  background-color: #f95503;
  border-color: #f95503;
}
.btn-outline-q-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-q-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(249, 85, 3, 0.5);
}

.btn-outline-q-orange2 {
  color: #fa6e01;
  border-color: #fa6e01;
}
.btn-outline-q-orange2:hover {
  color: #ffffff;
  background-color: #fa6e01;
  border-color: #fa6e01;
}
.btn-outline-q-orange2:focus, .btn-outline-q-orange2.focus {
  box-shadow: 0 0 0 1px rgba(250, 110, 1, 0.5);
}
.btn-outline-q-orange2.disabled, .btn-outline-q-orange2:disabled {
  color: #fa6e01;
  background-color: transparent;
}
.btn-outline-q-orange2:not(:disabled):not(.disabled):active, .btn-outline-q-orange2:not(:disabled):not(.disabled).active, .show > .btn-outline-q-orange2.dropdown-toggle {
  color: #ffffff;
  background-color: #fa6e01;
  border-color: #fa6e01;
}
.btn-outline-q-orange2:not(:disabled):not(.disabled):active:focus, .btn-outline-q-orange2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-orange2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(250, 110, 1, 0.5);
}

.btn-outline-q-orange3 {
  color: #fc9a00;
  border-color: #fc9a00;
}
.btn-outline-q-orange3:hover {
  color: #363642;
  background-color: #fc9a00;
  border-color: #fc9a00;
}
.btn-outline-q-orange3:focus, .btn-outline-q-orange3.focus {
  box-shadow: 0 0 0 1px rgba(252, 154, 0, 0.5);
}
.btn-outline-q-orange3.disabled, .btn-outline-q-orange3:disabled {
  color: #fc9a00;
  background-color: transparent;
}
.btn-outline-q-orange3:not(:disabled):not(.disabled):active, .btn-outline-q-orange3:not(:disabled):not(.disabled).active, .show > .btn-outline-q-orange3.dropdown-toggle {
  color: #363642;
  background-color: #fc9a00;
  border-color: #fc9a00;
}
.btn-outline-q-orange3:not(:disabled):not(.disabled):active:focus, .btn-outline-q-orange3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-orange3.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(252, 154, 0, 0.5);
}

.btn-outline-q-yellow {
  color: #f5cd00;
  border-color: #f5cd00;
}
.btn-outline-q-yellow:hover {
  color: #363642;
  background-color: #f5cd00;
  border-color: #f5cd00;
}
.btn-outline-q-yellow:focus, .btn-outline-q-yellow.focus {
  box-shadow: 0 0 0 1px rgba(245, 205, 0, 0.5);
}
.btn-outline-q-yellow.disabled, .btn-outline-q-yellow:disabled {
  color: #f5cd00;
  background-color: transparent;
}
.btn-outline-q-yellow:not(:disabled):not(.disabled):active, .btn-outline-q-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-q-yellow.dropdown-toggle {
  color: #363642;
  background-color: #f5cd00;
  border-color: #f5cd00;
}
.btn-outline-q-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-q-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(245, 205, 0, 0.5);
}

.btn-outline-q-yellow2 {
  color: #dacf07;
  border-color: #dacf07;
}
.btn-outline-q-yellow2:hover {
  color: #363642;
  background-color: #dacf07;
  border-color: #dacf07;
}
.btn-outline-q-yellow2:focus, .btn-outline-q-yellow2.focus {
  box-shadow: 0 0 0 1px rgba(218, 207, 7, 0.5);
}
.btn-outline-q-yellow2.disabled, .btn-outline-q-yellow2:disabled {
  color: #dacf07;
  background-color: transparent;
}
.btn-outline-q-yellow2:not(:disabled):not(.disabled):active, .btn-outline-q-yellow2:not(:disabled):not(.disabled).active, .show > .btn-outline-q-yellow2.dropdown-toggle {
  color: #363642;
  background-color: #dacf07;
  border-color: #dacf07;
}
.btn-outline-q-yellow2:not(:disabled):not(.disabled):active:focus, .btn-outline-q-yellow2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-yellow2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(218, 207, 7, 0.5);
}

.btn-outline-q-green {
  color: #5cc00c;
  border-color: #5cc00c;
}
.btn-outline-q-green:hover {
  color: #ffffff;
  background-color: #5cc00c;
  border-color: #5cc00c;
}
.btn-outline-q-green:focus, .btn-outline-q-green.focus {
  box-shadow: 0 0 0 1px rgba(92, 192, 12, 0.5);
}
.btn-outline-q-green.disabled, .btn-outline-q-green:disabled {
  color: #5cc00c;
  background-color: transparent;
}
.btn-outline-q-green:not(:disabled):not(.disabled):active, .btn-outline-q-green:not(:disabled):not(.disabled).active, .show > .btn-outline-q-green.dropdown-toggle {
  color: #ffffff;
  background-color: #5cc00c;
  border-color: #5cc00c;
}
.btn-outline-q-green:not(:disabled):not(.disabled):active:focus, .btn-outline-q-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(92, 192, 12, 0.5);
}

.btn-outline-q-green2 {
  color: #13ac7e;
  border-color: #13ac7e;
}
.btn-outline-q-green2:hover {
  color: #ffffff;
  background-color: #13ac7e;
  border-color: #13ac7e;
}
.btn-outline-q-green2:focus, .btn-outline-q-green2.focus {
  box-shadow: 0 0 0 1px rgba(19, 172, 126, 0.5);
}
.btn-outline-q-green2.disabled, .btn-outline-q-green2:disabled {
  color: #13ac7e;
  background-color: transparent;
}
.btn-outline-q-green2:not(:disabled):not(.disabled):active, .btn-outline-q-green2:not(:disabled):not(.disabled).active, .show > .btn-outline-q-green2.dropdown-toggle {
  color: #ffffff;
  background-color: #13ac7e;
  border-color: #13ac7e;
}
.btn-outline-q-green2:not(:disabled):not(.disabled):active:focus, .btn-outline-q-green2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-green2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(19, 172, 126, 0.5);
}

.btn-outline-q-blue {
  color: #0662e1;
  border-color: #0662e1;
}
.btn-outline-q-blue:hover {
  color: #ffffff;
  background-color: #0662e1;
  border-color: #0662e1;
}
.btn-outline-q-blue:focus, .btn-outline-q-blue.focus {
  box-shadow: 0 0 0 1px rgba(6, 98, 225, 0.5);
}
.btn-outline-q-blue.disabled, .btn-outline-q-blue:disabled {
  color: #0662e1;
  background-color: transparent;
}
.btn-outline-q-blue:not(:disabled):not(.disabled):active, .btn-outline-q-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-q-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #0662e1;
  border-color: #0662e1;
}
.btn-outline-q-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-q-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(6, 98, 225, 0.5);
}

.btn-outline-q-purple {
  color: #632487;
  border-color: #632487;
}
.btn-outline-q-purple:hover {
  color: #ffffff;
  background-color: #632487;
  border-color: #632487;
}
.btn-outline-q-purple:focus, .btn-outline-q-purple.focus {
  box-shadow: 0 0 0 1px rgba(99, 36, 135, 0.5);
}
.btn-outline-q-purple.disabled, .btn-outline-q-purple:disabled {
  color: #632487;
  background-color: transparent;
}
.btn-outline-q-purple:not(:disabled):not(.disabled):active, .btn-outline-q-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-q-purple.dropdown-toggle {
  color: #ffffff;
  background-color: #632487;
  border-color: #632487;
}
.btn-outline-q-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-q-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(99, 36, 135, 0.5);
}

.btn-outline-burgund {
  color: #a13941;
  border-color: #a13941;
}
.btn-outline-burgund:hover {
  color: #ffffff;
  background-color: #a13941;
  border-color: #a13941;
}
.btn-outline-burgund:focus, .btn-outline-burgund.focus {
  box-shadow: 0 0 0 1px rgba(161, 57, 65, 0.5);
}
.btn-outline-burgund.disabled, .btn-outline-burgund:disabled {
  color: #a13941;
  background-color: transparent;
}
.btn-outline-burgund:not(:disabled):not(.disabled):active, .btn-outline-burgund:not(:disabled):not(.disabled).active, .show > .btn-outline-burgund.dropdown-toggle {
  color: #ffffff;
  background-color: #a13941;
  border-color: #a13941;
}
.btn-outline-burgund:not(:disabled):not(.disabled):active:focus, .btn-outline-burgund:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-burgund.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(161, 57, 65, 0.5);
}

.btn-outline-light-primary {
  color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-outline-light-primary:hover {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-outline-light-primary:focus, .btn-outline-light-primary.focus {
  box-shadow: 0 0 0 1px rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.5);
}
.btn-outline-light-primary.disabled, .btn-outline-light-primary:disabled {
  color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  background-color: transparent;
}
.btn-outline-light-primary:not(:disabled):not(.disabled):active, .btn-outline-light-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-light-primary.dropdown-toggle {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-outline-light-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-light-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.5);
}

.btn-outline-light-success {
  color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-outline-light-success:hover {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-outline-light-success:focus, .btn-outline-light-success.focus {
  box-shadow: 0 0 0 1px rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.5);
}
.btn-outline-light-success.disabled, .btn-outline-light-success:disabled {
  color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  background-color: transparent;
}
.btn-outline-light-success:not(:disabled):not(.disabled):active, .btn-outline-light-success:not(:disabled):not(.disabled).active, .show > .btn-outline-light-success.dropdown-toggle {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-outline-light-success:not(:disabled):not(.disabled):active:focus, .btn-outline-light-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.5);
}

.btn-outline-light-info {
  color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
  border-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
}
.btn-outline-light-info:hover {
  color: #363642;
  background-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
  border-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
}
.btn-outline-light-info:focus, .btn-outline-light-info.focus {
  box-shadow: 0 0 0 1px rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.5);
}
.btn-outline-light-info.disabled, .btn-outline-light-info:disabled {
  color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
  background-color: transparent;
}
.btn-outline-light-info:not(:disabled):not(.disabled):active, .btn-outline-light-info:not(:disabled):not(.disabled).active, .show > .btn-outline-light-info.dropdown-toggle {
  color: #363642;
  background-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
  border-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
}
.btn-outline-light-info:not(:disabled):not(.disabled):active:focus, .btn-outline-light-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.5);
}

.btn-outline-light-warning {
  color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-outline-light-warning:hover {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-outline-light-warning:focus, .btn-outline-light-warning.focus {
  box-shadow: 0 0 0 1px rgba(255, 224.0833333333, 175.5, 0.5);
}
.btn-outline-light-warning.disabled, .btn-outline-light-warning:disabled {
  color: rgb(255, 224.0833333333, 175.5);
  background-color: transparent;
}
.btn-outline-light-warning:not(:disabled):not(.disabled):active, .btn-outline-light-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-light-warning.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-outline-light-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-light-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(255, 224.0833333333, 175.5, 0.5);
}

.btn-outline-light-danger {
  color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-outline-light-danger:hover {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-outline-light-danger:focus, .btn-outline-light-danger.focus {
  box-shadow: 0 0 0 1px rgba(255, 151.5, 179.1907894737, 0.5);
}
.btn-outline-light-danger.disabled, .btn-outline-light-danger:disabled {
  color: rgb(255, 151.5, 179.1907894737);
  background-color: transparent;
}
.btn-outline-light-danger:not(:disabled):not(.disabled):active, .btn-outline-light-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-light-danger.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-outline-light-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-light-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(255, 151.5, 179.1907894737, 0.5);
}

.btn-outline-light-dark {
  color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
  border-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
}
.btn-outline-light-dark:hover {
  color: #ffffff;
  background-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
  border-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
}
.btn-outline-light-dark:focus, .btn-outline-light-dark.focus {
  box-shadow: 0 0 0 1px rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.5);
}
.btn-outline-light-dark.disabled, .btn-outline-light-dark:disabled {
  color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
  background-color: transparent;
}
.btn-outline-light-dark:not(:disabled):not(.disabled):active, .btn-outline-light-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-light-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
  border-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
}
.btn-outline-light-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-light-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.5);
}

.btn-outline-q-light-red {
  color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-outline-q-light-red:hover {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-outline-q-light-red:focus, .btn-outline-q-light-red.focus {
  box-shadow: 0 0 0 1px rgba(255, 151.5, 179.1907894737, 0.5);
}
.btn-outline-q-light-red.disabled, .btn-outline-q-light-red:disabled {
  color: rgb(255, 151.5, 179.1907894737);
  background-color: transparent;
}
.btn-outline-q-light-red:not(:disabled):not(.disabled):active, .btn-outline-q-light-red:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-red.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.btn-outline-q-light-red:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(255, 151.5, 179.1907894737, 0.5);
}

.btn-outline-q-light-orange {
  color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
  border-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
}
.btn-outline-q-light-orange:hover {
  color: #363642;
  background-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
  border-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
}
.btn-outline-q-light-orange:focus, .btn-outline-q-light-orange.focus {
  box-shadow: 0 0 0 1px rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.5);
}
.btn-outline-q-light-orange.disabled, .btn-outline-q-light-orange:disabled {
  color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
  background-color: transparent;
}
.btn-outline-q-light-orange:not(:disabled):not(.disabled):active, .btn-outline-q-light-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-orange.dropdown-toggle {
  color: #363642;
  background-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
  border-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
}
.btn-outline-q-light-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.5);
}

.btn-outline-q-light-orange2 {
  color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
  border-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
}
.btn-outline-q-light-orange2:hover {
  color: #363642;
  background-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
  border-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
}
.btn-outline-q-light-orange2:focus, .btn-outline-q-light-orange2.focus {
  box-shadow: 0 0 0 1px rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.5);
}
.btn-outline-q-light-orange2.disabled, .btn-outline-q-light-orange2:disabled {
  color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
  background-color: transparent;
}
.btn-outline-q-light-orange2:not(:disabled):not(.disabled):active, .btn-outline-q-light-orange2:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-orange2.dropdown-toggle {
  color: #363642;
  background-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
  border-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
}
.btn-outline-q-light-orange2:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-orange2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-orange2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.5);
}

.btn-outline-q-light-orange3 {
  color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-outline-q-light-orange3:hover {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-outline-q-light-orange3:focus, .btn-outline-q-light-orange3.focus {
  box-shadow: 0 0 0 1px rgba(255, 224.0833333333, 175.5, 0.5);
}
.btn-outline-q-light-orange3.disabled, .btn-outline-q-light-orange3:disabled {
  color: rgb(255, 224.0833333333, 175.5);
  background-color: transparent;
}
.btn-outline-q-light-orange3:not(:disabled):not(.disabled):active, .btn-outline-q-light-orange3:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-orange3.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.btn-outline-q-light-orange3:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-orange3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-orange3.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(255, 224.0833333333, 175.5, 0.5);
}

.btn-outline-q-light-yellow {
  color: rgb(255, 240.8775510204, 168.5);
  border-color: rgb(255, 240.8775510204, 168.5);
}
.btn-outline-q-light-yellow:hover {
  color: #363642;
  background-color: rgb(255, 240.8775510204, 168.5);
  border-color: rgb(255, 240.8775510204, 168.5);
}
.btn-outline-q-light-yellow:focus, .btn-outline-q-light-yellow.focus {
  box-shadow: 0 0 0 1px rgba(255, 240.8775510204, 168.5, 0.5);
}
.btn-outline-q-light-yellow.disabled, .btn-outline-q-light-yellow:disabled {
  color: rgb(255, 240.8775510204, 168.5);
  background-color: transparent;
}
.btn-outline-q-light-yellow:not(:disabled):not(.disabled):active, .btn-outline-q-light-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-yellow.dropdown-toggle {
  color: #363642;
  background-color: rgb(255, 240.8775510204, 168.5);
  border-color: rgb(255, 240.8775510204, 168.5);
}
.btn-outline-q-light-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(255, 240.8775510204, 168.5, 0.5);
}

.btn-outline-q-light-yellow2 {
  color: rgb(251.6866666667, 246.48, 151.8133333333);
  border-color: rgb(251.6866666667, 246.48, 151.8133333333);
}
.btn-outline-q-light-yellow2:hover {
  color: #363642;
  background-color: rgb(251.6866666667, 246.48, 151.8133333333);
  border-color: rgb(251.6866666667, 246.48, 151.8133333333);
}
.btn-outline-q-light-yellow2:focus, .btn-outline-q-light-yellow2.focus {
  box-shadow: 0 0 0 1px rgba(251.6866666667, 246.48, 151.8133333333, 0.5);
}
.btn-outline-q-light-yellow2.disabled, .btn-outline-q-light-yellow2:disabled {
  color: rgb(251.6866666667, 246.48, 151.8133333333);
  background-color: transparent;
}
.btn-outline-q-light-yellow2:not(:disabled):not(.disabled):active, .btn-outline-q-light-yellow2:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-yellow2.dropdown-toggle {
  color: #363642;
  background-color: rgb(251.6866666667, 246.48, 151.8133333333);
  border-color: rgb(251.6866666667, 246.48, 151.8133333333);
}
.btn-outline-q-light-yellow2:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-yellow2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-yellow2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(251.6866666667, 246.48, 151.8133333333, 0.5);
}

.btn-outline-q-light-green {
  color: rgb(185, 247.5, 135);
  border-color: rgb(185, 247.5, 135);
}
.btn-outline-q-light-green:hover {
  color: #363642;
  background-color: rgb(185, 247.5, 135);
  border-color: rgb(185, 247.5, 135);
}
.btn-outline-q-light-green:focus, .btn-outline-q-light-green.focus {
  box-shadow: 0 0 0 1px rgba(185, 247.5, 135, 0.5);
}
.btn-outline-q-light-green.disabled, .btn-outline-q-light-green:disabled {
  color: rgb(185, 247.5, 135);
  background-color: transparent;
}
.btn-outline-q-light-green:not(:disabled):not(.disabled):active, .btn-outline-q-light-green:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-green.dropdown-toggle {
  color: #363642;
  background-color: rgb(185, 247.5, 135);
  border-color: rgb(185, 247.5, 135);
}
.btn-outline-q-light-green:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(185, 247.5, 135, 0.5);
}

.btn-outline-q-light-green2 {
  color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-outline-q-light-green2:hover {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-outline-q-light-green2:focus, .btn-outline-q-light-green2.focus {
  box-shadow: 0 0 0 1px rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.5);
}
.btn-outline-q-light-green2.disabled, .btn-outline-q-light-green2:disabled {
  color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  background-color: transparent;
}
.btn-outline-q-light-green2:not(:disabled):not(.disabled):active, .btn-outline-q-light-green2:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-green2.dropdown-toggle {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.btn-outline-q-light-green2:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-green2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-green2.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.5);
}

.btn-outline-q-light-blue {
  color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-outline-q-light-blue:hover {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-outline-q-light-blue:focus, .btn-outline-q-light-blue.focus {
  box-shadow: 0 0 0 1px rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.5);
}
.btn-outline-q-light-blue.disabled, .btn-outline-q-light-blue:disabled {
  color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  background-color: transparent;
}
.btn-outline-q-light-blue:not(:disabled):not(.disabled):active, .btn-outline-q-light-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-blue.dropdown-toggle {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.btn-outline-q-light-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.5);
}

.btn-outline-q-light-purple {
  color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
  border-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
}
.btn-outline-q-light-purple:hover {
  color: #363642;
  background-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
  border-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
}
.btn-outline-q-light-purple:focus, .btn-outline-q-light-purple.focus {
  box-shadow: 0 0 0 1px rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.5);
}
.btn-outline-q-light-purple.disabled, .btn-outline-q-light-purple:disabled {
  color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
  background-color: transparent;
}
.btn-outline-q-light-purple:not(:disabled):not(.disabled):active, .btn-outline-q-light-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-q-light-purple.dropdown-toggle {
  color: #363642;
  background-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
  border-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
}
.btn-outline-q-light-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-q-light-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-q-light-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.5);
}

.btn-outline-light-burgund {
  color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
  border-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
}
.btn-outline-light-burgund:hover {
  color: #363642;
  background-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
  border-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
}
.btn-outline-light-burgund:focus, .btn-outline-light-burgund.focus {
  box-shadow: 0 0 0 1px rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.5);
}
.btn-outline-light-burgund.disabled, .btn-outline-light-burgund:disabled {
  color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
  background-color: transparent;
}
.btn-outline-light-burgund:not(:disabled):not(.disabled):active, .btn-outline-light-burgund:not(:disabled):not(.disabled).active, .show > .btn-outline-light-burgund.dropdown-toggle {
  color: #363642;
  background-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
  border-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
}
.btn-outline-light-burgund:not(:disabled):not(.disabled):active:focus, .btn-outline-light-burgund:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-burgund.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.5);
}

.btn-outline-gray-000 {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-gray-000:hover {
  color: #363642;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-gray-000:focus, .btn-outline-gray-000.focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.btn-outline-gray-000.disabled, .btn-outline-gray-000:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-gray-000:not(:disabled):not(.disabled):active, .btn-outline-gray-000:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-000.dropdown-toggle {
  color: #363642;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-gray-000:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-000:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-000.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.btn-outline-gray-999 {
  color: #000000;
  border-color: #000000;
}
.btn-outline-gray-999:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-gray-999:focus, .btn-outline-gray-999.focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.btn-outline-gray-999.disabled, .btn-outline-gray-999:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-gray-999:not(:disabled):not(.disabled):active, .btn-outline-gray-999:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-999.dropdown-toggle {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-gray-999:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-999:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-999.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 300;
  color: #0662e1;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(4.012987013, 65.5454545455, 150.487012987);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #888c9b;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 300;
  color: #191927;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #13ac7e;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #13ac7e;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #888c9b;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-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: 300;
  line-height: 1.5;
  color: #363642;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.75;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.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: #ffffff;
  border-color: #13ac7e;
  background-color: #13ac7e;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #13ac7e;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #13ac7e;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #888c9b;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f6f7f9;
}

.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: #ffffff;
  border: #a6abbd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/63% 63%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #13ac7e;
  background-color: #13ac7e;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M0 0v2h8v-2h-8z' transform='translate(0 3)' /%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 172, 126, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(19, 172, 126, 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;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M3 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z' transform='translate(1 1)' /%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 172, 126, 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: #a6abbd;
  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: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 172, 126, 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: 300;
  line-height: 1.5;
  color: #363642;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #13ac7e;
  outline: 0;
  box-shadow: 0 0 0 1px #13ac7e;
}
.custom-select:focus::-ms-value {
  color: #363642;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #888c9b;
  background-color: #e6e8ed;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #363642;
}

.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.75em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.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;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #13ac7e;
  box-shadow: 0 0 0 1px #13ac7e;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f6f7f9;
}
.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;
  font-weight: 300;
  line-height: 1.5;
  color: #363642;
  background-color: #ffffff;
  border: 1px solid #c6c9d5;
  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: #363642;
  content: "Browse";
  background-color: #ffffff;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 2px);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #13ac7e;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #13ac7e;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #13ac7e;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #13ac7e;
  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: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d6d8e1;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #13ac7e;
  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: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d6d8e1;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #13ac7e;
  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: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.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: #d6d8e1;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d6d8e1;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a6abbd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #a6abbd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #a6abbd;
}

.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.375rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #888c9b;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid rgba(34, 34, 48, 0.1);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e6e8ed #e6e8ed rgba(34, 34, 48, 0.1);
}
.nav-tabs .nav-link.disabled {
  color: #888c9b;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #222230;
  background-color: transparent;
  border-color: #13ac7e;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #13ac7e;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  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.375rem;
  padding-bottom: 0.375rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #222230;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #222230;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.4);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000000;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #a6abbd;
}
.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: #13ac7e;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.4);
  border-color: #000000;
}
.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(0, 0, 0, 0.4)' 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.4);
}
.navbar-light .navbar-text a {
  color: #13ac7e;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #13ac7e;
}

.navbar-dark .navbar-brand {
  color: #f6f7f9;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #f6f7f9;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.6);
}
.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: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: #ffffff;
}
.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(255, 255, 255, 0.8)' 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.8);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

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

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

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

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

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

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

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

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

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

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

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

.card-columns .card {
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.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 0;
  margin-bottom: 0.5rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #888c9b;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #888c9b;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #222230;
  background-color: transparent;
  border: 1px solid transparent;
}
.page-link:hover {
  z-index: 2;
  color: #13ac7e;
  text-decoration: none;
  background-color: rgba(19, 172, 126, 0.08);
  border-color: transparent;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: inset 0 0 0 4px rgba(19, 172, 126, 0.08), inset 0 0 0 5px rgba(246, 247, 249, 0.5);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
  background-color: rgba(19, 172, 126, 0.08);
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: #888c9b;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: transparent;
}

.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.25rem 0.375rem;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #ffffff;
  background-color: #13ac7e;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: rgb(13.9267015707, 126.0732984293, 92.3560209424);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(19, 172, 126, 0.5);
}

.badge-secondary {
  color: #363642;
  background-color: #f6f7f9;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #363642;
  background-color: rgb(215.4, 219.8, 228.6);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #0662e1;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: rgb(4.6753246753, 76.3636363636, 175.3246753247);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(6, 98, 225, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #3686A0;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: rgb(41.1308411215, 102.0654205607, 121.8691588785);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(54, 134, 160, 0.5);
}

.badge-warning {
  color: #363642;
  background-color: #fc9a00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #363642;
  background-color: rgb(201, 122.8333333333, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(252, 154, 0, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #e4003d;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: rgb(177, 0, 47.3552631579);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(228, 0, 61, 0.5);
}

.badge-light {
  color: #363642;
  background-color: #f6f7f9;
}
a.badge-light:hover, a.badge-light:focus {
  color: #363642;
  background-color: rgb(215.4, 219.8, 228.6);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #222230;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: rgb(12.8536585366, 12.8536585366, 18.1463414634);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(34, 34, 48, 0.5);
}

.badge-neutral {
  color: #363642;
  background-color: #edf0f5;
}
a.badge-neutral:hover, a.badge-neutral:focus {
  color: #363642;
  background-color: rgb(204.2142857143, 212.6785714286, 226.7857142857);
}
a.badge-neutral:focus, a.badge-neutral.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(237, 240, 245, 0.5);
}

.badge-q-red {
  color: #ffffff;
  background-color: #e4003d;
}
a.badge-q-red:hover, a.badge-q-red:focus {
  color: #ffffff;
  background-color: rgb(177, 0, 47.3552631579);
}
a.badge-q-red:focus, a.badge-q-red.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(228, 0, 61, 0.5);
}

.badge-q-orange {
  color: #ffffff;
  background-color: #f95503;
}
a.badge-q-orange:hover, a.badge-q-orange:focus {
  color: #ffffff;
  background-color: rgb(198.6071428571, 67.7976190476, 2.3928571429);
}
a.badge-q-orange:focus, a.badge-q-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(249, 85, 3, 0.5);
}

.badge-q-orange2 {
  color: #ffffff;
  background-color: #fa6e01;
}
a.badge-q-orange2:hover, a.badge-q-orange2:focus {
  color: #ffffff;
  background-color: rgb(199.203187251, 87.6494023904, 0.796812749);
}
a.badge-q-orange2:focus, a.badge-q-orange2.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(250, 110, 1, 0.5);
}

.badge-q-orange3 {
  color: #363642;
  background-color: #fc9a00;
}
a.badge-q-orange3:hover, a.badge-q-orange3:focus {
  color: #363642;
  background-color: rgb(201, 122.8333333333, 0);
}
a.badge-q-orange3:focus, a.badge-q-orange3.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(252, 154, 0, 0.5);
}

.badge-q-yellow {
  color: #363642;
  background-color: #f5cd00;
}
a.badge-q-yellow:hover, a.badge-q-yellow:focus {
  color: #363642;
  background-color: rgb(194, 162.3265306122, 0);
}
a.badge-q-yellow:focus, a.badge-q-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(245, 205, 0, 0.5);
}

.badge-q-yellow2 {
  color: #363642;
  background-color: #dacf07;
}
a.badge-q-yellow2:hover, a.badge-q-yellow2:focus {
  color: #363642;
  background-color: rgb(168.5866666667, 160.08, 5.4133333333);
}
a.badge-q-yellow2:focus, a.badge-q-yellow2.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(218, 207, 7, 0.5);
}

.badge-q-green {
  color: #ffffff;
  background-color: #5cc00c;
}
a.badge-q-green:hover, a.badge-q-green:focus {
  color: #ffffff;
  background-color: #459009;
}
a.badge-q-green:focus, a.badge-q-green.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(92, 192, 12, 0.5);
}

.badge-q-green2 {
  color: #ffffff;
  background-color: #13ac7e;
}
a.badge-q-green2:hover, a.badge-q-green2:focus {
  color: #ffffff;
  background-color: rgb(13.9267015707, 126.0732984293, 92.3560209424);
}
a.badge-q-green2:focus, a.badge-q-green2.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(19, 172, 126, 0.5);
}

.badge-q-blue {
  color: #ffffff;
  background-color: #0662e1;
}
a.badge-q-blue:hover, a.badge-q-blue:focus {
  color: #ffffff;
  background-color: rgb(4.6753246753, 76.3636363636, 175.3246753247);
}
a.badge-q-blue:focus, a.badge-q-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(6, 98, 225, 0.5);
}

.badge-q-purple {
  color: #ffffff;
  background-color: #632487;
}
a.badge-q-purple:hover, a.badge-q-purple:focus {
  color: #ffffff;
  background-color: rgb(69.4736842105, 25.2631578947, 94.7368421053);
}
a.badge-q-purple:focus, a.badge-q-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(99, 36, 135, 0.5);
}

.badge-burgund {
  color: #ffffff;
  background-color: #a13941;
}
a.badge-burgund:hover, a.badge-burgund:focus {
  color: #ffffff;
  background-color: rgb(123.3348623853, 43.6651376147, 49.7935779817);
}
a.badge-burgund:focus, a.badge-burgund.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(161, 57, 65, 0.5);
}

.badge-light-primary {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
a.badge-light-primary:hover, a.badge-light-primary:focus {
  color: #363642;
  background-color: rgb(82.5497382199, 235.9502617801, 189.8298429319);
}
a.badge-light-primary:focus, a.badge-light-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.5);
}

.badge-light-success {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
a.badge-light-success:hover, a.badge-light-success:focus {
  color: #363642;
  background-color: rgb(107.4350649351, 167.7727272727, 251.0649350649);
}
a.badge-light-success:focus, a.badge-light-success.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.5);
}

.badge-light-info {
  color: #363642;
  background-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
}
a.badge-light-info:hover, a.badge-light-info:focus {
  color: #363642;
  background-color: rgb(129.0186915888, 192.0093457944, 212.4813084112);
}
a.badge-light-info:focus, a.badge-light-info.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.5);
}

.badge-light-warning {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
}
a.badge-light-warning:hover, a.badge-light-warning:focus {
  color: #363642;
  background-color: rgb(255, 204.25, 124.5);
}
a.badge-light-warning:focus, a.badge-light-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 224.0833333333, 175.5, 0.5);
}

.badge-light-danger {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
}
a.badge-light-danger:hover, a.badge-light-danger:focus {
  color: #363642;
  background-color: rgb(255, 100.5, 141.8355263158);
}
a.badge-light-danger:focus, a.badge-light-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 151.5, 179.1907894737, 0.5);
}

.badge-light-dark {
  color: #ffffff;
  background-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
}
a.badge-light-dark:hover, a.badge-light-dark:focus {
  color: #ffffff;
  background-color: rgb(86.8658536585, 86.8658536585, 122.6341463415);
}
a.badge-light-dark:focus, a.badge-light-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.5);
}

.badge-q-light-red {
  color: #363642;
  background-color: rgb(255, 151.5, 179.1907894737);
}
a.badge-q-light-red:hover, a.badge-q-light-red:focus {
  color: #363642;
  background-color: rgb(255, 100.5, 141.8355263158);
}
a.badge-q-light-red:focus, a.badge-q-light-red.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 151.5, 179.1907894737, 0.5);
}

.badge-q-light-orange {
  color: #363642;
  background-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
}
a.badge-q-light-orange:hover, a.badge-q-light-orange:focus {
  color: #363642;
  background-color: rgb(253.4464285714, 168.5178571429, 126.0535714286);
}
a.badge-q-light-orange:focus, a.badge-q-light-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.5);
}

.badge-q-light-orange2 {
  color: #363642;
  background-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
}
a.badge-q-light-orange2:hover, a.badge-q-light-orange2:focus {
  color: #363642;
  background-color: rgb(254.4760956175, 181.1294820717, 124.0239043825);
}
a.badge-q-light-orange2:focus, a.badge-q-light-orange2.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.5);
}

.badge-q-light-orange3 {
  color: #363642;
  background-color: rgb(255, 224.0833333333, 175.5);
}
a.badge-q-light-orange3:hover, a.badge-q-light-orange3:focus {
  color: #363642;
  background-color: rgb(255, 204.25, 124.5);
}
a.badge-q-light-orange3:focus, a.badge-q-light-orange3.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 224.0833333333, 175.5, 0.5);
}

.badge-q-light-yellow {
  color: #363642;
  background-color: rgb(255, 240.8775510204, 168.5);
}
a.badge-q-light-yellow:hover, a.badge-q-light-yellow:focus {
  color: #363642;
  background-color: rgb(255, 232.5510204082, 117.5);
}
a.badge-q-light-yellow:focus, a.badge-q-light-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 240.8775510204, 168.5, 0.5);
}

.badge-q-light-yellow2 {
  color: #363642;
  background-color: rgb(251.6866666667, 246.48, 151.8133333333);
}
a.badge-q-light-yellow2:hover, a.badge-q-light-yellow2:focus {
  color: #363642;
  background-color: rgb(250.1, 242.4, 102.4);
}
a.badge-q-light-yellow2:focus, a.badge-q-light-yellow2.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(251.6866666667, 246.48, 151.8133333333, 0.5);
}

.badge-q-light-green {
  color: #363642;
  background-color: rgb(185, 247.5, 135);
}
a.badge-q-light-green:hover, a.badge-q-light-green:focus {
  color: #363642;
  background-color: rgb(157, 244.5, 87);
}
a.badge-q-light-green:focus, a.badge-q-light-green.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(185, 247.5, 135, 0.5);
}

.badge-q-light-green2 {
  color: #363642;
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
a.badge-q-light-green2:hover, a.badge-q-light-green2:focus {
  color: #363642;
  background-color: rgb(82.5497382199, 235.9502617801, 189.8298429319);
}
a.badge-q-light-green2:focus, a.badge-q-light-green2.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.5);
}

.badge-q-light-blue {
  color: #363642;
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
a.badge-q-light-blue:hover, a.badge-q-light-blue:focus {
  color: #363642;
  background-color: rgb(107.4350649351, 167.7727272727, 251.0649350649);
}
a.badge-q-light-blue:focus, a.badge-q-light-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.5);
}

.badge-q-light-purple {
  color: #363642;
  background-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
}
a.badge-q-light-purple:hover, a.badge-q-light-purple:focus {
  color: #363642;
  background-color: rgb(165.9473684211, 88.0263157895, 210.4736842105);
}
a.badge-q-light-purple:focus, a.badge-q-light-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.5);
}

.badge-light-burgund {
  color: #363642;
  background-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
}
a.badge-light-burgund:hover, a.badge-light-burgund:focus {
  color: #363642;
  background-color: rgb(211.9885321101, 133.5114678899, 139.5481651376);
}
a.badge-light-burgund:focus, a.badge-light-burgund.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.5);
}

.badge-gray-000 {
  color: #363642;
  background-color: #ffffff;
}
a.badge-gray-000:hover, a.badge-gray-000:focus {
  color: #363642;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-gray-000:focus, a.badge-gray-000.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.badge-gray-999 {
  color: #ffffff;
  background-color: #000000;
}
a.badge-gray-999:hover, a.badge-gray-999:focus {
  color: #ffffff;
  background-color: black;
}
a.badge-gray-999:focus, a.badge-gray-999.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: normal;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(15.96, 144.48, 105.84);
  background-color: rgb(245.56, 251.68, 249.84);
  border-color: #13ac7e;
}
.alert-primary hr {
  border-top-color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
}
.alert-primary .alert-link {
  color: rgb(10.8867015707, 98.5532984293, 72.1960209424);
}

.alert-secondary {
  color: rgb(206.64, 207.48, 209.16);
  background-color: rgb(254.64, 254.68, 254.76);
  border-color: #f6f7f9;
}
.alert-secondary hr {
  border-top-color: rgb(230.7, 233.4, 238.8);
}
.alert-secondary .alert-link {
  color: rgb(180.4578343949, 181.752611465, 184.3421656051);
}

.alert-success {
  color: rgb(5.04, 82.32, 189);
  background-color: rgb(245.04, 248.72, 253.8);
  border-color: #0662e1;
}
.alert-success hr {
  border-top-color: rgb(5.3376623377, 87.1818181818, 200.1623376623);
}
.alert-success .alert-link {
  color: rgb(3.7153246753, 60.6836363636, 139.3246753247);
}

.alert-info {
  color: rgb(45.36, 112.56, 134.4);
  background-color: rgb(246.96, 250.16, 251.2);
  border-color: #3686a0;
}
.alert-info hr {
  border-top-color: rgb(47.5654205607, 118.0327102804, 140.9345794393);
}
.alert-info .alert-link {
  color: rgb(32.4908411215, 80.6254205607, 96.2691588785);
}

.alert-warning {
  color: rgb(211.68, 129.36, 0);
  background-color: rgb(254.88, 250.96, 244.8);
  border-color: #fc9a00;
}
.alert-warning hr {
  border-top-color: rgb(226.5, 138.4166666667, 0);
}
.alert-warning .alert-link {
  color: rgb(160.68, 98.1933333333, 0);
}

.alert-danger {
  color: rgb(191.52, 0, 51.24);
  background-color: rgb(253.92, 244.8, 247.24);
  border-color: #e4003d;
}
.alert-danger hr {
  border-top-color: rgb(202.5, 0, 54.1776315789);
}
.alert-danger .alert-link {
  color: rgb(140.52, 0, 37.5952631579);
}

.alert-light {
  color: rgb(206.64, 207.48, 209.16);
  background-color: rgb(254.64, 254.68, 254.76);
  border-color: #f6f7f9;
}
.alert-light hr {
  border-top-color: rgb(230.7, 233.4, 238.8);
}
.alert-light .alert-link {
  color: rgb(180.4578343949, 181.752611465, 184.3421656051);
}

.alert-dark {
  color: rgb(28.56, 28.56, 40.32);
  background-color: rgb(246.16, 246.16, 246.72);
  border-color: #222230;
}
.alert-dark hr {
  border-top-color: rgb(23.4268292683, 23.4268292683, 33.0731707317);
}
.alert-dark .alert-link {
  color: rgb(7.4136585366, 7.4136585366, 10.4663414634);
}

.alert-neutral {
  color: rgb(199.08, 201.6, 205.8);
  background-color: rgb(254.28, 254.4, 254.6);
  border-color: #edf0f5;
}
.alert-neutral hr {
  border-top-color: rgb(220.6071428571, 226.3392857143, 235.8928571429);
}
.alert-neutral .alert-link {
  color: rgb(171.9498630137, 175.6924657534, 181.9301369863);
}

.alert-q-red {
  color: rgb(191.52, 0, 51.24);
  background-color: rgb(253.92, 244.8, 247.24);
  border-color: #e4003d;
}
.alert-q-red hr {
  border-top-color: rgb(202.5, 0, 54.1776315789);
}
.alert-q-red .alert-link {
  color: rgb(140.52, 0, 37.5952631579);
}

.alert-q-orange {
  color: rgb(209.16, 71.4, 2.52);
  background-color: rgb(254.76, 248.2, 244.92);
  border-color: #f95503;
}
.alert-q-orange hr {
  border-top-color: rgb(223.8035714286, 76.3988095238, 2.6964285714);
}
.alert-q-orange .alert-link {
  color: rgb(158.7671428571, 54.1976190476, 1.9128571429);
}

.alert-q-orange2 {
  color: rgb(210, 92.4, 0.84);
  background-color: rgb(254.8, 249.2, 244.84);
  border-color: #fa6e01;
}
.alert-q-orange2 hr {
  border-top-color: rgb(224.6015936255, 98.8247011952, 0.8984063745);
}
.alert-q-orange2 .alert-link {
  color: rgb(159.203187251, 70.0494023904, 0.636812749);
}

.alert-q-orange3 {
  color: rgb(211.68, 129.36, 0);
  background-color: rgb(254.88, 250.96, 244.8);
  border-color: #fc9a00;
}
.alert-q-orange3 hr {
  border-top-color: rgb(226.5, 138.4166666667, 0);
}
.alert-q-orange3 .alert-link {
  color: rgb(160.68, 98.1933333333, 0);
}

.alert-q-yellow {
  color: rgb(205.8, 172.2, 0);
  background-color: rgb(254.6, 253, 244.8);
  border-color: #f5cd00;
}
.alert-q-yellow hr {
  border-top-color: rgb(219.5, 183.6632653061, 0);
}
.alert-q-yellow .alert-link {
  color: rgb(154.8, 129.5265306122, 0);
}

.alert-q-yellow2 {
  color: rgb(183.12, 173.88, 5.88);
  background-color: rgb(253.52, 253.08, 245.08);
  border-color: #dacf07;
}
.alert-q-yellow2 hr {
  border-top-color: rgb(193.2933333333, 183.54, 6.2066666667);
}
.alert-q-yellow2 .alert-link {
  color: rgb(133.7066666667, 126.96, 4.2933333333);
}

.alert-q-green {
  color: rgb(77.28, 161.28, 10.08);
  background-color: rgb(248.48, 252.48, 245.28);
  border-color: #5cc00c;
}
.alert-q-green hr {
  border-top-color: rgb(80.5, 168, 10.5);
}
.alert-q-green .alert-link {
  color: rgb(54.28, 113.28, 7.08);
}

.alert-q-green2 {
  color: rgb(15.96, 144.48, 105.84);
  background-color: rgb(245.56, 251.68, 249.84);
  border-color: #13ac7e;
}
.alert-q-green2 hr {
  border-top-color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
}
.alert-q-green2 .alert-link {
  color: rgb(10.8867015707, 98.5532984293, 72.1960209424);
}

.alert-q-blue {
  color: rgb(5.04, 82.32, 189);
  background-color: rgb(245.04, 248.72, 253.8);
  border-color: #0662e1;
}
.alert-q-blue hr {
  border-top-color: rgb(5.3376623377, 87.1818181818, 200.1623376623);
}
.alert-q-blue .alert-link {
  color: rgb(3.7153246753, 60.6836363636, 139.3246753247);
}

.alert-q-purple {
  color: rgb(83.16, 30.24, 113.4);
  background-color: rgb(248.76, 246.24, 250.2);
  border-color: #632487;
}
.alert-q-purple hr {
  border-top-color: rgb(84.2368421053, 30.6315789474, 114.8684210526);
}
.alert-q-purple .alert-link {
  color: rgb(53.6336842105, 19.5031578947, 73.1368421053);
}

.alert-burgund {
  color: rgb(135.24, 47.88, 54.6);
  background-color: rgb(251.24, 247.08, 247.4);
  border-color: #a13941;
}
.alert-burgund hr {
  border-top-color: rgb(142.1674311927, 50.3325688073, 57.3967889908);
}
.alert-burgund .alert-link {
  color: rgb(97.5748623853, 34.5451376147, 39.3935779817);
}

.alert-light-primary {
  color: rgb(107.9202094241, 202.4597905759, 174.0361256545);
  background-color: rgb(249.9390575916, 254.4409424084, 253.087434555);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.alert-light-primary hr {
  border-top-color: rgb(105.5130890052, 238.4869109948, 198.5078534031);
}
.alert-light-primary .alert-link {
  color: rgb(70.3434670167, 189.0365329833, 153.351036026);
}

.alert-light-success {
  color: rgb(131.9727272727, 165.5945454545, 212.0072727273);
  background-color: rgb(251.0844155844, 252.6854545455, 254.8955844156);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.alert-light-success hr {
  border-top-color: rgb(132.2727272727, 182.4545454545, 251.7272727273);
}
.alert-light-success .alert-link {
  color: rgb(94.1797450471, 138.129913592, 198.8002549529);
}

.alert-light-info {
  color: rgb(140.4056074766, 177.3028037383, 189.2943925234);
  background-color: rgb(251.4859813084, 253.2429906542, 253.8140186916);
  border-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
}
.alert-light-info hr {
  border-top-color: rgb(148.0841121495, 201.5420560748, 218.9158878505);
}
.alert-light-info .alert-link {
  color: rgb(107.9912202404, 155.3252274247, 170.7087797596);
}

.alert-light-warning {
  color: rgb(214.2, 188.23, 147.42);
  background-color: rgb(255, 253.7633333333, 251.82);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.alert-light-warning hr {
  border-top-color: rgb(255, 214.1666666667, 150);
}
.alert-light-warning .alert-link {
  color: rgb(200.1765467044, 165.2803437121, 110.4434532956);
}

.alert-light-danger {
  color: rgb(214.2, 127.26, 150.5202631579);
  background-color: rgb(255, 250.86, 251.9676315789);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.alert-light-danger hr {
  border-top-color: rgb(255, 126, 160.5131578947);
}
.alert-light-danger .alert-link {
  color: rgb(201.8539693841, 88.6060306159, 118.9048212512);
}

.alert-light-dark {
  color: rgb(91.5190243902, 91.5190243902, 127.3009756098);
  background-color: rgb(249.1580487805, 249.1580487805, 250.8619512195);
  border-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
}
.alert-light-dark hr {
  border-top-color: rgb(97.4390243902, 97.4390243902, 137.5609756098);
}
.alert-light-dark .alert-link {
  color: rgb(70.188843219, 70.188843219, 97.631156781);
}

.alert-q-light-red {
  color: rgb(214.2, 127.26, 150.5202631579);
  background-color: rgb(255, 250.86, 251.9676315789);
  border-color: rgb(255, 151.5, 179.1907894737);
}
.alert-q-light-red hr {
  border-top-color: rgb(255, 126, 160.5131578947);
}
.alert-q-light-red .alert-link {
  color: rgb(201.8539693841, 88.6060306159, 118.9048212512);
}

.alert-q-light-orange {
  color: rgb(213.405, 169.945, 148.215);
  background-color: rgb(254.9621428571, 252.8926190476, 251.8578571429);
  border-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
}
.alert-q-light-orange hr {
  border-top-color: rgb(253.75, 185.4166666667, 151.25);
}
.alert-q-light-orange .alert-link {
  color: rgb(199.1082955924, 140.7105681359, 111.5117044076);
}

.alert-q-light-orange2 {
  color: rgb(213.9305976096, 176.2142629482, 146.8494023904);
  background-color: rgb(254.9871713147, 253.1911553785, 251.7928286853);
  border-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
}
.alert-q-light-orange2 hr {
  border-top-color: rgb(254.577689243, 195.4541832669, 149.422310757);
}
.alert-q-light-orange2 .alert-link {
  color: rgb(199.8940105441, 149.2870910568, 109.8859894559);
}

.alert-q-light-orange3 {
  color: rgb(214.2, 188.23, 147.42);
  background-color: rgb(255, 253.7633333333, 251.82);
  border-color: rgb(255, 224.0833333333, 175.5);
}
.alert-q-light-orange3 hr {
  border-top-color: rgb(255, 214.1666666667, 150);
}
.alert-q-light-orange3 .alert-link {
  color: rgb(200.1765467044, 165.2803437121, 110.4434532956);
}

.alert-q-light-yellow {
  color: rgb(214.2, 202.3371428571, 141.54);
  background-color: rgb(255, 254.4351020408, 251.54);
  border-color: rgb(255, 240.8775510204, 168.5);
}
.alert-q-light-yellow hr {
  border-top-color: rgb(255, 236.7142857143, 143);
}
.alert-q-light-yellow .alert-link {
  color: rgb(200.7110851809, 184.9262410402, 104.0289148191);
}

.alert-q-light-yellow2 {
  color: rgb(211.4168, 207.0432, 127.5232);
  background-color: rgb(254.8674666667, 254.6592, 250.8725333333);
  border-color: rgb(251.6866666667, 246.48, 151.8133333333);
}
.alert-q-light-yellow2 hr {
  border-top-color: rgb(250.8933333333, 244.44, 127.1066666667);
}
.alert-q-light-yellow2 .alert-link {
  color: rgb(198.4228610312, 192.7453115398, 89.5171389688);
}

.alert-q-light-green {
  color: rgb(155.4, 207.9, 113.4);
  background-color: rgb(252.2, 254.7, 250.2);
  border-color: rgb(185, 247.5, 135);
}
.alert-q-light-green hr {
  border-top-color: #abf66f;
}
.alert-q-light-green .alert-link {
  color: rgb(128.4810810811, 195.1702702703, 75.1297297297);
}

.alert-q-light-green2 {
  color: rgb(107.9202094241, 202.4597905759, 174.0361256545);
  background-color: rgb(249.9390575916, 254.4409424084, 253.087434555);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}
.alert-q-light-green2 hr {
  border-top-color: rgb(105.5130890052, 238.4869109948, 198.5078534031);
}
.alert-q-light-green2 .alert-link {
  color: rgb(70.3434670167, 189.0365329833, 153.351036026);
}

.alert-q-light-blue {
  color: rgb(131.9727272727, 165.5945454545, 212.0072727273);
  background-color: rgb(251.0844155844, 252.6854545455, 254.8955844156);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}
.alert-q-light-blue hr {
  border-top-color: rgb(132.2727272727, 182.4545454545, 251.7272727273);
}
.alert-q-light-blue .alert-link {
  color: rgb(94.1797450471, 138.129913592, 198.8002549529);
}

.alert-q-light-purple {
  color: rgb(157.4336842105, 107.7631578947, 185.8168421053);
  background-color: rgb(252.2968421053, 249.9315789474, 253.6484210526);
  border-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
}
.alert-q-light-purple hr {
  border-top-color: rgb(176.6842105263, 108.1578947368, 215.8421052632);
}
.alert-q-light-purple .alert-link {
  color: rgb(133.220250974, 77.5457464287, 165.0342535713);
}

.alert-light-burgund {
  color: rgb(189.2716513761, 143.7883486239, 147.2870642202);
  background-color: rgb(253.8129357798, 251.6470642202, 251.8136697248);
  border-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
}
.alert-light-burgund hr {
  border-top-color: rgb(218.6559633028, 152.3440366972, 157.4449541284);
}
.alert-light-burgund .alert-link {
  color: rgb(170.3265525866, 111.7334474134, 116.2406093498);
}

.alert-gray-000 {
  color: rgb(214.2, 214.2, 214.2);
  background-color: white;
  border-color: white;
}
.alert-gray-000 hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-gray-000 .alert-link {
  color: rgb(188.7, 188.7, 188.7);
}

.alert-gray-999 {
  color: black;
  background-color: rgb(244.8, 244.8, 244.8);
  border-color: black;
}
.alert-gray-999 hr {
  border-top-color: black;
}
.alert-gray-999 .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;
  font-size: 0.625rem;
  background-color: #e6e8ed;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #13ac7e;
  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: progress-bar-stripes 1s linear infinite;
}
@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;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #888c9b;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #000000;
  background-color: #ffffff;
  border-color: #13ac7e;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(9.88, 89.44, 65.52);
  background-color: rgb(188.92, 231.76, 218.88);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(9.88, 89.44, 65.52);
  background-color: rgb(170.0547962382, 225.1252037618, 208.5680877743);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(9.88, 89.44, 65.52);
  border-color: rgb(9.88, 89.44, 65.52);
}

.list-group-item-secondary {
  color: rgb(127.92, 128.44, 129.48);
  background-color: rgb(252.48, 252.76, 253.32);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(127.92, 128.44, 129.48);
  background-color: rgb(237.18, 239.16, 243.12);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(127.92, 128.44, 129.48);
  border-color: rgb(127.92, 128.44, 129.48);
}

.list-group-item-success {
  color: rgb(3.12, 50.96, 117);
  background-color: rgb(185.28, 211.04, 246.6);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(3.12, 50.96, 117);
  background-color: rgb(162.5219354839, 196.6905376344, 243.8580645161);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(3.12, 50.96, 117);
  border-color: rgb(3.12, 50.96, 117);
}

.list-group-item-info {
  color: rgb(28.08, 69.68, 83.2);
  background-color: rgb(198.72, 221.12, 228.4);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(28.08, 69.68, 83.2);
  background-color: rgb(181.4041216216, 210.6960135135, 220.2158783784);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(28.08, 69.68, 83.2);
  border-color: rgb(28.08, 69.68, 83.2);
}

.list-group-item-warning {
  color: rgb(131.04, 80.08, 0);
  background-color: rgb(254.16, 226.72, 183.6);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(131.04, 80.08, 0);
  background-color: rgb(253.8634883721, 216.7374418605, 158.3965116279);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(131.04, 80.08, 0);
  border-color: rgb(131.04, 80.08, 0);
}

.list-group-item-danger {
  color: rgb(118.56, 0, 31.72);
  background-color: rgb(247.44, 183.6, 200.68);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(118.56, 0, 31.72);
  background-color: rgb(244.9985106383, 160.5414893617, 183.1374468085);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(118.56, 0, 31.72);
  border-color: rgb(118.56, 0, 31.72);
}

.list-group-item-light {
  color: rgb(127.92, 128.44, 129.48);
  background-color: rgb(252.48, 252.76, 253.32);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(127.92, 128.44, 129.48);
  background-color: rgb(237.18, 239.16, 243.12);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(127.92, 128.44, 129.48);
  border-color: rgb(127.92, 128.44, 129.48);
}

.list-group-item-dark {
  color: rgb(17.68, 17.68, 24.96);
  background-color: rgb(193.12, 193.12, 197.04);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(17.68, 17.68, 24.96);
  background-color: rgb(179.9529439252, 179.9529439252, 184.7070560748);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(17.68, 17.68, 24.96);
  border-color: rgb(17.68, 17.68, 24.96);
}

.list-group-item-neutral {
  color: rgb(123.24, 124.8, 127.4);
  background-color: rgb(249.96, 250.8, 252.2);
}
.list-group-item-neutral.list-group-item-action:hover, .list-group-item-neutral.list-group-item-action:focus {
  color: rgb(123.24, 124.8, 127.4);
  background-color: rgb(233.5671428571, 237.1392857143, 243.0928571429);
}
.list-group-item-neutral.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(123.24, 124.8, 127.4);
  border-color: rgb(123.24, 124.8, 127.4);
}

.list-group-item-q-red {
  color: rgb(118.56, 0, 31.72);
  background-color: rgb(247.44, 183.6, 200.68);
}
.list-group-item-q-red.list-group-item-action:hover, .list-group-item-q-red.list-group-item-action:focus {
  color: rgb(118.56, 0, 31.72);
  background-color: rgb(244.9985106383, 160.5414893617, 183.1374468085);
}
.list-group-item-q-red.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(118.56, 0, 31.72);
  border-color: rgb(118.56, 0, 31.72);
}

.list-group-item-q-orange {
  color: rgb(129.48, 44.2, 1.56);
  background-color: rgb(253.32, 207.4, 184.44);
}
.list-group-item-q-orange.list-group-item-action:hover, .list-group-item-q-orange.list-group-item-action:focus {
  color: rgb(129.48, 44.2, 1.56);
  background-color: rgb(252.7269767442, 190.5976744186, 159.5330232558);
}
.list-group-item-q-orange.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(129.48, 44.2, 1.56);
  border-color: rgb(129.48, 44.2, 1.56);
}

.list-group-item-q-orange2 {
  color: rgb(130, 57.2, 0.52);
  background-color: rgb(253.6, 214.4, 183.88);
}
.list-group-item-q-orange2.list-group-item-action:hover, .list-group-item-q-orange2.list-group-item-action:focus {
  color: rgb(130, 57.2, 0.52);
  background-color: rgb(253.1077220077, 200.1239382239, 158.8722779923);
}
.list-group-item-q-orange2.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(130, 57.2, 0.52);
  border-color: rgb(130, 57.2, 0.52);
}

.list-group-item-q-orange3 {
  color: rgb(131.04, 80.08, 0);
  background-color: rgb(254.16, 226.72, 183.6);
}
.list-group-item-q-orange3.list-group-item-action:hover, .list-group-item-q-orange3.list-group-item-action:focus {
  color: rgb(131.04, 80.08, 0);
  background-color: rgb(253.8634883721, 216.7374418605, 158.3965116279);
}
.list-group-item-q-orange3.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(131.04, 80.08, 0);
  border-color: rgb(131.04, 80.08, 0);
}

.list-group-item-q-yellow {
  color: rgb(127.4, 106.6, 0);
  background-color: rgb(252.2, 241, 183.6);
}
.list-group-item-q-yellow.list-group-item-action:hover, .list-group-item-q-yellow.list-group-item-action:focus {
  color: rgb(127.4, 106.6, 0);
  background-color: rgb(251.2377358491, 236.1886792453, 159.0622641509);
}
.list-group-item-q-yellow.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(127.4, 106.6, 0);
  border-color: rgb(127.4, 106.6, 0);
}

.list-group-item-q-yellow2 {
  color: rgb(113.36, 107.64, 3.64);
  background-color: rgb(244.64, 241.56, 185.56);
}
.list-group-item-q-yellow2.list-group-item-action:hover, .list-group-item-q-yellow2.list-group-item-action:focus {
  color: rgb(113.36, 107.64, 3.64);
  background-color: rgb(241.3294736842, 237.2652631579, 163.3705263158);
}
.list-group-item-q-yellow2.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(113.36, 107.64, 3.64);
  border-color: rgb(113.36, 107.64, 3.64);
}

.list-group-item-q-green {
  color: rgb(47.84, 99.84, 6.24);
  background-color: rgb(209.36, 237.36, 186.96);
}
.list-group-item-q-green.list-group-item-action:hover, .list-group-item-q-green.list-group-item-action:focus {
  color: rgb(47.84, 99.84, 6.24);
  background-color: rgb(195.7766666667, 232.11, 166.71);
}
.list-group-item-q-green.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(47.84, 99.84, 6.24);
  border-color: rgb(47.84, 99.84, 6.24);
}

.list-group-item-q-green2 {
  color: rgb(9.88, 89.44, 65.52);
  background-color: rgb(188.92, 231.76, 218.88);
}
.list-group-item-q-green2.list-group-item-action:hover, .list-group-item-q-green2.list-group-item-action:focus {
  color: rgb(9.88, 89.44, 65.52);
  background-color: rgb(170.0547962382, 225.1252037618, 208.5680877743);
}
.list-group-item-q-green2.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(9.88, 89.44, 65.52);
  border-color: rgb(9.88, 89.44, 65.52);
}

.list-group-item-q-blue {
  color: rgb(3.12, 50.96, 117);
  background-color: rgb(185.28, 211.04, 246.6);
}
.list-group-item-q-blue.list-group-item-action:hover, .list-group-item-q-blue.list-group-item-action:focus {
  color: rgb(3.12, 50.96, 117);
  background-color: rgb(162.5219354839, 196.6905376344, 243.8580645161);
}
.list-group-item-q-blue.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(3.12, 50.96, 117);
  border-color: rgb(3.12, 50.96, 117);
}

.list-group-item-q-purple {
  color: rgb(51.48, 18.72, 70.2);
  background-color: rgb(211.32, 193.68, 221.4);
}
.list-group-item-q-purple.list-group-item-action:hover, .list-group-item-q-purple.list-group-item-action:focus {
  color: rgb(51.48, 18.72, 70.2);
  background-color: rgb(199.5854867257, 177.2065486726, 212.3734513274);
}
.list-group-item-q-purple.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(51.48, 18.72, 70.2);
  border-color: rgb(51.48, 18.72, 70.2);
}

.list-group-item-burgund {
  color: rgb(83.72, 29.64, 33.8);
  background-color: rgb(228.68, 199.56, 201.8);
}
.list-group-item-burgund.list-group-item-action:hover, .list-group-item-burgund.list-group-item-action:focus {
  color: rgb(83.72, 29.64, 33.8);
  background-color: rgb(220.4710958904, 182.2689041096, 185.2075342466);
}
.list-group-item-burgund.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(83.72, 29.64, 33.8);
  border-color: rgb(83.72, 29.64, 33.8);
}

.list-group-item-light-primary {
  color: rgb(66.8077486911, 125.3322513089, 107.7366492147);
  background-color: rgb(219.5734031414, 251.0865968586, 241.6120418848);
}
.list-group-item-light-primary.list-group-item-action:hover, .list-group-item-light-primary.list-group-item-action:focus {
  color: rgb(66.8077486911, 125.3322513089, 107.7366492147);
  background-color: rgb(196.610052356, 248.549947644, 232.9340314136);
}
.list-group-item-light-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(66.8077486911, 125.3322513089, 107.7366492147);
  border-color: rgb(66.8077486911, 125.3322513089, 107.7366492147);
}

.list-group-item-light-success {
  color: rgb(81.6974025974, 102.5109090909, 131.2425974026);
  background-color: rgb(227.5909090909, 238.7981818182, 254.2690909091);
}
.list-group-item-light-success.list-group-item-action:hover, .list-group-item-light-success.list-group-item-action:focus {
  color: rgb(81.6974025974, 102.5109090909, 131.2425974026);
  background-color: rgb(202.7532467532, 224.1163636364, 253.6067532468);
}
.list-group-item-light-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(81.6974025974, 102.5109090909, 131.2425974026);
  border-color: rgb(81.6974025974, 102.5109090909, 131.2425974026);
}

.list-group-item-light-info {
  color: rgb(86.9177570093, 109.7588785047, 117.1822429907);
  background-color: rgb(230.4018691589, 242.7009345794, 246.6981308411);
}
.list-group-item-light-info.list-group-item-action:hover, .list-group-item-light-info.list-group-item-action:focus {
  color: rgb(86.9177570093, 109.7588785047, 117.1822429907);
  background-color: rgb(211.3364485981, 233.1682242991, 240.2635514019);
}
.list-group-item-light-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(86.9177570093, 109.7588785047, 117.1822429907);
  border-color: rgb(86.9177570093, 109.7588785047, 117.1822429907);
}

.list-group-item-light-warning {
  color: rgb(132.6, 116.5233333333, 91.26);
  background-color: rgb(255, 246.3433333333, 232.74);
}
.list-group-item-light-warning.list-group-item-action:hover, .list-group-item-light-warning.list-group-item-action:focus {
  color: rgb(132.6, 116.5233333333, 91.26);
  background-color: rgb(255, 236.4266666667, 207.24);
}
.list-group-item-light-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 116.5233333333, 91.26);
  border-color: rgb(132.6, 116.5233333333, 91.26);
}

.list-group-item-light-danger {
  color: rgb(132.6, 78.78, 93.1792105263);
  background-color: rgb(255, 226.02, 233.7734210526);
}
.list-group-item-light-danger.list-group-item-action:hover, .list-group-item-light-danger.list-group-item-action:focus {
  color: rgb(132.6, 78.78, 93.1792105263);
  background-color: rgb(255, 200.52, 215.0957894737);
}
.list-group-item-light-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 78.78, 93.1792105263);
  border-color: rgb(132.6, 78.78, 93.1792105263);
}

.list-group-item-light-dark {
  color: rgb(56.6546341463, 56.6546341463, 78.8053658537);
  background-color: rgb(214.1063414634, 214.1063414634, 226.0336585366);
}
.list-group-item-light-dark.list-group-item-action:hover, .list-group-item-light-dark.list-group-item-action:focus {
  color: rgb(56.6546341463, 56.6546341463, 78.8053658537);
  background-color: rgb(199.1795121951, 199.1795121951, 215.4604878049);
}
.list-group-item-light-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(56.6546341463, 56.6546341463, 78.8053658537);
  border-color: rgb(56.6546341463, 56.6546341463, 78.8053658537);
}

.list-group-item-q-light-red {
  color: rgb(132.6, 78.78, 93.1792105263);
  background-color: rgb(255, 226.02, 233.7734210526);
}
.list-group-item-q-light-red.list-group-item-action:hover, .list-group-item-q-light-red.list-group-item-action:focus {
  color: rgb(132.6, 78.78, 93.1792105263);
  background-color: rgb(255, 200.52, 215.0957894737);
}
.list-group-item-q-light-red.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 78.78, 93.1792105263);
  border-color: rgb(132.6, 78.78, 93.1792105263);
}

.list-group-item-q-light-orange {
  color: rgb(132.1078571429, 105.204047619, 91.7521428571);
  background-color: rgb(254.735, 240.2483333333, 233.005);
}
.list-group-item-q-light-orange.list-group-item-action:hover, .list-group-item-q-light-orange.list-group-item-action:focus {
  color: rgb(132.1078571429, 105.204047619, 91.7521428571);
  background-color: rgb(254.4314285714, 223.3495238095, 207.8085714286);
}
.list-group-item-q-light-orange.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.1078571429, 105.204047619, 91.7521428571);
  border-color: rgb(132.1078571429, 105.204047619, 91.7521428571);
}

.list-group-item-q-light-orange2 {
  color: rgb(132.4332270916, 109.0850199203, 90.9067729084);
  background-color: rgb(254.9101992032, 242.3380876494, 232.5498007968);
}
.list-group-item-q-light-orange2.list-group-item-action:hover, .list-group-item-q-light-orange2.list-group-item-action:focus {
  color: rgb(132.4332270916, 109.0850199203, 90.9067729084);
  background-color: rgb(254.8086055777, 228.0133864542, 207.1513944223);
}
.list-group-item-q-light-orange2.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.4332270916, 109.0850199203, 90.9067729084);
  border-color: rgb(132.4332270916, 109.0850199203, 90.9067729084);
}

.list-group-item-q-light-orange3 {
  color: rgb(132.6, 116.5233333333, 91.26);
  background-color: rgb(255, 246.3433333333, 232.74);
}
.list-group-item-q-light-orange3.list-group-item-action:hover, .list-group-item-q-light-orange3.list-group-item-action:focus {
  color: rgb(132.6, 116.5233333333, 91.26);
  background-color: rgb(255, 236.4266666667, 207.24);
}
.list-group-item-q-light-orange3.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 116.5233333333, 91.26);
  border-color: rgb(132.6, 116.5233333333, 91.26);
}

.list-group-item-q-light-yellow {
  color: rgb(132.6, 125.2563265306, 87.62);
  background-color: rgb(255, 251.0457142857, 230.78);
}
.list-group-item-q-light-yellow.list-group-item-action:hover, .list-group-item-q-light-yellow.list-group-item-action:focus {
  color: rgb(132.6, 125.2563265306, 87.62);
  background-color: rgb(255, 246.8824489796, 205.28);
}
.list-group-item-q-light-yellow.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 125.2563265306, 87.62);
  border-color: rgb(132.6, 125.2563265306, 87.62);
}

.list-group-item-q-light-yellow2 {
  color: rgb(130.8770666667, 128.1696, 78.9429333333);
  background-color: rgb(254.0722666667, 252.6144, 226.1077333333);
}
.list-group-item-q-light-yellow2.list-group-item-action:hover, .list-group-item-q-light-yellow2.list-group-item-action:focus {
  color: rgb(130.8770666667, 128.1696, 78.9429333333);
  background-color: rgb(253.2789333333, 250.5744, 201.4010666667);
}
.list-group-item-q-light-yellow2.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(130.8770666667, 128.1696, 78.9429333333);
  border-color: rgb(130.8770666667, 128.1696, 78.9429333333);
}

.list-group-item-q-light-green {
  color: rgb(96.2, 128.7, 70.2);
  background-color: rgb(235.4, 252.9, 221.4);
}
.list-group-item-q-light-green.list-group-item-action:hover, .list-group-item-q-light-green.list-group-item-action:focus {
  color: rgb(96.2, 128.7, 70.2);
  background-color: rgb(221.4, 251.4, 197.4);
}
.list-group-item-q-light-green.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(96.2, 128.7, 70.2);
  border-color: rgb(96.2, 128.7, 70.2);
}

.list-group-item-q-light-green2 {
  color: rgb(66.8077486911, 125.3322513089, 107.7366492147);
  background-color: rgb(219.5734031414, 251.0865968586, 241.6120418848);
}
.list-group-item-q-light-green2.list-group-item-action:hover, .list-group-item-q-light-green2.list-group-item-action:focus {
  color: rgb(66.8077486911, 125.3322513089, 107.7366492147);
  background-color: rgb(196.610052356, 248.549947644, 232.9340314136);
}
.list-group-item-q-light-green2.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(66.8077486911, 125.3322513089, 107.7366492147);
  border-color: rgb(66.8077486911, 125.3322513089, 107.7366492147);
}

.list-group-item-q-light-blue {
  color: rgb(81.6974025974, 102.5109090909, 131.2425974026);
  background-color: rgb(227.5909090909, 238.7981818182, 254.2690909091);
}
.list-group-item-q-light-blue.list-group-item-action:hover, .list-group-item-q-light-blue.list-group-item-action:focus {
  color: rgb(81.6974025974, 102.5109090909, 131.2425974026);
  background-color: rgb(202.7532467532, 224.1163636364, 253.6067532468);
}
.list-group-item-q-light-blue.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(81.6974025974, 102.5109090909, 131.2425974026);
  border-color: rgb(81.6974025974, 102.5109090909, 131.2425974026);
}

.list-group-item-q-light-purple {
  color: rgb(97.4589473684, 66.7105263158, 115.0294736842);
  background-color: rgb(236.0778947368, 219.5210526316, 245.5389473684);
}
.list-group-item-q-light-purple.list-group-item-action:hover, .list-group-item-q-light-purple.list-group-item-action:focus {
  color: rgb(97.4589473684, 66.7105263158, 115.0294736842);
  background-color: rgb(225.3410526316, 199.3894736842, 240.1705263158);
}
.list-group-item-q-light-purple.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(97.4589473684, 66.7105263158, 115.0294736842);
  border-color: rgb(97.4589473684, 66.7105263158, 115.0294736842);
}

.list-group-item-light-burgund {
  color: rgb(117.1681651376, 89.0118348624, 91.177706422);
  background-color: rgb(246.6905504587, 231.5294495413, 232.6956880734);
}
.list-group-item-light-burgund.list-group-item-action:hover, .list-group-item-light-burgund.list-group-item-action:focus {
  color: rgb(117.1681651376, 89.0118348624, 91.177706422);
  background-color: rgb(240.0231192661, 212.6968807339, 214.7988990826);
}
.list-group-item-light-burgund.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(117.1681651376, 89.0118348624, 91.177706422);
  border-color: rgb(117.1681651376, 89.0118348624, 91.177706422);
}

.list-group-item-gray-000 {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-gray-000.list-group-item-action:hover, .list-group-item-gray-000.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-gray-000.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-gray-999 {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-gray-999.list-group-item-action:hover, .list-group-item-gray-999.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-gray-999.list-group-item-action.active {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #888c9b;
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: #888c9b;
  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;
  appearance: none;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  backdrop-filter: blur(10px);
  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: #888c9b;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.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);
  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: #ffffff;
  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: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.6;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid rgba(34, 34, 48, 0.1);
  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: 0 solid rgba(34, 34, 48, 0.1);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.98;
}
.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: #abd1c9;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 48, 0.1);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(34, 34, 48, 0.15);
}
.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: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(34, 34, 48, 0.15);
}
.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: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(34, 34, 48, 0.15);
}
.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: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(34, 34, 48, 0.15);
}
.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: #ffffff;
}

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

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

.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%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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='%23ffffff' 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: #ffffff;
  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: #ffffff;
  text-align: center;
}

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

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

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

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

.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: #13ac7e !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(13.9267015707, 126.0732984293, 92.3560209424) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(215.4, 219.8, 228.6) !important;
}

.bg-success {
  background-color: #0662e1 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(4.6753246753, 76.3636363636, 175.3246753247) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(41.1308411215, 102.0654205607, 121.8691588785) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(201, 122.8333333333, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(177, 0, 47.3552631579) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(215.4, 219.8, 228.6) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(12.8536585366, 12.8536585366, 18.1463414634) !important;
}

.bg-neutral {
  background-color: #edf0f5 !important;
}

a.bg-neutral:hover, a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
  background-color: rgb(204.2142857143, 212.6785714286, 226.7857142857) !important;
}

.bg-q-red {
  background-color: #e4003d !important;
}

a.bg-q-red:hover, a.bg-q-red:focus,
button.bg-q-red:hover,
button.bg-q-red:focus {
  background-color: rgb(177, 0, 47.3552631579) !important;
}

.bg-q-orange {
  background-color: #f95503 !important;
}

a.bg-q-orange:hover, a.bg-q-orange:focus,
button.bg-q-orange:hover,
button.bg-q-orange:focus {
  background-color: rgb(198.6071428571, 67.7976190476, 2.3928571429) !important;
}

.bg-q-orange2 {
  background-color: #fa6e01 !important;
}

a.bg-q-orange2:hover, a.bg-q-orange2:focus,
button.bg-q-orange2:hover,
button.bg-q-orange2:focus {
  background-color: rgb(199.203187251, 87.6494023904, 0.796812749) !important;
}

.bg-q-orange3 {
  background-color: #fc9a00 !important;
}

a.bg-q-orange3:hover, a.bg-q-orange3:focus,
button.bg-q-orange3:hover,
button.bg-q-orange3:focus {
  background-color: rgb(201, 122.8333333333, 0) !important;
}

.bg-q-yellow {
  background-color: #f5cd00 !important;
}

a.bg-q-yellow:hover, a.bg-q-yellow:focus,
button.bg-q-yellow:hover,
button.bg-q-yellow:focus {
  background-color: rgb(194, 162.3265306122, 0) !important;
}

.bg-q-yellow2 {
  background-color: #dacf07 !important;
}

a.bg-q-yellow2:hover, a.bg-q-yellow2:focus,
button.bg-q-yellow2:hover,
button.bg-q-yellow2:focus {
  background-color: rgb(168.5866666667, 160.08, 5.4133333333) !important;
}

.bg-q-green {
  background-color: #5cc00c !important;
}

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

.bg-q-green2 {
  background-color: #13ac7e !important;
}

a.bg-q-green2:hover, a.bg-q-green2:focus,
button.bg-q-green2:hover,
button.bg-q-green2:focus {
  background-color: rgb(13.9267015707, 126.0732984293, 92.3560209424) !important;
}

.bg-q-blue {
  background-color: #0662e1 !important;
}

a.bg-q-blue:hover, a.bg-q-blue:focus,
button.bg-q-blue:hover,
button.bg-q-blue:focus {
  background-color: rgb(4.6753246753, 76.3636363636, 175.3246753247) !important;
}

.bg-q-purple {
  background-color: #632487 !important;
}

a.bg-q-purple:hover, a.bg-q-purple:focus,
button.bg-q-purple:hover,
button.bg-q-purple:focus {
  background-color: rgb(69.4736842105, 25.2631578947, 94.7368421053) !important;
}

.bg-burgund {
  background-color: #a13941 !important;
}

a.bg-burgund:hover, a.bg-burgund:focus,
button.bg-burgund:hover,
button.bg-burgund:focus {
  background-color: rgb(123.3348623853, 43.6651376147, 49.7935779817) !important;
}

.bg-light-primary {
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743) !important;
}

a.bg-light-primary:hover, a.bg-light-primary:focus,
button.bg-light-primary:hover,
button.bg-light-primary:focus {
  background-color: rgb(82.5497382199, 235.9502617801, 189.8298429319) !important;
}

.bg-light-success {
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896) !important;
}

a.bg-light-success:hover, a.bg-light-success:focus,
button.bg-light-success:hover,
button.bg-light-success:focus {
  background-color: rgb(107.4350649351, 167.7727272727, 251.0649350649) !important;
}

.bg-light-info {
  background-color: rgb(167.1495327103, 211.0747663551, 225.3504672897) !important;
}

a.bg-light-info:hover, a.bg-light-info:focus,
button.bg-light-info:hover,
button.bg-light-info:focus {
  background-color: rgb(129.0186915888, 192.0093457944, 212.4813084112) !important;
}

.bg-light-warning {
  background-color: rgb(255, 224.0833333333, 175.5) !important;
}

a.bg-light-warning:hover, a.bg-light-warning:focus,
button.bg-light-warning:hover,
button.bg-light-warning:focus {
  background-color: rgb(255, 204.25, 124.5) !important;
}

.bg-light-danger {
  background-color: rgb(255, 151.5, 179.1907894737) !important;
}

a.bg-light-danger:hover, a.bg-light-danger:focus,
button.bg-light-danger:hover,
button.bg-light-danger:focus {
  background-color: rgb(255, 100.5, 141.8355263158) !important;
}

.bg-light-dark {
  background-color: rgb(108.9512195122, 108.9512195122, 151.5487804878) !important;
}

a.bg-light-dark:hover, a.bg-light-dark:focus,
button.bg-light-dark:hover,
button.bg-light-dark:focus {
  background-color: rgb(86.8658536585, 86.8658536585, 122.6341463415) !important;
}

.bg-q-light-red {
  background-color: rgb(255, 151.5, 179.1907894737) !important;
}

a.bg-q-light-red:hover, a.bg-q-light-red:focus,
button.bg-q-light-red:hover,
button.bg-q-light-red:focus {
  background-color: rgb(255, 100.5, 141.8355263158) !important;
}

.bg-q-light-orange {
  background-color: rgb(254.0535714286, 202.3154761905, 176.4464285714) !important;
}

a.bg-q-light-orange:hover, a.bg-q-light-orange:focus,
button.bg-q-light-orange:hover,
button.bg-q-light-orange:focus {
  background-color: rgb(253.4464285714, 168.5178571429, 126.0535714286) !important;
}

.bg-q-light-orange2 {
  background-color: rgb(254.6792828685, 209.7788844622, 174.8207171315) !important;
}

a.bg-q-light-orange2:hover, a.bg-q-light-orange2:focus,
button.bg-q-light-orange2:hover,
button.bg-q-light-orange2:focus {
  background-color: rgb(254.4760956175, 181.1294820717, 124.0239043825) !important;
}

.bg-q-light-orange3 {
  background-color: rgb(255, 224.0833333333, 175.5) !important;
}

a.bg-q-light-orange3:hover, a.bg-q-light-orange3:focus,
button.bg-q-light-orange3:hover,
button.bg-q-light-orange3:focus {
  background-color: rgb(255, 204.25, 124.5) !important;
}

.bg-q-light-yellow {
  background-color: rgb(255, 240.8775510204, 168.5) !important;
}

a.bg-q-light-yellow:hover, a.bg-q-light-yellow:focus,
button.bg-q-light-yellow:hover,
button.bg-q-light-yellow:focus {
  background-color: rgb(255, 232.5510204082, 117.5) !important;
}

.bg-q-light-yellow2 {
  background-color: rgb(251.6866666667, 246.48, 151.8133333333) !important;
}

a.bg-q-light-yellow2:hover, a.bg-q-light-yellow2:focus,
button.bg-q-light-yellow2:hover,
button.bg-q-light-yellow2:focus {
  background-color: rgb(250.1, 242.4, 102.4) !important;
}

.bg-q-light-green {
  background-color: rgb(185, 247.5, 135) !important;
}

a.bg-q-light-green:hover, a.bg-q-light-green:focus,
button.bg-q-light-green:hover,
button.bg-q-light-green:focus {
  background-color: rgb(157, 244.5, 87) !important;
}

.bg-q-light-green2 {
  background-color: rgb(128.4764397906, 241.0235602094, 207.1858638743) !important;
}

a.bg-q-light-green2:hover, a.bg-q-light-green2:focus,
button.bg-q-light-green2:hover,
button.bg-q-light-green2:focus {
  background-color: rgb(82.5497382199, 235.9502617801, 189.8298429319) !important;
}

.bg-q-light-blue {
  background-color: rgb(157.1103896104, 197.1363636364, 252.3896103896) !important;
}

a.bg-q-light-blue:hover, a.bg-q-light-blue:focus,
button.bg-q-light-blue:hover,
button.bg-q-light-blue:focus {
  background-color: rgb(107.4350649351, 167.7727272727, 251.0649350649) !important;
}

.bg-q-light-purple {
  background-color: rgb(187.4210526316, 128.2894736842, 221.2105263158) !important;
}

a.bg-q-light-purple:hover, a.bg-q-light-purple:focus,
button.bg-q-light-purple:hover,
button.bg-q-light-purple:focus {
  background-color: rgb(165.9473684211, 88.0263157895, 210.4736842105) !important;
}

.bg-light-burgund {
  background-color: rgb(225.3233944954, 171.1766055046, 175.3417431193) !important;
}

a.bg-light-burgund:hover, a.bg-light-burgund:focus,
button.bg-light-burgund:hover,
button.bg-light-burgund:focus {
  background-color: rgb(211.9885321101, 133.5114678899, 139.5481651376) !important;
}

.bg-gray-000 {
  background-color: #ffffff !important;
}

a.bg-gray-000:hover, a.bg-gray-000:focus,
button.bg-gray-000:hover,
button.bg-gray-000:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-gray-999 {
  background-color: #000000 !important;
}

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

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

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

.border {
  border: 1px solid rgba(34, 34, 48, 0.1) !important;
}

.border-top {
  border-top: 1px solid rgba(34, 34, 48, 0.1) !important;
}

.border-right {
  border-right: 1px solid rgba(34, 34, 48, 0.1) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(34, 34, 48, 0.1) !important;
}

.border-left {
  border-left: 1px solid rgba(34, 34, 48, 0.1) !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: #13ac7e !important;
}

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

.border-success {
  border-color: #0662e1 !important;
}

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

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

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

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

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

.border-neutral {
  border-color: #edf0f5 !important;
}

.border-q-red {
  border-color: #e4003d !important;
}

.border-q-orange {
  border-color: #f95503 !important;
}

.border-q-orange2 {
  border-color: #fa6e01 !important;
}

.border-q-orange3 {
  border-color: #fc9a00 !important;
}

.border-q-yellow {
  border-color: #f5cd00 !important;
}

.border-q-yellow2 {
  border-color: #dacf07 !important;
}

.border-q-green {
  border-color: #5cc00c !important;
}

.border-q-green2 {
  border-color: #13ac7e !important;
}

.border-q-blue {
  border-color: #0662e1 !important;
}

.border-q-purple {
  border-color: #632487 !important;
}

.border-burgund {
  border-color: #a13941 !important;
}

.border-light-primary {
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743) !important;
}

.border-light-success {
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896) !important;
}

.border-light-info {
  border-color: rgb(167.1495327103, 211.0747663551, 225.3504672897) !important;
}

.border-light-warning {
  border-color: rgb(255, 224.0833333333, 175.5) !important;
}

.border-light-danger {
  border-color: rgb(255, 151.5, 179.1907894737) !important;
}

.border-light-dark {
  border-color: rgb(108.9512195122, 108.9512195122, 151.5487804878) !important;
}

.border-q-light-red {
  border-color: rgb(255, 151.5, 179.1907894737) !important;
}

.border-q-light-orange {
  border-color: rgb(254.0535714286, 202.3154761905, 176.4464285714) !important;
}

.border-q-light-orange2 {
  border-color: rgb(254.6792828685, 209.7788844622, 174.8207171315) !important;
}

.border-q-light-orange3 {
  border-color: rgb(255, 224.0833333333, 175.5) !important;
}

.border-q-light-yellow {
  border-color: rgb(255, 240.8775510204, 168.5) !important;
}

.border-q-light-yellow2 {
  border-color: rgb(251.6866666667, 246.48, 151.8133333333) !important;
}

.border-q-light-green {
  border-color: rgb(185, 247.5, 135) !important;
}

.border-q-light-green2 {
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743) !important;
}

.border-q-light-blue {
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896) !important;
}

.border-q-light-purple {
  border-color: rgb(187.4210526316, 128.2894736842, 221.2105263158) !important;
}

.border-light-burgund {
  border-color: rgb(225.3233944954, 171.1766055046, 175.3417431193) !important;
}

.border-gray-000 {
  border-color: #ffffff !important;
}

.border-gray-999 {
  border-color: #000000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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;
}

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

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

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

.w-200 {
  width: 200% !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;
}

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

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

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

.h-200 {
  height: 200% !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;
}

.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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 200 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.font-weight-bolder {
  font-weight: 600 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #13ac7e !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(11.390052356, 103.109947644, 75.5340314136) !important;
}

.text-secondary {
  color: #f6f7f9 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(200.1, 206.2, 218.4) !important;
}

.text-success {
  color: #0662e1 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(4.012987013, 65.5454545455, 150.487012987) !important;
}

.text-info {
  color: #3686A0 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(34.6962616822, 86.0981308411, 102.8037383178) !important;
}

.text-warning {
  color: #fc9a00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(175.5, 107.25, 0) !important;
}

.text-danger {
  color: #e4003d !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(151.5, 0, 40.5328947368) !important;
}

.text-light {
  color: #f6f7f9 !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(200.1, 206.2, 218.4) !important;
}

.text-dark {
  color: #222230 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(2.2804878049, 2.2804878049, 3.2195121951) !important;
}

.text-neutral {
  color: #edf0f5 !important;
}

a.text-neutral:hover, a.text-neutral:focus {
  color: rgb(187.8214285714, 199.0178571429, 217.6785714286) !important;
}

.text-q-red {
  color: #e4003d !important;
}

a.text-q-red:hover, a.text-q-red:focus {
  color: rgb(151.5, 0, 40.5328947368) !important;
}

.text-q-orange {
  color: #f95503 !important;
}

a.text-q-orange:hover, a.text-q-orange:focus {
  color: rgb(173.4107142857, 59.1964285714, 2.0892857143) !important;
}

.text-q-orange2 {
  color: #fa6e01 !important;
}

a.text-q-orange2:hover, a.text-q-orange2:focus {
  color: rgb(173.8047808765, 76.4741035857, 0.6952191235) !important;
}

.text-q-orange3 {
  color: #fc9a00 !important;
}

a.text-q-orange3:hover, a.text-q-orange3:focus {
  color: rgb(175.5, 107.25, 0) !important;
}

.text-q-yellow {
  color: #f5cd00 !important;
}

a.text-q-yellow:hover, a.text-q-yellow:focus {
  color: rgb(168.5, 140.9897959184, 0) !important;
}

.text-q-yellow2 {
  color: #dacf07 !important;
}

a.text-q-yellow2:hover, a.text-q-yellow2:focus {
  color: rgb(143.88, 136.62, 4.62) !important;
}

.text-q-green {
  color: #5cc00c !important;
}

a.text-q-green:hover, a.text-q-green:focus {
  color: rgb(57.5, 120, 7.5) !important;
}

.text-q-green2 {
  color: #13ac7e !important;
}

a.text-q-green2:hover, a.text-q-green2:focus {
  color: rgb(11.390052356, 103.109947644, 75.5340314136) !important;
}

.text-q-blue {
  color: #0662e1 !important;
}

a.text-q-blue:hover, a.text-q-blue:focus {
  color: rgb(4.012987013, 65.5454545455, 150.487012987) !important;
}

.text-q-purple {
  color: #632487 !important;
}

a.text-q-purple:hover, a.text-q-purple:focus {
  color: rgb(54.7105263158, 19.8947368421, 74.6052631579) !important;
}

.text-burgund {
  color: #a13941 !important;
}

a.text-burgund:hover, a.text-burgund:focus {
  color: rgb(104.502293578, 36.997706422, 42.1903669725) !important;
}

.text-light-primary {
  color: rgb(128.4764397906, 241.0235602094, 207.1858638743) !important;
}

a.text-light-primary:hover, a.text-light-primary:focus {
  color: rgb(59.5863874346, 233.4136125654, 181.1518324607) !important;
}

.text-light-success {
  color: rgb(157.1103896104, 197.1363636364, 252.3896103896) !important;
}

a.text-light-success:hover, a.text-light-success:focus {
  color: rgb(82.5974025974, 153.0909090909, 250.4025974026) !important;
}

.text-light-info {
  color: rgb(167.1495327103, 211.0747663551, 225.3504672897) !important;
}

a.text-light-info:hover, a.text-light-info:focus {
  color: rgb(109.953271028, 182.476635514, 206.046728972) !important;
}

.text-light-warning {
  color: rgb(255, 224.0833333333, 175.5) !important;
}

a.text-light-warning:hover, a.text-light-warning:focus {
  color: rgb(255, 194.3333333333, 99) !important;
}

.text-light-danger {
  color: rgb(255, 151.5, 179.1907894737) !important;
}

a.text-light-danger:hover, a.text-light-danger:focus {
  color: rgb(255, 75, 123.1578947368) !important;
}

.text-light-dark {
  color: rgb(108.9512195122, 108.9512195122, 151.5487804878) !important;
}

a.text-light-dark:hover, a.text-light-dark:focus {
  color: rgb(76.2926829268, 76.2926829268, 107.7073170732) !important;
}

.text-q-light-red {
  color: rgb(255, 151.5, 179.1907894737) !important;
}

a.text-q-light-red:hover, a.text-q-light-red:focus {
  color: rgb(255, 75, 123.1578947368) !important;
}

.text-q-light-orange {
  color: rgb(254.0535714286, 202.3154761905, 176.4464285714) !important;
}

a.text-q-light-orange:hover, a.text-q-light-orange:focus {
  color: rgb(253.1428571429, 151.619047619, 100.8571428571) !important;
}

.text-q-light-orange2 {
  color: rgb(254.6792828685, 209.7788844622, 174.8207171315) !important;
}

a.text-q-light-orange2:hover, a.text-q-light-orange2:focus {
  color: rgb(254.374501992, 166.8047808765, 98.625498008) !important;
}

.text-q-light-orange3 {
  color: rgb(255, 224.0833333333, 175.5) !important;
}

a.text-q-light-orange3:hover, a.text-q-light-orange3:focus {
  color: rgb(255, 194.3333333333, 99) !important;
}

.text-q-light-yellow {
  color: rgb(255, 240.8775510204, 168.5) !important;
}

a.text-q-light-yellow:hover, a.text-q-light-yellow:focus {
  color: rgb(255, 228.387755102, 92) !important;
}

.text-q-light-yellow2 {
  color: rgb(251.6866666667, 246.48, 151.8133333333) !important;
}

a.text-q-light-yellow2:hover, a.text-q-light-yellow2:focus {
  color: rgb(249.3066666667, 240.36, 77.6933333333) !important;
}

.text-q-light-green {
  color: rgb(185, 247.5, 135) !important;
}

a.text-q-light-green:hover, a.text-q-light-green:focus {
  color: #8ff33f !important;
}

.text-q-light-green2 {
  color: rgb(128.4764397906, 241.0235602094, 207.1858638743) !important;
}

a.text-q-light-green2:hover, a.text-q-light-green2:focus {
  color: rgb(59.5863874346, 233.4136125654, 181.1518324607) !important;
}

.text-q-light-blue {
  color: rgb(157.1103896104, 197.1363636364, 252.3896103896) !important;
}

a.text-q-light-blue:hover, a.text-q-light-blue:focus {
  color: rgb(82.5974025974, 153.0909090909, 250.4025974026) !important;
}

.text-q-light-purple {
  color: rgb(187.4210526316, 128.2894736842, 221.2105263158) !important;
}

a.text-q-light-purple:hover, a.text-q-light-purple:focus {
  color: rgb(155.2105263158, 67.8947368421, 205.1052631579) !important;
}

.text-light-burgund {
  color: rgb(225.3233944954, 171.1766055046, 175.3417431193) !important;
}

a.text-light-burgund:hover, a.text-light-burgund:focus {
  color: rgb(205.3211009174, 114.6788990826, 121.6513761468) !important;
}

.text-gray-000 {
  color: #ffffff !important;
}

a.text-gray-000:hover, a.text-gray-000:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-gray-999 {
  color: #000000 !important;
}

a.text-gray-999:hover, a.text-gray-999:focus {
  color: black !important;
}

.text-body {
  color: #000000 !important;
}

.text-muted {
  color: #888c9b !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;
  overflow-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 #a6abbd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d6d8e1 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: rgb(236.088028169, 237.0105633803, 241.161971831);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: rgb(236.088028169, 237.0105633803, 241.161971831);
  }
}
@media (min-width: 768px) {
  .badge {
    font-size: 80%;
  }
}
.badge > a {
  color: inherit;
  font-weight: 600;
}
.badge > a:hover {
  color: inherit;
  text-decoration: none;
}

.badge-lg {
  padding: 0.375rem 0.5rem;
}

.badge-subtle.badge-primary {
  color: #000000;
  background-color: rgba(19, 172, 126, 0.08);
}
.badge-subtle.badge-primary[href]:hover, .badge-subtle.badge-primary[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(19, 172, 126, 0.12);
}
.badge-subtle.badge-secondary {
  color: #000000;
  background-color: rgba(246, 247, 249, 0.08);
}
.badge-subtle.badge-secondary[href]:hover, .badge-subtle.badge-secondary[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(246, 247, 249, 0.12);
}
.badge-subtle.badge-success {
  color: #000000;
  background-color: rgba(6, 98, 225, 0.08);
}
.badge-subtle.badge-success[href]:hover, .badge-subtle.badge-success[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(6, 98, 225, 0.12);
}
.badge-subtle.badge-info {
  color: #000000;
  background-color: rgba(54, 134, 160, 0.08);
}
.badge-subtle.badge-info[href]:hover, .badge-subtle.badge-info[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(54, 134, 160, 0.12);
}
.badge-subtle.badge-warning {
  color: #000000;
  background-color: rgba(252, 154, 0, 0.08);
}
.badge-subtle.badge-warning[href]:hover, .badge-subtle.badge-warning[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(252, 154, 0, 0.12);
}
.badge-subtle.badge-danger {
  color: #000000;
  background-color: rgba(228, 0, 61, 0.08);
}
.badge-subtle.badge-danger[href]:hover, .badge-subtle.badge-danger[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(228, 0, 61, 0.12);
}
.badge-subtle.badge-light {
  color: #000000;
  background-color: rgba(246, 247, 249, 0.08);
}
.badge-subtle.badge-light[href]:hover, .badge-subtle.badge-light[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(246, 247, 249, 0.12);
}
.badge-subtle.badge-dark {
  color: #000000;
  background-color: rgba(34, 34, 48, 0.08);
}
.badge-subtle.badge-dark[href]:hover, .badge-subtle.badge-dark[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(34, 34, 48, 0.12);
}
.badge-subtle.badge-neutral {
  color: #000000;
  background-color: rgba(237, 240, 245, 0.08);
}
.badge-subtle.badge-neutral[href]:hover, .badge-subtle.badge-neutral[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(237, 240, 245, 0.12);
}
.badge-subtle.badge-q-red {
  color: #000000;
  background-color: rgba(228, 0, 61, 0.08);
}
.badge-subtle.badge-q-red[href]:hover, .badge-subtle.badge-q-red[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(228, 0, 61, 0.12);
}
.badge-subtle.badge-q-orange {
  color: #000000;
  background-color: rgba(249, 85, 3, 0.08);
}
.badge-subtle.badge-q-orange[href]:hover, .badge-subtle.badge-q-orange[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(249, 85, 3, 0.12);
}
.badge-subtle.badge-q-orange2 {
  color: #000000;
  background-color: rgba(250, 110, 1, 0.08);
}
.badge-subtle.badge-q-orange2[href]:hover, .badge-subtle.badge-q-orange2[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(250, 110, 1, 0.12);
}
.badge-subtle.badge-q-orange3 {
  color: #000000;
  background-color: rgba(252, 154, 0, 0.08);
}
.badge-subtle.badge-q-orange3[href]:hover, .badge-subtle.badge-q-orange3[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(252, 154, 0, 0.12);
}
.badge-subtle.badge-q-yellow {
  color: #000000;
  background-color: rgba(245, 205, 0, 0.08);
}
.badge-subtle.badge-q-yellow[href]:hover, .badge-subtle.badge-q-yellow[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(245, 205, 0, 0.12);
}
.badge-subtle.badge-q-yellow2 {
  color: #000000;
  background-color: rgba(218, 207, 7, 0.08);
}
.badge-subtle.badge-q-yellow2[href]:hover, .badge-subtle.badge-q-yellow2[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(218, 207, 7, 0.12);
}
.badge-subtle.badge-q-green {
  color: #000000;
  background-color: rgba(92, 192, 12, 0.08);
}
.badge-subtle.badge-q-green[href]:hover, .badge-subtle.badge-q-green[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(92, 192, 12, 0.12);
}
.badge-subtle.badge-q-green2 {
  color: #000000;
  background-color: rgba(19, 172, 126, 0.08);
}
.badge-subtle.badge-q-green2[href]:hover, .badge-subtle.badge-q-green2[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(19, 172, 126, 0.12);
}
.badge-subtle.badge-q-blue {
  color: #000000;
  background-color: rgba(6, 98, 225, 0.08);
}
.badge-subtle.badge-q-blue[href]:hover, .badge-subtle.badge-q-blue[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(6, 98, 225, 0.12);
}
.badge-subtle.badge-q-purple {
  color: #000000;
  background-color: rgba(99, 36, 135, 0.08);
}
.badge-subtle.badge-q-purple[href]:hover, .badge-subtle.badge-q-purple[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(99, 36, 135, 0.12);
}
.badge-subtle.badge-burgund {
  color: #000000;
  background-color: rgba(161, 57, 65, 0.08);
}
.badge-subtle.badge-burgund[href]:hover, .badge-subtle.badge-burgund[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(161, 57, 65, 0.12);
}
.badge-subtle.badge-light-primary {
  color: #000000;
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.08);
}
.badge-subtle.badge-light-primary[href]:hover, .badge-subtle.badge-light-primary[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.12);
}
.badge-subtle.badge-light-success {
  color: #000000;
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.08);
}
.badge-subtle.badge-light-success[href]:hover, .badge-subtle.badge-light-success[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.12);
}
.badge-subtle.badge-light-info {
  color: #000000;
  background-color: rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.08);
}
.badge-subtle.badge-light-info[href]:hover, .badge-subtle.badge-light-info[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.12);
}
.badge-subtle.badge-light-warning {
  color: #000000;
  background-color: rgba(255, 224.0833333333, 175.5, 0.08);
}
.badge-subtle.badge-light-warning[href]:hover, .badge-subtle.badge-light-warning[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(255, 224.0833333333, 175.5, 0.12);
}
.badge-subtle.badge-light-danger {
  color: #000000;
  background-color: rgba(255, 151.5, 179.1907894737, 0.08);
}
.badge-subtle.badge-light-danger[href]:hover, .badge-subtle.badge-light-danger[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(255, 151.5, 179.1907894737, 0.12);
}
.badge-subtle.badge-light-dark {
  color: #000000;
  background-color: rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.08);
}
.badge-subtle.badge-light-dark[href]:hover, .badge-subtle.badge-light-dark[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.12);
}
.badge-subtle.badge-q-light-red {
  color: #000000;
  background-color: rgba(255, 151.5, 179.1907894737, 0.08);
}
.badge-subtle.badge-q-light-red[href]:hover, .badge-subtle.badge-q-light-red[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(255, 151.5, 179.1907894737, 0.12);
}
.badge-subtle.badge-q-light-orange {
  color: #000000;
  background-color: rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.08);
}
.badge-subtle.badge-q-light-orange[href]:hover, .badge-subtle.badge-q-light-orange[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.12);
}
.badge-subtle.badge-q-light-orange2 {
  color: #000000;
  background-color: rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.08);
}
.badge-subtle.badge-q-light-orange2[href]:hover, .badge-subtle.badge-q-light-orange2[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.12);
}
.badge-subtle.badge-q-light-orange3 {
  color: #000000;
  background-color: rgba(255, 224.0833333333, 175.5, 0.08);
}
.badge-subtle.badge-q-light-orange3[href]:hover, .badge-subtle.badge-q-light-orange3[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(255, 224.0833333333, 175.5, 0.12);
}
.badge-subtle.badge-q-light-yellow {
  color: #000000;
  background-color: rgba(255, 240.8775510204, 168.5, 0.08);
}
.badge-subtle.badge-q-light-yellow[href]:hover, .badge-subtle.badge-q-light-yellow[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(255, 240.8775510204, 168.5, 0.12);
}
.badge-subtle.badge-q-light-yellow2 {
  color: #000000;
  background-color: rgba(251.6866666667, 246.48, 151.8133333333, 0.08);
}
.badge-subtle.badge-q-light-yellow2[href]:hover, .badge-subtle.badge-q-light-yellow2[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(251.6866666667, 246.48, 151.8133333333, 0.12);
}
.badge-subtle.badge-q-light-green {
  color: #000000;
  background-color: rgba(185, 247.5, 135, 0.08);
}
.badge-subtle.badge-q-light-green[href]:hover, .badge-subtle.badge-q-light-green[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(185, 247.5, 135, 0.12);
}
.badge-subtle.badge-q-light-green2 {
  color: #000000;
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.08);
}
.badge-subtle.badge-q-light-green2[href]:hover, .badge-subtle.badge-q-light-green2[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.12);
}
.badge-subtle.badge-q-light-blue {
  color: #000000;
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.08);
}
.badge-subtle.badge-q-light-blue[href]:hover, .badge-subtle.badge-q-light-blue[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.12);
}
.badge-subtle.badge-q-light-purple {
  color: #000000;
  background-color: rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.08);
}
.badge-subtle.badge-q-light-purple[href]:hover, .badge-subtle.badge-q-light-purple[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.12);
}
.badge-subtle.badge-light-burgund {
  color: #000000;
  background-color: rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.08);
}
.badge-subtle.badge-light-burgund[href]:hover, .badge-subtle.badge-light-burgund[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.12);
}
.badge-subtle.badge-gray-000 {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.08);
}
.badge-subtle.badge-gray-000[href]:hover, .badge-subtle.badge-gray-000[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.12);
}
.badge-subtle.badge-gray-999 {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
}
.badge-subtle.badge-gray-999[href]:hover, .badge-subtle.badge-gray-999[href]:focus {
  color: #000000;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.12);
}

.has-badge {
  position: relative;
  display: inline-block;
}
.has-badge > .badge:last-child {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate3d(-50%, 0, 0);
}
.has-badge > .tile:last-child,
.has-badge > .user-avatar:last-child {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate3d(-50%, 0, 0);
  line-height: 1.25;
  border: 3px solid #ffffff;
  box-shadow: none;
}
.has-badge > .tile-circle + .tile,
.has-badge > .tile-circle + .user-avatar,
.has-badge > .user-avatar + .tile,
.has-badge > .user-avatar + .user-avatar {
  transform: translate3d(-75%, 0, 0);
}
.has-badge > .tile-xl.tile-circle + .tile,
.has-badge > .tile-xl.tile-circle + .user-avatar,
.has-badge > .user-avatar-xl.user-avatar + .tile,
.has-badge > .user-avatar-xl.user-avatar + .user-avatar {
  top: 0.5rem;
  transform: translate3d(-1.125rem, 0, 0);
}
.has-badge > .tile-xxl.tile-circle + .tile,
.has-badge > .tile-xxl.tile-circle + .user-avatar,
.has-badge > .user-avatar-xxl.user-avatar + .tile,
.has-badge > .user-avatar-xxl.user-avatar + .user-avatar {
  top: 1rem;
  transform: translate3d(-1.5rem, 0, 0);
}

.has-badge-bottom > .badge:last-child,
.has-badge-bottom > .tile:last-child,
.has-badge-bottom > .user-avatar:last-child {
  top: auto;
  bottom: 0;
}
.has-badge-bottom > .tile-xl.tile-circle + .tile,
.has-badge-bottom > .tile-xl.tile-circle + .user-avatar,
.has-badge-bottom > .user-avatar-xl.user-avatar + .tile,
.has-badge-bottom > .user-avatar-xl.user-avatar + .user-avatar {
  top: auto;
  bottom: 0.5rem;
}
.has-badge-bottom > .tile-xxl.tile-circle + .tile,
.has-badge-bottom > .tile-xxl.tile-circle + .user-avatar,
.has-badge-bottom > .user-avatar-xxl.user-avatar + .tile,
.has-badge-bottom > .user-avatar-xxl.user-avatar + .user-avatar {
  top: auto;
  bottom: 1rem;
}

.breadcrumb-item > a {
  color: inherit;
  border-radius: 1px;
}
.breadcrumb-item > a:hover {
  text-decoration: none;
}
.breadcrumb-item > a:focus, .breadcrumb-item > a.focus, .breadcrumb-item > a:active {
  color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
  background-color: rgba(19, 172, 126, 0.08);
  box-shadow: 0 0 0 4px rgba(19, 172, 126, 0.08), 0 0 0 5px rgba(246, 247, 249, 0.5);
  outline: 0;
}
.breadcrumb-item.active > a:hover {
  text-decoration: none;
}

pre > .hljs {
  padding: 1rem;
  border-radius: 0.2rem;
}
.card > pre > .hljs {
  border-radius: 0;
}
.card > pre:last-child {
  margin-bottom: 0;
}
.card > pre:last-child > .hljs {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* for block of numbers */
td.hljs-ln-numbers {
  padding-right: 10px !important;
  padding-left: 5px !important;
  text-align: center;
  color: #363642;
  background: #e6e8ed;
  vertical-align: top;
  user-select: none;
}

/* for block of code */
td.hljs-ln-code {
  padding-left: 10px;
}

.dropdown-menu {
  margin-top: 10px;
  border: 0;
  font-weight: normal;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 7px 1px rgba(0, 0, 0, 0.16);
  animation-duration: 200ms;
  animation-fill-mode: both;
}
.dropdown-menu[x-placement=top-start], .dropdown-menu[x-placement=top-end] {
  margin-top: auto;
  margin-bottom: 10px;
}
.dropdown-menu[x-placement=right-start], .dropdown-menu[x-placement=right-end] {
  margin-top: auto;
  margin-left: 10px;
}
.dropdown-menu[x-placement=left-start], .dropdown-menu[x-placement=left-end] {
  margin-top: auto;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .dropdown-menu {
    font-size: 0.875rem;
  }
}
.dropdown-menu.show {
  animation-name: showDropdown;
}
.dropdown-menu-rich {
  width: 20rem;
}
.dropdown-menu-md {
  width: 18rem;
}
.dropdown-menu-lg {
  width: 24rem;
}
.dropdown-menu-xl {
  width: 30rem;
}
.dropdown-menu .dropdown-toggle:after {
  margin-left: auto;
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-header > a,
.dropdown-header > a:hover,
.dropdown-header > a:focus {
  font-weight: normal;
  font-size: 0.75rem;
  color: #888c9b;
}

.dropdown-icon {
  margin-right: 0.25rem;
  color: #a6abbd;
  width: 1.25rem;
}

.dropdown-item:hover .text-muted,
.dropdown-item:hover .dropdown-icon,
.dropdown-item:hover .subject, .dropdown-item:hover.unread .subject,
.dropdown-item:hover .text, .dropdown-item:hover.unread .text,
.dropdown-item:hover .date, .dropdown-item:focus .text-muted,
.dropdown-item:focus .dropdown-icon,
.dropdown-item:focus .subject, .dropdown-item:focus.unread .subject,
.dropdown-item:focus .text, .dropdown-item:focus.unread .text,
.dropdown-item:focus .date, .dropdown-item.focus .text-muted,
.dropdown-item.focus .dropdown-icon,
.dropdown-item.focus .subject, .dropdown-item.focus.unread .subject,
.dropdown-item.focus .text, .dropdown-item.focus.unread .text,
.dropdown-item.focus .date, .dropdown-item:active .text-muted,
.dropdown-item:active .dropdown-icon,
.dropdown-item:active .subject, .dropdown-item:active.unread .subject,
.dropdown-item:active .text, .dropdown-item:active.unread .text,
.dropdown-item:active .date, .dropdown-item.active .text-muted,
.dropdown-item.active .dropdown-icon,
.dropdown-item.active .subject, .dropdown-item.active.unread .subject,
.dropdown-item.active .text, .dropdown-item.active.unread .text,
.dropdown-item.active .date {
  color: inherit;
}
.dropdown-item:hover .text-muted, .dropdown-item:focus .text-muted, .dropdown-item.focus .text-muted, .dropdown-item:active .text-muted, .dropdown-item.active .text-muted {
  opacity: 0.87;
}
.dropdown-item.unread .subject, .dropdown-item.unread .text {
  font-weight: 600;
  color: #000000;
}
.dropdown-item .subject,
.dropdown-item .text,
.dropdown-item .date {
  margin-bottom: 0;
  line-height: 1.4;
}
.dropdown-item .subject {
  font-size: 0.75rem;
  color: #222230;
}
.dropdown-item .text {
  font-size: 0.875rem;
  color: #222230;
}
.dropdown-item .date {
  font-size: 0.75rem;
  color: #888c9b;
}

.dropdown-arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0.5rem;
  overflow: hidden;
  height: 1.25rem;
  width: 1.25rem;
  pointer-events: none;
  z-index: 1001;
  transform: translate3d(0, -100%, 0);
}
.dropdown-arrow::before {
  content: "";
  position: absolute;
  bottom: -0.375rem;
  left: 0.5rem;
  transform: rotate(45deg);
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: -5px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 7px 1px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}
[x-placement=top-start] > .dropdown-arrow, [x-placement=top-end] > .dropdown-arrow {
  top: auto;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
}
[x-placement=top-start] > .dropdown-arrow::before, [x-placement=top-end] > .dropdown-arrow::before {
  top: -0.375rem;
  bottom: auto;
}
[x-placement=right-start] > .dropdown-arrow {
  top: 0.5rem;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
[x-placement=right-start] > .dropdown-arrow::before {
  bottom: 0.375rem;
  right: 0;
  left: auto;
  margin-right: -0.375rem;
  margin-left: auto;
}
[x-placement=left-start] > .dropdown-arrow {
  top: 0.5rem;
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
}
[x-placement=left-start] > .dropdown-arrow::before {
  bottom: 0.375rem;
  left: 0;
  margin-left: -0.375rem;
}
.dropdown-menu-right > .dropdown-arrow {
  left: auto;
  right: 0.5rem;
}
.dropdown-arrow-right {
  left: auto;
  right: 0.5rem;
}
.dropdown-arrow-left {
  left: 0.5rem;
}

.dropdown-sheets {
  padding: 1.5rem 0 0;
  display: flex;
  flex-flow: row wrap;
}
.dropdown-sheets .dropdown-sheet-item {
  margin-bottom: 1.5rem;
  color: #888c9b;
  width: 33.3333333333%;
  text-align: center;
}
.dropdown-sheets .dropdown-sheet-item:hover, .dropdown-sheets .dropdown-sheet-item:focus {
  text-decoration: none;
}

.dropdown-menu-rich {
  padding: 0;
}
.dropdown-menu-rich .dropdown-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(34, 34, 48, 0.1);
}
.dropdown-menu-rich .dropdown-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
}
.dropdown-menu-rich .dropdown-item:not(:first-child) {
  border-top: 1px solid rgba(34, 34, 48, 0.1);
}
.dropdown-menu-rich .dropdown-item-body {
  flex: 1;
  white-space: normal;
  min-width: 0;
}
.dropdown-menu-rich .dropdown-item-body:not(:first-child) {
  padding-left: 1rem;
}
.dropdown-menu-rich .dropdown-item-body:not(:last-child) {
  padding-right: 1rem;
}
.dropdown-menu-rich .dropdown-icon {
  margin-right: 0;
}

.dropdown-scroll {
  position: relative;
  overflow-y: auto;
  height: 263px;
}

.dropdown-footer {
  margin: 0;
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  text-align: center;
  border-top: 1px solid rgba(34, 34, 48, 0.1);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.dropdown-footer:hover, .dropdown-footer:focus {
  text-decoration: none;
  background-color: #f6f7f9;
}

@keyframes showDropdown {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.dropdown-menu > .custom-control,
.dropdown-scroll > .custom-control {
  margin-bottom: 0;
  padding: 0.25rem 1rem 0.25rem 1.5rem;
}
.dropdown-menu > .custom-control .custom-control-label,
.dropdown-scroll > .custom-control .custom-control-label {
  display: block;
  cursor: pointer;
}
.dropdown-menu > .custom-control .custom-control-label:before, .dropdown-menu > .custom-control .custom-control-label:after,
.dropdown-scroll > .custom-control .custom-control-label:before,
.dropdown-scroll > .custom-control .custom-control-label:after {
  left: -1.25rem;
}
.dropdown-menu > .custom-control .custom-control-label::before,
.dropdown-scroll > .custom-control .custom-control-label::before {
  border: none;
  background: transparent !important;
  box-shadow: none;
}
.dropdown-menu > .custom-control .custom-control-input:checked ~ .custom-control-label:after,
.dropdown-scroll > .custom-control .custom-control-input:checked ~ .custom-control-label:after {
  transform: scale(1.2);
}

@media (min-width: 768px) {
  .macos .dropdown-menu .custom-control-label:before, .macos .dropdown-menu .custom-control-label:after,
  .macos .dropdown-scroll .custom-control-label:before,
  .macos .dropdown-scroll .custom-control-label:after {
    top: 0.2rem;
  }
}

.embed-responsive img.embed-responsive-item {
  top: 50%;
  left: 50%;
  bottom: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  max-width: 200%;
}

[class^=container-] {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
  .container-fluid-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
  .container-fluid-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-sm {
    max-width: 960px;
  }
  .container-fluid-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
  .container-fluid-sm {
    max-width: 100%;
  }
}
.navbar > .container-sm,
.navbar > .container-fluid-sm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
  .container-fluid-md {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-md {
    max-width: 960px;
  }
  .container-fluid-md {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
  .container-fluid-md {
    max-width: 100%;
  }
}
.navbar > .container-md,
.navbar > .container-fluid-md {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
  .container-fluid-lg {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
  .container-fluid-lg {
    max-width: 100%;
  }
}
.navbar > .container-lg,
.navbar > .container-fluid-lg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
  .container-fluid-xl {
    max-width: 100%;
  }
}
.navbar > .container-xl,
.navbar > .container-fluid-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.col-1 > .col-fix {
  max-width: 95px;
}

.col-2 > .col-fix {
  max-width: 190px;
}

.col-3 > .col-fix {
  max-width: 285px;
}

.col-4 > .col-fix {
  max-width: 380px;
}

.col-5 > .col-fix {
  max-width: 475px;
}

.col-6 > .col-fix {
  max-width: 570px;
}

.col-7 > .col-fix {
  max-width: 665px;
}

.col-8 > .col-fix {
  max-width: 760px;
}

.col-9 > .col-fix {
  max-width: 855px;
}

.col-10 > .col-fix {
  max-width: 950px;
}

.col-11 > .col-fix {
  max-width: 1045px;
}

.col-12 > .col-fix {
  max-width: 1140px;
}

@media (min-width: 576px) {
  .col-sm-1 > .col-fix {
    max-width: 95px;
  }
  .col-sm-2 > .col-fix {
    max-width: 190px;
  }
  .col-sm-3 > .col-fix {
    max-width: 285px;
  }
  .col-sm-4 > .col-fix {
    max-width: 380px;
  }
  .col-sm-5 > .col-fix {
    max-width: 475px;
  }
  .col-sm-6 > .col-fix {
    max-width: 570px;
  }
  .col-sm-7 > .col-fix {
    max-width: 665px;
  }
  .col-sm-8 > .col-fix {
    max-width: 760px;
  }
  .col-sm-9 > .col-fix {
    max-width: 855px;
  }
  .col-sm-10 > .col-fix {
    max-width: 950px;
  }
  .col-sm-11 > .col-fix {
    max-width: 1045px;
  }
  .col-sm-12 > .col-fix {
    max-width: 1140px;
  }
}
@media (min-width: 768px) {
  .col-md-1 > .col-fix {
    max-width: 95px;
  }
  .col-md-2 > .col-fix {
    max-width: 190px;
  }
  .col-md-3 > .col-fix {
    max-width: 285px;
  }
  .col-md-4 > .col-fix {
    max-width: 380px;
  }
  .col-md-5 > .col-fix {
    max-width: 475px;
  }
  .col-md-6 > .col-fix {
    max-width: 570px;
  }
  .col-md-7 > .col-fix {
    max-width: 665px;
  }
  .col-md-8 > .col-fix {
    max-width: 760px;
  }
  .col-md-9 > .col-fix {
    max-width: 855px;
  }
  .col-md-10 > .col-fix {
    max-width: 950px;
  }
  .col-md-11 > .col-fix {
    max-width: 1045px;
  }
  .col-md-12 > .col-fix {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .col-lg-1 > .col-fix {
    max-width: 95px;
  }
  .col-lg-2 > .col-fix {
    max-width: 190px;
  }
  .col-lg-3 > .col-fix {
    max-width: 285px;
  }
  .col-lg-4 > .col-fix {
    max-width: 380px;
  }
  .col-lg-5 > .col-fix {
    max-width: 475px;
  }
  .col-lg-6 > .col-fix {
    max-width: 570px;
  }
  .col-lg-7 > .col-fix {
    max-width: 665px;
  }
  .col-lg-8 > .col-fix {
    max-width: 760px;
  }
  .col-lg-9 > .col-fix {
    max-width: 855px;
  }
  .col-lg-10 > .col-fix {
    max-width: 950px;
  }
  .col-lg-11 > .col-fix {
    max-width: 1045px;
  }
  .col-lg-12 > .col-fix {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 > .col-fix {
    max-width: 95px;
  }
  .col-xl-2 > .col-fix {
    max-width: 190px;
  }
  .col-xl-3 > .col-fix {
    max-width: 285px;
  }
  .col-xl-4 > .col-fix {
    max-width: 380px;
  }
  .col-xl-5 > .col-fix {
    max-width: 475px;
  }
  .col-xl-6 > .col-fix {
    max-width: 570px;
  }
  .col-xl-7 > .col-fix {
    max-width: 665px;
  }
  .col-xl-8 > .col-fix {
    max-width: 760px;
  }
  .col-xl-9 > .col-fix {
    max-width: 855px;
  }
  .col-xl-10 > .col-fix {
    max-width: 950px;
  }
  .col-xl-11 > .col-fix {
    max-width: 1045px;
  }
  .col-xl-12 > .col-fix {
    max-width: 1140px;
  }
}
.row-border,
.row-dashed {
  overflow: hidden;
}
.row-border > [class^=col-]:before,
.row-dashed > [class^=col-]:before {
  position: absolute;
  content: " ";
  height: 100%;
  top: 0;
  left: -1px;
}
.row-border > [class^=col-]:after,
.row-dashed > [class^=col-]:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
}

.row-border > [class^=col-]:before {
  border-left: 1px solid rgba(34, 34, 48, 0.1);
}
.row-border > [class^=col-]:after {
  border-bottom: 1px solid rgba(34, 34, 48, 0.1);
}

.row-dashed > [class^=col-]:before {
  border-left: 1px dashed rgba(34, 34, 48, 0.1);
}
.row-dashed > [class^=col-]:after {
  border-bottom: 1px dashed rgba(34, 34, 48, 0.1);
}

.img-float-1 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 1));
}

.img-float-2 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 2));
}

.img-float-3 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 3));
}

.img-float-4 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 4));
}

.img-float-5 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 5));
}

.img-float-6 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 6));
}

.img-float-7 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 7));
}

.img-float-8 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 8));
}

.img-float-9 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 9));
}

.img-float-10 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 10));
}

.img-float-11 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 11));
}

.img-float-12 {
  margin-left: -20px;
  max-width: calc(100vw / (12 / 12));
}

@media (min-width: 576px) {
  .img-float-sm-1 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 1));
  }
  .img-float-sm-2 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 2));
  }
  .img-float-sm-3 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 3));
  }
  .img-float-sm-4 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 4));
  }
  .img-float-sm-5 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 5));
  }
  .img-float-sm-6 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 6));
  }
  .img-float-sm-7 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 7));
  }
  .img-float-sm-8 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 8));
  }
  .img-float-sm-9 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 9));
  }
  .img-float-sm-10 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 10));
  }
  .img-float-sm-11 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 11));
  }
  .img-float-sm-12 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 12));
  }
}
@media (min-width: 768px) {
  .img-float-md-1 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 1));
  }
  .img-float-md-2 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 2));
  }
  .img-float-md-3 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 3));
  }
  .img-float-md-4 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 4));
  }
  .img-float-md-5 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 5));
  }
  .img-float-md-6 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 6));
  }
  .img-float-md-7 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 7));
  }
  .img-float-md-8 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 8));
  }
  .img-float-md-9 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 9));
  }
  .img-float-md-10 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 10));
  }
  .img-float-md-11 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 11));
  }
  .img-float-md-12 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 12));
  }
}
@media (min-width: 992px) {
  .img-float-lg-1 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 1));
  }
  .img-float-lg-2 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 2));
  }
  .img-float-lg-3 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 3));
  }
  .img-float-lg-4 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 4));
  }
  .img-float-lg-5 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 5));
  }
  .img-float-lg-6 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 6));
  }
  .img-float-lg-7 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 7));
  }
  .img-float-lg-8 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 8));
  }
  .img-float-lg-9 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 9));
  }
  .img-float-lg-10 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 10));
  }
  .img-float-lg-11 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 11));
  }
  .img-float-lg-12 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 12));
  }
}
@media (min-width: 1200px) {
  .img-float-xl-1 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 1));
  }
  .img-float-xl-2 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 2));
  }
  .img-float-xl-3 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 3));
  }
  .img-float-xl-4 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 4));
  }
  .img-float-xl-5 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 5));
  }
  .img-float-xl-6 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 6));
  }
  .img-float-xl-7 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 7));
  }
  .img-float-xl-8 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 8));
  }
  .img-float-xl-9 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 9));
  }
  .img-float-xl-10 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 10));
  }
  .img-float-xl-11 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 11));
  }
  .img-float-xl-12 {
    margin-left: -20px;
    max-width: calc(100vw / (12 / 12));
  }
}
.list-group {
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.list-group-flush, .list-group-reflow {
  box-shadow: none;
}
.list-group-reflow .list-group-header,
.list-group-reflow .list-group-item {
  background-color: transparent;
}
.list-group-fluid .list-group-item {
  padding-right: 0;
  padding-left: 0;
}

.list-group-header {
  margin: 0;
  padding: 0.75rem 1rem 0.75rem;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  color: #888c9b;
  background-color: #ffffff;
}
.list-group-header:not(:first-child) {
  margin-top: 1px;
  border-top: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
.list-group-header + .list-group-item .list-group-item-body,
.list-group-header + .list-group-item .list-group-item-figure {
  border-top-color: transparent !important;
}

.list-group-item {
  display: flex;
  align-items: stretch;
  border-width: 1px 0;
  border-color: transparent;
  outline: 0;
}
.list-group-item:first-child {
  border-width: 0 0 1px;
}
.list-group-item:last-child {
  border-width: 1px 0 0;
}
.list-group-item.active {
  color: #000000;
  border-color: transparent;
  border-radius: 0 !important;
  box-shadow: inset 4px 0 0 0 #13ac7e;
}
.list-group-item.active .list-group-item-figure {
  color: #13ac7e;
}
.list-group-item.active .list-group-item-text {
  color: #000000;
}
.list-group-item.active:hover .list-group-item-figure, .list-group-item.active:focus .list-group-item-figure {
  color: #13ac7e;
}

.list-group-item-action:hover .list-group-item-figure, .list-group-item-action:focus .list-group-item-figure {
  color: #888c9b;
}
.list-group-item-action:hover .list-group-item-text, .list-group-item-action:focus .list-group-item-text {
  color: #000000;
}

.list-group-item-figure {
  display: flex;
  align-items: center;
  color: #a6abbd;
}
.list-group-item-figure:first-child {
  padding-right: 1rem;
}
.list-group-item-figure:last-child {
  padding-left: 1rem;
}

.list-group-item-body {
  flex: 1;
  min-width: 0;
  align-self: center;
  font-size: 0.875rem;
}

.list-group-item-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: #000000;
}

.list-group-item-subtitle {
  margin: 0;
  font-size: inherit;
  line-height: 1.25rem;
  font-weight: normal;
  color: #000000;
}

a.list-group-item-title,
a.list-group-item-subtitle,
.list-group-item-title > a,
.list-group-item-subtitle > a {
  color: #222230;
}
a.list-group-item-title:hover, a.list-group-item-title:focus,
a.list-group-item-subtitle:hover,
a.list-group-item-subtitle:focus,
.list-group-item-title > a:hover,
.list-group-item-title > a:focus,
.list-group-item-subtitle > a:hover,
.list-group-item-subtitle > a:focus {
  color: #000000;
  text-decoration: none;
}

.list-group-item-text {
  margin-bottom: 0px;
  line-height: 1.25rem;
  color: #888c9b;
}

.list-group-item.custom-control .custom-control-label {
  width: 100%;
}
.list-group-item.custom-control .custom-control-label:after,
.list-group-item.custom-control .custom-control-label:before {
  top: 0.125rem;
  right: 0.125rem;
  left: auto;
}
.list-group-item.custom-select {
  height: auto;
  box-shadow: none;
  border-radius: 0;
}
.list-group-item.custom-select:focus {
  box-shadow: none;
}

.list-group-item-primary,
.list-group-item-secondary,
.list-group-item-success,
.list-group-item-danger,
.list-group-item-warning,
.list-group-item-info,
.list-group-item-light,
.list-group-item-dark {
  color: #000000;
  background-color: #ffffff;
  border-color: rgb(236.088028169, 237.0105633803, 241.161971831);
  border-radius: 0 !important;
}
.list-group-item-primary.list-group-item-action,
.list-group-item-secondary.list-group-item-action,
.list-group-item-success.list-group-item-action,
.list-group-item-danger.list-group-item-action,
.list-group-item-warning.list-group-item-action,
.list-group-item-info.list-group-item-action,
.list-group-item-light.list-group-item-action,
.list-group-item-dark.list-group-item-action {
  color: #000000;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #000000;
  background-color: #f6f7f9;
}
.list-group-item-primary.list-group-item-action.active,
.list-group-item-secondary.list-group-item-action.active,
.list-group-item-success.list-group-item-action.active,
.list-group-item-danger.list-group-item-action.active,
.list-group-item-warning.list-group-item-action.active,
.list-group-item-info.list-group-item-action.active,
.list-group-item-light.list-group-item-action.active,
.list-group-item-dark.list-group-item-action.active {
  border-color: rgb(236.088028169, 237.0105633803, 241.161971831);
  border-radius: 0 !important;
  box-shadow: inset 4px 0 0 0 #13ac7e;
}

.list-group-item-primary {
  box-shadow: inset 4px 0 0 0 #13ac7e;
}

.list-group-item-secondary {
  box-shadow: inset 4px 0 0 0 #f6f7f9;
}

.list-group-item-success {
  box-shadow: inset 4px 0 0 0 #0662e1;
}

.list-group-item-info {
  box-shadow: inset 4px 0 0 0 #3686A0;
}

.list-group-item-warning {
  box-shadow: inset 4px 0 0 0 #fc9a00;
}

.list-group-item-danger {
  box-shadow: inset 4px 0 0 0 #e4003d;
}

.list-group-item-light {
  box-shadow: inset 4px 0 0 0 #f6f7f9;
}

.list-group-item-dark {
  box-shadow: inset 4px 0 0 0 #222230;
}

.list-group-item-neutral {
  box-shadow: inset 4px 0 0 0 #edf0f5;
}

.list-group-item-q-red {
  box-shadow: inset 4px 0 0 0 #e4003d;
}

.list-group-item-q-orange {
  box-shadow: inset 4px 0 0 0 #f95503;
}

.list-group-item-q-orange2 {
  box-shadow: inset 4px 0 0 0 #fa6e01;
}

.list-group-item-q-orange3 {
  box-shadow: inset 4px 0 0 0 #fc9a00;
}

.list-group-item-q-yellow {
  box-shadow: inset 4px 0 0 0 #f5cd00;
}

.list-group-item-q-yellow2 {
  box-shadow: inset 4px 0 0 0 #dacf07;
}

.list-group-item-q-green {
  box-shadow: inset 4px 0 0 0 #5cc00c;
}

.list-group-item-q-green2 {
  box-shadow: inset 4px 0 0 0 #13ac7e;
}

.list-group-item-q-blue {
  box-shadow: inset 4px 0 0 0 #0662e1;
}

.list-group-item-q-purple {
  box-shadow: inset 4px 0 0 0 #632487;
}

.list-group-item-burgund {
  box-shadow: inset 4px 0 0 0 #a13941;
}

.list-group-item-light-primary {
  box-shadow: inset 4px 0 0 0 rgb(128.4764397906, 241.0235602094, 207.1858638743);
}

.list-group-item-light-success {
  box-shadow: inset 4px 0 0 0 rgb(157.1103896104, 197.1363636364, 252.3896103896);
}

.list-group-item-light-info {
  box-shadow: inset 4px 0 0 0 rgb(167.1495327103, 211.0747663551, 225.3504672897);
}

.list-group-item-light-warning {
  box-shadow: inset 4px 0 0 0 rgb(255, 224.0833333333, 175.5);
}

.list-group-item-light-danger {
  box-shadow: inset 4px 0 0 0 rgb(255, 151.5, 179.1907894737);
}

.list-group-item-light-dark {
  box-shadow: inset 4px 0 0 0 rgb(108.9512195122, 108.9512195122, 151.5487804878);
}

.list-group-item-q-light-red {
  box-shadow: inset 4px 0 0 0 rgb(255, 151.5, 179.1907894737);
}

.list-group-item-q-light-orange {
  box-shadow: inset 4px 0 0 0 rgb(254.0535714286, 202.3154761905, 176.4464285714);
}

.list-group-item-q-light-orange2 {
  box-shadow: inset 4px 0 0 0 rgb(254.6792828685, 209.7788844622, 174.8207171315);
}

.list-group-item-q-light-orange3 {
  box-shadow: inset 4px 0 0 0 rgb(255, 224.0833333333, 175.5);
}

.list-group-item-q-light-yellow {
  box-shadow: inset 4px 0 0 0 rgb(255, 240.8775510204, 168.5);
}

.list-group-item-q-light-yellow2 {
  box-shadow: inset 4px 0 0 0 rgb(251.6866666667, 246.48, 151.8133333333);
}

.list-group-item-q-light-green {
  box-shadow: inset 4px 0 0 0 rgb(185, 247.5, 135);
}

.list-group-item-q-light-green2 {
  box-shadow: inset 4px 0 0 0 rgb(128.4764397906, 241.0235602094, 207.1858638743);
}

.list-group-item-q-light-blue {
  box-shadow: inset 4px 0 0 0 rgb(157.1103896104, 197.1363636364, 252.3896103896);
}

.list-group-item-q-light-purple {
  box-shadow: inset 4px 0 0 0 rgb(187.4210526316, 128.2894736842, 221.2105263158);
}

.list-group-item-light-burgund {
  box-shadow: inset 4px 0 0 0 rgb(225.3233944954, 171.1766055046, 175.3417431193);
}

.list-group-item-gray-000 {
  box-shadow: inset 4px 0 0 0 #ffffff;
}

.list-group-item-gray-999 {
  box-shadow: inset 4px 0 0 0 #000000;
}

.list-group-bordered .list-group-header {
  border-top: 0;
}
.list-group-bordered .list-group-item {
  border-color: rgb(236.088028169, 237.0105633803, 241.161971831);
}

.list-group-divider .list-group-item {
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
}
.list-group-divider .list-group-item.active {
  border-color: transparent;
}
.list-group-divider .list-group-item:not(:first-child) > .list-group-item-body,
.list-group-divider .list-group-item:not(:first-child) > .list-group-item-figure:last-child {
  border-top: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
.list-group-divider .list-group-item-figure {
  padding: 0.75rem 1rem;
}
.list-group-divider .list-group-item-body {
  padding: 0.75rem 0;
}
.list-group-divider .list-group-item-body:first-child {
  padding-left: 1rem;
}
.list-group-divider .list-group-item-body:last-child {
  padding-right: 1rem;
}

.list-group-media {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.list-group-media .list-group-item {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.list-group-media .list-group-item:not(:first-child) {
  margin-top: 1rem;
}
.list-group-media .list-group-item-action:hover, .list-group-media .list-group-item-action:focus {
  background-color: #ffffff;
}
.list-group-media .list-group-item-figure {
  position: relative;
  padding: 0;
  width: 12rem;
  max-width: 40%;
  overflow: hidden;
}
.list-group-media .list-group-item-figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.list-group-media .list-group-item-body {
  padding: 1.5rem 1rem;
}
.list-group-media .list-group-item-title {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .app-header > .navbar-expand-sm {
    max-height: 100vh;
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .app-header > .navbar-expand-md {
    max-height: 100vh;
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .app-header > .navbar-expand-lg {
    max-height: 100vh;
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .app-header > .navbar-expand-xl {
    max-height: 100vh;
    overflow-y: auto;
  }
}
.app-header > .navbar-expand {
  max-height: 100vh;
  overflow-y: auto;
}

.nav-item .fa,
.nav-item .fas,
.nav-item .oi,
.nav-item .dropdown-toggle:after {
  position: relative;
  top: 0.125rem;
}

.nav-link {
  outline: 0;
  color: #888c9b;
}
.active > .nav-link, .nav-link.active {
  color: #0662e1;
}
.nav-link.has-badge > .badge {
  position: absolute;
  top: 0.25rem;
  left: calc(100% - 1.25rem);
}
.nav-link:hover, .nav-link:focus {
  color: #0662e1;
}
@media (min-width: 768px) {
  .nav-link {
    font-size: 0.875rem;
  }
}

.nav-tabs .nav-link {
  padding: 1rem;
  border-width: 0 0 3px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #222230;
}
.nav-tabs.flex-column .nav-link {
  border-width: 0 0 0 3px;
  border-radius: 0;
}
.nav-tabs .dropdown-menu {
  margin-top: 10px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
  height: 3.625rem;
}
@media (min-width: 768px) {
  .nav-scroller {
    height: 3.5rem;
  }
}
.nav-scroller > .nav {
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .nav-scroller > .nav {
    margin-top: 0;
  }
}
.nav-scroller > .nav:not(.nav-tabs) {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .nav-scroller > .nav:not(.nav-tabs) {
    margin-top: calc(0.625rem + 1px);
  }
}
.nav-scroller > .card-header-tabs {
  margin-top: calc(-1rem - 1px);
}

.nav-center {
  display: block;
  text-align: center;
}
.nav-center > .nav-item,
.nav-center > .nav-link {
  display: inline-block;
}

.nav-item.has-notified,
.nav-link.has-notified {
  position: relative;
}
.nav-item.has-notified::before,
.nav-link.has-notified::before {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #dacf07;
  pointer-events: none;
  user-select: none;
}

.page-link {
  font-weight: 600;
  border-radius: 3rem;
}
.page-link:focus {
  color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
}
.page-item:first-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 3rem;
}
.page-item:last-child .page-link, .pagination-sm .page-item:last-child .page-link, .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 3rem;
}

.popover-body p {
  margin-bottom: 0.5rem;
}

.progress {
  font-weight: 600;
}
.card > .progress {
  border-radius: 0;
}

.progress-xs {
  height: 3px;
}

.progress-sm {
  height: 0.5rem;
}

.progress-lg {
  height: 1.5rem;
}

.progress-animated {
  animation: progressAnimated 1s;
}

/* progress animation */
@keyframes progressAnimated {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
blockquote,
.blockquote {
  padding-left: 1rem;
  font-size: 1.25em;
  color: #000000;
  border-left: 4px solid rgba(34, 34, 48, 0.1);
}
blockquote.text-right,
.blockquote.text-right {
  padding-right: 1rem;
  padding-left: 0;
  border-left: 0;
  border-right: 4px solid rgba(34, 34, 48, 0.1);
}
blockquote > footer,
.blockquote > footer {
  display: block;
  font-size: 80%;
  color: #888c9b;
}
blockquote > footer::before,
.blockquote > footer::before {
  content: "— ";
}

dl:last-child {
  margin-bottom: 0;
}

.display-1 {
  font-size: calc(1.56rem + 3.72vw);
}

.display-2 {
  font-size: calc(1.5056rem + 3.0672vw);
}

.display-3 {
  font-size: calc(1.458rem + 2.496vw);
}

.display-4 {
  font-size: calc(1.4163rem + 1.9956vw);
}

.lead {
  font-size: 1.125rem;
}

.modal.modal-alert .modal-dialog {
  opacity: 0;
  transform: scale(1.2);
  transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
}
.modal.modal-alert.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

.modal-dialog-centered {
  margin: 0 auto;
}

.modal-header,
.modal-footer {
  flex: 0 0 auto;
}

.modal-body {
  padding-top: 2px;
  padding-bottom: 2px;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  z-index: 2;
}

.modal-drawer .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .modal-drawer .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
}
.modal-drawer .modal-header,
.modal-drawer .modal-content,
.modal-drawer .modal-footer {
  border-radius: 0;
}
.modal-drawer .modal-content {
  height: 100%;
}
.modal-drawer .modal-body {
  overflow: auto;
}

.modal-drawer-right {
  right: 0;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.15);
}
.modal.fade .modal-drawer-right {
  transform: translate3d(100%, 0, 0);
}
.modal-drawer-right .modal-content {
  border-width: 0 0 0 1px;
}

.modal-drawer-left {
  left: 0;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.15);
}
.modal.fade .modal-drawer-left {
  transform: translate3d(-100%, 0, 0);
}
.modal-drawer-left .modal-content {
  border-width: 0 1px 0 0;
}

.modal.show .modal-drawer-right,
.modal.show .modal-drawer-left {
  transform: translate(0);
}

.modal-docked .modal-dialog {
  margin: 0;
  position: fixed;
  bottom: 6.125rem;
  right: 1.25rem;
  width: 100%;
  height: calc(100vh - 7.125rem);
}
.modal-docked.fade .modal-dialog {
  transform: translateY(1.25rem);
}
.modal-docked.show .modal-dialog {
  transform: translateY(0);
}
.modal-docked .modal-content {
  position: absolute;
  bottom: 0;
  max-height: 100%;
  border: 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
.modal-docked .modal-body {
  overflow-y: auto;
}
.modal-docked .close {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.125rem;
  bottom: -4.6125rem;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  opacity: 1;
}
.modal-docked .close:hover:not(.disabled), .modal-docked .close:focus:not(.disabled) {
  opacity: 1;
}

.modal-dialog-scrollable .modal-header,
.modal-drawer .modal-header {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.125);
}
.modal-dialog-scrollable .modal-footer,
.modal-drawer .modal-footer {
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.125);
}
.modal-dialog-scrollable .modal-body-scrolled,
.modal-drawer .modal-body-scrolled {
  box-shadow: none;
}

.custom-control-hint {
  margin: 1rem 0;
  display: none;
}
.custom-control-input:checked ~ .custom-control-hint {
  display: block;
}

.custom-control:not(.custom-switch) .custom-control-label::before, .custom-control:not(.custom-switch) .custom-control-label::after {
  top: 0.125rem;
}
.macos .custom-control:not(.custom-switch) .custom-control-label::before, .macos .custom-control:not(.custom-switch) .custom-control-label::after {
  top: 0.25em;
}
@media (min-width: 768px) {
  .custom-control:not(.custom-switch) .custom-control-label::before, .custom-control:not(.custom-switch) .custom-control-label::after {
    top: 0.0625rem;
  }
  .macos .custom-control:not(.custom-switch) .custom-control-label::before, .macos .custom-control:not(.custom-switch) .custom-control-label::after {
    top: 0.125rem;
  }
}
.custom-control:not(.custom-switch) .custom-control-label::before {
  background: transparent;
  border: 1px solid #c6c9d5;
  box-shadow: 0 1px 0 0 rgba(34, 34, 48, 0.05);
  pointer-events: auto;
  user-select: auto;
}
.custom-control:not(.custom-switch) .custom-control-label::after {
  transform: scale(0);
  transition: transform 200ms ease;
  pointer-events: none;
  user-select: none;
}
.custom-control:not(.custom-switch) .custom-control-label-media::before, .custom-control:not(.custom-switch) .custom-control-label-media::after {
  top: 0.5rem !important;
}
.custom-control:not(.custom-switch) .custom-control-label-media .media {
  align-items: center;
  line-height: 1.2;
}

.custom-control-input {
  left: 0;
  backface-visibility: hidden;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #13ac7e;
}
.custom-control-input:checked ~ .custom-control-label::after {
  transform: scale(1);
}
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #13ac7e;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background: #f6f7f9;
}

.custom-control-nolabel {
  margin: 0 0 0 -0.125rem;
  padding-left: 0;
}
.custom-control-nolabel > .custom-control-label {
  width: 1.25rem;
  height: 1.25rem;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}
.custom-control-nolabel > .custom-control-label::before, .custom-control-nolabel > .custom-control-label::after {
  left: 0.125rem;
}

.custom-checkbox .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  transform: scale(1);
}

.custom-radio .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M3 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z' transform='translate(1 1)' /%3e%3c/svg%3e");
}

.custom-number {
  position: relative;
  display: flex;
}
.custom-number > .form-control[type=number] {
  flex: 1 1 auto;
  padding-right: calc(0.75rem + 1.5rem);
  -moz-appearance: textfield;
}
.custom-number > .form-control[type=number]::-webkit-inner-spin-button, .custom-number > .form-control[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.custom-number > .form-control[type=number].form-control-sm {
  padding-right: calc(0.5rem + 1.5rem);
}
.custom-number > .form-control[type=number].form-control-lg {
  padding-right: calc(1rem + 1.5rem);
}

.custom-number-controls {
  position: absolute;
  right: 1px;
  width: 1.5rem;
  height: 100%;
}

.custom-number-btn {
  position: absolute;
  right: 0px;
  cursor: pointer;
  border-left: 1px solid #c6c9d5;
  width: 100%;
  background-color: #ffffff;
  line-height: 1.1;
  text-align: center;
  user-select: none;
}
.custom-number-btn:hover {
  color: #13ac7e;
}
.custom-number-btn:focus, .custom-number-btn.focus, .custom-number-btn:active {
  color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
  background-color: rgba(19, 172, 126, 0.08);
}
.custom-number-btn.custom-number-up {
  top: 1px;
  height: calc(50% - 1px);
  border-bottom: 1px solid #c6c9d5;
  border-top-right-radius: 0.25rem;
}
.custom-number-btn.custom-number-down {
  bottom: 1px;
  height: calc(50% - 1px);
  border-bottom-right-radius: 0.25rem;
}

@media (min-width: 768px) {
  .custom-select {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .custom-select.custom-select-sm {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  .custom-select.custom-select-lg {
    height: 2.75rem;
    font-size: 1rem;
  }
}
.custom-select {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, transparent;
  backface-visibility: hidden;
  transition: all 200ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-select {
    transition: none;
  }
}
@media (min-width: 768px) {
  .custom-select {
    height: 2.25rem;
  }
}
.custom-select-reflow {
  color: #888c9b;
}
.custom-select-reflow, .custom-select-reflow:focus {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  border-color: transparent;
  box-shadow: none;
}
.custom-select-reflow:hover, .custom-select-reflow:active, .custom-select-reflow:focus {
  color: #363642;
}
.custom-select.disabled {
  color: #888c9b;
  background-color: #e6e8ed;
}

.custom-select-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .custom-select-sm {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
}

.custom-select-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .custom-select-lg {
    height: 2.75rem;
    font-size: 1rem;
  }
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#0662e1' 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'/></svg>") no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem), transparent;
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#e4003d' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#e4003d' stroke='none'/></svg>") no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem), transparent;
}

@media (min-width: 768px) {
  .custom-file,
  .custom-file .custom-file-input,
  .custom-file .custom-file-label,
  .custom-file .custom-file-label::after {
    height: 2.25rem;
  }
}

.custom-file-sm,
.custom-file-sm .custom-file-input,
.custom-file-sm .custom-file-label,
.custom-file-sm .custom-file-label::after {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .custom-file-sm,
  .custom-file-sm .custom-file-input,
  .custom-file-sm .custom-file-label,
  .custom-file-sm .custom-file-label::after {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
}

.custom-file-lg,
.custom-file-lg .custom-file-input,
.custom-file-lg .custom-file-label,
.custom-file-lg .custom-file-label::after {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .custom-file-lg,
  .custom-file-lg .custom-file-input,
  .custom-file-lg .custom-file-label,
  .custom-file-lg .custom-file-label::after {
    height: 2.75rem;
    font-size: 1rem;
  }
}

.custom-file-input {
  backface-visibility: hidden;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #13ac7e;
  box-shadow: 0 0 0 1px #13ac7e;
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #13ac7e;
}

.custom-file-label {
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-file-label::after {
  background: transparent;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  vertical-align: bottom;
}
.table.table-bordered-rows th,
.table.table-bordered-rows td {
  border-top: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
.table.table-bordered-rows thead th {
  border-bottom: 2px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
.table.table-bordered-rows tbody + tbody {
  border-top: 2px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}

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

.table-bordered {
  border: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
.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: #000000;
  background-color: #f6f7f9;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(188.92, 231.76, 218.88);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(132.28, 211.84, 187.92);
}

.table-hover .table-primary:hover {
  background-color: rgb(170.0547962382, 225.1252037618, 208.5680877743);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(170.0547962382, 225.1252037618, 208.5680877743);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(252.48, 252.76, 253.32);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(250.32, 250.84, 251.88);
}

.table-hover .table-secondary:hover {
  background-color: rgb(237.18, 239.16, 243.12);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(237.18, 239.16, 243.12);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(185.28, 211.04, 246.6);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(125.52, 173.36, 239.4);
}

.table-hover .table-success:hover {
  background-color: rgb(162.5219354839, 196.6905376344, 243.8580645161);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(162.5219354839, 196.6905376344, 243.8580645161);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(198.72, 221.12, 228.4);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(150.48, 192.08, 205.6);
}

.table-hover .table-info:hover {
  background-color: rgb(181.4041216216, 210.6960135135, 220.2158783784);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(181.4041216216, 210.6960135135, 220.2158783784);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(254.16, 226.72, 183.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(253.44, 202.48, 122.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(253.8634883721, 216.7374418605, 158.3965116279);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(253.8634883721, 216.7374418605, 158.3965116279);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(247.44, 183.6, 200.68);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(240.96, 122.4, 154.12);
}

.table-hover .table-danger:hover {
  background-color: rgb(244.9985106383, 160.5414893617, 183.1374468085);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(244.9985106383, 160.5414893617, 183.1374468085);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(252.48, 252.76, 253.32);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(250.32, 250.84, 251.88);
}

.table-hover .table-light:hover {
  background-color: rgb(237.18, 239.16, 243.12);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(237.18, 239.16, 243.12);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(193.12, 193.12, 197.04);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(140.08, 140.08, 147.36);
}

.table-hover .table-dark:hover {
  background-color: rgb(179.9529439252, 179.9529439252, 184.7070560748);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(179.9529439252, 179.9529439252, 184.7070560748);
}

.table-neutral,
.table-neutral > th,
.table-neutral > td {
  background-color: rgb(249.96, 250.8, 252.2);
}
.table-neutral th,
.table-neutral td,
.table-neutral thead th,
.table-neutral tbody + tbody {
  border-color: rgb(245.64, 247.2, 249.8);
}

.table-hover .table-neutral:hover {
  background-color: rgb(233.5671428571, 237.1392857143, 243.0928571429);
}
.table-hover .table-neutral:hover > td,
.table-hover .table-neutral:hover > th {
  background-color: rgb(233.5671428571, 237.1392857143, 243.0928571429);
}

.table-q-red,
.table-q-red > th,
.table-q-red > td {
  background-color: rgb(247.44, 183.6, 200.68);
}
.table-q-red th,
.table-q-red td,
.table-q-red thead th,
.table-q-red tbody + tbody {
  border-color: rgb(240.96, 122.4, 154.12);
}

.table-hover .table-q-red:hover {
  background-color: rgb(244.9985106383, 160.5414893617, 183.1374468085);
}
.table-hover .table-q-red:hover > td,
.table-hover .table-q-red:hover > th {
  background-color: rgb(244.9985106383, 160.5414893617, 183.1374468085);
}

.table-q-orange,
.table-q-orange > th,
.table-q-orange > td {
  background-color: rgb(253.32, 207.4, 184.44);
}
.table-q-orange th,
.table-q-orange td,
.table-q-orange thead th,
.table-q-orange tbody + tbody {
  border-color: rgb(251.88, 166.6, 123.96);
}

.table-hover .table-q-orange:hover {
  background-color: rgb(252.7269767442, 190.5976744186, 159.5330232558);
}
.table-hover .table-q-orange:hover > td,
.table-hover .table-q-orange:hover > th {
  background-color: rgb(252.7269767442, 190.5976744186, 159.5330232558);
}

.table-q-orange2,
.table-q-orange2 > th,
.table-q-orange2 > td {
  background-color: rgb(253.6, 214.4, 183.88);
}
.table-q-orange2 th,
.table-q-orange2 td,
.table-q-orange2 thead th,
.table-q-orange2 tbody + tbody {
  border-color: rgb(252.4, 179.6, 122.92);
}

.table-hover .table-q-orange2:hover {
  background-color: rgb(253.1077220077, 200.1239382239, 158.8722779923);
}
.table-hover .table-q-orange2:hover > td,
.table-hover .table-q-orange2:hover > th {
  background-color: rgb(253.1077220077, 200.1239382239, 158.8722779923);
}

.table-q-orange3,
.table-q-orange3 > th,
.table-q-orange3 > td {
  background-color: rgb(254.16, 226.72, 183.6);
}
.table-q-orange3 th,
.table-q-orange3 td,
.table-q-orange3 thead th,
.table-q-orange3 tbody + tbody {
  border-color: rgb(253.44, 202.48, 122.4);
}

.table-hover .table-q-orange3:hover {
  background-color: rgb(253.8634883721, 216.7374418605, 158.3965116279);
}
.table-hover .table-q-orange3:hover > td,
.table-hover .table-q-orange3:hover > th {
  background-color: rgb(253.8634883721, 216.7374418605, 158.3965116279);
}

.table-q-yellow,
.table-q-yellow > th,
.table-q-yellow > td {
  background-color: rgb(252.2, 241, 183.6);
}
.table-q-yellow th,
.table-q-yellow td,
.table-q-yellow thead th,
.table-q-yellow tbody + tbody {
  border-color: rgb(249.8, 229, 122.4);
}

.table-hover .table-q-yellow:hover {
  background-color: rgb(251.2377358491, 236.1886792453, 159.0622641509);
}
.table-hover .table-q-yellow:hover > td,
.table-hover .table-q-yellow:hover > th {
  background-color: rgb(251.2377358491, 236.1886792453, 159.0622641509);
}

.table-q-yellow2,
.table-q-yellow2 > th,
.table-q-yellow2 > td {
  background-color: rgb(244.64, 241.56, 185.56);
}
.table-q-yellow2 th,
.table-q-yellow2 td,
.table-q-yellow2 thead th,
.table-q-yellow2 tbody + tbody {
  border-color: rgb(235.76, 230.04, 126.04);
}

.table-hover .table-q-yellow2:hover {
  background-color: rgb(241.3294736842, 237.2652631579, 163.3705263158);
}
.table-hover .table-q-yellow2:hover > td,
.table-hover .table-q-yellow2:hover > th {
  background-color: rgb(241.3294736842, 237.2652631579, 163.3705263158);
}

.table-q-green,
.table-q-green > th,
.table-q-green > td {
  background-color: rgb(209.36, 237.36, 186.96);
}
.table-q-green th,
.table-q-green td,
.table-q-green thead th,
.table-q-green tbody + tbody {
  border-color: rgb(170.24, 222.24, 128.64);
}

.table-hover .table-q-green:hover {
  background-color: rgb(195.7766666667, 232.11, 166.71);
}
.table-hover .table-q-green:hover > td,
.table-hover .table-q-green:hover > th {
  background-color: rgb(195.7766666667, 232.11, 166.71);
}

.table-q-green2,
.table-q-green2 > th,
.table-q-green2 > td {
  background-color: rgb(188.92, 231.76, 218.88);
}
.table-q-green2 th,
.table-q-green2 td,
.table-q-green2 thead th,
.table-q-green2 tbody + tbody {
  border-color: rgb(132.28, 211.84, 187.92);
}

.table-hover .table-q-green2:hover {
  background-color: rgb(170.0547962382, 225.1252037618, 208.5680877743);
}
.table-hover .table-q-green2:hover > td,
.table-hover .table-q-green2:hover > th {
  background-color: rgb(170.0547962382, 225.1252037618, 208.5680877743);
}

.table-q-blue,
.table-q-blue > th,
.table-q-blue > td {
  background-color: rgb(185.28, 211.04, 246.6);
}
.table-q-blue th,
.table-q-blue td,
.table-q-blue thead th,
.table-q-blue tbody + tbody {
  border-color: rgb(125.52, 173.36, 239.4);
}

.table-hover .table-q-blue:hover {
  background-color: rgb(162.5219354839, 196.6905376344, 243.8580645161);
}
.table-hover .table-q-blue:hover > td,
.table-hover .table-q-blue:hover > th {
  background-color: rgb(162.5219354839, 196.6905376344, 243.8580645161);
}

.table-q-purple,
.table-q-purple > th,
.table-q-purple > td {
  background-color: rgb(211.32, 193.68, 221.4);
}
.table-q-purple th,
.table-q-purple td,
.table-q-purple thead th,
.table-q-purple tbody + tbody {
  border-color: rgb(173.88, 141.12, 192.6);
}

.table-hover .table-q-purple:hover {
  background-color: rgb(199.5854867257, 177.2065486726, 212.3734513274);
}
.table-hover .table-q-purple:hover > td,
.table-hover .table-q-purple:hover > th {
  background-color: rgb(199.5854867257, 177.2065486726, 212.3734513274);
}

.table-burgund,
.table-burgund > th,
.table-burgund > td {
  background-color: rgb(228.68, 199.56, 201.8);
}
.table-burgund th,
.table-burgund td,
.table-burgund thead th,
.table-burgund tbody + tbody {
  border-color: rgb(206.12, 152.04, 156.2);
}

.table-hover .table-burgund:hover {
  background-color: rgb(220.4710958904, 182.2689041096, 185.2075342466);
}
.table-hover .table-burgund:hover > td,
.table-hover .table-burgund:hover > th {
  background-color: rgb(220.4710958904, 182.2689041096, 185.2075342466);
}

.table-light-primary,
.table-light-primary > th,
.table-light-primary > td {
  background-color: rgb(219.5734031414, 251.0865968586, 241.6120418848);
}
.table-light-primary th,
.table-light-primary td,
.table-light-primary thead th,
.table-light-primary tbody + tbody {
  border-color: rgb(189.2077486911, 247.7322513089, 230.1366492147);
}

.table-hover .table-light-primary:hover {
  background-color: rgb(196.610052356, 248.549947644, 232.9340314136);
}
.table-hover .table-light-primary:hover > td,
.table-hover .table-light-primary:hover > th {
  background-color: rgb(196.610052356, 248.549947644, 232.9340314136);
}

.table-light-success,
.table-light-success > th,
.table-light-success > td {
  background-color: rgb(227.5909090909, 238.7981818182, 254.2690909091);
}
.table-light-success th,
.table-light-success td,
.table-light-success thead th,
.table-light-success tbody + tbody {
  border-color: rgb(204.0974025974, 224.9109090909, 253.6425974026);
}

.table-hover .table-light-success:hover {
  background-color: rgb(202.7532467532, 224.1163636364, 253.6067532468);
}
.table-hover .table-light-success:hover > td,
.table-hover .table-light-success:hover > th {
  background-color: rgb(202.7532467532, 224.1163636364, 253.6067532468);
}

.table-light-info,
.table-light-info > th,
.table-light-info > td {
  background-color: rgb(230.4018691589, 242.7009345794, 246.6981308411);
}
.table-light-info th,
.table-light-info td,
.table-light-info thead th,
.table-light-info tbody + tbody {
  border-color: rgb(209.3177570093, 232.1588785047, 239.5822429907);
}

.table-hover .table-light-info:hover {
  background-color: rgb(211.3364485981, 233.1682242991, 240.2635514019);
}
.table-hover .table-light-info:hover > td,
.table-hover .table-light-info:hover > th {
  background-color: rgb(211.3364485981, 233.1682242991, 240.2635514019);
}

.table-light-warning,
.table-light-warning > th,
.table-light-warning > td {
  background-color: rgb(255, 246.3433333333, 232.74);
}
.table-light-warning th,
.table-light-warning td,
.table-light-warning thead th,
.table-light-warning tbody + tbody {
  border-color: rgb(255, 238.9233333333, 213.66);
}

.table-hover .table-light-warning:hover {
  background-color: rgb(255, 236.4266666667, 207.24);
}
.table-hover .table-light-warning:hover > td,
.table-hover .table-light-warning:hover > th {
  background-color: rgb(255, 236.4266666667, 207.24);
}

.table-light-danger,
.table-light-danger > th,
.table-light-danger > td {
  background-color: rgb(255, 226.02, 233.7734210526);
}
.table-light-danger th,
.table-light-danger td,
.table-light-danger thead th,
.table-light-danger tbody + tbody {
  border-color: rgb(255, 201.18, 215.5792105263);
}

.table-hover .table-light-danger:hover {
  background-color: rgb(255, 200.52, 215.0957894737);
}
.table-hover .table-light-danger:hover > td,
.table-hover .table-light-danger:hover > th {
  background-color: rgb(255, 200.52, 215.0957894737);
}

.table-light-dark,
.table-light-dark > th,
.table-light-dark > td {
  background-color: rgb(214.1063414634, 214.1063414634, 226.0336585366);
}
.table-light-dark th,
.table-light-dark td,
.table-light-dark thead th,
.table-light-dark tbody + tbody {
  border-color: rgb(179.0546341463, 179.0546341463, 201.2053658537);
}

.table-hover .table-light-dark:hover {
  background-color: rgb(199.1795121951, 199.1795121951, 215.4604878049);
}
.table-hover .table-light-dark:hover > td,
.table-hover .table-light-dark:hover > th {
  background-color: rgb(199.1795121951, 199.1795121951, 215.4604878049);
}

.table-q-light-red,
.table-q-light-red > th,
.table-q-light-red > td {
  background-color: rgb(255, 226.02, 233.7734210526);
}
.table-q-light-red th,
.table-q-light-red td,
.table-q-light-red thead th,
.table-q-light-red tbody + tbody {
  border-color: rgb(255, 201.18, 215.5792105263);
}

.table-hover .table-q-light-red:hover {
  background-color: rgb(255, 200.52, 215.0957894737);
}
.table-hover .table-q-light-red:hover > td,
.table-hover .table-q-light-red:hover > th {
  background-color: rgb(255, 200.52, 215.0957894737);
}

.table-q-light-orange,
.table-q-light-orange > th,
.table-q-light-orange > td {
  background-color: rgb(254.735, 240.2483333333, 233.005);
}
.table-q-light-orange th,
.table-q-light-orange td,
.table-q-light-orange thead th,
.table-q-light-orange tbody + tbody {
  border-color: rgb(254.5078571429, 227.604047619, 214.1521428571);
}

.table-hover .table-q-light-orange:hover {
  background-color: rgb(254.4314285714, 223.3495238095, 207.8085714286);
}
.table-hover .table-q-light-orange:hover > td,
.table-hover .table-q-light-orange:hover > th {
  background-color: rgb(254.4314285714, 223.3495238095, 207.8085714286);
}

.table-q-light-orange2,
.table-q-light-orange2 > th,
.table-q-light-orange2 > td {
  background-color: rgb(254.9101992032, 242.3380876494, 232.5498007968);
}
.table-q-light-orange2 th,
.table-q-light-orange2 td,
.table-q-light-orange2 thead th,
.table-q-light-orange2 tbody + tbody {
  border-color: rgb(254.8332270916, 231.4850199203, 213.3067729084);
}

.table-hover .table-q-light-orange2:hover {
  background-color: rgb(254.8086055777, 228.0133864542, 207.1513944223);
}
.table-hover .table-q-light-orange2:hover > td,
.table-hover .table-q-light-orange2:hover > th {
  background-color: rgb(254.8086055777, 228.0133864542, 207.1513944223);
}

.table-q-light-orange3,
.table-q-light-orange3 > th,
.table-q-light-orange3 > td {
  background-color: rgb(255, 246.3433333333, 232.74);
}
.table-q-light-orange3 th,
.table-q-light-orange3 td,
.table-q-light-orange3 thead th,
.table-q-light-orange3 tbody + tbody {
  border-color: rgb(255, 238.9233333333, 213.66);
}

.table-hover .table-q-light-orange3:hover {
  background-color: rgb(255, 236.4266666667, 207.24);
}
.table-hover .table-q-light-orange3:hover > td,
.table-hover .table-q-light-orange3:hover > th {
  background-color: rgb(255, 236.4266666667, 207.24);
}

.table-q-light-yellow,
.table-q-light-yellow > th,
.table-q-light-yellow > td {
  background-color: rgb(255, 251.0457142857, 230.78);
}
.table-q-light-yellow th,
.table-q-light-yellow td,
.table-q-light-yellow thead th,
.table-q-light-yellow tbody + tbody {
  border-color: rgb(255, 247.6563265306, 210.02);
}

.table-hover .table-q-light-yellow:hover {
  background-color: rgb(255, 246.8824489796, 205.28);
}
.table-hover .table-q-light-yellow:hover > td,
.table-hover .table-q-light-yellow:hover > th {
  background-color: rgb(255, 246.8824489796, 205.28);
}

.table-q-light-yellow2,
.table-q-light-yellow2 > th,
.table-q-light-yellow2 > td {
  background-color: rgb(254.0722666667, 252.6144, 226.1077333333);
}
.table-q-light-yellow2 th,
.table-q-light-yellow2 td,
.table-q-light-yellow2 thead th,
.table-q-light-yellow2 tbody + tbody {
  border-color: rgb(253.2770666667, 250.5696, 201.3429333333);
}

.table-hover .table-q-light-yellow2:hover {
  background-color: rgb(253.2789333333, 250.5744, 201.4010666667);
}
.table-hover .table-q-light-yellow2:hover > td,
.table-hover .table-q-light-yellow2:hover > th {
  background-color: rgb(253.2789333333, 250.5744, 201.4010666667);
}

.table-q-light-green,
.table-q-light-green > th,
.table-q-light-green > td {
  background-color: rgb(235.4, 252.9, 221.4);
}
.table-q-light-green th,
.table-q-light-green td,
.table-q-light-green thead th,
.table-q-light-green tbody + tbody {
  border-color: rgb(218.6, 251.1, 192.6);
}

.table-hover .table-q-light-green:hover {
  background-color: rgb(221.4, 251.4, 197.4);
}
.table-hover .table-q-light-green:hover > td,
.table-hover .table-q-light-green:hover > th {
  background-color: rgb(221.4, 251.4, 197.4);
}

.table-q-light-green2,
.table-q-light-green2 > th,
.table-q-light-green2 > td {
  background-color: rgb(219.5734031414, 251.0865968586, 241.6120418848);
}
.table-q-light-green2 th,
.table-q-light-green2 td,
.table-q-light-green2 thead th,
.table-q-light-green2 tbody + tbody {
  border-color: rgb(189.2077486911, 247.7322513089, 230.1366492147);
}

.table-hover .table-q-light-green2:hover {
  background-color: rgb(196.610052356, 248.549947644, 232.9340314136);
}
.table-hover .table-q-light-green2:hover > td,
.table-hover .table-q-light-green2:hover > th {
  background-color: rgb(196.610052356, 248.549947644, 232.9340314136);
}

.table-q-light-blue,
.table-q-light-blue > th,
.table-q-light-blue > td {
  background-color: rgb(227.5909090909, 238.7981818182, 254.2690909091);
}
.table-q-light-blue th,
.table-q-light-blue td,
.table-q-light-blue thead th,
.table-q-light-blue tbody + tbody {
  border-color: rgb(204.0974025974, 224.9109090909, 253.6425974026);
}

.table-hover .table-q-light-blue:hover {
  background-color: rgb(202.7532467532, 224.1163636364, 253.6067532468);
}
.table-hover .table-q-light-blue:hover > td,
.table-hover .table-q-light-blue:hover > th {
  background-color: rgb(202.7532467532, 224.1163636364, 253.6067532468);
}

.table-q-light-purple,
.table-q-light-purple > th,
.table-q-light-purple > td {
  background-color: rgb(236.0778947368, 219.5210526316, 245.5389473684);
}
.table-q-light-purple th,
.table-q-light-purple td,
.table-q-light-purple thead th,
.table-q-light-purple tbody + tbody {
  border-color: rgb(219.8589473684, 189.1105263158, 237.4294736842);
}

.table-hover .table-q-light-purple:hover {
  background-color: rgb(225.3410526316, 199.3894736842, 240.1705263158);
}
.table-hover .table-q-light-purple:hover > td,
.table-hover .table-q-light-purple:hover > th {
  background-color: rgb(225.3410526316, 199.3894736842, 240.1705263158);
}

.table-light-burgund,
.table-light-burgund > th,
.table-light-burgund > td {
  background-color: rgb(246.6905504587, 231.5294495413, 232.6956880734);
}
.table-light-burgund th,
.table-light-burgund td,
.table-light-burgund thead th,
.table-light-burgund tbody + tbody {
  border-color: rgb(239.5681651376, 211.4118348624, 213.577706422);
}

.table-hover .table-light-burgund:hover {
  background-color: rgb(240.0231192661, 212.6968807339, 214.7988990826);
}
.table-hover .table-light-burgund:hover > td,
.table-hover .table-light-burgund:hover > th {
  background-color: rgb(240.0231192661, 212.6968807339, 214.7988990826);
}

.table-gray-000,
.table-gray-000 > th,
.table-gray-000 > td {
  background-color: white;
}
.table-gray-000 th,
.table-gray-000 td,
.table-gray-000 thead th,
.table-gray-000 tbody + tbody {
  border-color: white;
}

.table-hover .table-gray-000:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-gray-000:hover > td,
.table-hover .table-gray-000:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-gray-999,
.table-gray-999 > th,
.table-gray-999 > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-gray-999 th,
.table-gray-999 td,
.table-gray-999 thead th,
.table-gray-999 tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-gray-999:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-gray-999:hover > td,
.table-hover .table-gray-999:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #13ac7e;
}

.table-hover .table-active:hover {
  background-color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #222230;
  border-color: rgb(49.8597560976, 49.8597560976, 70.3902439024);
}
.table .thead-light th {
  color: #000000;
  background-color: #f6f7f9;
  border-color: rgb(236.088028169, 237.0105633803, 241.161971831);
}

.table-dark {
  color: #ffffff;
  background-color: #222230;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(49.8597560976, 49.8597560976, 70.3902439024);
}
.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: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.table thead th, .table thead td {
  border-top-width: 0;
  border-bottom-width: 1px;
}
.table.table-bordered thead th, .table.table-bordered thead td {
  border-top-width: 1px;
}
.card > .table, .card > .table-responsive > .table {
  margin-bottom: 0;
}
.card > .table.table-bordered thead th, .card > .table.table-bordered thead td, .card > .table-responsive > .table.table-bordered thead th, .card > .table-responsive > .table.table-bordered thead td {
  border-top-width: 0;
  border-bottom-width: 0;
}
.card > .table td:first-child, .card > .table th:first-child, .card > .table-responsive > .table td:first-child, .card > .table-responsive > .table th:first-child {
  padding-left: 1rem;
  border-left: 0;
}
.card > .table td:last-child, .card > .table th:last-child, .card > .table-responsive > .table td:last-child, .card > .table-responsive > .table th:last-child {
  padding-right: 1rem;
  border-right: 0;
}
.card > .table:last-child.table-bordered tr:last-child td, .card > .table:last-child.table-bordered tr:last-child th, .card > .table-responsive:last-child > .table.table-bordered tr:last-child td, .card > .table-responsive:last-child > .table.table-bordered tr:last-child th {
  border-bottom-width: 0;
}
.table > thead tr:first-child > th:first-child,
.table > thead tr:first-child > td:first-child,
.table > tbody:first-child tr:first-child > th:first-child,
.table > tbody:first-child tr:first-child > td:first-child {
  border-top-left-radius: 0.25rem;
}
.table > thead tr:first-child > th:last-child,
.table > thead tr:first-child > td:last-child,
.table > tbody:first-child tr:first-child > th:last-child,
.table > tbody:first-child tr:first-child > td:last-child {
  border-top-right-radius: 0.25rem;
}
.table > tfoot tr:last-child > th:first-child,
.table > tfoot tr:last-child > td:first-child,
.table > tbody:last-child tr:last-child > th:first-child,
.table > tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 0.25rem;
}
.table > tfoot tr:last-child > th:last-child,
.table > tfoot tr:last-child > td:last-child,
.table > tbody:last-child tr:last-child > th:last-child,
.table > tbody:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 0.25rem;
}

.table-active,
.table-active > th,
.table-active > td {
  color: #ffffff;
}

.row-details.collapsing {
  display: none;
  transition: none;
}

@media (max-width: 575.98px) {
  .card-fluid > .table-responsive > .table > thead tr:first-child > th:first-child,
  .card-fluid > .table-responsive > .table > thead tr:first-child > td:first-child,
  .card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > th:first-child,
  .card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > td:first-child,
  .card-fluid > .table > thead tr:first-child > th:first-child,
  .card-fluid > .table > thead tr:first-child > td:first-child,
  .card-fluid > .table > tbody:first-child tr:first-child > th:first-child,
  .card-fluid > .table > tbody:first-child tr:first-child > td:first-child {
    border-top-left-radius: 0;
  }
  .card-fluid > .table-responsive > .table > thead tr:first-child > th:last-child,
  .card-fluid > .table-responsive > .table > thead tr:first-child > td:last-child,
  .card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > th:last-child,
  .card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > td:last-child,
  .card-fluid > .table > thead tr:first-child > th:last-child,
  .card-fluid > .table > thead tr:first-child > td:last-child,
  .card-fluid > .table > tbody:first-child tr:first-child > th:last-child,
  .card-fluid > .table > tbody:first-child tr:first-child > td:last-child {
    border-top-right-radius: 0;
  }
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > th:first-child,
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > td:first-child,
  .card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > th:first-child,
  .card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > td:first-child,
  .card-fluid > .table > tfoot tr:last-child > th:first-child,
  .card-fluid > .table > tfoot tr:last-child > td:first-child,
  .card-fluid > .table > tbody:last-child tr:last-child > th:first-child,
  .card-fluid > .table > tbody:last-child tr:last-child > td:first-child {
    border-bottom-left-radius: 0;
  }
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > th:last-child,
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > td:last-child,
  .card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > th:last-child,
  .card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > td:last-child,
  .card-fluid > .table > tfoot tr:last-child > th:last-child,
  .card-fluid > .table > tfoot tr:last-child > td:last-child,
  .card-fluid > .table > tbody:last-child tr:last-child > th:last-child,
  .card-fluid > .table > tbody:last-child tr:last-child > td:last-child {
    border-bottom-right-radius: 0;
  }
}

.table-fixed {
  table-layout: fixed;
  min-width: 400px;
}
.table-fixed tr > th,
.table-fixed tr > td {
  overflow: hidden;
}

.thead-dd {
  display: inline-block;
  color: #888c9b;
}
.thead-dd > .custom-control {
  position: absolute;
  top: 0.2em;
  display: inline-block;
}
.thead-dd .thead-btn {
  padding-left: 1.5rem;
}

.col-checker {
  width: 2rem;
}

.thead-btn {
  display: inline-block;
  margin-left: -0.375rem;
  padding: 0.125rem 0.375rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #c6c9d5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}
.thead-btn .custom-control {
  display: inline-block;
  padding-left: 1rem;
}

.btn {
  height: calc(1.5em + 0.75rem + 2px);
  backface-visibility: hidden;
}
.btn-sm, .btn-group-sm > .btn {
  height: calc(1.5em + 0.5rem + 2px);
}
.btn-lg, .btn-group-lg > .btn {
  height: calc(1.75em + 1rem + 2px);
}
@media (min-width: 768px) {
  .btn {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .btn.btn-sm, .btn-group-sm > .btn {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  .btn.btn-lg, .btn-group-lg > .btn {
    height: 2.75rem;
    font-size: 1rem;
  }
}
.btn-xs {
  font-size: 0.8125rem;
  padding: 0.125rem 0.5rem;
  height: auto;
}
.btn .hamburger {
  padding: 0;
  width: auto;
  height: auto;
}
.btn .hamburger:hover {
  background-color: transparent;
}

.btn-floated {
  position: fixed;
  right: 1.25rem;
  bottom: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 3rem;
  border: 0;
  z-index: 5;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .btn-floated {
    bottom: 1.25rem;
  }
}
.btn-floated.btn-lg, .btn-group-lg > .btn-floated.btn {
  width: 4rem;
  height: 4rem;
  font-size: 1.25rem;
  line-height: 1;
}
.btn-floated.btn-sm, .btn-group-sm > .btn-floated.btn {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1;
}
.btn-floated:hover, .btn-floated:focus {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12) !important;
}
.btn-floated:active {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
}

.btn-primary {
  border-color: rgb(15.195026178, 137.554973822, 100.7670157068);
}
.btn-primary:hover {
  box-shadow: none;
}
.btn-primary:focus, .btn-primary.focus {
  border-color: rgb(12.6583769634, 114.5916230366, 83.945026178);
  box-shadow: inset 0 1px 0 0 rgb(22.804973822, 206.445026178, 151.2329842932), 0 0 0 1px rgb(12.6583769634, 114.5916230366, 83.945026178);
}
.btn-secondary {
  border-color: rgb(223.05, 226.6, 233.7);
}
.btn-secondary:hover {
  box-shadow: none;
}
.btn-secondary:focus, .btn-secondary.focus {
  border-color: rgb(207.75, 213, 223.5);
  box-shadow: inset 0 1px 0 0 white, 0 0 0 1px rgb(207.75, 213, 223.5);
}
.btn-success {
  border-color: rgb(5.0064935065, 81.7727272727, 187.7435064935);
}
.btn-success:hover {
  box-shadow: none;
}
.btn-success:focus, .btn-success.focus {
  border-color: rgb(4.3441558442, 70.9545454545, 162.9058441558);
  box-shadow: inset 0 1px 0 0 rgb(20.5032467532, 116.3863636364, 248.7467532468), 0 0 0 1px rgb(4.3441558442, 70.9545454545, 162.9058441558);
}
.btn-info {
  border-color: rgb(44.3481308411, 110.0490654206, 131.4018691589);
}
.btn-info:hover {
  box-shadow: none;
}
.btn-info:focus, .btn-info.focus {
  border-color: rgb(37.9135514019, 94.0817757009, 112.3364485981);
  box-shadow: inset 0 1px 0 0 rgb(63.6518691589, 157.9509345794, 188.5981308411), 0 0 0 1px rgb(37.9135514019, 94.0817757009, 112.3364485981);
}
.btn-warning {
  border-color: rgb(213.75, 130.625, 0);
}
.btn-warning:hover {
  box-shadow: none;
}
.btn-warning:focus, .btn-warning.focus {
  border-color: rgb(188.25, 115.0416666667, 0);
  box-shadow: inset 0 1px 0 0 rgb(255, 169.5416666667, 35.25), 0 0 0 1px rgb(188.25, 115.0416666667, 0);
}
.btn-danger {
  border-color: rgb(189.75, 0, 50.7664473684);
}
.btn-danger:hover {
  box-shadow: none;
}
.btn-danger:focus, .btn-danger.focus {
  border-color: rgb(164.25, 0, 43.9440789474);
  box-shadow: inset 0 1px 0 0 rgb(255, 11.25, 76.4638157895), 0 0 0 1px rgb(164.25, 0, 43.9440789474);
}
.btn-light {
  color: #888c9b;
  background-color: transparent;
  border-color: transparent;
}
.btn-light:hover {
  background-color: #e6e8ed;
  color: #363642;
  border-color: #e6e8ed;
  box-shadow: none;
}
.btn-light:focus, .btn-light.focus {
  background-color: #e6e8ed;
  color: #363642;
  border-color: #e6e8ed;
  box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
  border-color: transparent;
  background-color: rgba(19, 172, 126, 0.08);
  box-shadow: 0 0 0 1px rgba(19, 172, 126, 0);
}

.btn-dark {
  color: #f6f7f9;
}
.btn-dark:hover {
  box-shadow: none;
}
.btn-dark:focus, .btn-dark.focus {
  border-color: rgb(7.5670731707, 7.5670731707, 10.6829268293);
  box-shadow: inset 0 1px 0 0 rgb(49.8597560976, 49.8597560976, 70.3902439024), 0 0 0 1px rgb(7.5670731707, 7.5670731707, 10.6829268293);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #f6f7f9;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #f6f7f9;
}

.btn-neutral {
  border-color: rgb(212.4107142857, 219.5089285714, 231.3392857143);
}
.btn-neutral:hover {
  box-shadow: none;
}
.btn-neutral:focus, .btn-neutral.focus {
  border-color: rgb(196.0178571429, 205.8482142857, 222.2321428571);
  box-shadow: inset 0 1px 0 0 white, 0 0 0 1px rgb(196.0178571429, 205.8482142857, 222.2321428571);
}
.btn-q-red {
  border-color: rgb(189.75, 0, 50.7664473684);
}
.btn-q-red:hover {
  box-shadow: none;
}
.btn-q-red:focus, .btn-q-red.focus {
  border-color: rgb(164.25, 0, 43.9440789474);
  box-shadow: inset 0 1px 0 0 rgb(255, 11.25, 76.4638157895), 0 0 0 1px rgb(164.25, 0, 43.9440789474);
}
.btn-q-orange {
  border-color: rgb(211.2053571429, 72.0982142857, 2.5446428571);
}
.btn-q-orange:hover {
  box-shadow: none;
}
.btn-q-orange:focus, .btn-q-orange.focus {
  border-color: rgb(186.0089285714, 63.4970238095, 2.2410714286);
  box-shadow: inset 0 1px 0 0 rgb(252.3839285714, 109.3720238095, 37.8660714286), 0 0 0 1px rgb(186.0089285714, 63.4970238095, 2.2410714286);
}
.btn-q-orange2 {
  border-color: rgb(211.9023904382, 93.2370517928, 0.8476095618);
}
.btn-q-orange2:hover {
  box-shadow: none;
}
.btn-q-orange2:focus, .btn-q-orange2.focus {
  border-color: rgb(186.5039840637, 82.061752988, 0.7460159363);
  box-shadow: inset 0 1px 0 0 rgb(254.1205179283, 130.9930278884, 35.1294820717), 0 0 0 1px rgb(186.5039840637, 82.061752988, 0.7460159363);
}
.btn-q-orange3 {
  border-color: rgb(213.75, 130.625, 0);
}
.btn-q-orange3:hover {
  box-shadow: none;
}
.btn-q-orange3:focus, .btn-q-orange3.focus {
  border-color: rgb(188.25, 115.0416666667, 0);
  box-shadow: inset 0 1px 0 0 rgb(255, 169.5416666667, 35.25), 0 0 0 1px rgb(188.25, 115.0416666667, 0);
}
.btn-q-yellow {
  border-color: rgb(206.75, 172.9948979592, 0);
}
.btn-q-yellow:hover {
  box-shadow: none;
}
.btn-q-yellow:focus, .btn-q-yellow.focus {
  border-color: rgb(181.25, 151.6581632653, 0);
  box-shadow: inset 0 1px 0 0 rgb(255, 217.9795918367, 28.25), 0 0 0 1px rgb(181.25, 151.6581632653, 0);
}
.btn-q-yellow2 {
  border-color: rgb(180.94, 171.81, 5.81);
}
.btn-q-yellow2:hover {
  box-shadow: none;
}
.btn-q-yellow2:focus, .btn-q-yellow2.focus {
  border-color: rgb(156.2333333333, 148.35, 5.0166666667);
  box-shadow: inset 0 1px 0 0 rgb(247.3233333333, 235.26, 15.9266666667), 0 0 0 1px rgb(156.2333333333, 148.35, 5.0166666667);
}
.btn-q-green {
  border-color: rgb(74.75, 156, 9.75);
}
.btn-q-green:hover {
  box-shadow: none;
}
.btn-q-green:focus, .btn-q-green.focus {
  border-color: rgb(63.25, 132, 8.25);
  box-shadow: inset 0 1px 0 0 rgb(109.25, 228, 14.25), 0 0 0 1px rgb(63.25, 132, 8.25);
}
.btn-q-green2 {
  border-color: rgb(15.195026178, 137.554973822, 100.7670157068);
}
.btn-q-green2:hover {
  box-shadow: none;
}
.btn-q-green2:focus, .btn-q-green2.focus {
  border-color: rgb(12.6583769634, 114.5916230366, 83.945026178);
  box-shadow: inset 0 1px 0 0 rgb(22.804973822, 206.445026178, 151.2329842932), 0 0 0 1px rgb(12.6583769634, 114.5916230366, 83.945026178);
}
.btn-q-blue {
  border-color: rgb(5.0064935065, 81.7727272727, 187.7435064935);
}
.btn-q-blue:hover {
  box-shadow: none;
}
.btn-q-blue:focus, .btn-q-blue.focus {
  border-color: rgb(4.3441558442, 70.9545454545, 162.9058441558);
  box-shadow: inset 0 1px 0 0 rgb(20.5032467532, 116.3863636364, 248.7467532468), 0 0 0 1px rgb(4.3441558442, 70.9545454545, 162.9058441558);
}
.btn-q-purple {
  border-color: rgb(76.8552631579, 27.9473684211, 104.8026315789);
}
.btn-q-purple:hover {
  box-shadow: none;
}
.btn-q-purple:focus, .btn-q-purple.focus {
  border-color: rgb(62.0921052632, 22.5789473684, 84.6710526316);
  box-shadow: inset 0 1px 0 0 rgb(121.1447368421, 44.0526315789, 165.1973684211), 0 0 0 1px rgb(62.0921052632, 22.5789473684, 84.6710526316);
}
.btn-burgund {
  border-color: rgb(132.751146789, 46.998853211, 53.5951834862);
}
.btn-burgund:hover {
  box-shadow: none;
}
.btn-burgund:focus, .btn-burgund.focus {
  border-color: rgb(113.9185779817, 40.3314220183, 45.9919724771);
  box-shadow: inset 0 1px 0 0 rgb(188.6525229358, 67.5974770642, 76.9094036697), 0 0 0 1px rgb(113.9185779817, 40.3314220183, 45.9919724771);
}
.btn-light-primary {
  border-color: rgb(94.0314136126, 237.2185863874, 194.1688481675);
}
.btn-light-primary:hover {
  box-shadow: none;
}
.btn-light-primary:focus, .btn-light-primary.focus {
  border-color: rgb(71.0680628272, 234.6819371728, 185.4908376963);
  box-shadow: inset 0 1px 0 0 rgb(162.9214659686, 244.8285340314, 220.2028795812), 0 0 0 1px rgb(71.0680628272, 234.6819371728, 185.4908376963);
}
.btn-light-success {
  border-color: rgb(119.8538961039, 175.1136363636, 251.3961038961);
}
.btn-light-success:hover {
  box-shadow: none;
}
.btn-light-success:focus, .btn-light-success.focus {
  border-color: rgb(95.0162337662, 160.4318181818, 250.7337662338);
  box-shadow: inset 0 1px 0 0 rgb(194.3668831169, 219.1590909091, 253.3831168831), 0 0 0 1px rgb(95.0162337662, 160.4318181818, 250.7337662338);
}
.btn-light-info {
  border-color: rgb(138.5514018692, 196.7757009346, 215.6985981308);
}
.btn-light-info:hover {
  box-shadow: none;
}
.btn-light-info:focus, .btn-light-info.focus {
  border-color: rgb(119.4859813084, 187.2429906542, 209.2640186916);
  box-shadow: inset 0 1px 0 0 rgb(195.7476635514, 225.3738317757, 235.0023364486), 0 0 0 1px rgb(119.4859813084, 187.2429906542, 209.2640186916);
}
.btn-light-warning {
  border-color: rgb(255, 209.2083333333, 137.25);
}
.btn-light-warning:hover {
  box-shadow: none;
}
.btn-light-warning:focus, .btn-light-warning.focus {
  border-color: rgb(255, 199.2916666667, 111.75);
  box-shadow: inset 0 1px 0 0 rgb(255, 238.9583333333, 213.75), 0 0 0 1px rgb(255, 199.2916666667, 111.75);
}
.btn-light-danger {
  border-color: rgb(255, 113.25, 151.1743421053);
}
.btn-light-danger:hover {
  box-shadow: none;
}
.btn-light-danger:focus, .btn-light-danger.focus {
  border-color: rgb(255, 87.75, 132.4967105263);
  box-shadow: inset 0 1px 0 0 rgb(255, 189.75, 207.2072368421), 0 0 0 1px rgb(255, 87.75, 132.4967105263);
}
.btn-light-dark {
  border-color: rgb(92.1524390244, 92.1524390244, 130.0975609756);
}
.btn-light-dark:hover {
  box-shadow: none;
}
.btn-light-dark:focus, .btn-light-dark.focus {
  border-color: rgb(81.5792682927, 81.5792682927, 115.1707317073);
  box-shadow: inset 0 1px 0 0 rgb(131.3414634146, 131.3414634146, 167.4085365854), 0 0 0 1px rgb(81.5792682927, 81.5792682927, 115.1707317073);
}
.btn-q-light-red {
  border-color: rgb(255, 113.25, 151.1743421053);
}
.btn-q-light-red:hover {
  box-shadow: none;
}
.btn-q-light-red:focus, .btn-q-light-red.focus {
  border-color: rgb(255, 87.75, 132.4967105263);
  box-shadow: inset 0 1px 0 0 rgb(255, 189.75, 207.2072368421), 0 0 0 1px rgb(255, 87.75, 132.4967105263);
}
.btn-q-light-orange {
  border-color: rgb(253.5982142857, 176.9672619048, 138.6517857143);
}
.btn-q-light-orange:hover {
  box-shadow: none;
}
.btn-q-light-orange:focus, .btn-q-light-orange.focus {
  border-color: rgb(253.2946428571, 160.068452381, 113.4553571429);
  box-shadow: inset 0 1px 0 0 rgb(254.5089285714, 227.6636904762, 214.2410714286), 0 0 0 1px rgb(253.2946428571, 160.068452381, 113.4553571429);
}
.btn-q-light-orange2 {
  border-color: rgb(254.5268924303, 188.2918326693, 136.7231075697);
}
.btn-q-light-orange2:hover {
  box-shadow: none;
}
.btn-q-light-orange2:focus, .btn-q-light-orange2.focus {
  border-color: rgb(254.4252988048, 173.9671314741, 111.3247011952);
  box-shadow: inset 0 1px 0 0 rgb(254.8316733068, 231.265936255, 212.9183266932), 0 0 0 1px rgb(254.4252988048, 173.9671314741, 111.3247011952);
}
.btn-q-light-orange3 {
  border-color: rgb(255, 209.2083333333, 137.25);
}
.btn-q-light-orange3:hover {
  box-shadow: none;
}
.btn-q-light-orange3:focus, .btn-q-light-orange3.focus {
  border-color: rgb(255, 199.2916666667, 111.75);
  box-shadow: inset 0 1px 0 0 rgb(255, 238.9583333333, 213.75), 0 0 0 1px rgb(255, 199.2916666667, 111.75);
}
.btn-q-light-yellow {
  border-color: rgb(255, 234.6326530612, 130.25);
}
.btn-q-light-yellow:hover {
  box-shadow: none;
}
.btn-q-light-yellow:focus, .btn-q-light-yellow.focus {
  border-color: rgb(255, 230.4693877551, 104.75);
  box-shadow: inset 0 1px 0 0 rgb(255, 247.1224489796, 206.75), 0 0 0 1px rgb(255, 230.4693877551, 104.75);
}
.btn-q-light-yellow2 {
  border-color: rgb(250.4966666667, 243.42, 114.7533333333);
}
.btn-q-light-yellow2:hover {
  box-shadow: none;
}
.btn-q-light-yellow2:focus, .btn-q-light-yellow2.focus {
  border-color: rgb(249.7033333333, 241.38, 90.0466666667);
  box-shadow: inset 0 1px 0 0 rgb(252.8766666667, 249.54, 188.8733333333), 0 0 0 1px rgb(249.7033333333, 241.38, 90.0466666667);
}
.btn-q-light-green {
  border-color: rgb(164, 245.25, 99);
}
.btn-q-light-green:hover {
  box-shadow: none;
}
.btn-q-light-green:focus, .btn-q-light-green.focus {
  border-color: rgb(150, 243.75, 75);
  box-shadow: inset 0 1px 0 0 rgb(206, 249.75, 171), 0 0 0 1px rgb(150, 243.75, 75);
}
.btn-q-light-green2 {
  border-color: rgb(94.0314136126, 237.2185863874, 194.1688481675);
}
.btn-q-light-green2:hover {
  box-shadow: none;
}
.btn-q-light-green2:focus, .btn-q-light-green2.focus {
  border-color: rgb(71.0680628272, 234.6819371728, 185.4908376963);
  box-shadow: inset 0 1px 0 0 rgb(162.9214659686, 244.8285340314, 220.2028795812), 0 0 0 1px rgb(71.0680628272, 234.6819371728, 185.4908376963);
}
.btn-q-light-blue {
  border-color: rgb(119.8538961039, 175.1136363636, 251.3961038961);
}
.btn-q-light-blue:hover {
  box-shadow: none;
}
.btn-q-light-blue:focus, .btn-q-light-blue.focus {
  border-color: rgb(95.0162337662, 160.4318181818, 250.7337662338);
  box-shadow: inset 0 1px 0 0 rgb(194.3668831169, 219.1590909091, 253.3831168831), 0 0 0 1px rgb(95.0162337662, 160.4318181818, 250.7337662338);
}
.btn-q-light-purple {
  border-color: rgb(171.3157894737, 98.0921052632, 213.1578947368);
}
.btn-q-light-purple:hover {
  box-shadow: none;
}
.btn-q-light-purple:focus, .btn-q-light-purple.focus {
  border-color: rgb(160.5789473684, 77.9605263158, 207.7894736842);
  box-shadow: inset 0 1px 0 0 rgb(203.5263157895, 158.4868421053, 229.2631578947), 0 0 0 1px rgb(160.5789473684, 77.9605263158, 207.7894736842);
}
.btn-light-burgund {
  border-color: rgb(215.3222477064, 142.9277522936, 148.496559633);
}
.btn-light-burgund:hover {
  box-shadow: none;
}
.btn-light-burgund:focus, .btn-light-burgund.focus {
  border-color: rgb(208.6548165138, 124.0951834862, 130.5997706422);
  box-shadow: inset 0 1px 0 0 rgb(235.3245412844, 199.4254587156, 202.1869266055), 0 0 0 1px rgb(208.6548165138, 124.0951834862, 130.5997706422);
}
.btn-gray-000 {
  border-color: rgb(235.875, 235.875, 235.875);
}
.btn-gray-000:hover {
  box-shadow: none;
}
.btn-gray-000:focus, .btn-gray-000.focus {
  border-color: rgb(223.125, 223.125, 223.125);
  box-shadow: inset 0 1px 0 0 white, 0 0 0 1px rgb(223.125, 223.125, 223.125);
}
.btn-gray-999 {
  border-color: black;
}
.btn-gray-999:hover {
  box-shadow: none;
}
.btn-gray-999:focus, .btn-gray-999.focus {
  border-color: black;
  box-shadow: inset 0 1px 0 0 rgb(19.125, 19.125, 19.125), 0 0 0 1px black;
}
.btn-secondary {
  color: #000000;
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border-color: rgb(215.4, 219.8, 228.6);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.btn-secondary:hover {
  background: linear-gradient(to bottom, #f6f7f9, #f6f7f9);
  border-color: rgb(215.4, 219.8, 228.6);
}
.btn-secondary:focus, .btn-secondary.focus {
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border-color: #13ac7e;
  box-shadow: 0 0 0 1px #13ac7e;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: linear-gradient(to bottom, #f6f7f9, #f6f7f9);
  border-color: rgb(215.4, 219.8, 228.6);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-color: rgb(215.4, 219.8, 228.6);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.btn-outline-secondary {
  color: #888c9b;
  border-color: #a6abbd;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #000000;
  border-color: #a6abbd;
}

.btn-subtle-primary {
  color: #000000;
  background-color: rgba(19, 172, 126, 0.08);
  border-color: transparent;
}
.btn-subtle-primary:hover, .btn-subtle-primary:focus, .btn-subtle-primary.focus {
  color: #000000;
  background-color: rgba(19, 172, 126, 0.12);
  box-shadow: none;
}
.btn-subtle-primary.disabled, .btn-subtle-primary:disabled {
  background-color: rgba(19, 172, 126, 0.08);
}
.btn-subtle-primary:not(:disabled):not(.disabled).active, .btn-subtle-primary:not(:disabled):not(.disabled):active, .show > .btn-subtle-primary.dropdown-toggle {
  background-color: rgba(19, 172, 126, 0.2);
}

.btn-subtle-secondary {
  color: #000000;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: transparent;
}
.btn-subtle-secondary:hover, .btn-subtle-secondary:focus, .btn-subtle-secondary.focus {
  color: #000000;
  background-color: rgba(246, 247, 249, 0.12);
  box-shadow: none;
}
.btn-subtle-secondary.disabled, .btn-subtle-secondary:disabled {
  background-color: rgba(246, 247, 249, 0.08);
}
.btn-subtle-secondary:not(:disabled):not(.disabled).active, .btn-subtle-secondary:not(:disabled):not(.disabled):active, .show > .btn-subtle-secondary.dropdown-toggle {
  background-color: rgba(246, 247, 249, 0.2);
}

.btn-subtle-success {
  color: #000000;
  background-color: rgba(6, 98, 225, 0.08);
  border-color: transparent;
}
.btn-subtle-success:hover, .btn-subtle-success:focus, .btn-subtle-success.focus {
  color: #000000;
  background-color: rgba(6, 98, 225, 0.12);
  box-shadow: none;
}
.btn-subtle-success.disabled, .btn-subtle-success:disabled {
  background-color: rgba(6, 98, 225, 0.08);
}
.btn-subtle-success:not(:disabled):not(.disabled).active, .btn-subtle-success:not(:disabled):not(.disabled):active, .show > .btn-subtle-success.dropdown-toggle {
  background-color: rgba(6, 98, 225, 0.2);
}

.btn-subtle-info {
  color: #000000;
  background-color: rgba(54, 134, 160, 0.08);
  border-color: transparent;
}
.btn-subtle-info:hover, .btn-subtle-info:focus, .btn-subtle-info.focus {
  color: #000000;
  background-color: rgba(54, 134, 160, 0.12);
  box-shadow: none;
}
.btn-subtle-info.disabled, .btn-subtle-info:disabled {
  background-color: rgba(54, 134, 160, 0.08);
}
.btn-subtle-info:not(:disabled):not(.disabled).active, .btn-subtle-info:not(:disabled):not(.disabled):active, .show > .btn-subtle-info.dropdown-toggle {
  background-color: rgba(54, 134, 160, 0.2);
}

.btn-subtle-warning {
  color: #000000;
  background-color: rgba(252, 154, 0, 0.08);
  border-color: transparent;
}
.btn-subtle-warning:hover, .btn-subtle-warning:focus, .btn-subtle-warning.focus {
  color: #000000;
  background-color: rgba(252, 154, 0, 0.12);
  box-shadow: none;
}
.btn-subtle-warning.disabled, .btn-subtle-warning:disabled {
  background-color: rgba(252, 154, 0, 0.08);
}
.btn-subtle-warning:not(:disabled):not(.disabled).active, .btn-subtle-warning:not(:disabled):not(.disabled):active, .show > .btn-subtle-warning.dropdown-toggle {
  background-color: rgba(252, 154, 0, 0.2);
}

.btn-subtle-danger {
  color: #000000;
  background-color: rgba(228, 0, 61, 0.08);
  border-color: transparent;
}
.btn-subtle-danger:hover, .btn-subtle-danger:focus, .btn-subtle-danger.focus {
  color: #000000;
  background-color: rgba(228, 0, 61, 0.12);
  box-shadow: none;
}
.btn-subtle-danger.disabled, .btn-subtle-danger:disabled {
  background-color: rgba(228, 0, 61, 0.08);
}
.btn-subtle-danger:not(:disabled):not(.disabled).active, .btn-subtle-danger:not(:disabled):not(.disabled):active, .show > .btn-subtle-danger.dropdown-toggle {
  background-color: rgba(228, 0, 61, 0.2);
}

.btn-subtle-light {
  color: #000000;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: transparent;
}
.btn-subtle-light:hover, .btn-subtle-light:focus, .btn-subtle-light.focus {
  color: #000000;
  background-color: rgba(246, 247, 249, 0.12);
  box-shadow: none;
}
.btn-subtle-light.disabled, .btn-subtle-light:disabled {
  background-color: rgba(246, 247, 249, 0.08);
}
.btn-subtle-light:not(:disabled):not(.disabled).active, .btn-subtle-light:not(:disabled):not(.disabled):active, .show > .btn-subtle-light.dropdown-toggle {
  background-color: rgba(246, 247, 249, 0.2);
}

.btn-subtle-dark {
  color: #000000;
  background-color: rgba(34, 34, 48, 0.08);
  border-color: transparent;
}
.btn-subtle-dark:hover, .btn-subtle-dark:focus, .btn-subtle-dark.focus {
  color: #000000;
  background-color: rgba(34, 34, 48, 0.12);
  box-shadow: none;
}
.btn-subtle-dark.disabled, .btn-subtle-dark:disabled {
  background-color: rgba(34, 34, 48, 0.08);
}
.btn-subtle-dark:not(:disabled):not(.disabled).active, .btn-subtle-dark:not(:disabled):not(.disabled):active, .show > .btn-subtle-dark.dropdown-toggle {
  background-color: rgba(34, 34, 48, 0.2);
}

.btn-subtle-neutral {
  color: #000000;
  background-color: rgba(237, 240, 245, 0.08);
  border-color: transparent;
}
.btn-subtle-neutral:hover, .btn-subtle-neutral:focus, .btn-subtle-neutral.focus {
  color: #000000;
  background-color: rgba(237, 240, 245, 0.12);
  box-shadow: none;
}
.btn-subtle-neutral.disabled, .btn-subtle-neutral:disabled {
  background-color: rgba(237, 240, 245, 0.08);
}
.btn-subtle-neutral:not(:disabled):not(.disabled).active, .btn-subtle-neutral:not(:disabled):not(.disabled):active, .show > .btn-subtle-neutral.dropdown-toggle {
  background-color: rgba(237, 240, 245, 0.2);
}

.btn-subtle-q-red {
  color: #000000;
  background-color: rgba(228, 0, 61, 0.08);
  border-color: transparent;
}
.btn-subtle-q-red:hover, .btn-subtle-q-red:focus, .btn-subtle-q-red.focus {
  color: #000000;
  background-color: rgba(228, 0, 61, 0.12);
  box-shadow: none;
}
.btn-subtle-q-red.disabled, .btn-subtle-q-red:disabled {
  background-color: rgba(228, 0, 61, 0.08);
}
.btn-subtle-q-red:not(:disabled):not(.disabled).active, .btn-subtle-q-red:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-red.dropdown-toggle {
  background-color: rgba(228, 0, 61, 0.2);
}

.btn-subtle-q-orange {
  color: #000000;
  background-color: rgba(249, 85, 3, 0.08);
  border-color: transparent;
}
.btn-subtle-q-orange:hover, .btn-subtle-q-orange:focus, .btn-subtle-q-orange.focus {
  color: #000000;
  background-color: rgba(249, 85, 3, 0.12);
  box-shadow: none;
}
.btn-subtle-q-orange.disabled, .btn-subtle-q-orange:disabled {
  background-color: rgba(249, 85, 3, 0.08);
}
.btn-subtle-q-orange:not(:disabled):not(.disabled).active, .btn-subtle-q-orange:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-orange.dropdown-toggle {
  background-color: rgba(249, 85, 3, 0.2);
}

.btn-subtle-q-orange2 {
  color: #000000;
  background-color: rgba(250, 110, 1, 0.08);
  border-color: transparent;
}
.btn-subtle-q-orange2:hover, .btn-subtle-q-orange2:focus, .btn-subtle-q-orange2.focus {
  color: #000000;
  background-color: rgba(250, 110, 1, 0.12);
  box-shadow: none;
}
.btn-subtle-q-orange2.disabled, .btn-subtle-q-orange2:disabled {
  background-color: rgba(250, 110, 1, 0.08);
}
.btn-subtle-q-orange2:not(:disabled):not(.disabled).active, .btn-subtle-q-orange2:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-orange2.dropdown-toggle {
  background-color: rgba(250, 110, 1, 0.2);
}

.btn-subtle-q-orange3 {
  color: #000000;
  background-color: rgba(252, 154, 0, 0.08);
  border-color: transparent;
}
.btn-subtle-q-orange3:hover, .btn-subtle-q-orange3:focus, .btn-subtle-q-orange3.focus {
  color: #000000;
  background-color: rgba(252, 154, 0, 0.12);
  box-shadow: none;
}
.btn-subtle-q-orange3.disabled, .btn-subtle-q-orange3:disabled {
  background-color: rgba(252, 154, 0, 0.08);
}
.btn-subtle-q-orange3:not(:disabled):not(.disabled).active, .btn-subtle-q-orange3:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-orange3.dropdown-toggle {
  background-color: rgba(252, 154, 0, 0.2);
}

.btn-subtle-q-yellow {
  color: #000000;
  background-color: rgba(245, 205, 0, 0.08);
  border-color: transparent;
}
.btn-subtle-q-yellow:hover, .btn-subtle-q-yellow:focus, .btn-subtle-q-yellow.focus {
  color: #000000;
  background-color: rgba(245, 205, 0, 0.12);
  box-shadow: none;
}
.btn-subtle-q-yellow.disabled, .btn-subtle-q-yellow:disabled {
  background-color: rgba(245, 205, 0, 0.08);
}
.btn-subtle-q-yellow:not(:disabled):not(.disabled).active, .btn-subtle-q-yellow:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-yellow.dropdown-toggle {
  background-color: rgba(245, 205, 0, 0.2);
}

.btn-subtle-q-yellow2 {
  color: #000000;
  background-color: rgba(218, 207, 7, 0.08);
  border-color: transparent;
}
.btn-subtle-q-yellow2:hover, .btn-subtle-q-yellow2:focus, .btn-subtle-q-yellow2.focus {
  color: #000000;
  background-color: rgba(218, 207, 7, 0.12);
  box-shadow: none;
}
.btn-subtle-q-yellow2.disabled, .btn-subtle-q-yellow2:disabled {
  background-color: rgba(218, 207, 7, 0.08);
}
.btn-subtle-q-yellow2:not(:disabled):not(.disabled).active, .btn-subtle-q-yellow2:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-yellow2.dropdown-toggle {
  background-color: rgba(218, 207, 7, 0.2);
}

.btn-subtle-q-green {
  color: #000000;
  background-color: rgba(92, 192, 12, 0.08);
  border-color: transparent;
}
.btn-subtle-q-green:hover, .btn-subtle-q-green:focus, .btn-subtle-q-green.focus {
  color: #000000;
  background-color: rgba(92, 192, 12, 0.12);
  box-shadow: none;
}
.btn-subtle-q-green.disabled, .btn-subtle-q-green:disabled {
  background-color: rgba(92, 192, 12, 0.08);
}
.btn-subtle-q-green:not(:disabled):not(.disabled).active, .btn-subtle-q-green:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-green.dropdown-toggle {
  background-color: rgba(92, 192, 12, 0.2);
}

.btn-subtle-q-green2 {
  color: #000000;
  background-color: rgba(19, 172, 126, 0.08);
  border-color: transparent;
}
.btn-subtle-q-green2:hover, .btn-subtle-q-green2:focus, .btn-subtle-q-green2.focus {
  color: #000000;
  background-color: rgba(19, 172, 126, 0.12);
  box-shadow: none;
}
.btn-subtle-q-green2.disabled, .btn-subtle-q-green2:disabled {
  background-color: rgba(19, 172, 126, 0.08);
}
.btn-subtle-q-green2:not(:disabled):not(.disabled).active, .btn-subtle-q-green2:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-green2.dropdown-toggle {
  background-color: rgba(19, 172, 126, 0.2);
}

.btn-subtle-q-blue {
  color: #000000;
  background-color: rgba(6, 98, 225, 0.08);
  border-color: transparent;
}
.btn-subtle-q-blue:hover, .btn-subtle-q-blue:focus, .btn-subtle-q-blue.focus {
  color: #000000;
  background-color: rgba(6, 98, 225, 0.12);
  box-shadow: none;
}
.btn-subtle-q-blue.disabled, .btn-subtle-q-blue:disabled {
  background-color: rgba(6, 98, 225, 0.08);
}
.btn-subtle-q-blue:not(:disabled):not(.disabled).active, .btn-subtle-q-blue:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-blue.dropdown-toggle {
  background-color: rgba(6, 98, 225, 0.2);
}

.btn-subtle-q-purple {
  color: #000000;
  background-color: rgba(99, 36, 135, 0.08);
  border-color: transparent;
}
.btn-subtle-q-purple:hover, .btn-subtle-q-purple:focus, .btn-subtle-q-purple.focus {
  color: #000000;
  background-color: rgba(99, 36, 135, 0.12);
  box-shadow: none;
}
.btn-subtle-q-purple.disabled, .btn-subtle-q-purple:disabled {
  background-color: rgba(99, 36, 135, 0.08);
}
.btn-subtle-q-purple:not(:disabled):not(.disabled).active, .btn-subtle-q-purple:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-purple.dropdown-toggle {
  background-color: rgba(99, 36, 135, 0.2);
}

.btn-subtle-burgund {
  color: #000000;
  background-color: rgba(161, 57, 65, 0.08);
  border-color: transparent;
}
.btn-subtle-burgund:hover, .btn-subtle-burgund:focus, .btn-subtle-burgund.focus {
  color: #000000;
  background-color: rgba(161, 57, 65, 0.12);
  box-shadow: none;
}
.btn-subtle-burgund.disabled, .btn-subtle-burgund:disabled {
  background-color: rgba(161, 57, 65, 0.08);
}
.btn-subtle-burgund:not(:disabled):not(.disabled).active, .btn-subtle-burgund:not(:disabled):not(.disabled):active, .show > .btn-subtle-burgund.dropdown-toggle {
  background-color: rgba(161, 57, 65, 0.2);
}

.btn-subtle-light-primary {
  color: #000000;
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.08);
  border-color: transparent;
}
.btn-subtle-light-primary:hover, .btn-subtle-light-primary:focus, .btn-subtle-light-primary.focus {
  color: #000000;
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.12);
  box-shadow: none;
}
.btn-subtle-light-primary.disabled, .btn-subtle-light-primary:disabled {
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.08);
}
.btn-subtle-light-primary:not(:disabled):not(.disabled).active, .btn-subtle-light-primary:not(:disabled):not(.disabled):active, .show > .btn-subtle-light-primary.dropdown-toggle {
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.2);
}

.btn-subtle-light-success {
  color: #000000;
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.08);
  border-color: transparent;
}
.btn-subtle-light-success:hover, .btn-subtle-light-success:focus, .btn-subtle-light-success.focus {
  color: #000000;
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.12);
  box-shadow: none;
}
.btn-subtle-light-success.disabled, .btn-subtle-light-success:disabled {
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.08);
}
.btn-subtle-light-success:not(:disabled):not(.disabled).active, .btn-subtle-light-success:not(:disabled):not(.disabled):active, .show > .btn-subtle-light-success.dropdown-toggle {
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.2);
}

.btn-subtle-light-info {
  color: #000000;
  background-color: rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.08);
  border-color: transparent;
}
.btn-subtle-light-info:hover, .btn-subtle-light-info:focus, .btn-subtle-light-info.focus {
  color: #000000;
  background-color: rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.12);
  box-shadow: none;
}
.btn-subtle-light-info.disabled, .btn-subtle-light-info:disabled {
  background-color: rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.08);
}
.btn-subtle-light-info:not(:disabled):not(.disabled).active, .btn-subtle-light-info:not(:disabled):not(.disabled):active, .show > .btn-subtle-light-info.dropdown-toggle {
  background-color: rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.2);
}

.btn-subtle-light-warning {
  color: #000000;
  background-color: rgba(255, 224.0833333333, 175.5, 0.08);
  border-color: transparent;
}
.btn-subtle-light-warning:hover, .btn-subtle-light-warning:focus, .btn-subtle-light-warning.focus {
  color: #000000;
  background-color: rgba(255, 224.0833333333, 175.5, 0.12);
  box-shadow: none;
}
.btn-subtle-light-warning.disabled, .btn-subtle-light-warning:disabled {
  background-color: rgba(255, 224.0833333333, 175.5, 0.08);
}
.btn-subtle-light-warning:not(:disabled):not(.disabled).active, .btn-subtle-light-warning:not(:disabled):not(.disabled):active, .show > .btn-subtle-light-warning.dropdown-toggle {
  background-color: rgba(255, 224.0833333333, 175.5, 0.2);
}

.btn-subtle-light-danger {
  color: #000000;
  background-color: rgba(255, 151.5, 179.1907894737, 0.08);
  border-color: transparent;
}
.btn-subtle-light-danger:hover, .btn-subtle-light-danger:focus, .btn-subtle-light-danger.focus {
  color: #000000;
  background-color: rgba(255, 151.5, 179.1907894737, 0.12);
  box-shadow: none;
}
.btn-subtle-light-danger.disabled, .btn-subtle-light-danger:disabled {
  background-color: rgba(255, 151.5, 179.1907894737, 0.08);
}
.btn-subtle-light-danger:not(:disabled):not(.disabled).active, .btn-subtle-light-danger:not(:disabled):not(.disabled):active, .show > .btn-subtle-light-danger.dropdown-toggle {
  background-color: rgba(255, 151.5, 179.1907894737, 0.2);
}

.btn-subtle-light-dark {
  color: #000000;
  background-color: rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.08);
  border-color: transparent;
}
.btn-subtle-light-dark:hover, .btn-subtle-light-dark:focus, .btn-subtle-light-dark.focus {
  color: #000000;
  background-color: rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.12);
  box-shadow: none;
}
.btn-subtle-light-dark.disabled, .btn-subtle-light-dark:disabled {
  background-color: rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.08);
}
.btn-subtle-light-dark:not(:disabled):not(.disabled).active, .btn-subtle-light-dark:not(:disabled):not(.disabled):active, .show > .btn-subtle-light-dark.dropdown-toggle {
  background-color: rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.2);
}

.btn-subtle-q-light-red {
  color: #000000;
  background-color: rgba(255, 151.5, 179.1907894737, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-red:hover, .btn-subtle-q-light-red:focus, .btn-subtle-q-light-red.focus {
  color: #000000;
  background-color: rgba(255, 151.5, 179.1907894737, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-red.disabled, .btn-subtle-q-light-red:disabled {
  background-color: rgba(255, 151.5, 179.1907894737, 0.08);
}
.btn-subtle-q-light-red:not(:disabled):not(.disabled).active, .btn-subtle-q-light-red:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-red.dropdown-toggle {
  background-color: rgba(255, 151.5, 179.1907894737, 0.2);
}

.btn-subtle-q-light-orange {
  color: #000000;
  background-color: rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-orange:hover, .btn-subtle-q-light-orange:focus, .btn-subtle-q-light-orange.focus {
  color: #000000;
  background-color: rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-orange.disabled, .btn-subtle-q-light-orange:disabled {
  background-color: rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.08);
}
.btn-subtle-q-light-orange:not(:disabled):not(.disabled).active, .btn-subtle-q-light-orange:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-orange.dropdown-toggle {
  background-color: rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.2);
}

.btn-subtle-q-light-orange2 {
  color: #000000;
  background-color: rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-orange2:hover, .btn-subtle-q-light-orange2:focus, .btn-subtle-q-light-orange2.focus {
  color: #000000;
  background-color: rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-orange2.disabled, .btn-subtle-q-light-orange2:disabled {
  background-color: rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.08);
}
.btn-subtle-q-light-orange2:not(:disabled):not(.disabled).active, .btn-subtle-q-light-orange2:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-orange2.dropdown-toggle {
  background-color: rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.2);
}

.btn-subtle-q-light-orange3 {
  color: #000000;
  background-color: rgba(255, 224.0833333333, 175.5, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-orange3:hover, .btn-subtle-q-light-orange3:focus, .btn-subtle-q-light-orange3.focus {
  color: #000000;
  background-color: rgba(255, 224.0833333333, 175.5, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-orange3.disabled, .btn-subtle-q-light-orange3:disabled {
  background-color: rgba(255, 224.0833333333, 175.5, 0.08);
}
.btn-subtle-q-light-orange3:not(:disabled):not(.disabled).active, .btn-subtle-q-light-orange3:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-orange3.dropdown-toggle {
  background-color: rgba(255, 224.0833333333, 175.5, 0.2);
}

.btn-subtle-q-light-yellow {
  color: #000000;
  background-color: rgba(255, 240.8775510204, 168.5, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-yellow:hover, .btn-subtle-q-light-yellow:focus, .btn-subtle-q-light-yellow.focus {
  color: #000000;
  background-color: rgba(255, 240.8775510204, 168.5, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-yellow.disabled, .btn-subtle-q-light-yellow:disabled {
  background-color: rgba(255, 240.8775510204, 168.5, 0.08);
}
.btn-subtle-q-light-yellow:not(:disabled):not(.disabled).active, .btn-subtle-q-light-yellow:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-yellow.dropdown-toggle {
  background-color: rgba(255, 240.8775510204, 168.5, 0.2);
}

.btn-subtle-q-light-yellow2 {
  color: #000000;
  background-color: rgba(251.6866666667, 246.48, 151.8133333333, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-yellow2:hover, .btn-subtle-q-light-yellow2:focus, .btn-subtle-q-light-yellow2.focus {
  color: #000000;
  background-color: rgba(251.6866666667, 246.48, 151.8133333333, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-yellow2.disabled, .btn-subtle-q-light-yellow2:disabled {
  background-color: rgba(251.6866666667, 246.48, 151.8133333333, 0.08);
}
.btn-subtle-q-light-yellow2:not(:disabled):not(.disabled).active, .btn-subtle-q-light-yellow2:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-yellow2.dropdown-toggle {
  background-color: rgba(251.6866666667, 246.48, 151.8133333333, 0.2);
}

.btn-subtle-q-light-green {
  color: #000000;
  background-color: rgba(185, 247.5, 135, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-green:hover, .btn-subtle-q-light-green:focus, .btn-subtle-q-light-green.focus {
  color: #000000;
  background-color: rgba(185, 247.5, 135, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-green.disabled, .btn-subtle-q-light-green:disabled {
  background-color: rgba(185, 247.5, 135, 0.08);
}
.btn-subtle-q-light-green:not(:disabled):not(.disabled).active, .btn-subtle-q-light-green:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-green.dropdown-toggle {
  background-color: rgba(185, 247.5, 135, 0.2);
}

.btn-subtle-q-light-green2 {
  color: #000000;
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-green2:hover, .btn-subtle-q-light-green2:focus, .btn-subtle-q-light-green2.focus {
  color: #000000;
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-green2.disabled, .btn-subtle-q-light-green2:disabled {
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.08);
}
.btn-subtle-q-light-green2:not(:disabled):not(.disabled).active, .btn-subtle-q-light-green2:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-green2.dropdown-toggle {
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.2);
}

.btn-subtle-q-light-blue {
  color: #000000;
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-blue:hover, .btn-subtle-q-light-blue:focus, .btn-subtle-q-light-blue.focus {
  color: #000000;
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-blue.disabled, .btn-subtle-q-light-blue:disabled {
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.08);
}
.btn-subtle-q-light-blue:not(:disabled):not(.disabled).active, .btn-subtle-q-light-blue:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-blue.dropdown-toggle {
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.2);
}

.btn-subtle-q-light-purple {
  color: #000000;
  background-color: rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.08);
  border-color: transparent;
}
.btn-subtle-q-light-purple:hover, .btn-subtle-q-light-purple:focus, .btn-subtle-q-light-purple.focus {
  color: #000000;
  background-color: rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.12);
  box-shadow: none;
}
.btn-subtle-q-light-purple.disabled, .btn-subtle-q-light-purple:disabled {
  background-color: rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.08);
}
.btn-subtle-q-light-purple:not(:disabled):not(.disabled).active, .btn-subtle-q-light-purple:not(:disabled):not(.disabled):active, .show > .btn-subtle-q-light-purple.dropdown-toggle {
  background-color: rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.2);
}

.btn-subtle-light-burgund {
  color: #000000;
  background-color: rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.08);
  border-color: transparent;
}
.btn-subtle-light-burgund:hover, .btn-subtle-light-burgund:focus, .btn-subtle-light-burgund.focus {
  color: #000000;
  background-color: rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.12);
  box-shadow: none;
}
.btn-subtle-light-burgund.disabled, .btn-subtle-light-burgund:disabled {
  background-color: rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.08);
}
.btn-subtle-light-burgund:not(:disabled):not(.disabled).active, .btn-subtle-light-burgund:not(:disabled):not(.disabled):active, .show > .btn-subtle-light-burgund.dropdown-toggle {
  background-color: rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.2);
}

.btn-subtle-gray-000 {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: transparent;
}
.btn-subtle-gray-000:hover, .btn-subtle-gray-000:focus, .btn-subtle-gray-000.focus {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.btn-subtle-gray-000.disabled, .btn-subtle-gray-000:disabled {
  background-color: rgba(255, 255, 255, 0.08);
}
.btn-subtle-gray-000:not(:disabled):not(.disabled).active, .btn-subtle-gray-000:not(:disabled):not(.disabled):active, .show > .btn-subtle-gray-000.dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-subtle-gray-999 {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.btn-subtle-gray-999:hover, .btn-subtle-gray-999:focus, .btn-subtle-gray-999.focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
.btn-subtle-gray-999.disabled, .btn-subtle-gray-999:disabled {
  background-color: rgba(0, 0, 0, 0.08);
}
.btn-subtle-gray-999:not(:disabled):not(.disabled).active, .btn-subtle-gray-999:not(:disabled):not(.disabled):active, .show > .btn-subtle-gray-999.dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-reset {
  padding: 0 2px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.btn-reset.btn, .btn-reset.btn-sm, .btn-reset.btn-lg {
  height: auto;
}
.btn-reset:hover, .btn-reset:focus {
  color: inherit;
  text-decoration: inherit;
  box-shadow: none;
}
.btn-reset.text-muted:hover, .btn-reset.text-muted:focus, .btn-reset.text-muted.focus, .btn-reset.text-muted.active, .btn-reset.text-muted.show {
  color: #000000 !important;
}

.btn-icon {
  padding: 0;
  line-height: calc(1.5em + 0.75rem + 2px);
  border-radius: 2.25rem;
  width: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  line-height: calc(1.5em + 0.5rem + 2px);
  width: calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
}
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  line-height: calc(1.75em + 1rem + 2px);
  width: calc(1.75em + 1rem + 2px);
  height: calc(1.75em + 1rem + 2px);
}
@media (min-width: 768px) {
  .btn-icon {
    line-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
    width: 2.25rem;
    height: 2.25rem;
  }
  .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    line-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
    width: 1.8125rem;
    height: 1.8125rem;
  }
  .btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    line-height: calc(calc(1.75em + 1rem + 2px) - 2px);
    width: 2.75rem;
    height: 2.75rem;
  }
}

.btn-account {
  position: relative;
  display: flex;
  margin: 0;
  border: 0;
  flex-wrap: none;
  align-items: center;
  background: none;
  color: inherit;
  appearance: none;
  cursor: pointer;
  transition: background-color 150ms;
  outline: 0;
}
.btn-account:hover, .btn-account:focus {
  color: inherit;
  text-decoration: none;
}
.btn-account:active, .btn-account:focus, .btn-account.focus, .btn-account.show {
  outline: 0;
}
.btn-account > .user-avatar,
.btn-account > .has-badge {
  margin-right: 0.75rem;
}
.btn-account .account-summary {
  margin-right: 0.75rem;
  display: block;
  text-align: left;
  flex: 1;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.btn-account .account-name,
.btn-account .account-description {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1rem;
}
.btn-account .account-description {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.7;
}
.btn-account .caret {
  border-top-width: 6px;
  border-right-width: 5px;
  border-left-width: 5px;
}
.btn-account .account-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 0.875rem;
  transform: translateY(-50%);
  opacity: 0.7;
}
.btn-account .account-icon .caret,
.btn-account .account-icon .fa-caret-down {
  transition: transform 200ms ease-in-out;
}
.btn-account[aria-expanded=true] > .account-icon > .caret, .btn-account[aria-expanded=true] > .account-icon > .fa-caret-down {
  transform: rotate(180deg);
}

.close:focus {
  outline: 0;
}

.alert {
  border-width: 3px 0 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  .alert {
    font-size: 0.875rem;
  }
}
.alert.has-icon {
  padding-left: 4rem;
  min-height: 4rem;
}
.card > .alert {
  border-radius: 0;
}

.alert-icon {
  position: absolute;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 2rem;
}
.alert-icon .oi,
.alert-icon .fa {
  font-size: 1.25rem;
}

.alert-primary .alert-icon {
  color: #ffffff;
  background-color: rgb(15.96, 144.48, 105.84);
}

.alert-secondary .alert-icon {
  color: #363642;
  background-color: rgb(206.64, 207.48, 209.16);
}

.alert-success .alert-icon {
  color: #ffffff;
  background-color: rgb(5.04, 82.32, 189);
}

.alert-info .alert-icon {
  color: #ffffff;
  background-color: rgb(45.36, 112.56, 134.4);
}

.alert-warning .alert-icon {
  color: #ffffff;
  background-color: rgb(211.68, 129.36, 0);
}

.alert-danger .alert-icon {
  color: #ffffff;
  background-color: rgb(191.52, 0, 51.24);
}

.alert-light .alert-icon {
  color: #363642;
  background-color: rgb(206.64, 207.48, 209.16);
}

.alert-dark .alert-icon {
  color: #ffffff;
  background-color: rgb(28.56, 28.56, 40.32);
}

.alert-neutral .alert-icon {
  color: #363642;
  background-color: rgb(199.08, 201.6, 205.8);
}

.alert-q-red .alert-icon {
  color: #ffffff;
  background-color: rgb(191.52, 0, 51.24);
}

.alert-q-orange .alert-icon {
  color: #ffffff;
  background-color: rgb(209.16, 71.4, 2.52);
}

.alert-q-orange2 .alert-icon {
  color: #ffffff;
  background-color: rgb(210, 92.4, 0.84);
}

.alert-q-orange3 .alert-icon {
  color: #ffffff;
  background-color: rgb(211.68, 129.36, 0);
}

.alert-q-yellow .alert-icon {
  color: #363642;
  background-color: rgb(205.8, 172.2, 0);
}

.alert-q-yellow2 .alert-icon {
  color: #363642;
  background-color: rgb(183.12, 173.88, 5.88);
}

.alert-q-green .alert-icon {
  color: #ffffff;
  background-color: rgb(77.28, 161.28, 10.08);
}

.alert-q-green2 .alert-icon {
  color: #ffffff;
  background-color: rgb(15.96, 144.48, 105.84);
}

.alert-q-blue .alert-icon {
  color: #ffffff;
  background-color: rgb(5.04, 82.32, 189);
}

.alert-q-purple .alert-icon {
  color: #ffffff;
  background-color: rgb(83.16, 30.24, 113.4);
}

.alert-burgund .alert-icon {
  color: #ffffff;
  background-color: rgb(135.24, 47.88, 54.6);
}

.alert-light-primary .alert-icon {
  color: #363642;
  background-color: rgb(107.9202094241, 202.4597905759, 174.0361256545);
}

.alert-light-success .alert-icon {
  color: #363642;
  background-color: rgb(131.9727272727, 165.5945454545, 212.0072727273);
}

.alert-light-info .alert-icon {
  color: #363642;
  background-color: rgb(140.4056074766, 177.3028037383, 189.2943925234);
}

.alert-light-warning .alert-icon {
  color: #363642;
  background-color: rgb(214.2, 188.23, 147.42);
}

.alert-light-danger .alert-icon {
  color: #363642;
  background-color: rgb(214.2, 127.26, 150.5202631579);
}

.alert-light-dark .alert-icon {
  color: #ffffff;
  background-color: rgb(91.5190243902, 91.5190243902, 127.3009756098);
}

.alert-q-light-red .alert-icon {
  color: #363642;
  background-color: rgb(214.2, 127.26, 150.5202631579);
}

.alert-q-light-orange .alert-icon {
  color: #363642;
  background-color: rgb(213.405, 169.945, 148.215);
}

.alert-q-light-orange2 .alert-icon {
  color: #363642;
  background-color: rgb(213.9305976096, 176.2142629482, 146.8494023904);
}

.alert-q-light-orange3 .alert-icon {
  color: #363642;
  background-color: rgb(214.2, 188.23, 147.42);
}

.alert-q-light-yellow .alert-icon {
  color: #363642;
  background-color: rgb(214.2, 202.3371428571, 141.54);
}

.alert-q-light-yellow2 .alert-icon {
  color: #363642;
  background-color: rgb(211.4168, 207.0432, 127.5232);
}

.alert-q-light-green .alert-icon {
  color: #363642;
  background-color: rgb(155.4, 207.9, 113.4);
}

.alert-q-light-green2 .alert-icon {
  color: #363642;
  background-color: rgb(107.9202094241, 202.4597905759, 174.0361256545);
}

.alert-q-light-blue .alert-icon {
  color: #363642;
  background-color: rgb(131.9727272727, 165.5945454545, 212.0072727273);
}

.alert-q-light-purple .alert-icon {
  color: #ffffff;
  background-color: rgb(157.4336842105, 107.7631578947, 185.8168421053);
}

.alert-light-burgund .alert-icon {
  color: #363642;
  background-color: rgb(189.2716513761, 143.7883486239, 147.2870642202);
}

.alert-gray-000 .alert-icon {
  color: #363642;
  background-color: rgb(214.2, 214.2, 214.2);
}

.alert-gray-999 .alert-icon {
  color: #ffffff;
  background-color: black;
}

.alert-secondary {
  color: #000000;
  background-color: #f6f7f9;
  border-color: #888c9b;
}
.alert-secondary .alert-icon {
  color: #888c9b;
  background-color: #e6e8ed;
}
.alert-secondary hr {
  border-top-color: rgba(34, 34, 48, 0.1);
}
.alert-secondary .alert-link {
  color: #0662e1;
}

.alert-light {
  border-color: #a6abbd;
}

legend {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.form-group legend {
  margin-bottom: 0.5rem;
}

label > abbr {
  color: #e4003d;
}
label > abbr,
label > .badge {
  margin-left: 0.125rem;
}
label > a:hover {
  text-decoration: none;
}
label.input-group-append, label.input-group-prepend {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-control {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .form-control.form-control-sm {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  .form-control.form-control-lg {
    height: 2.75rem;
    font-size: 1rem;
  }
  .form-check {
    font-size: 0.875rem;
  }
  .col-form-label-lg {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .form-group small,
  .form-group .small,
  .form-group .valid-feedback,
  .form-group .invalid-feedback {
    font-size: 85%;
  }
}

.form-control-plaintext {
  font-size: inherit;
}

.form-control {
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  backface-visibility: hidden;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control[readonly]:hover ~ .input-group-prepend .input-group-text {
  color: #363642;
}
.form-control-reflow {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.form-control-reflow:hover {
  background-color: #e6e8ed;
}
.form-control-reflow:focus {
  background-color: #ffffff;
  border-color: #13ac7e;
}

.form-actions {
  display: flex;
  padding-top: 0.5rem;
}
.form-actions .btn + .btn,
.form-actions .btn + .btn-group,
.form-actions .btn-group + .btn,
.form-actions .btn-group + .btn-group {
  margin-left: 0.125rem;
}

.form-label-group {
  position: relative;
}
.form-label-group > input,
.form-label-group > label {
  padding: 0 0.75rem;
}
.form-label-group input,
.form-label-group select {
  padding-top: calc(0.75rem + 0.75rem * 0.6666666667);
  padding-bottom: calc(0.75rem / 3);
  height: auto;
}
.form-label-group > label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: calc(0.75rem / 3);
  padding-bottom: calc(0.75rem / 3);
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  text-align: left;
  font-size: 0.75rem;
  color: #888c9b;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:placeholder-shown:not(:-webkit-autofill) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.form-label-group input:placeholder-shown:not(:-webkit-autofill) ~ label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888c9b;
  font-size: inherit;
}
.form-label-group input.placeholder-shown:not(:-webkit-autofill) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.form-label-group input.placeholder-shown:not(:-webkit-autofill) ~ label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888c9b;
  font-size: inherit;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: calc(100% - 0.75rem) calc(0.375em + 0.1875rem);
}

.form-label-group > .form-control.is-valid,
.was-validated .form-label-group > .form-control:valid,
.form-label-group > .form-control.is-invalid,
.was-validated .form-label-group > .form-control:invalid {
  background-position: calc(100% - 0.75rem) calc(0.75em + 0.1875rem);
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 1px #e4003d;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 1px #0662e1;
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #e4003d;
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #0662e1;
}

.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: #e4003d;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #e4003d;
  box-shadow: 0 0 0 1px #e4003d;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label::after {
  border-color: #e4003d;
}

.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: #0662e1;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #0662e1;
  box-shadow: 0 0 0 1px #0662e1;
}
.custom-file-input.is-valid:focus ~ .custom-file-label::after,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label::after {
  border-color: #0662e1;
}

.inline-editable {
  position: relative;
  width: 100%;
}
.inline-editable:hover .inline-editable-actions {
  display: block;
}
.inline-editable-actions {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.inline-editable .form-control {
  padding: 0;
  width: inherit;
  height: auto;
  color: inherit;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  resize: none;
}
.inline-editable .form-control:hover, .inline-editable .form-control:focus {
  color: #363642;
  box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.inline-editable .form-control:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.inline-editable .form-control:focus {
  background-color: #ffffff;
}
.inline-editable .form-control:focus + .inline-editable-actions {
  display: block;
}

@media (min-width: 768px) {
  .input-group-lg > .form-control,
  .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 {
    font-size: 1rem;
  }
  .input-group-sm > .form-control,
  .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 {
    font-size: 0.8125rem;
  }
  .input-group-text {
    font-size: 0.875rem;
  }
}
.input-group:not(.input-group-alt) {
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  backface-visibility: hidden;
  transition: all 200ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group:not(.input-group-alt) {
    transition: none;
  }
}
.input-group:not(.input-group-alt).input-group-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group:not(.input-group-alt).input-group-lg {
  height: calc(1.75em + 1rem + 2px);
}
@media (min-width: 768px) {
  .input-group:not(.input-group-alt) {
    height: 2.25rem;
  }
  .input-group:not(.input-group-alt).input-group-sm {
    height: 1.8125rem;
  }
  .input-group:not(.input-group-alt).input-group-lg {
    height: 2.75rem;
  }
}
.input-group:not(.input-group-alt).focus {
  border-color: #13ac7e;
  box-shadow: 0 0 0 1px #13ac7e;
  z-index: 3;
}
.input-group:not(.input-group-alt).focus .input-group-append .badge,
.input-group:not(.input-group-alt).focus .input-group-prepend .badge {
  color: #ffffff;
  background-color: #13ac7e;
}
.input-group:not(.input-group-alt).is-valid {
  border-color: #0662e1;
}
.input-group:not(.input-group-alt).is-valid .form-control {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#0662e1' 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'/></svg>");
}
.input-group:not(.input-group-alt).is-valid.focus {
  box-shadow: 0 0 0 1px #0662e1;
}
.input-group:not(.input-group-alt).is-valid.focus .input-group-append .badge,
.input-group:not(.input-group-alt).is-valid.focus .input-group-prepend .badge {
  color: #ffffff;
  background-color: #0662e1;
}
.input-group:not(.input-group-alt).is-invalid {
  border-color: #e4003d;
}
.input-group:not(.input-group-alt).is-invalid .form-control {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#e4003d' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#e4003d' stroke='none'/></svg>");
}
.input-group:not(.input-group-alt).is-invalid.focus {
  box-shadow: 0 0 0 1px #e4003d;
}
.input-group:not(.input-group-alt).is-invalid.focus .input-group-append .badge,
.input-group:not(.input-group-alt).is-invalid.focus .input-group-prepend .badge {
  color: #ffffff;
  background-color: #e4003d;
}
.input-group:not(.input-group-alt).is-valid .form-control, .input-group:not(.input-group-alt).is-invalid .form-control {
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) calc(0.375em + 0.1875rem + 2px) !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.input-group:not(.input-group-alt).is-valid + .valid-feedback,
.input-group:not(.input-group-alt).is-valid + .invalid-feedback,
.input-group:not(.input-group-alt).is-valid + .valid-tooltip,
.input-group:not(.input-group-alt).is-valid + .invalid-tooltip, .input-group:not(.input-group-alt).is-invalid + .valid-feedback,
.input-group:not(.input-group-alt).is-invalid + .invalid-feedback,
.input-group:not(.input-group-alt).is-invalid + .valid-tooltip,
.input-group:not(.input-group-alt).is-invalid + .invalid-tooltip {
  display: block;
}
.input-group:not(.input-group-alt) .form-control,
.input-group:not(.input-group-alt) .input-group-text {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.input-group:not(.input-group-alt) .form-control {
  top: -1px;
  height: inherit;
}
.input-group:not(.input-group-alt) .form-control:focus, .input-group:not(.input-group-alt) .form-control.focus {
  box-shadow: none;
}
.input-group:not(.input-group-alt) .input-group-prepend .input-group-text {
  padding-right: 1px;
}
.input-group:not(.input-group-alt) .input-group-prepend .badge {
  margin-left: 0.375rem;
}
.input-group:not(.input-group-alt) .input-group-prepend .spinner-border,
.input-group:not(.input-group-alt) .input-group-prepend .spinner-grow {
  margin-left: 0.75rem;
}
.input-group:not(.input-group-alt) .input-group-append .input-group-text {
  padding-left: 1px;
}
.input-group:not(.input-group-alt) .input-group-append .badge {
  margin-right: 0.375rem;
}
.input-group:not(.input-group-alt) .input-group-append .spinner-border,
.input-group:not(.input-group-alt) .input-group-append .spinner-grow {
  margin-right: 0.75rem;
}
.input-group:not(.input-group-alt) .input-group-append .btn,
.input-group:not(.input-group-alt) .input-group-prepend .btn {
  height: calc(100% - 2px);
  border: 0;
}
.input-group:not(.input-group-alt) .input-group-append .spinner-border,
.input-group:not(.input-group-alt) .input-group-append .spinner-grow,
.input-group:not(.input-group-alt) .input-group-prepend .spinner-border,
.input-group:not(.input-group-alt) .input-group-prepend .spinner-grow {
  align-self: center;
}
.input-group:not(.input-group-alt) .input-group-append .badge,
.input-group:not(.input-group-alt) .input-group-prepend .badge {
  padding: 0.25rem 0.5rem;
  align-self: center;
  font-size: inherit;
  color: #888c9b;
  font-weight: normal;
  background: #e6e8ed;
  transition: all 150ms;
}
.input-group:not(.input-group-alt).input-group-sm {
  border-radius: 0.2rem;
}
.input-group:not(.input-group-alt).input-group-lg {
  border-radius: 0.3rem;
}
.input-group:not(.input-group-alt) .valid-feedback,
.input-group:not(.input-group-alt) .invalid-feedback {
  margin-left: 0.75rem;
  margin-top: -0.375rem;
  margin-bottom: 0.25rem;
}

.input-group-alt .input-group-text {
  color: #000000;
  box-shadow: none;
}

.input-group-plaintext, .input-group-plaintext.focus,
.input-group-plaintext .form-control,
.input-group-plaintext .form-control:focus,
.input-group-plaintext .input-group-prepend,
.input-group-plaintext .input-group-append {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.input-group-plaintext .input-group-prepend > .input-group-text,
.input-group-plaintext .input-group-append > .input-group-text {
  padding-right: 0;
  padding-left: 0;
}

.input-group-alt > .input-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group-alt > .input-group:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-alt > .input-group:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-alt > .input-group:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-alt > .input-group .form-control {
  height: 2.25rem;
}
@media (min-width: 768px) {
  .input-group-alt > .input-group .form-control {
    height: calc(2.25rem - 2px);
  }
}
.input-group-alt > .input-group .form-control.form-control-sm {
  height: 1.8125rem;
}
@media (min-width: 768px) {
  .input-group-alt > .input-group .form-control.form-control-sm {
    height: calc(1.8125rem - 2px);
  }
}
.input-group-alt > .input-group .form-control.form-control-lg {
  height: 2.75rem;
}
@media (min-width: 768px) {
  .input-group-alt > .input-group .form-control.form-control-lg {
    height: calc(2.75rem - 2px);
  }
}

.input-group-prepend .custom-select,
.input-group-append .custom-select {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group > .input-group-prepend > .custom-select,
.input-group > .input-group-append:not(:last-child) > .custom-select,
.input-group > .input-group-append:last-child > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group-text {
  color: #888c9b;
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
}
.input-group-text > .oi {
  top: 0;
}

.has-spinner {
  position: relative;
}
.has-spinner .spinner-border,
.has-spinner .spinner-grow {
  position: absolute;
  top: 0.125rem;
  right: 0.75rem;
  opacity: 0;
}
.has-spinner .spinner-border.show,
.has-spinner .spinner-grow.show {
  opacity: 1;
}
.has-spinner .spinner-border.show ~ .input-group-append,
.has-spinner .spinner-border.show ~ .close,
.has-spinner .spinner-grow.show ~ .input-group-append,
.has-spinner .spinner-grow.show ~ .close {
  display: none;
}
.has-spinner .spinner-border-sm,
.has-spinner .spinner-grow-sm {
  top: 0.6875rem;
}
.has-spinner.form-label-group .spinner-border,
.has-spinner.form-label-group .spinner-grow {
  top: 0.5rem;
}
.has-spinner.form-label-group .spinner-border-sm,
.has-spinner.form-label-group .spinner-grow-sm {
  top: 1rem;
}

.has-clearable {
  position: relative;
}
.has-clearable.input-group > .close.show ~ .input-group-append {
  margin-right: 1.875rem;
}
.has-clearable .form-control {
  padding-right: 30px;
}
.has-clearable .close {
  display: none;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  color: #888c9b;
  z-index: 4;
  transform: translate3d(0, -50%, 0);
}
.has-clearable .close:hover {
  color: #363642;
}
.has-clearable .close.show {
  display: block;
}
.has-clearable.has-spinner .close, .has-clearable.has-spinner .close.show {
  display: none;
}

.has-clearable .close.show ~ .form-control.is-valid,
.has-clearable .close.show ~ .form-control.is-invalid,
.was-validated .has-clearable .close.show ~ .form-control:valid,
.was-validated .has-clearable .close.show ~ .form-control:invalid {
  background-position: calc(100% - 0.75rem * 3) calc(0.375em + 0.1875rem);
}

.form-label-group.has-clearable > .close.show ~ .form-control.is-valid,
.was-validated .form-label-group.has-clearable > .close.show ~ .form-control:valid,
.form-label-group.has-clearable > .close.show ~ .form-control.is-invalid,
.was-validated .form-label-group.has-clearable > .close.show ~ .form-control:invalid {
  background-position: calc(100% - 0.75rem * 3) calc(0.75em + 0.1875rem);
}

.card-deck {
  display: block;
  display: flex;
  flex-flow: row wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.card-deck .card {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  margin-right: 10px;
  margin-left: 10px;
}

.card-deck-sm {
  display: block;
}
@media (min-width: 576px) {
  .card-deck-sm {
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck-sm .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.card-deck-md {
  display: block;
}
@media (min-width: 768px) {
  .card-deck-md {
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck-md .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.card-deck-lg {
  display: block;
}
@media (min-width: 992px) {
  .card-deck-lg {
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck-lg .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.card-deck-xl {
  display: block;
}
@media (min-width: 1200px) {
  .card-deck-xl {
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck-xl .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.card {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.25);
  border-radius: 3px;
  border: 0 solid rgba(0, 0, 0, 0.125);
  background-clip: border-box;
}
@media (max-width: 575.98px) {
  .card-fluid {
    border-radius: 0;
    border-width: 1px 0;
  }
  .card-fluid .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-fluid .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.card-reflow {
  margin-bottom: 0;
  display: block;
  background-color: transparent;
  box-shadow: none;
}

.card-header-tabs {
  margin-top: -1rem;
  font-weight: normal;
}

.card-header-control,
.card-title-control {
  margin: -0.5rem 0;
}

.card-header {
  font-weight: 400;
  font-size: 1rem;
}
.card-header-fluid {
  padding-bottom: 0;
  border-bottom: 0;
}

.card-title {
  font-size: 1rem;
}
.card-title > a {
  color: inherit;
  outline: 0;
}
.card-title > a:hover, .card-title > a:focus {
  color: inherit;
  text-decoration: none;
}

.card-subtitle {
  margin-top: -0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .card-subtitle {
    font-size: 0.75rem;
  }
}

.card-footer {
  padding: 0;
  display: flex;
  align-items: stretch;
}

.card-footer-content {
  padding: 1rem 1rem;
  width: 100%;
}

.card-footer-item {
  padding: 1rem 1rem;
  flex: 1;
  text-align: center;
  outline: 0;
}
.card-footer-item:hover, .card-footer-item:focus {
  text-decoration: none;
}
.card-footer-item-bordered:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.card-footer-item > .metric {
  padding: 0;
}

a.card-footer-item.text-muted:hover, a.card-footer-item.text-muted:focus {
  color: #222230 !important;
}

.card-link + .card-link {
  margin-left: 0;
}

.card-expansion {
  margin-bottom: 1rem;
}

.card-expansion-item {
  margin-bottom: 0;
  border-radius: 0;
  transition: margin 200ms;
}
.card-expansion-item.expanded {
  margin: 1rem 0;
}
.card-expansion-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-expansion-item:first-child.expanded {
  margin-top: 0;
}
.card-expansion-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-expansion-item:last-child.expanded {
  margin-bottom: 0;
}
.card-expansion-item:not(.expanded) + .card-expansion-item:not(.expanded) {
  margin-top: -1px;
}

[data-toggle=collapse] .collapse-indicator {
  text-align: left;
  color: #888c9b;
}
[data-toggle=collapse] .collapse-indicator > .fa,
[data-toggle=collapse] .collapse-indicator > .oi {
  transform: rotate(0deg);
  transition: transform 200ms;
}
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-plus:before {
  content: "\f068";
}
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .oi-plus:before {
  content: "\e09d";
}
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-angle-down,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-caret-down,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-chevron-down,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .oi-caret-down,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .oi-chevron-down {
  transform: rotate(-180deg);
}
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-angle-left,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-caret-left,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-chevron-left,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .oi-caret-left,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .oi-chevron-left {
  transform: rotate(-90deg);
}
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-angle-right,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-caret-right,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-chevron-right,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .oi-caret-right,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .oi-chevron-right {
  transform: rotate(90deg);
}
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-circle,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-dot-circle {
  color: #13ac7e;
}
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-circle::before,
[data-toggle=collapse][aria-expanded=true] .collapse-indicator > .fa-dot-circle::before {
  content: "\f192";
}

.card-inverse {
  color: rgba(255, 255, 255, 0.6);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: rgba(255, 255, 255, 0.8);
}
.card-inverse .card-footer-item-bordered {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.6);
}
.card-inverse .card-link:hover, .card-inverse .card-link:focus {
  color: rgba(255, 255, 255, 0.8);
}

.font-size-lg {
  font-size: 1.143em;
}

.font-size-sm {
  font-size: 0.875em;
}

.text-blue {
  color: #0662e1 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: rgb(4.012987013, 65.5454545455, 150.487012987) !important;
}

.text-indigo {
  color: #632487 !important;
}

a.text-indigo:hover, a.text-indigo:focus {
  color: rgb(54.7105263158, 19.8947368421, 74.6052631579) !important;
}

.text-purple {
  color: #5F4B8B !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: rgb(61.0397196262, 48.1892523364, 89.3107476636) !important;
}

.text-pink {
  color: #B76BA3 !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: rgb(143.6272727273, 69.8727272727, 124.2181818182) !important;
}

.text-red {
  color: #e4003d !important;
}

a.text-red:hover, a.text-red:focus {
  color: rgb(151.5, 0, 40.5328947368) !important;
}

.text-orange {
  color: #fc9a00 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: rgb(175.5, 107.25, 0) !important;
}

.text-yellow {
  color: #dacf07 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: rgb(143.88, 136.62, 4.62) !important;
}

.text-green {
  color: #5cc00c !important;
}

a.text-green:hover, a.text-green:focus {
  color: rgb(57.5, 120, 7.5) !important;
}

.text-teal {
  color: #00A28A !important;
}

a.text-teal:hover, a.text-teal:focus {
  color: rgb(0, 85.5, 72.8333333333) !important;
}

.text-cyan {
  color: #3686A0 !important;
}

a.text-cyan:hover, a.text-cyan:focus {
  color: rgb(34.6962616822, 86.0981308411, 102.8037383178) !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-gray {
  color: #888c9b !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: rgb(97.9452054795, 101.8630136986, 116.5547945205) !important;
}

.text-gray-dark {
  color: #222230 !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: rgb(2.2804878049, 2.2804878049, 3.2195121951) !important;
}

.text-white {
  color: #e6e8ed !important;
}

a.text-white:hover, a.text-white:focus {
  color: rgb(185.523255814, 191.0813953488, 204.976744186) !important;
}

.text-black {
  color: #363642 !important;
}

a.text-black:hover, a.text-black:focus {
  color: rgb(19.575, 19.575, 23.925) !important;
}

.text-muted-light {
  color: rgba(255, 255, 255, 0.6) !important;
}

a.text-muted-light:hover, a.text-muted-light:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-muted-dark {
  color: rgba(0, 0, 0, 0.6) !important;
}

a.text-muted-dark:hover, a.text-muted-dark:focus {
  color: rgba(0, 0, 0, 0.8) !important;
}

.bg-blue {
  background-color: #0662e1 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: rgb(4.6753246753, 76.3636363636, 175.3246753247) !important;
}

.bg-indigo {
  background-color: #632487 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: rgb(69.4736842105, 25.2631578947, 94.7368421053) !important;
}

.bg-purple {
  background-color: #5F4B8B !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: rgb(72.3598130841, 57.1261682243, 105.8738317757) !important;
}

.bg-pink {
  background-color: #B76BA3 !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: rgb(160.7818181818, 78.2181818182, 139.0545454545) !important;
}

.bg-red {
  background-color: #e4003d !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: rgb(177, 0, 47.3552631579) !important;
}

.bg-orange {
  background-color: #fc9a00 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: rgb(201, 122.8333333333, 0) !important;
}

.bg-yellow {
  background-color: #dacf07 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: rgb(168.5866666667, 160.08, 5.4133333333) !important;
}

.bg-green {
  background-color: #5cc00c !important;
}

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

.bg-teal {
  background-color: #00A28A !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: rgb(0, 111, 94.5555555556) !important;
}

.bg-cyan {
  background-color: #3686A0 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: rgb(41.1308411215, 102.0654205607, 121.8691588785) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-gray {
  background-color: #888c9b !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: rgb(109.5890410959, 113.9726027397, 130.4109589041) !important;
}

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

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: rgb(12.8536585366, 12.8536585366, 18.1463414634) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-muted {
  background-color: #e6e8ed !important;
}

a.bg-muted:hover, a.bg-muted:focus,
button.bg-muted:hover,
button.bg-muted:focus {
  background-color: rgb(200.3488372093, 204.7209302326, 215.6511627907) !important;
}

.bg-black {
  background-color: #000000 !important;
}

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

.fill-blue {
  fill: #0662e1 !important;
}

.fill-indigo {
  fill: #632487 !important;
}

.fill-purple {
  fill: #5F4B8B !important;
}

.fill-pink {
  fill: #B76BA3 !important;
}

.fill-red {
  fill: #e4003d !important;
}

.fill-orange {
  fill: #fc9a00 !important;
}

.fill-yellow {
  fill: #dacf07 !important;
}

.fill-green {
  fill: #5cc00c !important;
}

.fill-teal {
  fill: #00A28A !important;
}

.fill-cyan {
  fill: #3686A0 !important;
}

.fill-white {
  fill: #ffffff !important;
}

.fill-gray {
  fill: #888c9b !important;
}

.fill-gray-dark {
  fill: #222230 !important;
}

.fill-primary {
  fill: #13ac7e !important;
}

.fill-secondary {
  fill: #f6f7f9 !important;
}

.fill-success {
  fill: #0662e1 !important;
}

.fill-info {
  fill: #3686A0 !important;
}

.fill-warning {
  fill: #fc9a00 !important;
}

.fill-danger {
  fill: #e4003d !important;
}

.fill-light {
  fill: #f6f7f9 !important;
}

.fill-dark {
  fill: #222230 !important;
}

.fill-neutral {
  fill: #edf0f5 !important;
}

.fill-q-red {
  fill: #e4003d !important;
}

.fill-q-orange {
  fill: #f95503 !important;
}

.fill-q-orange2 {
  fill: #fa6e01 !important;
}

.fill-q-orange3 {
  fill: #fc9a00 !important;
}

.fill-q-yellow {
  fill: #f5cd00 !important;
}

.fill-q-yellow2 {
  fill: #dacf07 !important;
}

.fill-q-green {
  fill: #5cc00c !important;
}

.fill-q-green2 {
  fill: #13ac7e !important;
}

.fill-q-blue {
  fill: #0662e1 !important;
}

.fill-q-purple {
  fill: #632487 !important;
}

.fill-burgund {
  fill: #a13941 !important;
}

.fill-light-primary {
  fill: rgb(128.4764397906, 241.0235602094, 207.1858638743) !important;
}

.fill-light-success {
  fill: rgb(157.1103896104, 197.1363636364, 252.3896103896) !important;
}

.fill-light-info {
  fill: rgb(167.1495327103, 211.0747663551, 225.3504672897) !important;
}

.fill-light-warning {
  fill: rgb(255, 224.0833333333, 175.5) !important;
}

.fill-light-danger {
  fill: rgb(255, 151.5, 179.1907894737) !important;
}

.fill-light-dark {
  fill: rgb(108.9512195122, 108.9512195122, 151.5487804878) !important;
}

.fill-q-light-red {
  fill: rgb(255, 151.5, 179.1907894737) !important;
}

.fill-q-light-orange {
  fill: rgb(254.0535714286, 202.3154761905, 176.4464285714) !important;
}

.fill-q-light-orange2 {
  fill: rgb(254.6792828685, 209.7788844622, 174.8207171315) !important;
}

.fill-q-light-orange3 {
  fill: rgb(255, 224.0833333333, 175.5) !important;
}

.fill-q-light-yellow {
  fill: rgb(255, 240.8775510204, 168.5) !important;
}

.fill-q-light-yellow2 {
  fill: rgb(251.6866666667, 246.48, 151.8133333333) !important;
}

.fill-q-light-green {
  fill: rgb(185, 247.5, 135) !important;
}

.fill-q-light-green2 {
  fill: rgb(128.4764397906, 241.0235602094, 207.1858638743) !important;
}

.fill-q-light-blue {
  fill: rgb(157.1103896104, 197.1363636364, 252.3896103896) !important;
}

.fill-q-light-purple {
  fill: rgb(187.4210526316, 128.2894736842, 221.2105263158) !important;
}

.fill-light-burgund {
  fill: rgb(225.3233944954, 171.1766055046, 175.3417431193) !important;
}

.fill-gray-000 {
  fill: #ffffff !important;
}

.fill-gray-999 {
  fill: #000000 !important;
}

.fill-white {
  fill: #ffffff !important;
}

.fill-muted {
  fill: #e6e8ed !important;
}

.fill-black {
  fill: #000000 !important;
}

.bg-facebook {
  background-color: #365397 !important;
}

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: rgb(40.5658536585, 62.3512195122, 113.4341463415) !important;
}

.bg-facebook {
  color: #ffffff !important;
}

.text-facebook {
  color: #365397 !important;
}

a.text-facebook:hover, a.text-facebook:focus {
  color: rgb(33.8487804878, 52.0268292683, 94.6512195122) !important;
}

.bg-twitter {
  background-color: #00a9f1 !important;
}

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: rgb(0, 133.2365145228, 190) !important;
}

.bg-twitter {
  color: #ffffff !important;
}

.text-twitter {
  color: #00a9f1 !important;
}

a.text-twitter:hover, a.text-twitter:focus {
  color: rgb(0, 115.3547717842, 164.5) !important;
}

.bg-linkedin {
  background-color: #006db3 !important;
}

a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: rgb(0, 77.9441340782, 128) !important;
}

.bg-linkedin {
  color: #ffffff !important;
}

.text-linkedin {
  color: #006db3 !important;
}

a.text-linkedin:hover, a.text-linkedin:focus {
  color: rgb(0, 62.4162011173, 102.5) !important;
}

.bg-apple {
  background-color: #737373 !important;
}

a.bg-apple:hover, a.bg-apple:focus,
button.bg-apple:hover,
button.bg-apple:focus {
  background-color: rgb(89.5, 89.5, 89.5) !important;
}

.bg-apple {
  color: #ffffff !important;
}

.text-apple {
  color: #737373 !important;
}

a.text-apple:hover, a.text-apple:focus {
  color: rgb(76.75, 76.75, 76.75) !important;
}

.bg-google {
  background-color: #4285f4 !important;
}

a.bg-google:hover, a.bg-google:focus,
button.bg-google:hover,
button.bg-google:focus {
  background-color: rgb(17.805, 101.89, 241.195) !important;
}

.bg-google {
  color: #ffffff !important;
}

.text-google {
  color: #4285f4 !important;
}

a.text-google:hover, a.text-google:focus {
  color: rgb(12.8425, 91.065, 220.6575) !important;
}

.bg-google_plus {
  background-color: #e0452c !important;
}

a.bg-google_plus:hover, a.bg-google_plus:focus,
button.bg-google_plus:hover,
button.bg-google_plus:focus {
  background-color: rgb(189.2024793388, 50.2148760331, 27.7975206612) !important;
}

.bg-google_plus {
  color: #ffffff !important;
}

.text-google_plus {
  color: #e0452c !important;
}

a.text-google_plus:hover, a.text-google_plus:focus {
  color: rgb(166.9690082645, 44.3140495868, 24.5309917355) !important;
}

.bg-youtube {
  background-color: #ff3333 !important;
}

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

.bg-youtube {
  color: #ffffff !important;
}

.text-youtube {
  color: #ff3333 !important;
}

a.text-youtube:hover, a.text-youtube:focus {
  color: rgb(229.5, 0, 0) !important;
}

.bg-vimeo {
  background-color: #48b6ed !important;
}

a.bg-vimeo:hover, a.bg-vimeo:focus,
button.bg-vimeo:hover,
button.bg-vimeo:focus {
  background-color: rgb(25.5671641791, 163.4776119403, 232.4328358209) !important;
}

.bg-vimeo {
  color: #363642 !important;
}

.text-vimeo {
  color: #48b6ed !important;
}

a.text-vimeo:hover, a.text-vimeo:focus {
  color: rgb(20.8208955224, 148.0597014925, 211.6791044776) !important;
}

.bg-pinterest {
  background-color: #ce1a19 !important;
}

a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: rgb(160.5194805195, 20.2597402597, 19.4805194805) !important;
}

.bg-pinterest {
  color: #ffffff !important;
}

.text-pinterest {
  color: #ce1a19 !important;
}

a.text-pinterest:hover, a.text-pinterest:focus {
  color: rgb(137.7792207792, 17.3896103896, 16.7207792208) !important;
}

.bg-yelp {
  background-color: #c30f00 !important;
}

a.bg-yelp:hover, a.bg-yelp:focus,
button.bg-yelp:hover,
button.bg-yelp:focus {
  background-color: rgb(144, 11.0769230769, 0) !important;
}

.bg-yelp {
  color: #ffffff !important;
}

.text-yelp {
  color: #c30f00 !important;
}

a.text-yelp:hover, a.text-yelp:focus {
  color: rgb(118.5, 9.1153846154, 0) !important;
}

.bg-dribbble {
  background-color: #ed4584 !important;
}

a.bg-dribbble:hover, a.bg-dribbble:focus,
button.bg-dribbble:hover,
button.bg-dribbble:focus {
  background-color: rgb(232.5, 22.5, 101.25) !important;
}

.bg-dribbble {
  color: #ffffff !important;
}

.text-dribbble {
  color: #ed4584 !important;
}

a.text-dribbble:hover, a.text-dribbble:focus {
  color: rgb(209.25, 20.25, 91.125) !important;
}

.bg-amazon {
  background-color: #ff9700 !important;
}

a.bg-amazon:hover, a.bg-amazon:focus,
button.bg-amazon:hover,
button.bg-amazon:focus {
  background-color: rgb(204, 120.8, 0) !important;
}

.bg-amazon {
  color: #363642 !important;
}

.text-amazon {
  color: #ff9700 !important;
}

a.text-amazon:hover, a.text-amazon:focus {
  color: rgb(178.5, 105.7, 0) !important;
}

.bg-ebay {
  background-color: #083790 !important;
}

a.bg-ebay:hover, a.bg-ebay:focus,
button.bg-ebay:hover,
button.bg-ebay:focus {
  background-color: rgb(5.3157894737, 36.5460526316, 95.6842105263) !important;
}

.bg-ebay {
  color: #ffffff !important;
}

.text-ebay {
  color: #083790 !important;
}

a.text-ebay:hover, a.text-ebay:focus {
  color: rgb(3.9736842105, 27.3190789474, 71.5263157895) !important;
}

.bg-skype {
  background-color: #00acf4 !important;
}

a.bg-skype:hover, a.bg-skype:focus,
button.bg-skype:hover,
button.bg-skype:focus {
  background-color: rgb(0, 136.0491803279, 193) !important;
}

.bg-skype {
  color: #ffffff !important;
}

.text-skype {
  color: #00acf4 !important;
}

a.text-skype:hover, a.text-skype:focus {
  color: rgb(0, 118.0737704918, 167.5) !important;
}

.bg-instagram {
  background-color: #396d9a !important;
}

a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: rgb(43.2227488152, 82.654028436, 116.7772511848) !important;
}

.bg-instagram {
  color: #ffffff !important;
}

.text-instagram {
  color: #396d9a !important;
}

a.text-instagram:hover, a.text-instagram:focus {
  color: rgb(36.3341232227, 69.481042654, 98.1658767773) !important;
}

.bg-dropbox {
  background-color: #0d84de !important;
}

a.bg-dropbox:hover, a.bg-dropbox:focus,
button.bg-dropbox:hover,
button.bg-dropbox:focus {
  background-color: rgb(10.1787234043, 103.3531914894, 173.8212765957) !important;
}

.bg-dropbox {
  color: #ffffff !important;
}

.text-dropbox {
  color: #0d84de !important;
}

a.text-dropbox:hover, a.text-dropbox:focus {
  color: rgb(8.7680851064, 89.029787234, 149.7319148936) !important;
}

.bg-flickr {
  background-color: #ea0066 !important;
}

a.bg-flickr:hover, a.bg-flickr:focus,
button.bg-flickr:hover,
button.bg-flickr:focus {
  background-color: rgb(183, 0, 79.7692307692) !important;
}

.bg-flickr {
  color: #ffffff !important;
}

.text-flickr {
  color: #ea0066 !important;
}

a.text-flickr:hover, a.text-flickr:focus {
  color: rgb(157.5, 0, 68.6538461538) !important;
}

.bg-github {
  background-color: #2f2f2f !important;
}

a.bg-github:hover, a.bg-github:focus,
button.bg-github:hover,
button.bg-github:focus {
  background-color: rgb(21.5, 21.5, 21.5) !important;
}

.bg-github {
  color: #ffffff !important;
}

.text-github {
  color: #2f2f2f !important;
}

a.text-github:hover, a.text-github:focus {
  color: rgb(8.75, 8.75, 8.75) !important;
}

.bg-basecamp {
  background-color: #6bbd6d !important;
}

a.bg-basecamp:hover, a.bg-basecamp:focus,
button.bg-basecamp:hover,
button.bg-basecamp:focus {
  background-color: rgb(75.5607476636, 169.4392523364, 77.8504672897) !important;
}

.bg-basecamp {
  color: #363642 !important;
}

.text-basecamp {
  color: #6bbd6d !important;
}

a.text-basecamp:hover, a.text-basecamp:focus {
  color: rgb(67.6962616822, 151.8037383178, 69.7476635514) !important;
}

.bg-tumblr {
  background-color: #304c68 !important;
}

a.bg-tumblr:hover, a.bg-tumblr:focus,
button.bg-tumblr:hover,
button.bg-tumblr:focus {
  background-color: rgb(31.8947368421, 50.5, 69.1052631579) !important;
}

.bg-tumblr {
  color: #ffffff !important;
}

.text-tumblr {
  color: #304c68 !important;
}

a.text-tumblr:hover, a.text-tumblr:focus {
  color: rgb(23.8421052632, 37.75, 51.6578947368) !important;
}

.bg-foursquare {
  background-color: #207dc5 !important;
}

a.bg-foursquare:hover, a.bg-foursquare:focus,
button.bg-foursquare:hover,
button.bg-foursquare:focus {
  background-color: rgb(24.8733624454, 97.1615720524, 153.1266375546) !important;
}

.bg-foursquare {
  color: #ffffff !important;
}

.text-foursquare {
  color: #207dc5 !important;
}

a.text-foursquare:hover, a.text-foursquare:focus {
  color: rgb(21.3100436681, 83.2423580786, 131.1899563319) !important;
}

.bg-box {
  background-color: #1277bc !important;
}

a.bg-box:hover, a.bg-box:focus,
button.bg-box:hover,
button.bg-box:focus {
  background-color: rgb(13.5436893204, 89.5388349515, 141.4563106796) !important;
}

.bg-box {
  color: #ffffff !important;
}

.text-box {
  color: #1277bc !important;
}

a.text-box:hover, a.text-box:focus {
  color: rgb(11.3155339806, 74.8082524272, 118.1844660194) !important;
}

.link-text {
  color: #000000;
}
.link-text:hover {
  color: #000000;
  text-decoration: none;
}

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

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

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

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

.scale-25 {
  transform: scale(0.25) !important;
}

.scale-50 {
  transform: scale(0.5) !important;
}

.scale-75 {
  transform: scale(0.75) !important;
}

.scale-100 {
  transform: scale(1) !important;
}

.scale-125 {
  transform: scale(1.25) !important;
}

.scale-150 {
  transform: scale(1.5) !important;
}

.scale-175 {
  transform: scale(1.75) !important;
}

.scale-200 {
  transform: scale(2) !important;
}

.translate-x-25 {
  transform: translate3d(25%, 0, 0) !important;
}

.translate-x-50 {
  transform: translate3d(50%, 0, 0) !important;
}

.translate-x-75 {
  transform: translate3d(75%, 0, 0) !important;
}

.translate-x-100 {
  transform: translate3d(100%, 0, 0) !important;
}

.translate-x-n25 {
  transform: translate3d(-25%, 0, 0) !important;
}

.translate-x-n50 {
  transform: translate3d(-50%, 0, 0) !important;
}

.translate-x-n75 {
  transform: translate3d(-75%, 0, 0) !important;
}

.translate-x-n100 {
  transform: translate3d(-100%, 0, 0) !important;
}

.translate-y-25 {
  transform: translate3d(0, 25%, 0) !important;
}

.translate-y-50 {
  transform: translate3d(0, 50%, 0) !important;
}

.translate-y-75 {
  transform: translate3d(0, 75%, 0) !important;
}

.translate-y-100 {
  transform: translate3d(0, 100%, 0) !important;
}

.translate-y-n25 {
  transform: translate3d(0, -25%, 0) !important;
}

.translate-y-n50 {
  transform: translate3d(0, -50%, 0) !important;
}

.translate-y-n75 {
  transform: translate3d(0, -75%, 0) !important;
}

.translate-y-n100 {
  transform: translate3d(0, -100%, 0) !important;
}

.translate-both-25 {
  transform: translate3d(25%, -25%, 0) !important;
}

.translate-both-50 {
  transform: translate3d(50%, -50%, 0) !important;
}

.translate-both-75 {
  transform: translate3d(75%, -75%, 0) !important;
}

.translate-both-100 {
  transform: translate3d(100%, -100%, 0) !important;
}

.translate-both-n25 {
  transform: translate3d(-25%, 25%, 0) !important;
}

.translate-both-n50 {
  transform: translate3d(-50%, 50%, 0) !important;
}

.translate-both-n75 {
  transform: translate3d(-75%, 75%, 0) !important;
}

.translate-both-n100 {
  transform: translate3d(-100%, 100%, 0) !important;
}

.rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg) !important;
}

.rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg) !important;
}

.rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg) !important;
}

.flip-x {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1) !important;
}

.flip-y {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1) !important;
}

.flip-both,
.flip-x.flip-y {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1) !important;
}

.grayscale {
  filter: grayscale(100%);
}

.notransition {
  transition: none !important;
}

@keyframes pulse {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pulse {
  animation: pulse 2.5s ease infinite;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.log-divider {
  position: relative;
  margin: 1.25rem 0;
  height: 2em;
  text-align: center;
}
.log-divider::before {
  content: "";
  position: relative;
  display: block;
  top: 1em;
  border-top: 1px solid rgba(34, 34, 48, 0.1);
  z-index: 1;
}
.log-divider > span {
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 50px;
  background: #ffffff;
  padding: 0 1em;
  color: #888c9b;
  line-height: 2em;
}

.has-dragable .drag-indicator {
  opacity: 0;
}
.has-dragable:hover .drag-indicator {
  opacity: 1;
}

.drag-handle {
  cursor: move !important; /* fallback if grab cursor is unsupported */
  cursor: grab !important;
}

.drag-indicator {
  display: inline-block;
  margin: 0 0.5em;
  height: 8px;
  width: 6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVR42mNgAIJz507/Z4AxVqxYAuEgAwD26QnApt++GwAAAABJRU5ErkJggg==);
  transform: translate3d(-0.5em, 0, 0);
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  user-select: none;
}
.drag-indicator-lg {
  height: 14px;
  width: 8px;
}
.drag-indicator-tall {
  height: 20px;
  width: 8px;
}

.typing {
  margin: 0;
  position: relative;
  display: inline-block;
  line-height: inherit;
  user-select: none;
}
.typing .dot {
  margin-bottom: 0.125em;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #a6abbd;
  backface-visibility: hidden;
  animation: typing 1.2s infinite ease;
}
.typing .dot:nth-child(2) {
  animation-delay: 150ms;
}
.typing .dot:nth-child(3) {
  animation-delay: 300ms;
}

@keyframes typing {
  50%, 100%, 0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-150%);
  }
}
.circle {
  border-radius: 9999px !important;
}

/** The root StackedMenu */
.stacked-menu {
  position: relative;
  padding: 0.25rem 0;
  background-color: transparent;
  /* global state */
  /* nav child */
  /* nav level 1 */
  /* disabled state */
}
.stacked-menu ul.menu {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.stacked-menu ul.menu + .menu {
  margin-top: 1em;
}
.stacked-menu .menu-header {
  margin: 0.5em 0 0;
  padding: 0.5rem 1rem;
  color: #888c9b;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.stacked-menu .menu-header > .badge,
.stacked-menu .menu-header > .label {
  position: absolute;
  right: 0.75rem;
  z-index: 2;
}
.stacked-menu .menu-subhead {
  display: none;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.75em;
  overflow: hidden;
}
.stacked-menu .menu-link {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #888c9b;
  text-decoration: none;
  line-height: 1.75em;
  overflow: hidden;
  outline: 0;
}
.stacked-menu .menu-link > .menu-icon {
  width: 1.25em;
  margin-right: 0.5em;
  text-align: center;
  /* SC: 2021-08-26: remove font size definition */
  color: #a6abbd;
}
.stacked-menu .menu-link > .badge,
.stacked-menu .menu-link > .label {
  position: absolute;
  right: 0.75rem;
  margin-top: 0.25em;
  z-index: 2;
}
.stacked-menu .menu-link:focus {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  overflow: visible;
}
.stacked-menu .menu-link:focus .menu-icon {
  color: #888c9b;
}
.stacked-menu .menu-link:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  overflow: visible;
}
.stacked-menu .menu-link:hover .menu-icon {
  color: #888c9b;
}
.stacked-menu .menu-item + .menu-item {
  margin-top: 0;
}
.stacked-menu .menu-item.has-open:not(.has-active) > .menu-link {
  background-color: transparent;
  color: #000000;
}
.stacked-menu .menu-item.has-open:not(.has-active) > .menu-link .menu-icon {
  color: #888c9b;
}
.stacked-menu .menu-item.has-active > .menu-link {
  background-color: transparent;
  color: #000000;
}
.stacked-menu .menu-item.has-active > .menu-link .menu-icon {
  color: #000000;
}
.stacked-menu .has-child {
  position: relative;
}
.stacked-menu .has-child > .menu {
  height: 0;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
}
.stacked-menu .has-child.has-active:hover > .menu, .stacked-menu .has-child.has-open > .menu {
  overflow: visible;
}
.stacked-menu .has-child.has-active > .menu {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.stacked-menu > .menu > .menu-item {
  /* level 1 */
}
.stacked-menu > .menu > .menu-item > .menu-link {
  color: #000000;
}
.stacked-menu > .menu > .menu-item > .menu-link:focus {
  color: #222230;
  background-color: transparent;
}
.stacked-menu > .menu > .menu-item > .menu-link:hover {
  color: #222230;
  background-color: transparent;
}
.stacked-menu > .menu > .menu-item.has-open > .menu-link {
  color: #222230;
  background-color: transparent;
}
.stacked-menu > .menu > .menu-item.has-active > .menu-link {
  background-color: transparent;
  color: #000000;
}
.stacked-menu > .menu > .menu-item > .menu {
  /* level 2 */
}
.stacked-menu > .menu > .menu-item > .menu .menu-link {
  padding-left: 3rem;
}
.stacked-menu > .menu > .menu-item > .menu .menu {
  /* level 3 */
}
.stacked-menu > .menu > .menu-item > .menu .menu .menu-link {
  padding-left: 4rem;
}
.stacked-menu > .menu > .menu-item > .menu .menu .menu .menu-link {
  padding-left: 5rem;
}
.stacked-menu .menu-item.disabled > .menu-link,
.stacked-menu .menu-item > .menu-link.disabled {
  color: #888c9b;
}
.stacked-menu .menu-item.disabled > .menu-link .menu-icon,
.stacked-menu .menu-item > .menu-link.disabled .menu-icon {
  color: #888c9b;
}
.stacked-menu .menu-item.disabled > .menu-link:focus,
.stacked-menu .menu-item.disabled > .menu-link:focus .menu-icon,
.stacked-menu .menu-item > .menu-link.disabled:focus,
.stacked-menu .menu-item > .menu-link.disabled:focus .menu-icon {
  background-color: transparent;
  color: #888c9b;
}
.stacked-menu .menu-item.disabled > .menu-link:hover,
.stacked-menu .menu-item.disabled > .menu-link:hover .menu-icon,
.stacked-menu .menu-item > .menu-link.disabled:hover,
.stacked-menu .menu-item > .menu-link.disabled:hover .menu-icon {
  background-color: transparent;
  color: #888c9b;
}

/* Compact */
.stacked-menu-has-compact .has-child.has-active > .menu {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.stacked-menu-has-compact .has-child.has-active .menu-subhead {
  background-color: transparent;
}
.stacked-menu-has-compact .has-child .menu-subhead {
  display: block;
}
.stacked-menu-has-compact > .menu > .menu-item > .menu-link {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  max-height: 40px;
}
.stacked-menu-has-compact > .menu > .menu-item > .menu-link > .badge,
.stacked-menu-has-compact > .menu > .menu-item > .menu-link > .label {
  top: 0;
  right: 0.25rem;
}
.stacked-menu-has-compact > .menu > .menu-item > .menu-link .menu-icon {
  margin: 0;
  /* SC: 2021-08-26: removed font-size */
  line-height: 1.5em;
}
.stacked-menu-has-compact > .menu > .menu-item.has-child > .menu-link .menu-text {
  display: none;
}
.stacked-menu-has-compact > .menu > .menu-header {
  margin: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  user-select: none;
}
.stacked-menu-has-compact > .menu > .menu-item:not(.has-child) > .menu-link .menu-text {
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  padding: 0.5rem 0.75rem 0.5rem 0;
  border-radius: 0 0 0 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  line-height: 1.75em;
  white-space: nowrap;
  transition: opacity 150ms linear;
}
.stacked-menu-has-compact > .menu > .menu-item:not(.has-child) > .menu-link:hover .menu-text {
  width: auto;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.stacked-menu-has-compact > .menu > .menu-item.has-active > .menu-link .menu-text {
  background-color: transparent;
}
.stacked-menu-has-compact > .menu > .menu-item.disabled > .menu-link .menu-text,
.stacked-menu-has-compact > .menu > .menu-item > .menu-link.disabled .menu-text {
  background-color: transparent;
}
.stacked-menu-has-compact > .menu > .menu-item.has-child > .menu-link:before {
  content: none;
}
.stacked-menu-has-compact > .menu > .menu-item.has-child > .menu-link .menu-text {
  padding: 0.5rem 1rem;
  text-align: left;
  width: 200px;
}

/* Behavior */
.stacked-menu-has-collapsible {
  /** caret angle, Only show on collapsible mode */
}
.stacked-menu-has-collapsible .has-child > .menu-link::after {
  display: inline-block;
  content: "+";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-0.5em);
  height: 1em;
  width: 1em;
  line-height: 1em;
  text-align: center;
}
.stacked-menu-has-collapsible .has-child.has-active > .menu-link::after, .stacked-menu-has-collapsible .has-child.has-open > .menu-link::after {
  content: "-";
}
.stacked-menu-has-collapsible .has-child > .menu {
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}
.stacked-menu-has-collapsible .has-child.has-open:not(.has-active) > .menu {
  height: auto;
}

/** collapsible on compact mode */
.stacked-menu-has-collapsible.stacked-menu-has-compact {
  /** hide caret on level 1 */
  /** child level 2 up */
}
.stacked-menu-has-collapsible.stacked-menu-has-compact > .menu > .has-child > .menu {
  transform-origin: 0 0;
  transform: scale(0.6);
  transition: opacity 150ms linear, transform 150ms linear;
}
.stacked-menu-has-collapsible.stacked-menu-has-compact > .menu > .has-child.has-open > .menu {
  transform: scale(1);
}
.stacked-menu-has-collapsible.stacked-menu-has-compact > .menu > .has-child > .menu-link:after {
  display: none;
}
.stacked-menu-has-collapsible.stacked-menu-has-compact .has-child.has-open > .menu {
  position: absolute;
  width: 200px;
  top: 0;
  left: 100%;
  height: auto;
  visibility: visible;
  opacity: 1;
  border-radius: 0 0 0 0;
}
.stacked-menu-has-collapsible.stacked-menu-has-compact .has-child > .menu .menu-link {
  padding-left: 1rem;
}
.stacked-menu-has-collapsible.stacked-menu-has-compact .menu .menu .has-child.has-open > .menu {
  position: static;
  width: auto;
  top: auto;
  left: auto;
}
.stacked-menu-has-collapsible.stacked-menu-has-compact .menu .menu .has-child > .menu .menu-link {
  padding-left: 2rem;
}
.stacked-menu-has-collapsible.stacked-menu-has-compact .menu .menu .has-child > .menu .menu .menu-link {
  padding-left: 3rem;
}

/* Give a transition */
.stacked-menu-has-hoverable {
  /** except level 1 .has-active */
}
.stacked-menu-has-hoverable .has-child > .menu {
  transform-origin: 0 0;
  transition: opacity 150ms linear, transform 150ms linear;
}
.stacked-menu-has-hoverable .has-child:not(.has-active) > .menu {
  transform: scale(0.6);
}

.stacked-menu-has-hoverable.stacked-menu-has-compact {
  /** level 1 */
  /** overwrite for all */
}
.stacked-menu-has-hoverable.stacked-menu-has-compact > .menu > .has-child > .menu {
  transition: opacity 150ms linear, transform 150ms linear;
}
.stacked-menu-has-hoverable.stacked-menu-has-compact .has-child > .menu {
  transform: scale(0.6);
}

/* Behavior */
.stacked-menu-has-hoverable,
.stacked-menu-has-compact {
  /** except level 1 .has-active */
}
.stacked-menu-has-hoverable .has-child,
.stacked-menu-has-compact .has-child {
  /** caret */
}
.stacked-menu-has-hoverable .has-child.has-open:not(.has-active) > .menu,
.stacked-menu-has-compact .has-child.has-open:not(.has-active) > .menu {
  position: absolute;
  width: 200px;
  top: 0;
  left: 100%;
  height: auto;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.stacked-menu-has-hoverable .has-child > .menu .menu-item > .menu .menu-link,
.stacked-menu-has-hoverable .has-child > .menu .menu-item > .menu .menu .menu-link,
.stacked-menu-has-compact .has-child > .menu .menu-item > .menu .menu-link,
.stacked-menu-has-compact .has-child > .menu .menu-item > .menu .menu .menu-link {
  padding-left: 1rem;
}
.stacked-menu-has-hoverable .has-child > .menu-link:before,
.stacked-menu-has-compact .has-child > .menu-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  /** the caret */
  border-right: 8px solid transparent;
  transform: translateY(-8px);
}

/** hoverable on compact mode */
.stacked-menu-has-hoverable.stacked-menu-has-compact {
  /** overwrite for all */
}
.stacked-menu-has-hoverable.stacked-menu-has-compact .has-child.has-open > .menu {
  position: absolute;
  width: 200px;
  top: 0;
  left: 100%;
  height: auto;
  visibility: visible;
  opacity: 1;
  border-radius: 0 0 0 0;
  transform: scale(1);
}
.stacked-menu-has-hoverable.stacked-menu-has-compact .has-child.has-open > .menu .menu-item > .menu-link {
  padding-left: 1rem;
}

/** open menu to left direction */
/** Core */
.stacked-menu-has-left {
  /** compact */
}
.stacked-menu-has-left.stacked-menu-has-compact > .menu > .menu-item > .menu-link > .badge {
  right: auto;
  left: 0.25rem;
}
.stacked-menu-has-left.stacked-menu-has-compact > .menu > .menu-item:not(.has-child) > .menu-link .menu-text {
  right: 100%;
  left: auto;
  padding: 0.5rem 0 0.5rem 0.75rem;
  border-radius: 0 0 0 0;
}

/** Behavior */
.stacked-menu-has-left {
  /** both hoverable & collapsible on compact mode */
}
.stacked-menu-has-left.stacked-menu-has-hoverable .has-child > .menu {
  transform-origin: 100% 0;
}
.stacked-menu-has-left.stacked-menu-has-collapsible.stacked-menu-has-compact > .menu > .has-child > .menu {
  transform-origin: 100% 0;
}
.stacked-menu-has-left.stacked-menu-has-hoverable .has-child.has-open:not(.has-active) > .menu, .stacked-menu-has-left.stacked-menu-has-compact .has-child.has-open:not(.has-active) > .menu {
  left: auto;
  right: 100%;
}
.stacked-menu-has-left.stacked-menu-has-hoverable .has-child.has-open:not(.has-active) > .menu-link:before, .stacked-menu-has-left.stacked-menu-has-compact .has-child.has-open:not(.has-active) > .menu-link:before {
  right: auto;
  left: 0;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
}
.stacked-menu-has-left.stacked-menu-has-hoverable.stacked-menu-has-compact .has-child.has-open > .menu, .stacked-menu-has-left.stacked-menu-has-collapsible.stacked-menu-has-compact .has-child.has-open > .menu {
  left: auto;
  right: 100%;
}

.stacked-menu {
  width: 100%;
}
.stacked-menu .menu-link,
.stacked-menu .menu-subhead {
  padding-right: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stacked-menu .menu-link {
  font-size: 1rem;
  outline: 0;
}
.stacked-menu .menu-link:hover {
  overflow: hidden;
}
.stacked-menu .menu-link > .label,
.stacked-menu .menu-link > .badge {
  right: 2rem;
  margin-top: 0.375em;
}
@media (min-width: 768px) {
  .stacked-menu .menu-link {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .stacked-menu .menu-link > .label,
  .stacked-menu .menu-link > .badge {
    right: 1.75rem;
    margin-top: 0.15em;
  }
}

.stacked-menu .menu-header {
  margin-top: 1rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}
.stacked-menu .menu-header > .badge {
  position: relative;
  top: 3px;
  right: -0.25rem;
  float: right;
}

.stacked-menu .menu-item.has-active:not(.has-child) > .menu-link {
  font-weight: 600;
}

.stacked-menu .menu-item.has-active.has-child > .menu-link {
  color: #000000;
}

.stacked-menu:not(.stacked-menu-has-compact) > .menu > .menu-item > .menu .menu-link {
  padding-left: 3.25rem;
}
.stacked-menu:not(.stacked-menu-has-compact) > .menu > .menu-item > .menu .menu .menu-link {
  padding-left: 4.25rem;
}
.stacked-menu:not(.stacked-menu-has-compact) > .menu > .menu-item > .menu .menu .menu .menu-link {
  padding-left: 5.25rem;
}

.stacked-menu-has-collapsible .has-child > .menu-link::after {
  content: "";
  margin-top: -0.375rem;
  opacity: 0.4;
  transform: translateY(0);
  transition: transform 200ms ease-in-out;
  background: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3e%3cpath fill='currentColor' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3e%3c/path%3e%3c/svg%3e") center no-repeat;
}
.stacked-menu-has-collapsible .has-child.has-active > .menu-link::after, .stacked-menu-has-collapsible .has-child.has-open > .menu-link::after {
  content: "";
  transform: rotate(90deg);
}

.stacked-menu-has-compact > .menu > .menu-item > .menu-link {
  max-height: unset;
}

/*
 * This file is part of the Arnapou jqCron package.
 *
 * (c) Arnaud Buathier <arnaud@arnapou.net>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.jqCron-selector {
  position: relative;
}

.jqCron-selector-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  z-index: 1000;
  color: #000000;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.98);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.jqCron-selector-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  margin: 0;
  /*    padding: 0.1em 0.4em; */
  padding: 0.25rem;
  width: 100%;
}

.jqCron-selector-list li.selected {
  background: #0088cc;
  color: white;
}

.jqCron-selector-list li:hover {
  background: #5fb9e7;
  color: white;
}

.jqCron-selector-list.cols2 {
  width: 4em;
}

.jqCron-selector-list.cols2 li {
  width: 50%;
}

.jqCron-selector-list.cols3 {
  width: 6em;
}

.jqCron-selector-list.cols3 li {
  width: 33%;
}

.jqCron-selector-list.cols4 {
  width: 8em;
}

.jqCron-selector-list.cols4 li {
  width: 25%;
}

.jqCron-selector-list.cols5 {
  width: 10em;
}

.jqCron-selector-list.cols5 li {
  width: 20%;
}

.jqCron-error .jqCron-selector-title {
  background: #fee;
  border: 1px solid #fdd;
  color: red;
}

.jqCron-container.disable * {
  color: #888;
}

.jqCron-container.disable .jqCron-selector-title {
  background: #eee !important;
}

/**
 * Selectize bootstrap 4
 */
.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #222230;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  cursor: text;
  display: inline-block;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.multi .selectize-input.input-active {
  background: #ffffff;
}

.selectize-input {
  border: 1px solid #c6c9d5;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.selectize-control.multi .selectize-input.has-items {
  padding: calc(0.375rem - 1px - 0px) 0.75rem calc(0.375rem - 1px - 3px - 0px);
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus, .selectize-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #222230;
  border: 0px solid #999;
}
.selectize-control.multi .selectize-input > div.active {
  background: #13ac7e;
  color: #fff;
  border: 0px solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: rgb(117.5, 117.5, 117.5);
  background: white;
  border: 0px solid rgb(229.5, 229.5, 229.5);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: rgb(254.544, 254.568, 254.664);
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: rgba(255, 255, 255, 0.98);
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
  padding: 0 0.75rem;
}
.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #888c9b;
  background: rgba(255, 255, 255, 0.98);
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #13ac7e;
  color: inherit;
}
.selectize-dropdown .active.create {
  color: #ffffff;
}
.selectize-dropdown .create {
  color: rgba(34, 34, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(0.75rem + 5px);
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #222230 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #222230 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: calc(0.75rem + 5px);
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 0 0.75rem;
  border-bottom: 1px solid #d0d0d0;
  background: rgba(247.7068965517, 247.7068965517, 247.7068965517, 0.983);
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  color: #222230;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button {
  /*
    [data-value] .remove {
  	z-index: 1;
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	width: 17px;
  	text-align: center;
  	font-weight: bold;
  	font-size: 12px;
  	color: inherit;
  	text-decoration: none;
  	vertical-align: middle;
  	display: inline-block;
  	padding: $selectize-padding-item-y 0 0 0;
  	border-left: 1px solid $selectize-color-item-border;
  	@include selectize-border-radius(0 2px 2px 0);
  	@include selectize-box-sizing(border-box);
    }

    [data-value] .remove:hover, [data-value] .remove-single:hover {
  	background: rgba(0,0,0,0.05);
    }

    [data-value].active .remove, [data-value] {
  	border-left-color: $selectize-color-item-active-border;
    }
  */
  /*
    .disabled [data-value] .remove {
  	border-left-color: lighten(desaturate($selectize-color-item-border, 100%), $selectize-lighten-disabled-item-border);
    }

    [data-value] .remove-single {
  	position: absolute;
  	right: 0;
  	top: 0;
  	font-size: 23px;
    }
  */
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  /* SC: 2020-08-10: changed 24px to 0.5rem */
  padding-right: 0.5rem !important;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover, .selectize-control.plugin-remove_button [data-value] .remove-single:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  margin-left: -1rem;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-dropdown, .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.selectize-dropdown .optgroup-header {
  font-size: 0.875rem;
  line-height: 1.5;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e6e8ed;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.selectize-dropdown .create {
  padding-left: 0.75rem;
}

.selectize-dropdown-header {
  padding: 0 0.75rem;
}

.selectize-input {
  min-height: calc(1.5em + 0.75rem + 2px);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.selectize-input input[placeholder] {
  box-sizing: initial;
  width: auto !important;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #13ac7e;
  outline: 0 !important;
  outline-offset: 0;
  box-shadow: none;
  box-shadow: 0 0 0 1px #13ac7e;
}

.is-invalid .selectize-input {
  border-color: #e4003d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.is-invalid .selectize-input:focus {
  border-color: rgb(177, 0, 47.3552631579);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.form-control-sm .selectize-input {
  min-height: calc(1.5em + 0.5rem + 2px) !important;
  height: calc(1.5em + 0.5rem + 2px) !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: calc(0.75rem - 3px);
  padding-right: calc(0.75rem - 3px);
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: calc(0.25rem - 1px);
  -moz-border-radius: calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-group .selectize-input {
  overflow: unset;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
}

.selectize-control.form-control > a.add-button {
  position: absolute;
  right: 0.1rem;
  z-index: 1;
  padding: 0.375rem 0.75rem !important;
  top: 5%;
}

.selectize-control.form-control.single.plugin-add_button:has(> a.add-button) .selectize-input:after {
  right: calc(2.25rem + 5px);
}

.selectize-control.form-control.plugin-add_button:has(> a.add-button) .selectize-input {
  padding-right: 2.5rem;
}

.dt-print-view {
  display: block !important;
  background-color: #ffffff !important;
  color: #363642 !important;
}
.dt-print-view .table {
  color: #363642;
}
.dt-print-view .table thead th,
.dt-print-view .table thead td,
.dt-print-view .table th,
.dt-print-view .table td {
  border-color: #222230;
}

.dataTable {
  max-width: none;
}
.dataTable td.dataTables_empty,
.dataTable th.dataTables_empty {
  text-align: center;
}
.dataTable.nowrap th,
.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_input {
  width: 3rem;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th {
  border-bottom: 2px solid;
  border-bottom-color: #13ac7e;
  font-weight: 400;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  right: 0.4rem;
  bottom: 0.9rem;
  display: block;
  opacity: 0.4;
  font-family: "Font Awesome 6 Pro";
  color: #13ac7e;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "\e030";
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc:after {
  content: "\e032";
}
table.dataTable thead .sorting_desc:after {
  content: "\e031";
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 25px;
}
table.dataTable.table-condensed > thead > tr > th.sorting:after, table.dataTable.table-condensed > thead > tr > th.sorting_asc:after, table.dataTable.table-condensed > thead > tr > th.sorting_desc:after, table.dataTable.table-condensed > thead > tr > th.sorting:before, table.dataTable.table-condensed > thead > tr > th.sorting_asc:before, table.dataTable.table-condensed > thead > tr > th.sorting_desc:before {
  bottom: 0.3rem;
}
table.dataTable.table-bordered th, table.dataTable.table-bordered td {
  border-left-width: 0;
}
table.dataTable.table-bordered th:last-child,
table.dataTable.table-bordered td:last-child {
  border-right-width: 0;
}
table.dataTable.table-bordered tbody th, table.dataTable.table-bordered tbody td {
  border-bottom-width: 0;
}
table.dataTable th,
table.dataTable td {
  border-top: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
table.dataTable thead th {
  border-bottom: 2px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
table.dataTable tbody + tbody {
  border-top: 2px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

div.dt-button-info {
  margin-top: 0;
  top: 3.5rem;
  color: #ffffff;
  background-color: #222230;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 7px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0.25rem;
}

div.dt-button-info h2 {
  border-bottom: none;
  background-color: #222230;
}

table.dataTable > tbody > tr.child {
  background-color: #f6f7f9;
}
table.dataTable > tbody > tr.child:hover {
  background-color: #f6f7f9 !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: block;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-color: rgb(236.088028169, 237.0105633803, 241.161971831);
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  cursor: pointer;
  top: 1rem;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  color: inherit;
  border: 0;
  box-shadow: none;
  transform: rotate(0);
  transform-origin: center center;
  transition: transform 150ms linear;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: transparent;
  transform: rotate(90deg);
}

[class*=cal-cell] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}

.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}

.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.cal-row-fluid:after {
  clear: both;
}

.cal-row-fluid [class*=cal-cell] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.0521376434%;
}

.cal-row-fluid [class*=cal-cell]:first-child {
  margin-left: 0;
}

.cal-row-fluid .controls-row [class*=cal-cell] + [class*=cal-cell] {
  margin-left: 0%;
}

.cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.9466950959%;
}

.cal-row-fluid .cal-cell6 {
  width: 85.7142857143%;
  *width: 85.6609808102%;
}

.cal-row-fluid .cal-cell5 {
  width: 71.4285714286%;
  *width: 71.3752665245%;
}

.cal-row-fluid .cal-cell4 {
  width: 57.1428571429%;
  *width: 57.0895522388%;
}

.cal-row-fluid .cal-cell3 {
  width: 42.8571428571%;
  *width: 42.8038379531%;
}

.cal-row-fluid .cal-cell2 {
  width: 28.5714285714%;
  *width: 28.5181236674%;
}

.cal-row-fluid .cal-cell1 {
  width: 14.2857142857%;
  *width: 14.2324093817%;
}

.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.8933901919%;
}

.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.7142857143%;
  *margin-left: 85.6076759062%;
}

.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.4285714286%;
  *margin-left: 71.3219616205%;
}

.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.1428571429%;
  *margin-left: 57.0362473348%;
}

.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.8571428571%;
  *margin-left: 42.750533049%;
}

.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.5714285714%;
  *margin-left: 28.4648187633%;
}

.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.2857142857%;
  *margin-left: 14.1791044776%;
}

.cal-row-fluid .cal-cell1 {
  width: 14.2857142857%;
  *width: 14.2335766423%;
}

[class*=cal-cell].hide,
.cal-row-fluid [class*=cal-cell].hide {
  display: none;
}

[class*=cal-cell].pull-right,
.cal-row-fluid [class*=cal-cell].pull-right {
  float: right;
}

.cal-row-head [class*=cal-cell]:first-child,
.cal-row-head [class*=cal-cell] {
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cal-events-num {
  margin-top: 20px;
}

.cal-month-day {
  position: relative;
  display: block;
  width: 100%;
}

.cal-week-number {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

.cal-slide-tick.tick-month1 {
  left: 12.5%;
}
.cal-slide-tick.tick-month2 {
  left: 37.5%;
}
.cal-slide-tick.tick-month3 {
  left: 62.5%;
}
.cal-slide-tick.tick-month4 {
  left: 87.5%;
}
.cal-slide-tick.tick-day1 {
  left: 7.1428571429%;
}
.cal-slide-tick.tick-day2 {
  left: 21.4285714286%;
}
.cal-slide-tick.tick-day3 {
  left: 35.7142857143%;
}
.cal-slide-tick.tick-day4 {
  left: 50%;
}
.cal-slide-tick.tick-day5 {
  left: 64.2857142857%;
}
.cal-slide-tick.tick-day6 {
  left: 78.5714285714%;
}
.cal-slide-tick.tick-day7 {
  left: 92.8571428571%;
}

.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.cal-week-box {
  position: relative;
}
.cal-week-box [data-event-class] {
  white-space: nowrap;
  height: 30px;
  margin: 1px 1px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
}
.cal-week-box .cal-column {
  position: absolute;
  height: 100%;
  z-index: -1;
}
.cal-week-box .arrow-before,
.cal-week-box .arrow-after {
  position: relative;
}
.cal-week-box .arrow-after:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  right: 0;
  border-top: 15px solid #ffffff;
  border-left: 8px solid;
  border-bottom: 15px solid #FFFFFF;
}
.cal-week-box .arrow-before:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  left: 1px;
  border-top: 15px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 15px solid transparent;
}

.cal-day-box {
  text-wrap: none;
}
.cal-day-box .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 2px dashed rgb(216.75, 216.75, 216.75);
}
.cal-day-box .cal-day-hour .day-highlight {
  height: 30px;
}
.cal-day-box .cal-hours {
  font-weight: bolder;
}
.cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: rgb(242.25, 242.25, 242.25);
}
.cal-day-box .cal-day-panel {
  position: relative;
  padding-left: 60px;
}
.cal-day-box .cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -60px;
}
.cal-day-box .day-event {
  position: relative;
  max-width: 200px;
  overflow: hidden;
}
.cal-day-box .day-highlight {
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e6e8ed;
  margin: 1px 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event {
  display: block;
}

.event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%;
}

.cal-event-list .event.pull-left {
  margin-top: 3px;
}

.day-highlight:hover,
.day-highlight {
  background-color: #e6e8ed;
}

.cal-row-head [class*=cal-cell]:first-child,
.cal-row-head [class*=cal-cell] {
  font-weight: bolder;
  text-align: center;
  border: 0px solid;
  padding: 5px 0;
}

.cal-row-head [class*=cal-cell] small {
  font-weight: normal;
}

.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.cal-month-day {
  height: 100px;
}

[class*=cal-cell]:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}

.cal-year-box [class*=span],
.cal-month-box [class*=cal-cell] {
  min-height: 100px;
  border-right: 2px solid rgb(216.75, 216.75, 216.75);
  position: relative;
}

.cal-year-box .row-fluid [class*=span]:last-child,
.cal-month-box .cal-row-fluid [class*=cal-cell]:last-child {
  border-right: 0px;
}

.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 2px solid rgb(216.75, 216.75, 216.75);
  margin-left: 0px;
  margin-right: 0px;
}

.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0px;
}

.cal-month-box,
.cal-year-box,
.cal-week-box {
  border-top: 2px solid rgb(216.75, 216.75, 216.75);
  border-bottom: 2px solid rgb(216.75, 216.75, 216.75);
  border-right: 2px solid rgb(216.75, 216.75, 216.75);
  border-left: 2px solid rgb(216.75, 216.75, 216.75);
  border-radius: 2px;
}

span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

span[data-cal-date]:hover {
  opacity: 1;
}

.cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}

.cal-day-today {
  background-color: #e8fde7;
}

.cal-day-today span[data-cal-date] {
  color: darkgreen;
}

.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.9em;
}

.cal-day-holiday span[data-cal-date] {
  color: #800080;
}

.cal-day-weekend span[data-cal-date] {
  color: darkred;
}

.cal-slide-box {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 7px 1px rgba(0, 0, 0, 0.16);
  margin-top: 10px;
  position: relative;
}

.cal-column {
  border-left: 2px solid rgb(216.75, 216.75, 216.75);
}

a.cal-event-week {
  text-decoration: none;
  color: #151515;
}

.picker {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #888c9b;
  text-shadow: none;
  opacity: 0.5;
}
.picker:hover {
  color: #888c9b;
  text-decoration: none;
}
.picker:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.picker:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.picker:focus {
  outline: 0;
}

button.picker {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

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

.has-inline-button {
  position: relative;
}
.has-inline-button .form-control {
  padding-right: 30px;
}
.has-inline-button .picker {
  display: none;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  color: #888c9b;
  z-index: 4;
  transform: translate3d(0, -50%, 0);
}
.has-inline-button .picker:hover {
  color: #363642;
}
.has-inline-button .picker.show {
  display: block;
}

.perfect-scrollbar {
  position: relative;
  overflow: hidden;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x,
.ps__rail-y {
  /* please don't change 'position' */
  position: absolute;
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  z-index: 3;
}

.ps__rail-x {
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
}

.ps__rail-y {
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: rgba(34, 34, 48, 0.08);
  opacity: 1;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x,
.ps__thumb-y {
  /* please don't change 'position' */
  position: absolute;
  background-color: rgba(34, 34, 48, 0.08);
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
}

.ps__thumb-x {
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
}

.ps__thumb-y {
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
}

.ps__rail-y::hover .ps__thumb-y, .ps__rail-y::focus .ps__thumb-y {
  background-color: rgba(34, 34, 48, 0.12);
  width: 10px;
}
.ps__rail-y::hover .ps__thumb-x, .ps__rail-y::focus .ps__thumb-x {
  background-color: rgba(34, 34, 48, 0.12);
  height: 10px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.sortable-ghost {
  opacity: 0.5;
}

.fileinput-dropzone,
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-dropzone input,
.fileinput-button input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  direction: ltr;
  cursor: pointer;
  z-index: 2;
}
.fileinput-dropzone:focus .fileinput-button-label,
.fileinput-button:focus .fileinput-button-label {
  opacity: 1;
}
.fileinput-dropzone:hover .fileinput-button-label,
.fileinput-button:hover .fileinput-button-label {
  opacity: 1;
}

.fileinput-dropzone {
  display: block;
  padding: 2.5rem;
  text-align: center;
  color: #888c9b;
  border-radius: 0.25rem;
  border: 2px dashed rgba(34, 34, 48, 0.1);
  transition: all 200ms;
}
.fileinput-dropzone.hover {
  color: #000000;
  border-color: #13ac7e;
}

.fileinput-button-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(19, 172, 126, 0.86);
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  transition: opacity 200ms;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  border: 0;
}

.ace_editor {
  min-height: 200px;
  width: 100%;
  font-size: 90%;
  line-height: 1.25rem !important;
}
.card > .ace_editor {
  margin-bottom: 0;
  border-radius: 0;
}

.ace_statusbar {
  padding: 0.5em;
  font-size: 0.75rem;
  color: #888c9b;
}
.ace_statusbar::after {
  display: block;
  clear: both;
  content: "";
}
.ace_statusbar-dark {
  background-color: #222230;
  color: #f6f7f9;
}
.ace_statusbar-dark .ace_status-indicator {
  border-color: #363642;
}

.ace_status-indicator {
  margin-left: auto;
  padding: 0 0.5em;
  align-self: center;
  float: right;
  font-size: 0.75rem;
  line-height: 1;
  border-left: 1px solid rgba(34, 34, 48, 0.1);
}

#toast-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  right: 0;
  left: 0;
  font-size: 0.875rem;
}
#toast-container.toast-top-full-width > div:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#toast-container.toast-bottom-full-width > div:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#toast-container.toast-top-center, #toast-container.toast-top-right, #toast-container.toast-top-left {
  top: 4.5rem;
}
#toast-container.toast-top-full-width {
  top: 3.5rem;
}
#toast-container.toast-bottom-center, #toast-container.toast-bottom-right, #toast-container.toast-bottom-left {
  bottom: 1rem;
}
#toast-container.toast-bottom-full-width {
  bottom: 0;
}
#toast-container.toast-top-left, #toast-container.toast-bottom-left {
  align-items: flex-start;
}
#toast-container.toast-top-right, #toast-container.toast-bottom-right {
  align-items: flex-end;
}
#toast-container > div {
  display: flex;
  padding: 1rem 3.25rem 1rem 1rem;
  margin: 0 !important;
  width: auto !important;
  min-width: 288px;
  max-width: 568px;
  opacity: 1;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#toast-container > div:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#toast-container > div + div {
  margin-top: 0.5rem !important;
}
#toast-container > .toast-success,
#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning {
  background-image: none !important;
}

.toast-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin-left: 0.5em;
  color: inherit;
  float: none;
  opacity: 0.4;
}
.toast-close-button:focus {
  color: #ffffff;
  opacity: 0.65;
}
.toast-close-button:hover {
  color: #ffffff;
  opacity: 0.65;
}

#toast-container > .toast-success,
.toast-success {
  background-color: #0662e1;
  color: #ffffff;
}

#toast-container > .toast-error,
.toast-error {
  background-color: #e4003d;
  color: #ffffff;
}

#toast-container > .toast-info,
.toast-info {
  background-color: #222230;
  color: #ffffff;
}

#toast-container > .toast-warning,
.toast-warning {
  background-color: #fc9a00;
  color: #363642;
}

.toast-progress {
  opacity: 0.15;
}

@media (max-width: 575.98px) {
  #toast-container {
    padding: 0;
  }
  #toast-container.toast-top-center, #toast-container.toast-top-right, #toast-container.toast-top-left, #toast-container.toast-bottom-center, #toast-container.toast-bottom-right, #toast-container.toast-bottom-left {
    left: 0;
    right: 0;
  }
  #toast-container.toast-top-center > div, #toast-container.toast-top-right > div, #toast-container.toast-top-left > div, #toast-container.toast-bottom-center > div, #toast-container.toast-bottom-right > div, #toast-container.toast-bottom-left > div {
    width: 100% !important;
    max-width: 100%;
  }
  #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 100% !important;
    max-width: 100%;
  }
  #toast-container.toast-top-full-width, #toast-container.toast-top-center, #toast-container.toast-top-right, #toast-container.toast-top-left {
    top: calc(3.5rem - 1px);
  }
  #toast-container.toast-bottom-center, #toast-container.toast-bottom-right, #toast-container.toast-bottom-left {
    bottom: 0;
  }
  #toast-container > div {
    padding: 1rem 3.25rem 1rem 1rem;
  }
  #toast-container > div.rtl {
    padding: 1rem 1rem 1rem 3.25rem;
  }
  #toast-container > div {
    border-radius: 0;
    margin-bottom: 0;
  }
  #toast-container .toast-close-button {
    top: 1rem;
    right: 1rem;
  }
  #toast-container .rtl .toast-close-button {
    right: auto;
    left: 1rem;
  }
}
.toast-top-full-width > div,
.toast-top-center > div {
  animation: toastTop 300ms;
}

.toast-top-right > div {
  animation: toastRight 300ms;
}

.toast-top-left > div {
  animation: toastLeft 300ms;
}

@media (max-width: 575.98px) {
  .toast-top-right > div,
  .toast-top-left > div {
    animation: toastTop 300ms;
  }
}

.toast-bottom-full-width > div,
.toast-bottom-center > div,
.toast-bottom-right > div,
.toast-bottom-left > div {
  animation: toastBottom 300ms;
}

@keyframes toastBottom {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes toastTop {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes toastRight {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes toastLeft {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.chartjs {
  height: 250px;
}

.chartjs-custom-tooltip {
  opacity: 1;
  position: fixed;
  background: #abd1c9;
  color: #000000;
  border-radius: 3px;
  transition: all 0.1s ease;
  pointer-events: none;
  transform: translate(-50%, 0);
  z-index: 1070;
}
.chartjs-custom-tooltip .chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

*:focus {
  outline-color: #13ac7e;
}
*::selection {
  background: #dacf07;
  color: #363642;
  text-shadow: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

@media (min-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

iframe {
  margin-bottom: 1rem;
}

.app {
  width: 100%;
  min-height: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}
.app-site {
  background-color: #ffffff;
}
.app-site .app-header {
  height: auto;
}
@media (min-width: 768px) {
  .app.has-clipped-header .app-header {
    left: 12rem;
  }
}
.app.has-clipped-header .top-bar-brand {
  width: auto;
  background-color: transparent;
}
.app.has-clipped-header .app-aside {
  top: 0;
}

.app-main {
  position: relative;
  padding-top: 3.5rem;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.wrapper {
  position: relative;
  margin: 0 auto;
}

@keyframes fadeInBackdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.app-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 3.5rem;
  z-index: 1030;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.app-header .navbar {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.app-header .btn-account {
  padding: 0 1rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
}
.app-header .btn-account .account-summary {
  max-width: 10rem;
}
@media (min-width: 992px) {
  body.ie .app-header .btn-account {
    min-width: 14rem;
  }
}

.top-bar {
  display: flex;
  width: 100%;
  height: 3.5rem;
  align-items: stretch;
}

.top-bar-brand {
  margin-bottom: 0;
  display: none;
  height: 3.5rem;
  min-width: 12rem;
  font-size: 1.25rem;
  align-items: center;
}
.top-bar-brand > a:focus {
  text-decoration: none;
}
.top-bar-brand > a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .top-bar-brand {
    display: flex;
  }
}

.top-bar-list {
  display: flex;
  flex: 1;
  align-items: center;
}

.top-bar-item {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (min-width: 768px) {
  .top-bar-item {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 992px) {
  .top-bar-item {
    padding-left: 1.5rem;
  }
}
.top-bar-item-full {
  flex: 1;
}
.top-bar-item-right {
  margin-left: auto;
}

.top-bar-search {
  width: 100%;
}
@media (max-width: 767.98px) {
  .top-bar-search {
    padding-right: 1rem;
    padding-left: 0.5rem;
  }
}
.top-bar-search .input-group-search {
  box-shadow: none;
  background-color: #f6f7f9;
}
.top-bar-search .input-group-search.focus {
  box-shadow: none;
}
.top-bar-search .input-group {
  width: 100%;
}

.header-nav {
  padding: 0 0.5rem;
}
.header-nav .nav-link {
  margin: 0 0.25rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  height: calc(2.25rem + 2px);
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .header-nav .nav-link {
    height: 2.25rem;
  }
}

.header-nav-dropdown {
  position: static;
}
@media (min-width: 576px) {
  .header-nav-dropdown {
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .header-nav-dropdown .dropdown-arrow {
    top: auto;
    left: auto;
    margin-left: 0.75rem;
  }
}
.header-nav-dropdown .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 575.98px) {
  .header-nav-dropdown .dropdown-menu {
    margin-top: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    border-radius: 0;
  }
}

.app-header-light {
  background-color: #ffffff;
  color: #000000;
}
.app-header-light .btn-account {
  color: #000000;
  border-left: 1px solid rgba(34, 34, 48, 0.1);
}
.app-header-light .btn-account:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.025);
}
.app-header-light .btn-account:active, .app-header-light .btn-account:focus, .app-header-light .btn-account.focus, .app-header-light .btn-account.show {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075);
}
.app-header-light .top-bar-brand > a {
  color: #000000;
}
.app-header-light .top-bar-brand > a:focus {
  color: #000000;
}
.app-header-light .top-bar-brand > a:hover {
  color: #000000;
}
.app-header-light .top-bar-search {
  /*
  .input-group-search {
    border: transparent;
  }
  */
}
@media (min-width: 768px) {
  .app-header-light .top-bar-search {
    margin-left: -1rem;
  }
}
.app-header-light .header-nav .nav-link {
  color: #000000;
}
.app-header-light .header-nav .nav-link:focus {
  color: #000000;
}
.app-header-light .header-nav .nav-link:hover {
  color: #000000;
}
.app-header-light .header-nav .nav-link.disabled {
  color: #a6abbd;
}
.app-header-light .header-nav .show > .nav-link,
.app-header-light .header-nav .active > .nav-link,
.app-header-light .header-nav .nav-link.show,
.app-header-light .header-nav .nav-link.active {
  font-weight: 500;
}
.app-header-light .hamburger .hamburger-inner, .app-header-light .hamburger .hamburger-inner:after, .app-header-light .hamburger .hamburger-inner:before {
  background-color: #000000;
}

.app-header-dark {
  background-color: #191927;
  color: rgba(255, 255, 255, 0.8);
}
.app-header-dark .btn-account {
  color: #ffffff;
  border-left: 1px solid rgba(34, 34, 48, 0.12);
}
.app-header-dark .btn-account:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.app-header-dark .btn-account:active, .app-header-dark .btn-account:focus, .app-header-dark .btn-account.focus, .app-header-dark .btn-account.show {
  background-color: rgba(0, 0, 0, 0.12);
}
.app-header-dark .top-bar-brand {
  background-color: rgba(0, 0, 0, 0.12);
}
.app-header-dark .top-bar-brand > a {
  color: #ffffff;
}
.app-header-dark .top-bar-brand > a:focus {
  color: #ffffff;
}
.app-header-dark .top-bar-brand > a:hover {
  color: #ffffff;
}
.app-header-dark .top-bar-search .input-group {
  border-color: transparent;
}
.app-header-dark .top-bar-search .input-group-search {
  background-color: rgba(255, 255, 255, 0.12);
}
.app-header-dark .top-bar-search .input-group-search.focus {
  background-color: #ffffff;
}
.app-header-dark .top-bar-search .input-group-search:not(.focus) .input-group-text,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.app-header-dark .header-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.app-header-dark .header-nav .nav-link:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}
.app-header-dark .header-nav .nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}
.app-header-dark .header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.6);
}
.app-header-dark .header-nav .show > .nav-link,
.app-header-dark .header-nav .active > .nav-link,
.app-header-dark .header-nav .nav-link.show,
.app-header-dark .header-nav .nav-link.active {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.12);
}

.app-aside {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  width: calc(100vw - 3.5rem);
  max-width: calc(12rem + 1.5rem);
  z-index: 1050;
  transform: translate3d(-100%, 0, 0);
  backface-visibility: hidden;
  transition: transform 200ms ease-in-out;
}
.app-aside.show .aside-header > .hamburger {
  display: block;
}
.app-aside.show {
  transform: translate3d(0, 0, 0);
}
.app-aside + .app-main {
  padding-left: 0;
}
.app-aside .top-bar-brand {
  width: auto;
}

.aside-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1040;
}
.aside-backdrop.show {
  display: block;
  animation: fadeInBackdrop 260ms ease forwards;
}

.aside-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.aside-header {
  position: relative;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.aside-header > .hamburger {
  display: none;
  position: absolute;
  top: 0.75rem;
  right: -3rem;
}
.aside-header .btn-account {
  padding: 1rem;
  width: 100%;
  justify-content: flex-start;
}
.aside-header .btn-account:focus, .aside-header .btn-account.focus {
  background-color: inherit;
}
.aside-header .btn-account:active {
  color: #000000;
  background-color: rgba(19, 172, 126, 0.08);
}
.aside-header .btn-account[aria-expanded=true]::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.aside-header .btn-account .account-name {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.aside-header .btn-account .account-description {
  font-size: 0.875em;
}

.dropdown-aside {
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.dropdown-aside.show {
  max-height: calc(100vh - 4.5rem);
  overflow: auto;
}
.dropdown-aside .dropdown-icon {
  text-align: center;
  width: 1.5rem;
  margin-right: 0.5em;
}

.aside-menu {
  position: relative;
  flex: 1;
  overflow-y: auto;
}

.app-aside-expand-sm {
  top: auto;
  transform: translate3d(0, 0, 0);
  z-index: 1030;
}
@media (max-width: 575.98px) {
  .app-aside-expand-sm {
    top: 0;
    transform: translate3d(-100%, 0, 0);
    z-index: 1050;
    border-right: 0;
  }
  .app-aside-expand-sm.show {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 576px) {
  .app-aside-expand-sm {
    top: 3.5rem;
    width: 12rem;
    z-index: 6;
  }
}
@media (min-width: 576px) {
  .app-aside-expand-sm + .app-main {
    padding-left: 12rem;
  }
}
@media (max-width: 575.98px) {
  .app-aside-expand-sm ~ .aside-backdrop {
    display: none;
  }
  .app-aside-expand-sm ~ .aside-backdrop.show {
    display: block;
    animation: fadeInBackdrop 260ms ease forwards;
  }
}
@media (min-width: 576px) {
  .app-aside-expand-sm ~ .aside-backdrop.show {
    display: none;
  }
}
.app-aside-expand-md {
  top: auto;
  transform: translate3d(0, 0, 0);
  z-index: 1030;
}
@media (max-width: 767.98px) {
  .app-aside-expand-md {
    top: 0;
    transform: translate3d(-100%, 0, 0);
    z-index: 1050;
    border-right: 0;
  }
  .app-aside-expand-md.show {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .app-aside-expand-md {
    top: 3.5rem;
    width: 12rem;
    z-index: 6;
  }
}
@media (min-width: 768px) {
  .app-aside-expand-md + .app-main {
    padding-left: 12rem;
  }
}
@media (max-width: 767.98px) {
  .app-aside-expand-md ~ .aside-backdrop {
    display: none;
  }
  .app-aside-expand-md ~ .aside-backdrop.show {
    display: block;
    animation: fadeInBackdrop 260ms ease forwards;
  }
}
@media (min-width: 768px) {
  .app-aside-expand-md ~ .aside-backdrop.show {
    display: none;
  }
}
.app-aside-expand-lg {
  top: auto;
  transform: translate3d(0, 0, 0);
  z-index: 1030;
}
@media (max-width: 991.98px) {
  .app-aside-expand-lg {
    top: 0;
    transform: translate3d(-100%, 0, 0);
    z-index: 1050;
    border-right: 0;
  }
  .app-aside-expand-lg.show {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 992px) {
  .app-aside-expand-lg {
    top: 3.5rem;
    width: 12rem;
    z-index: 6;
  }
}
@media (min-width: 992px) {
  .app-aside-expand-lg + .app-main {
    padding-left: 12rem;
  }
}
@media (max-width: 991.98px) {
  .app-aside-expand-lg ~ .aside-backdrop {
    display: none;
  }
  .app-aside-expand-lg ~ .aside-backdrop.show {
    display: block;
    animation: fadeInBackdrop 260ms ease forwards;
  }
}
@media (min-width: 992px) {
  .app-aside-expand-lg ~ .aside-backdrop.show {
    display: none;
  }
}
.app-aside-expand-xl {
  top: auto;
  transform: translate3d(0, 0, 0);
  z-index: 1030;
}
@media (max-width: 1199.98px) {
  .app-aside-expand-xl {
    top: 0;
    transform: translate3d(-100%, 0, 0);
    z-index: 1050;
    border-right: 0;
  }
  .app-aside-expand-xl.show {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1200px) {
  .app-aside-expand-xl {
    top: 3.5rem;
    width: 12rem;
    z-index: 6;
  }
}
@media (min-width: 1200px) {
  .app-aside-expand-xl + .app-main {
    padding-left: 12rem;
  }
}
@media (max-width: 1199.98px) {
  .app-aside-expand-xl ~ .aside-backdrop {
    display: none;
  }
  .app-aside-expand-xl ~ .aside-backdrop.show {
    display: block;
    animation: fadeInBackdrop 260ms ease forwards;
  }
}
@media (min-width: 1200px) {
  .app-aside-expand-xl ~ .aside-backdrop.show {
    display: none;
  }
}
.app-aside-expand {
  top: auto;
  transform: translate3d(0, 0, 0);
  z-index: 1030;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  z-index: 1050;
  border-right: 0;
  top: 3.5rem;
  width: 12rem;
  z-index: 6;
}
.app-aside-expand.show {
  transform: translate3d(0, 0, 0);
}
.app-aside-expand + .app-main {
  padding-left: 12rem;
}
.app-aside-expand ~ .aside-backdrop {
  display: none;
}
.app-aside-expand ~ .aside-backdrop.show {
  display: block;
  animation: fadeInBackdrop 260ms ease forwards;
}
.app-aside-expand ~ .aside-backdrop.show {
  display: none;
}

.app-aside-light {
  color: inherit;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .app-aside-light {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.app-aside-light .aside-header {
  background-color: #ffffff;
}
.app-aside-light .aside-header .btn-account[aria-expanded=true]::before {
  background-color: #ffffff;
}
.app-aside-light .dropdown-aside {
  background-color: #ffffff;
}

.app-aside-dark {
  color: inherit;
  background-color: #222230;
}
@media (min-width: 768px) {
  .app-aside-dark {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.app-aside-dark .aside-header {
  color: #f6f7f9;
  background-color: #363642;
}
.app-aside-dark .aside-header .btn-account[aria-expanded=true]::before {
  background-color: #363642;
}
.app-aside-dark .dropdown-aside {
  background-color: #363642;
}
.app-aside-dark .dropdown-aside .dropdown-item {
  color: #f6f7f9;
}
.app-aside-dark .dropdown-aside .dropdown-divider {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.app-aside-dark .stacked-menu > .menu > .menu-item.has-active > .menu-link {
  background-color: rgba(255, 255, 255, 0.025);
}
.app-aside-dark .stacked-menu > .menu > .menu-item > .menu-link {
  color: rgba(255, 255, 255, 0.6);
}
.app-aside-dark .stacked-menu > .menu > .menu-item > .menu-link:focus {
  color: rgba(255, 255, 255, 0.8);
}
.app-aside-dark .stacked-menu > .menu > .menu-item > .menu-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.app-aside-dark .stacked-menu .menu-link {
  color: rgba(255, 255, 255, 0.6);
}
.app-aside-dark .stacked-menu .menu-link > .menu-icon {
  color: rgba(255, 255, 255, 0.38);
}
.app-aside-dark .stacked-menu .menu-link:focus {
  color: rgba(255, 255, 255, 0.8);
}
.app-aside-dark .stacked-menu .menu-link:focus > .menu-icon {
  color: rgba(255, 255, 255, 0.8);
}
.app-aside-dark .stacked-menu .menu-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.app-aside-dark .stacked-menu .menu-link:hover > .menu-icon {
  color: rgba(255, 255, 255, 0.8);
}
.app-aside-dark .stacked-menu .menu-item.has-active.has-child > .menu-link {
  color: white;
}
.app-aside-dark .stacked-menu .menu-item.has-active > .menu-link,
.app-aside-dark .stacked-menu .menu-item.has-active > .menu-link .menu-icon {
  color: white;
}
.app-aside-dark .stacked-menu .menu-item.has-open:not(.has-active) > .menu-link,
.app-aside-dark .stacked-menu .menu-item.has-open:not(.has-active) > .menu-link .menu-icon {
  color: white;
}
.app-aside-dark .stacked-menu-has-collapsible .has-child > .menu-link::after {
  background: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23a6abbd' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
}

html.preparing-compact-menu {
  display: none;
}

.app.has-compact-menu .top-bar-brand {
  background: transparent;
  min-width: 4rem;
}
@media (min-width: 768px) {
  .app.has-compact-menu .app-aside {
    width: 4rem;
  }
  .app.has-compact-menu .app-aside + .app-main {
    padding-left: 4rem;
  }
}
.app.has-compact-menu .aside-menu.overflow-hidden.ps {
  overflow: visible !important;
}
.app.has-compact-menu .aside-menu .ps__rail-x,
.app.has-compact-menu .aside-menu .ps__rail-y {
  display: none;
}
.app.has-compact-menu .stacked-menu .menu-subhead {
  font-weight: 500;
  font-size: 80%;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 768px) {
  .app.has-compact-menu .stacked-menu .menu-link {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.app.has-compact-menu .stacked-menu .has-child > .menu {
  background-color: rgba(255, 255, 255, 0.98);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.app.has-compact-menu .stacked-menu .has-child > .menu .menu {
  border-radius: 0.25rem;
}
.app.has-compact-menu .stacked-menu .has-child.has-open > .menu {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 7px 1px rgba(0, 0, 0, 0.16);
}
.app.has-compact-menu .stacked-menu.stacked-menu-has-collapsible .has-child .has-child.has-open > .menu {
  box-shadow: none;
}
.app.has-compact-menu .d-compact-menu-none {
  display: none;
}
.app.has-compact-menu .d-compact-menu-block {
  display: block;
}
.app.has-compact-menu .d-compact-menu-flex {
  display: flex;
}
.app.has-compact-menu .d-compact-menu-inline {
  display: inline;
}
.app.has-compact-menu .d-compact-menu-inline-block {
  display: inline-block;
}

.stacked-menu-has-compact > .menu > .menu-item:not(.has-child):hover > .menu-link {
  overflow: visible;
}
.stacked-menu-has-compact > .menu > .menu-item:not(.has-child):hover > .menu-link .menu-text {
  width: auto;
  height: auto;
  padding: 0.325rem 0.5rem;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.98);
  line-height: 1.625rem;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 7px 1px rgba(0, 0, 0, 0.16);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.stacked-menu-has-compact .has-child > .menu-link:before,
.stacked-menu-has-hoverable .has-child > .menu-link:before {
  right: 0.5rem;
  border-width: 4px;
  border-left: 4px solid #888c9b;
  border-left: 4px solid currentColor;
  transform: translateY(-4px);
  opacity: 0.64;
}

.stacked-menu-has-collapsible.stacked-menu-has-compact .has-child > .menu-link:after {
  display: none;
}

.page {
  min-height: calc(100vh - 3.5rem);
}
.page-expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f6f7f9;
  z-index: 1030;
}
.page-expanded .page-inner-fill {
  height: 100vh;
}

.page-inner {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .page-inner {
    padding: 1.5rem 0;
  }
}
@media (min-width: 576px) {
  .page-inner {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 992px) {
  .page-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.page-inner-fill {
  display: flex;
  padding: 0;
  flex-direction: column;
}
.page-inner-fill.full-height {
  height: calc(var(--vh, 1vh) * 100 - 3.5rem);
}
.page-inner-container {
  height: calc(var(--vh, 1vh) * 100 - 2 * 3.5rem);
  position: relative;
  overflow: auto;
}
.page-inner-container-bare {
  height: calc(var(--vh, 1vh) * 100 - 3.5rem);
  position: relative;
  overflow: auto;
}

.page-navs {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  background-color: #ffffff;
  box-shadow: 0 1px 0 rgba(34, 34, 48, 0.1);
  z-index: 5;
}
@media (min-width: 992px) {
  .page-navs {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.page-navs > .navbar {
  padding-right: 0;
  padding-left: 0;
}
.page-navs > .nav-scroller,
.page-navs > .nav {
  flex-grow: 1;
  align-self: flex-start;
}
.page-navs > .nav-scroller .nav-tabs,
.page-navs > .nav-tabs {
  border-bottom: 0;
}

.page-cover {
  position: relative;
  padding: 2rem 1rem 1rem;
  display: flex;
  min-height: 16rem;
  flex-direction: column;
  background-color: #e6e8ed;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 0 rgba(34, 34, 48, 0.1);
}
@media (min-width: 576px) {
  .page-cover {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 992px) {
  .page-cover {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.page-cover .cover-controls {
  margin-bottom: 1.25rem;
  display: flex;
}
.page-cover .cover-controls:last-child {
  margin-bottom: 0px;
}
.page-cover .cover-controls .btn {
  flex: 1;
}
.page-cover .cover-controls .btn + .btn {
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .page-cover .cover-controls {
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: 2rem;
    right: 1rem;
  }
  .page-cover .cover-controls-bottom {
    top: auto;
    bottom: 0.5rem;
  }
  .page-cover .cover-controls .btn + .btn {
    margin-left: 0;
  }
}

.cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.page-message {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: 0.5rem 1rem;
  display: inline-table;
  width: 100%;
  max-width: 100%;
  color: #363642;
  background-color: #fc9a00;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-message {
    top: 4.25rem;
    width: auto;
    max-width: 47rem;
    border-radius: 4rem;
  }
}
.page-message a:not(.btn) {
  text-decoration: underline;
}

.page-inner-fill > .page-section {
  overflow-y: auto;
}
.page-inner > .page-cover {
  margin-top: -1.5rem;
}
@media (min-width: 576px) {
  .page-inner > .page-cover {
    margin-top: 0;
    border-radius: 0.25rem;
  }
  .page-inner > .page-cover .cover-img {
    border-radius: 0.25rem;
  }
}

.page-title-bar,
.page-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.page-title-bar {
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
}
@media (min-width: 576px) {
  .page-title-bar {
    padding-right: 0;
    padding-left: 0;
  }
}
.page-title-bar .btn-toolbar {
  margin-left: -0.75rem;
}

.page-title {
  margin-top: 0;
  font-size: 1.25rem;
}
.page-title > small {
  font-size: 1rem;
  color: #888c9b;
}
@media (min-width: 768px) {
  .page-title > small {
    font-size: 0.875rem;
  }
}

.page-section {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .page-section > .card {
    border-radius: 0;
    border-width: 1px 0;
  }
}

.section-title {
  margin-top: 0;
  padding: 1rem 0px;
  font-size: 1rem;
}

.section-block {
  margin: 1rem 0;
}
@media (max-width: 575.98px) {
  .section-block {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 992px) {
  .section-columns {
    column-count: 2;
    column-gap: 20px;
  }
  .section-columns > .section-item {
    display: inline-block;
    width: 100%;
    transform: translate3d(0, 0, 0); /* fix animations */
    -webkit-column-break-inside: avoid; /* fix columns */
  }
}

.page-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 40rem;
  max-width: 40rem;
  background-color: #ffffff;
  border-left: 1px solid rgba(34, 34, 48, 0.1);
  box-shadow: none;
  overflow: auto;
  z-index: 1029;
  transform: translate3d(100%, 0, 0);
  transition: transform 200ms ease-in-out;
}
@media (max-width: 575.98px) {
  .page-sidebar {
    width: 100%;
    max-width: 100%;
  }
}
.page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
  overflow: auto;
}
.has-sidebar-fluid .page-sidebar {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 12rem);
    max-width: calc(100vw - 12rem);
  }
}
@media (min-width: 1200px) {
  .has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 52rem);
    max-width: calc(100vw - 52rem);
  }
}

.sidebar-backdrop {
  display: none;
  position: fixed;
  top: 3.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 1028;
}

.has-sidebar-open .page-sidebar {
  position: fixed;
  top: 3.5rem;
  transform: translate3d(0, 0, 0);
}
.has-sidebar-open .sidebar-backdrop {
  display: block;
  animation: fadeInBackdrop 260ms ease forwards;
}

.has-sidebar-expand-sm .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}
.has-sidebar-expand-sm .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}
.has-sidebar-expand-sm .sidebar-backdrop {
  display: none;
}
@media (max-width: 575.98px) {
  .has-sidebar-expand-sm.has-sidebar-open .page-sidebar {
    position: fixed;
    top: 3.5rem;
    transform: translate3d(0, 0, 0);
  }
  .has-sidebar-expand-sm.has-sidebar-open .sidebar-backdrop {
    display: block;
  }
}
@media (min-width: 576px) {
  .has-sidebar-expand-sm .app-main > .app-footer,
  .has-sidebar-expand-sm .page-inner {
    margin-right: 40rem;
  }
  .has-sidebar-expand-sm .page-sidebar {
    transform: translate3d(0, 0, 0);
  }
  .has-sidebar-open .has-sidebar-expand-sm .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
  }
  .has-sidebar-expand-sm.has-sidebar-fluid .page-inner {
    margin-right: calc(100vw - 52rem);
  }
  .has-sidebar-expand-sm.has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 52rem);
    max-width: calc(100vw - 52rem);
  }
}
.has-sidebar-expand-md .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}
.has-sidebar-expand-md .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}
.has-sidebar-expand-md .sidebar-backdrop {
  display: none;
}
@media (max-width: 767.98px) {
  .has-sidebar-expand-md.has-sidebar-open .page-sidebar {
    position: fixed;
    top: 3.5rem;
    transform: translate3d(0, 0, 0);
  }
  .has-sidebar-expand-md.has-sidebar-open .sidebar-backdrop {
    display: block;
  }
}
@media (min-width: 768px) {
  .has-sidebar-expand-md .app-main > .app-footer,
  .has-sidebar-expand-md .page-inner {
    margin-right: 40rem;
  }
  .has-sidebar-expand-md .page-sidebar {
    transform: translate3d(0, 0, 0);
  }
  .has-sidebar-open .has-sidebar-expand-md .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
  }
  .has-sidebar-expand-md.has-sidebar-fluid .page-inner {
    margin-right: calc(100vw - 52rem);
  }
  .has-sidebar-expand-md.has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 52rem);
    max-width: calc(100vw - 52rem);
  }
}
.has-sidebar-expand-lg .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}
.has-sidebar-expand-lg .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}
.has-sidebar-expand-lg .sidebar-backdrop {
  display: none;
}
@media (max-width: 991.98px) {
  .has-sidebar-expand-lg.has-sidebar-open .page-sidebar {
    position: fixed;
    top: 3.5rem;
    transform: translate3d(0, 0, 0);
  }
  .has-sidebar-expand-lg.has-sidebar-open .sidebar-backdrop {
    display: block;
  }
}
@media (min-width: 992px) {
  .has-sidebar-expand-lg .app-main > .app-footer,
  .has-sidebar-expand-lg .page-inner {
    margin-right: 40rem;
  }
  .has-sidebar-expand-lg .page-sidebar {
    transform: translate3d(0, 0, 0);
  }
  .has-sidebar-open .has-sidebar-expand-lg .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
  }
  .has-sidebar-expand-lg.has-sidebar-fluid .page-inner {
    margin-right: calc(100vw - 52rem);
  }
  .has-sidebar-expand-lg.has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 52rem);
    max-width: calc(100vw - 52rem);
  }
}
.has-sidebar-expand-xl .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}
.has-sidebar-expand-xl .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}
.has-sidebar-expand-xl .sidebar-backdrop {
  display: none;
}
@media (max-width: 1199.98px) {
  .has-sidebar-expand-xl.has-sidebar-open .page-sidebar {
    position: fixed;
    top: 3.5rem;
    transform: translate3d(0, 0, 0);
  }
  .has-sidebar-expand-xl.has-sidebar-open .sidebar-backdrop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .has-sidebar-expand-xl .app-main > .app-footer,
  .has-sidebar-expand-xl .page-inner {
    margin-right: 40rem;
  }
  .has-sidebar-expand-xl .page-sidebar {
    transform: translate3d(0, 0, 0);
  }
  .has-sidebar-open .has-sidebar-expand-xl .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
  }
  .has-sidebar-expand-xl.has-sidebar-fluid .page-inner {
    margin-right: calc(100vw - 52rem);
  }
  .has-sidebar-expand-xl.has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 52rem);
    max-width: calc(100vw - 52rem);
  }
}
.has-sidebar-expand .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}
.has-sidebar-expand .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}
.has-sidebar-expand .sidebar-backdrop {
  display: none;
}
.has-sidebar-expand.has-sidebar-open .page-sidebar {
  position: fixed;
  top: 3.5rem;
  transform: translate3d(0, 0, 0);
}
.has-sidebar-expand.has-sidebar-open .sidebar-backdrop {
  display: block;
}
.has-sidebar-expand .app-main > .app-footer,
.has-sidebar-expand .page-inner {
  margin-right: 40rem;
}
.has-sidebar-expand .page-sidebar {
  transform: translate3d(0, 0, 0);
}
.has-sidebar-open .has-sidebar-expand .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}
.has-sidebar-expand.has-sidebar-fluid .page-inner {
  margin-right: calc(100vw - 52rem);
}
.has-sidebar-expand.has-sidebar-fluid .page-sidebar {
  width: calc(100vw - 52rem);
  max-width: calc(100vw - 52rem);
}

.sidebar-header {
  position: relative;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  height: 3.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.sidebar-header .breadcrumb {
  margin-bottom: 0;
}

.sidebar-title {
  margin: 1rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar-section {
  padding: 20px;
}

.sidebar-section-fill {
  flex: 1;
  overflow-y: auto;
}
.sidebar-section-fill:not(.sidebar-section) > .sidebar-title {
  margin-left: 1rem;
}

.sidebar-footer {
  position: relative;
  padding: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 -1px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.app-footer {
  margin: 1.5rem 0;
  padding: 0 0.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .app-footer {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.page-inner > .app-footer {
  margin-top: 3rem;
  margin-bottom: 0;
}

.user-avatar {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  vertical-align: middle;
  border-radius: 4rem;
}
.user-avatar-xxl {
  width: 8rem;
  height: 8rem;
  font-size: 8rem;
}
.user-avatar-xl {
  width: 5rem;
  height: 5rem;
  font-size: 5rem;
}
.user-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
}
.user-avatar-md {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 2.25rem;
}
.user-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
.user-avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
.user-avatar.dropdown .dropdown-menu {
  min-width: 6rem;
}
.user-avatar.dropdown:hover .avatar-badge > .oi:before, .user-avatar.dropdown:focus .avatar-badge > .oi:before, .user-avatar.dropdown.focus .avatar-badge > .oi:before, .user-avatar.dropdown.show .avatar-badge > .oi:before {
  content: "\e02d";
}
.user-avatar.dropdown:hover .avatar-badge > .fa:before, .user-avatar.dropdown:focus .avatar-badge > .fa:before, .user-avatar.dropdown.focus .avatar-badge > .fa:before, .user-avatar.dropdown.show .avatar-badge > .fa:before {
  content: "\f0d7";
}
.user-avatar.dropdown:hover .offline, .user-avatar.dropdown:focus .offline, .user-avatar.dropdown.focus .offline, .user-avatar.dropdown.show .offline {
  color: #ffffff;
}
.user-avatar > a {
  color: inherit;
  outline: 0;
}
.user-avatar > a:focus {
  color: inherit;
  text-decoration: none;
}
.user-avatar > a:hover {
  color: inherit;
  text-decoration: none;
}
.user-avatar img,
.user-avatar canvas,
.user-avatar video,
.user-avatar audio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  object-fit: cover;
  object-position: top;
}

a.user-avatar:focus {
  outline: 0;
}
a.user-avatar:hover {
  outline: 0;
}
a.user-avatar:focus {
  box-shadow: 0 0 0 3px #13ac7e;
}

.user-avatar-lg .avatar-badge {
  right: 5px;
}

.user-avatar-sm .avatar-badge,
.user-avatar-xs .avatar-badge {
  right: -2px;
}

.user-avatar-floated {
  margin-top: -50%;
  box-shadow: 0 0 0 2px #ffffff;
  z-index: 2;
}
.user-avatar-floated.user-avatar-xl {
  box-shadow: 0 0 0 3px #ffffff;
}
.user-avatar-floated.user-avatar-xxl {
  box-shadow: 0 0 0 4px #ffffff;
}

.avatar-group {
  display: inline-block;
}
.avatar-group .user-avatar {
  box-shadow: 0 0 0 2px #ffffff;
}
.avatar-group .user-avatar:focus {
  z-index: 2;
}
.avatar-group .user-avatar:hover {
  z-index: 2;
}
.avatar-group .user-avatar + .user-avatar {
  display: inline-block;
  margin-left: -0.5em;
}

.avatar-group-animated .user-avatar:nth-child(1) {
  animation: avatarAnimatedStart 1s;
}
.avatar-group-animated .user-avatar:nth-child(2) {
  animation: avatarAnimated 0.75s;
}
.avatar-group-animated .user-avatar:nth-child(3) {
  animation: avatarAnimated 1s;
}
.avatar-group-animated .user-avatar:nth-child(4) {
  animation: avatarAnimated 1.25s;
}
.avatar-group-animated .user-avatar:nth-child(5) {
  animation: avatarAnimated 1.5s;
}
.avatar-group-animated .tile {
  animation: avatarAnimatedEnd 1.5s;
}

/* progress animation */
@keyframes avatarAnimatedStart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes avatarAnimated {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  25% {
    opacity: 0;
    transform: translateX(-75%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes avatarAnimatedEnd {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  25% {
    opacity: 0;
    transform: translateX(75%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.avatar-badge {
  position: absolute;
  right: 1px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  line-height: 1;
  text-align: center;
  font-size: 8px;
  color: #ffffff;
  background-color: #a6abbd;
  border-radius: 8px;
  box-shadow: 0 0 0 2px #ffffff;
  z-index: 2;
}
.avatar-badge.has-indicator {
  width: 10px;
  height: 10px;
}
.avatar-badge.online {
  background-color: #00A28A;
}
.avatar-badge.idle {
  background-color: #fc9a00;
}
.avatar-badge.busy {
  background-color: #e4003d;
}
.avatar-badge.offline {
  color: #a6abbd;
  background-color: #a6abbd;
}
.avatar-badge .fa {
  line-height: 10px;
}

.conversations {
  position: relative;
  padding: 1rem;
}

.conversation-list {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.conversation-list .log-divider {
  font-size: 0.75rem;
}
.conversation-list > li:focus .conversation-actions {
  opacity: 1;
}
.conversation-list > li:hover .conversation-actions {
  opacity: 1;
}

.conversation-inbound,
.conversation-outbound {
  display: flex;
}
.conversation-inbound:not(:first-child),
.conversation-outbound:not(:first-child) {
  margin-top: 1rem;
}
.conversation-inbound + .conversation-faux,
.conversation-outbound + .conversation-faux {
  margin-top: 0.375rem;
}

.conversation-avatar {
  z-index: 1;
}
.conversation-avatar > .user-avatar,
.conversation-avatar > .tile {
  box-shadow: 0 0 0 3px #ffffff;
}

.conversation-inbound .conversation-message-skip-avatar {
  padding-left: 2rem;
}
.conversation-inbound .conversation-message-skip-avatar .conversation-message-text {
  margin-left: 0;
  padding-left: 0.5rem;
}
.conversation-inbound .conversation-avatar + .conversation-message .conversation-message-text {
  margin-left: -1rem;
  padding-left: 1.5rem;
}
.conversation-inbound .conversation-message-text {
  color: #363642;
  background-color: #f6f7f9;
  border-radius: 0 1rem 1rem 1rem;
}

.conversation-outbound {
  justify-content: flex-end;
}
.conversation-outbound .conversation-message-skip-avatar {
  padding-right: 2rem;
}
.conversation-outbound .conversation-message-skip-avatar .conversation-message-text {
  margin-right: 0;
  padding-right: 0.5rem;
}
.conversation-outbound .conversation-avatar + .conversation-message .conversation-message-text {
  margin-right: -1rem;
  padding-right: 1.5rem;
}
.conversation-outbound .conversation-message-text {
  color: #ffffff;
  background-color: #13ac7e;
  border-radius: 1rem 0 1rem 1rem;
}
.conversation-outbound .conversation-message-text.has-attachment a:not(.btn) {
  color: #ffffff;
  opacity: 0.87;
}
.conversation-outbound .conversation-message-text.has-attachment a:not(.btn):focus {
  color: #ffffff;
  opacity: 1;
}
.conversation-outbound .conversation-message-text.has-attachment a:not(.btn):hover {
  color: #ffffff;
  opacity: 1;
}

.conversation-avatar .user-avatar-sm {
  margin-top: 0.375rem;
}

.conversation-message {
  display: flex;
  flex-direction: column;
}
.conversation-message .conversation-list {
  margin-top: 1rem;
}
.conversation-message .card-figure {
  margin-bottom: 0;
  width: 15rem;
  max-width: 43%;
}

.conversation-message-text {
  padding: 0.5rem;
  max-width: 480px;
  min-height: 2rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.12);
}
.conversation-message-text.has-attachment .card-figure {
  width: 15rem;
  max-width: 100%;
}
.conversation-message-text.has-attachment a:not(.btn) {
  text-decoration: underline;
}
.conversation-message-text p {
  margin-bottom: 0.25em;
}

.conversation-meta {
  margin-top: 0.125rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  color: #888c9b;
}

.conversation-actions {
  padding: 0 0.25rem;
  align-self: flex-start;
  opacity: 0;
  transition: opacity 200ms;
}

.event {
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: #f6f7f9;
  border-width: 0 0 0 3px;
  border-style: solid;
}

a.event:focus {
  background-color: rgba(246, 247, 249, 0.12);
  text-decoration: none;
}
a.event:hover {
  background-color: rgba(246, 247, 249, 0.12);
  text-decoration: none;
}

.event.event-primary {
  color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
  background-color: rgba(19, 172, 126, 0.08);
  border-color: #13ac7e;
}

a.event.event-primary:focus {
  background-color: rgba(19, 172, 126, 0.12);
}
a.event.event-primary:hover {
  background-color: rgba(19, 172, 126, 0.12);
}

.event.event-secondary {
  color: rgb(230.7, 233.4, 238.8);
  background-color: rgba(246, 247, 249, 0.08);
  border-color: #f6f7f9;
}

a.event.event-secondary:focus {
  background-color: rgba(246, 247, 249, 0.12);
}
a.event.event-secondary:hover {
  background-color: rgba(246, 247, 249, 0.12);
}

.event.event-success {
  color: rgb(5.3376623377, 87.1818181818, 200.1623376623);
  background-color: rgba(6, 98, 225, 0.08);
  border-color: #0662e1;
}

a.event.event-success:focus {
  background-color: rgba(6, 98, 225, 0.12);
}
a.event.event-success:hover {
  background-color: rgba(6, 98, 225, 0.12);
}

.event.event-info {
  color: rgb(47.5654205607, 118.0327102804, 140.9345794393);
  background-color: rgba(54, 134, 160, 0.08);
  border-color: #3686A0;
}

a.event.event-info:focus {
  background-color: rgba(54, 134, 160, 0.12);
}
a.event.event-info:hover {
  background-color: rgba(54, 134, 160, 0.12);
}

.event.event-warning {
  color: rgb(226.5, 138.4166666667, 0);
  background-color: rgba(252, 154, 0, 0.08);
  border-color: #fc9a00;
}

a.event.event-warning:focus {
  background-color: rgba(252, 154, 0, 0.12);
}
a.event.event-warning:hover {
  background-color: rgba(252, 154, 0, 0.12);
}

.event.event-danger {
  color: rgb(202.5, 0, 54.1776315789);
  background-color: rgba(228, 0, 61, 0.08);
  border-color: #e4003d;
}

a.event.event-danger:focus {
  background-color: rgba(228, 0, 61, 0.12);
}
a.event.event-danger:hover {
  background-color: rgba(228, 0, 61, 0.12);
}

.event.event-light {
  color: rgb(230.7, 233.4, 238.8);
  background-color: rgba(246, 247, 249, 0.08);
  border-color: #f6f7f9;
}

a.event.event-light:focus {
  background-color: rgba(246, 247, 249, 0.12);
}
a.event.event-light:hover {
  background-color: rgba(246, 247, 249, 0.12);
}

.event.event-dark {
  color: rgb(23.4268292683, 23.4268292683, 33.0731707317);
  background-color: rgba(34, 34, 48, 0.08);
  border-color: #222230;
}

a.event.event-dark:focus {
  background-color: rgba(34, 34, 48, 0.12);
}
a.event.event-dark:hover {
  background-color: rgba(34, 34, 48, 0.12);
}

.event.event-neutral {
  color: rgb(220.6071428571, 226.3392857143, 235.8928571429);
  background-color: rgba(237, 240, 245, 0.08);
  border-color: #edf0f5;
}

a.event.event-neutral:focus {
  background-color: rgba(237, 240, 245, 0.12);
}
a.event.event-neutral:hover {
  background-color: rgba(237, 240, 245, 0.12);
}

.event.event-q-red {
  color: rgb(202.5, 0, 54.1776315789);
  background-color: rgba(228, 0, 61, 0.08);
  border-color: #e4003d;
}

a.event.event-q-red:focus {
  background-color: rgba(228, 0, 61, 0.12);
}
a.event.event-q-red:hover {
  background-color: rgba(228, 0, 61, 0.12);
}

.event.event-q-orange {
  color: rgb(223.8035714286, 76.3988095238, 2.6964285714);
  background-color: rgba(249, 85, 3, 0.08);
  border-color: #f95503;
}

a.event.event-q-orange:focus {
  background-color: rgba(249, 85, 3, 0.12);
}
a.event.event-q-orange:hover {
  background-color: rgba(249, 85, 3, 0.12);
}

.event.event-q-orange2 {
  color: rgb(224.6015936255, 98.8247011952, 0.8984063745);
  background-color: rgba(250, 110, 1, 0.08);
  border-color: #fa6e01;
}

a.event.event-q-orange2:focus {
  background-color: rgba(250, 110, 1, 0.12);
}
a.event.event-q-orange2:hover {
  background-color: rgba(250, 110, 1, 0.12);
}

.event.event-q-orange3 {
  color: rgb(226.5, 138.4166666667, 0);
  background-color: rgba(252, 154, 0, 0.08);
  border-color: #fc9a00;
}

a.event.event-q-orange3:focus {
  background-color: rgba(252, 154, 0, 0.12);
}
a.event.event-q-orange3:hover {
  background-color: rgba(252, 154, 0, 0.12);
}

.event.event-q-yellow {
  color: rgb(219.5, 183.6632653061, 0);
  background-color: rgba(245, 205, 0, 0.08);
  border-color: #f5cd00;
}

a.event.event-q-yellow:focus {
  background-color: rgba(245, 205, 0, 0.12);
}
a.event.event-q-yellow:hover {
  background-color: rgba(245, 205, 0, 0.12);
}

.event.event-q-yellow2 {
  color: rgb(193.2933333333, 183.54, 6.2066666667);
  background-color: rgba(218, 207, 7, 0.08);
  border-color: #dacf07;
}

a.event.event-q-yellow2:focus {
  background-color: rgba(218, 207, 7, 0.12);
}
a.event.event-q-yellow2:hover {
  background-color: rgba(218, 207, 7, 0.12);
}

.event.event-q-green {
  color: rgb(80.5, 168, 10.5);
  background-color: rgba(92, 192, 12, 0.08);
  border-color: #5cc00c;
}

a.event.event-q-green:focus {
  background-color: rgba(92, 192, 12, 0.12);
}
a.event.event-q-green:hover {
  background-color: rgba(92, 192, 12, 0.12);
}

.event.event-q-green2 {
  color: rgb(16.4633507853, 149.0366492147, 109.1780104712);
  background-color: rgba(19, 172, 126, 0.08);
  border-color: #13ac7e;
}

a.event.event-q-green2:focus {
  background-color: rgba(19, 172, 126, 0.12);
}
a.event.event-q-green2:hover {
  background-color: rgba(19, 172, 126, 0.12);
}

.event.event-q-blue {
  color: rgb(5.3376623377, 87.1818181818, 200.1623376623);
  background-color: rgba(6, 98, 225, 0.08);
  border-color: #0662e1;
}

a.event.event-q-blue:focus {
  background-color: rgba(6, 98, 225, 0.12);
}
a.event.event-q-blue:hover {
  background-color: rgba(6, 98, 225, 0.12);
}

.event.event-q-purple {
  color: rgb(84.2368421053, 30.6315789474, 114.8684210526);
  background-color: rgba(99, 36, 135, 0.08);
  border-color: #632487;
}

a.event.event-q-purple:focus {
  background-color: rgba(99, 36, 135, 0.12);
}
a.event.event-q-purple:hover {
  background-color: rgba(99, 36, 135, 0.12);
}

.event.event-burgund {
  color: rgb(142.1674311927, 50.3325688073, 57.3967889908);
  background-color: rgba(161, 57, 65, 0.08);
  border-color: #a13941;
}

a.event.event-burgund:focus {
  background-color: rgba(161, 57, 65, 0.12);
}
a.event.event-burgund:hover {
  background-color: rgba(161, 57, 65, 0.12);
}

.event.event-light-primary {
  color: rgb(105.5130890052, 238.4869109948, 198.5078534031);
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.08);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}

a.event.event-light-primary:focus {
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.12);
}
a.event.event-light-primary:hover {
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.12);
}

.event.event-light-success {
  color: rgb(132.2727272727, 182.4545454545, 251.7272727273);
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.08);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}

a.event.event-light-success:focus {
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.12);
}
a.event.event-light-success:hover {
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.12);
}

.event.event-light-info {
  color: rgb(148.0841121495, 201.5420560748, 218.9158878505);
  background-color: rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.08);
  border-color: rgb(167.1495327103, 211.0747663551, 225.3504672897);
}

a.event.event-light-info:focus {
  background-color: rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.12);
}
a.event.event-light-info:hover {
  background-color: rgba(167.1495327103, 211.0747663551, 225.3504672897, 0.12);
}

.event.event-light-warning {
  color: rgb(255, 214.1666666667, 150);
  background-color: rgba(255, 224.0833333333, 175.5, 0.08);
  border-color: rgb(255, 224.0833333333, 175.5);
}

a.event.event-light-warning:focus {
  background-color: rgba(255, 224.0833333333, 175.5, 0.12);
}
a.event.event-light-warning:hover {
  background-color: rgba(255, 224.0833333333, 175.5, 0.12);
}

.event.event-light-danger {
  color: rgb(255, 126, 160.5131578947);
  background-color: rgba(255, 151.5, 179.1907894737, 0.08);
  border-color: rgb(255, 151.5, 179.1907894737);
}

a.event.event-light-danger:focus {
  background-color: rgba(255, 151.5, 179.1907894737, 0.12);
}
a.event.event-light-danger:hover {
  background-color: rgba(255, 151.5, 179.1907894737, 0.12);
}

.event.event-light-dark {
  color: rgb(97.4390243902, 97.4390243902, 137.5609756098);
  background-color: rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.08);
  border-color: rgb(108.9512195122, 108.9512195122, 151.5487804878);
}

a.event.event-light-dark:focus {
  background-color: rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.12);
}
a.event.event-light-dark:hover {
  background-color: rgba(108.9512195122, 108.9512195122, 151.5487804878, 0.12);
}

.event.event-q-light-red {
  color: rgb(255, 126, 160.5131578947);
  background-color: rgba(255, 151.5, 179.1907894737, 0.08);
  border-color: rgb(255, 151.5, 179.1907894737);
}

a.event.event-q-light-red:focus {
  background-color: rgba(255, 151.5, 179.1907894737, 0.12);
}
a.event.event-q-light-red:hover {
  background-color: rgba(255, 151.5, 179.1907894737, 0.12);
}

.event.event-q-light-orange {
  color: rgb(253.75, 185.4166666667, 151.25);
  background-color: rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.08);
  border-color: rgb(254.0535714286, 202.3154761905, 176.4464285714);
}

a.event.event-q-light-orange:focus {
  background-color: rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.12);
}
a.event.event-q-light-orange:hover {
  background-color: rgba(254.0535714286, 202.3154761905, 176.4464285714, 0.12);
}

.event.event-q-light-orange2 {
  color: rgb(254.577689243, 195.4541832669, 149.422310757);
  background-color: rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.08);
  border-color: rgb(254.6792828685, 209.7788844622, 174.8207171315);
}

a.event.event-q-light-orange2:focus {
  background-color: rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.12);
}
a.event.event-q-light-orange2:hover {
  background-color: rgba(254.6792828685, 209.7788844622, 174.8207171315, 0.12);
}

.event.event-q-light-orange3 {
  color: rgb(255, 214.1666666667, 150);
  background-color: rgba(255, 224.0833333333, 175.5, 0.08);
  border-color: rgb(255, 224.0833333333, 175.5);
}

a.event.event-q-light-orange3:focus {
  background-color: rgba(255, 224.0833333333, 175.5, 0.12);
}
a.event.event-q-light-orange3:hover {
  background-color: rgba(255, 224.0833333333, 175.5, 0.12);
}

.event.event-q-light-yellow {
  color: rgb(255, 236.7142857143, 143);
  background-color: rgba(255, 240.8775510204, 168.5, 0.08);
  border-color: rgb(255, 240.8775510204, 168.5);
}

a.event.event-q-light-yellow:focus {
  background-color: rgba(255, 240.8775510204, 168.5, 0.12);
}
a.event.event-q-light-yellow:hover {
  background-color: rgba(255, 240.8775510204, 168.5, 0.12);
}

.event.event-q-light-yellow2 {
  color: rgb(250.8933333333, 244.44, 127.1066666667);
  background-color: rgba(251.6866666667, 246.48, 151.8133333333, 0.08);
  border-color: rgb(251.6866666667, 246.48, 151.8133333333);
}

a.event.event-q-light-yellow2:focus {
  background-color: rgba(251.6866666667, 246.48, 151.8133333333, 0.12);
}
a.event.event-q-light-yellow2:hover {
  background-color: rgba(251.6866666667, 246.48, 151.8133333333, 0.12);
}

.event.event-q-light-green {
  color: #abf66f;
  background-color: rgba(185, 247.5, 135, 0.08);
  border-color: rgb(185, 247.5, 135);
}

a.event.event-q-light-green:focus {
  background-color: rgba(185, 247.5, 135, 0.12);
}
a.event.event-q-light-green:hover {
  background-color: rgba(185, 247.5, 135, 0.12);
}

.event.event-q-light-green2 {
  color: rgb(105.5130890052, 238.4869109948, 198.5078534031);
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.08);
  border-color: rgb(128.4764397906, 241.0235602094, 207.1858638743);
}

a.event.event-q-light-green2:focus {
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.12);
}
a.event.event-q-light-green2:hover {
  background-color: rgba(128.4764397906, 241.0235602094, 207.1858638743, 0.12);
}

.event.event-q-light-blue {
  color: rgb(132.2727272727, 182.4545454545, 251.7272727273);
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.08);
  border-color: rgb(157.1103896104, 197.1363636364, 252.3896103896);
}

a.event.event-q-light-blue:focus {
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.12);
}
a.event.event-q-light-blue:hover {
  background-color: rgba(157.1103896104, 197.1363636364, 252.3896103896, 0.12);
}

.event.event-q-light-purple {
  color: rgb(176.6842105263, 108.1578947368, 215.8421052632);
  background-color: rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.08);
  border-color: rgb(187.4210526316, 128.2894736842, 221.2105263158);
}

a.event.event-q-light-purple:focus {
  background-color: rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.12);
}
a.event.event-q-light-purple:hover {
  background-color: rgba(187.4210526316, 128.2894736842, 221.2105263158, 0.12);
}

.event.event-light-burgund {
  color: rgb(218.6559633028, 152.3440366972, 157.4449541284);
  background-color: rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.08);
  border-color: rgb(225.3233944954, 171.1766055046, 175.3417431193);
}

a.event.event-light-burgund:focus {
  background-color: rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.12);
}
a.event.event-light-burgund:hover {
  background-color: rgba(225.3233944954, 171.1766055046, 175.3417431193, 0.12);
}

.event.event-gray-000 {
  color: rgb(242.25, 242.25, 242.25);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
}

a.event.event-gray-000:focus {
  background-color: rgba(255, 255, 255, 0.12);
}
a.event.event-gray-000:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.event.event-gray-999 {
  color: black;
  background-color: rgba(0, 0, 0, 0.08);
  border-color: #000000;
}

a.event.event-gray-999:focus {
  background-color: rgba(0, 0, 0, 0.12);
}
a.event.event-gray-999:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.event-blue {
  color: rgb(5.3376623377, 87.1818181818, 200.1623376623);
  background-color: rgba(6, 98, 225, 0.08);
  border-color: #0662e1;
}

a.event-blue:focus {
  background-color: rgba(6, 98, 225, 0.12);
}
a.event-blue:hover {
  background-color: rgba(6, 98, 225, 0.12);
}

.event-indigo {
  color: rgb(84.2368421053, 30.6315789474, 114.8684210526);
  background-color: rgba(99, 36, 135, 0.08);
  border-color: #632487;
}

a.event-indigo:focus {
  background-color: rgba(99, 36, 135, 0.12);
}
a.event-indigo:hover {
  background-color: rgba(99, 36, 135, 0.12);
}

.event-purple {
  color: rgb(83.6799065421, 66.0630841121, 122.4369158879);
  background-color: rgba(95, 75, 139, 0.08);
  border-color: #5F4B8B;
}

a.event-purple:focus {
  background-color: rgba(95, 75, 139, 0.12);
}
a.event-purple:hover {
  background-color: rgba(95, 75, 139, 0.12);
}

.event-pink {
  color: rgb(174.6545454545, 89.8454545455, 152.3363636364);
  background-color: rgba(183, 107, 163, 0.08);
  border-color: #B76BA3;
}

a.event-pink:focus {
  background-color: rgba(183, 107, 163, 0.12);
}
a.event-pink:hover {
  background-color: rgba(183, 107, 163, 0.12);
}

.event-red {
  color: rgb(202.5, 0, 54.1776315789);
  background-color: rgba(228, 0, 61, 0.08);
  border-color: #e4003d;
}

a.event-red:focus {
  background-color: rgba(228, 0, 61, 0.12);
}
a.event-red:hover {
  background-color: rgba(228, 0, 61, 0.12);
}

.event-orange {
  color: rgb(226.5, 138.4166666667, 0);
  background-color: rgba(252, 154, 0, 0.08);
  border-color: #fc9a00;
}

a.event-orange:focus {
  background-color: rgba(252, 154, 0, 0.12);
}
a.event-orange:hover {
  background-color: rgba(252, 154, 0, 0.12);
}

.event-yellow {
  color: rgb(193.2933333333, 183.54, 6.2066666667);
  background-color: rgba(218, 207, 7, 0.08);
  border-color: #dacf07;
}

a.event-yellow:focus {
  background-color: rgba(218, 207, 7, 0.12);
}
a.event-yellow:hover {
  background-color: rgba(218, 207, 7, 0.12);
}

.event-green {
  color: rgb(80.5, 168, 10.5);
  background-color: rgba(92, 192, 12, 0.08);
  border-color: #5cc00c;
}

a.event-green:focus {
  background-color: rgba(92, 192, 12, 0.12);
}
a.event-green:hover {
  background-color: rgba(92, 192, 12, 0.12);
}

.event-teal {
  color: rgb(0, 136.5, 116.2777777778);
  background-color: rgba(0, 162, 138, 0.08);
  border-color: #00A28A;
}

a.event-teal:focus {
  background-color: rgba(0, 162, 138, 0.12);
}
a.event-teal:hover {
  background-color: rgba(0, 162, 138, 0.12);
}

.event-cyan {
  color: rgb(47.5654205607, 118.0327102804, 140.9345794393);
  background-color: rgba(54, 134, 160, 0.08);
  border-color: #3686A0;
}

a.event-cyan:focus {
  background-color: rgba(54, 134, 160, 0.12);
}
a.event-cyan:hover {
  background-color: rgba(54, 134, 160, 0.12);
}

.event-white {
  color: rgb(242.25, 242.25, 242.25);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
}

a.event-white:focus {
  background-color: rgba(255, 255, 255, 0.12);
}
a.event-white:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.event-gray {
  color: rgb(122.1438356164, 126.6095890411, 143.3561643836);
  background-color: rgba(136, 140, 155, 0.08);
  border-color: #888c9b;
}

a.event-gray:focus {
  background-color: rgba(136, 140, 155, 0.12);
}
a.event-gray:hover {
  background-color: rgba(136, 140, 155, 0.12);
}

.event-gray-dark {
  color: rgb(23.4268292683, 23.4268292683, 33.0731707317);
  background-color: rgba(34, 34, 48, 0.08);
  border-color: #222230;
}

a.event-gray-dark:focus {
  background-color: rgba(34, 34, 48, 0.12);
}
a.event-gray-dark:hover {
  background-color: rgba(34, 34, 48, 0.12);
}

.rating-block {
  display: block;
}

.rating {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  vertical-align: middle;
}
.rating-xs {
  font-size: 0.875rem;
}
.rating-sm {
  font-size: 1rem;
}
.rating-lg {
  font-size: 1.5rem;
}
.rating > label,
.rating > input[type=radio],
.rating > input[type=checkbox] {
  float: right;
  cursor: pointer;
}
.rating > label {
  margin-bottom: 0;
  display: inline;
  color: #e6e8ed;
  line-height: 1;
}
.rating > label:hover {
  color: rgb(248.672, 238.728, 57.928);
}
.rating > label:hover ~ label {
  color: #dacf07;
}
.rating.has-readonly > label:hover {
  color: #e6e8ed;
}
.rating.has-readonly > label:hover ~ label {
  color: #e6e8ed;
}
.rating > input[type=radio],
.rating > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.rating > input[type=radio]:checked ~ label,
.rating > input[type=checkbox]:checked ~ label {
  color: #dacf07;
}

.rating-blue > label:hover {
  color: rgb(62.7272727273, 141.3454545455, 249.8727272727);
}
.rating-blue > label:hover ~ label {
  color: #0662e1;
}
.rating-blue > input[type=radio]:checked ~ label,
.rating-blue > input[type=checkbox]:checked ~ label {
  color: #0662e1;
}

.rating-indigo > label:hover {
  color: rgb(146.2421052632, 53.1789473684, 199.4210526316);
}
.rating-indigo > label:hover ~ label {
  color: #632487;
}
.rating-indigo > input[type=radio]:checked ~ label,
.rating-indigo > input[type=checkbox]:checked ~ label {
  color: #632487;
}

.rating-purple > label:hover {
  color: rgb(135.7775700935, 115.7401869159, 179.8598130841);
}
.rating-purple > label:hover ~ label {
  color: #5F4B8B;
}
.rating-purple > input[type=radio]:checked ~ label,
.rating-purple > input[type=checkbox]:checked ~ label {
  color: #5F4B8B;
}

.rating-pink > label:hover {
  color: rgb(209.7054545455, 161.8945454545, 197.1236363636);
}
.rating-pink > label:hover ~ label {
  color: #B76BA3;
}
.rating-pink > input[type=radio]:checked ~ label,
.rating-pink > input[type=checkbox]:checked ~ label {
  color: #B76BA3;
}

.rating-red > label:hover {
  color: rgb(255, 54.6, 108.2157894737);
}
.rating-red > label:hover ~ label {
  color: #e4003d;
}
.rating-red > input[type=radio]:checked ~ label,
.rating-red > input[type=checkbox]:checked ~ label {
  color: #e4003d;
}

.rating-orange > label:hover {
  color: rgb(255, 186.4, 78.6);
}
.rating-orange > label:hover ~ label {
  color: #fc9a00;
}
.rating-orange > input[type=radio]:checked ~ label,
.rating-orange > input[type=checkbox]:checked ~ label {
  color: #fc9a00;
}

.rating-yellow > label:hover {
  color: rgb(248.672, 238.728, 57.928);
}
.rating-yellow > label:hover ~ label {
  color: #dacf07;
}
.rating-yellow > input[type=radio]:checked ~ label,
.rating-yellow > input[type=checkbox]:checked ~ label {
  color: #dacf07;
}

.rating-green > label:hover {
  color: rgb(131.8, 241.8, 43.8);
}
.rating-green > label:hover ~ label {
  color: #5cc00c;
}
.rating-green > input[type=radio]:checked ~ label,
.rating-green > input[type=checkbox]:checked ~ label {
  color: #5cc00c;
}

.rating-teal > label:hover {
  color: rgb(0, 243.6, 207.5111111111);
}
.rating-teal > label:hover ~ label {
  color: #00A28A;
}
.rating-teal > input[type=radio]:checked ~ label,
.rating-teal > input[type=checkbox]:checked ~ label {
  color: #00A28A;
}

.rating-cyan > label:hover {
  color: rgb(94.7009345794, 174.8504672897, 200.8990654206);
}
.rating-cyan > label:hover ~ label {
  color: #3686A0;
}
.rating-cyan > input[type=radio]:checked ~ label,
.rating-cyan > input[type=checkbox]:checked ~ label {
  color: #3686A0;
}

.rating-white > label:hover {
  color: white;
}
.rating-white > label:hover ~ label {
  color: #ffffff;
}
.rating-white > input[type=radio]:checked ~ label,
.rating-white > input[type=checkbox]:checked ~ label {
  color: #ffffff;
}

.rating-gray > label:hover {
  color: rgb(180.3397260274, 182.8493150685, 192.2602739726);
}
.rating-gray > label:hover ~ label {
  color: #888c9b;
}
.rating-gray > input[type=radio]:checked ~ label,
.rating-gray > input[type=checkbox]:checked ~ label {
  color: #888c9b;
}

.rating-gray-dark > label:hover {
  color: rgb(67.8341463415, 67.8341463415, 95.7658536585);
}
.rating-gray-dark > label:hover ~ label {
  color: #222230;
}
.rating-gray-dark > input[type=radio]:checked ~ label,
.rating-gray-dark > input[type=checkbox]:checked ~ label {
  color: #222230;
}

.publisher {
  display: flex;
  width: 100%;
}
.publisher .publisher-label,
.publisher .publisher-tools {
  display: none;
}
.publisher.focus {
  display: flex;
  flex-direction: column;
}
.publisher.focus .publisher-input,
.publisher.focus .publisher-label,
.publisher.focus .publisher-tools {
  display: block;
}
.publisher.focus .publisher-input {
  margin-bottom: 0.5em;
  padding-right: 0;
  width: 100%;
}
.publisher.focus .publisher-input .form-control {
  height: auto;
}
.publisher .btn-link {
  color: #888c9b;
}
.publisher .btn-link:focus {
  color: #222230;
}
.publisher .btn-link:hover {
  color: #222230;
}
.publisher .user-avatar {
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 768px) {
  .publisher .user-avatar {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.publisher-input {
  padding-right: 12px;
  width: 100%;
}
.publisher-input .form-control {
  height: 2.25rem;
  resize: none;
}
@media (min-width: 768px) {
  .publisher-input .form-control {
    height: 2.25rem;
  }
}

.publisher-actions {
  display: flex;
}

.publisher-alt {
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  background-color: #ffffff;
}
.publisher-alt .publisher-input {
  margin-bottom: 0;
}
.publisher-alt .publisher-input {
  padding-right: 0;
}
.publisher-alt .publisher-input .form-control {
  border: 0;
}
.publisher-alt .publisher-input .form-control:focus {
  box-shadow: none;
}
.publisher-alt .publisher-actions {
  display: none;
  padding: 0 0.75rem 0 0;
  align-items: center;
}
.publisher-alt .publisher-tools {
  padding: 0 0.5em 0.75em;
}
.publisher-alt.focus {
  border-color: #13ac7e;
  box-shadow: 0 0 0 1px #13ac7e;
}
.publisher-alt.focus .publisher-input {
  margin-top: 0;
}
.publisher-alt.focus .publisher-actions {
  display: flex;
}

.hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  height: 2.25rem;
  width: 2.25rem;
  transition: background-color 300ms linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
  margin: 0;
  overflow: visible;
  outline: 0;
}
.hamburger-sm .hamburger-inner {
  transform: scale(0.8);
}
.hamburger:hover, .hamburger:focus, .hamburger.focus {
  background-color: rgba(255, 255, 255, 0.05);
  outline: 0;
}
.hamburger:active {
  background-color: rgba(0, 0, 0, 0.05);
}

.hamburger-box {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 1.25rem;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

.hamburger-light .hamburger-inner,
.hamburger-light .hamburger-inner::before,
.hamburger-light .hamburger-inner::after {
  background-color: #222230;
}

/*
 * Arrow
 */
.hamburger-arrow.active .hamburger-inner::before,
.hamburger-arrow[aria-expanded=true] .hamburger-inner::before {
  transform: translate3d(-0.25rem, 1px, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger-arrow.active .hamburger-inner::after,
.hamburger-arrow[aria-expanded=true] .hamburger-inner::after {
  transform: translate3d(-0.25rem, -1px, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Squeeze
 */
.hamburger-squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger-squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-squeeze.active .hamburger-inner, .hamburger-squeeze[aria-expanded=true] .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-squeeze.active .hamburger-inner::before, .hamburger-squeeze[aria-expanded=true] .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger-squeeze.active .hamburger-inner::after, .hamburger-squeeze[aria-expanded=true] .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card-figure {
  position: relative;
  padding: 10px;
  border-radius: 2px;
}
.card-figure.is-hoverable {
  transition: transform 200ms, box-shadow 200ms;
}
.card-figure.is-hoverable:focus {
  transform: translate3d(0, -0.25rem, 0);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.card-figure.is-hoverable:hover {
  transform: translate3d(0, -0.25rem, 0);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.card-figure:hover .img-link {
  opacity: 1;
}
.card-figure:hover .figure-action {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.card-figure .figure {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.card-figure .figure-caption {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  color: inherit;
}
@media (min-width: 768px) {
  .card-figure .figure-caption {
    font-size: 0.75rem;
  }
}

.figure-title {
  margin: 0 0 0.125rem;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .figure-title {
    font-size: 0.875rem;
  }
}
.figure-title a:focus {
  color: #000000;
  text-decoration: none;
}
.figure-title a:hover {
  color: #000000;
  text-decoration: none;
}

.figure-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.figure-img .img-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  opacity: 0;
  z-index: 2;
  transition: opacity 200ms ease;
}
.figure-img .img-link .tile {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
}
.figure-img .img-link:focus {
  opacity: 1;
  outline: 0;
}
.figure-img .img-link:hover {
  opacity: 1;
  outline: 0;
}

.figure-tools {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  padding: 0.5rem;
  opacity: 0;
  z-index: 2;
  transition: opacity 300ms ease;
}
.figure-tools .tile {
  background-color: #ffffff;
}
.figure-tools .tile:focus {
  background-color: #f6f7f9;
}
.figure-tools .tile:hover {
  background-color: #f6f7f9;
}
.card-figure:hover .figure-tools {
  opacity: 1;
}

.figure-attachment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  background-color: #f6f7f9;
  overflow: hidden;
}
.figure-attachment > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.figure-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 300ms ease;
}
.figure-action .btn-block {
  border-radius: 0;
}

.figure-description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.25rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.96);
  opacity: 0;
  transition: all 300ms ease;
  z-index: 1;
}
.card-figure:hover .figure-description {
  opacity: 1;
}

.timeline {
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 768px) {
  .timeline {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.timeline-heading {
  margin-top: 0.25rem;
  font-size: 1em;
}
.timeline-heading .custom-control-inline {
  vertical-align: middle;
  margin-right: 0;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .timeline-heading .custom-control-inline {
    margin-top: 0;
  }
}

.timeline-item {
  position: relative;
  display: flex;
}
.timeline-item::after {
  display: block;
  clear: both;
  content: "";
}
.timeline-item:first-child .timeline-figure,
.timeline-item:first-child .timeline-body {
  padding-top: 0;
}
.timeline-item:last-child .timeline-figure,
.timeline-item:last-child .timeline-body {
  margin-bottom: 1.25rem;
}

.timeline-figure {
  position: relative;
  padding: 0.5rem 0;
}
.timeline-figure::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  top: 1rem;
  left: 50%;
  margin-left: -1px;
  border-left: 2px solid rgba(34, 34, 48, 0.1);
}
.timeline-dashed-line .timeline-figure::before {
  border-left-style: dashed;
}
.timeline-figure .tile {
  position: relative;
  box-shadow: 0 0 0 2px #ffffff;
  z-index: 2;
}
.timeline-fluid .timeline-figure {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.timeline-fluid .timeline-figure::before {
  display: none;
}

.timeline-body {
  width: 100%;
  margin-left: 1.25rem;
  padding: 0.5rem 0;
}
.timeline-fluid .timeline-body {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.timeline-date {
  font-size: 0.75rem;
  color: #888c9b;
}

.tile-wrapper {
  display: inline-block;
  text-align: center;
}
.tile-wrapper .tile {
  margin-bottom: 0.25rem;
}
.tile-wrapper .tile-peek {
  display: block;
  font-size: 0.875rem;
}

a.tile-wrapper .tile-peek {
  color: #888c9b;
}
a.tile-wrapper:focus {
  text-decoration: none;
}
a.tile-wrapper:focus .tile-peek {
  color: #000000;
}
a.tile-wrapper:hover {
  text-decoration: none;
}
a.tile-wrapper:hover .tile-peek {
  color: #000000;
}

.tile {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: #888c9b;
  font-weight: 600;
  font-size: 1rem;
  background-color: #e6e8ed;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.25rem;
}
.tile-img {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.tile.bg-primary {
  color: #ffffff;
}
.tile.bg-secondary {
  color: #363642;
}
.tile.bg-success {
  color: #ffffff;
}
.tile.bg-info {
  color: #ffffff;
}
.tile.bg-warning {
  color: #363642;
}
.tile.bg-danger {
  color: #ffffff;
}
.tile.bg-light {
  color: #363642;
}
.tile.bg-dark {
  color: #ffffff;
}
.tile.bg-neutral {
  color: #363642;
}
.tile.bg-q-red {
  color: #ffffff;
}
.tile.bg-q-orange {
  color: #ffffff;
}
.tile.bg-q-orange2 {
  color: #ffffff;
}
.tile.bg-q-orange3 {
  color: #363642;
}
.tile.bg-q-yellow {
  color: #363642;
}
.tile.bg-q-yellow2 {
  color: #363642;
}
.tile.bg-q-green {
  color: #ffffff;
}
.tile.bg-q-green2 {
  color: #ffffff;
}
.tile.bg-q-blue {
  color: #ffffff;
}
.tile.bg-q-purple {
  color: #ffffff;
}
.tile.bg-burgund {
  color: #ffffff;
}
.tile.bg-light-primary {
  color: #363642;
}
.tile.bg-light-success {
  color: #363642;
}
.tile.bg-light-info {
  color: #363642;
}
.tile.bg-light-warning {
  color: #363642;
}
.tile.bg-light-danger {
  color: #363642;
}
.tile.bg-light-dark {
  color: #ffffff;
}
.tile.bg-q-light-red {
  color: #363642;
}
.tile.bg-q-light-orange {
  color: #363642;
}
.tile.bg-q-light-orange2 {
  color: #363642;
}
.tile.bg-q-light-orange3 {
  color: #363642;
}
.tile.bg-q-light-yellow {
  color: #363642;
}
.tile.bg-q-light-yellow2 {
  color: #363642;
}
.tile.bg-q-light-green {
  color: #363642;
}
.tile.bg-q-light-green2 {
  color: #363642;
}
.tile.bg-q-light-blue {
  color: #363642;
}
.tile.bg-q-light-purple {
  color: #363642;
}
.tile.bg-light-burgund {
  color: #363642;
}
.tile.bg-gray-000 {
  color: #363642;
}
.tile.bg-gray-999 {
  color: #ffffff;
}
.tile-xxl {
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  font-size: 3rem;
}
.tile-xl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
}
.tile-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}
.tile-md {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.tile-sm {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.tile-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.tile-xxs {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
}
.tile-xxl, .tile-xl, .tile-lg {
  border-radius: 0.3rem;
}
.tile-circle {
  border-radius: 4rem;
}
.tile > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

a.tile {
  outline: 0;
  background-color: rgb(215.1744186047, 218.3604651163, 226.3255813953);
}
a.tile:focus {
  color: #000000;
  text-decoration: none;
}
a.tile:hover {
  color: #000000;
  text-decoration: none;
}
a.tile.bg-primary:focus {
  color: #ffffff;
}
a.tile.bg-primary:hover {
  color: #ffffff;
}
a.tile.bg-secondary:focus {
  color: #363642;
}
a.tile.bg-secondary:hover {
  color: #363642;
}
a.tile.bg-success:focus {
  color: #ffffff;
}
a.tile.bg-success:hover {
  color: #ffffff;
}
a.tile.bg-info:focus {
  color: #ffffff;
}
a.tile.bg-info:hover {
  color: #ffffff;
}
a.tile.bg-warning:focus {
  color: #363642;
}
a.tile.bg-warning:hover {
  color: #363642;
}
a.tile.bg-danger:focus {
  color: #ffffff;
}
a.tile.bg-danger:hover {
  color: #ffffff;
}
a.tile.bg-light:focus {
  color: #363642;
}
a.tile.bg-light:hover {
  color: #363642;
}
a.tile.bg-dark:focus {
  color: #ffffff;
}
a.tile.bg-dark:hover {
  color: #ffffff;
}
a.tile.bg-neutral:focus {
  color: #363642;
}
a.tile.bg-neutral:hover {
  color: #363642;
}
a.tile.bg-q-red:focus {
  color: #ffffff;
}
a.tile.bg-q-red:hover {
  color: #ffffff;
}
a.tile.bg-q-orange:focus {
  color: #ffffff;
}
a.tile.bg-q-orange:hover {
  color: #ffffff;
}
a.tile.bg-q-orange2:focus {
  color: #ffffff;
}
a.tile.bg-q-orange2:hover {
  color: #ffffff;
}
a.tile.bg-q-orange3:focus {
  color: #363642;
}
a.tile.bg-q-orange3:hover {
  color: #363642;
}
a.tile.bg-q-yellow:focus {
  color: #363642;
}
a.tile.bg-q-yellow:hover {
  color: #363642;
}
a.tile.bg-q-yellow2:focus {
  color: #363642;
}
a.tile.bg-q-yellow2:hover {
  color: #363642;
}
a.tile.bg-q-green:focus {
  color: #ffffff;
}
a.tile.bg-q-green:hover {
  color: #ffffff;
}
a.tile.bg-q-green2:focus {
  color: #ffffff;
}
a.tile.bg-q-green2:hover {
  color: #ffffff;
}
a.tile.bg-q-blue:focus {
  color: #ffffff;
}
a.tile.bg-q-blue:hover {
  color: #ffffff;
}
a.tile.bg-q-purple:focus {
  color: #ffffff;
}
a.tile.bg-q-purple:hover {
  color: #ffffff;
}
a.tile.bg-burgund:focus {
  color: #ffffff;
}
a.tile.bg-burgund:hover {
  color: #ffffff;
}
a.tile.bg-light-primary:focus {
  color: #363642;
}
a.tile.bg-light-primary:hover {
  color: #363642;
}
a.tile.bg-light-success:focus {
  color: #363642;
}
a.tile.bg-light-success:hover {
  color: #363642;
}
a.tile.bg-light-info:focus {
  color: #363642;
}
a.tile.bg-light-info:hover {
  color: #363642;
}
a.tile.bg-light-warning:focus {
  color: #363642;
}
a.tile.bg-light-warning:hover {
  color: #363642;
}
a.tile.bg-light-danger:focus {
  color: #363642;
}
a.tile.bg-light-danger:hover {
  color: #363642;
}
a.tile.bg-light-dark:focus {
  color: #ffffff;
}
a.tile.bg-light-dark:hover {
  color: #ffffff;
}
a.tile.bg-q-light-red:focus {
  color: #363642;
}
a.tile.bg-q-light-red:hover {
  color: #363642;
}
a.tile.bg-q-light-orange:focus {
  color: #363642;
}
a.tile.bg-q-light-orange:hover {
  color: #363642;
}
a.tile.bg-q-light-orange2:focus {
  color: #363642;
}
a.tile.bg-q-light-orange2:hover {
  color: #363642;
}
a.tile.bg-q-light-orange3:focus {
  color: #363642;
}
a.tile.bg-q-light-orange3:hover {
  color: #363642;
}
a.tile.bg-q-light-yellow:focus {
  color: #363642;
}
a.tile.bg-q-light-yellow:hover {
  color: #363642;
}
a.tile.bg-q-light-yellow2:focus {
  color: #363642;
}
a.tile.bg-q-light-yellow2:hover {
  color: #363642;
}
a.tile.bg-q-light-green:focus {
  color: #363642;
}
a.tile.bg-q-light-green:hover {
  color: #363642;
}
a.tile.bg-q-light-green2:focus {
  color: #363642;
}
a.tile.bg-q-light-green2:hover {
  color: #363642;
}
a.tile.bg-q-light-blue:focus {
  color: #363642;
}
a.tile.bg-q-light-blue:hover {
  color: #363642;
}
a.tile.bg-q-light-purple:focus {
  color: #363642;
}
a.tile.bg-q-light-purple:hover {
  color: #363642;
}
a.tile.bg-light-burgund:focus {
  color: #363642;
}
a.tile.bg-light-burgund:hover {
  color: #363642;
}
a.tile.bg-gray-000:focus {
  color: #363642;
}
a.tile.bg-gray-000:hover {
  color: #363642;
}
a.tile.bg-gray-999:focus {
  color: #ffffff;
}
a.tile.bg-gray-999:hover {
  color: #ffffff;
}

.tile.bg-blue {
  color: #ffffff;
}

a.tile.bg-blue:focus {
  color: #ffffff;
}
a.tile.bg-blue:hover {
  color: #ffffff;
}

.tile.bg-indigo {
  color: #ffffff;
}

a.tile.bg-indigo:focus {
  color: #ffffff;
}
a.tile.bg-indigo:hover {
  color: #ffffff;
}

.tile.bg-purple {
  color: #ffffff;
}

a.tile.bg-purple:focus {
  color: #ffffff;
}
a.tile.bg-purple:hover {
  color: #ffffff;
}

.tile.bg-pink {
  color: #ffffff;
}

a.tile.bg-pink:focus {
  color: #ffffff;
}
a.tile.bg-pink:hover {
  color: #ffffff;
}

.tile.bg-red {
  color: #ffffff;
}

a.tile.bg-red:focus {
  color: #ffffff;
}
a.tile.bg-red:hover {
  color: #ffffff;
}

.tile.bg-orange {
  color: #363642;
}

a.tile.bg-orange:focus {
  color: #363642;
}
a.tile.bg-orange:hover {
  color: #363642;
}

.tile.bg-yellow {
  color: #363642;
}

a.tile.bg-yellow:focus {
  color: #363642;
}
a.tile.bg-yellow:hover {
  color: #363642;
}

.tile.bg-green {
  color: #ffffff;
}

a.tile.bg-green:focus {
  color: #ffffff;
}
a.tile.bg-green:hover {
  color: #ffffff;
}

.tile.bg-teal {
  color: #ffffff;
}

a.tile.bg-teal:focus {
  color: #ffffff;
}
a.tile.bg-teal:hover {
  color: #ffffff;
}

.tile.bg-cyan {
  color: #ffffff;
}

a.tile.bg-cyan:focus {
  color: #ffffff;
}
a.tile.bg-cyan:hover {
  color: #ffffff;
}

.tile.bg-white {
  color: #363642;
}

a.tile.bg-white:focus {
  color: #363642;
}
a.tile.bg-white:hover {
  color: #363642;
}

.tile.bg-gray {
  color: #ffffff;
}

a.tile.bg-gray:focus {
  color: #ffffff;
}
a.tile.bg-gray:hover {
  color: #ffffff;
}

.tile.bg-gray-dark {
  color: #ffffff;
}

a.tile.bg-gray-dark:focus {
  color: #ffffff;
}
a.tile.bg-gray-dark:hover {
  color: #ffffff;
}

.todo-list-bordered > .todo-header:not(:first-child),
.todo-list-bordered > .todo:not(:first-child) {
  border-top: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
.todo-list-bordered .todo {
  border-radius: 0;
  padding: 0.5rem 0.25rem;
}
.todo-list-bordered .todo-header + .todo {
  border-top: 0;
}

.todo-header {
  padding: 1rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #888c9b;
}
.todo-header:first-child {
  padding-top: 0;
}

.todo {
  display: flex;
  min-height: calc(1.5em + 0.75rem + 2px);
  align-items: center;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .todo {
    min-height: 2.25rem;
  }
}
.todo:hover {
  background-color: #f6f7f9;
}
.todo:hover .todo-actions {
  display: block;
}
.todo .custom-control {
  padding-left: 2rem;
  flex: 1;
}
.todo .custom-control-label {
  display: block;
}
.todo .custom-control-label::before, .todo .custom-control-label::after {
  left: -2rem;
}
.todo .custom-control-input:checked + .custom-control-label {
  color: #888c9b;
  text-decoration: line-through;
}

.todo-actions {
  margin-left: auto;
  display: none;
}

.visual-picker {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.visual-picker-sm .visual-picker-figure {
  width: 4rem;
  height: 4rem;
}
.visual-picker-sm .visual-picker-figure:after {
  content: "";
}
.visual-picker-lg .visual-picker-figure {
  width: 12rem;
  height: 12rem;
}
.visual-picker-lg .visual-picker-figure:after {
  top: 1rem;
  right: 1rem;
  font-size: 1.25rem;
}
.visual-picker-fluid {
  width: 100%;
}
.visual-picker-fluid .visual-picker-figure {
  width: 100%;
}
.visual-picker.has-peek {
  padding-bottom: 1.5rem;
}
.visual-picker.has-peek .visual-picker-figure {
  margin-bottom: 0.5em;
}
.visual-picker:focus .visual-picker-figure {
  box-shadow: inset 0 0 0 2px #13ac7e, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.visual-picker:hover .visual-picker-figure {
  box-shadow: inset 0 0 0 2px #13ac7e, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.visual-picker input[type=checkbox],
.visual-picker input[type=radio] {
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.visual-picker input[type=checkbox]:checked ~ .visual-picker-figure,
.visual-picker input[type=radio]:checked ~ .visual-picker-figure {
  box-shadow: inset 0 0 0 2px #13ac7e, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.visual-picker input[type=checkbox]:checked ~ .visual-picker-figure:after,
.visual-picker input[type=radio]:checked ~ .visual-picker-figure:after {
  opacity: 1;
}
.visual-picker input[type=checkbox]:focus ~ .visual-picker-figure,
.visual-picker input[type=radio]:focus ~ .visual-picker-figure {
  box-shadow: inset 0 0 0 2px #13ac7e, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.visual-picker-figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  color: #363642;
  background-color: #ffffff;
  border-radius: 0.25rem;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 200ms;
}
.visual-picker-figure:after {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 1rem;
  font-variant: normal;
  color: #13ac7e;
  text-rendering: auto;
  line-height: 1;
  opacity: 0;
  transition: opacity 200ms;
}

.visual-picker-content {
  display: block;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  text-align: center;
}

.visual-picker-peek {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.visual-picker {
  color: #000000;
}
a.visual-picker:focus {
  outline: 0;
  color: #000000;
  text-decoration: none;
}
a.visual-picker:hover {
  outline: 0;
  color: #000000;
  text-decoration: none;
}

.switcher-control {
  margin-bottom: 0;
  position: relative;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.625rem;
  user-select: none;
  width: 2.125rem;
}
.switcher-control .switcher-indicator {
  height: 1rem;
  line-height: 1rem;
  border-radius: 1rem;
}
.switcher-control .switcher-indicator:before {
  right: 1.1875rem;
  width: 1rem;
  border-radius: 1rem;
}
.switcher-control .switcher-label-on,
.switcher-control .switcher-label-off {
  width: calc(100% - 0.75rem);
  line-height: 1rem;
}

.switcher-control-lg {
  width: 3.1875rem;
}
.switcher-control-lg .switcher-indicator {
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
}
.switcher-control-lg .switcher-indicator:before {
  right: 1.71875rem;
  width: 1.5rem;
  border-radius: 1.5rem;
}
.switcher-control-lg .switcher-label-on,
.switcher-control-lg .switcher-label-off {
  width: calc(100% - 1.25rem);
  line-height: 1.5rem;
}

.switcher-input {
  position: absolute;
  height: 0;
  width: 0;
  z-index: -1;
  opacity: 0;
}
.switcher-input:focus + .switcher-indicator {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.switcher-indicator {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border: 2px solid #e6e8ed;
  background-color: #e6e8ed;
  transition: all 150ms linear;
}
.switcher-indicator:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: 0px;
  background: #ffffff;
  border: 2px solid #e6e8ed;
  transition: all 150ms ease-in-out;
}

.switcher-input:checked + .switcher-indicator,
.switcher-input:checked + .switcher-indicator:before {
  border-color: #13ac7e;
}
.switcher-input:checked + .switcher-indicator {
  background-color: #13ac7e;
}
.switcher-input:checked + .switcher-indicator:before {
  right: 0px;
  box-shadow: none;
}

.disabled > .switcher-input,
.switcher-input:disabled {
  pointer-events: none;
}
.disabled > .switcher-input + .switcher-indicator,
.switcher-input:disabled + .switcher-indicator {
  opacity: 0.38;
  cursor: default;
}

.switcher-label-on,
.switcher-label-off {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
}

.switcher-label-on {
  display: none;
  left: 0;
  color: #ffffff;
}
.switcher-input:checked ~ .switcher-label-on {
  display: block;
}

.switcher-label-off {
  display: block;
  right: 0;
  color: #888c9b;
}
.switcher-input:checked ~ .switcher-label-off {
  display: none;
}

.switcher-control-success .switcher-input:checked + .switcher-indicator,
.switcher-control-success .switcher-input:checked + .switcher-indicator:before {
  border-color: #0662e1;
}
.switcher-control-success .switcher-input:checked + .switcher-indicator {
  background-color: #0662e1;
}
.switcher-control-success .switcher-label-on {
  color: #ffffff;
}

.switcher-control-danger .switcher-input:checked + .switcher-indicator,
.switcher-control-danger .switcher-input:checked + .switcher-indicator:before {
  border-color: #e4003d;
}
.switcher-control-danger .switcher-input:checked + .switcher-indicator {
  background-color: #e4003d;
}
.switcher-control-danger .switcher-label-on {
  color: #ffffff;
}

.outbound-link {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  display: block;
  color: #000000;
  border: 1px solid rgba(34, 34, 48, 0.1);
  border-radius: 0.25rem;
}
.outbound-link:focus {
  color: #000000;
  text-decoration: none;
  border-color: #a6abbd;
}
.outbound-link:hover {
  color: #000000;
  text-decoration: none;
  border-color: #a6abbd;
}
.outbound-link .outbound-title {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}
.outbound-link .outbound-text {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.steps {
  display: flex;
  margin: 1.25rem 0;
  font-weight: normal;
}
.steps ul {
  display: flex;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  background-color: #e6e8ed;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-radius: 999px;
}
.steps li {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.steps li:first-child:before {
  display: none;
}
.steps li:first-child a {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.steps li:last-child a {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.steps li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -0.875rem;
  z-index: 1;
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  border: 2px solid #ffffff;
  border-top-right-radius: 0.5rem;
  background-color: #e6e8ed;
  transform: rotate(45deg);
}
.steps li:hover + li:before {
  background-color: rgb(221.1046511628, 223.8162790698, 230.5953488372);
}
.steps li:hover a {
  background-color: rgb(221.1046511628, 223.8162790698, 230.5953488372);
  text-decoration: none;
}
.steps a {
  display: block;
  padding: 5px 0.875rem 6px 1.75rem;
  text-align: center;
  color: #000000;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.steps a:focus {
  text-decoration: none;
}
.steps a:hover {
  text-decoration: none;
}
.steps a > span:last-child {
  margin-left: 5px;
}

.step-indicator {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  background-color: #a6abbd;
  line-height: 1.25rem;
  border-radius: 1.25rem;
}
.step-indicator-icon {
  background-color: transparent;
  color: #888c9b;
}
.step-indicator-icon > .fa {
  margin-top: 2px;
}

.steps .active + li:before {
  background-color: #13ac7e;
}
.steps .active a {
  background-color: #13ac7e;
  color: #fff;
}
.steps .active .step-indicator {
  color: #fff;
}
.steps .active:hover + li:before {
  background-color: rgb(17.4780104712, 158.2219895288, 115.9068062827);
}
.steps .active:hover a {
  background-color: rgb(17.4780104712, 158.2219895288, 115.9068062827);
  color: #fff;
}

.steps .success + li:before {
  background-color: #00A28A;
}
.steps .success a {
  background-color: #00A28A;
  color: #fff;
}
.steps .success .step-indicator {
  color: #fff;
}
.steps .success:hover + li:before {
  background-color: rgb(0, 146.7, 124.9666666667);
}
.steps .success:hover a {
  background-color: rgb(0, 146.7, 124.9666666667);
  color: #fff;
}

.steps .error + li:before {
  background-color: #e4003d;
}
.steps .error a {
  background-color: #e4003d;
  color: #fff;
}
.steps .error .step-indicator {
  color: #fff;
}
.steps .error:hover + li:before {
  background-color: rgb(212.7, 0, 56.9065789474);
}
.steps .error:hover a {
  background-color: rgb(212.7, 0, 56.9065789474);
  color: #fff;
}

.steps-float {
  margin: 0;
  transform: translate3d(0, -50%, 0);
}

.bs-stepper .content.dstepper-block {
  display: block;
}
.bs-stepper .content.dstepper-none {
  display: none;
}
.bs-stepper .content:not(.fade) {
  display: none;
}
.bs-stepper .content.active:not(.fade) {
  display: block;
}
.bs-stepper .content.fade {
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.bs-stepper .content.fade.active {
  visibility: visible;
  opacity: 1;
}
.bs-stepper.vertical .content {
  visibility: hidden;
  display: inherit;
}
.bs-stepper.vertical .content.fade.dstepper-none {
  visibility: hidden;
}
.bs-stepper.vertical .content.active {
  visibility: visible;
}

.progress-list {
  display: flex;
  position: relative;
  margin-bottom: 1.25rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-weight: normal;
}
.progress-list > li {
  position: relative;
  width: 100%;
  text-align: center;
}
.progress-list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  width: 100%;
  height: 3px;
  background-color: rgba(34, 34, 48, 0.1);
}
.progress-list > li:last-child::before {
  display: none;
}
.progress-list > li > button {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #c6c9d5;
  color: rgba(34, 34, 48, 0.1);
  border: 4px solid #ffffff;
  vertical-align: middle;
  border-radius: 1rem;
  line-height: 1;
  user-select: none;
  white-space: normal;
  z-index: 1;
}
.progress-list > li > button:focus, .progress-list > li > button:active {
  outline: 0;
  box-shadow: 0 0 0 2px #13ac7e;
}
.progress-list > .error > button,
.progress-list > .success > button {
  width: 24px;
  height: 24px;
}
.progress-list .progress-indicator {
  display: none;
  width: 1rem;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.progress-list .progress-label {
  display: inline-block;
  position: absolute;
  top: 1.75rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 0.875rem;
  color: #888c9b;
}
.progress-list > .active::before {
  background-color: #13ac7e;
}
.progress-list > .active > button {
  color: #13ac7e;
  background-color: #13ac7e;
  border-color: #13ac7e;
}
.progress-list > .active > button:focus, .progress-list > .active > button:active {
  box-shadow: 0 0 0 2px #13ac7e;
}
.progress-list > .active .progress-indicator {
  color: #13ac7e;
}
.progress-list > .active::before {
  background-color: rgba(34, 34, 48, 0.1);
}
.progress-list > .active > button {
  background-color: #ffffff;
}
.progress-list > .active .progress-label {
  color: #000000;
}
.progress-list > .success::before {
  background-color: #13ac7e;
}
.progress-list > .success > button {
  color: #13ac7e;
  background-color: #ffffff;
  border-color: #ffffff;
}
.progress-list > .success > button:focus, .progress-list > .success > button:active {
  box-shadow: 0 0 0 2px #13ac7e;
}
.progress-list > .success .progress-indicator {
  color: #13ac7e;
}
.progress-list > .success .progress-label {
  color: #000000;
}
.progress-list > .error::before {
  background-color: #e4003d;
}
.progress-list > .error > button {
  color: #e4003d;
  background-color: #ffffff;
  border-color: #ffffff;
}
.progress-list > .error > button:focus, .progress-list > .error > button:active {
  box-shadow: 0 0 0 2px #e4003d;
}
.progress-list > .error .progress-indicator {
  color: #e4003d;
}
.progress-list > .error::before {
  background-color: rgba(34, 34, 48, 0.1);
}
.progress-list > .active .progress-indicator,
.progress-list > .success .progress-indicator,
.progress-list > .error .progress-indicator {
  display: inline-block;
}
.progress-list > .success .progress-indicator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300A28A' viewBox='0 0 24 24'%3e%3cpath d='M12 .9C5.9.9.9 5.9.9 12s5 11.1 11.1 11.1 11.1-5 11.1-11.1S18.1.9 12 .9zm6.2 8.3l-7.1 7.2c-.3.3-.7.3-1 0l-3.9-3.9c-.2-.3-.2-.8 0-1.1l1-1c.3-.2.8-.2 1.1 0l2 2.1c.2.2.5.2.7 0l5.2-5.3c.2-.3.7-.3 1 0l1 1c.3.2.3.7 0 1z'%3e%3c/path%3e%3c/svg%3e");
}
.progress-list > .error .progress-indicator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EA6759' viewBox='0 0 24 24'%3e%3cpath xmlns='http://www.w3.org/2000/svg' d='M12 .9C5.9.9.9 5.9.9 12s5 11.1 11.1 11.1 11.1-5 11.1-11.1S18.1.9 12 .9zm2.3 11.5l3.6 3.6c.1.2.1.4 0 .6l-1.3 1.3c-.2.2-.5.2-.7 0l-3.6-3.6c-.2-.2-.4-.2-.6 0l-3.6 3.6c-.2.2-.5.2-.7 0l-1.3-1.3c-.1-.2-.1-.4 0-.6l3.6-3.6c.2-.2.2-.5 0-.7L6.1 8.1c-.2-.2-.2-.5 0-.7l1.3-1.3c.2-.1.4-.1.6 0l3.7 3.7c.2.2.4.2.6 0l3.6-3.6c.2-.2.5-.2.7 0l1.3 1.3c.1.2.1.4 0 .6l-3.6 3.6c-.2.2-.2.5 0 .7z'%3e%3c/path%3e%3c/svg%3e");
}

.publisher {
  display: flex;
  width: 100%;
}
.publisher .publisher-label,
.publisher .publisher-tools {
  display: none;
}
.publisher.focus {
  display: flex;
  flex-direction: column;
}
.publisher.focus .publisher-input,
.publisher.focus .publisher-label,
.publisher.focus .publisher-tools {
  display: block;
}
.publisher.focus .publisher-input {
  margin-bottom: 0.5em;
  padding-right: 0;
  width: 100%;
}
.publisher.focus .publisher-input .form-control {
  height: auto;
}
.publisher .btn-link {
  color: #888c9b;
}
.publisher .btn-link:focus {
  color: #222230;
}
.publisher .btn-link:hover {
  color: #222230;
}
.publisher .user-avatar {
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 768px) {
  .publisher .user-avatar {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.publisher-input {
  padding-right: 12px;
  width: 100%;
}
.publisher-input .form-control {
  height: 2.25rem;
  resize: none;
}
@media (min-width: 768px) {
  .publisher-input .form-control {
    height: 2.25rem;
  }
}

.publisher-actions {
  display: flex;
}

.publisher-alt {
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  background-color: #ffffff;
}
.publisher-alt .publisher-input {
  margin-bottom: 0;
}
.publisher-alt .publisher-input {
  padding-right: 0;
}
.publisher-alt .publisher-input .form-control {
  border: 0;
}
.publisher-alt .publisher-input .form-control:focus {
  box-shadow: none;
}
.publisher-alt .publisher-actions {
  display: none;
  padding: 0 0.75rem 0 0;
  align-items: center;
}
.publisher-alt .publisher-tools {
  padding: 0 0.5em 0.75em;
}
.publisher-alt.focus {
  border-color: #13ac7e;
  box-shadow: 0 0 0 1px #13ac7e;
}
.publisher-alt.focus .publisher-input {
  margin-top: 0;
}
.publisher-alt.focus .publisher-actions {
  display: flex;
}

.conversations {
  position: relative;
  padding: 1rem;
}

.conversation-list {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.conversation-list .log-divider {
  font-size: 0.75rem;
}
.conversation-list > li:focus .conversation-actions {
  opacity: 1;
}
.conversation-list > li:hover .conversation-actions {
  opacity: 1;
}

.conversation-inbound,
.conversation-outbound {
  display: flex;
}
.conversation-inbound:not(:first-child),
.conversation-outbound:not(:first-child) {
  margin-top: 1rem;
}
.conversation-inbound + .conversation-faux,
.conversation-outbound + .conversation-faux {
  margin-top: 0.375rem;
}

.conversation-avatar {
  z-index: 1;
}
.conversation-avatar > .user-avatar,
.conversation-avatar > .tile {
  box-shadow: 0 0 0 3px #ffffff;
}

.conversation-inbound .conversation-message-skip-avatar {
  padding-left: 2rem;
}
.conversation-inbound .conversation-message-skip-avatar .conversation-message-text {
  margin-left: 0;
  padding-left: 0.5rem;
}
.conversation-inbound .conversation-avatar + .conversation-message .conversation-message-text {
  margin-left: -1rem;
  padding-left: 1.5rem;
}
.conversation-inbound .conversation-message-text {
  color: #363642;
  background-color: #f6f7f9;
  border-radius: 0 1rem 1rem 1rem;
}

.conversation-outbound {
  justify-content: flex-end;
}
.conversation-outbound .conversation-message-skip-avatar {
  padding-right: 2rem;
}
.conversation-outbound .conversation-message-skip-avatar .conversation-message-text {
  margin-right: 0;
  padding-right: 0.5rem;
}
.conversation-outbound .conversation-avatar + .conversation-message .conversation-message-text {
  margin-right: -1rem;
  padding-right: 1.5rem;
}
.conversation-outbound .conversation-message-text {
  color: #ffffff;
  background-color: #13ac7e;
  border-radius: 1rem 0 1rem 1rem;
}
.conversation-outbound .conversation-message-text.has-attachment a:not(.btn) {
  color: #ffffff;
  opacity: 0.87;
}
.conversation-outbound .conversation-message-text.has-attachment a:not(.btn):focus {
  color: #ffffff;
  opacity: 1;
}
.conversation-outbound .conversation-message-text.has-attachment a:not(.btn):hover {
  color: #ffffff;
  opacity: 1;
}

.conversation-avatar .user-avatar-sm {
  margin-top: 0.375rem;
}

.conversation-message {
  display: flex;
  flex-direction: column;
}
.conversation-message .conversation-list {
  margin-top: 1rem;
}
.conversation-message .card-figure {
  margin-bottom: 0;
  width: 15rem;
  max-width: 43%;
}

.conversation-message-text {
  padding: 0.5rem;
  max-width: 480px;
  min-height: 2rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.12);
}
.conversation-message-text.has-attachment .card-figure {
  width: 15rem;
  max-width: 100%;
}
.conversation-message-text.has-attachment a:not(.btn) {
  text-decoration: underline;
}
.conversation-message-text p {
  margin-bottom: 0.25em;
}

.conversation-meta {
  margin-top: 0.125rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  color: #888c9b;
}

.conversation-actions {
  padding: 0 0.25rem;
  align-self: flex-start;
  opacity: 0;
  transition: opacity 200ms;
}

.feed {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.feed > .feed-post .card-footer-item {
  flex: 0;
}
.feed > .feed-post,
.feed > .feed-comments {
  margin-bottom: 0;
  box-shadow: none;
}
.feed > .feed-post + .card,
.feed > .feed-comments + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.feed > .feed-post .card-footer,
.feed > .feed-comments .card-footer {
  font-size: 0.875rem;
}

.feed-publisher {
  margin-bottom: 20px;
  padding: 1rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .feed-publisher {
    border-radius: 0.25rem;
  }
}
.feed-publisher .form-control,
.feed-publisher .form-control:focus,
.feed-publisher .publisher,
.feed-publisher .publisher-alt,
.feed-publisher .publisher.focus,
.feed-publisher .publisher-alt.focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.feed-publisher .publisher-actions {
  padding: 0;
}

.feed-post:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.feed-post .card-header {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.feed-post .card-header {
  margin: 0 1rem;
}
.feed-post .account-summary {
  align-self: flex-start;
}
.feed-post .account-summary .account-name {
  font-size: 1rem;
  line-height: 1.5;
}

.feed-attachments {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.feed-attachments .card-figure {
  min-width: 300px;
  max-width: 43%;
}
.feed-attachments .card-figure:not(:last-child) {
  margin-right: 0.5rem;
}

.feed-summary {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.feed-summary-item {
  color: #000000;
}
.feed-summary-item:not(:last-child) {
  margin-right: 0.5rem;
}
.feed-summary-item:focus {
  text-decoration: none;
}
.feed-summary-item:hover {
  text-decoration: none;
}

.feed-comments {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.feed-comments .card-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: normal;
  border-bottom: 0;
}
.feed-comments .conversation-message-text {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  min-height: auto;
  background-color: transparent;
  box-shadow: none;
}
.feed-comments .conversation-message-text + .conversation-meta {
  margin-top: 0.5rem;
}
.feed-comments .conversation-meta {
  font-size: inherit;
}
.feed-comments .conversation-meta:first-child {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.sticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.sticker-item {
  position: absolute;
}
.sticker-soft {
  opacity: 0.54;
}
.sticker-soften {
  opacity: 0.12;
}
.sticker-middle {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.sticker-middle-right {
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  transform-origin: right center;
}
.sticker-middle-left {
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  transform-origin: left center;
}
.sticker-top-right {
  top: 0;
  right: 0;
  transform-origin: right top;
}
.sticker-top-center {
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  transform-origin: center top;
}
.sticker-top-left {
  top: 0;
  left: 0;
  transform-origin: left top;
}
.sticker-bottom-right {
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
}
.sticker-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  transform-origin: center bottom;
}
.sticker-bottom-left {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
}
.sticker-bottom-right {
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
}

.list-icons {
  padding-left: 0;
  margin-left: 1.5rem;
  list-style-type: none;
}
.list-icons > li {
  position: relative;
}
.list-icons > li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.list-icons .list-icon {
  position: absolute;
  left: -1.5rem;
  width: 1rem;
  font-size: 1em;
  text-align: center;
}
.list-icons .list-icon > img {
  margin-top: -0.25rem;
}

.metric-row {
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.metric-row .metric {
  margin: 0.5rem 0;
  min-height: 8.5rem;
}

.metric-flush {
  margin: 0.5rem -1px 0.5rem 1px;
}
@media (max-width: 575.98px) {
  .metric-flush {
    display: block;
  }
  .metric-flush > .col,
  .metric-flush > [class="col-*"] {
    margin-top: -1px;
  }
}
.metric-flush .metric {
  margin: 0;
  border-radius: 0;
}
.metric-flush > .col,
.metric-flush > [class="col-*"] {
  margin-left: -1px;
  padding-right: 0;
  padding-left: 0;
}
.metric-flush > .col:first-child > .metric,
.metric-flush > [class="col-*"]:first-child > .metric {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.metric-flush > .col:last-child > .metric,
.metric-flush > [class="col-*"]:last-child > .metric {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
@media (min-width: 576px) {
  .metric-flush > .col:first-child > .metric,
  .metric-flush > [class="col-*"]:first-child > .metric {
    border-top-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .metric-flush > .col:last-child > .metric,
  .metric-flush > [class="col-*"]:last-child > .metric {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}

.metric {
  position: relative;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 0.25rem;
  cursor: default;
}
@media (min-width: 576px) {
  .metric {
    flex-basis: 0;
  }
}

a.metric,
.metric-hoverable {
  color: inherit;
  outline: 0;
  cursor: pointer;
}
a.metric:focus,
.metric-hoverable:focus {
  color: inherit;
  text-decoration: none;
  border: 1px solid #d6d8e1;
}
a.metric:hover,
.metric-hoverable:hover {
  color: inherit;
  text-decoration: none;
  border: 1px solid #d6d8e1;
}

.metric-bordered {
  border: 1px solid #d6d8e1;
}

.metric-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #888c9b;
  white-space: nowrap;
}
.metric-label:first-child {
  margin-bottom: 0.5rem;
}
.metric-label:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.metric-value {
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}
.metric-value .value {
  vertical-align: middle;
}
.metric-value > sup,
.metric-value > sub {
  color: #a6abbd;
  font-size: 0.5em;
}
.metric-value > sup {
  top: -0.75em;
}
.metric-value > sub {
  bottom: 0;
}

.metric-badge {
  position: relative;
  top: -0.5rem;
}

.card-metric {
  text-align: center;
  background-color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.empty-state-fullpage {
  min-height: 100%;
}
.empty-state-container {
  position: relative;
  padding: 0 1rem;
  max-width: 640px;
  text-align: center;
  z-index: 1;
}

.state-figure {
  margin-bottom: 1.5rem;
  pointer-events: none;
  user-select: none;
}

.state-header {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.state-description {
  margin-bottom: 1.25rem;
}

.state-action {
  margin-bottom: 0.5rem;
}

.board {
  display: block;
  padding: 1.5rem 0.75rem;
  white-space: nowrap;
  overflow-x: scroll;
  height: calc(100vh - 7rem);
}
.page-expanded .board {
  height: calc(100vh - 3.5rem);
}
@media (min-width: 992px) {
  .board {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.board-list {
  margin: 0;
  padding: 0;
  white-space: auto;
  overflow-x: visible;
}
.board-list, .page-expanded .board-list {
  height: auto;
}
.board-list .tasks {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.board-list .task-header {
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 576px) {
  .board-list .task-issue > .card {
    flex-direction: row;
  }
  .board-list .task-issue > .card > .card-header {
    width: 240px;
  }
  .board-list .task-issue > .card > .card-footer {
    border-top: 0;
  }
}

.tasks {
  display: inline-flex;
  flex-direction: column;
  width: 20rem;
  height: 100%;
  vertical-align: top;
  background-color: #e6e8ed;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.tasks:not(:last-child) {
  margin-right: 1.25rem;
}
.tasks.hover {
  background-color: #d6d8e1;
}

.tasks-action {
  display: inline-block;
  width: 18rem;
  padding: 0.5rem;
  vertical-align: top;
  background-color: #e6e8ed;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.tasks-action:not(:last-child) {
  margin-right: 1.25rem;
}

.task-header {
  padding: 0.5rem 0.75rem 0;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.task-header .btn-reset {
  padding: 0.5rem;
}

.task-title {
  margin: 0;
  font-size: 1rem;
}

.task-body {
  padding: 0.5rem;
  min-height: 2rem;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.task-issue {
  border-radius: 0.25rem;
}
.task-issue:not(:last-child) {
  margin-bottom: 0.5rem;
}
.task-issue > .card {
  margin-bottom: 0;
}
.task-issue > .card > .card-header {
  border: 0;
  white-space: normal;
}
.task-issue > .card > .card-header > a {
  color: inherit;
}
.task-issue > .card > .card-header > a:focus {
  color: inherit;
  text-decoration: none;
}
.task-issue > .card > .card-header > a:hover {
  color: inherit;
  text-decoration: none;
}

.task-label-group {
  margin: 0.125rem 0;
  display: block;
  line-height: 1;
  white-space: normal;
}

.task-label {
  margin-right: 0.125rem;
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #13ac7e;
}

.dd {
  position: relative;
}

.dd-list {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 1.25rem;
}
.dd-list .dd-list .dd-handle {
  border-left: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}

.dd-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.dd-item:first-child > .dd-nodrag {
  margin-top: 2rem;
}
.dd-item > button {
  position: absolute;
  left: 2rem;
  top: 1.125rem;
  padding: 0;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  border: 0;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  overflow: hidden;
}
.dd-item > button.dd-expand {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fas' data-icon='caret-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-caret-right fa-w-10 fa-3x'%3e%3cpath fill='currentColor' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z' class=''/%3e%3c/svg%3e");
  left: 1.35rem;
  top: 0.757rem;
}
.dd-item > button.dd-collapse {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fas' data-icon='caret-down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-caret-down fa-w-10 fa-3x'%3e%3cpath fill='currentColor' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3e%3c/svg%3e");
  left: 1.35rem;
  top: 0.757rem;
}
.dd-item > button + .dd-handle {
  padding-left: 2.5rem;
}
.dd-item > button + .dd-handle > .drag-indicator {
  transform: translate3d(-2rem, 0, 0);
  margin-right: 0.25rem;
}

.dd-footer {
  display: block;
  background-color: #f6f7f9;
}

.dd-handle {
  margin-bottom: -1px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-top: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
  border-bottom: 1px solid rgb(236.088028169, 237.0105633803, 241.161971831);
}
.dd-handle:focus {
  text-decoration: none;
}
.dd-handle:hover {
  text-decoration: none;
}

.dd-expand {
  display: none;
}

.dd-collapsed .dd-list,
.dd-collapsed .dd-collapse {
  display: none;
}

.dd-collapsed .dd-expand {
  display: inline;
}

.dd-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 30px;
  background: rgba(19, 172, 126, 0.12);
  border: 1px dashed #13ac7e;
}

.dd-empty {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 56px;
  background-color: #f6f7f9;
  border: 1px dashed rgba(34, 34, 48, 0.1);
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 2000;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-nochildren .dd-placeholder {
  display: none;
}

.pane-sidebar {
  background-color: #ffffff;
  overflow: auto !important;
  z-index: 1029;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}
@media (max-width: 575.98px) {
  .pane-sidebar {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}

.pane-resizer {
  flex: 0 0 0.375rem;
  cursor: ew-resize;
}
.pane-resizer .pane-resizer-inner {
  width: 0.375rem;
  position: absolute;
  top: 50%;
  height: 5rem;
}

.splitview-gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.splitview-gutter.splitview-gutter-horizontal {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==");
  cursor: col-resize;
}

.auth {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  background-color: #ffffff;
}

.auth-header {
  position: relative;
  padding: 2rem 1.25rem 0;
  width: 100%;
  background-color: #13ac7e;
  color: #ffffff;
  text-align: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .auth-header {
    margin-bottom: -3rem;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .auth-header .container {
    padding: 0;
    max-width: 420px;
  }
}
.auth-header a {
  color: #dacf07;
  text-decoration: underline;
}
.auth-header a:focus {
  color: rgb(211.68, 129.36, 0);
}
.auth-header a:hover {
  color: rgb(211.68, 129.36, 0);
}
.auth-header canvas {
  user-select: none;
  pointer-events: none;
}

.auth-form {
  position: relative;
  padding: 2rem 1.25rem 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .auth-form {
    padding: 3rem 2rem 1rem;
    max-width: 420px;
    border-radius: 0.25rem;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  }
}
.auth-form-reflow {
  padding: 2rem 1rem 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.auth-form .link {
  text-decoration: underline;
}

.auth-floated {
  flex-direction: row;
  align-items: stretch;
}
.auth-floated .auth-form {
  max-width: 100%;
  border-radius: 0;
  padding-top: 2rem;
  text-align: center;
  z-index: 2;
}
@media (min-width: 992px) {
  .auth-floated .auth-form {
    max-width: 33.3333333333%;
  }
}
.auth-floated .auth-announcement {
  display: none;
  padding: 6rem 3rem;
  flex: 1;
  text-align: center;
  color: #ffffff;
  background-color: #13ac7e;
  background-size: cover;
}
@media (min-width: 992px) {
  .auth-floated .auth-announcement {
    display: block;
  }
}
.auth-floated .announcement-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.auth-floated .announcement-body {
  position: relative;
  z-index: 2;
}

.auth-footer {
  padding: 1rem;
  color: #888c9b;
}
@media (min-width: 768px) {
  .auth-footer {
    max-width: 420px;
  }
}

.list-group-messages.list-group-bordered .list-group-item {
  border-color: rgba(34, 34, 48, 0.075);
}
.list-group-messages .list-group-item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: transparent;
}
.list-group-messages .list-group-item-figure,
.list-group-messages .list-group-item-body {
  align-self: flex-start;
}
.list-group-messages .unread .list-group-item-subtitle,
.list-group-messages .unread .list-group-item-title {
  font-weight: 600;
}
.list-group-messages .read .list-group-item-subtitle,
.list-group-messages .read .list-group-item-title {
  color: #888c9b;
}

.message {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.message-header {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  display: flex;
  align-items: center;
  height: 3.5rem;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.075);
  z-index: 5;
}
@media (min-width: 768px) {
  .message-header {
    padding: 0.5rem;
  }
}

.message-header-actions {
  margin-left: auto;
  min-width: 92px;
  text-align: right;
}

.message-title {
  margin: 0 0.5rem;
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.message-body {
  padding: 0;
  flex: 1;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .message-body {
    padding: 1.5rem 0.75rem;
  }
}
@media (min-width: 992px) {
  .message-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.message-publisher {
  position: relative;
  padding: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  z-index: 1;
}
.message-publisher .input-group {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.message-publisher .input-group.focus {
  box-shadow: none;
}

.nav.nav-tabs.nav-tabs-sm {
  padding-bottom: 0;
}
.nav.nav-tabs.nav-tabs-sm > .nav-title {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-bottom: 0.25rem;
  font-weight: 300;
}
.nav.nav-tabs.nav-tabs-sm.card-header-tabs {
  margin: 0;
}
.nav.nav-tabs.nav-tabs-sm.card-header-tabs > .nav-scroller,
.nav.nav-tabs.nav-tabs-sm.card-header-tabs > .nav {
  flex-grow: 1;
  align-self: flex-start;
  height: 2rem;
}
.nav.nav-tabs.nav-tabs-sm .nav-link {
  padding-top: 0.375rem;
  padding-bottom: 0.125rem;
}

.nav-scroller {
  height: 2rem;
}
.nav-scroller > .nav.nav-tabs.nav-tabs-sm {
  padding-bottom: 0;
}
.nav-scroller > .nav.nav-tabs.nav-tabs-sm .nav-link {
  padding-top: 0.375rem;
  padding-bottom: 0.125rem;
}

@media (min-width: 992px) {
  .modal-xxl {
    max-width: 90%;
  }
}
.select-inline {
  border: none;
}

.select-inline:focus {
  border: none;
  outline: none;
}

/*# sourceMappingURL=theme-light.css.map */
