@charset "UTF-8";

/* src/resources/scss/layouts/default/compile/compile.scss */
:root {
  --blue: #2196F3;
  --blue-100: rgb(232.8, 244.5, 253.8);
  --red: #ef5350;
  --red-100: rgb(253.4, 237.8, 237.5);
  --orange: #f58646;
  --orange-100: rgb(254, 242.9, 236.5);
  --green: #25b372;
  --green-100: rgb(233.2, 247.4, 240.9);
  --cyan: #2cbacc;
  --cyan-100: rgb(233.9, 248.1, 249.9);
  --gray: #999;
  --gray-dark: #333;
  --primary: #2196F3;
  --primary-100: rgb(232.8, 244.5, 253.8);
  --secondary: #45748a;
  --secondary-100: rgb(236.4, 241.1, 243.3);
  --success: #25b372;
  --success-100: rgb(233.2, 247.4, 240.9);
  --info: #2cbacc;
  --info-100: rgb(233.9, 248.1, 249.9);
  --warning: #f58646;
  --warning-100: rgb(254, 242.9, 236.5);
  --danger: #ef5350;
  --danger-100: rgb(253.4, 237.8, 237.5);
  --white: #fff;
  --light: #f0f2f5;
  --light-100: rgba(255, 255, 255, 0.1);
  --dark: #252b36;
  --dark-100: rgba(0, 0, 0, 0.1);
  --teal: #26A69A;
  --teal-100: rgb(233.3, 246.1, 244.9);
  --indigo: #5C6BC0;
  --indigo-100: rgb(238.7, 240.2, 248.7);
  --purple: #8e70c1;
  --purple-100: rgb(243.7, 240.7, 248.8);
  --pink: #f35c86;
  --pink-100: rgb(253.8, 238.7, 242.9);
  --yellow: #ffd648;
  --yellow-100: rgb(255, 250.9, 236.7);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2715;
  color: #333;
  text-align: left;
  background-color: #f5f5f5;
}
[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: 0.625rem;
}
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: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a,
a.breadcrumb-elements-item {
  color: #2196F3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem 1.25rem;
  padding-bottom: 0.75rem 1.25rem;
  color: #999;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
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: 400;
  line-height: 1.2715;
}
h1,
.h1 {
  font-size: 1.625rem;
}
h2,
.h2 {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 1.375rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2715;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2715;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2715;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2715;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ddd;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.25rem 0.5rem;
  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: 1.25rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #999;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #999;
}
code {
  font-size: 0.8125rem;
  color: rgb(194.4, 73.6, 107.2);
  word-wrap: break-word;
}
a > code,
a.breadcrumb-elements-item > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #333;
  border-radius: 0.1875rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  font-size: 0.8125rem;
  color: #333;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 450px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .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: -0.5rem;
  margin-left: -0.5rem;
}
.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: 0.5rem;
  padding-left: 0.5rem;
}
.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: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333;
}
.table th,
.table td {
  padding: 0.75rem 1.25rem;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-sm th,
.table-sm td {
  padding: 0.625rem 1.25rem;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd;
}
.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.02);
}
.table-hover tbody tr:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.03);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(228.36, 242.4, 253.56);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(175.08, 217.2, 250.68);
}
.table-hover .table-primary:hover {
  background-color: rgb(204.1676923077, 230.9576923077, 252.2523076923);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(204.1676923077, 230.9576923077, 252.2523076923);
}
.table-primary-100,
.table-primary-100 > th,
.table-primary-100 > td {
  background-color: rgb(252.336, 253.74, 254.856);
}
.table-primary-100 th,
.table-primary-100 td,
.table-primary-100 thead th,
.table-primary-100 tbody + tbody {
  border-color: rgb(247.008, 251.22, 254.568);
}
.table-hover .table-primary-100:hover {
  background-color: rgb(228.1436923077, 242.2976923077, 253.5483076923);
}
.table-hover .table-primary-100:hover > td,
.table-hover .table-primary-100:hover > th {
  background-color: rgb(228.1436923077, 242.2976923077, 253.5483076923);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(232.68, 238.32, 240.96);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(188.04, 204.96, 212.88);
}
.table-hover .table-secondary:hover {
  background-color: rgb(217.0265346535, 226.621980198, 231.1134653465);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(217.0265346535, 226.621980198, 231.1134653465);
}
.table-secondary-100,
.table-secondary-100 > th,
.table-secondary-100 > td {
  background-color: rgb(252.768, 253.332, 253.596);
}
.table-secondary-100 th,
.table-secondary-100 td,
.table-secondary-100 thead th,
.table-secondary-100 tbody + tbody {
  border-color: rgb(248.304, 249.996, 250.788);
}
.table-hover .table-secondary-100:hover {
  background-color: rgb(237.1145346535, 241.633980198, 243.7494653465);
}
.table-hover .table-secondary-100:hover > td,
.table-hover .table-secondary-100:hover > th {
  background-color: rgb(237.1145346535, 241.633980198, 243.7494653465);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(228.84, 245.88, 238.08);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(176.52, 227.64, 204.24);
}
.table-hover .table-success:hover {
  background-color: rgb(209.9318367347, 239.2881632653, 225.8504081633);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(209.9318367347, 239.2881632653, 225.8504081633);
}
.table-success-100,
.table-success-100 > th,
.table-success-100 > td {
  background-color: rgb(252.384, 254.088, 253.308);
}
.table-success-100 th,
.table-success-100 td,
.table-success-100 thead th,
.table-success-100 tbody + tbody {
  border-color: rgb(247.152, 252.264, 249.924);
}
.table-hover .table-success-100:hover {
  background-color: rgb(233.4758367347, 247.4961632653, 241.0784081633);
}
.table-hover .table-success-100:hover > td,
.table-hover .table-success-100:hover > th {
  background-color: rgb(233.4758367347, 247.4961632653, 241.0784081633);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(229.68, 246.72, 248.88);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(179.04, 230.16, 236.64);
}
.table-hover .table-info:hover {
  background-color: rgb(209.143740458, 240.004351145, 243.916259542);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(209.143740458, 240.004351145, 243.916259542);
}
.table-info-100,
.table-info-100 > th,
.table-info-100 > td {
  background-color: rgb(252.468, 254.172, 254.388);
}
.table-info-100 th,
.table-info-100 td,
.table-info-100 thead th,
.table-info-100 tbody + tbody {
  border-color: rgb(247.404, 252.516, 253.164);
}
.table-hover .table-info-100:hover {
  background-color: rgb(231.931740458, 247.456351145, 249.424259542);
}
.table-hover .table-info-100:hover > td,
.table-hover .table-info-100:hover > th {
  background-color: rgb(231.931740458, 247.456351145, 249.424259542);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(253.8, 240.48, 232.8);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(251.4, 211.44, 188.4);
}
.table-hover .table-warning:hover {
  background-color: rgb(252.4923076923, 224.6569230769, 208.6076923077);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(252.4923076923, 224.6569230769, 208.6076923077);
}
.table-warning-100,
.table-warning-100 > th,
.table-warning-100 > td {
  background-color: rgb(254.88, 253.548, 252.78);
}
.table-warning-100 th,
.table-warning-100 td,
.table-warning-100 thead th,
.table-warning-100 tbody + tbody {
  border-color: rgb(254.64, 250.644, 248.34);
}
.table-hover .table-warning-100:hover {
  background-color: rgb(253.5723076923, 237.7249230769, 228.5876923077);
}
.table-hover .table-warning-100:hover > td,
.table-hover .table-warning-100:hover > th {
  background-color: rgb(253.5723076923, 237.7249230769, 228.5876923077);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(253.08, 234.36, 234);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(249.24, 193.08, 192);
}
.table-hover .table-danger:hover {
  background-color: rgb(250.9438743455, 211.3966492147, 210.6361256545);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(250.9438743455, 211.3966492147, 210.6361256545);
}
.table-danger-100,
.table-danger-100 > th,
.table-danger-100 > td {
  background-color: rgb(254.808, 252.936, 252.9);
}
.table-danger-100 th,
.table-danger-100 td,
.table-danger-100 thead th,
.table-danger-100 tbody + tbody {
  border-color: rgb(254.424, 248.808, 248.7);
}
.table-hover .table-danger-100:hover {
  background-color: rgb(252.6718743455, 229.9726492147, 229.5361256545);
}
.table-hover .table-danger-100:hover > td,
.table-hover .table-danger-100:hover > th {
  background-color: rgb(252.6718743455, 229.9726492147, 229.5361256545);
}
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}
.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.2, 253.44, 253.8);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(249.6, 250.32, 251.4);
}
.table-hover .table-light:hover {
  background-color: rgb(237.9, 240.18, 243.6);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(237.9, 240.18, 243.6);
}
.table-light-100,
.table-light-100 > th,
.table-light-100 > td {
  background-color: rgba(255, 255, 255, 0.892);
}
.table-light-100 th,
.table-light-100 td,
.table-light-100 thead th,
.table-light-100 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.676);
}
.table-hover .table-light-100:hover {
  background-color: rgba(242.25, 242.25, 242.25, 0.892);
}
.table-hover .table-light-100:hover > td,
.table-hover .table-light-100:hover > th {
  background-color: rgba(242.25, 242.25, 242.25, 0.892);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(228.84, 229.56, 230.88);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(176.52, 178.68, 182.64);
}
.table-hover .table-dark:hover {
  background-color: rgb(215.5726968974, 216.6578520286, 218.6473031026);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(215.5726968974, 216.6578520286, 218.6473031026);
}
.table-dark-100,
.table-dark-100 > th,
.table-dark-100 > td {
  background-color: rgba(253.1828978622, 253.1828978622, 253.1828978622, 0.892);
}
.table-dark-100 th,
.table-dark-100 td,
.table-dark-100 thead th,
.table-dark-100 tbody + tbody {
  border-color: rgba(247.6677316294, 247.6677316294, 247.6677316294, 0.676);
}
.table-hover .table-dark-100:hover {
  background-color: rgba(240.4328978622, 240.4328978622, 240.4328978622, 0.892);
}
.table-hover .table-dark-100:hover > td,
.table-hover .table-dark-100:hover > th {
  background-color: rgba(240.4328978622, 240.4328978622, 240.4328978622, 0.892);
}
.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: rgb(228.96, 244.32, 242.88);
}
.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: rgb(176.88, 222.96, 218.64);
}
.table-hover .table-teal:hover {
  background-color: rgb(210.8766666667, 236.9033333333, 234.4633333333);
}
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: rgb(210.8766666667, 236.9033333333, 234.4633333333);
}
.table-teal-100,
.table-teal-100 > th,
.table-teal-100 > td {
  background-color: rgb(252.396, 253.932, 253.788);
}
.table-teal-100 th,
.table-teal-100 td,
.table-teal-100 thead th,
.table-teal-100 tbody + tbody {
  border-color: rgb(247.188, 251.796, 251.364);
}
.table-hover .table-teal-100:hover {
  background-color: rgb(234.3126666667, 246.5153333333, 245.3713333333);
}
.table-hover .table-teal-100:hover > td,
.table-hover .table-teal-100:hover > th {
  background-color: rgb(234.3126666667, 246.5153333333, 245.3713333333);
}
.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: rgb(235.44, 237.24, 247.44);
}
.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody {
  border-color: rgb(196.32, 201.72, 232.32);
}
.table-hover .table-indigo:hover {
  background-color: rgb(217.0484070796, 220.5408849558, 240.3315929204);
}
.table-hover .table-indigo:hover > td,
.table-hover .table-indigo:hover > th {
  background-color: rgb(217.0484070796, 220.5408849558, 240.3315929204);
}
.table-indigo-100,
.table-indigo-100 > th,
.table-indigo-100 > td {
  background-color: rgb(253.044, 253.224, 254.244);
}
.table-indigo-100 th,
.table-indigo-100 td,
.table-indigo-100 thead th,
.table-indigo-100 tbody + tbody {
  border-color: rgb(249.132, 249.672, 252.732);
}
.table-hover .table-indigo-100:hover {
  background-color: rgb(234.6524070796, 236.5248849558, 247.1355929204);
}
.table-hover .table-indigo-100:hover > td,
.table-hover .table-indigo-100:hover > th {
  background-color: rgb(234.6524070796, 236.5248849558, 247.1355929204);
}
.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: rgb(241.44, 237.84, 247.56);
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: rgb(214.32, 203.52, 232.68);
}
.table-hover .table-purple:hover {
  background-color: rgb(227.383902439, 220.052195122, 239.847804878);
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: rgb(227.383902439, 220.052195122, 239.847804878);
}
.table-purple-100,
.table-purple-100 > th,
.table-purple-100 > td {
  background-color: rgb(253.644, 253.284, 254.256);
}
.table-purple-100 th,
.table-purple-100 td,
.table-purple-100 thead th,
.table-purple-100 tbody + tbody {
  border-color: rgb(250.932, 249.852, 252.768);
}
.table-hover .table-purple-100:hover {
  background-color: rgb(239.587902439, 235.496195122, 246.543804878);
}
.table-hover .table-purple-100:hover > td,
.table-hover .table-purple-100:hover > th {
  background-color: rgb(239.587902439, 235.496195122, 246.543804878);
}
.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: rgb(253.56, 235.44, 240.48);
}
.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: rgb(250.68, 196.32, 211.44);
}
.table-hover .table-pink:hover {
  background-color: rgb(251.8114285714, 211.6885714286, 222.8485714286);
}
.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: rgb(251.8114285714, 211.6885714286, 222.8485714286);
}
.table-pink-100,
.table-pink-100 > th,
.table-pink-100 > td {
  background-color: rgb(254.856, 253.044, 253.548);
}
.table-pink-100 th,
.table-pink-100 td,
.table-pink-100 thead th,
.table-pink-100 tbody + tbody {
  border-color: rgb(254.568, 249.132, 250.644);
}
.table-hover .table-pink-100:hover {
  background-color: rgb(253.1074285714, 229.2925714286, 235.9165714286);
}
.table-hover .table-pink-100:hover > td,
.table-hover .table-pink-100:hover > th {
  background-color: rgb(253.1074285714, 229.2925714286, 235.9165714286);
}
.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: rgb(255, 250.08, 233.04);
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: rgb(255, 240.24, 189.12);
}
.table-hover .table-yellow:hover {
  background-color: rgb(255, 244.3668852459, 207.54);
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: rgb(255, 244.3668852459, 207.54);
}
.table-yellow-100,
.table-yellow-100 > th,
.table-yellow-100 > td {
  background-color: rgb(255, 254.508, 252.804);
}
.table-yellow-100 th,
.table-yellow-100 td,
.table-yellow-100 thead th,
.table-yellow-100 tbody + tbody {
  border-color: rgb(255, 253.524, 248.412);
}
.table-hover .table-yellow-100:hover {
  background-color: rgb(255, 248.7948852459, 227.304);
}
.table-hover .table-yellow-100:hover > td,
.table-hover .table-yellow-100:hover > th {
  background-color: rgb(255, 248.7948852459, 227.304);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.015);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.015);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.015);
}
.table .thead-dark th {
  color: #fff;
  background-color: #333;
  border-color: rgba(255, 255, 255, 0.35);
}
.table .thead-light th {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.table-dark {
  color: #fff;
  background-color: #333;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgba(255, 255, 255, 0.35);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.2715em + 0.875rem + 2px);
  padding: 0.4375rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2715;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  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 #333;
}
.form-control:focus {
  color: #333;
  border-color: #2196F3;
  outline: 0;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fafafa;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #333;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2715;
}
.col-form-label-lg {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  font-size: 0.9375rem;
  line-height: 1.1667;
}
.col-form-label-sm {
  padding-top: calc(0.3125rem + 1px);
  padding-bottom: calc(0.3125rem + 1px);
  font-size: 0.8125rem;
  line-height: 1.3924;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.2715;
  color: #333;
  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.3924em + 0.625rem + 2px);
  padding: 0.3125rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.3924;
  border-radius: 0.1875rem;
}
.form-control-lg {
  height: calc(1.1667em + 1.125rem + 2px);
  padding: 0.5625rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.1667;
  border-radius: 0.3125rem;
}
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.5rem;
}
.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.75rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.75rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #999;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 1.25rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.625rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #25b372;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.2715;
  color: #fff;
  background-color: #25b372;
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #25b372;
  padding-right: calc(1.2715em + 0.875rem);
  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='%2325b372' 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.317875em + 0.21875rem) center;
  background-size: calc(0.63575em + 0.4375rem) calc(0.63575em + 0.4375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #25b372;
  box-shadow: 0 0 0 0 rgba(37, 179, 114, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.2715em + 0.875rem);
  background-position: top calc(0.317875em + 0.21875rem) right calc(0.317875em + 0.21875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #25b372;
  padding-right: calc(0.75em + 2.84375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.875rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2325b372' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.1875rem/calc(0.63575em + 0.4375rem) calc(0.63575em + 0.4375rem) no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #25b372;
  box-shadow: 0 0 0 0 rgba(37, 179, 114, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #25b372;
}
.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: #25b372;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #25b372;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(53.625, 213.375, 140.25);
  background-color: rgb(53.625, 213.375, 140.25);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(37, 179, 114, 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: #25b372;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #25b372;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #25b372;
  box-shadow: 0 0 0 0 rgba(37, 179, 114, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #ef5350;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.2715;
  color: #fff;
  background-color: #ef5350;
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ef5350;
  padding-right: calc(1.2715em + 0.875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef5350' 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='%23ef5350' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.317875em + 0.21875rem) center;
  background-size: calc(0.63575em + 0.4375rem) calc(0.63575em + 0.4375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ef5350;
  box-shadow: 0 0 0 0 rgba(239, 83, 80, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.2715em + 0.875rem);
  background-position: top calc(0.317875em + 0.21875rem) right calc(0.317875em + 0.21875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ef5350;
  padding-right: calc(0.75em + 2.84375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.875rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef5350' 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='%23ef5350' stroke='none'/%3e%3c/svg%3e") center right 2.1875rem/calc(0.63575em + 0.4375rem) calc(0.63575em + 0.4375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ef5350;
  box-shadow: 0 0 0 0 rgba(239, 83, 80, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ef5350;
}
.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: #ef5350;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ef5350;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(243.2722513089, 128.9267015707, 126.7277486911);
  background-color: rgb(243.2722513089, 128.9267015707, 126.7277486911);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(239, 83, 80, 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: #ef5350;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef5350;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ef5350;
  box-shadow: 0 0 0 0 rgba(239, 83, 80, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4375rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.2715;
  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: #333;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  border-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  border-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(66.3, 165.75, 244.8, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary {
  color: #fff;
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
  border-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
.btn-primary-100 {
  color: #333;
  background-color: rgb(232.8, 244.5, 253.8);
  border-color: rgb(232.8, 244.5, 253.8);
}
.btn-primary-100:hover {
  color: #333;
  background-color: rgb(208.6076923077, 233.0576923077, 252.4923076923);
  border-color: rgb(208.6076923077, 233.0576923077, 252.4923076923);
}
.btn-primary-100:focus,
.btn-primary-100.focus {
  color: #333;
  background-color: rgb(208.6076923077, 233.0576923077, 252.4923076923);
  border-color: rgb(208.6076923077, 233.0576923077, 252.4923076923);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(205.53, 215.475, 223.38, 0.5);
}
.btn-primary-100.disabled,
.btn-primary-100:disabled {
  color: #333;
  background-color: rgb(232.8, 244.5, 253.8);
  border-color: rgb(232.8, 244.5, 253.8);
}
.btn-primary-100:not(:disabled):not(.disabled):active,
.btn-primary-100:not(:disabled):not(.disabled).active,
.show > .btn-primary-100 {
  color: #333;
  background-color: rgb(184.4153846154, 221.6153846154, 251.1846153846);
  border-color: rgb(184.4153846154, 221.6153846154, 251.1846153846);
}
.btn-secondary {
  color: #fff;
  background-color: #45748a;
  border-color: #45748a;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(60.5, 101.7101449275, 121);
  border-color: rgb(60.5, 101.7101449275, 121);
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: rgb(60.5, 101.7101449275, 121);
  border-color: rgb(60.5, 101.7101449275, 121);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(96.9, 136.85, 155.55, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #45748a;
  border-color: #45748a;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary {
  color: #fff;
  background-color: rgb(52, 87.4202898551, 104);
  border-color: rgb(52, 87.4202898551, 104);
}
.btn-secondary-100 {
  color: #333;
  background-color: rgb(236.4, 241.1, 243.3);
  border-color: rgb(236.4, 241.1, 243.3);
}
.btn-secondary-100:hover {
  color: #333;
  background-color: rgb(220.7465346535, 229.401980198, 233.4534653465);
  border-color: rgb(220.7465346535, 229.401980198, 233.4534653465);
}
.btn-secondary-100:focus,
.btn-secondary-100.focus {
  color: #333;
  background-color: rgb(220.7465346535, 229.401980198, 233.4534653465);
  border-color: rgb(220.7465346535, 229.401980198, 233.4534653465);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(208.59, 212.585, 214.455, 0.5);
}
.btn-secondary-100.disabled,
.btn-secondary-100:disabled {
  color: #333;
  background-color: rgb(236.4, 241.1, 243.3);
  border-color: rgb(236.4, 241.1, 243.3);
}
.btn-secondary-100:not(:disabled):not(.disabled):active,
.btn-secondary-100:not(:disabled):not(.disabled).active,
.show > .btn-secondary-100 {
  color: #333;
  background-color: rgb(205.0930693069, 217.703960396, 223.6069306931);
  border-color: rgb(205.0930693069, 217.703960396, 223.6069306931);
}
.btn-success {
  color: #fff;
  background-color: #25b372;
  border-color: #25b372;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6319444444, 157.8680555556, 100.5416666667);
  border-color: rgb(32.6319444444, 157.8680555556, 100.5416666667);
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(32.6319444444, 157.8680555556, 100.5416666667);
  border-color: rgb(32.6319444444, 157.8680555556, 100.5416666667);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(69.7, 190.4, 135.15, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #25b372;
  border-color: #25b372;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success {
  color: #fff;
  background-color: rgb(28.2638888889, 136.7361111111, 87.0833333333);
  border-color: rgb(28.2638888889, 136.7361111111, 87.0833333333);
}
.btn-success-100 {
  color: #333;
  background-color: rgb(233.2, 247.4, 240.9);
  border-color: rgb(233.2, 247.4, 240.9);
}
.btn-success-100:hover {
  color: #333;
  background-color: rgb(214.2918367347, 240.8081632653, 228.6704081633);
  border-color: rgb(214.2918367347, 240.8081632653, 228.6704081633);
}
.btn-success-100:focus,
.btn-success-100.focus {
  color: #333;
  background-color: rgb(214.2918367347, 240.8081632653, 228.6704081633);
  border-color: rgb(214.2918367347, 240.8081632653, 228.6704081633);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(205.87, 217.94, 212.415, 0.5);
}
.btn-success-100.disabled,
.btn-success-100:disabled {
  color: #333;
  background-color: rgb(233.2, 247.4, 240.9);
  border-color: rgb(233.2, 247.4, 240.9);
}
.btn-success-100:not(:disabled):not(.disabled):active,
.btn-success-100:not(:disabled):not(.disabled).active,
.show > .btn-success-100 {
  color: #333;
  background-color: rgb(195.3836734694, 234.2163265306, 216.4408163265);
  border-color: rgb(195.3836734694, 234.2163265306, 216.4408163265);
}
.btn-info {
  color: #fff;
  background-color: #2cbacc;
  border-color: #2cbacc;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(39.4758064516, 166.875, 183.0241935484);
  border-color: rgb(39.4758064516, 166.875, 183.0241935484);
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(39.4758064516, 166.875, 183.0241935484);
  border-color: rgb(39.4758064516, 166.875, 183.0241935484);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(75.65, 196.35, 211.65, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #2cbacc;
  border-color: #2cbacc;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info {
  color: #fff;
  background-color: rgb(34.9516129032, 147.75, 162.0483870968);
  border-color: rgb(34.9516129032, 147.75, 162.0483870968);
}
.btn-info-100 {
  color: #333;
  background-color: rgb(233.9, 248.1, 249.9);
  border-color: rgb(233.9, 248.1, 249.9);
}
.btn-info-100:hover {
  color: #333;
  background-color: rgb(213.363740458, 241.384351145, 244.936259542);
  border-color: rgb(213.363740458, 241.384351145, 244.936259542);
}
.btn-info-100:focus,
.btn-info-100.focus {
  color: #333;
  background-color: rgb(213.363740458, 241.384351145, 244.936259542);
  border-color: rgb(213.363740458, 241.384351145, 244.936259542);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(206.465, 218.535, 220.065, 0.5);
}
.btn-info-100.disabled,
.btn-info-100:disabled {
  color: #333;
  background-color: rgb(233.9, 248.1, 249.9);
  border-color: rgb(233.9, 248.1, 249.9);
}
.btn-info-100:not(:disabled):not(.disabled):active,
.btn-info-100:not(:disabled):not(.disabled).active,
.show > .btn-info-100 {
  color: #333;
  background-color: rgb(192.827480916, 234.6687022901, 239.972519084);
  border-color: rgb(192.827480916, 234.6687022901, 239.972519084);
}
.btn-warning {
  color: #fff;
  background-color: #f58646;
  border-color: #f58646;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(243.6923076923, 118.1769230769, 45.8076923077);
  border-color: rgb(243.6923076923, 118.1769230769, 45.8076923077);
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: rgb(243.6923076923, 118.1769230769, 45.8076923077);
  border-color: rgb(243.6923076923, 118.1769230769, 45.8076923077);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(246.5, 152.15, 97.75, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #f58646;
  border-color: #f58646;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning {
  color: #fff;
  background-color: rgb(242.3846153846, 102.3538461538, 21.6153846154);
  border-color: rgb(242.3846153846, 102.3538461538, 21.6153846154);
}
.btn-warning-100 {
  color: #333;
  background-color: rgb(254, 242.9, 236.5);
  border-color: rgb(254, 242.9, 236.5);
}
.btn-warning-100:hover {
  color: #333;
  background-color: rgb(252.6923076923, 227.0769230769, 212.3076923077);
  border-color: rgb(252.6923076923, 227.0769230769, 212.3076923077);
}
.btn-warning-100:focus,
.btn-warning-100.focus {
  color: #333;
  background-color: rgb(252.6923076923, 227.0769230769, 212.3076923077);
  border-color: rgb(252.6923076923, 227.0769230769, 212.3076923077);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(223.55, 214.115, 208.675, 0.5);
}
.btn-warning-100.disabled,
.btn-warning-100:disabled {
  color: #333;
  background-color: rgb(254, 242.9, 236.5);
  border-color: rgb(254, 242.9, 236.5);
}
.btn-warning-100:not(:disabled):not(.disabled):active,
.btn-warning-100:not(:disabled):not(.disabled).active,
.show > .btn-warning-100 {
  color: #333;
  background-color: rgb(251.3846153846, 211.2538461538, 188.1153846154);
  border-color: rgb(251.3846153846, 211.2538461538, 188.1153846154);
}
.btn-danger {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(236.8638743455, 60.0366492147, 56.6361256545);
  border-color: rgb(236.8638743455, 60.0366492147, 56.6361256545);
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(236.8638743455, 60.0366492147, 56.6361256545);
  border-color: rgb(236.8638743455, 60.0366492147, 56.6361256545);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(241.4, 108.8, 106.25, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger {
  color: #fff;
  background-color: rgb(234.7277486911, 37.0732984293, 33.2722513089);
  border-color: rgb(234.7277486911, 37.0732984293, 33.2722513089);
}
.btn-danger-100 {
  color: #333;
  background-color: rgb(253.4, 237.8, 237.5);
  border-color: rgb(253.4, 237.8, 237.5);
}
.btn-danger-100:hover {
  color: #333;
  background-color: rgb(251.2638743455, 214.8366492147, 214.1361256545);
  border-color: rgb(251.2638743455, 214.8366492147, 214.1361256545);
}
.btn-danger-100:focus,
.btn-danger-100.focus {
  color: #333;
  background-color: rgb(251.2638743455, 214.8366492147, 214.1361256545);
  border-color: rgb(251.2638743455, 214.8366492147, 214.1361256545);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(223.04, 209.78, 209.525, 0.5);
}
.btn-danger-100.disabled,
.btn-danger-100:disabled {
  color: #333;
  background-color: rgb(253.4, 237.8, 237.5);
  border-color: rgb(253.4, 237.8, 237.5);
}
.btn-danger-100:not(:disabled):not(.disabled):active,
.btn-danger-100:not(:disabled):not(.disabled).active,
.show > .btn-danger-100 {
  color: #333;
  background-color: rgb(249.1277486911, 191.8732984293, 190.7722513089);
  border-color: rgb(249.1277486911, 191.8732984293, 190.7722513089);
}
.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #333;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: rgb(242.25, 242.25, 242.25);
}
.btn-white:focus,
.btn-white.focus {
  color: #333;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: rgb(242.25, 242.25, 242.25);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(224.4, 224.4, 224.4, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-light {
  color: #333;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
}
.btn-light:hover {
  color: #333;
  background-color: rgb(224.7, 228.74, 234.8);
  border-color: rgb(224.7, 228.74, 234.8);
}
.btn-light:focus,
.btn-light.focus {
  color: #333;
  background-color: rgb(224.7, 228.74, 234.8);
  border-color: rgb(224.7, 228.74, 234.8);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(211.65, 213.35, 215.9, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #333;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light {
  color: #333;
  background-color: rgb(209.4, 215.48, 224.6);
  border-color: rgb(209.4, 215.48, 224.6);
}
.btn-light-100 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-light-100:hover {
  color: #333;
  background-color: rgba(242.25, 242.25, 242.25, 0.1);
  border-color: rgba(242.25, 242.25, 242.25, 0.1);
}
.btn-light-100:focus,
.btn-light-100.focus {
  color: #333;
  background-color: rgba(242.25, 242.25, 242.25, 0.1);
  border-color: rgba(242.25, 242.25, 242.25, 0.1);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(97.8648648649, 97.8648648649, 97.8648648649, 0.5);
}
.btn-light-100.disabled,
.btn-light-100:disabled {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-light-100:not(:disabled):not(.disabled):active,
.btn-light-100:not(:disabled):not(.disabled).active,
.show > .btn-light-100 {
  color: #333;
  background-color: rgba(229.5, 229.5, 229.5, 0.1);
  border-color: rgba(229.5, 229.5, 229.5, 0.1);
}
.btn-dark {
  color: #fff;
  background-color: #252b36;
  border-color: #252b36;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(26.6318681319, 30.9505494505, 38.8681318681);
  border-color: rgb(26.6318681319, 30.9505494505, 38.8681318681);
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: rgb(26.6318681319, 30.9505494505, 38.8681318681);
  border-color: rgb(26.6318681319, 30.9505494505, 38.8681318681);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(69.7, 74.8, 84.15, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #252b36;
  border-color: #252b36;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark {
  color: #fff;
  background-color: rgb(16.2637362637, 18.9010989011, 23.7362637363);
  border-color: rgb(16.2637362637, 18.9010989011, 23.7362637363);
}
.btn-dark-100 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-dark-100:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-dark-100:focus,
.btn-dark-100.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(196.4189189189, 196.4189189189, 196.4189189189, 0.5);
}
.btn-dark-100.disabled,
.btn-dark-100:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-dark-100:not(:disabled):not(.disabled):active,
.btn-dark-100:not(:disabled):not(.disabled).active,
.show > .btn-dark-100 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-teal {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-teal:hover {
  color: #fff;
  background-color: rgb(33.25, 145.25, 134.75);
  border-color: rgb(33.25, 145.25, 134.75);
}
.btn-teal:focus,
.btn-teal.focus {
  color: #fff;
  background-color: rgb(33.25, 145.25, 134.75);
  border-color: rgb(33.25, 145.25, 134.75);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(70.55, 179.35, 169.15, 0.5);
}
.btn-teal.disabled,
.btn-teal:disabled {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal {
  color: #fff;
  background-color: rgb(28.5, 124.5, 115.5);
  border-color: rgb(28.5, 124.5, 115.5);
}
.btn-teal-100 {
  color: #333;
  background-color: rgb(233.3, 246.1, 244.9);
  border-color: rgb(233.3, 246.1, 244.9);
}
.btn-teal-100:hover {
  color: #333;
  background-color: rgb(215.2166666667, 238.6833333333, 236.4833333333);
  border-color: rgb(215.2166666667, 238.6833333333, 236.4833333333);
}
.btn-teal-100:focus,
.btn-teal-100.focus {
  color: #333;
  background-color: rgb(215.2166666667, 238.6833333333, 236.4833333333);
  border-color: rgb(215.2166666667, 238.6833333333, 236.4833333333);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(205.955, 216.835, 215.815, 0.5);
}
.btn-teal-100.disabled,
.btn-teal-100:disabled {
  color: #333;
  background-color: rgb(233.3, 246.1, 244.9);
  border-color: rgb(233.3, 246.1, 244.9);
}
.btn-teal-100:not(:disabled):not(.disabled):active,
.btn-teal-100:not(:disabled):not(.disabled).active,
.show > .btn-teal-100 {
  color: #333;
  background-color: rgb(197.1333333333, 231.2666666667, 228.0666666667);
  border-color: rgb(197.1333333333, 231.2666666667, 228.0666666667);
}
.btn-indigo {
  color: #fff;
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.btn-indigo:hover {
  color: #fff;
  background-color: rgb(73.6084070796, 90.3008849558, 184.8915929204);
  border-color: rgb(73.6084070796, 90.3008849558, 184.8915929204);
}
.btn-indigo:focus,
.btn-indigo.focus {
  color: #fff;
  background-color: rgb(73.6084070796, 90.3008849558, 184.8915929204);
  border-color: rgb(73.6084070796, 90.3008849558, 184.8915929204);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(116.45, 129.2, 201.45, 0.5);
}
.btn-indigo.disabled,
.btn-indigo:disabled {
  color: #fff;
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo {
  color: #fff;
  background-color: rgb(64.9513274336, 80.4159292035, 168.0486725664);
  border-color: rgb(64.9513274336, 80.4159292035, 168.0486725664);
}
.btn-indigo-100 {
  color: #333;
  background-color: rgb(238.7, 240.2, 248.7);
  border-color: rgb(238.7, 240.2, 248.7);
}
.btn-indigo-100:hover {
  color: #333;
  background-color: rgb(220.3084070796, 223.5008849558, 241.5915929204);
  border-color: rgb(220.3084070796, 223.5008849558, 241.5915929204);
}
.btn-indigo-100:focus,
.btn-indigo-100.focus {
  color: #333;
  background-color: rgb(220.3084070796, 223.5008849558, 241.5915929204);
  border-color: rgb(220.3084070796, 223.5008849558, 241.5915929204);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(210.545, 211.82, 219.045, 0.5);
}
.btn-indigo-100.disabled,
.btn-indigo-100:disabled {
  color: #333;
  background-color: rgb(238.7, 240.2, 248.7);
  border-color: rgb(238.7, 240.2, 248.7);
}
.btn-indigo-100:not(:disabled):not(.disabled):active,
.btn-indigo-100:not(:disabled):not(.disabled).active,
.show > .btn-indigo-100 {
  color: #333;
  background-color: rgb(201.9168141593, 206.8017699115, 234.4831858407);
  border-color: rgb(201.9168141593, 206.8017699115, 234.4831858407);
}
.btn-purple {
  color: #fff;
  background-color: #8e70c1;
  border-color: #8e70c1;
}
.btn-purple:hover {
  color: #fff;
  background-color: rgb(127.943902439, 94.212195122, 185.287804878);
  border-color: rgb(127.943902439, 94.212195122, 185.287804878);
}
.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: rgb(127.943902439, 94.212195122, 185.287804878);
  border-color: rgb(127.943902439, 94.212195122, 185.287804878);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(158.95, 133.45, 202.3, 0.5);
}
.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #8e70c1;
  border-color: #8e70c1;
}
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple {
  color: #fff;
  background-color: rgb(113.9902439024, 76.8195121951, 177.1804878049);
  border-color: rgb(113.9902439024, 76.8195121951, 177.1804878049);
}
.btn-purple-100 {
  color: #333;
  background-color: rgb(243.7, 240.7, 248.8);
  border-color: rgb(243.7, 240.7, 248.8);
}
.btn-purple-100:hover {
  color: #333;
  background-color: rgb(229.643902439, 222.912195122, 241.087804878);
  border-color: rgb(229.643902439, 222.912195122, 241.087804878);
}
.btn-purple-100:focus,
.btn-purple-100.focus {
  color: #333;
  background-color: rgb(229.643902439, 222.912195122, 241.087804878);
  border-color: rgb(229.643902439, 222.912195122, 241.087804878);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(214.795, 212.245, 219.13, 0.5);
}
.btn-purple-100.disabled,
.btn-purple-100:disabled {
  color: #333;
  background-color: rgb(243.7, 240.7, 248.8);
  border-color: rgb(243.7, 240.7, 248.8);
}
.btn-purple-100:not(:disabled):not(.disabled):active,
.btn-purple-100:not(:disabled):not(.disabled).active,
.show > .btn-purple-100 {
  color: #333;
  background-color: rgb(215.587804878, 205.1243902439, 233.3756097561);
  border-color: rgb(215.587804878, 205.1243902439, 233.3756097561);
}
.btn-pink {
  color: #fff;
  background-color: #f35c86;
  border-color: #f35c86;
}
.btn-pink:hover {
  color: #fff;
  background-color: rgb(241.2514285714, 68.2485714286, 116.3685714286);
  border-color: rgb(241.2514285714, 68.2485714286, 116.3685714286);
}
.btn-pink:focus,
.btn-pink.focus {
  color: #fff;
  background-color: rgb(241.2514285714, 68.2485714286, 116.3685714286);
  border-color: rgb(241.2514285714, 68.2485714286, 116.3685714286);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(244.8, 116.45, 152.15, 0.5);
}
.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #f35c86;
  border-color: #f35c86;
}
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink {
  color: #fff;
  background-color: rgb(239.5028571429, 44.4971428571, 98.7371428571);
  border-color: rgb(239.5028571429, 44.4971428571, 98.7371428571);
}
.btn-pink-100 {
  color: #333;
  background-color: rgb(253.8, 238.7, 242.9);
  border-color: rgb(253.8, 238.7, 242.9);
}
.btn-pink-100:hover {
  color: #333;
  background-color: rgb(252.0514285714, 214.9485714286, 225.2685714286);
  border-color: rgb(252.0514285714, 214.9485714286, 225.2685714286);
}
.btn-pink-100:focus,
.btn-pink-100.focus {
  color: #333;
  background-color: rgb(252.0514285714, 214.9485714286, 225.2685714286);
  border-color: rgb(252.0514285714, 214.9485714286, 225.2685714286);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(223.38, 210.545, 214.115, 0.5);
}
.btn-pink-100.disabled,
.btn-pink-100:disabled {
  color: #333;
  background-color: rgb(253.8, 238.7, 242.9);
  border-color: rgb(253.8, 238.7, 242.9);
}
.btn-pink-100:not(:disabled):not(.disabled):active,
.btn-pink-100:not(:disabled):not(.disabled).active,
.show > .btn-pink-100 {
  color: #333;
  background-color: rgb(250.3028571429, 191.1971428571, 207.6371428571);
  border-color: rgb(250.3028571429, 191.1971428571, 207.6371428571);
}
.btn-yellow {
  color: #333;
  background-color: #ffd648;
  border-color: #ffd648;
}
.btn-yellow:hover {
  color: #333;
  background-color: rgb(255, 208.2868852459, 46.5);
  border-color: rgb(255, 208.2868852459, 46.5);
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #333;
  background-color: rgb(255, 208.2868852459, 46.5);
  border-color: rgb(255, 208.2868852459, 46.5);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(224.4, 189.55, 68.85, 0.5);
}
.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #333;
  background-color: #ffd648;
  border-color: #ffd648;
}
.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow {
  color: #333;
  background-color: rgb(255, 202.5737704918, 21);
  border-color: rgb(255, 202.5737704918, 21);
}
.btn-yellow-100 {
  color: #333;
  background-color: rgb(255, 250.9, 236.7);
  border-color: rgb(255, 250.9, 236.7);
}
.btn-yellow-100:hover {
  color: #333;
  background-color: rgb(255, 245.1868852459, 211.2);
  border-color: rgb(255, 245.1868852459, 211.2);
}
.btn-yellow-100:focus,
.btn-yellow-100.focus {
  color: #333;
  background-color: rgb(255, 245.1868852459, 211.2);
  border-color: rgb(255, 245.1868852459, 211.2);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(224.4, 220.915, 208.845, 0.5);
}
.btn-yellow-100.disabled,
.btn-yellow-100:disabled {
  color: #333;
  background-color: rgb(255, 250.9, 236.7);
  border-color: rgb(255, 250.9, 236.7);
}
.btn-yellow-100:not(:disabled):not(.disabled):active,
.btn-yellow-100:not(:disabled):not(.disabled).active,
.show > .btn-yellow-100 {
  color: #333;
  background-color: rgb(255, 239.4737704918, 185.7);
  border-color: rgb(255, 239.4737704918, 185.7);
}
.btn-outline-primary {
  color: #2196F3;
  border-color: #2196F3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2196F3;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary {
  color: #fff;
  background-color: rgb(12.1923076923, 131.0673076923, 225.5576923077);
  border-color: rgb(12.1923076923, 131.0673076923, 225.5576923077);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.5);
}
.btn-outline-primary-100 {
  color: rgb(232.8, 244.5, 253.8);
  border-color: rgb(232.8, 244.5, 253.8);
}
.btn-outline-primary-100:hover {
  color: #333;
  background-color: rgb(232.8, 244.5, 253.8);
  border-color: rgb(232.8, 244.5, 253.8);
}
.btn-outline-primary-100:focus,
.btn-outline-primary-100.focus {
  box-shadow: 0 0 0 0 rgba(232.8, 244.5, 253.8, 0.5);
}
.btn-outline-primary-100.disabled,
.btn-outline-primary-100:disabled {
  color: rgb(232.8, 244.5, 253.8);
  background-color: transparent;
}
.btn-outline-primary-100:not(:disabled):not(.disabled):active,
.btn-outline-primary-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-100 {
  color: #333;
  background-color: rgb(196.5115384615, 227.3365384615, 251.8384615385);
  border-color: rgb(196.5115384615, 227.3365384615, 251.8384615385);
}
.btn-outline-primary-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-100:focus {
  box-shadow: 0 0 0 0 rgba(232.8, 244.5, 253.8, 0.5);
}
.btn-outline-secondary {
  color: #45748a;
  border-color: #45748a;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #45748a;
  border-color: #45748a;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(69, 116, 138, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #45748a;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary {
  color: #fff;
  background-color: rgb(56.25, 94.5652173913, 112.5);
  border-color: rgb(56.25, 94.5652173913, 112.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(69, 116, 138, 0.5);
}
.btn-outline-secondary-100 {
  color: rgb(236.4, 241.1, 243.3);
  border-color: rgb(236.4, 241.1, 243.3);
}
.btn-outline-secondary-100:hover {
  color: #333;
  background-color: rgb(236.4, 241.1, 243.3);
  border-color: rgb(236.4, 241.1, 243.3);
}
.btn-outline-secondary-100:focus,
.btn-outline-secondary-100.focus {
  box-shadow: 0 0 0 0 rgba(236.4, 241.1, 243.3, 0.5);
}
.btn-outline-secondary-100.disabled,
.btn-outline-secondary-100:disabled {
  color: rgb(236.4, 241.1, 243.3);
  background-color: transparent;
}
.btn-outline-secondary-100:not(:disabled):not(.disabled):active,
.btn-outline-secondary-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary-100 {
  color: #333;
  background-color: rgb(212.9198019802, 223.552970297, 228.5301980198);
  border-color: rgb(212.9198019802, 223.552970297, 228.5301980198);
}
.btn-outline-secondary-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary-100:focus {
  box-shadow: 0 0 0 0 rgba(236.4, 241.1, 243.3, 0.5);
}
.btn-outline-success {
  color: #25b372;
  border-color: #25b372;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #25b372;
  border-color: #25b372;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(37, 179, 114, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #25b372;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success {
  color: #fff;
  background-color: rgb(30.4479166667, 147.3020833333, 93.8125);
  border-color: rgb(30.4479166667, 147.3020833333, 93.8125);
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(37, 179, 114, 0.5);
}
.btn-outline-success-100 {
  color: rgb(233.2, 247.4, 240.9);
  border-color: rgb(233.2, 247.4, 240.9);
}
.btn-outline-success-100:hover {
  color: #333;
  background-color: rgb(233.2, 247.4, 240.9);
  border-color: rgb(233.2, 247.4, 240.9);
}
.btn-outline-success-100:focus,
.btn-outline-success-100.focus {
  box-shadow: 0 0 0 0 rgba(233.2, 247.4, 240.9, 0.5);
}
.btn-outline-success-100.disabled,
.btn-outline-success-100:disabled {
  color: rgb(233.2, 247.4, 240.9);
  background-color: transparent;
}
.btn-outline-success-100:not(:disabled):not(.disabled):active,
.btn-outline-success-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-success-100 {
  color: #333;
  background-color: rgb(204.837755102, 237.512244898, 222.5556122449);
  border-color: rgb(204.837755102, 237.512244898, 222.5556122449);
}
.btn-outline-success-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-success-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success-100:focus {
  box-shadow: 0 0 0 0 rgba(233.2, 247.4, 240.9, 0.5);
}
.btn-outline-info {
  color: #2cbacc;
  border-color: #2cbacc;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #2cbacc;
  border-color: #2cbacc;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(44, 186, 204, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #2cbacc;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info {
  color: #fff;
  background-color: rgb(37.2137096774, 157.3125, 172.5362903226);
  border-color: rgb(37.2137096774, 157.3125, 172.5362903226);
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(44, 186, 204, 0.5);
}
.btn-outline-info-100 {
  color: rgb(233.9, 248.1, 249.9);
  border-color: rgb(233.9, 248.1, 249.9);
}
.btn-outline-info-100:hover {
  color: #333;
  background-color: rgb(233.9, 248.1, 249.9);
  border-color: rgb(233.9, 248.1, 249.9);
}
.btn-outline-info-100:focus,
.btn-outline-info-100.focus {
  box-shadow: 0 0 0 0 rgba(233.9, 248.1, 249.9, 0.5);
}
.btn-outline-info-100.disabled,
.btn-outline-info-100:disabled {
  color: rgb(233.9, 248.1, 249.9);
  background-color: transparent;
}
.btn-outline-info-100:not(:disabled):not(.disabled):active,
.btn-outline-info-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-info-100 {
  color: #333;
  background-color: rgb(203.095610687, 238.0265267176, 242.454389313);
  border-color: rgb(203.095610687, 238.0265267176, 242.454389313);
}
.btn-outline-info-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-info-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info-100:focus {
  box-shadow: 0 0 0 0 rgba(233.9, 248.1, 249.9, 0.5);
}
.btn-outline-warning {
  color: #f58646;
  border-color: #f58646;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f58646;
  border-color: #f58646;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(245, 134, 70, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f58646;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning {
  color: #fff;
  background-color: rgb(243.0384615385, 110.2653846154, 33.7115384615);
  border-color: rgb(243.0384615385, 110.2653846154, 33.7115384615);
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(245, 134, 70, 0.5);
}
.btn-outline-warning-100 {
  color: rgb(254, 242.9, 236.5);
  border-color: rgb(254, 242.9, 236.5);
}
.btn-outline-warning-100:hover {
  color: #333;
  background-color: rgb(254, 242.9, 236.5);
  border-color: rgb(254, 242.9, 236.5);
}
.btn-outline-warning-100:focus,
.btn-outline-warning-100.focus {
  box-shadow: 0 0 0 0 rgba(254, 242.9, 236.5, 0.5);
}
.btn-outline-warning-100.disabled,
.btn-outline-warning-100:disabled {
  color: rgb(254, 242.9, 236.5);
  background-color: transparent;
}
.btn-outline-warning-100:not(:disabled):not(.disabled):active,
.btn-outline-warning-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning-100 {
  color: #333;
  background-color: rgb(252.0384615385, 219.1653846154, 200.2115384615);
  border-color: rgb(252.0384615385, 219.1653846154, 200.2115384615);
}
.btn-outline-warning-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning-100:focus {
  box-shadow: 0 0 0 0 rgba(254, 242.9, 236.5, 0.5);
}
.btn-outline-danger {
  color: #ef5350;
  border-color: #ef5350;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(239, 83, 80, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ef5350;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger {
  color: #fff;
  background-color: rgb(235.7958115183, 48.554973822, 44.9541884817);
  border-color: rgb(235.7958115183, 48.554973822, 44.9541884817);
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(239, 83, 80, 0.5);
}
.btn-outline-danger-100 {
  color: rgb(253.4, 237.8, 237.5);
  border-color: rgb(253.4, 237.8, 237.5);
}
.btn-outline-danger-100:hover {
  color: #333;
  background-color: rgb(253.4, 237.8, 237.5);
  border-color: rgb(253.4, 237.8, 237.5);
}
.btn-outline-danger-100:focus,
.btn-outline-danger-100.focus {
  box-shadow: 0 0 0 0 rgba(253.4, 237.8, 237.5, 0.5);
}
.btn-outline-danger-100.disabled,
.btn-outline-danger-100:disabled {
  color: rgb(253.4, 237.8, 237.5);
  background-color: transparent;
}
.btn-outline-danger-100:not(:disabled):not(.disabled):active,
.btn-outline-danger-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger-100 {
  color: #333;
  background-color: rgb(250.1958115183, 203.354973822, 202.4541884817);
  border-color: rgb(250.1958115183, 203.354973822, 202.4541884817);
}
.btn-outline-danger-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger-100:focus {
  box-shadow: 0 0 0 0 rgba(253.4, 237.8, 237.5, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white {
  color: #333;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(235.875, 235.875, 235.875);
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-light {
  color: #f0f2f5;
  border-color: #f0f2f5;
}
.btn-outline-light:hover {
  color: #333;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(240, 242, 245, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f0f2f5;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light {
  color: #333;
  background-color: rgb(217.05, 222.11, 229.7);
  border-color: rgb(217.05, 222.11, 229.7);
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(240, 242, 245, 0.5);
}
.btn-outline-light-100 {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-outline-light-100:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-outline-light-100:focus,
.btn-outline-light-100.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-light-100.disabled,
.btn-outline-light-100:disabled {
  color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
.btn-outline-light-100:not(:disabled):not(.disabled):active,
.btn-outline-light-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-100 {
  color: #333;
  background-color: rgba(235.875, 235.875, 235.875, 0.1);
  border-color: rgba(235.875, 235.875, 235.875, 0.1);
}
.btn-outline-light-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-100:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #252b36;
  border-color: #252b36;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #252b36;
  border-color: #252b36;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(37, 43, 54, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #252b36;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark {
  color: #fff;
  background-color: rgb(21.4478021978, 24.9258241758, 31.3021978022);
  border-color: rgb(21.4478021978, 24.9258241758, 31.3021978022);
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(37, 43, 54, 0.5);
}
.btn-outline-dark-100 {
  color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-outline-dark-100:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-outline-dark-100:focus,
.btn-outline-dark-100.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-dark-100.disabled,
.btn-outline-dark-100:disabled {
  color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.btn-outline-dark-100:not(:disabled):not(.disabled):active,
.btn-outline-dark-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-100 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-outline-dark-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-100:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-teal {
  color: #26A69A;
  border-color: #26A69A;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A;
}
.btn-outline-teal:focus,
.btn-outline-teal.focus {
  box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5);
}
.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
  color: #26A69A;
  background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show > .btn-outline-teal {
  color: #fff;
  background-color: rgb(30.875, 134.875, 125.125);
  border-color: rgb(30.875, 134.875, 125.125);
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-teal:focus {
  box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5);
}
.btn-outline-teal-100 {
  color: rgb(233.3, 246.1, 244.9);
  border-color: rgb(233.3, 246.1, 244.9);
}
.btn-outline-teal-100:hover {
  color: #333;
  background-color: rgb(233.3, 246.1, 244.9);
  border-color: rgb(233.3, 246.1, 244.9);
}
.btn-outline-teal-100:focus,
.btn-outline-teal-100.focus {
  box-shadow: 0 0 0 0 rgba(233.3, 246.1, 244.9, 0.5);
}
.btn-outline-teal-100.disabled,
.btn-outline-teal-100:disabled {
  color: rgb(233.3, 246.1, 244.9);
  background-color: transparent;
}
.btn-outline-teal-100:not(:disabled):not(.disabled):active,
.btn-outline-teal-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-teal-100 {
  color: #333;
  background-color: rgb(206.175, 234.975, 232.275);
  border-color: rgb(206.175, 234.975, 232.275);
}
.btn-outline-teal-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-teal-100:focus {
  box-shadow: 0 0 0 0 rgba(233.3, 246.1, 244.9, 0.5);
}
.btn-outline-indigo {
  color: #5C6BC0;
  border-color: #5C6BC0;
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.btn-outline-indigo:focus,
.btn-outline-indigo.focus {
  box-shadow: 0 0 0 0 rgba(92, 107, 192, 0.5);
}
.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
  color: #5C6BC0;
  background-color: transparent;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active,
.btn-outline-indigo:not(:disabled):not(.disabled).active,
.show > .btn-outline-indigo {
  color: #fff;
  background-color: rgb(68.5055309735, 84.8163716814, 177.2444690265);
  border-color: rgb(68.5055309735, 84.8163716814, 177.2444690265);
}
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-indigo:focus {
  box-shadow: 0 0 0 0 rgba(92, 107, 192, 0.5);
}
.btn-outline-indigo-100 {
  color: rgb(238.7, 240.2, 248.7);
  border-color: rgb(238.7, 240.2, 248.7);
}
.btn-outline-indigo-100:hover {
  color: #333;
  background-color: rgb(238.7, 240.2, 248.7);
  border-color: rgb(238.7, 240.2, 248.7);
}
.btn-outline-indigo-100:focus,
.btn-outline-indigo-100.focus {
  box-shadow: 0 0 0 0 rgba(238.7, 240.2, 248.7, 0.5);
}
.btn-outline-indigo-100.disabled,
.btn-outline-indigo-100:disabled {
  color: rgb(238.7, 240.2, 248.7);
  background-color: transparent;
}
.btn-outline-indigo-100:not(:disabled):not(.disabled):active,
.btn-outline-indigo-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-indigo-100 {
  color: #333;
  background-color: rgb(211.1126106195, 215.1513274336, 238.0373893805);
  border-color: rgb(211.1126106195, 215.1513274336, 238.0373893805);
}
.btn-outline-indigo-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-indigo-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-indigo-100:focus {
  box-shadow: 0 0 0 0 rgba(238.7, 240.2, 248.7, 0.5);
}
.btn-outline-purple {
  color: #8e70c1;
  border-color: #8e70c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #8e70c1;
  border-color: #8e70c1;
}
.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0 rgba(142, 112, 193, 0.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #8e70c1;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple {
  color: #fff;
  background-color: rgb(120.9158536585, 85.3182926829, 181.4317073171);
  border-color: rgb(120.9158536585, 85.3182926829, 181.4317073171);
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple:focus {
  box-shadow: 0 0 0 0 rgba(142, 112, 193, 0.5);
}
.btn-outline-purple-100 {
  color: rgb(243.7, 240.7, 248.8);
  border-color: rgb(243.7, 240.7, 248.8);
}
.btn-outline-purple-100:hover {
  color: #333;
  background-color: rgb(243.7, 240.7, 248.8);
  border-color: rgb(243.7, 240.7, 248.8);
}
.btn-outline-purple-100:focus,
.btn-outline-purple-100.focus {
  box-shadow: 0 0 0 0 rgba(243.7, 240.7, 248.8, 0.5);
}
.btn-outline-purple-100.disabled,
.btn-outline-purple-100:disabled {
  color: rgb(243.7, 240.7, 248.8);
  background-color: transparent;
}
.btn-outline-purple-100:not(:disabled):not(.disabled):active,
.btn-outline-purple-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple-100 {
  color: #333;
  background-color: rgb(222.6158536585, 214.0182926829, 237.2317073171);
  border-color: rgb(222.6158536585, 214.0182926829, 237.2317073171);
}
.btn-outline-purple-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple-100:focus {
  box-shadow: 0 0 0 0 rgba(243.7, 240.7, 248.8, 0.5);
}
.btn-outline-pink {
  color: #f35c86;
  border-color: #f35c86;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #f35c86;
  border-color: #f35c86;
}
.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0 rgba(243, 92, 134, 0.5);
}
.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color: #f35c86;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink {
  color: #fff;
  background-color: rgb(240.3771428571, 56.3728571429, 107.5528571429);
  border-color: rgb(240.3771428571, 56.3728571429, 107.5528571429);
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink:focus {
  box-shadow: 0 0 0 0 rgba(243, 92, 134, 0.5);
}
.btn-outline-pink-100 {
  color: rgb(253.8, 238.7, 242.9);
  border-color: rgb(253.8, 238.7, 242.9);
}
.btn-outline-pink-100:hover {
  color: #333;
  background-color: rgb(253.8, 238.7, 242.9);
  border-color: rgb(253.8, 238.7, 242.9);
}
.btn-outline-pink-100:focus,
.btn-outline-pink-100.focus {
  box-shadow: 0 0 0 0 rgba(253.8, 238.7, 242.9, 0.5);
}
.btn-outline-pink-100.disabled,
.btn-outline-pink-100:disabled {
  color: rgb(253.8, 238.7, 242.9);
  background-color: transparent;
}
.btn-outline-pink-100:not(:disabled):not(.disabled):active,
.btn-outline-pink-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink-100 {
  color: #333;
  background-color: rgb(251.1771428571, 203.0728571429, 216.4528571429);
  border-color: rgb(251.1771428571, 203.0728571429, 216.4528571429);
}
.btn-outline-pink-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink-100:focus {
  box-shadow: 0 0 0 0 rgba(253.8, 238.7, 242.9, 0.5);
}
.btn-outline-yellow {
  color: #ffd648;
  border-color: #ffd648;
}
.btn-outline-yellow:hover {
  color: #333;
  background-color: #ffd648;
  border-color: #ffd648;
}
.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
  box-shadow: 0 0 0 0 rgba(255, 214, 72, 0.5);
}
.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
  color: #ffd648;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow {
  color: #333;
  background-color: rgb(255, 205.4303278689, 33.75);
  border-color: rgb(255, 205.4303278689, 33.75);
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow:focus {
  box-shadow: 0 0 0 0 rgba(255, 214, 72, 0.5);
}
.btn-outline-yellow-100 {
  color: rgb(255, 250.9, 236.7);
  border-color: rgb(255, 250.9, 236.7);
}
.btn-outline-yellow-100:hover {
  color: #333;
  background-color: rgb(255, 250.9, 236.7);
  border-color: rgb(255, 250.9, 236.7);
}
.btn-outline-yellow-100:focus,
.btn-outline-yellow-100.focus {
  box-shadow: 0 0 0 0 rgba(255, 250.9, 236.7, 0.5);
}
.btn-outline-yellow-100.disabled,
.btn-outline-yellow-100:disabled {
  color: rgb(255, 250.9, 236.7);
  background-color: transparent;
}
.btn-outline-yellow-100:not(:disabled):not(.disabled):active,
.btn-outline-yellow-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow-100 {
  color: #333;
  background-color: rgb(255, 242.3303278689, 198.45);
  border-color: rgb(255, 242.3303278689, 198.45);
}
.btn-outline-yellow-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow-100:focus {
  box-shadow: 0 0 0 0 rgba(255, 250.9, 236.7, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #2196F3;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
  text-decoration: none;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #999;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5625rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.1667;
  border-radius: 0.3125rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.3125rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.3924;
  border-radius: 0.1875rem;
}
.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.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  font-family: "icomoon";
  display: inline-block;
  border: 0;
  vertical-align: middle;
  font-size: 1rem;
  margin-left: 0.375rem;
  line-height: 1;
  position: relative;
  content: "\e9c1";
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12.5rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.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: 769px) {
  .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 {
  font-family: "icomoon";
  display: inline-block;
  border: 0;
  vertical-align: middle;
  font-size: 1rem;
  margin-left: 0.375rem;
  line-height: 1;
  position: relative;
  content: "\e9c2";
}
.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 {
  font-family: "icomoon";
  display: inline-block;
  border: 0;
  vertical-align: middle;
  font-size: 1rem;
  margin-left: 0.375rem;
  line-height: 1;
  position: relative;
  content: "\e9c3";
}
.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 {
  font-family: "icomoon";
  display: inline-block;
  border: 0;
  vertical-align: middle;
  font-size: 1rem;
  margin-left: 0.375rem;
  line-height: 1;
  position: relative;
}
.dropleft .dropdown-toggle::after {
  content: none;
}
.dropleft .dropdown-toggle::before {
  font-family: "icomoon";
  display: inline-block;
  border: 0;
  font-size: 1rem;
  margin-right: 0.375rem;
  line-height: 1;
  position: relative;
  content: "\e9c0";
}
.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 #ddd;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #333;
  text-decoration: none;
  background-color: #eee;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2196F3;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #999;
  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.8125rem;
  color: #999;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #333;
}
.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.65625rem;
  padding-left: 0.65625rem;
}
.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.5625rem;
  padding-left: 0.5625rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2715;
  color: #333;
  text-align: center;
  white-space: nowrap;
  background-color: #fafafa;
  border: 1px solid #ddd;
  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.1667em + 1.125rem + 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.5625rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.1667;
  border-radius: 0.3125rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.3924em + 0.625rem + 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.3125rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.3924;
  border-radius: 0.1875rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.1875rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.1125625rem;
  padding-left: 2rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.18128125rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2196F3;
  background-color: #2196F3;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(195.5, 195.5, 195.5);
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #999;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
}
.custom-control-label::before {
  position: absolute;
  top: -0.06871875rem;
  left: -2rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #ddd solid 2px;
  box-shadow: 0 0 0 0 transparent;
}
.custom-control-label::after {
  position: absolute;
  top: -0.06871875rem;
  left: -2rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M13.5 2l-7.5 7.5-3.5-3.5-2.5 2.5 6 6 10-10z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ddd;
  background-color: #fff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #2196F3;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #2196F3;
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #2196F3;
}
.custom-switch {
  padding-left: 2.9375rem;
}
.custom-switch .custom-control-label::before {
  left: -2.9375rem;
  width: 2.1875rem;
  pointer-events: all;
  border-radius: 0.625rem;
}
.custom-switch .custom-control-label::after {
  top: calc(-0.06871875rem + 4px);
  left: calc(-2.9375rem + 4px);
  width: 1rem;
  height: 1rem;
  background-color: #ddd;
  border-radius: 0.625rem;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.9375rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #2196F3;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.2715em + 0.875rem + 2px);
  padding: 0.4375rem 2.1875rem 0.4375rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2715;
  color: #333;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.875rem center/8px 10px no-repeat;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #2196F3;
  outline: 0;
}
.custom-select:focus::-ms-value {
  color: #333;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.875rem;
  background-image: none;
}
.custom-select:disabled {
  color: #999;
  background-color: #f5f5f5;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.custom-select-sm {
  height: calc(1.3924em + 0.625rem + 2px);
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.75rem;
  font-size: 0.8125rem;
}
.custom-select-lg {
  height: calc(1.1667em + 1.125rem + 2px);
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.2715em + 0.875rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.2715em + 0.875rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2196F3;
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #fafafa;
}
.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.2715em + 0.875rem + 2px);
  padding: 0.4375rem 0.875rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.2715;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.2715em + 0.875rem);
  padding: 0.4375rem 0.875rem;
  line-height: 1.2715;
  color: #333;
  content: "Browse";
  background-color: #f0f2f5;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f5f5;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f5f5;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f5f5;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2196F3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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(202.3461538462, 230.0961538462, 252.1538461538);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eee;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2196F3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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(202.3461538462, 230.0961538462, 252.1538461538);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eee;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #2196F3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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(202.3461538462, 230.0961538462, 252.1538461538);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #eee;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #eee;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #999;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #999;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #999;
}
.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.75rem 1.25rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #999;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #999;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #333;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2196F3;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 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.9935rem;
  padding-bottom: 0.9935rem;
  margin-right: 1rem;
  font-size: 0;
  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.75rem;
  padding-bottom: 0.75rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 1rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768.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: 769px) {
  .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: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: #333;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #333;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(51, 51, 51, 0.75);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #333;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.5);
}
.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: #333;
}
.navbar-light .navbar-toggler {
  color: rgba(51, 51, 51, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(51, 51, 51, 0.75);
}
.navbar-light .navbar-text a {
  color: #333;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #333;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 1.25rem;
}
.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 1.25rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 1.25rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1.25rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
.card-group > .card {
  margin-bottom: 1rem;
}
@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: 1rem;
}
@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 {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item,
a.breadcrumb-elements-item + .breadcrumb-item,
.breadcrumb-item + a.breadcrumb-elements-item,
a.breadcrumb-elements-item + a.breadcrumb-elements-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before,
a.breadcrumb-elements-item + .breadcrumb-item::before,
.breadcrumb-item + a.breadcrumb-elements-item::before,
a.breadcrumb-elements-item + a.breadcrumb-elements-item::before {
  float: left;
  padding-right: 0.5rem;
  color: inherit;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before,
a.breadcrumb-elements-item + .breadcrumb-item:hover::before,
.breadcrumb-item + a.breadcrumb-elements-item:hover::before,
a.breadcrumb-elements-item + a.breadcrumb-elements-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before,
a.breadcrumb-elements-item + .breadcrumb-item:hover::before,
.breadcrumb-item + a.breadcrumb-elements-item:hover::before,
a.breadcrumb-elements-item + a.breadcrumb-elements-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active,
a.active.breadcrumb-elements-item {
  color: #999;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.4375rem 0.875rem;
  margin-left: -1px;
  line-height: 1.2715;
  color: #333;
  background-color: #f0f2f5;
  border: 1px solid rgb(201.75, 208.85, 219.5);
}
.page-link:hover {
  z-index: 2;
  color: #333;
  text-decoration: none;
  background-color: rgb(224.7, 228.74, 234.8);
  border-color: rgb(186.45, 195.59, 209.3);
}
.page-link:focus {
  z-index: 3;
  outline: 0;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.page-item.disabled .page-link {
  color: #ccc;
  pointer-events: none;
  cursor: auto;
  background-color: #f0f2f5;
  border-color: rgb(201.75, 208.85, 219.5);
}
.pagination-lg .page-link {
  padding: 0.5625rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.1667;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.pagination-sm .page-link {
  padding: 0.3125rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.3924;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.badge {
  display: inline-block;
  padding: 0.3125rem 0.4375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem;
  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.5rem;
  padding-left: 0.5rem;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #2196F3;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.5);
}
.badge-primary-100 {
  color: #333;
  background-color: rgb(232.8, 244.5, 253.8);
}
a.badge-primary-100:hover,
a.badge-primary-100:focus {
  color: #333;
  background-color: rgb(184.4153846154, 221.6153846154, 251.1846153846);
}
a.badge-primary-100:focus,
a.badge-primary-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(232.8, 244.5, 253.8, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #45748a;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(52, 87.4202898551, 104);
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(69, 116, 138, 0.5);
}
.badge-secondary-100 {
  color: #333;
  background-color: rgb(236.4, 241.1, 243.3);
}
a.badge-secondary-100:hover,
a.badge-secondary-100:focus {
  color: #333;
  background-color: rgb(205.0930693069, 217.703960396, 223.6069306931);
}
a.badge-secondary-100:focus,
a.badge-secondary-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(236.4, 241.1, 243.3, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #25b372;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: rgb(28.2638888889, 136.7361111111, 87.0833333333);
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(37, 179, 114, 0.5);
}
.badge-success-100 {
  color: #333;
  background-color: rgb(233.2, 247.4, 240.9);
}
a.badge-success-100:hover,
a.badge-success-100:focus {
  color: #333;
  background-color: rgb(195.3836734694, 234.2163265306, 216.4408163265);
}
a.badge-success-100:focus,
a.badge-success-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(233.2, 247.4, 240.9, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #2cbacc;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: rgb(34.9516129032, 147.75, 162.0483870968);
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(44, 186, 204, 0.5);
}
.badge-info-100 {
  color: #333;
  background-color: rgb(233.9, 248.1, 249.9);
}
a.badge-info-100:hover,
a.badge-info-100:focus {
  color: #333;
  background-color: rgb(192.827480916, 234.6687022901, 239.972519084);
}
a.badge-info-100:focus,
a.badge-info-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(233.9, 248.1, 249.9, 0.5);
}
.badge-warning {
  color: #fff;
  background-color: #f58646;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #fff;
  background-color: rgb(242.3846153846, 102.3538461538, 21.6153846154);
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(245, 134, 70, 0.5);
}
.badge-warning-100 {
  color: #333;
  background-color: rgb(254, 242.9, 236.5);
}
a.badge-warning-100:hover,
a.badge-warning-100:focus {
  color: #333;
  background-color: rgb(251.3846153846, 211.2538461538, 188.1153846154);
}
a.badge-warning-100:focus,
a.badge-warning-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(254, 242.9, 236.5, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #ef5350;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: rgb(234.7277486911, 37.0732984293, 33.2722513089);
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(239, 83, 80, 0.5);
}
.badge-danger-100 {
  color: #333;
  background-color: rgb(253.4, 237.8, 237.5);
}
a.badge-danger-100:hover,
a.badge-danger-100:focus {
  color: #333;
  background-color: rgb(249.1277486911, 191.8732984293, 190.7722513089);
}
a.badge-danger-100:focus,
a.badge-danger-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(253.4, 237.8, 237.5, 0.5);
}
.badge-white {
  color: #333;
  background-color: #fff;
}
a.badge-white:hover,
a.badge-white:focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.badge-light {
  color: #333;
  background-color: #f0f2f5;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #333;
  background-color: rgb(209.4, 215.48, 224.6);
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(240, 242, 245, 0.5);
}
.badge-light-100 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
}
a.badge-light-100:hover,
a.badge-light-100:focus {
  color: #333;
  background-color: rgba(229.5, 229.5, 229.5, 0.1);
}
a.badge-light-100:focus,
a.badge-light-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #252b36;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: rgb(16.2637362637, 18.9010989011, 23.7362637363);
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(37, 43, 54, 0.5);
}
.badge-dark-100 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
a.badge-dark-100:hover,
a.badge-dark-100:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
a.badge-dark-100:focus,
a.badge-dark-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.badge-teal {
  color: #fff;
  background-color: #26A69A;
}
a.badge-teal:hover,
a.badge-teal:focus {
  color: #fff;
  background-color: rgb(28.5, 124.5, 115.5);
}
a.badge-teal:focus,
a.badge-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5);
}
.badge-teal-100 {
  color: #333;
  background-color: rgb(233.3, 246.1, 244.9);
}
a.badge-teal-100:hover,
a.badge-teal-100:focus {
  color: #333;
  background-color: rgb(197.1333333333, 231.2666666667, 228.0666666667);
}
a.badge-teal-100:focus,
a.badge-teal-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(233.3, 246.1, 244.9, 0.5);
}
.badge-indigo {
  color: #fff;
  background-color: #5C6BC0;
}
a.badge-indigo:hover,
a.badge-indigo:focus {
  color: #fff;
  background-color: rgb(64.9513274336, 80.4159292035, 168.0486725664);
}
a.badge-indigo:focus,
a.badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(92, 107, 192, 0.5);
}
.badge-indigo-100 {
  color: #333;
  background-color: rgb(238.7, 240.2, 248.7);
}
a.badge-indigo-100:hover,
a.badge-indigo-100:focus {
  color: #333;
  background-color: rgb(201.9168141593, 206.8017699115, 234.4831858407);
}
a.badge-indigo-100:focus,
a.badge-indigo-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(238.7, 240.2, 248.7, 0.5);
}
.badge-purple {
  color: #fff;
  background-color: #8e70c1;
}
a.badge-purple:hover,
a.badge-purple:focus {
  color: #fff;
  background-color: rgb(113.9902439024, 76.8195121951, 177.1804878049);
}
a.badge-purple:focus,
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(142, 112, 193, 0.5);
}
.badge-purple-100 {
  color: #333;
  background-color: rgb(243.7, 240.7, 248.8);
}
a.badge-purple-100:hover,
a.badge-purple-100:focus {
  color: #333;
  background-color: rgb(215.587804878, 205.1243902439, 233.3756097561);
}
a.badge-purple-100:focus,
a.badge-purple-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(243.7, 240.7, 248.8, 0.5);
}
.badge-pink {
  color: #fff;
  background-color: #f35c86;
}
a.badge-pink:hover,
a.badge-pink:focus {
  color: #fff;
  background-color: rgb(239.5028571429, 44.4971428571, 98.7371428571);
}
a.badge-pink:focus,
a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(243, 92, 134, 0.5);
}
.badge-pink-100 {
  color: #333;
  background-color: rgb(253.8, 238.7, 242.9);
}
a.badge-pink-100:hover,
a.badge-pink-100:focus {
  color: #333;
  background-color: rgb(250.3028571429, 191.1971428571, 207.6371428571);
}
a.badge-pink-100:focus,
a.badge-pink-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(253.8, 238.7, 242.9, 0.5);
}
.badge-yellow {
  color: #333;
  background-color: #ffd648;
}
a.badge-yellow:hover,
a.badge-yellow:focus {
  color: #333;
  background-color: rgb(255, 202.5737704918, 21);
}
a.badge-yellow:focus,
a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 214, 72, 0.5);
}
.badge-yellow-100 {
  color: #333;
  background-color: rgb(255, 250.9, 236.7);
}
a.badge-yellow-100:hover,
a.badge-yellow-100:focus {
  color: #333;
  background-color: rgb(255, 239.4737704918, 185.7);
}
a.badge-yellow-100:focus,
a.badge-yellow-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 250.9, 236.7, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
  border-radius: 0.3125rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 500;
}
.alert-dismissible {
  padding-right: 3.6125625rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(17.16, 78, 126.36);
  background-color: rgb(219.48, 238.2, 253.08);
  border-color: rgb(50.76, 158.4, 243.96);
}
.alert-primary hr {
  border-top-color: rgb(26.5676923077, 146.9576923077, 242.6523076923);
}
.alert-primary .alert-link {
  color: rgb(11.062173913, 50.2826086957, 81.457826087);
}
.alert-primary-100 {
  color: rgb(121.056, 127.14, 131.976);
  background-color: rgb(251.448, 253.32, 254.808);
  border-color: rgb(234.576, 245.34, 253.896);
}
.alert-primary-100 hr {
  border-top-color: rgb(210.3836923077, 233.8976923077, 252.5883076923);
}
.alert-primary-100 .alert-link {
  color: rgb(96.6564932182, 101.5142293465, 105.3755067818);
}
.alert-secondary {
  color: rgb(35.88, 60.32, 71.76);
  background-color: rgb(225.24, 232.76, 236.28);
  border-color: rgb(83.88, 127.12, 147.36);
}
.alert-secondary hr {
  border-top-color: rgb(74.6301297353, 113.1018370524, 131.1098702647);
}
.alert-secondary .alert-link {
  color: rgb(18.88, 31.7402898551, 37.76);
}
.alert-secondary-100 {
  color: rgb(122.928, 125.372, 126.516);
  background-color: rgb(252.024, 252.776, 253.128);
  border-color: rgb(237.888, 242.212, 244.236);
}
.alert-secondary-100 hr {
  border-top-color: rgb(222.2345346535, 230.513980198, 234.3894653465);
}
.alert-secondary-100 .alert-link {
  color: rgb(97.7947917448, 99.7391044403, 100.6492082552);
}
.alert-success {
  color: rgb(19.24, 93.08, 59.28);
  background-color: rgb(220.12, 242.84, 232.44);
  border-color: rgb(54.44, 185.08, 125.28);
}
.alert-success hr {
  border-top-color: rgb(48.6441583166, 165.3758416834, 111.9423246493);
}
.alert-success .alert-link {
  color: rgb(10.5038888889, 50.8161111111, 32.3633333333);
}
.alert-success-100 {
  color: rgb(121.264, 128.648, 125.268);
  background-color: rgb(251.512, 253.784, 252.744);
  border-color: rgb(234.944, 248.008, 242.028);
}
.alert-success-100 hr {
  border-top-color: rgb(216.0358367347, 241.4161632653, 229.7984081633);
}
.alert-success-100 .alert-link {
  color: rgb(96.5174332085, 102.3945667915, 99.704329588);
}
.alert-info {
  color: rgb(22.88, 96.72, 106.08);
  background-color: rgb(221.24, 243.96, 246.84);
  border-color: rgb(60.88, 191.52, 208.08);
}
.alert-info hr {
  border-top-color: rgb(47.3910687023, 179.3426717557, 196.0689312977);
}
.alert-info .alert-link {
  color: rgb(13.8316129032, 58.47, 64.1283870968);
}
.alert-info-100 {
  color: rgb(121.628, 129.012, 129.948);
  background-color: rgb(251.624, 253.896, 254.184);
  border-color: rgb(235.588, 248.652, 250.308);
}
.alert-info-100 hr {
  border-top-color: rgb(215.051740458, 241.936351145, 245.344259542);
}
.alert-info-100 .alert-link {
  color: rgb(96.9713236875, 102.8584241422, 103.6046763125);
}
.alert-warning {
  color: rgb(127.4, 69.68, 36.4);
  background-color: rgb(253.4, 235.64, 225.4);
  border-color: rgb(245.8, 143.68, 84.8);
}
.alert-warning hr {
  border-top-color: rgb(244.4923076923, 127.8569230769, 60.6076923077);
}
.alert-warning .alert-link {
  color: rgb(87.7333333333, 47.9847619048, 25.0666666667);
}
.alert-warning-100 {
  color: rgb(132.08, 126.308, 122.98);
  background-color: rgb(254.84, 253.064, 252.04);
  border-color: rgb(254.08, 243.868, 237.98);
}
.alert-warning-100 hr {
  border-top-color: rgb(252.7723076923, 228.0449230769, 213.7876923077);
}
.alert-warning-100 .alert-link {
  color: rgb(105.6719275124, 101.0518823253, 98.3880724876);
}
.alert-danger {
  color: rgb(124.28, 43.16, 41.6);
  background-color: rgb(252.44, 227.48, 227);
  border-color: rgb(240.28, 96.76, 94);
}
.alert-danger hr {
  border-top-color: rgb(238.1438743455, 73.7966492147, 70.6361256545);
}
.alert-danger .alert-link {
  color: rgb(86.069968652, 29.8904075235, 28.810031348);
}
.alert-danger-100 {
  color: rgb(131.768, 123.656, 123.5);
  background-color: rgb(254.744, 252.248, 252.2);
  border-color: rgb(253.528, 239.176, 238.9);
}
.alert-danger-100 hr {
  border-top-color: rgb(251.3918743455, 216.2126492147, 215.5361256545);
}
.alert-danger-100 .alert-link {
  color: rgb(105.4490287832, 98.9440666426, 98.8189712168);
}
.alert-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}
.alert-light {
  color: rgb(124.8, 125.84, 127.4);
  background-color: rgb(252.6, 252.92, 253.4);
  border-color: rgb(241.2, 243.04, 245.8);
}
.alert-light hr {
  border-top-color: rgb(225.9, 229.78, 235.6);
}
.alert-light .alert-link {
  color: rgb(99.5628865979, 100.3925773196, 101.6371134021);
}
.alert-light-100 {
  color: rgba(13.755186722, 13.755186722, 13.755186722, 0.532);
  background-color: rgba(255, 255, 255, 0.856);
  border-color: rgba(255, 255, 255, 0.172);
}
.alert-light-100 hr {
  border-top-color: rgba(242.25, 242.25, 242.25, 0.172);
}
.alert-light-100 .alert-link {
  color: rgba(0, 0, 0, 0.532);
}
.alert-dark {
  color: rgb(19.24, 22.36, 28.08);
  background-color: rgb(220.12, 221.08, 222.84);
  border-color: rgb(54.44, 59.96, 70.08);
}
.alert-dark hr {
  border-top-color: rgb(43.2914294892, 47.6810086733, 55.7285705108);
}
.alert-dark .alert-link {
  color: black;
}
.alert-dark-100 {
  color: rgba(0, 0, 0, 0.532);
  background-color: rgba(252.4689826303, 252.4689826303, 252.4689826303, 0.856);
  border-color: rgba(158.8524590164, 158.8524590164, 158.8524590164, 0.172);
}
.alert-dark-100 hr {
  border-top-color: rgba(146.1024590164, 146.1024590164, 146.1024590164, 0.172);
}
.alert-dark-100 .alert-link {
  color: rgba(0, 0, 0, 0.532);
}
.alert-teal {
  color: rgb(19.76, 86.32, 80.08);
  background-color: rgb(220.28, 240.76, 238.84);
  border-color: rgb(55.36, 173.12, 162.08);
}
.alert-teal hr {
  border-top-color: rgb(49.1814285714, 153.7985714286, 143.9907142857);
}
.alert-teal .alert-link {
  color: rgb(10.26, 44.82, 41.58);
}
.alert-teal-100 {
  color: rgb(121.316, 127.972, 127.348);
  background-color: rgb(251.528, 253.576, 253.384);
  border-color: rgb(235.036, 246.812, 245.708);
}
.alert-teal-100 hr {
  border-top-color: rgb(216.9526666667, 239.3953333333, 237.2913333333);
}
.alert-teal-100 .alert-link {
  color: rgb(96.4968510638, 101.7911489362, 101.2948085106);
}
.alert-indigo {
  color: rgb(47.84, 55.64, 99.84);
  background-color: rgb(228.92, 231.32, 244.92);
  border-color: rgb(105.04, 118.84, 197.04);
}
.alert-indigo hr {
  border-top-color: rgb(86.6484070796, 102.1408849558, 189.9315929204);
}
.alert-indigo .alert-link {
  color: rgb(31.3188732394, 36.4252112676, 65.3611267606);
}
.alert-indigo-100 {
  color: rgb(124.124, 124.904, 129.324);
  background-color: rgb(252.392, 252.632, 253.992);
  border-color: rgb(240.004, 241.384, 249.204);
}
.alert-indigo-100 hr {
  border-top-color: rgb(221.6124070796, 224.6848849558, 242.0955929204);
}
.alert-indigo-100 .alert-link {
  color: rgb(99.1471842429, 99.77022897, 103.3008157571);
}
.alert-purple {
  color: rgb(73.84, 58.24, 100.36);
  background-color: rgb(236.92, 232.12, 245.08);
  border-color: rgb(151.04, 123.44, 197.96);
}
.alert-purple hr {
  border-top-color: rgb(136.983902439, 105.652195122, 190.247804878);
}
.alert-purple .alert-link {
  color: rgb(50.0957377049, 39.5121311475, 68.0878688525);
}
.alert-purple-100 {
  color: rgb(126.724, 125.164, 129.376);
  background-color: rgb(253.192, 252.712, 254.008);
  border-color: rgb(244.604, 241.844, 249.296);
}
.alert-purple-100 hr {
  border-top-color: rgb(230.547902439, 224.056195122, 241.583804878);
}
.alert-purple-100 .alert-link {
  color: rgb(101.3333973442, 100.0859611849, 103.4540388151);
}
.alert-pink {
  color: rgb(126.36, 47.84, 69.68);
  background-color: rgb(253.08, 228.92, 235.64);
  border-color: rgb(243.96, 105.04, 143.68);
}
.alert-pink hr {
  border-top-color: rgb(242.2114285714, 81.2885714286, 126.0485714286);
}
.alert-pink .alert-link {
  color: rgb(89.3659701493, 33.8340298507, 49.28);
}
.alert-pink-100 {
  color: rgb(131.976, 124.124, 126.308);
  background-color: rgb(254.808, 252.392, 253.064);
  border-color: rgb(253.896, 240.004, 243.868);
}
.alert-pink-100 hr {
  border-top-color: rgb(252.1474285714, 216.2525714286, 226.2365714286);
}
.alert-pink-100 .alert-link {
  color: rgb(105.7214163056, 99.3785836944, 101.1428152816);
}
.alert-yellow {
  color: rgb(132.6, 111.28, 37.44);
  background-color: rgb(255, 248.44, 225.72);
  border-color: rgb(255, 217.28, 86.64);
}
.alert-yellow hr {
  border-top-color: rgb(255, 211.5668852459, 61.14);
}
.alert-yellow .alert-link {
  color: rgb(92.8293577982, 77.903853211, 26.2106422018);
}
.alert-yellow-100 {
  color: rgb(132.6, 130.468, 123.084);
  background-color: rgb(255, 254.344, 252.072);
  border-color: rgb(255, 251.228, 238.164);
}
.alert-yellow-100 hr {
  border-top-color: rgb(255, 245.5148852459, 212.664);
}
.alert-yellow-100 .alert-link {
  color: rgb(106.1714345303, 104.4555130468, 98.5125654697);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1.25rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1.25rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #eee;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2196F3;
  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: 1.25rem 1.25rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: rgba(51, 51, 51, 0.85);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #333;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:active {
  color: #333;
  background-color: #f5f5f5;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.625rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #999;
  pointer-events: none;
  background-color: transparent;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.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: 769px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: rgb(17.16, 78, 126.36);
  background-color: rgb(192.84, 225.6, 251.64);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(17.16, 78, 126.36);
  background-color: rgb(168.6476923077, 214.1576923077, 250.3323076923);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(17.16, 78, 126.36);
  border-color: rgb(17.16, 78, 126.36);
}
.list-group-item-primary-100 {
  color: rgb(121.056, 127.14, 131.976);
  background-color: rgb(248.784, 252.06, 254.664);
}
.list-group-item-primary-100.list-group-item-action:hover,
.list-group-item-primary-100.list-group-item-action:focus {
  color: rgb(121.056, 127.14, 131.976);
  background-color: rgb(224.5916923077, 240.6176923077, 253.3563076923);
}
.list-group-item-primary-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.056, 127.14, 131.976);
  border-color: rgb(121.056, 127.14, 131.976);
}
.list-group-item-secondary {
  color: rgb(35.88, 60.32, 71.76);
  background-color: rgb(202.92, 216.08, 222.24);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(35.88, 60.32, 71.76);
  background-color: rgb(187.2665346535, 204.381980198, 212.3934653465);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(35.88, 60.32, 71.76);
  border-color: rgb(35.88, 60.32, 71.76);
}
.list-group-item-secondary-100 {
  color: rgb(122.928, 125.372, 126.516);
  background-color: rgb(249.792, 251.108, 251.724);
}
.list-group-item-secondary-100.list-group-item-action:hover,
.list-group-item-secondary-100.list-group-item-action:focus {
  color: rgb(122.928, 125.372, 126.516);
  background-color: rgb(234.1385346535, 239.409980198, 241.8774653465);
}
.list-group-item-secondary-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(122.928, 125.372, 126.516);
  border-color: rgb(122.928, 125.372, 126.516);
}
.list-group-item-success {
  color: rgb(19.24, 93.08, 59.28);
  background-color: rgb(193.96, 233.72, 215.52);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(19.24, 93.08, 59.28);
  background-color: rgb(175.0518367347, 227.1281632653, 203.2904081633);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.24, 93.08, 59.28);
  border-color: rgb(19.24, 93.08, 59.28);
}
.list-group-item-success-100 {
  color: rgb(121.264, 128.648, 125.268);
  background-color: rgb(248.896, 252.872, 251.052);
}
.list-group-item-success-100.list-group-item-action:hover,
.list-group-item-success-100.list-group-item-action:focus {
  color: rgb(121.264, 128.648, 125.268);
  background-color: rgb(229.9878367347, 246.2801632653, 238.8224081633);
}
.list-group-item-success-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.264, 128.648, 125.268);
  border-color: rgb(121.264, 128.648, 125.268);
}
.list-group-item-info {
  color: rgb(22.88, 96.72, 106.08);
  background-color: rgb(195.92, 235.68, 240.72);
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(22.88, 96.72, 106.08);
  background-color: rgb(175.383740458, 228.964351145, 235.756259542);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(22.88, 96.72, 106.08);
  border-color: rgb(22.88, 96.72, 106.08);
}
.list-group-item-info-100 {
  color: rgb(121.628, 129.012, 129.948);
  background-color: rgb(249.092, 253.068, 253.572);
}
.list-group-item-info-100.list-group-item-action:hover,
.list-group-item-info-100.list-group-item-action:focus {
  color: rgb(121.628, 129.012, 129.948);
  background-color: rgb(228.555740458, 246.352351145, 248.608259542);
}
.list-group-item-info-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.628, 129.012, 129.948);
  border-color: rgb(121.628, 129.012, 129.948);
}
.list-group-item-warning {
  color: rgb(127.4, 69.68, 36.4);
  background-color: rgb(252.2, 221.12, 203.2);
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(127.4, 69.68, 36.4);
  background-color: rgb(250.8923076923, 205.2969230769, 179.0076923077);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.4, 69.68, 36.4);
  border-color: rgb(127.4, 69.68, 36.4);
}
.list-group-item-warning-100 {
  color: rgb(132.08, 126.308, 122.98);
  background-color: rgb(254.72, 251.612, 249.82);
}
.list-group-item-warning-100.list-group-item-action:hover,
.list-group-item-warning-100.list-group-item-action:focus {
  color: rgb(132.08, 126.308, 122.98);
  background-color: rgb(253.4123076923, 235.7889230769, 225.6276923077);
}
.list-group-item-warning-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.08, 126.308, 122.98);
  border-color: rgb(132.08, 126.308, 122.98);
}
.list-group-item-danger {
  color: rgb(124.28, 43.16, 41.6);
  background-color: rgb(250.52, 206.84, 206);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(124.28, 43.16, 41.6);
  background-color: rgb(248.3838743455, 183.8766492147, 182.6361256545);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.28, 43.16, 41.6);
  border-color: rgb(124.28, 43.16, 41.6);
}
.list-group-item-danger-100 {
  color: rgb(131.768, 123.656, 123.5);
  background-color: rgb(254.552, 250.184, 250.1);
}
.list-group-item-danger-100.list-group-item-action:hover,
.list-group-item-danger-100.list-group-item-action:focus {
  color: rgb(131.768, 123.656, 123.5);
  background-color: rgb(252.4158743455, 227.2206492147, 226.7361256545);
}
.list-group-item-danger-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.768, 123.656, 123.5);
  border-color: rgb(131.768, 123.656, 123.5);
}
.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}
.list-group-item-light {
  color: rgb(124.8, 125.84, 127.4);
  background-color: rgb(250.8, 251.36, 252.2);
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(124.8, 125.84, 127.4);
  background-color: rgb(235.5, 238.1, 242);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.8, 125.84, 127.4);
  border-color: rgb(124.8, 125.84, 127.4);
}
.list-group-item-light-100 {
  color: rgba(13.755186722, 13.755186722, 13.755186722, 0.532);
  background-color: rgba(255, 255, 255, 0.748);
}
.list-group-item-light-100.list-group-item-action:hover,
.list-group-item-light-100.list-group-item-action:focus {
  color: rgba(13.755186722, 13.755186722, 13.755186722, 0.532);
  background-color: rgba(242.25, 242.25, 242.25, 0.748);
}
.list-group-item-light-100.list-group-item-action.active {
  color: #fff;
  background-color: rgba(13.755186722, 13.755186722, 13.755186722, 0.532);
  border-color: rgba(13.755186722, 13.755186722, 13.755186722, 0.532);
}
.list-group-item-dark {
  color: rgb(19.24, 22.36, 28.08);
  background-color: rgb(193.96, 195.64, 198.72);
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.24, 22.36, 28.08);
  background-color: rgb(180.6926968974, 182.7378520286, 186.4873031026);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.24, 22.36, 28.08);
  border-color: rgb(19.24, 22.36, 28.08);
}
.list-group-item-dark-100 {
  color: rgba(0, 0, 0, 0.532);
  background-color: rgba(249.8853868195, 249.8853868195, 249.8853868195, 0.748);
}
.list-group-item-dark-100.list-group-item-action:hover,
.list-group-item-dark-100.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.532);
  background-color: rgba(237.1353868195, 237.1353868195, 237.1353868195, 0.748);
}
.list-group-item-dark-100.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.532);
  border-color: rgba(0, 0, 0, 0.532);
}
.list-group-item-teal {
  color: rgb(19.76, 86.32, 80.08);
  background-color: rgb(194.24, 230.08, 226.72);
}
.list-group-item-teal.list-group-item-action:hover,
.list-group-item-teal.list-group-item-action:focus {
  color: rgb(19.76, 86.32, 80.08);
  background-color: rgb(176.1566666667, 222.6633333333, 218.3033333333);
}
.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.76, 86.32, 80.08);
  border-color: rgb(19.76, 86.32, 80.08);
}
.list-group-item-teal-100 {
  color: rgb(121.316, 127.972, 127.348);
  background-color: rgb(248.924, 252.508, 252.172);
}
.list-group-item-teal-100.list-group-item-action:hover,
.list-group-item-teal-100.list-group-item-action:focus {
  color: rgb(121.316, 127.972, 127.348);
  background-color: rgb(230.8406666667, 245.0913333333, 243.7553333333);
}
.list-group-item-teal-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.316, 127.972, 127.348);
  border-color: rgb(121.316, 127.972, 127.348);
}
.list-group-item-indigo {
  color: rgb(47.84, 55.64, 99.84);
  background-color: rgb(209.36, 213.56, 237.36);
}
.list-group-item-indigo.list-group-item-action:hover,
.list-group-item-indigo.list-group-item-action:focus {
  color: rgb(47.84, 55.64, 99.84);
  background-color: rgb(190.9684070796, 196.8608849558, 230.2515929204);
}
.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: rgb(47.84, 55.64, 99.84);
  border-color: rgb(47.84, 55.64, 99.84);
}
.list-group-item-indigo-100 {
  color: rgb(124.124, 124.904, 129.324);
  background-color: rgb(250.436, 250.856, 253.236);
}
.list-group-item-indigo-100.list-group-item-action:hover,
.list-group-item-indigo-100.list-group-item-action:focus {
  color: rgb(124.124, 124.904, 129.324);
  background-color: rgb(232.0444070796, 234.1568849558, 246.1275929204);
}
.list-group-item-indigo-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.124, 124.904, 129.324);
  border-color: rgb(124.124, 124.904, 129.324);
}
.list-group-item-purple {
  color: rgb(73.84, 58.24, 100.36);
  background-color: rgb(223.36, 214.96, 237.64);
}
.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
  color: rgb(73.84, 58.24, 100.36);
  background-color: rgb(209.303902439, 197.172195122, 229.927804878);
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: rgb(73.84, 58.24, 100.36);
  border-color: rgb(73.84, 58.24, 100.36);
}
.list-group-item-purple-100 {
  color: rgb(126.724, 125.164, 129.376);
  background-color: rgb(251.836, 250.996, 253.264);
}
.list-group-item-purple-100.list-group-item-action:hover,
.list-group-item-purple-100.list-group-item-action:focus {
  color: rgb(126.724, 125.164, 129.376);
  background-color: rgb(237.779902439, 233.208195122, 245.551804878);
}
.list-group-item-purple-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.724, 125.164, 129.376);
  border-color: rgb(126.724, 125.164, 129.376);
}
.list-group-item-pink {
  color: rgb(126.36, 47.84, 69.68);
  background-color: rgb(251.64, 209.36, 221.12);
}
.list-group-item-pink.list-group-item-action:hover,
.list-group-item-pink.list-group-item-action:focus {
  color: rgb(126.36, 47.84, 69.68);
  background-color: rgb(249.8914285714, 185.6085714286, 203.4885714286);
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.36, 47.84, 69.68);
  border-color: rgb(126.36, 47.84, 69.68);
}
.list-group-item-pink-100 {
  color: rgb(131.976, 124.124, 126.308);
  background-color: rgb(254.664, 250.436, 251.612);
}
.list-group-item-pink-100.list-group-item-action:hover,
.list-group-item-pink-100.list-group-item-action:focus {
  color: rgb(131.976, 124.124, 126.308);
  background-color: rgb(252.9154285714, 226.6845714286, 233.9805714286);
}
.list-group-item-pink-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.976, 124.124, 126.308);
  border-color: rgb(131.976, 124.124, 126.308);
}
.list-group-item-yellow {
  color: rgb(132.6, 111.28, 37.44);
  background-color: rgb(255, 243.52, 203.76);
}
.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: rgb(132.6, 111.28, 37.44);
  background-color: rgb(255, 237.8068852459, 178.26);
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 111.28, 37.44);
  border-color: rgb(132.6, 111.28, 37.44);
}
.list-group-item-yellow-100 {
  color: rgb(132.6, 130.468, 123.084);
  background-color: rgb(255, 253.852, 249.876);
}
.list-group-item-yellow-100.list-group-item-action:hover,
.list-group-item-yellow-100.list-group-item-action:focus {
  color: rgb(132.6, 130.468, 123.084);
  background-color: rgb(255, 248.1388852459, 224.376);
}
.list-group-item-yellow-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 130.468, 123.084);
  border-color: rgb(132.6, 130.468, 123.084);
}
.close {
  float: right;
  font-size: 1.1125625rem;
  font-weight: 400;
  line-height: 1;
  color: #333;
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: #333;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #333;
  background-clip: padding-box;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  border-radius: 0.3125rem;
}
.toast:not(:last-child) {
  margin-bottom: 1.25rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  color: #fff;
  background-color: #333;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top-left-radius: calc(0.3125rem - 1px);
  border-top-right-radius: calc(0.3125rem - 1px);
}
.toast-body {
  padding: 1.25rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.35;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: calc(0.3125rem - 1px);
  border-top-right-radius: calc(0.3125rem - 1px);
}
.modal-header .close {
  padding: 1.25rem 1.25rem;
  margin: -1.25rem -1.25rem -1.25rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.2715;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: calc(0.3125rem - 1px);
  border-bottom-left-radius: calc(0.3125rem - 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: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  }
  .modal-sm {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0.3125rem;
  font-family:
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2715;
  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: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.25rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.25rem 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.25rem 0.25rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.25rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.25rem;
  height: 0.5rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.25rem 0.25rem 0.25rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.25rem 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.25rem 0.25rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.25rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.25rem;
  height: 0.5rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.25rem 0 0.25rem 0.25rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.375rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2715;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.375rem;
  margin: 0 0.25rem;
}
.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.375rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.375rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.375rem 0.375rem 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.375rem 0.375rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.375rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.375rem - 1px);
  width: 0.375rem;
  height: 0.75rem;
  margin: 0.25rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.375rem 0.375rem 0.375rem 0;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.375rem 0.375rem 0.375rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.375rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.375rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.375rem 0.375rem 0.375rem;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.375rem 0.375rem 0.375rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.75rem;
  margin-left: -0.375rem;
  content: "";
  border-bottom: 1px solid transparent;
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.375rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.375rem - 1px);
  width: 0.375rem;
  height: 0.75rem;
  margin: 0.25rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.9375rem 0.9375rem;
  color: #333;
}
.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: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@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: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #2196F3 !important;
}
a.bg-primary,
button.bg-primary {
  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) {
  a.bg-primary,
  button.bg-primary {
    transition: none;
  }
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615) !important;
}
.bg-primary-100 {
  background-color: rgb(232.8, 244.5, 253.8) !important;
}
a.bg-primary-100,
button.bg-primary-100 {
  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) {
  a.bg-primary-100,
  button.bg-primary-100 {
    transition: none;
  }
}
a.bg-primary-100:hover,
a.bg-primary-100:focus,
button.bg-primary-100:hover,
button.bg-primary-100:focus {
  background-color: rgb(184.4153846154, 221.6153846154, 251.1846153846) !important;
}
.bg-secondary {
  background-color: #45748a !important;
}
a.bg-secondary,
button.bg-secondary {
  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) {
  a.bg-secondary,
  button.bg-secondary {
    transition: none;
  }
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(52, 87.4202898551, 104) !important;
}
.bg-secondary-100 {
  background-color: rgb(236.4, 241.1, 243.3) !important;
}
a.bg-secondary-100,
button.bg-secondary-100 {
  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) {
  a.bg-secondary-100,
  button.bg-secondary-100 {
    transition: none;
  }
}
a.bg-secondary-100:hover,
a.bg-secondary-100:focus,
button.bg-secondary-100:hover,
button.bg-secondary-100:focus {
  background-color: rgb(205.0930693069, 217.703960396, 223.6069306931) !important;
}
.bg-success {
  background-color: #25b372 !important;
}
a.bg-success,
button.bg-success {
  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) {
  a.bg-success,
  button.bg-success {
    transition: none;
  }
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(28.2638888889, 136.7361111111, 87.0833333333) !important;
}
.bg-success-100 {
  background-color: rgb(233.2, 247.4, 240.9) !important;
}
a.bg-success-100,
button.bg-success-100 {
  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) {
  a.bg-success-100,
  button.bg-success-100 {
    transition: none;
  }
}
a.bg-success-100:hover,
a.bg-success-100:focus,
button.bg-success-100:hover,
button.bg-success-100:focus {
  background-color: rgb(195.3836734694, 234.2163265306, 216.4408163265) !important;
}
.bg-info {
  background-color: #2cbacc !important;
}
a.bg-info,
button.bg-info {
  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) {
  a.bg-info,
  button.bg-info {
    transition: none;
  }
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(34.9516129032, 147.75, 162.0483870968) !important;
}
.bg-info-100 {
  background-color: rgb(233.9, 248.1, 249.9) !important;
}
a.bg-info-100,
button.bg-info-100 {
  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) {
  a.bg-info-100,
  button.bg-info-100 {
    transition: none;
  }
}
a.bg-info-100:hover,
a.bg-info-100:focus,
button.bg-info-100:hover,
button.bg-info-100:focus {
  background-color: rgb(192.827480916, 234.6687022901, 239.972519084) !important;
}
.bg-warning {
  background-color: #f58646 !important;
}
a.bg-warning,
button.bg-warning {
  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) {
  a.bg-warning,
  button.bg-warning {
    transition: none;
  }
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(242.3846153846, 102.3538461538, 21.6153846154) !important;
}
.bg-warning-100 {
  background-color: rgb(254, 242.9, 236.5) !important;
}
a.bg-warning-100,
button.bg-warning-100 {
  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) {
  a.bg-warning-100,
  button.bg-warning-100 {
    transition: none;
  }
}
a.bg-warning-100:hover,
a.bg-warning-100:focus,
button.bg-warning-100:hover,
button.bg-warning-100:focus {
  background-color: rgb(251.3846153846, 211.2538461538, 188.1153846154) !important;
}
.bg-danger {
  background-color: #ef5350 !important;
}
a.bg-danger,
button.bg-danger {
  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) {
  a.bg-danger,
  button.bg-danger {
    transition: none;
  }
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(234.7277486911, 37.0732984293, 33.2722513089) !important;
}
.bg-danger-100 {
  background-color: rgb(253.4, 237.8, 237.5) !important;
}
a.bg-danger-100,
button.bg-danger-100 {
  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) {
  a.bg-danger-100,
  button.bg-danger-100 {
    transition: none;
  }
}
a.bg-danger-100:hover,
a.bg-danger-100:focus,
button.bg-danger-100:hover,
button.bg-danger-100:focus {
  background-color: rgb(249.1277486911, 191.8732984293, 190.7722513089) !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white,
button.bg-white {
  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) {
  a.bg-white,
  button.bg-white {
    transition: none;
  }
}
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-light {
  background-color: #f0f2f5 !important;
}
a.bg-light,
button.bg-light {
  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) {
  a.bg-light,
  button.bg-light {
    transition: none;
  }
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(209.4, 215.48, 224.6) !important;
}
.bg-light-100 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
a.bg-light-100,
button.bg-light-100 {
  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) {
  a.bg-light-100,
  button.bg-light-100 {
    transition: none;
  }
}
a.bg-light-100:hover,
a.bg-light-100:focus,
button.bg-light-100:hover,
button.bg-light-100:focus {
  background-color: rgba(229.5, 229.5, 229.5, 0.1) !important;
}
.bg-dark {
  background-color: #252b36 !important;
}
a.bg-dark,
button.bg-dark {
  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) {
  a.bg-dark,
  button.bg-dark {
    transition: none;
  }
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(16.2637362637, 18.9010989011, 23.7362637363) !important;
}
.bg-dark-100 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
a.bg-dark-100,
button.bg-dark-100 {
  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) {
  a.bg-dark-100,
  button.bg-dark-100 {
    transition: none;
  }
}
a.bg-dark-100:hover,
a.bg-dark-100:focus,
button.bg-dark-100:hover,
button.bg-dark-100:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.bg-teal {
  background-color: #26A69A !important;
}
a.bg-teal,
button.bg-teal {
  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) {
  a.bg-teal,
  button.bg-teal {
    transition: none;
  }
}
a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: rgb(28.5, 124.5, 115.5) !important;
}
.bg-teal-100 {
  background-color: rgb(233.3, 246.1, 244.9) !important;
}
a.bg-teal-100,
button.bg-teal-100 {
  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) {
  a.bg-teal-100,
  button.bg-teal-100 {
    transition: none;
  }
}
a.bg-teal-100:hover,
a.bg-teal-100:focus,
button.bg-teal-100:hover,
button.bg-teal-100:focus {
  background-color: rgb(197.1333333333, 231.2666666667, 228.0666666667) !important;
}
.bg-indigo {
  background-color: #5C6BC0 !important;
}
a.bg-indigo,
button.bg-indigo {
  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) {
  a.bg-indigo,
  button.bg-indigo {
    transition: none;
  }
}
a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: rgb(64.9513274336, 80.4159292035, 168.0486725664) !important;
}
.bg-indigo-100 {
  background-color: rgb(238.7, 240.2, 248.7) !important;
}
a.bg-indigo-100,
button.bg-indigo-100 {
  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) {
  a.bg-indigo-100,
  button.bg-indigo-100 {
    transition: none;
  }
}
a.bg-indigo-100:hover,
a.bg-indigo-100:focus,
button.bg-indigo-100:hover,
button.bg-indigo-100:focus {
  background-color: rgb(201.9168141593, 206.8017699115, 234.4831858407) !important;
}
.bg-purple {
  background-color: #8e70c1 !important;
}
a.bg-purple,
button.bg-purple {
  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) {
  a.bg-purple,
  button.bg-purple {
    transition: none;
  }
}
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: rgb(113.9902439024, 76.8195121951, 177.1804878049) !important;
}
.bg-purple-100 {
  background-color: rgb(243.7, 240.7, 248.8) !important;
}
a.bg-purple-100,
button.bg-purple-100 {
  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) {
  a.bg-purple-100,
  button.bg-purple-100 {
    transition: none;
  }
}
a.bg-purple-100:hover,
a.bg-purple-100:focus,
button.bg-purple-100:hover,
button.bg-purple-100:focus {
  background-color: rgb(215.587804878, 205.1243902439, 233.3756097561) !important;
}
.bg-pink {
  background-color: #f35c86 !important;
}
a.bg-pink,
button.bg-pink {
  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) {
  a.bg-pink,
  button.bg-pink {
    transition: none;
  }
}
a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: rgb(239.5028571429, 44.4971428571, 98.7371428571) !important;
}
.bg-pink-100 {
  background-color: rgb(253.8, 238.7, 242.9) !important;
}
a.bg-pink-100,
button.bg-pink-100 {
  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) {
  a.bg-pink-100,
  button.bg-pink-100 {
    transition: none;
  }
}
a.bg-pink-100:hover,
a.bg-pink-100:focus,
button.bg-pink-100:hover,
button.bg-pink-100:focus {
  background-color: rgb(250.3028571429, 191.1971428571, 207.6371428571) !important;
}
.bg-yellow {
  background-color: #ffd648 !important;
}
a.bg-yellow,
button.bg-yellow {
  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) {
  a.bg-yellow,
  button.bg-yellow {
    transition: none;
  }
}
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: rgb(255, 202.5737704918, 21) !important;
}
.bg-yellow-100 {
  background-color: rgb(255, 250.9, 236.7) !important;
}
a.bg-yellow-100,
button.bg-yellow-100 {
  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) {
  a.bg-yellow-100,
  button.bg-yellow-100 {
    transition: none;
  }
}
a.bg-yellow-100:hover,
a.bg-yellow-100:focus,
button.bg-yellow-100:hover,
button.bg-yellow-100:focus {
  background-color: rgb(255, 239.4737704918, 185.7) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #ddd !important;
}
.border-top {
  border-top: 1px solid #ddd !important;
}
.border-right {
  border-right: 1px solid #ddd !important;
}
.border-bottom {
  border-bottom: 1px solid #ddd !important;
}
.border-left {
  border-left: 1px solid #ddd !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: #2196F3 !important;
}
.border-primary-100 {
  border-color: rgb(232.8, 244.5, 253.8) !important;
}
.border-secondary {
  border-color: #45748a !important;
}
.border-secondary-100 {
  border-color: rgb(236.4, 241.1, 243.3) !important;
}
.border-success {
  border-color: #25b372 !important;
}
.border-success-100 {
  border-color: rgb(233.2, 247.4, 240.9) !important;
}
.border-info {
  border-color: #2cbacc !important;
}
.border-info-100 {
  border-color: rgb(233.9, 248.1, 249.9) !important;
}
.border-warning {
  border-color: #f58646 !important;
}
.border-warning-100 {
  border-color: rgb(254, 242.9, 236.5) !important;
}
.border-danger {
  border-color: #ef5350 !important;
}
.border-danger-100 {
  border-color: rgb(253.4, 237.8, 237.5) !important;
}
.border-white {
  border-color: #fff !important;
}
.border-light {
  border-color: #f0f2f5 !important;
}
.border-light-100 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-dark {
  border-color: #252b36 !important;
}
.border-dark-100 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.border-teal {
  border-color: #26A69A !important;
}
.border-teal-100 {
  border-color: rgb(233.3, 246.1, 244.9) !important;
}
.border-indigo {
  border-color: #5C6BC0 !important;
}
.border-indigo-100 {
  border-color: rgb(238.7, 240.2, 248.7) !important;
}
.border-purple {
  border-color: #8e70c1 !important;
}
.border-purple-100 {
  border-color: rgb(243.7, 240.7, 248.8) !important;
}
.border-pink {
  border-color: #f35c86 !important;
}
.border-pink-100 {
  border-color: rgb(253.8, 238.7, 242.9) !important;
}
.border-yellow {
  border-color: #ffd648 !important;
}
.border-yellow-100 {
  border-color: rgb(255, 250.9, 236.7) !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.1875rem !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.3125rem !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: 769px) {
  .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: 769px) {
  .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: 769px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #2196F3 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692) !important;
}
.text-primary-100 {
  color: rgb(232.8, 244.5, 253.8) !important;
}
a.text-primary-100:hover,
a.text-primary-100:focus {
  color: rgb(160.2230769231, 210.1730769231, 249.8769230769) !important;
}
.text-secondary {
  color: #45748a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(43.5, 73.1304347826, 87) !important;
}
.text-secondary-100 {
  color: rgb(236.4, 241.1, 243.3) !important;
}
a.text-secondary-100:hover,
a.text-secondary-100:focus {
  color: rgb(189.4396039604, 206.0059405941, 213.7603960396) !important;
}
.text-success {
  color: #25b372 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(23.8958333333, 115.6041666667, 73.625) !important;
}
.text-success-100 {
  color: rgb(233.2, 247.4, 240.9) !important;
}
a.text-success-100:hover,
a.text-success-100:focus {
  color: rgb(176.4755102041, 227.6244897959, 204.2112244898) !important;
}
.text-info {
  color: #2cbacc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(30.4274193548, 128.625, 141.0725806452) !important;
}
.text-info-100 {
  color: rgb(233.9, 248.1, 249.9) !important;
}
a.text-info-100:hover,
a.text-info-100:focus {
  color: rgb(172.291221374, 227.9530534351, 235.008778626) !important;
}
.text-warning {
  color: #f58646 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(226.2692307692, 90.5076923077, 12.2307692308) !important;
}
.text-warning-100 {
  color: rgb(254, 242.9, 236.5) !important;
}
a.text-warning-100:hover,
a.text-warning-100:focus {
  color: rgb(250.0769230769, 195.4307692308, 163.9230769231) !important;
}
.text-danger {
  color: #ef5350 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(222.1858638743, 24.1230366492, 20.3141361257) !important;
}
.text-danger-100 {
  color: rgb(253.4, 237.8, 237.5) !important;
}
a.text-danger-100:hover,
a.text-danger-100:focus {
  color: rgb(246.9916230366, 168.909947644, 167.4083769634) !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}
.text-light {
  color: #f0f2f5 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: rgb(194.1, 202.22, 214.4) !important;
}
.text-light-100 {
  color: rgba(255, 255, 255, 0.1) !important;
}
a.text-light-100:hover,
a.text-light-100:focus {
  color: rgba(216.75, 216.75, 216.75, 0.1) !important;
}
.text-dark {
  color: #252b36 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: rgb(5.8956043956, 6.8516483516, 8.6043956044) !important;
}
.text-dark-100 {
  color: rgba(0, 0, 0, 0.1) !important;
}
a.text-dark-100:hover,
a.text-dark-100:focus {
  color: rgba(0, 0, 0, 0.1) !important;
}
.text-teal {
  color: #26A69A !important;
}
a.text-teal:hover,
a.text-teal:focus {
  color: rgb(23.75, 103.75, 96.25) !important;
}
.text-teal-100 {
  color: rgb(233.3, 246.1, 244.9) !important;
}
a.text-teal-100:hover,
a.text-teal-100:focus {
  color: rgb(179.05, 223.85, 219.65) !important;
}
.text-indigo {
  color: #5C6BC0 !important;
}
a.text-indigo:hover,
a.text-indigo:focus {
  color: rgb(57.842920354, 71.6150442478, 149.657079646) !important;
}
.text-indigo-100 {
  color: rgb(238.7, 240.2, 248.7) !important;
}
a.text-indigo-100:hover,
a.text-indigo-100:focus {
  color: rgb(183.5252212389, 190.1026548673, 227.3747787611) !important;
}
.text-purple {
  color: #8e70c1 !important;
}
a.text-purple:hover,
a.text-purple:focus {
  color: rgb(102.5463414634, 69.1073170732, 159.3926829268) !important;
}
.text-purple-100 {
  color: rgb(243.7, 240.7, 248.8) !important;
}
a.text-purple-100:hover,
a.text-purple-100:focus {
  color: rgb(201.5317073171, 187.3365853659, 225.6634146341) !important;
}
.text-pink {
  color: #f35c86 !important;
}
a.text-pink:hover,
a.text-pink:focus {
  color: rgb(237.7542857143, 20.7457142857, 81.1057142857) !important;
}
.text-pink-100 {
  color: rgb(253.8, 238.7, 242.9) !important;
}
a.text-pink-100:hover,
a.text-pink-100:focus {
  color: rgb(248.5542857143, 167.4457142857, 190.0057142857) !important;
}
.text-yellow {
  color: #ffd648 !important;
}
a.text-yellow:hover,
a.text-yellow:focus {
  color: rgb(250.5, 194.3770491803, 0) !important;
}
.text-yellow-100 {
  color: rgb(255, 250.9, 236.7) !important;
}
a.text-yellow-100:hover,
a.text-yellow-100:focus {
  color: rgb(255, 233.7606557377, 160.2) !important;
}
.text-body {
  color: #333 !important;
}
.text-muted {
  color: #999 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #ccc;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eee !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #ddd;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ddd;
  }
}
body {
  position: relative;
}
dt {
  margin-bottom: 0.25rem;
}
dd {
  margin-bottom: 1rem;
}
dd:last-child {
  margin-bottom: 0;
}
dl:last-child {
  margin-bottom: 0;
}
pre {
  tab-size: 4;
  border: 1px solid #ddd;
  padding: 1.25rem 1.25rem;
  margin-bottom: 0;
  hyphens: none;
}
svg {
  display: block;
}
.svg-inline svg {
  display: inline-block;
}
.svg-center svg {
  margin: auto;
}
input[type=file] {
  display: block;
}
@media (min-width: 769px) {
  .custom-scrollbars * {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: #999 #eee;
  }
  .custom-scrollbars ::-webkit-scrollbar {
    height: 0.4rem;
    width: 0.4rem;
  }
  .custom-scrollbars ::-webkit-scrollbar-track {
    background: #eee;
  }
  .custom-scrollbars ::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 0.4rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.015em;
}
.list > li,
.list > li .list > li {
  margin-top: 0.25rem;
}
.list > li:first-child {
  margin-top: 0;
}
.list-extended > li,
.list-extended > li .list > li {
  margin-top: 0.5rem;
}
ul.list-square {
  list-style-type: square;
}
ul.list-circle {
  list-style-type: circle;
}
.list-inline-item {
  position: relative;
}
.list-inline-condensed .list-inline-item:not(:last-child) {
  margin-right: 0.625rem;
}
.list-inline-dotted .list-inline-item:not(:last-child) {
  margin-right: 0.625rem;
}
.list-inline-dotted .list-inline-item:not(:last-child):after {
  content: "\f052";
  font-family: "icomoon";
  font-size: 0.5rem;
  width: 0.4rem;
  text-align: center;
  display: inline-block;
  margin-left: 0.825rem;
  opacity: 0.25;
}
.list-inline-dotted.list-inline-condensed .list-inline-item:not(:last-child) {
  margin-right: 0.4166666667rem;
}
.list-inline-dotted.list-inline-condensed .list-inline-item:not(:last-child):after {
  margin-left: 0.5416666667rem;
}
.list-scrollspy .nav-link {
  color: #333;
}
.list-scrollspy .nav-link:hover,
.list-scrollspy .nav-link:focus {
  color: #2196F3;
}
.list-scrollspy .nav-link.active {
  border-color: #2196F3;
  color: #2196F3;
}
.list-scrollspy .list-scrollspy {
  padding-left: 1rem;
}
.list-scrollspy .list-scrollspy .list-scrollspy {
  padding-left: 1rem;
}
.list-icons {
  display: inline-flex;
  align-items: center;
}
.list-icons > *:not(:first-child) {
  margin-left: 0.5rem;
}
.list-icons-extended > *:not(:first-child) {
  margin-left: 1rem;
}
a.list-icons-item {
  display: inline-block;
  transition: color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  a.list-icons-item {
    transition: none;
  }
}
a.list-icons-item:not([class*=text-]) {
  color: inherit;
}
a.list-icons-item > i {
  top: 0;
}
a.list-icons-item:hover,
a.list-icons-item:focus,
.show > a.list-icons-item {
  outline: 0;
  opacity: 0.75;
}
a.list-icons-item[data-toggle=collapse] i {
  transition: transform ease-in-out 0.15s;
}
a.list-icons-item.collapsed i {
  transform: rotate(-90deg);
}
.font-weight-black {
  font-weight: 900;
}
.font-weight-semibold {
  font-weight: 500;
}
.font-weight-thin {
  font-weight: 100;
}
.blockquote-bordered {
  border-left: 5px solid #eee;
}
.blockquote-bordered-reverse {
  border-left: 0;
  border-right: 5px solid #eee;
}
.blockquote-footer {
  font-size: 0.875rem;
}
.blockquote-footer::before {
  content: "\2014\a0\a0\a0";
}
.list-feed-item {
  position: relative;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
}
.list-feed-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2435rem;
  background-color: #fff;
  display: inline-block;
  border: 2px solid #45748a;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.list-feed-item:after {
  content: "";
  position: absolute;
  top: 0.2435rem;
  left: 0.1875rem;
  bottom: -0.3685rem;
  width: 0;
  border-left: 1px solid #45748a;
  border-right: 1px solid #45748a;
  z-index: 2;
}
.list-feed-item:first-child:after {
  top: 0.5rem;
}
.list-feed-item:last-child {
  padding-bottom: 0;
}
.list-feed-item:last-child:after {
  content: none;
}
.list-feed-item[class*=border-]:before,
.list-feed-item[class*=border-]:after {
  border-color: inherit;
}
.list-feed-solid .list-feed-item:before {
  content: "";
  border-width: 0.25rem;
  width: 0;
  height: 0;
}
.list-feed-square .list-feed-item:before {
  content: "";
  border-radius: 0;
}
.list-feed-rhombus .list-feed-item:before {
  content: "";
  transform: rotate(45deg);
  border-radius: 0;
}
.list-feed-time .list-feed-item {
  margin-left: 3.25rem;
}
.list-feed-time .list-feed-item .feed-time {
  position: absolute;
  left: -3.25rem;
  top: 0;
}
.content-divider {
  text-align: center;
  position: relative;
  z-index: 1;
}
.content-divider > span {
  background-color: #f5f5f5;
  display: inline-block;
}
.card .content-divider > span,
.tab-content-bordered .content-divider > span {
  background-color: #fff;
}
.modal .content-divider > span {
  background-color: #fff;
}
.content-divider > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #ddd;
  width: 100%;
  z-index: -1;
}
.letter-icon {
  width: 1rem;
  height: 1.112rem;
  display: block;
}
.btn-lg .letter-icon,
.btn-group-lg > .btn .letter-icon {
  height: 1.093rem;
}
.btn-sm .letter-icon,
.btn-group-sm > .btn .letter-icon {
  height: 1.131rem;
}
code {
  padding: 0.2rem 0.4rem;
  background-color: #fafafa;
}
pre {
  white-space: pre-wrap;
  text-align: left;
  border-radius: 0.25rem;
}
.table {
  margin-bottom: 0;
}
.table th,
.table td {
  vertical-align: middle;
}
.table th {
  font-weight: 500;
}
.table thead th {
  vertical-align: middle;
  border-bottom: 1px solid rgb(182.75, 182.75, 182.75);
}
.table tfoot th {
  border-top-color: rgb(182.75, 182.75, 182.75);
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top-width: 0;
  border-bottom-width: 0;
}
.table tr,
.table th,
.table td {
  transition: background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .table tr,
  .table th,
  .table td {
    transition: none;
  }
}
.table-dark thead th,
.table-dark thead td {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.table-dark tfoot th,
.table-dark tfoot td {
  border-top-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575.98px) {
  .table-responsive-sm > .table-bordered {
    border: 1px solid #ddd;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-md > .table-bordered {
    border: 1px solid #ddd;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg > .table-bordered {
    border: 1px solid #ddd;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl > .table-bordered {
    border: 1px solid #ddd;
  }
}
.table-responsive > .table-bordered {
  border: 1px solid #ddd;
}
.table-scrollable {
  max-height: 22.5rem;
  overflow: auto;
}
.table-columned tbody td,
.table-columned tbody th,
.table-columned tfoot td,
.table-columned tfoot th {
  border: 0;
  border-left: 1px solid #ddd;
}
.table-columned tbody td:first-child,
.table-columned tbody th:first-child,
.table-columned tfoot td:first-child,
.table-columned tfoot th:first-child {
  border-left: 0;
}
.table-columned thead th,
.table-columned thead td {
  border-left: 1px solid #ddd;
}
.table-columned thead th:first-child,
.table-columned thead td:first-child {
  border-left: 0;
}
.table-xl th,
.table-xl td {
  padding: 1.25rem 1.25rem;
}
.table-lg th,
.table-lg td {
  padding: 1rem 1.25rem;
}
.table-xs th,
.table-xs td {
  padding: 0.5rem 1.25rem;
}
thead .table-border-solid th,
thead .table-border-solid td {
  border-bottom-width: 2px;
}
tbody .table-border-solid td,
tbody .table-border-solid th,
tfoot .table-border-solid td,
tfoot .table-border-solid th {
  border-top-width: 2px;
}
thead .table-border-double th,
thead .table-border-double td {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
.table-bordered thead .table-border-double:first-child th,
.table-bordered thead .table-border-double:first-child td {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
tbody .table-border-double td,
tbody .table-border-double th,
tfoot .table-border-double td,
tfoot .table-border-double th {
  border-top-width: 3px;
  border-top-style: double;
}
.table-border-dashed td,
.table-border-dashed th {
  border-top-style: dashed;
}
.table thead tr[class*=border-bottom-] th,
.table thead tr[class*=border-bottom-] td {
  border-bottom-color: inherit;
}
.table tbody tr[class*=border-top-] th,
.table tbody tr[class*=border-top-] td,
.table tfoot tr[class*=border-top-] th,
.table tfoot tr[class*=border-top-] td {
  border-top-color: inherit;
}
.card > .table:first-child caption + thead tr:first-child th,
.card > .table:first-child caption + thead tr:first-child td,
.card > .table:first-child colgroup + thead tr:first-child th,
.card > .table:first-child colgroup + thead tr:first-child td,
.card > .table:first-child thead:first-child tr:first-child th,
.card > .table:first-child thead:first-child tr:first-child td,
.card > [class*=table-responsive]:first-child > .table:first-child caption + thead tr:first-child th,
.card > [class*=table-responsive]:first-child > .table:first-child caption + thead tr:first-child td,
.card > [class*=table-responsive]:first-child > .table:first-child colgroup + thead tr:first-child th,
.card > [class*=table-responsive]:first-child > .table:first-child colgroup + thead tr:first-child td,
.card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child th,
.card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child td {
  border-top-width: 0;
}
.card.card-table {
  border-width: 1px;
  border-color: #ddd;
}
.card > .table caption,
.card > [class*=table-responsive] > .table caption {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.card > .table:first-child,
.card > [class*=table-responsive]:first-child > .table:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .table:first-child thead:first-child tr:first-child,
.card > .table:first-child tbody:first-child tr:first-child,
.card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child,
.card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .table:first-child thead:first-child tr:first-child td:first-child,
.card > .table:first-child thead:first-child tr:first-child th:first-child,
.card > .table:first-child tbody:first-child tr:first-child td:first-child,
.card > .table:first-child tbody:first-child tr:first-child th:first-child,
.card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child td:first-child,
.card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child th:first-child,
.card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child td:first-child,
.card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child th:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
}
.card > .table:first-child thead:first-child tr:first-child td:last-child,
.card > .table:first-child thead:first-child tr:first-child th:last-child,
.card > .table:first-child tbody:first-child tr:first-child td:last-child,
.card > .table:first-child tbody:first-child tr:first-child th:last-child,
.card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child td:last-child,
.card > [class*=table-responsive]:first-child > .table:first-child thead:first-child tr:first-child th:last-child,
.card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child td:last-child,
.card > [class*=table-responsive]:first-child > .table:first-child tbody:first-child tr:first-child th:last-child {
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .table:last-child,
.card > [class*=table-responsive]:last-child > .table:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .table:last-child tbody:last-child tr:last-child,
.card > .table:last-child tfoot:last-child tr:last-child,
.card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child,
.card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card > .table:last-child tbody:last-child tr:last-child td:first-child,
.card > .table:last-child tbody:last-child tr:last-child th:first-child,
.card > .table:last-child tfoot:last-child tr:last-child td:first-child,
.card > .table:last-child tfoot:last-child tr:last-child th:first-child,
.card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child td:first-child,
.card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child th:first-child,
.card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child td:first-child,
.card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child th:first-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .table:last-child tbody:last-child tr:last-child td:last-child,
.card > .table:last-child tbody:last-child tr:last-child th:last-child,
.card > .table:last-child tfoot:last-child tr:last-child td:last-child,
.card > .table:last-child tfoot:last-child tr:last-child th:last-child,
.card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child td:last-child,
.card > [class*=table-responsive]:last-child > .table:last-child tbody:last-child tr:last-child th:last-child,
.card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child td:last-child,
.card > [class*=table-responsive]:last-child > .table:last-child tfoot:last-child tr:last-child th:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card > .table-bordered,
.card > [class*=table-responsive] > .table-bordered {
  border: 0;
}
.card > .table-bordered thead th:first-child,
.card > .table-bordered thead td:first-child,
.card > .table-bordered tbody th:first-child,
.card > .table-bordered tbody td:first-child,
.card > .table-bordered tfoot th:first-child,
.card > .table-bordered tfoot td:first-child,
.card > [class*=table-responsive] > .table-bordered thead th:first-child,
.card > [class*=table-responsive] > .table-bordered thead td:first-child,
.card > [class*=table-responsive] > .table-bordered tbody th:first-child,
.card > [class*=table-responsive] > .table-bordered tbody td:first-child,
.card > [class*=table-responsive] > .table-bordered tfoot th:first-child,
.card > [class*=table-responsive] > .table-bordered tfoot td:first-child {
  border-left: 0;
}
.card > .table-bordered thead th:last-child,
.card > .table-bordered thead td:last-child,
.card > .table-bordered tbody th:last-child,
.card > .table-bordered tbody td:last-child,
.card > .table-bordered tfoot th:last-child,
.card > .table-bordered tfoot td:last-child,
.card > [class*=table-responsive] > .table-bordered thead th:last-child,
.card > [class*=table-responsive] > .table-bordered thead td:last-child,
.card > [class*=table-responsive] > .table-bordered tbody th:last-child,
.card > [class*=table-responsive] > .table-bordered tbody td:last-child,
.card > [class*=table-responsive] > .table-bordered tfoot th:last-child,
.card > [class*=table-responsive] > .table-bordered tfoot td:last-child {
  border-right: 0;
}
.card-header:not([class*=bg-]) + .table,
.card-header:not([class*=bg-]) + div[class*=table-responsive],
.card-body + .table,
.card-body + div[class*=table-responsive],
.table + .card-body,
div[class*=table-responsive] + .card-body,
.navbar-light + div[class*=table-responsive],
.navbar-light + .table {
  border-top: 1px solid #ddd;
}
.table tbody:first-child tr:first-child th,
div[class*=table-responsive] > .table tbody:first-child tr:first-child th,
.table tbody:first-child tr:first-child td,
div[class*=table-responsive] > .table tbody:first-child tr:first-child td {
  border-top: 0;
}
.card-footer + [class*=table-responsive],
.card-footer + .table {
  border-top: 1px solid #ddd;
}
select[multiple],
select[size] {
  height: 200px;
  padding: 0.875rem;
}
select[multiple] option,
select[size] option {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
select[multiple] option + option,
select[size] option + option {
  margin-top: 1px;
}
.form-control {
  background-clip: border-box;
}
.form-control:disabled {
  color: #999;
}
.form-group .form-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .form-group [class*=col-md-]:not([class*=col-form-label]) + [class*=col-md-] {
    margin-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  .form-group [class*=col-lg-]:not([class*=col-form-label]) + [class*=col-lg-] {
    margin-top: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .form-group [class*=col-xl-]:not([class*=col-form-label]) + [class*=col-xl-] {
    margin-top: 1rem;
  }
}
@media (max-width: 768.98px) {
  [class*=col-form-label][class*=col-md-] {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  [class*=col-form-label][class*=col-lg-] {
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  [class*=col-form-label][class*=col-xl-] {
    padding-top: 0;
  }
}
.form-check.disabled {
  color: #999;
}
.form-check.disabled .form-check-label {
  cursor: default;
}
.form-check-horizontal {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
}
.form-check-label {
  cursor: pointer;
}
.form-check-inline .form-check-label {
  display: inline-flex;
  align-items: center;
}
.form-check-inline:last-child {
  margin-right: 0;
}
.form-check-right {
  padding-left: 0;
  padding-right: 1.75rem;
}
.form-check-right .form-check-input,
.form-check-right input {
  left: auto;
  right: 0;
}
.form-check-right.form-check-inline {
  padding: 0;
}
.form-check-right.form-check-inline .form-check-input {
  margin-right: 0;
  margin-left: 0.625rem;
}
.form-group-feedback {
  position: relative;
}
.form-group-feedback-left .form-control-feedback {
  left: 0;
}
.form-group-feedback-left .form-control {
  padding-left: 2.75rem;
}
.form-group-feedback-left .form-control-lg {
  padding-left: 3rem;
}
.form-group-feedback-left .form-control-sm {
  padding-left: 2.5rem;
}
.form-group-feedback-right .form-control-feedback {
  right: 0;
}
.form-group-feedback-right .form-control {
  padding-right: 2.75rem;
}
.form-group-feedback-right .form-control-lg {
  padding-right: 3rem;
}
.form-group-feedback-right .form-control-sm {
  padding-right: 2.5rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  color: #333;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  line-height: calc(1.2715em + 0.875rem + 2px);
  min-width: 1rem;
}
.form-control-feedback-lg {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: calc(1.1667em + 1.125rem + 2px);
}
.form-control-feedback-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: calc(1.3924em + 0.625rem + 2px);
}
.btn {
  position: relative;
}
.btn::-moz-focus-inner {
  border: 0;
}
.btn.disabled,
.btn:disabled {
  cursor: default;
}
.btn-light {
  color: #333;
  background-color: #f0f2f5;
  border-color: rgb(201.75, 208.85, 219.5);
}
.btn-light:hover {
  color: #333;
  background-color: rgb(224.7, 228.74, 234.8);
  border-color: rgb(186.45, 195.59, 209.3);
}
.btn-light:focus,
.btn-light.focus {
  color: #333;
  background-color: rgb(224.7, 228.74, 234.8);
  border-color: rgb(186.45, 195.59, 209.3);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(179.1375, 185.1725, 194.225, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #333;
  background-color: #f0f2f5;
  border-color: rgb(201.75, 208.85, 219.5);
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light {
  color: #333;
  background-color: rgb(209.4, 215.48, 224.6);
  border-color: rgb(171.15, 182.33, 199.1);
}
.show > .btn-link.dropdown-toggle {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: calc(1.987rem + 2px);
  height: calc(1.987rem + 2px);
}
.btn-icon > i {
  position: static;
  min-width: 1rem;
}
.btn-icon input[type=checkbox],
.btn-icon input[type=radio] {
  display: block;
}
.btn-icon.btn-sm,
.btn-group-sm > .btn-icon.btn {
  width: calc(1.737rem + 2px);
  height: calc(1.737rem + 2px);
}
.btn-icon.btn-lg,
.btn-group-lg > .btn-icon.btn {
  width: calc(2.237rem + 2px);
  height: calc(2.237rem + 2px);
}
.btn-float {
  padding: 1rem;
  border-radius: 0.25rem;
}
.btn-float.btn-link {
  padding: 0.8rem;
}
.btn-float i {
  display: block;
  top: 0;
}
.btn-float > span {
  display: block;
  padding-top: 0.5rem;
  margin-bottom: -0.4375rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn.border-2 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.btn.border-2.btn-lg,
.btn-group-lg > .btn.border-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.btn.border-2.btn-sm,
.btn-group-sm > .btn.border-2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.btn.border-2.btn-icon {
  width: calc(1.987rem + 4px);
  height: calc(1.987rem + 4px);
}
.btn.border-2.btn-icon.btn-sm,
.btn-group-sm > .btn.border-2.btn-icon {
  width: calc(1.737rem + 4px);
  height: calc(1.737rem + 4px);
}
.btn.border-2.btn-icon.btn-lg,
.btn-group-lg > .btn.border-2.btn-icon {
  width: calc(2.237rem + 4px);
  height: calc(2.237rem + 4px);
}
.btn.border-2.btn-float {
  padding: 0.9375rem;
}
.btn-active-indicator {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-in-out 0.15s, visibility ease-in-out 0.15s;
}
.btn.active > .btn-active-indicator {
  opacity: 1;
  visibility: visible;
}
.btn-labeled > b {
  position: absolute;
  top: -1px;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  line-height: 1;
  padding: 0.556rem;
}
.btn-labeled > b > i {
  top: 0;
}
.btn-labeled.rounded-pill > b {
  border-radius: 50rem;
}
.btn-labeled.btn-lg > b,
.btn-group-lg > .btn-labeled.btn > b {
  padding: 0.6715rem;
}
.btn-labeled.btn-sm > b,
.btn-group-sm > .btn-labeled.btn > b {
  padding: 0.4405rem;
}
.btn-labeled-left {
  padding-left: 2.987rem;
}
.btn-labeled-left > b {
  left: -1px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.btn-labeled-left.btn-lg,
.btn-group-lg > .btn-labeled-left.btn {
  padding-left: 3.343rem;
}
.btn-labeled-left.btn-lg > b,
.btn-group-lg > .btn-labeled-left.btn > b {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.btn-labeled-left.btn-sm,
.btn-group-sm > .btn-labeled-left.btn {
  padding-left: 2.631rem;
}
.btn-labeled-left.btn-sm > b,
.btn-group-sm > .btn-labeled-left.btn > b {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.btn-labeled-right {
  padding-right: 2.849rem;
}
.btn-labeled-right > b {
  right: -1px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.btn-labeled-right.btn-lg,
.btn-group-lg > .btn-labeled-right.btn {
  padding-right: 3.343rem;
}
.btn-labeled-right.btn-lg > b,
.btn-group-lg > .btn-labeled-right.btn > b {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.btn-labeled-right.btn-sm,
.btn-group-sm > .btn-labeled-right.btn {
  padding-right: 2.631rem;
}
.btn-labeled-right.btn-sm > b,
.btn-group-sm > .btn-labeled-right.btn > b {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.dropdown-item {
  display: flex;
  align-items: center;
  position: relative;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin-bottom: 0;
  transition: background-color ease-in-out 0.15s, color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-item {
    transition: none;
  }
}
.dropdown-item + .dropdown-item,
.dropdown-submenu + .dropdown-item,
.dropdown-item + .dropdown-submenu {
  margin-top: 1px;
}
.dropdown-item:active {
  color: #333;
  background-color: #eee;
}
.dropdown-item.active {
  color: #fff;
  background-color: #2196F3;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.dropdown-item.disabled > .badge,
.dropdown-item.disabled > img,
.dropdown-item:disabled > .badge,
.dropdown-item:disabled > img {
  opacity: 0.8;
}
.dropdown-item-open {
  background-color: #eee;
  color: #333;
}
.dropdown-header {
  display: flex;
  align-items: center;
  line-height: 1.3924;
}
.dropdown-header-highlight {
  background-color: #f8f8f8;
}
.dropdown-item + .dropdown-header-highlight,
.dropdown-header-highlight + .dropdown-item {
  margin-top: 0.5rem;
}
.dropdown-item > i,
.dropdown-item > img,
.dropdown-header > i,
.dropdown-header > img {
  margin-right: 1rem;
}
.dropdown-item > i,
.dropdown-header > i {
  top: 0;
}
.dropdown-item > img,
.dropdown-header > img {
  max-height: 1.112rem;
}
@media (max-width: 575.98px) {
  .dropdown-scrollable-sm {
    max-height: 340px;
    overflow-y: auto;
  }
}
@media (max-width: 768.98px) {
  .dropdown-scrollable-md {
    max-height: 340px;
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .dropdown-scrollable-lg {
    max-height: 340px;
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .dropdown-scrollable-xl {
    max-height: 340px;
    overflow-y: auto;
  }
}
.dropdown-scrollable {
  max-height: 340px;
  overflow-y: auto;
}
.dropdown-menu > .dropdown-submenu {
  position: relative;
}
.dropdown-menu > .dropdown-submenu > .dropdown-item {
  padding-right: 2.5rem;
}
.dropdown-menu > .dropdown-submenu > .dropdown-item:after {
  content: "\e9c3";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  right: 1rem;
  font-size: 1rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[dir=rtl] .dropdown-menu > .dropdown-submenu > .dropdown-item:after {
  content: "\e9c0";
}
.dropdown-menu > .dropdown-submenu.show > .dropdown-item,
.dropdown-menu > .dropdown-submenu:hover > .dropdown-item {
  background-color: #eee;
  color: #333;
}
.dropdown-menu > .dropdown-submenu:hover > .dropdown-item:not(.dropdown-toggle) ~ .dropdown-menu,
.dropdown-menu > .dropdown-submenu:focus > .dropdown-item:not(.dropdown-toggle) ~ .dropdown-menu {
  display: block;
}
.dropdown-menu > .dropdown-submenu.disabled > .dropdown-menu {
  display: none;
}
.dropdown-menu > .dropdown-submenu.disabled > .dropdown-item {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.5625rem;
}
.dropdown-menu > .dropdown-submenu.dropdown-submenu-left > .dropdown-menu {
  left: auto;
  right: 100%;
}
@media (max-width: 1199.98px) {
  .dropdown-menu > .dropdown-submenu .dropdown-toggle:after {
    content: "\e9c1";
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    position: static;
    margin: 0 !important;
    border-width: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 2rem;
  }
  .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 3rem;
  }
}
.dropdown-menu .dropup > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -0.5625rem;
}
.dropdown-menu .dropdown-submenu + .dropdown-submenu {
  margin-top: 1px;
}
.dropright .dropdown-toggle::after {
  vertical-align: middle;
}
.dropleft .dropdown-toggle::before {
  vertical-align: middle;
}
.dropleft .dropdown-submenu .dropdown-toggle::before {
  content: none;
}
[dir=rtl] .navbar-nav > .nav-item:not([class*=mega-menu]) > .dropdown-menu,
[dir=rtl] .nav-item:not([class*=mega-menu]) .navbar-nav-link ~ .dropdown-menu {
  left: auto;
  right: 0;
}
[dir=rtl] .navbar-nav > .nav-item:not([class*=mega-menu]) > .dropdown-menu-right,
[dir=rtl] .nav-item:not([class*=mega-menu]) .navbar-nav-link ~ .dropdown-menu-right {
  right: auto;
  left: 0;
}
.dropdown-menu-lg .dropdown-item {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  font-size: 0.9375rem;
  line-height: 1.1667;
}
.dropdown-menu-sm .dropdown-item {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.8125rem;
  line-height: 1.3924;
}
.dropdown-menu-custom > .dropdown-item,
.dropdown-menu-custom > .dropdown-submenu > .dropdown-item {
  color: #fff;
}
.dropdown-menu-custom > .dropdown-item:hover,
.dropdown-menu-custom > .dropdown-item:focus,
.dropdown-menu-custom > .dropdown-submenu > .dropdown-item:hover,
.dropdown-menu-custom > .dropdown-submenu > .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-custom > .dropdown-item.active,
.dropdown-menu-custom > .dropdown-submenu > .dropdown-item.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.dropdown-menu-custom > .dropdown-item.disabled,
.dropdown-menu-custom > .dropdown-submenu > .dropdown-item.disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu-custom > .dropdown-submenu.show > .dropdown-item,
.dropdown-menu-custom > .dropdown-submenu:hover > .dropdown-item {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.dropdown-menu-custom > .dropdown-submenu.disabled > .dropdown-item {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu-custom > .dropdown-header {
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu-custom > .dropdown-header-highlight {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu-custom > .dropdown-divider {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.btn-group > .btn.border-2:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn.border-3:not(:first-child) {
  margin-left: -3px;
}
.btn-group-justified {
  display: flex;
}
.btn-group-justified .btn,
.btn-group-justified .btn-group {
  flex: 1;
}
.input-group .form-group-feedback {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  z-index: 4;
}
.input-group .form-group-feedback:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-group-feedback:not(:first-child) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .form-control-feedback,
.input-group + .form-control-feedback,
.form-control-feedback + .input-group {
  z-index: 4;
}
.input-group-text i {
  display: block;
  top: 0;
}
.custom-control {
  padding-left: 0;
}
.custom-control.dropdown-item {
  padding-left: 1rem;
}
label.custom-control {
  margin-bottom: 0;
}
.custom-control-inline:last-child {
  margin-right: 0;
}
.custom-control-input:not(:checked):not(:disabled):active ~ .custom-control-label:before,
.custom-control-input:not(:checked):not(:disabled) ~ .custom-control-label:active:before {
  border-color: rgb(182.75, 182.75, 182.75);
}
.dropdown-item .custom-control-input {
  left: 1rem;
}
.custom-control-input:disabled ~ .custom-control-label {
  cursor: default;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  opacity: 0.65;
}
.custom-control-label {
  display: inline-flex;
  padding-left: 2rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.custom-control-label::before,
.custom-control-label::after {
  left: 0;
  top: -0.069rem;
}
.dropdown-item .custom-control-label {
  padding-left: 2.25rem;
}
.custom-control.custom-control-right .custom-control-input {
  left: auto;
  right: 0;
}
.custom-control.custom-control-right.dropdown-item .custom-control-input {
  right: 1rem;
}
.custom-control.custom-control-right .custom-control-label {
  padding-left: 0;
  padding-right: 2rem;
}
.custom-control.custom-control-right .custom-control-label:before,
.custom-control.custom-control-right .custom-control-label:after {
  left: auto;
  right: 0;
}
.custom-checkbox-inverse .custom-control-label::before,
.custom-checkbox-inverse .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox-inverse .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.custom-checkbox-inverse .custom-control-input:not(:checked):not(:disabled):active ~ .custom-control-label:before,
.custom-checkbox-inverse .custom-control-input:not(:checked):not(:disabled) ~ .custom-control-label:active:before,
.custom-radio-inverse .custom-control-label::before,
.custom-radio-inverse .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio-inverse .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.custom-radio-inverse .custom-control-input:not(:checked):not(:disabled):active ~ .custom-control-label:before,
.custom-radio-inverse .custom-control-input:not(:checked):not(:disabled) ~ .custom-control-label:active:before {
  border-color: #fff;
}
.custom-checkbox-inverse .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox-inverse .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio-inverse .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio-inverse .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-checkbox-inverse .custom-control-label::before,
.custom-checkbox-inverse .custom-control-input:disabled ~ .custom-control-label::before,
.custom-radio-inverse .custom-control-label::before,
.custom-radio-inverse .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-checkbox-inverse .custom-control-input:disabled ~ .custom-control-label,
.custom-radio-inverse .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(255, 255, 255, 0.75);
}
.custom-checkbox-inverse .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='%23000' d='M13.5 2l-7.5 7.5-3.5-3.5-2.5 2.5 6 6 10-10z'/%3e%3c/svg%3e");
}
.custom-radio-inverse .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}
.custom-switch .custom-control-label {
  display: inline-block;
  min-width: 2.1875rem;
  padding-left: 2.9375rem;
}
.custom-switch .custom-control-label::before {
  border: 0;
  left: 0;
  background-color: #999;
}
.custom-switch .custom-control-label::after {
  top: calc(-0.069rem + 2px);
  left: 2px;
  background-color: #fff;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25);
}
.dropdown-item .custom-switch .custom-control-label {
  padding-left: 3.1875rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #2196F3;
}
.custom-switch .custom-control-input:not(:checked):active ~ .custom-control-label::before,
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before,
.custom-switch .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #999;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label:after {
  opacity: 0.9;
}
.custom-switch.custom-control-right .custom-control-label {
  padding-right: 2.9375rem;
}
.custom-switch.custom-control-right .custom-control-label:after {
  right: calc(1.1875rem - 2px);
}
.custom-switch-square .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-switch-square .custom-control-label::after {
  border-radius: calc(0.25rem - 1px);
}
.custom-switch-inverse .custom-control-input:checked ~ .custom-control-label::before,
.custom-switch-inverse .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-switch-inverse .custom-control-label::before,
.custom-switch-inverse .custom-control-input:not(:checked):active ~ .custom-control-label::before,
.custom-switch-inverse .custom-control-input:disabled ~ .custom-control-label::before,
.custom-switch-inverse .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-control-secondary .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-secondary .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #45748a;
  border-color: #45748a;
}
.custom-control-dark .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-dark .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #252b36;
  border-color: #252b36;
}
.custom-control-success .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-success .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #25b372;
  border-color: #25b372;
}
.custom-control-danger .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-danger .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #ef5350;
  border-color: #ef5350;
}
.custom-control-warning .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-warning .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f58646;
  border-color: #f58646;
}
.custom-control-info .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-info .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #2cbacc;
  border-color: #2cbacc;
}
.custom-select {
  cursor: pointer;
}
.custom-select:disabled {
  cursor: default;
}
.custom-file-label {
  margin-bottom: 0;
}
.custom-file-label:after {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.custom-file-label.border-transparent:after {
  border-left-color: #ddd;
}
.nav-link {
  position: relative;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus {
  outline: 0;
}
.nav-link::-moz-focus-inner {
  border: 0;
}
.nav-link.disabled {
  cursor: default;
}
.nav-tabs {
  margin-bottom: 1rem;
}
.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #777;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #333;
}
.nav-tabs .nav-link.disabled {
  color: #999;
}
.nav-tabs .nav-item.show .nav-link:not(.active) {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs.border-top-1 {
  border-top-color: #ddd;
}
.nav-tabs-responsive {
  overflow-x: auto;
  box-shadow: 0 -1px 0 #ddd inset;
}
.nav-tabs-responsive .nav-tabs {
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 0;
}
.nav-tabs-highlight .nav-link,
.nav-tabs-top .nav-link,
.nav-tabs-bottom .nav-link {
  position: relative;
}
.nav-tabs-highlight .nav-link:before,
.nav-tabs-top .nav-link:before,
.nav-tabs-bottom .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .nav-tabs-highlight .nav-link:before,
  .nav-tabs-top .nav-link:before,
  .nav-tabs-bottom .nav-link:before {
    transition: none;
  }
}
.nav-tabs-highlight .nav-link {
  border-top-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs-highlight .nav-link:before {
  height: 2px;
  top: -1px;
  left: -1px;
  right: -1px;
}
.nav-tabs-highlight .nav-link.active:before {
  background-color: #2196F3;
}
.nav-tabs-top .nav-item {
  margin-bottom: 0;
}
.nav-tabs-top .nav-link {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs-top .nav-link:hover:before,
.nav-tabs-top .nav-link:focus:before {
  background-color: #ddd;
}
.nav-tabs-top .nav-link:before {
  height: 2px;
}
.nav-tabs-top .nav-link.disabled:before {
  content: none;
}
.nav-tabs-top .nav-item.show .nav-link:not(.active):before {
  background-color: #ddd;
}
.nav-tabs-top .nav-link.active:before {
  background-color: #45748a;
}
.nav-tabs-top .nav-link.active,
.nav-tabs-top .nav-item.show .nav-link {
  background-color: transparent;
}
.nav-tabs-top .dropdown-menu {
  margin-top: 0;
}
.nav-tabs-top.border-top-1 .nav-link {
  margin-top: -1px;
}
.nav-tabs-bottom .nav-link {
  border-width: 0;
}
.nav-tabs-bottom .nav-link:before {
  height: 2px;
  top: auto;
  bottom: 0;
}
.nav-tabs-bottom .nav-link.active:before {
  background-color: #45748a;
}
.nav-tabs-bottom .nav-link.active,
.nav-tabs-bottom .nav-item.show .nav-link {
  background-color: transparent;
}
.nav-tabs-bottom .dropdown-menu {
  margin-top: 0;
}
.nav-tabs-solid {
  background-color: #f5f5f5;
  border-bottom: 0;
}
.nav-tabs-solid .nav-link {
  border-width: 0;
  margin-bottom: 0;
}
.nav-tabs-solid .nav-item.show .nav-link {
  background-color: transparent;
}
.nav-tabs-solid .nav-link.active,
.nav-tabs-solid .nav-item.show .nav-link.active {
  color: #fff;
  background-color: #2196F3;
}
.nav-tabs-solid.border .nav-link.active,
.nav-tabs-solid.border .nav-item.show .nav-link.active {
  box-shadow: 0 0 0 1px #2196F3;
}
.nav-tabs-solid.rounded-top .nav-item:first-child > .nav-link {
  border-top-left-radius: 0.25rem;
}
.nav-tabs-solid.rounded-top .nav-item:last-child > .nav-link {
  border-top-right-radius: 0.25rem;
}
.nav-tabs-solid.rounded-bottom .nav-item:first-child > .nav-link {
  border-bottom-left-radius: 0.25rem;
}
.nav-tabs-solid.rounded-bottom .nav-item:last-child > .nav-link {
  border-bottom-right-radius: 0.25rem;
}
.nav-tabs-solid-custom .nav-link {
  color: rgba(255, 255, 255, 0.85);
}
.nav-tabs-solid-custom .nav-link:hover,
.nav-tabs-solid-custom .nav-link:focus {
  color: #fff;
}
.nav-tabs-solid-custom .nav-link.disabled {
  color: rgba(255, 255, 255, 0.6);
}
.nav-tabs-solid-custom .nav-item.show .nav-link {
  color: #fff;
}
.nav-tabs-solid-custom .nav-link.active,
.nav-tabs-solid-custom .nav-item.show .nav-link.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.nav-tabs-solid-custom + .tab-content-dark {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.nav-tabs-vertical .nav-link {
  justify-content: flex-start;
}
.nav-tabs-vertical .nav-link,
.nav-tabs-vertical .nav-link:hover,
.nav-tabs-vertical .nav-link:focus,
.nav-tabs-vertical .nav-link.disabled {
  border-color: transparent #ddd transparent transparent;
}
.nav-tabs-vertical .nav-link:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 2px;
  transition: background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .nav-tabs-vertical .nav-link:before {
    transition: none;
  }
}
.nav-tabs-vertical .nav-item.show .nav-link:not(.active) {
  border-right-color: #ddd;
  border-bottom-color: transparent;
}
.nav-tabs-vertical-right .nav-link,
.nav-tabs-vertical-right .nav-link:hover,
.nav-tabs-vertical-right .nav-link:focus,
.nav-tabs-vertical-right .nav-link.disabled {
  border-color: transparent transparent transparent #ddd;
}
.nav-tabs-vertical-right .nav-link:before {
  left: auto;
  right: -1px;
}
.nav-tabs-vertical-right .nav-item.show .nav-link:not(.active) {
  border-right-color: transparent;
  border-left-color: #ddd;
}
.nav-tabs-vertical .nav-link.active:before {
  background-color: #2196F3;
}
.nav-tabs-vertical .nav-link.active,
.nav-tabs-vertical .nav-item.show .nav-link {
  background-color: transparent;
  border-color: #ddd transparent;
}
.nav-pills {
  margin-bottom: 1rem;
}
.nav-pills .nav-link {
  color: #777;
}
.nav-pills .nav-link:not(.active):hover,
.nav-pills .nav-link:not(.active):focus {
  color: #333;
}
.nav-pills .nav-link.disabled,
.nav-pills .nav-link.disabled:hover,
.nav-pills .nav-link.disabled:focus {
  color: #999;
}
.nav-pills .nav-item.show .nav-link:not(.active) {
  color: #333;
  background-color: transparent;
}
.nav-pills.flex-column .nav-link {
  justify-content: flex-start;
}
.nav-pills-bordered .nav-item + .nav-item {
  margin-left: 0.5rem;
}
.nav-pills-bordered .nav-link {
  border: 1px solid #ddd;
}
.nav-pills-bordered .nav-link:not(.active):hover,
.nav-pills-bordered .nav-link:not(.active):focus,
.nav-pills-bordered .nav-item.show .nav-link:not(.active) {
  background-color: #f5f5f5;
}
.nav-pills-bordered .nav-link.active {
  border-color: #2196F3;
}
.nav-pills-bordered .nav-link.disabled,
.nav-pills-bordered .nav-link.disabled:hover,
.nav-pills-bordered .nav-link.disabled:focus {
  background-color: #fafafa;
}
.nav-pills-bordered.flex-column .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 0.5rem;
}
.nav-pills-toolbar .nav-item + .nav-item {
  margin-left: -1px;
}
.nav-pills-toolbar .nav-link {
  border-radius: 0;
}
.nav-pills-toolbar .nav-link.active {
  z-index: 3;
}
.nav-pills-toolbar .nav-item:first-child .nav-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.nav-pills-toolbar .nav-item:last-child .nav-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.nav-pills-toolbar.flex-column .nav-item:first-child .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-pills-toolbar.flex-column .nav-item:last-child .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.nav-pills-toolbar.flex-column .nav-item + .nav-item {
  margin-left: 0;
  margin-top: -1px;
}
.navbar {
  border-bottom: 1px solid transparent;
  align-items: stretch;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.navbar-brand {
  margin: 0;
}
.navbar-brand img {
  height: 1.125rem;
}
.navbar-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-search {
  position: relative;
  width: 100%;
}
.navbar-search .form-control {
  border: 0;
  border-radius: 50rem;
  transition: background-color ease-in-out 0.15s;
}
.navbar-dark .navbar-search .form-control {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}
.navbar-dark .navbar-search .form-control:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar-dark .navbar-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-light .navbar-search .form-control {
  background-color: #eee;
}
.navbar-light .navbar-search .form-control:focus {
  background-color: #ddd;
}
.navbar-nav .nav-link {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.navbar-nav-link {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1rem 1.25rem;
  outline: 0;
  transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-nav-link {
    transition: none;
  }
}
.navbar-nav-link.disabled {
  cursor: default;
}
.navbar-nav-link.disabled .badge,
.navbar-nav-link.disabled img {
  opacity: 0.5;
}
.navbar-nav-link > .badge {
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav-link > .badge-mark {
  top: 0.5rem;
  right: 0.625rem;
}
.navbar-nav-underline .navbar-nav-link,
.navbar-nav-underline .navbar-nav-link:hover,
.navbar-nav-underline .navbar-nav-link:focus,
.navbar-nav-underline .navbar-nav-link.active {
  background-color: transparent !important;
}
.navbar-nav-underline .navbar-nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 2px;
}
.navbar-light .navbar-nav-underline .navbar-nav-link.active:before {
  background-color: rgb(245.4, 124.6, 158.2);
}
.navbar-dark .navbar-nav-underline .navbar-nav-link.active:before {
  background-color: #fff;
}
.navbar-toggler {
  position: relative;
  border: 0;
  line-height: 1.2715;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
  transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .badge {
  position: absolute;
  top: 0;
  right: -0.25rem;
}
.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
  color: #fff;
}
.navbar-light .navbar-toggler {
  color: rgba(51, 51, 51, 0.75);
}
.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler[aria-expanded=true] {
  color: #333;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm:not(.navbar-expand) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-link-toggler {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .navbar-expand-sm .navbar-nav-link-toggler .badge-mark {
    right: 0.25rem;
  }
  .navbar-expand-sm .navbar-nav-link-toggler.dropdown-toggle:after {
    content: none;
  }
  .navbar-expand-sm .navbar-collapse {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav:first-of-type > .nav-item:first-child {
    margin-top: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav:last-of-type > .nav-item:not(.show):last-child {
    margin-bottom: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav-link {
    display: flex;
    align-items: center;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0.75rem 1rem;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav-link > .badge:not(.position-static) {
    position: static;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav-link.dropdown-toggle {
    padding-right: 2rem;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav-link.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin: 0;
    transform: translateY(-50%);
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav > .nav-item > .dropdown-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav-underline .navbar-nav-link:before {
    right: auto;
    top: 0;
    height: auto;
    width: 2px;
  }
  .navbar-expand-sm .navbar-collapse .dropdown-submenu .dropdown-toggle:after {
    content: "\e9c1";
  }
  .navbar-expand-sm .navbar-collapse .dropdown-submenu .dropdown-menu,
  .navbar-expand-sm .navbar-collapse .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    margin: 0;
    border-width: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .navbar-expand-sm .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .navbar-expand-sm .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 2rem;
  }
  .navbar-expand-sm .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .navbar-expand-sm .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 3rem;
  }
  .navbar-expand-sm.navbar-dark .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-expand-sm.navbar-light .navbar-collapse {
    border-top: 1px solid #ddd;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-brand {
    min-width: 17.75rem;
  }
  .navbar-expand-sm .navbar-search {
    max-width: 30rem;
  }
}
@media (max-width: 768.98px) {
  .navbar-expand-md:not(.navbar-expand) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-link-toggler {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .navbar-expand-md .navbar-nav-link-toggler .badge-mark {
    right: 0.25rem;
  }
  .navbar-expand-md .navbar-nav-link-toggler.dropdown-toggle:after {
    content: none;
  }
  .navbar-expand-md .navbar-collapse {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav:first-of-type > .nav-item:first-child {
    margin-top: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav:last-of-type > .nav-item:not(.show):last-child {
    margin-bottom: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav-link {
    display: flex;
    align-items: center;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0.75rem 1rem;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav-link > .badge:not(.position-static) {
    position: static;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav-link.dropdown-toggle {
    padding-right: 2rem;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav-link.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin: 0;
    transform: translateY(-50%);
  }
  .navbar-expand-md .navbar-collapse .navbar-nav > .nav-item > .dropdown-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav-underline .navbar-nav-link:before {
    right: auto;
    top: 0;
    height: auto;
    width: 2px;
  }
  .navbar-expand-md .navbar-collapse .dropdown-submenu .dropdown-toggle:after {
    content: "\e9c1";
  }
  .navbar-expand-md .navbar-collapse .dropdown-submenu .dropdown-menu,
  .navbar-expand-md .navbar-collapse .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    margin: 0;
    border-width: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .navbar-expand-md .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .navbar-expand-md .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 2rem;
  }
  .navbar-expand-md .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .navbar-expand-md .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 3rem;
  }
  .navbar-expand-md.navbar-dark .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-expand-md.navbar-light .navbar-collapse {
    border-top: 1px solid #ddd;
  }
}
@media (min-width: 769px) {
  .navbar-expand-md .navbar-brand {
    min-width: 17.75rem;
  }
  .navbar-expand-md .navbar-search {
    max-width: 30rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg:not(.navbar-expand) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-link-toggler {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .navbar-expand-lg .navbar-nav-link-toggler .badge-mark {
    right: 0.25rem;
  }
  .navbar-expand-lg .navbar-nav-link-toggler.dropdown-toggle:after {
    content: none;
  }
  .navbar-expand-lg .navbar-collapse {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav:first-of-type > .nav-item:first-child {
    margin-top: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav:last-of-type > .nav-item:not(.show):last-child {
    margin-bottom: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav-link {
    display: flex;
    align-items: center;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0.75rem 1rem;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav-link > .badge:not(.position-static) {
    position: static;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav-link.dropdown-toggle {
    padding-right: 2rem;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav-link.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin: 0;
    transform: translateY(-50%);
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav > .nav-item > .dropdown-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav-underline .navbar-nav-link:before {
    right: auto;
    top: 0;
    height: auto;
    width: 2px;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-submenu .dropdown-toggle:after {
    content: "\e9c1";
  }
  .navbar-expand-lg .navbar-collapse .dropdown-submenu .dropdown-menu,
  .navbar-expand-lg .navbar-collapse .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    margin: 0;
    border-width: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .navbar-expand-lg .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 2rem;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .navbar-expand-lg .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 3rem;
  }
  .navbar-expand-lg.navbar-dark .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-expand-lg.navbar-light .navbar-collapse {
    border-top: 1px solid #ddd;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-brand {
    min-width: 17.75rem;
  }
  .navbar-expand-lg .navbar-search {
    max-width: 30rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl:not(.navbar-expand) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-link-toggler {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .navbar-expand-xl .navbar-nav-link-toggler .badge-mark {
    right: 0.25rem;
  }
  .navbar-expand-xl .navbar-nav-link-toggler.dropdown-toggle:after {
    content: none;
  }
  .navbar-expand-xl .navbar-collapse {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav:first-of-type > .nav-item:first-child {
    margin-top: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav:last-of-type > .nav-item:not(.show):last-child {
    margin-bottom: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav-link {
    display: flex;
    align-items: center;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0.75rem 1rem;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav-link > .badge:not(.position-static) {
    position: static;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav-link.dropdown-toggle {
    padding-right: 2rem;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav-link.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin: 0;
    transform: translateY(-50%);
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav > .nav-item > .dropdown-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav-underline .navbar-nav-link:before {
    right: auto;
    top: 0;
    height: auto;
    width: 2px;
  }
  .navbar-expand-xl .navbar-collapse .dropdown-submenu .dropdown-toggle:after {
    content: "\e9c1";
  }
  .navbar-expand-xl .navbar-collapse .dropdown-submenu .dropdown-menu,
  .navbar-expand-xl .navbar-collapse .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    margin: 0;
    border-width: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .navbar-expand-xl .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .navbar-expand-xl .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 2rem;
  }
  .navbar-expand-xl .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item,
  .navbar-expand-xl .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
    padding-left: 3rem;
  }
  .navbar-expand-xl.navbar-dark .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-expand-xl.navbar-light .navbar-collapse {
    border-top: 1px solid #ddd;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-brand {
    min-width: 17.75rem;
  }
  .navbar-expand-xl .navbar-search {
    max-width: 30rem;
  }
}
.navbar-expand:not(.navbar-expand) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand .navbar-nav-link-toggler {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.navbar-expand .navbar-nav-link-toggler .badge-mark {
  right: 0.25rem;
}
.navbar-expand .navbar-nav-link-toggler.dropdown-toggle:after {
  content: none;
}
.navbar-expand .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.navbar-expand .navbar-collapse .navbar-nav:first-of-type > .nav-item:first-child {
  margin-top: 0.5rem;
}
.navbar-expand .navbar-collapse .navbar-nav:last-of-type > .nav-item:not(.show):last-child {
  margin-bottom: 0.5rem;
}
.navbar-expand .navbar-collapse .navbar-nav-link {
  display: flex;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.75rem 1rem;
}
.navbar-expand .navbar-collapse .navbar-nav-link > .badge:not(.position-static) {
  position: static;
}
.navbar-expand .navbar-collapse .navbar-nav-link.dropdown-toggle {
  padding-right: 2rem;
}
.navbar-expand .navbar-collapse .navbar-nav-link.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin: 0;
  transform: translateY(-50%);
}
.navbar-expand .navbar-collapse .navbar-nav > .nav-item > .dropdown-menu {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.navbar-expand .navbar-collapse .navbar-nav-underline .navbar-nav-link:before {
  right: auto;
  top: 0;
  height: auto;
  width: 2px;
}
.navbar-expand .navbar-collapse .dropdown-submenu .dropdown-toggle:after {
  content: "\e9c1";
}
.navbar-expand .navbar-collapse .dropdown-submenu .dropdown-menu,
.navbar-expand .navbar-collapse .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
  margin: 0;
  border-width: 0;
  box-shadow: none;
  border-radius: 0;
}
.navbar-expand .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-item,
.navbar-expand .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
  padding-left: 2rem;
}
.navbar-expand .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-item,
.navbar-expand .navbar-collapse .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-item {
  padding-left: 3rem;
}
.navbar-expand.navbar-dark .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-expand.navbar-light .navbar-collapse {
  border-top: 1px solid #ddd;
}
.navbar-expand .navbar-brand {
  min-width: 17.75rem;
}
.navbar-expand .navbar-search {
  max-width: 30rem;
}
@media (max-width: 575.98px) {
  .nav-item-dropdown-sm {
    position: static;
  }
  .nav-item-dropdown-sm > .dropdown-menu {
    position: absolute;
    left: 1rem !important;
    right: 1rem !important;
  }
}
@media (max-width: 768.98px) {
  .nav-item-dropdown-md {
    position: static;
  }
  .nav-item-dropdown-md > .dropdown-menu {
    position: absolute;
    left: 1rem !important;
    right: 1rem !important;
  }
}
@media (max-width: 991.98px) {
  .nav-item-dropdown-lg {
    position: static;
  }
  .nav-item-dropdown-lg > .dropdown-menu {
    position: absolute;
    left: 1rem !important;
    right: 1rem !important;
  }
}
@media (max-width: 1199.98px) {
  .nav-item-dropdown-xl {
    position: static;
  }
  .nav-item-dropdown-xl > .dropdown-menu {
    position: absolute;
    left: 1rem !important;
    right: 1rem !important;
  }
}
.nav-item-dropdown {
  position: static;
}
.nav-item-dropdown > .dropdown-menu {
  position: absolute;
  left: 1rem !important;
  right: 1rem !important;
}
.navbar-light {
  color: rgba(51, 51, 51, 0.75);
  background-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.125);
}
.navbar-light .navbar-nav .nav-link {
  color: #333;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #333;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #999;
}
.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: #333;
}
.navbar-light .navbar-nav-link {
  color: rgba(51, 51, 51, 0.75);
}
.navbar-light .navbar-nav-link:hover,
.navbar-light .navbar-nav-link:focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0.04);
}
.navbar-light .navbar-nav-link.disabled {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.navbar-light .show > .navbar-nav-link,
.navbar-light .active > .navbar-nav-link,
.navbar-light .navbar-nav-link.show,
.navbar-light .navbar-nav-link.active {
  color: #333;
  background-color: rgba(0, 0, 0, 0.04);
}
.navbar-light .navbar-text a {
  color: #2196F3;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
}
.navbar-dark {
  color: rgba(255, 255, 255, 0.9);
  background-color: #252b36;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-nav .nav-link {
  color: #333;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #333;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: #999;
}
.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: #333;
}
.navbar-dark .navbar-nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-dark .navbar-nav-link:hover,
.navbar-dark .navbar-nav-link:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.navbar-dark .show > .navbar-nav-link,
.navbar-dark .active > .navbar-nav-link,
.navbar-dark .navbar-nav-link.show,
.navbar-dark .navbar-nav-link.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-nav .nav-tabs .nav-link {
  color: #777;
}
.navbar-nav .nav-tabs .nav-link:hover,
.navbar-nav .nav-tabs .nav-link:focus {
  color: #333;
}
.navbar-nav .nav-tabs .nav-link.disabled {
  color: #999;
}
.navbar-nav .nav-tabs .show > .nav-link,
.navbar-nav .nav-tabs .active > .nav-link,
.navbar-nav .nav-tabs .nav-link.show,
.navbar-nav .nav-tabs .nav-link.active {
  color: #333;
}
.navbar-nav .nav-pills .nav-link {
  color: #777;
}
.navbar-nav .nav-pills .nav-link:not(.active):hover,
.navbar-nav .nav-pills .nav-link:not(.active):focus {
  color: #333;
}
.navbar-nav .nav-pills .nav-link.active,
.show:not(.navbar-collapse) > .navbar-nav .nav-pills .nav-link {
  color: #fff;
}
.navbar-nav .nav-pills .nav-link.disabled:hover,
.navbar-nav .nav-pills .nav-link.disabled:focus {
  color: #999;
}
.navbar .btn-group .dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-user .navbar-nav-link,
.dropdown-user .navbar-nav-link > span {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.img-flag {
  height: 0.9375rem;
  margin-top: 0.08725rem;
  vertical-align: top;
  align-self: flex-start;
}
.mega-menu-left > .dropdown-menu {
  left: auto;
}
.mega-menu-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.mega-menu-full > .dropdown-menu {
  left: 1rem;
  right: 1rem;
}
.navbar-component .mega-menu-full > .dropdown-menu {
  left: 0;
  right: 0;
}
.dropdown-content-header {
  display: flex;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.dropdown-content-header:not([class*=bg-]) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.dropdown-content-header[class*=bg-] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dropdown-content-header + .table-responsive,
.dropdown-content-header + .table {
  border-top: 1px solid #ddd;
}
.dropdown-content:not(ul) {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-content-body {
  padding: 1.25rem 1.25rem;
}
.dropdown-content-header:not([class*=bg-]) + .dropdown-content-body {
  padding-top: 0;
}
.dropdown-content-footer {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.navbar-top {
  padding-top: calc(3.112rem + 1px);
}
.navbar-lg-top {
  padding-top: calc(3.612rem + 1px);
}
.navbar-sm-top {
  padding-top: calc(2.612rem + 1px);
}
.navbar-lg-lg-top {
  padding-top: calc(7.224rem + 2px);
}
.navbar-lg-md-top {
  padding-top: calc(6.724rem + 2px);
}
.navbar-md-md-top {
  padding-top: calc(6.224rem + 2px);
}
.navbar-md-sm-top {
  padding-top: calc(5.724rem + 2px);
}
.navbar-bottom {
  padding-bottom: calc(3.112rem + 1px);
}
.navbar-lg-bottom {
  padding-bottom: calc(3.612rem + 1px);
}
.navbar-sm-bottom {
  padding-bottom: calc(2.612rem + 1px);
}
.navbar-lg-lg-bottom {
  padding-bottom: calc(7.224rem + 2px);
}
.navbar-lg-md-bottom {
  padding-bottom: calc(6.724rem + 2px);
}
.navbar-md-md-bottom {
  padding-bottom: calc(6.224rem + 2px);
}
.navbar-md-sm-bottom {
  padding-bottom: calc(5.724rem + 2px);
}
.navbar-lg .navbar-brand {
  padding-top: 1.2435rem;
  padding-bottom: 1.2435rem;
}
.navbar-lg .navbar-toggler {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.navbar-lg .navbar-nav-link {
  padding: 1.25rem 1.5rem;
}
.navbar-lg .navbar-nav-link .badge-mark {
  top: 0.625rem;
  right: 0.75rem;
}
.navbar-lg .navbar-text {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.navbar-lg .dropdown-user > .navbar-nav-link,
.navbar-lg .dropdown-user > .navbar-nav-link > span {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.navbar-lg .dropdown-user > .navbar-nav-link > img {
  max-height: 2.3625625rem;
}
.navbar-sm .navbar-brand {
  padding-top: 0.7435rem;
  padding-bottom: 0.7435rem;
}
.navbar-sm .navbar-toggler {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar-sm .navbar-nav-link {
  padding: 0.75rem 0.875rem;
}
.navbar-sm .navbar-nav-link .badge-mark {
  top: 0.375rem;
  right: 0.4375rem;
}
.navbar-sm .navbar-text {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar-sm .dropdown-user > .navbar-nav-link,
.navbar-sm .dropdown-user > .navbar-nav-link > span {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.navbar-sm .dropdown-user > .navbar-nav-link > img {
  max-height: 1.8625625rem;
}
.navbar-static {
  z-index: 1024;
}
.navbar-static + .navbar-static {
  z-index: 1023;
}
.content-wrapper .navbar-static {
  z-index: 1021;
}
.card {
  margin-bottom: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.card.fixed-top {
  overflow: auto;
  max-height: 100%;
}
.card-body:not(.card) + .card-body:not(.card) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-title {
  position: relative;
  margin-bottom: 1rem;
}
.card-header .card-title {
  margin-bottom: 0;
}
.card-header[class*=bg-] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .card-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.card-header:not([class*=bg-]) {
  background-color: transparent;
  border-bottom-width: 0;
}
.card-header:not([class*=bg-]) + .card-body,
.card-header:not([class*=bg-]) + * > .card-body:first-child {
  padding-top: 0;
}
.card-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.card-footer:first-child,
.card-header + .card-footer,
.card-header + * > .card-footer:first-child {
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer.border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-bottom: 0;
}
.card-header-tabs .nav-link {
  border-top-width: 0;
}
.card-body .card-img {
  border-radius: 0.25rem;
}
.card-img-actions {
  position: relative;
}
.card-img-actions:hover .card-img-actions-overlay,
.card-img-actions:focus .card-img-actions-overlay {
  opacity: 1;
  visibility: visible;
}
.card-img-actions-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .card-img-actions-overlay {
    transition: none;
  }
}
[data-action] {
  cursor: pointer;
}
[data-action]:after {
  font-family: "icomoon";
  font-size: 1rem;
  min-width: 1rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-action=collapse]:after {
  content: "\e9c1";
  transition: transform ease-in-out 0.15s;
}
.card-collapsed [data-action=collapse]:after {
  transform: rotate(180deg);
}
[data-action=reload]:after {
  content: "\e9fb";
}
[data-action=remove]:after {
  content: "\ed6a";
  font-size: 0.875rem;
}
[data-action=move] {
  cursor: move;
}
[data-action=move]:after {
  content: "\e986";
}
[data-action=fullscreen]:after {
  content: "\e9f9";
}
[data-action=fullscreen][data-fullscreen=active]:after {
  content: "\e9fa";
}
[data-action=modal]:after {
  content: "\e9eb";
}
.card-group-control .card-title > a {
  display: inline-block;
}
.card-group-control .card-title > a:before {
  content: "\e9b7";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.card-group-control .card-title > a.collapsed:before {
  content: "\e9b8";
}
.card-group-control-left .card-title > a {
  padding-left: 1.5rem;
}
.card-group-control-left .card-title > a:before {
  left: 0;
}
.card-group-control-right .card-title > a {
  padding-right: 1.5rem;
}
.card-group-control-right .card-title > a:before {
  right: 0;
}
.card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1001;
  border-radius: 0.25rem;
  animation: cardOverlayEnter 0.15s ease;
}
.card-overlay-fadeout {
  animation: cardOverlayExit 0.15s ease;
}
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
}
@keyframes cardOverlayEnter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cardOverlayExit {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.breadcrumb {
  padding: 0;
}
.breadcrumb-item,
a.breadcrumb-elements-item {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
  color: inherit;
}
.breadcrumb-item i,
a.breadcrumb-elements-item i {
  font-size: 0.8125rem;
  top: 0;
}
a.breadcrumb-item,
a.breadcrumb-elements-item {
  color: inherit;
  transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  a.breadcrumb-item,
  a.breadcrumb-elements-item {
    transition: none;
  }
}
a.breadcrumb-item:hover,
a.breadcrumb-elements-item:hover,
a.breadcrumb-item:focus,
a.breadcrumb-elements-item:focus,
.show > a.breadcrumb-item,
.show > a.breadcrumb-elements-item {
  opacity: 0.75;
}
.page-header-content > .breadcrumb {
  padding-top: 0;
  padding-bottom: 1rem;
}
.page-header-content > .breadcrumb:first-child {
  padding-bottom: 0;
  padding-top: 1rem;
}
.breadcrumb-dash > .breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-dash > a.breadcrumb-elements-item + .breadcrumb-item:before,
.breadcrumb-dash > .breadcrumb-item + a.breadcrumb-elements-item:before,
.breadcrumb-dash > a.breadcrumb-elements-item + a.breadcrumb-elements-item:before {
  content: "\2013\a0";
}
.breadcrumb-arrow > .breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-arrow > a.breadcrumb-elements-item + .breadcrumb-item:before,
.breadcrumb-arrow > .breadcrumb-item + a.breadcrumb-elements-item:before,
.breadcrumb-arrow > a.breadcrumb-elements-item + a.breadcrumb-elements-item:before {
  content: "\2192\a0";
}
[dir=rtl] .breadcrumb-arrow > .breadcrumb-item + .breadcrumb-item:before,
[dir=rtl] .breadcrumb-arrow > a.breadcrumb-elements-item + .breadcrumb-item:before,
[dir=rtl] .breadcrumb-arrow > .breadcrumb-item + a.breadcrumb-elements-item:before,
[dir=rtl] .breadcrumb-arrow > a.breadcrumb-elements-item + a.breadcrumb-elements-item:before {
  content: "\2190\a0";
}
.breadcrumb-arrows > .breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-arrows > a.breadcrumb-elements-item + .breadcrumb-item:before,
.breadcrumb-arrows > .breadcrumb-item + a.breadcrumb-elements-item:before,
.breadcrumb-arrows > a.breadcrumb-elements-item + a.breadcrumb-elements-item:before {
  content: "\bb\a0";
}
.breadcrumb-caret > .breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-caret > a.breadcrumb-elements-item + .breadcrumb-item:before,
.breadcrumb-caret > .breadcrumb-item + a.breadcrumb-elements-item:before,
.breadcrumb-caret > a.breadcrumb-elements-item + a.breadcrumb-elements-item:before {
  content: "\203a\a0";
}
.breadcrumb-line {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.breadcrumb-line-light {
  background-color: #fafafa;
  color: #333;
}
.page-header-light .breadcrumb-line-light:last-child {
  border-top: 1px solid #ddd;
}
.breadcrumb-line-dark {
  background-color: #273246;
  color: #fff;
}
.page-header-dark .breadcrumb-line-dark:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.breadcrumb-line-dark .breadcrumb-item.active,
.breadcrumb-line-dark a.active.breadcrumb-elements-item {
  color: inherit;
}
.breadcrumb-elements-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.breadcrumb-elements-item + .breadcrumb-elements-item {
  margin-left: 1rem;
}
.breadcrumb-elements-item i {
  top: 0;
}
.pagination {
  margin-bottom: 0;
}
.page-link {
  text-align: center;
  min-width: 2.1125625rem;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.pagination-lg .page-link {
  min-width: 2.34378125rem;
}
.pagination-sm .page-link {
  min-width: 1.881325rem;
}
.pagination-rounded .page-item:first-child .page-link {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}
.pagination-rounded .page-item:last-child .page-link {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}
.pagination-flat .page-item.active .page-link {
  background-color: #2196F3;
}
.pagination-flat .page-item.disabled .page-link {
  border-color: transparent;
  background-color: transparent;
}
.pagination-flat .page-link {
  background-color: transparent;
  border-color: transparent;
  margin-left: 2px;
  border-radius: 0.25rem;
}
.pagination-flat .page-link:hover,
.pagination-flat .page-link:focus {
  background-color: rgb(224.7, 228.74, 234.8);
}
.pagination-flat.pagination-rounded .page-link {
  border-radius: 50rem;
}
.pagination-separated .page-link {
  margin-left: 0.5rem;
  border-radius: 0.25rem;
}
.pagination-separated.pagination-rounded .page-link {
  border-radius: 50rem;
}
.pagination-pager .page-item {
  border-radius: 0.25rem;
}
.pagination-pager .page-link {
  margin-left: 1rem;
  border-radius: 0.25rem;
}
.pagination-pager.pagination-rounded .page-link {
  border-radius: 50rem;
}
.pagination-pager-linked .page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
}
.pagination-pager-linked .page-link {
  color: #2196F3;
  background-color: transparent;
  border-color: transparent;
}
.pagination-pager-linked .page-link:hover,
.pagination-pager-linked .page-link:focus {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.pagination-pager:not(.pagination-rounded).pagination-lg .page-link {
  border-radius: 0.3125rem;
}
.pagination-pager:not(.pagination-rounded).pagination-sm .page-link {
  border-radius: 0.1875rem;
}
.badge.dropdown-toggle:after {
  font-size: 85%;
}
.btn .badge {
  top: 0;
}
.badge-flat {
  background-color: transparent;
  border: 1px solid transparent;
  padding: calc(0.3125rem - 1px) calc(0.4375rem - 1px);
}
.badge-flat[href]:hover,
.badge-flat[href]:focus {
  background-color: transparent;
  box-shadow: none;
}
.badge-flat.badge-pill {
  padding-left: calc(0.5rem - 1px);
  padding-right: calc(0.5rem - 1px);
}
.badge-striped {
  padding: 0.4375rem 0.5rem;
  position: relative;
}
.badge-striped:before {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.badge-striped-left {
  padding-left: calc(0.4375rem + 2px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.badge-striped-left:before {
  left: 0;
  border-left: 2px solid;
  border-left-color: inherit;
}
.badge-striped-right {
  padding-right: calc(0.4375rem + 2px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.badge-striped-right:before {
  right: 0;
  border-right: 2px solid;
  border-right-color: inherit;
}
.badge-float {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
}
.badge-mark {
  padding: 0;
  border: 2px solid;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50rem;
}
.badge-mark:empty {
  display: inline-block;
}
[class*=icon-] > .badge-mark {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
}
.alert-dismissible .close:hover,
.alert-dismissible .close:focus {
  color: inherit;
}
.alert[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light) .alert-link {
  color: inherit;
  border-bottom-color: rgba(255, 255, 255, 0.85);
}
.alert-rounded {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-radius: 50rem;
}
.alert-rounded.alert-dismissible .close {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}
.alert[class*=alert-styled-]:after {
  content: "\e9a2";
  font-family: "icomoon";
  color: #fff;
  width: 3rem;
  left: -3rem;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert[class*=alert-styled-].alert-danger:after,
.alert[class*=alert-styled-][class*=bg-danger]:after {
  content: "\ed64";
}
.alert[class*=alert-styled-].alert-success:after,
.alert[class*=alert-styled-][class*=bg-success]:after {
  content: "\ed6e";
}
.alert[class*=alert-styled-].alert-warning:after,
.alert[class*=alert-styled-][class*=bg-warning]:after {
  content: "\e9bd";
}
.alert[class*=alert-styled-].alert-info:after,
.alert[class*=alert-styled-][class*=bg-info]:after {
  content: "\e9b9";
}
.alert.alert-styled-left {
  border-left-width: 3rem;
}
.alert.alert-styled-left[class*=bg-]:not(.bg-white):not(.bg-light) {
  border-left-color: rgba(0, 0, 0, 0.15) !important;
}
.alert.alert-styled-right {
  border-right-width: 3rem;
}
.alert.alert-styled-right:after {
  left: auto;
  right: -3rem;
}
.alert.alert-styled-right[class*=bg-]:not(.bg-white):not(.bg-light) {
  border-right-color: rgba(0, 0, 0, 0.15) !important;
}
.alert.alert-styled-custom:after {
  content: "\e81b";
}
.alert:not(.ui-pnotify)[class*=alert-arrow-]:before,
.alert.ui-pnotify[class*=alert-arrow-] > .brighttheme:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left-color: inherit;
  margin-top: -5px;
}
.alert:not(.ui-pnotify).alert-arrow-right:before,
.alert.ui-pnotify.alert-arrow-right > .brighttheme:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 5px solid;
  border-right-color: inherit;
}
.progress {
  position: relative;
}
.progress-bar {
  width: 0;
  white-space: nowrap;
}
.progress .progressbar-back-text,
.progress .progressbar-front-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
}
.progress .progressbar-back-text {
  align-self: center;
}
.progress.right {
  justify-content: flex-end;
}
.progress.vertical {
  width: 3rem;
  height: 100%;
  display: inline-block;
}
.progress.vertical + .progress.vertical {
  margin-left: 0.5rem;
}
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  transition: height 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress.vertical .progress-bar {
    transition: none;
  }
}
.progress.vertical.bottom .progressbar-back-text,
.progress.vertical.bottom .progressbar-front-text {
  top: auto;
  bottom: 0;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
.media {
  margin-top: 1rem;
}
.media.card-body,
.media:first-child {
  margin-top: 0;
}
.media-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.media-title {
  margin-bottom: 0.125rem;
}
.img-preview {
  max-height: 5rem;
}
.media-list-bordered .media {
  margin-top: 0;
  padding: 1rem 1.25rem;
  border-top: 1px solid #ddd;
}
.media-list-linked .media {
  padding: 1rem 1.25rem;
}
.media-list-linked li.media {
  margin-top: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.media-list-linked.media-list-bordered li.media {
  border-bottom: 0;
}
.media-list-linked a.media {
  color: inherit;
  transition: background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .media-list-linked a.media {
    transition: none;
  }
}
.media-list-linked a.media:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.list-group {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 0;
  background-clip: padding-box;
  border-radius: 0.25rem;
}
.list-group-item {
  display: flex;
  align-items: center;
  border-width: 0;
  background-color: transparent;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .list-group-item {
    transition: none;
  }
}
.list-group:not([class*=list-group-horizontal]) .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group:not([class*=list-group-horizontal]) .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item + .list-group-item {
  margin-top: 1px;
}
.list-group-item + .list-group-item.active {
  margin-top: 1px;
  border-top-width: 0;
}
.list-group .list-group-item + .list-group-item,
.list-group .list-group-item + .list-group-item.active {
  margin-top: 0;
}
.list-group-item.disabled,
.list-group-item:disabled {
  cursor: default;
}
.list-group-item-active-indicator {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-in-out 0.15s, visibility ease-in-out 0.15s;
}
.list-group-item.active > .list-group-item-active-indicator {
  opacity: 1;
  visibility: visible;
}
.list-group-horizontal {
  border: 0;
}
.list-group-horizontal .list-group-item-action {
  width: auto;
}
.list-group-horizontal .list-group-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    border: 0;
  }
  .list-group-horizontal-sm .list-group-item-action {
    width: auto;
  }
  .list-group-horizontal-sm .list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
}
@media (min-width: 769px) {
  .list-group-horizontal-md {
    border: 0;
  }
  .list-group-horizontal-md .list-group-item-action {
    width: auto;
  }
  .list-group-horizontal-md .list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    border: 0;
  }
  .list-group-horizontal-lg .list-group-item-action {
    width: auto;
  }
  .list-group-horizontal-lg .list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    border: 0;
  }
  .list-group-horizontal-xl .list-group-item-action {
    width: auto;
  }
  .list-group-horizontal-xl .list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
}
.list-group-flush > .list-group-item {
  border-width: 0;
}
.list-group-divider {
  padding: 0;
  margin: 0.5rem 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.125);
  border: 0;
}
.list-group-bordered {
  padding: 0;
}
.list-group-bordered .list-group-item {
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin-bottom: -1px;
}
.list-group-bordered .list-group-item:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-bordered .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-custom {
  border-radius: 0.25rem;
}
.list-group-custom .list-group-item-action:not(.active):not(.disabled) {
  color: rgba(255, 255, 255, 0.9);
}
.list-group-custom .list-group-item-action:not(.active):not(.disabled):hover,
.list-group-custom .list-group-item-action:not(.active):not(.disabled):focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.list-group-custom .list-group-item {
  color: #fff;
}
.list-group-custom .list-group-item.active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.list-group-custom .list-group-item.disabled,
.list-group-custom .list-group-item:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.list-group-custom .list-group-divider {
  background-color: rgba(255, 255, 255, 0.4);
}
.list-group-custom.list-group-bordered .list-group-item {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.list-group-item-primary {
  color: rgb(17.16, 78, 126.36);
  background-color: rgb(192.84, 225.6, 251.64);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(17.16, 78, 126.36);
  background-color: rgb(168.6476923077, 214.1576923077, 250.3323076923);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(17.16, 78, 126.36);
  border-color: rgb(17.16, 78, 126.36);
}
.list-group-item-primary-100 {
  color: rgb(121.056, 127.14, 131.976);
  background-color: rgb(248.784, 252.06, 254.664);
}
.list-group-item-primary-100.list-group-item-action:hover,
.list-group-item-primary-100.list-group-item-action:focus {
  color: rgb(121.056, 127.14, 131.976);
  background-color: rgb(224.5916923077, 240.6176923077, 253.3563076923);
}
.list-group-item-primary-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.056, 127.14, 131.976);
  border-color: rgb(121.056, 127.14, 131.976);
}
.list-group-item-secondary {
  color: rgb(35.88, 60.32, 71.76);
  background-color: rgb(202.92, 216.08, 222.24);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(35.88, 60.32, 71.76);
  background-color: rgb(187.2665346535, 204.381980198, 212.3934653465);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(35.88, 60.32, 71.76);
  border-color: rgb(35.88, 60.32, 71.76);
}
.list-group-item-secondary-100 {
  color: rgb(122.928, 125.372, 126.516);
  background-color: rgb(249.792, 251.108, 251.724);
}
.list-group-item-secondary-100.list-group-item-action:hover,
.list-group-item-secondary-100.list-group-item-action:focus {
  color: rgb(122.928, 125.372, 126.516);
  background-color: rgb(234.1385346535, 239.409980198, 241.8774653465);
}
.list-group-item-secondary-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(122.928, 125.372, 126.516);
  border-color: rgb(122.928, 125.372, 126.516);
}
.list-group-item-success {
  color: rgb(19.24, 93.08, 59.28);
  background-color: rgb(193.96, 233.72, 215.52);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(19.24, 93.08, 59.28);
  background-color: rgb(175.0518367347, 227.1281632653, 203.2904081633);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.24, 93.08, 59.28);
  border-color: rgb(19.24, 93.08, 59.28);
}
.list-group-item-success-100 {
  color: rgb(121.264, 128.648, 125.268);
  background-color: rgb(248.896, 252.872, 251.052);
}
.list-group-item-success-100.list-group-item-action:hover,
.list-group-item-success-100.list-group-item-action:focus {
  color: rgb(121.264, 128.648, 125.268);
  background-color: rgb(229.9878367347, 246.2801632653, 238.8224081633);
}
.list-group-item-success-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.264, 128.648, 125.268);
  border-color: rgb(121.264, 128.648, 125.268);
}
.list-group-item-info {
  color: rgb(22.88, 96.72, 106.08);
  background-color: rgb(195.92, 235.68, 240.72);
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(22.88, 96.72, 106.08);
  background-color: rgb(175.383740458, 228.964351145, 235.756259542);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(22.88, 96.72, 106.08);
  border-color: rgb(22.88, 96.72, 106.08);
}
.list-group-item-info-100 {
  color: rgb(121.628, 129.012, 129.948);
  background-color: rgb(249.092, 253.068, 253.572);
}
.list-group-item-info-100.list-group-item-action:hover,
.list-group-item-info-100.list-group-item-action:focus {
  color: rgb(121.628, 129.012, 129.948);
  background-color: rgb(228.555740458, 246.352351145, 248.608259542);
}
.list-group-item-info-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.628, 129.012, 129.948);
  border-color: rgb(121.628, 129.012, 129.948);
}
.list-group-item-warning {
  color: rgb(127.4, 69.68, 36.4);
  background-color: rgb(252.2, 221.12, 203.2);
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(127.4, 69.68, 36.4);
  background-color: rgb(250.8923076923, 205.2969230769, 179.0076923077);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.4, 69.68, 36.4);
  border-color: rgb(127.4, 69.68, 36.4);
}
.list-group-item-warning-100 {
  color: rgb(132.08, 126.308, 122.98);
  background-color: rgb(254.72, 251.612, 249.82);
}
.list-group-item-warning-100.list-group-item-action:hover,
.list-group-item-warning-100.list-group-item-action:focus {
  color: rgb(132.08, 126.308, 122.98);
  background-color: rgb(253.4123076923, 235.7889230769, 225.6276923077);
}
.list-group-item-warning-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.08, 126.308, 122.98);
  border-color: rgb(132.08, 126.308, 122.98);
}
.list-group-item-danger {
  color: rgb(124.28, 43.16, 41.6);
  background-color: rgb(250.52, 206.84, 206);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(124.28, 43.16, 41.6);
  background-color: rgb(248.3838743455, 183.8766492147, 182.6361256545);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.28, 43.16, 41.6);
  border-color: rgb(124.28, 43.16, 41.6);
}
.list-group-item-danger-100 {
  color: rgb(131.768, 123.656, 123.5);
  background-color: rgb(254.552, 250.184, 250.1);
}
.list-group-item-danger-100.list-group-item-action:hover,
.list-group-item-danger-100.list-group-item-action:focus {
  color: rgb(131.768, 123.656, 123.5);
  background-color: rgb(252.4158743455, 227.2206492147, 226.7361256545);
}
.list-group-item-danger-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.768, 123.656, 123.5);
  border-color: rgb(131.768, 123.656, 123.5);
}
.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}
.list-group-item-light {
  color: rgb(124.8, 125.84, 127.4);
  background-color: rgb(250.8, 251.36, 252.2);
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(124.8, 125.84, 127.4);
  background-color: rgb(235.5, 238.1, 242);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.8, 125.84, 127.4);
  border-color: rgb(124.8, 125.84, 127.4);
}
.list-group-item-light-100 {
  color: rgba(13.755186722, 13.755186722, 13.755186722, 0.532);
  background-color: rgba(255, 255, 255, 0.748);
}
.list-group-item-light-100.list-group-item-action:hover,
.list-group-item-light-100.list-group-item-action:focus {
  color: rgba(13.755186722, 13.755186722, 13.755186722, 0.532);
  background-color: rgba(242.25, 242.25, 242.25, 0.748);
}
.list-group-item-light-100.list-group-item-action.active {
  color: #fff;
  background-color: rgba(13.755186722, 13.755186722, 13.755186722, 0.532);
  border-color: rgba(13.755186722, 13.755186722, 13.755186722, 0.532);
}
.list-group-item-dark {
  color: rgb(19.24, 22.36, 28.08);
  background-color: rgb(193.96, 195.64, 198.72);
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.24, 22.36, 28.08);
  background-color: rgb(180.6926968974, 182.7378520286, 186.4873031026);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.24, 22.36, 28.08);
  border-color: rgb(19.24, 22.36, 28.08);
}
.list-group-item-dark-100 {
  color: rgba(0, 0, 0, 0.532);
  background-color: rgba(249.8853868195, 249.8853868195, 249.8853868195, 0.748);
}
.list-group-item-dark-100.list-group-item-action:hover,
.list-group-item-dark-100.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.532);
  background-color: rgba(237.1353868195, 237.1353868195, 237.1353868195, 0.748);
}
.list-group-item-dark-100.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.532);
  border-color: rgba(0, 0, 0, 0.532);
}
.list-group-item-teal {
  color: rgb(19.76, 86.32, 80.08);
  background-color: rgb(194.24, 230.08, 226.72);
}
.list-group-item-teal.list-group-item-action:hover,
.list-group-item-teal.list-group-item-action:focus {
  color: rgb(19.76, 86.32, 80.08);
  background-color: rgb(176.1566666667, 222.6633333333, 218.3033333333);
}
.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.76, 86.32, 80.08);
  border-color: rgb(19.76, 86.32, 80.08);
}
.list-group-item-teal-100 {
  color: rgb(121.316, 127.972, 127.348);
  background-color: rgb(248.924, 252.508, 252.172);
}
.list-group-item-teal-100.list-group-item-action:hover,
.list-group-item-teal-100.list-group-item-action:focus {
  color: rgb(121.316, 127.972, 127.348);
  background-color: rgb(230.8406666667, 245.0913333333, 243.7553333333);
}
.list-group-item-teal-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.316, 127.972, 127.348);
  border-color: rgb(121.316, 127.972, 127.348);
}
.list-group-item-indigo {
  color: rgb(47.84, 55.64, 99.84);
  background-color: rgb(209.36, 213.56, 237.36);
}
.list-group-item-indigo.list-group-item-action:hover,
.list-group-item-indigo.list-group-item-action:focus {
  color: rgb(47.84, 55.64, 99.84);
  background-color: rgb(190.9684070796, 196.8608849558, 230.2515929204);
}
.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: rgb(47.84, 55.64, 99.84);
  border-color: rgb(47.84, 55.64, 99.84);
}
.list-group-item-indigo-100 {
  color: rgb(124.124, 124.904, 129.324);
  background-color: rgb(250.436, 250.856, 253.236);
}
.list-group-item-indigo-100.list-group-item-action:hover,
.list-group-item-indigo-100.list-group-item-action:focus {
  color: rgb(124.124, 124.904, 129.324);
  background-color: rgb(232.0444070796, 234.1568849558, 246.1275929204);
}
.list-group-item-indigo-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.124, 124.904, 129.324);
  border-color: rgb(124.124, 124.904, 129.324);
}
.list-group-item-purple {
  color: rgb(73.84, 58.24, 100.36);
  background-color: rgb(223.36, 214.96, 237.64);
}
.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
  color: rgb(73.84, 58.24, 100.36);
  background-color: rgb(209.303902439, 197.172195122, 229.927804878);
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: rgb(73.84, 58.24, 100.36);
  border-color: rgb(73.84, 58.24, 100.36);
}
.list-group-item-purple-100 {
  color: rgb(126.724, 125.164, 129.376);
  background-color: rgb(251.836, 250.996, 253.264);
}
.list-group-item-purple-100.list-group-item-action:hover,
.list-group-item-purple-100.list-group-item-action:focus {
  color: rgb(126.724, 125.164, 129.376);
  background-color: rgb(237.779902439, 233.208195122, 245.551804878);
}
.list-group-item-purple-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.724, 125.164, 129.376);
  border-color: rgb(126.724, 125.164, 129.376);
}
.list-group-item-pink {
  color: rgb(126.36, 47.84, 69.68);
  background-color: rgb(251.64, 209.36, 221.12);
}
.list-group-item-pink.list-group-item-action:hover,
.list-group-item-pink.list-group-item-action:focus {
  color: rgb(126.36, 47.84, 69.68);
  background-color: rgb(249.8914285714, 185.6085714286, 203.4885714286);
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.36, 47.84, 69.68);
  border-color: rgb(126.36, 47.84, 69.68);
}
.list-group-item-pink-100 {
  color: rgb(131.976, 124.124, 126.308);
  background-color: rgb(254.664, 250.436, 251.612);
}
.list-group-item-pink-100.list-group-item-action:hover,
.list-group-item-pink-100.list-group-item-action:focus {
  color: rgb(131.976, 124.124, 126.308);
  background-color: rgb(252.9154285714, 226.6845714286, 233.9805714286);
}
.list-group-item-pink-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.976, 124.124, 126.308);
  border-color: rgb(131.976, 124.124, 126.308);
}
.list-group-item-yellow {
  color: rgb(132.6, 111.28, 37.44);
  background-color: rgb(255, 243.52, 203.76);
}
.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: rgb(132.6, 111.28, 37.44);
  background-color: rgb(255, 237.8068852459, 178.26);
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 111.28, 37.44);
  border-color: rgb(132.6, 111.28, 37.44);
}
.list-group-item-yellow-100 {
  color: rgb(132.6, 130.468, 123.084);
  background-color: rgb(255, 253.852, 249.876);
}
.list-group-item-yellow-100.list-group-item-action:hover,
.list-group-item-yellow-100.list-group-item-action:focus {
  color: rgb(132.6, 130.468, 123.084);
  background-color: rgb(255, 248.1388852459, 224.376);
}
.list-group-item-yellow-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 130.468, 123.084);
  border-color: rgb(132.6, 130.468, 123.084);
}
.close {
  opacity: 0.75;
  transition: color ease-in-out 0.15s, opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .close {
    transition: none;
  }
}
.close:hover,
.close:focus {
  outline: 0;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
.toast-header {
  background-clip: border-box;
}
.toast-header .close {
  color: inherit;
}
.modal-header {
  position: relative;
}
.modal-header .close {
  color: inherit;
  align-self: stretch;
}
.modal-header:not([class*=bg-]) {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.modal-footer:not([class*=bg-]) {
  padding-top: 0;
  border-top-width: 0;
}
[class*=table-responsive] + .modal-footer,
.table + .modal-footer {
  border-top-width: 1px;
  border-top-color: #ddd;
}
.modal-footer > * {
  margin: 0;
}
.modal-footer > .btn + .btn {
  margin-left: 1rem;
}
@media (min-width: 576px) {
  .modal-xs {
    max-width: 300px;
  }
  .modal-full {
    max-width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
.modal-left .modal-dialog,
.modal-right .modal-dialog,
.modal-top .modal-dialog,
.modal-bottom .modal-dialog {
  margin: 0;
}
.modal-left .modal-content,
.modal-right .modal-content,
.modal-top .modal-content,
.modal-bottom .modal-content {
  border: 0;
}
.modal-left .modal-content,
.modal-left .modal-header,
.modal-left .modal-footer,
.modal-right .modal-content,
.modal-right .modal-header,
.modal-right .modal-footer,
.modal-top .modal-content,
.modal-top .modal-header,
.modal-top .modal-footer,
.modal-bottom .modal-content,
.modal-bottom .modal-header,
.modal-bottom .modal-footer {
  border-radius: 0;
}
.modal-left .modal-dialog,
.modal-right .modal-dialog {
  width: 320px;
  height: 100%;
}
.modal-left.fade .modal-dialog,
.modal-right.fade .modal-dialog {
  transition: transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal-left.fade .modal-dialog,
  .modal-right.fade .modal-dialog {
    transition: none;
  }
}
.modal-left .modal-dialog-scrollable,
.modal-left .modal-dialog-scrollable .modal-content,
.modal-right .modal-dialog-scrollable,
.modal-right .modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-left .modal-content,
.modal-right .modal-content {
  height: 100%;
}
.modal-left .modal-xs,
.modal-right .modal-xs {
  width: 56px;
}
.modal-left .modal-sm,
.modal-right .modal-sm {
  width: 156px;
}
@media (min-width: 576px) {
  .modal-left .modal-lg,
  .modal-right .modal-lg {
    width: 400px;
  }
}
.modal-left.modal .modal-dialog {
  transform: translateX(-100%);
}
.modal-left.show .modal-dialog {
  transform: translateX(0);
}
.modal-right .modal-dialog {
  margin-left: auto;
}
.modal-right.modal .modal-dialog {
  transform: translateX(100%);
}
.modal-right.show .modal-dialog {
  transform: translateX(0);
}
.modal-top .modal-dialog,
.modal-bottom .modal-dialog {
  width: 100%;
  max-width: none;
}
.modal-top.modal .modal-dialog,
.modal-bottom.modal .modal-dialog {
  transform: none;
}
.modal-top.fade .modal-content,
.modal-bottom.fade .modal-content {
  transition: transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal-top.fade .modal-content,
  .modal-bottom.fade .modal-content {
    transition: none;
  }
}
.modal-top.modal .modal-content {
  transform: translateY(-100%);
}
.modal-top.show .modal-content {
  transform: translateY(0);
}
.modal-bottom.modal .modal-content {
  transform: translateY(100%);
}
.modal-bottom.show .modal-content {
  transform: translateY(0);
}
.bs-tooltip-top .arrow[class*=border-]:before,
.bs-tooltip-auto[x-placement^=top] .arrow[class*=border-]:before {
  border-top-color: inherit;
}
.bs-tooltip-right .arrow[class*=border-]:before,
.bs-tooltip-auto[x-placement^=right] .arrow[class*=border-]:before {
  border-right-color: inherit;
}
.bs-tooltip-bottom .arrow[class*=border-]:before,
.bs-tooltip-auto[x-placement^=bottom] .arrow[class*=border-]:before {
  border-bottom-color: inherit;
}
.bs-tooltip-left .arrow[class*=border-]:before,
.bs-tooltip-auto[x-placement^=left] .arrow[class*=border-]:before {
  border-left-color: inherit;
}
.popover-header {
  font-weight: 500;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.popover-header[class*=bg-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom-width: 1px;
}
.bs-popover-top[class*=bg-] .arrow,
[class*=bg-].bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top[class*=bg-] .arrow:after,
[class*=bg-].bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top[class*=bg-] .arrow:before,
[class*=bg-].bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top[class*=border-] .arrow,
[class*=border-].bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top[class*=border-] .arrow:after,
[class*=border-].bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top[class*=border-] .arrow:before,
[class*=border-].bs-popover-auto[x-placement^=top] .arrow:before {
  border-top-color: inherit;
}
.bs-popover-right[class*=bg-] .arrow,
[class*=bg-].bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right[class*=bg-] .arrow:after,
[class*=bg-].bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right[class*=bg-] .arrow:before,
[class*=bg-].bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right[class*=border-] .arrow,
[class*=border-].bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right[class*=border-] .arrow:after,
[class*=border-].bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right[class*=border-] .arrow:before,
[class*=border-].bs-popover-auto[x-placement^=right] .arrow:before {
  border-right-color: inherit;
}
.bs-popover-bottom[class*=bg-] .arrow,
[class*=bg-].bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom[class*=bg-] .arrow:after,
[class*=bg-].bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom[class*=bg-] .arrow:before,
[class*=bg-].bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom[class*=border-] .arrow,
[class*=border-].bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom[class*=border-] .arrow:after,
[class*=border-].bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom[class*=border-] .arrow:before,
[class*=border-].bs-popover-auto[x-placement^=bottom] .arrow:before {
  border-bottom-color: inherit;
}
.bs-popover-left[class*=bg-] .arrow,
[class*=bg-].bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left[class*=bg-] .arrow:after,
[class*=bg-].bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left[class*=bg-] .arrow:before,
[class*=bg-].bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left[class*=border-] .arrow,
[class*=border-].bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left[class*=border-] .arrow:after,
[class*=border-].bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left[class*=border-] .arrow:before,
[class*=border-].bs-popover-auto[x-placement^=left] .arrow:before {
  border-left-color: inherit;
}
.border-top-primary {
  border-top-color: #2196F3 !important;
}
.border-bottom-primary {
  border-bottom-color: #2196F3 !important;
}
.border-left-primary {
  border-left-color: #2196F3 !important;
}
.border-right-primary {
  border-right-color: #2196F3 !important;
}
.border-top-primary-100 {
  border-top-color: rgb(232.8, 244.5, 253.8) !important;
}
.border-bottom-primary-100 {
  border-bottom-color: rgb(232.8, 244.5, 253.8) !important;
}
.border-left-primary-100 {
  border-left-color: rgb(232.8, 244.5, 253.8) !important;
}
.border-right-primary-100 {
  border-right-color: rgb(232.8, 244.5, 253.8) !important;
}
.border-top-secondary {
  border-top-color: #45748a !important;
}
.border-bottom-secondary {
  border-bottom-color: #45748a !important;
}
.border-left-secondary {
  border-left-color: #45748a !important;
}
.border-right-secondary {
  border-right-color: #45748a !important;
}
.border-top-secondary-100 {
  border-top-color: rgb(236.4, 241.1, 243.3) !important;
}
.border-bottom-secondary-100 {
  border-bottom-color: rgb(236.4, 241.1, 243.3) !important;
}
.border-left-secondary-100 {
  border-left-color: rgb(236.4, 241.1, 243.3) !important;
}
.border-right-secondary-100 {
  border-right-color: rgb(236.4, 241.1, 243.3) !important;
}
.border-top-success {
  border-top-color: #25b372 !important;
}
.border-bottom-success {
  border-bottom-color: #25b372 !important;
}
.border-left-success {
  border-left-color: #25b372 !important;
}
.border-right-success {
  border-right-color: #25b372 !important;
}
.border-top-success-100 {
  border-top-color: rgb(233.2, 247.4, 240.9) !important;
}
.border-bottom-success-100 {
  border-bottom-color: rgb(233.2, 247.4, 240.9) !important;
}
.border-left-success-100 {
  border-left-color: rgb(233.2, 247.4, 240.9) !important;
}
.border-right-success-100 {
  border-right-color: rgb(233.2, 247.4, 240.9) !important;
}
.border-top-info {
  border-top-color: #2cbacc !important;
}
.border-bottom-info {
  border-bottom-color: #2cbacc !important;
}
.border-left-info {
  border-left-color: #2cbacc !important;
}
.border-right-info {
  border-right-color: #2cbacc !important;
}
.border-top-info-100 {
  border-top-color: rgb(233.9, 248.1, 249.9) !important;
}
.border-bottom-info-100 {
  border-bottom-color: rgb(233.9, 248.1, 249.9) !important;
}
.border-left-info-100 {
  border-left-color: rgb(233.9, 248.1, 249.9) !important;
}
.border-right-info-100 {
  border-right-color: rgb(233.9, 248.1, 249.9) !important;
}
.border-top-warning {
  border-top-color: #f58646 !important;
}
.border-bottom-warning {
  border-bottom-color: #f58646 !important;
}
.border-left-warning {
  border-left-color: #f58646 !important;
}
.border-right-warning {
  border-right-color: #f58646 !important;
}
.border-top-warning-100 {
  border-top-color: rgb(254, 242.9, 236.5) !important;
}
.border-bottom-warning-100 {
  border-bottom-color: rgb(254, 242.9, 236.5) !important;
}
.border-left-warning-100 {
  border-left-color: rgb(254, 242.9, 236.5) !important;
}
.border-right-warning-100 {
  border-right-color: rgb(254, 242.9, 236.5) !important;
}
.border-top-danger {
  border-top-color: #ef5350 !important;
}
.border-bottom-danger {
  border-bottom-color: #ef5350 !important;
}
.border-left-danger {
  border-left-color: #ef5350 !important;
}
.border-right-danger {
  border-right-color: #ef5350 !important;
}
.border-top-danger-100 {
  border-top-color: rgb(253.4, 237.8, 237.5) !important;
}
.border-bottom-danger-100 {
  border-bottom-color: rgb(253.4, 237.8, 237.5) !important;
}
.border-left-danger-100 {
  border-left-color: rgb(253.4, 237.8, 237.5) !important;
}
.border-right-danger-100 {
  border-right-color: rgb(253.4, 237.8, 237.5) !important;
}
.border-top-white {
  border-top-color: #fff !important;
}
.border-bottom-white {
  border-bottom-color: #fff !important;
}
.border-left-white {
  border-left-color: #fff !important;
}
.border-right-white {
  border-right-color: #fff !important;
}
.border-top-light {
  border-top-color: #f0f2f5 !important;
}
.border-bottom-light {
  border-bottom-color: #f0f2f5 !important;
}
.border-left-light {
  border-left-color: #f0f2f5 !important;
}
.border-right-light {
  border-right-color: #f0f2f5 !important;
}
.border-top-light-100 {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}
.border-bottom-light-100 {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.border-left-light-100 {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
}
.border-right-light-100 {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
}
.border-top-dark {
  border-top-color: #252b36 !important;
}
.border-bottom-dark {
  border-bottom-color: #252b36 !important;
}
.border-left-dark {
  border-left-color: #252b36 !important;
}
.border-right-dark {
  border-right-color: #252b36 !important;
}
.border-top-dark-100 {
  border-top-color: rgba(0, 0, 0, 0.1) !important;
}
.border-bottom-dark-100 {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.border-left-dark-100 {
  border-left-color: rgba(0, 0, 0, 0.1) !important;
}
.border-right-dark-100 {
  border-right-color: rgba(0, 0, 0, 0.1) !important;
}
.border-top-teal {
  border-top-color: #26A69A !important;
}
.border-bottom-teal {
  border-bottom-color: #26A69A !important;
}
.border-left-teal {
  border-left-color: #26A69A !important;
}
.border-right-teal {
  border-right-color: #26A69A !important;
}
.border-top-teal-100 {
  border-top-color: rgb(233.3, 246.1, 244.9) !important;
}
.border-bottom-teal-100 {
  border-bottom-color: rgb(233.3, 246.1, 244.9) !important;
}
.border-left-teal-100 {
  border-left-color: rgb(233.3, 246.1, 244.9) !important;
}
.border-right-teal-100 {
  border-right-color: rgb(233.3, 246.1, 244.9) !important;
}
.border-top-indigo {
  border-top-color: #5C6BC0 !important;
}
.border-bottom-indigo {
  border-bottom-color: #5C6BC0 !important;
}
.border-left-indigo {
  border-left-color: #5C6BC0 !important;
}
.border-right-indigo {
  border-right-color: #5C6BC0 !important;
}
.border-top-indigo-100 {
  border-top-color: rgb(238.7, 240.2, 248.7) !important;
}
.border-bottom-indigo-100 {
  border-bottom-color: rgb(238.7, 240.2, 248.7) !important;
}
.border-left-indigo-100 {
  border-left-color: rgb(238.7, 240.2, 248.7) !important;
}
.border-right-indigo-100 {
  border-right-color: rgb(238.7, 240.2, 248.7) !important;
}
.border-top-purple {
  border-top-color: #8e70c1 !important;
}
.border-bottom-purple {
  border-bottom-color: #8e70c1 !important;
}
.border-left-purple {
  border-left-color: #8e70c1 !important;
}
.border-right-purple {
  border-right-color: #8e70c1 !important;
}
.border-top-purple-100 {
  border-top-color: rgb(243.7, 240.7, 248.8) !important;
}
.border-bottom-purple-100 {
  border-bottom-color: rgb(243.7, 240.7, 248.8) !important;
}
.border-left-purple-100 {
  border-left-color: rgb(243.7, 240.7, 248.8) !important;
}
.border-right-purple-100 {
  border-right-color: rgb(243.7, 240.7, 248.8) !important;
}
.border-top-pink {
  border-top-color: #f35c86 !important;
}
.border-bottom-pink {
  border-bottom-color: #f35c86 !important;
}
.border-left-pink {
  border-left-color: #f35c86 !important;
}
.border-right-pink {
  border-right-color: #f35c86 !important;
}
.border-top-pink-100 {
  border-top-color: rgb(253.8, 238.7, 242.9) !important;
}
.border-bottom-pink-100 {
  border-bottom-color: rgb(253.8, 238.7, 242.9) !important;
}
.border-left-pink-100 {
  border-left-color: rgb(253.8, 238.7, 242.9) !important;
}
.border-right-pink-100 {
  border-right-color: rgb(253.8, 238.7, 242.9) !important;
}
.border-top-yellow {
  border-top-color: #ffd648 !important;
}
.border-bottom-yellow {
  border-bottom-color: #ffd648 !important;
}
.border-left-yellow {
  border-left-color: #ffd648 !important;
}
.border-right-yellow {
  border-right-color: #ffd648 !important;
}
.border-top-yellow-100 {
  border-top-color: rgb(255, 250.9, 236.7) !important;
}
.border-bottom-yellow-100 {
  border-bottom-color: rgb(255, 250.9, 236.7) !important;
}
.border-left-yellow-100 {
  border-left-color: rgb(255, 250.9, 236.7) !important;
}
.border-right-yellow-100 {
  border-right-color: rgb(255, 250.9, 236.7) !important;
}
html {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
body {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.page-content {
  display: flex;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  min-width: 0;
}
.content {
  padding: 1rem 1rem;
  flex-grow: 1;
}
.content::after {
  display: block;
  clear: both;
  content: "";
}
.content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: no-preference) {
  .content-inner {
    scroll-behavior: smooth;
  }
}
.layout-static,
.layout-static body,
.layout-static .page-content {
  overflow: visible;
}
.btn-to-top {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  align-self: flex-end;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-to-top {
    transition: none;
  }
}
.btn-to-top-visible {
  visibility: visible;
  opacity: 1;
}
.navbar + .btn-to-top {
  bottom: 4.112rem;
}
.navbar + .navbar + .btn-to-top {
  bottom: 7.224rem;
}
.page-title {
  padding: 2rem 0;
  position: relative;
}
.page-title small {
  display: inline-block;
  margin-left: 0.5rem;
}
.page-title small:before {
  content: "/";
  margin-right: 0.75rem;
}
.page-title small.d-block {
  margin-left: 0;
}
.page-title small.d-block:before {
  content: none;
}
.page-title small.d-block,
.page-title .breadcrumb {
  margin-left: 1.75rem;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  margin: 0;
}
.page-header-content {
  position: relative;
  padding: 0 1rem;
}
.page-header-light {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.page-header-light.has-cover {
  background: url(/assets/images/backgrounds/seamless.png);
}
.page-header-dark {
  background-color: #273246;
  color: #fff;
}
.page-header-dark > .breadcrumb > li > a,
.page-header-dark > .breadcrumb > li + li:before,
.page-header-dark .page-header-content .breadcrumb > li > a,
.page-header-dark .page-header-content .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.9);
}
.page-header-dark > .breadcrumb > li > a:hover,
.page-header-dark > .breadcrumb > li > a:focus,
.page-header-dark .page-header-content .breadcrumb > li > a:hover,
.page-header-dark .page-header-content .breadcrumb > li > a:focus {
  color: #fff;
  opacity: 1;
}
.page-header-dark > .breadcrumb > .active,
.page-header-dark .page-header-content .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.5);
}
.page-header-dark.has-cover {
  background: url(/assets/images/login_cover.jpg);
  background-size: cover;
}
.page-header-static {
  z-index: 1021;
}
.sidebar {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 18.75rem;
  position: fixed;
  top: 0;
  bottom: 0;
  box-sizing: content-box;
}
.sidebar-main,
.sidebar-secondary {
  left: -20.625rem;
  box-shadow: 0.25rem 0 1rem rgba(0, 0, 0, 0.35);
}
.sidebar-right {
  right: -20.625rem;
  box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.35);
}
.sidebar-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sidebar-section {
  position: relative;
  flex-shrink: 0;
}
.sidebar-section .form-group:last-child {
  margin-bottom: 0;
}
.sidebar-section-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
}
.sidebar-section-body {
  position: relative;
  padding: 1.25rem 1.25rem;
}
.sidebar-resize-show {
  display: none;
}
.btn-sidebar-expand {
  display: none;
  border-width: 0;
  border-radius: 0;
  padding: 0.25rem;
}
.sidebar-mobile-expanded.sidebar-main,
.sidebar-mobile-expanded.sidebar-secondary {
  left: 0;
}
.sidebar-mobile-expanded.sidebar-right {
  right: 0;
}
.sidebar-mobile-expanded.sidebar-component {
  display: block;
}
.sidebar-user img {
  height: 2.375rem;
  width: 2.375rem;
  margin-top: -0.0755rem;
  margin-bottom: -0.0755rem;
}
.nav-sidebar {
  flex-direction: column;
}
.nav-sidebar .nav-item:not(.nav-item-header):first-child {
  padding-top: 0.5rem;
}
.nav-sidebar .nav-item:not(.nav-item-header):last-child {
  padding-bottom: 0.5rem;
}
.nav-sidebar .nav-item:not(.nav-item-divider) {
  margin-bottom: 1px;
}
.nav-sidebar .nav-item:not(.nav-item-divider):last-child {
  margin-bottom: 0;
}
.nav-sidebar > .nav-item > .nav-link {
  font-weight: 400;
}
.nav-sidebar .nav-link {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0.75rem 1.25rem;
  transition: background-color ease-in-out 0.15s, color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .nav-sidebar .nav-link {
    transition: none;
  }
}
.nav-sidebar .nav-link i {
  margin-right: 1.25rem;
  margin-top: 0.056rem;
  margin-bottom: 0.056rem;
  top: 0;
}
.nav-sidebar .nav-link .badge {
  transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .nav-sidebar .nav-link .badge {
    transition: none;
  }
}
.nav-sidebar .nav-link.disabled,
.nav-sidebar .nav-link.disabled:hover,
.nav-sidebar .nav-link.disabled:focus {
  background-color: transparent;
  opacity: 0.5;
}
.nav-sidebar .nav-item-header {
  padding: 0.75rem 1.25rem;
}
.nav-sidebar .nav-item-header > i {
  display: none;
}
.nav-sidebar .nav-item-divider {
  margin: 0.5rem 0;
  height: 1px;
}
.nav-item-submenu > .nav-link {
  padding-right: 2.75rem;
}
.nav-item-submenu > .nav-link:after {
  content: "\e9c3";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 0.75rem;
  margin-top: 0.056rem;
  right: 1.25rem;
  transition: transform 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (prefers-reduced-motion: reduce) {
  .nav-item-submenu > .nav-link:after {
    transition: none;
  }
}
[dir=rtl] .nav-item-submenu > .nav-link:after {
  content: "\e9c0";
}
.nav-item-submenu.nav-item-open > .nav-link:after {
  transform: rotate(90deg);
}
.nav-group-sub {
  display: block;
}
.nav-item:not(.nav-item-expanded) > .nav-group-sub {
  display: none;
}
.nav-group-sub .nav-link {
  padding: 0.625rem 1.25rem 0.625rem 3.5rem;
}
.nav-group-sub .nav-group-sub .nav-link {
  padding-left: 4.75rem;
}
.nav-group-sub .nav-group-sub .nav-group-sub .nav-link {
  padding-left: 6rem;
}
.nav-group-sub .nav-item-submenu > .nav-link:after {
  top: 0.625rem;
}
.nav-scrollspy .nav-link.active + .nav,
.nav-scrollspy .nav-item-open .nav-link:not(.active) + .nav {
  display: block;
}
.nav-scrollspy .nav-link.active:after {
  transform: rotate(90deg);
}
.nav-sidebar-icons-reverse .nav-link {
  padding-right: 3.5rem;
}
.nav-sidebar-icons-reverse .nav-link i {
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  margin-right: 0;
}
.nav-sidebar-icons-reverse .nav-item-submenu .nav-link {
  padding-right: 4.5rem;
}
.nav-sidebar-icons-reverse .nav-item-submenu .nav-link:after {
  right: 3.25rem;
}
.nav-sidebar-icons-reverse .nav-group-sub .nav-link {
  padding-left: 2.5rem;
}
.nav-sidebar-icons-reverse .nav-group-sub .nav-link i {
  top: 0.625rem;
}
.nav-sidebar-icons-reverse .nav-group-sub .nav-group-sub .nav-link {
  padding-left: 3.75rem;
}
.nav-sidebar-icons-reverse .nav-group-sub .nav-group-sub .nav-group-sub .nav-link {
  padding-left: 5rem;
}
.nav-sidebar-bordered > .nav-item:not(.nav-item-divider) {
  margin-bottom: 0;
}
.sidebar-dark .nav-sidebar-bordered > .nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-dark .nav-sidebar-bordered > .nav-item-header {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}
.sidebar-light .nav-sidebar-bordered > .nav-item {
  border-top: 1px solid #eee;
}
.sidebar-light .nav-sidebar-bordered > .nav-item-header {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  margin: 0;
}
.sidebar-dark {
  background-color: #252b36;
  color: #fff;
}
.sidebar-dark .nav-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.sidebar-dark .nav-sidebar .nav-link:not(.disabled):hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-dark .nav-sidebar .nav-item > .nav-link.active {
  background-color: rgb(88.8406593407, 103.2472527473, 129.6593406593);
  color: #fff;
}
.sidebar-dark .nav-sidebar .nav-item-open > .nav-link:not(.disabled),
.sidebar-dark .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar-dark .nav-sidebar > .nav-item > .nav-link.active {
  background-color: rgb(88.8406593407, 103.2472527473, 129.6593406593);
  color: #fff;
}
.sidebar-dark .nav-sidebar .nav-item-header {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark .nav-sidebar .nav-item-divider {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-dark .nav-sidebar > .nav-item-submenu > .nav-group-sub {
  background-color: rgba(0, 0, 0, 0.15);
}
.sidebar-dark .sidebar-section-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-dark .btn-sidebar-expand {
  background-color: #252b36;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar-dark .btn-sidebar-expand:hover,
.sidebar-dark .btn-sidebar-expand:focus {
  background-color: rgb(47.3681318681, 55.0494505495, 69.1318681319);
}
.sidebar-dark .btn-sidebar-expand:not([disabled]):not(.disabled):active {
  background-color: rgb(52.5521978022, 61.0741758242, 76.6978021978);
}
.sidebar-light {
  background-color: #fff;
  color: #333;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.sidebar-light.sidebar-right {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.sidebar-light .nav-sidebar .nav-link {
  color: #333;
}
.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
  color: #333;
  background-color: #eee;
}
.sidebar-light .nav-sidebar .nav-item > .nav-link.active {
  background-color: rgb(232.8, 244.5, 253.8);
  color: #2196F3;
}
.sidebar-light .nav-sidebar .nav-item-open > .nav-link:not(.disabled),
.sidebar-light .nav-sidebar > .nav-item-expanded > .nav-link {
  background-color: #eee;
  color: #333;
}
.sidebar-light .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #eee;
  color: #333;
}
.sidebar-light .nav-sidebar .nav-item-header {
  color: rgba(51, 51, 51, 0.5);
}
.sidebar-light .nav-sidebar .nav-item-divider {
  background-color: rgba(0, 0, 0, 0.125);
}
.sidebar-light .nav-sidebar > .nav-item-submenu > .nav-group-sub {
  background-color: transparent;
}
.sidebar-light .sidebar-section-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sidebar-light .btn-sidebar-expand {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.125);
  color: #333;
}
.sidebar-light .btn-sidebar-expand:hover,
.sidebar-light .btn-sidebar-expand:focus {
  background-color: rgb(242.25, 242.25, 242.25);
}
.sidebar-light .btn-sidebar-expand:not([disabled]):not(.disabled):active {
  background-color: rgb(235.875, 235.875, 235.875);
}
.sidebar-component {
  display: none;
  position: static;
  width: 100%;
  border: 1px solid transparent;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sidebar-component.sidebar-dark {
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-component.sidebar-light {
  border-color: rgba(0, 0, 0, 0.125);
}
.sidebar-sections {
  background-color: transparent;
  border: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
@media (min-width: 576px) {
  .sidebar-expand-sm {
    position: static;
  }
  .sidebar-expand-sm.sidebar-collapsed {
    width: auto;
  }
  .sidebar-expand-sm.sidebar-collapsed .btn-sidebar-expand {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sidebar-expand-sm.sidebar-collapsed > *:not(.btn-sidebar-expand) {
    display: none !important;
  }
  .sidebar-expand-sm.sidebar-main {
    z-index: 99;
    box-shadow: none;
  }
  .sidebar-expand-sm.sidebar-main-resized {
    position: absolute;
    left: 0;
    transition: none;
  }
  .sidebar-expand-sm.sidebar-main-resized + * {
    margin-left: 3rem;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) {
    width: 3rem;
    overflow: hidden;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-title,
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-group-sub,
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link > span,
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > div {
    display: none !important;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-section-body {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media {
    justify-content: center;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:not(:first-child) {
    display: none !important;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:first-child {
    margin-right: 0 !important;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-hide {
    display: none;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-show {
    display: block;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header,
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link,
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header > * {
    margin: 0 !important;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i,
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header i {
    position: static;
    display: block;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link:after {
    content: none;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i {
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
    display: flex;
  }
  .sidebar-expand-sm.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > i {
    margin-top: 0.056rem;
    margin-bottom: 0.056rem;
  }
  .sidebar-expand-sm.sidebar-main-resized.sidebar-main-unfold {
    width: 18.75rem;
    z-index: 1022;
    box-shadow: 0.25rem 0 1rem rgba(0, 0, 0, 0.35);
  }
  .sidebar-expand-sm.sidebar-secondary {
    z-index: 98;
    box-shadow: none;
  }
  .sidebar-expand-sm.sidebar-right {
    z-index: 97;
    box-shadow: none;
  }
  .sidebar-expand-sm.sidebar-component {
    display: flex;
    width: 18.75rem;
    z-index: 96;
  }
  .sidebar-expand-sm.sidebar-component-left {
    margin-right: 1rem;
  }
  .sidebar-expand-sm.sidebar-component-right {
    margin-left: 1rem;
  }
  .sidebar-expand-sm.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  }
  @supports (position: sticky) {
    .sidebar-expand-sm.sidebar-sticky {
      position: sticky;
      top: 1rem;
      z-index: 1020;
    }
  }
}
@media (max-width: 575.98px) {
  .sidebar-expand-sm {
    z-index: 1040;
    transition: left ease-in-out 0.15s, right ease-in-out 0.15s;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .sidebar-expand-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .sidebar-expand-sm:not(.sidebar-component) {
    border: 0;
  }
}
@media (min-width: 769px) {
  .sidebar-expand-md {
    position: static;
  }
  .sidebar-expand-md.sidebar-collapsed {
    width: auto;
  }
  .sidebar-expand-md.sidebar-collapsed .btn-sidebar-expand {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sidebar-expand-md.sidebar-collapsed > *:not(.btn-sidebar-expand) {
    display: none !important;
  }
  .sidebar-expand-md.sidebar-main {
    z-index: 99;
    box-shadow: none;
  }
  .sidebar-expand-md.sidebar-main-resized {
    position: absolute;
    left: 0;
    transition: none;
  }
  .sidebar-expand-md.sidebar-main-resized + * {
    margin-left: 3rem;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) {
    width: 3rem;
    overflow: hidden;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-title,
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-group-sub,
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link > span,
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > div {
    display: none !important;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-section-body {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media {
    justify-content: center;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:not(:first-child) {
    display: none !important;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:first-child {
    margin-right: 0 !important;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-hide {
    display: none;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-show {
    display: block;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header,
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link,
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header > * {
    margin: 0 !important;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i,
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header i {
    position: static;
    display: block;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link:after {
    content: none;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i {
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
    display: flex;
  }
  .sidebar-expand-md.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > i {
    margin-top: 0.056rem;
    margin-bottom: 0.056rem;
  }
  .sidebar-expand-md.sidebar-main-resized.sidebar-main-unfold {
    width: 18.75rem;
    z-index: 1022;
    box-shadow: 0.25rem 0 1rem rgba(0, 0, 0, 0.35);
  }
  .sidebar-expand-md.sidebar-secondary {
    z-index: 98;
    box-shadow: none;
  }
  .sidebar-expand-md.sidebar-right {
    z-index: 97;
    box-shadow: none;
  }
  .sidebar-expand-md.sidebar-component {
    display: flex;
    width: 18.75rem;
    z-index: 96;
  }
  .sidebar-expand-md.sidebar-component-left {
    margin-right: 1rem;
  }
  .sidebar-expand-md.sidebar-component-right {
    margin-left: 1rem;
  }
  .sidebar-expand-md.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  }
  @supports (position: sticky) {
    .sidebar-expand-md.sidebar-sticky {
      position: sticky;
      top: 1rem;
      z-index: 1020;
    }
  }
}
@media (max-width: 768.98px) {
  .sidebar-expand-md {
    z-index: 1040;
    transition: left ease-in-out 0.15s, right ease-in-out 0.15s;
  }
}
@media (max-width: 768.98px) and (prefers-reduced-motion: reduce) {
  .sidebar-expand-md {
    transition: none;
  }
}
@media (max-width: 768.98px) {
  .sidebar-expand-md:not(.sidebar-component) {
    border: 0;
  }
}
@media (min-width: 992px) {
  .sidebar-expand-lg {
    position: static;
  }
  .sidebar-expand-lg.sidebar-collapsed {
    width: auto;
  }
  .sidebar-expand-lg.sidebar-collapsed .btn-sidebar-expand {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sidebar-expand-lg.sidebar-collapsed > *:not(.btn-sidebar-expand) {
    display: none !important;
  }
  .sidebar-expand-lg.sidebar-main {
    z-index: 99;
    box-shadow: none;
  }
  .sidebar-expand-lg.sidebar-main-resized {
    position: absolute;
    left: 0;
    transition: none;
  }
  .sidebar-expand-lg.sidebar-main-resized + * {
    margin-left: 3rem;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) {
    width: 3rem;
    overflow: hidden;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-title,
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-group-sub,
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link > span,
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > div {
    display: none !important;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-section-body {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media {
    justify-content: center;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:not(:first-child) {
    display: none !important;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:first-child {
    margin-right: 0 !important;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-hide {
    display: none;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-show {
    display: block;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header,
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link,
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header > * {
    margin: 0 !important;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i,
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header i {
    position: static;
    display: block;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link:after {
    content: none;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i {
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
    display: flex;
  }
  .sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > i {
    margin-top: 0.056rem;
    margin-bottom: 0.056rem;
  }
  .sidebar-expand-lg.sidebar-main-resized.sidebar-main-unfold {
    width: 18.75rem;
    z-index: 1022;
    box-shadow: 0.25rem 0 1rem rgba(0, 0, 0, 0.35);
  }
  .sidebar-expand-lg.sidebar-secondary {
    z-index: 98;
    box-shadow: none;
  }
  .sidebar-expand-lg.sidebar-right {
    z-index: 97;
    box-shadow: none;
  }
  .sidebar-expand-lg.sidebar-component {
    display: flex;
    width: 18.75rem;
    z-index: 96;
  }
  .sidebar-expand-lg.sidebar-component-left {
    margin-right: 1rem;
  }
  .sidebar-expand-lg.sidebar-component-right {
    margin-left: 1rem;
  }
  .sidebar-expand-lg.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  }
  @supports (position: sticky) {
    .sidebar-expand-lg.sidebar-sticky {
      position: sticky;
      top: 1rem;
      z-index: 1020;
    }
  }
}
@media (max-width: 991.98px) {
  .sidebar-expand-lg {
    z-index: 1040;
    transition: left ease-in-out 0.15s, right ease-in-out 0.15s;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .sidebar-expand-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .sidebar-expand-lg:not(.sidebar-component) {
    border: 0;
  }
}
@media (min-width: 1200px) {
  .sidebar-expand-xl {
    position: static;
  }
  .sidebar-expand-xl.sidebar-collapsed {
    width: auto;
  }
  .sidebar-expand-xl.sidebar-collapsed .btn-sidebar-expand {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sidebar-expand-xl.sidebar-collapsed > *:not(.btn-sidebar-expand) {
    display: none !important;
  }
  .sidebar-expand-xl.sidebar-main {
    z-index: 99;
    box-shadow: none;
  }
  .sidebar-expand-xl.sidebar-main-resized {
    position: absolute;
    left: 0;
    transition: none;
  }
  .sidebar-expand-xl.sidebar-main-resized + * {
    margin-left: 3rem;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) {
    width: 3rem;
    overflow: hidden;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-title,
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-group-sub,
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link > span,
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > div {
    display: none !important;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-section-body {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media {
    justify-content: center;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:not(:first-child) {
    display: none !important;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:first-child {
    margin-right: 0 !important;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-hide {
    display: none;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-show {
    display: block;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header,
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link,
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header > * {
    margin: 0 !important;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i,
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header i {
    position: static;
    display: block;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link:after {
    content: none;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i {
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
    display: flex;
  }
  .sidebar-expand-xl.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > i {
    margin-top: 0.056rem;
    margin-bottom: 0.056rem;
  }
  .sidebar-expand-xl.sidebar-main-resized.sidebar-main-unfold {
    width: 18.75rem;
    z-index: 1022;
    box-shadow: 0.25rem 0 1rem rgba(0, 0, 0, 0.35);
  }
  .sidebar-expand-xl.sidebar-secondary {
    z-index: 98;
    box-shadow: none;
  }
  .sidebar-expand-xl.sidebar-right {
    z-index: 97;
    box-shadow: none;
  }
  .sidebar-expand-xl.sidebar-component {
    display: flex;
    width: 18.75rem;
    z-index: 96;
  }
  .sidebar-expand-xl.sidebar-component-left {
    margin-right: 1rem;
  }
  .sidebar-expand-xl.sidebar-component-right {
    margin-left: 1rem;
  }
  .sidebar-expand-xl.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  }
  @supports (position: sticky) {
    .sidebar-expand-xl.sidebar-sticky {
      position: sticky;
      top: 1rem;
      z-index: 1020;
    }
  }
}
@media (max-width: 1199.98px) {
  .sidebar-expand-xl {
    z-index: 1040;
    transition: left ease-in-out 0.15s, right ease-in-out 0.15s;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .sidebar-expand-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .sidebar-expand-xl:not(.sidebar-component) {
    border: 0;
  }
}
.sidebar-expand {
  position: static;
  z-index: 1040;
  transition: left ease-in-out 0.15s, right ease-in-out 0.15s;
}
.sidebar-expand.sidebar-collapsed {
  width: auto;
}
.sidebar-expand.sidebar-collapsed .btn-sidebar-expand {
  display: flex;
  align-items: center;
  height: 100%;
}
.sidebar-expand.sidebar-collapsed > *:not(.btn-sidebar-expand) {
  display: none !important;
}
.sidebar-expand.sidebar-main {
  z-index: 99;
  box-shadow: none;
}
.sidebar-expand.sidebar-main-resized {
  position: absolute;
  left: 0;
  transition: none;
}
.sidebar-expand.sidebar-main-resized + * {
  margin-left: 3rem;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) {
  width: 3rem;
  overflow: hidden;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-title,
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-group-sub,
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link > span,
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > div {
  display: none !important;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-section-body {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media {
  justify-content: center;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:not(:first-child) {
  display: none !important;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-user .media > *:first-child {
  margin-right: 0 !important;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-hide {
  display: none;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-resize-show {
  display: block;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header,
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link,
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .sidebar-main-header > * {
  margin: 0 !important;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i,
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header i {
  position: static;
  display: block;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link:after {
  content: none;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-link i {
  margin-left: 0;
  margin-right: 0;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header {
  display: flex;
}
.sidebar-expand.sidebar-main-resized:not(.sidebar-main-unfold) .nav-sidebar .nav-item-header > i {
  margin-top: 0.056rem;
  margin-bottom: 0.056rem;
}
.sidebar-expand.sidebar-main-resized.sidebar-main-unfold {
  width: 18.75rem;
  z-index: 1022;
  box-shadow: 0.25rem 0 1rem rgba(0, 0, 0, 0.35);
}
.sidebar-expand.sidebar-secondary {
  z-index: 98;
  box-shadow: none;
}
.sidebar-expand.sidebar-right {
  z-index: 97;
  box-shadow: none;
}
.sidebar-expand.sidebar-component {
  display: flex;
  width: 18.75rem;
  z-index: 96;
}
.sidebar-expand.sidebar-component-left {
  margin-right: 1rem;
}
.sidebar-expand.sidebar-component-right {
  margin-left: 1rem;
}
.sidebar-expand.sidebar-dark:not(.sidebar-component) + .sidebar-dark:not(.sidebar-component) {
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset;
}
@supports (position: sticky) {
  .sidebar-expand.sidebar-sticky {
    position: sticky;
    top: 1rem;
    z-index: 1020;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-expand {
    transition: none;
  }
}
.sidebar-expand:not(.sidebar-component) {
  border: 0;
}
.sidebar-dark .nav-tabs .nav-item.show .nav-link:not(.active) {
  color: #fff;
}
.sidebar-light .nav-tabs:not(.nav-tabs-bottom) .nav-link.active {
  background-color: #fff;
}
.row-tile div[class*=col] .btn {
  border-radius: 0;
}
.row-tile div[class*=col]:first-child .btn:first-child {
  border-top-left-radius: 0.25rem;
}
.row-tile div[class*=col]:first-child .btn:last-child {
  border-bottom-left-radius: 0.25rem;
}
.row-tile div[class*=col]:last-child .btn:first-child {
  border-top-right-radius: 0.25rem;
}
.row-tile div[class*=col]:last-child .btn:last-child {
  border-bottom-right-radius: 0.25rem;
}
.row-tile div[class*=col] .btn + .btn {
  border-top: 0;
}
.row-tile div[class*=col] + div[class*=col] .btn {
  border-left: 0;
}
.layout-boxed-bg {
  background: url(/assets/images/backgrounds/boxed_bg.png) repeat;
}
.layout-boxed {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  box-shadow: -4px 2px 4px rgba(0, 0, 0, 0.15), 4px 2px 4px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .layout-boxed,
  .layout-boxed > .navbar {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .layout-boxed,
  .layout-boxed > .navbar {
    width: 1200px;
  }
}
.layout-boxed .page-content {
  background-color: #f5f5f5;
}
input[type=text][data-fouc] {
  height: calc(1.2715em + 0.875rem + 2px);
  opacity: 0;
}
input[type=text].form-control-lg[data-fouc] {
  height: calc(1.1667em + 1.125rem + 2px);
}
input[type=text].form-control-sm[data-fouc] {
  height: calc(1.3924em + 0.625rem + 2px);
}
select[data-fouc]:not([aria-hidden=false]) {
  height: calc(1.2715em + 0.875rem + 2px);
  opacity: 0;
}
select.form-control-lg[data-fouc]:not([aria-hidden=false]) {
  height: calc(1.1667em + 1.125rem + 2px);
}
select.form-control-sm[data-fouc]:not([aria-hidden=false]) {
  height: calc(1.3924em + 0.625rem + 2px);
}
.wizard-form[data-fouc] {
  opacity: 0;
}
.wizard-form[data-fouc].wizard {
  opacity: 1;
}
.wizard-form[data-fouc]:not(.wizard) {
  padding-top: 5.987rem;
  padding-bottom: 3.112rem;
}
.wizard-form[data-fouc]:not(.wizard) fieldset:not(:first-of-type),
.wizard-form[data-fouc]:not(.wizard) h6 {
  display: none;
}
input[type=text].colorpicker-flat-full[data-fouc] {
  height: 285px;
}
pre[data-fouc]:not(.ace_editor) {
  height: 450px;
}
pre[data-fouc].ace_editor {
  visibility: visible;
}
.noui-pips-height-helper:not(.noUi-target)[data-fouc] {
  height: 2.487rem;
}
.noui-pips-height-helper.noui-slider-lg:not(.noUi-target)[data-fouc] {
  height: 2.612rem;
}
.noui-pips-height-helper.noui-slider-sm:not(.noUi-target)[data-fouc] {
  height: 2.362rem;
}
.noui-vertical-height-helper:not(.noUi-target)[data-fouc] {
  display: inline-block;
  height: 10rem;
}
input[type=text].ion-height-helper[data-fouc] {
  height: 3.25rem;
}
input[type=text].ion-pips-height-helper[data-fouc] {
  height: 5.375rem;
}
input[type=text].noui-height-helper:not(.noUi-target)[data-fouc] {
  height: 0.375rem;
}
.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  padding: 0.4375rem 0;
  line-height: 1.2715;
  color: #333;
  background-color: #fff;
  position: relative;
  border: 1px solid #ddd;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.25rem;
}
.select2-container--focus:not(.select2-container--disabled) .select2-selection--single,
.select2-container--open .select2-selection--single {
  border-color: #2196F3;
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0.875rem;
  padding-right: 2.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
  margin-right: 0.5rem;
}
.select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  margin-top: 0.056rem;
  margin-left: 0.5rem;
  opacity: 0.75;
  transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .select2-selection--single .select2-selection__clear {
    transition: none;
  }
}
.select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
}
.select2-selection--single .select2-selection__clear:after {
  content: "\ed6b";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-selection--single .select2-selection__arrow:after {
  content: "\e9c1";
  font-family: "icomoon";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--disabled .select2-selection--single {
  cursor: default;
  color: #999;
  background-color: #fafafa;
  border-color: #ddd;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-selection--multiple {
  display: block;
  border: 1px solid #ddd;
  cursor: text;
  background-color: #fff;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.25rem;
}
.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple,
.select2-container--open .select2-selection--multiple {
  border-color: #2196F3;
}
.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 0.125rem 0.125rem 0.125rem;
  width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999;
}
.select2-container--disabled .select2-selection--multiple {
  background-color: #fafafa;
  border-color: #ddd;
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
  cursor: default;
}
.select2-selection--multiple .select2-selection__choice {
  background-color: rgb(41.4, 69.6, 82.8);
  color: #fff;
  cursor: default;
  float: left;
  margin-right: 0.125rem;
  margin-top: 0.125rem;
  padding: 0.3125rem 0.875rem;
  white-space: normal;
  word-break: break-all;
  border-radius: 0.25rem;
  transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .select2-selection--multiple .select2-selection__choice {
    transition: none;
  }
}
.select2-selection--multiple .select2-selection__choice:hover,
.select2-selection--multiple .select2-selection__choice:focus {
  background-color: rgb(41.4, 69.6, 82.8);
  color: #fff;
}
.select2-selection--multiple .select2-selection__choice > i {
  margin-right: 0.5rem;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  float: right;
  font-size: 1.25rem;
  margin-top: -0.069rem;
  line-height: 1;
  margin-left: 0.5rem;
  opacity: 0.75;
  transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    transition: none;
  }
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  opacity: 0.6;
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice:hover,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice:focus {
  background-color: rgb(41.4, 69.6, 82.8);
  color: #fff;
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-selection--multiple .select2-search--inline {
  float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 0.125rem;
  padding: 0.3125rem 0;
  background-color: transparent;
  border-width: 0;
  outline: 0;
  color: inherit;
  margin-left: 0.25rem;
  -webkit-appearance: textfield;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
  color: #999;
}
.select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
  margin-left: 0;
  padding-left: 0.75rem;
}
.select2-dropdown {
  background-color: #fff;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1070;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  padding-bottom: 0.5rem;
  max-height: 280px;
  overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
  padding-top: 0.5rem;
}
.select2-results:first-child > .select2-results__options {
  padding-top: 0.5rem;
}
.select2-results__option {
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .select2-results__option {
    transition: none;
  }
}
.select2-results__option + .select2-results__option {
  margin-top: 1px;
}
.select2-results__option i {
  margin-right: 0.5rem;
}
.select2-results__option i.icon-undefined {
  display: none;
}
.select2-results__option[role=group] {
  padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
  background-color: #eee;
  color: #333;
}
.select2-results__option[aria-disabled=true] {
  color: #999;
  cursor: default;
}
.select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: #2196F3;
}
.select2-results__options--nested > .select2-results__option {
  padding-left: 2rem;
  padding-right: 2rem;
}
.select2-results__group {
  display: block;
  padding: 0.5rem 1rem;
  cursor: default;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.select2-results__option:first-child > .select2-results__group {
  margin-top: 0;
}
.select2-results__message {
  color: #999;
  cursor: default;
}
.select2-results__option.loading-results {
  padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
  margin-top: 0.5rem;
}
.select2-results__option--load-more {
  text-align: center;
  margin-top: 0.5rem;
  cursor: default;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 1rem;
}
.select2-search--dropdown:after {
  content: "\e98e";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 1.875rem;
  color: inherit;
  display: block;
  font-size: 0.875rem;
  margin-top: -0.4375rem;
  line-height: 1;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
  padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
  padding: 0.4375rem 0.875rem;
  padding-left: 2.625rem;
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  outline: 0;
  width: 100%;
  border-radius: 0.25rem;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select-lg.select2-selection--single {
  padding: 0.5625rem 0;
  font-size: 0.9375rem;
  line-height: 1.1667;
}
.select-lg.select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  padding-right: 2.5rem;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 1rem;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 0.4375rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.1667;
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0.4375rem 0;
  font-size: 0.9375rem;
  line-height: 1.1667;
}
.select-sm.select2-selection--single {
  padding: 0.3125rem 0;
  font-size: 0.8125rem;
  line-height: 1.3924;
}
.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
  padding-right: 2.375rem;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
  right: 0.75rem;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 0.1875rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.3924;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0.1875rem 0;
  font-size: 0.8125rem;
  line-height: 1.3924;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important;
}
.select2-result-repository {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 0.9375rem;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 50rem;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 0.8125rem;
}
.select2-result-repository__description {
  font-size: 0.8125rem;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 0.9375rem;
}
.multiselect-native-select {
  position: relative;
  display: block;
}
.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0 !important;
  left: 0;
  top: 0;
  display: none;
}
.multiselect {
  text-align: left;
  padding-left: 0.875rem;
  padding-right: 2.375rem;
  text-transform: none;
  background-color: #fff;
  border-color: #ddd;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiselect:after {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  margin-top: -0.5rem;
}
.multiselect:not([class*=font-weight-]) {
  font-weight: 400;
}
.multiselect:focus,
.show > .multiselect.dropdown-toggle {
  border-color: #2196F3;
}
.multiselect.disabled {
  background-color: #fafafa;
  color: #999;
}
.multiselect.btn-lg,
.btn-group-lg > .multiselect.btn {
  padding-left: 1rem;
  padding-right: 2.5rem;
}
.multiselect.btn-lg:after,
.btn-group-lg > .multiselect.btn:after {
  right: 1rem;
}
.multiselect.btn-sm,
.btn-group-sm > .multiselect.btn {
  padding-left: 0.75rem;
  padding-right: 2.25rem;
}
.multiselect.btn-sm:after,
.btn-group-sm > .multiselect.btn:after {
  right: 0.75rem;
}
.multiselect-container {
  max-height: 280px;
  overflow-y: auto;
  width: 100%;
}
.multiselect-group {
  font-weight: 500;
}
.multiselect-item + .multiselect-group {
  margin-top: 0.5rem;
}
.multiselect-group.disabled {
  color: #999;
  cursor: default;
}
.multiselect-all {
  font-weight: 500;
}
.multiselect-filter {
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.multiselect-group-option-indented .dropdown-item {
  padding-left: 2rem;
}
.input-group .multiselect-native-select {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.input-group .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .multiselect:focus,
.input-group .show > .multiselect {
  z-index: 3;
}
.form-group-float-label {
  position: relative;
  top: 0.4375rem;
  opacity: 0;
}
.form-group-float-label.is-visible {
  top: 0;
  opacity: 1;
}
.form-group-float-label.animate {
  transition: all linear 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .form-group-float-label.animate {
    transition: none;
  }
}
.tokenfield {
  height: auto;
}
.tokenfield::after {
  display: block;
  clear: both;
  content: "";
}
.tokenfield.form-control:not(input) {
  padding: 0 0 0.125rem 0;
}
.tokenfield.focus {
  border-color: #2196F3;
}
.tokenfield .token {
  margin: 0.125rem 0 0 0.125rem;
  cursor: default;
  float: left;
  position: relative;
  border-radius: 0.25rem;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .tokenfield .token {
    transition: none;
  }
}
.tokenfield .token:not([class*=bg-]) {
  background-color: #ddd;
  color: #333;
}
.tokenfield .token:not([class*=bg-]):hover,
.tokenfield .token:not([class*=bg-]):focus {
  background-color: #2196F3;
  color: #fff;
}
.tokenfield .token .token-label {
  display: block;
  max-width: none !important;
  padding: 0.3125rem 0.875rem;
  padding-right: 2.375rem;
}
.tokenfield .token > .close {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: inherit;
  right: 0.875rem;
  line-height: 1;
  margin-top: -0.375rem;
  transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .tokenfield .token > .close {
    transition: none;
  }
}
.tokenfield .token > .close:after {
  content: "\ed6a";
  font-family: "icomoon";
  display: block;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tokenfield .token > .close:hover {
  opacity: 1;
}
.tokenfield .twitter-typeahead {
  width: auto;
}
.tokenfield .token-input {
  direction: ltr;
  background: none;
  color: #333;
  width: 5.625rem !important;
  max-width: 50%;
  min-width: 4rem;
  padding: 0.3125rem 0.875rem;
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  border: 0;
  outline: 0;
}
.tokenfield.readonly .token .token-label {
  padding-right: 0.875rem;
}
.tokenfield.readonly .token .close {
  display: none;
}
.tokenfield.disabled {
  cursor: default;
}
.tokenfield.disabled .token,
.tokenfield.disabled .token .close {
  opacity: 0.5;
}
.tokenfield.disabled .token:hover,
.tokenfield.disabled .token:focus {
  background-color: #ddd;
  color: #333;
}
.tokenfield.disabled,
.tokenfield.disabled .token-input,
.tokenfield.disabled .token,
.tokenfield.disabled .token .close {
  cursor: default;
}
.input-group-lg .token > .token-label,
.input-group-lg .token > span,
.tokenfield.form-control-lg .token > .token-label,
.tokenfield.form-control-lg .token > span {
  padding: 0.4375rem 1rem;
  padding-right: 2.125rem;
}
.input-group-lg .token-input,
.tokenfield.form-control-lg .token-input {
  padding: 0.4375rem 1rem;
}
.input-group-lg .token > .close,
.tokenfield.form-control-lg .token > .close {
  right: 1rem;
}
.input-group-lg.readonly .token > .token-label,
.tokenfield.form-control-lg.readonly .token > .token-label {
  padding-right: 1rem;
}
.input-group-sm .token > .token-label,
.input-group-sm .token > span,
.tokenfield.form-control-sm .token > .token-label,
.tokenfield.form-control-sm .token > span {
  padding: 0.1875rem 0.75rem;
  padding-right: 1.875rem;
}
.input-group-sm .token-input,
.tokenfield.form-control-sm .token-input {
  padding: 0.1875rem 0.75rem;
}
.input-group-sm .token > .close,
.tokenfield.form-control-sm .token > .close {
  right: 0.75rem;
}
.input-group-sm.readonly .token > .token-label,
.tokenfield.form-control-sm.readonly .token > .token-label {
  padding-right: 0.75rem;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0 0 0.125rem 0;
  vertical-align: middle;
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.25rem;
}
.bootstrap-tagsinput.focus {
  border-color: #2196F3;
}
.bootstrap-tagsinput input {
  direction: ltr;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0.3125rem 0.875rem;
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #333;
  width: auto !important;
  max-width: 50%;
  min-width: 4rem;
  box-shadow: none;
}
.input-group .bootstrap-tagsinput {
  width: 1%;
  flex: 1 1 auto;
}
.bootstrap-tagsinput .twitter-typeahead {
  width: auto;
}
.bootstrap-tagsinput .tt-dropdown-menu {
  margin-top: 0.25rem;
  min-width: 12.5rem;
}
.bootstrap-tagsinput .tag {
  margin: 0.125rem 0 0 0.125rem;
  padding: 0.3125rem 0.875rem;
  padding-right: 2.375rem;
  float: left;
  position: relative;
  border-radius: 0.25rem;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-tagsinput .tag {
    transition: none;
  }
}
.bootstrap-tagsinput .tag:not([class*=bg-]) {
  background-color: #ddd;
  color: #333;
}
.bootstrap-tagsinput .tag:not([class*=bg-]):hover,
.bootstrap-tagsinput .tag:not([class*=bg-]):focus {
  background-color: #2196F3;
  color: #fff;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  line-height: 1;
  margin-top: -0.375rem;
  opacity: 0.7;
  transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-tagsinput .tag [data-role=remove] {
    transition: none;
  }
}
.bootstrap-tagsinput .tag [data-role=remove]:hover {
  opacity: 1;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "\ed6a";
  font-family: "icomoon";
  display: block;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: auto;
  max-width: none;
  padding: 0;
  margin-top: 0.125rem;
  top: 0;
  left: 0;
  z-index: 1070;
  display: none;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.daterangepicker.drop-up {
  margin-top: -0.5rem;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected,
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.daterangepicker .drp-calendar {
  display: none;
}
.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
  padding: 0.9375rem;
}
.daterangepicker .calendar-table .prev,
.daterangepicker .calendar-table .next {
  cursor: pointer;
}
.daterangepicker .calendar-table .prev span,
.daterangepicker .calendar-table .next span {
  border: solid #333;
  border-width: 0 0.125rem 0.125rem 0;
  border-radius: 0;
  display: inline-block;
  padding: 0.1875rem;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker th {
  font-weight: 400;
}
.daterangepicker th.month {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.daterangepicker td,
.daterangepicker th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding: 0.4375rem;
  min-width: 1.987rem;
  cursor: default;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  color: #333;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #999;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: transparent;
  color: #ccc;
}
.daterangepicker td.in-range {
  background-color: #eee;
  color: #333;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 0.25rem 0 0 0.25rem;
}
.daterangepicker td.end-date {
  border-radius: 0 0.25rem 0.25rem 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 0.25rem;
}
.daterangepicker td.active:not(.off),
.daterangepicker td.active:not(.off):hover {
  color: #fff;
  background-color: #26A69A;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #ccc;
  cursor: default;
}
.daterangepicker select {
  display: inline-block;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.3924;
  color: #333;
  vertical-align: middle;
  height: calc(1.3924em + 0.625rem + 2px);
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.875rem center/8px 10px no-repeat;
  border: 1px solid #ddd;
  padding: 0.3125rem 2.0625rem 0.3125rem 0.75rem;
  appearance: none;
  border-radius: 0.25rem;
  box-shadow: none;
  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) {
  .daterangepicker select {
    transition: none;
  }
}
.daterangepicker select:focus {
  border-color: #2196F3;
  outline: 0;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  margin: 0;
  cursor: default;
  width: 49%;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 0.9375rem auto 0 auto;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #999;
  background-color: #f5f5f5;
  cursor: default;
}
.daterangepicker .drp-buttons {
  clear: both;
  padding: 0.9375rem;
  border-top: 1px solid #ddd;
  display: none;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 0.5rem;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 0.8125rem;
  margin-right: auto;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
  padding: 0.5rem 0;
}
.daterangepicker .ranges:empty {
  display: none;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  color: #333;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}
.daterangepicker .ranges li:hover {
  color: #333;
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  color: #fff;
  background-color: #2196F3;
}
@media (max-width: 768.98px) {
  .daterangepicker {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .daterangepicker.opensleft,
  .daterangepicker.opensright {
    left: 0 !important;
    right: 0 !important;
  }
  .daterangepicker.opensleft .ranges,
  .daterangepicker.opensleft .calendar,
  .daterangepicker.opensleft .calendars,
  .daterangepicker.opensright .ranges,
  .daterangepicker.opensright .calendar,
  .daterangepicker.opensright .calendars {
    float: none;
  }
  .daterangepicker .calendar {
    margin-left: 0;
    margin-right: 0;
  }
  .daterangepicker .ranges {
    width: 100%;
  }
  .daterangepicker .drp-selected {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .daterangepicker.show-calendar.show-ranges .ranges {
    border-bottom: 1px solid #ddd;
  }
  .daterangepicker.show-calendar .drp-buttons {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .daterangepicker.show-ranges.single.rtl .drp-calendar.left,
  .daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
  }
  .daterangepicker.show-ranges.single.ltr .drp-calendar.left,
  .daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
  .daterangepicker .ranges {
    min-width: 12.5rem;
  }
}
.picker {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  z-index: 1070;
  -webkit-user-select: none;
  user-select: none;
}
.picker__input {
  cursor: default;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-width: 0;
  border-bottom-width: 0;
  min-width: 18rem;
  max-width: 20rem;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.picker--opened .picker__holder {
  max-height: 480px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  display: block;
}
.picker__box {
  padding: 0.9375rem;
}
.picker__header {
  text-align: center;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.picker__year {
  color: #999;
  font-size: 0.8125rem;
  font-weight: normal;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #ddd;
  padding: 0.4375rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.2715;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  outline: 0;
  white-space: nowrap;
  border-radius: 0.25rem;
}
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5rem;
  top: 50%;
  margin-top: -1rem;
  line-height: 1;
  border-radius: 0.25rem;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .picker__nav--prev,
  .picker__nav--next {
    transition: none;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  font-family: "icomoon";
  display: block;
  font-size: 1rem;
  width: 1rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #333;
  background-color: #eee;
}
.picker__nav--prev {
  left: 0;
}
.picker__nav--prev:before {
  content: "\e9c8";
}
[dir=rtl] .picker__nav--prev:before {
  content: "\e9cb";
}
.picker__nav--next {
  right: 0;
}
.picker__nav--next:before {
  content: "\e9cb";
}
[dir=rtl] .picker__nav--next:before {
  content: "\e9c8";
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background-color: transparent;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-bottom: 0.9375rem;
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  text-align: center;
  padding-bottom: 0.46875rem;
  padding-top: 0.9375rem;
  color: #999;
  font-weight: 400;
}
.picker__day {
  padding: 0.4375rem;
  min-width: 1.987rem;
  border-radius: 0.25rem;
}
.picker__day--today {
  position: relative;
  background-color: #eee;
}
.picker__day--today:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  width: 0;
  height: 0;
  border-top: 0.375rem solid #26A69A;
  border-left: 0.375rem solid transparent;
}
.picker__day--outfocus {
  color: #ccc;
}
.picker__day--infocus,
.picker__day--outfocus {
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .picker__day--infocus,
  .picker__day--outfocus {
    transition: none;
  }
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #333;
  background-color: #eee;
}
.picker__day--highlighted:before {
  border-top-color: #fff;
}
.picker__day--highlighted,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #fff;
  background-color: #26A69A;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #26A69A;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.picker__day--disabled:before {
  border-top-color: #999;
}
.picker__day--highlighted .picker__day--disabled,
.picker__day--highlighted .picker__day--disabled:hover {
  background-color: transparent;
}
.picker__footer {
  display: flex;
  justify-content: between;
}
.picker__footer button {
  color: #333;
  background-color: #f0f2f5;
  padding: 0.4375rem 0.875rem;
  border: 1px solid rgb(201.75, 208.85, 219.5);
  font-weight: 500;
  cursor: pointer;
  flex: 1;
  display: inline-block;
  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) {
  .picker__footer button {
    transition: none;
  }
}
.picker__footer button + button {
  margin-left: 0.5rem;
}
.picker__footer button:hover,
.picker__footer button:focus {
  outline: 0;
  color: #333;
  background-color: rgb(224.7, 228.74, 234.8);
  border-color: rgb(186.45, 195.59, 209.3);
}
.picker__footer button:active {
  color: #333;
  background-color: rgb(209.4, 215.48, 224.6);
  border-color: rgb(171.15, 182.33, 199.1);
}
.picker__footer button:before {
  height: 0;
}
.picker__footer button:disabled,
.picker__footer button:disabled:hover,
.picker__footer button:disabled:focus {
  background-color: transparent;
  color: #333;
  cursor: default;
}
.picker__button--today:before {
  content: "";
  margin-right: 0.5rem;
  position: relative;
  display: inline-block;
  top: -0.0625rem;
  width: 0;
  border-top: 0.375rem solid #2196F3;
  border-left: 0.375rem solid transparent;
}
.picker__button--close:before {
  content: "\d7";
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  top: 0.0625rem;
  line-height: 1;
  font-size: 1rem;
}
.picker__button--clear:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  width: 0.5rem;
  margin-right: 0.5rem;
  border-top: 0.125rem solid #ef5350;
}
.picker--time {
  min-width: 16rem;
  max-width: 20rem;
}
.picker--time .picker__box {
  padding: 0;
}
.picker__list {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  max-height: 250px;
  overflow-y: auto;
}
.picker__list-item {
  position: relative;
  padding: 0.5rem 1rem;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .picker__list-item {
    transition: none;
  }
}
.picker__list-item:hover,
.picker__list-item:focus {
  cursor: pointer;
  color: #333;
  background-color: #eee;
}
.picker--time .picker__button--clear {
  display: block;
  width: 100%;
  margin: 0;
  color: #333;
  background-color: #f0f2f5;
  padding: 0.4375rem 0.875rem;
  outline: 0;
  border: 0;
  border-top: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  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) {
  .picker--time .picker__button--clear {
    transition: none;
  }
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  background-color: rgb(224.7, 228.74, 234.8);
  color: #333;
}
.picker--time .picker__button--clear:active {
  background-color: rgb(209.4, 215.48, 224.6);
  color: #333;
}
.picker__list-item--highlighted,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #333;
  background-color: #eee;
}
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  color: #fff;
  background-color: #2196F3;
}
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  color: #999;
  background-color: transparent;
  cursor: default;
  z-index: auto;
}
.ui-pnotify {
  top: 1rem;
  right: 1rem;
  position: absolute;
  height: auto;
  z-index: 2;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
body > .ui-pnotify {
  position: fixed;
  z-index: 1070;
}
.ui-pnotify.alert-rounded > .ui-pnotify-container {
  border-radius: 50rem;
}
.ui-pnotify[class*=bg-] > .ui-pnotify-container {
  background-color: inherit;
  border-color: transparent;
  color: #fff;
}
.ui-pnotify[class*=text-] > .ui-pnotify-container,
.ui-pnotify[class$="-100"] > .ui-pnotify-container,
.ui-pnotify.alert-styled-custom > .ui-pnotify-container {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.ui-pnotify.stack-top-left,
.ui-pnotify.stack-bottom-left {
  left: 1rem;
  right: auto;
}
.ui-pnotify.stack-bottom-right,
.ui-pnotify.stack-bottom-left {
  bottom: 1rem;
  top: auto;
}
.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -10rem;
}
.ui-pnotify.stack-custom-right {
  top: auto;
  left: auto;
  bottom: 25%;
  right: 25%;
}
.ui-pnotify.stack-custom-left {
  top: 25%;
  left: 25%;
  right: auto;
  bottom: auto;
}
.ui-pnotify.stack-custom-top {
  right: 0;
  left: 0;
  top: 0;
}
.ui-pnotify.stack-custom-bottom {
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
}
.ui-pnotify.ui-pnotify-in {
  display: block !important;
}
.ui-pnotify.ui-pnotify-move {
  transition:
    left 0.5s ease,
    top 0.5s ease,
    right 0.5s ease,
    bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
  opacity: 0;
  transition: opacity linear 0.6s;
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  transition:
    opacity 0.6s linear,
    left 0.5s ease,
    top 0.5s ease,
    right 0.5s ease,
    bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
  opacity: 0;
  transition: opacity linear 0.4s;
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  transition:
    opacity 0.4s linear,
    left 0.5s ease,
    top 0.5s ease,
    right 0.5s ease,
    bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
  transition: opacity 0.2s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  transition:
    opacity 0.2s linear,
    left 0.5s ease,
    top 0.5s ease,
    right 0.5s ease,
    bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}
.ui-pnotify-container {
  padding: 1rem 1.25rem;
  height: 100%;
  position: relative;
  left: 0;
  margin: 0;
  border-radius: 0.25rem;
}
.ui-pnotify-container::after {
  display: block;
  clear: both;
  content: "";
}
.ui-pnotify-container.ui-pnotify-sharp {
  border-radius: 0;
}
.ui-pnotify-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.ui-pnotify-text {
  display: block;
}
.ui-pnotify-icon {
  display: block;
  float: left;
  line-height: 1;
}
.ui-pnotify-icon > [class^=icon-] {
  margin-top: 0.112rem;
  margin-right: 0.5rem;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 0.5rem;
  margin-top: 0.112rem;
  line-height: 1;
  outline: 0;
}
.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 1040;
}
.brighttheme {
  border: 1px solid;
}
.ui-pnotify[class*=bg-] > .brighttheme {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.brighttheme-notice {
  background-color: rgb(254, 242.9, 236.5);
  border-color: #f58646;
  color: rgb(47.8, 16.6, 16);
}
.brighttheme-info {
  background-color: rgb(232.8, 244.5, 253.8);
  border-color: #2196F3;
  color: rgb(6.6, 30, 48.6);
}
.brighttheme-success {
  background-color: rgb(233.2, 247.4, 240.9);
  border-color: #25b372;
  color: rgb(7.4, 35.8, 22.8);
}
.brighttheme-error {
  background-color: rgb(253.4, 237.8, 237.5);
  border-color: #ef5350;
  color: rgb(47.8, 16.6, 16);
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
  position: relative;
  display: inline-block;
  outline: 0;
  width: 0.8125rem;
  height: 0.8125rem;
}
.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
  content: "";
  font-family: "icomoon";
  font-size: 0.8125rem;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.brighttheme-icon-closer:after {
  content: "\ed6a";
}
.brighttheme-icon-sticker:after {
  content: "\ee70";
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
  content: "\ee75";
}
.ui-pnotify[class*=alert-styled-] {
  border-width: 0;
  padding: 0;
}
.ui-pnotify.alert-styled-left .brighttheme {
  border-left-width: 3rem;
}
.ui-pnotify.alert-styled-left:after {
  left: 0;
}
.ui-pnotify.alert-styled-right .brighttheme {
  border-right-width: 3rem;
}
.ui-pnotify.alert-styled-right:after {
  right: 0;
}
.brighttheme .ui-pnotify-action-bar textarea,
.brighttheme .ui-pnotify-action-bar input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 1rem !important;
  color: #333;
  padding: 0.4375rem 0.875rem;
  outline: 0;
  border-radius: 0.25rem;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input {
  border-color: transparent;
  color: #fff;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::placeholder {
  color: #fff;
  opacity: 1;
}
.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 1rem;
  border-top: none;
  padding: 0;
  z-index: 1070;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-pnotify-history-container.ui-pnotify-history-fixed {
  position: fixed;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
  text-align: center;
  margin-bottom: 0.25rem;
}
.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}
.swal2-shown.swal2-no-backdrop .swal2-container {
  background-color: transparent;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1070;
  transition: background-color ease-in-out 0.15s;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background-color: rgba(0, 0, 0, 0.35);
}
.swal2-container.swal2-backdrop-hide {
  background-color: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top .swal2-modal {
  margin-top: 1rem;
}
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-left .swal2-modal {
  margin-top: 1rem;
  margin-left: 1rem;
}
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-top-right .swal2-modal {
  margin-top: 1rem;
  margin-right: 1rem;
}
.swal2-container.swal2-center {
  align-items: center;
  margin: auto;
}
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-left .swal2-modal {
  margin-left: 1rem;
}
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-center-right .swal2-modal {
  margin-right: 1rem;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom .swal2-modal {
  margin-bottom: 1rem;
}
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-left .swal2-modal {
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom-right .swal2-modal {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-no-transition {
  transition: none !important;
}
.swal2-grow-fullscreen .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
  margin: 1rem 1rem;
}
.swal2-grow-row .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
  margin-left: 1rem;
  margin-right: 1rem;
}
.swal2-grow-column {
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.swal2-grow-column.swal2-center-left {
  align-items: flex-start;
}
.swal2-grow-column.swal2-center-right {
  align-items: flex-end;
}
.swal2-grow-column .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.swal2-popup {
  flex-direction: column;
  background-color: #fff;
  text-align: center;
  display: none;
  position: relative;
  max-width: 100%;
  padding: 1.25rem;
  width: 31.25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
@media (min-width: 576px) {
  .swal2-popup {
    margin-left: 0;
    margin-right: 0;
  }
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swal2-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2715;
  text-align: center;
  position: relative;
  word-wrap: break-word;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.swal2-content {
  text-align: center;
  position: relative;
  word-wrap: break-word;
}
.swal2-footer {
  justify-content: center;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}
.swal2-actions > button + button {
  margin-left: 0.5rem;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  cursor: no-drop;
  opacity: 0.4;
}
.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
  animation: rotation 1.5s linear 0s infinite normal;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  border-color: #2196F3 transparent #2196F3 transparent;
}
.swal2-close {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  opacity: 0.5;
  width: 1.5rem;
  height: 1.5rem;
  transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .swal2-close {
    transition: none;
  }
}
.swal2-close:hover,
.swal2-close:focus {
  opacity: 1;
  outline: 0;
}
.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25rem;
  background: rgba(0, 0, 0, 0.25);
}
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  overflow: hidden;
  border-bottom-right-radius: 50rem;
  border-bottom-left-radius: 50rem;
}
.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  display: none;
  margin: 1rem auto 0 auto;
}
.swal2-popup .select2-container,
.swal2-popup .btn-group,
.swal2-popup .uniform-uploader {
  margin: 1rem auto 0 auto;
}
.swal2-checkbox {
  align-items: center;
  justify-content: center;
}
.swal2-checkbox > span:not(.switchery) {
  margin-left: 0.5rem;
}
.swal2-radio {
  justify-content: center;
}
.swal2-radio label {
  display: inline-flex;
  align-items: center;
}
.swal2-radio label + label {
  margin-left: 1rem;
}
.swal2-radio label input,
.swal2-radio label .uniform-choice {
  margin-right: 0.5rem;
}
.swal2-range {
  margin-top: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.swal2-range input {
  display: block;
  width: 100%;
}
.swal2-range output {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.swal2-inputerror,
.swal2-inputerror:hover,
.swal2-inputerror:focus {
  border-color: #ef5350 !important;
}
.swal2-validation-message {
  overflow: hidden;
  display: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #ef5350;
  position: relative;
  padding-left: 1.5rem;
}
.swal2-validation-message:before {
  content: "\ed63";
  font-family: "icomoon";
  font-size: 1rem;
  position: absolute;
  top: 0.056rem;
  left: 0;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swal2-image {
  margin: 0.5rem auto;
  max-width: 100%;
  height: auto;
}
.swal2-icon {
  border: 0.25rem solid transparent;
  margin: 0.5rem auto 1rem auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.swal2-icon.swal2-success {
  border-color: #25b372;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  height: 2.5rem;
  width: 1.25rem;
  border-right: 0.25rem solid #25b372;
  border-top: 0.25rem solid #25b372;
  position: absolute;
  left: 1.25rem;
  top: 2.625rem;
  opacity: 1;
  animation: animate-checkmark ease 0.75s;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
}
.swal2-icon.swal2-error {
  border-color: #ef5350;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
  flex: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 0.25rem;
  width: 3rem;
  background-color: #ef5350;
  display: block;
  top: 2.375rem;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  transform: rotate(45deg);
  left: 1rem;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  transform: rotate(-45deg);
  right: 1rem;
}
.swal2-icon.swal2-warning {
  color: #f58646;
  border-color: #f58646;
  font-size: 4rem;
  line-height: 5rem;
  justify-content: center;
}
.swal2-icon.swal2-info {
  color: #2196F3;
  border-color: #2196F3;
  font-size: 4rem;
  line-height: 5rem;
  justify-content: center;
}
.swal2-icon.swal2-question {
  color: #45748a;
  border-color: #45748a;
  font-size: 4rem;
  line-height: calc(5rem + 0.25rem);
  justify-content: center;
}
.swal2-progress-steps {
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding: 0;
  font-weight: 500;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  background: #2196F3;
  color: #fff;
  text-align: center;
  padding: 0.4375rem 0.875rem;
  min-width: 1.987rem;
  border-radius: 50rem;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background-color: #2196F3;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background-color: #f0f2f5;
  color: #333;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background-color: #f0f2f5;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 2px;
  background-color: #2196F3;
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
  overflow: visible !important;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 1rem;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 1rem;
  right: 1rem;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 1rem;
  right: auto;
  bottom: auto;
  left: 1rem;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 1rem;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 1rem;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 1rem;
  left: 1rem;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 1rem;
  bottom: 1rem;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  margin-top: 1rem;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  max-width: 350px;
  padding: 0.75rem 1.25rem;
  background-color: #333;
  overflow-y: hidden;
  border-radius: 0.3125rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  color: #fff;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.5rem;
  font-size: 0.875rem;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0 0 0 0.5rem;
  padding: 0.75rem 1.25rem;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  margin-left: 0.5rem;
  color: #fff;
}
.swal2-popup.swal2-toast .swal2-icon {
  min-width: 1.75rem;
  border-width: 0.125rem;
  margin: 0;
  width: 1.75rem;
  height: 1.75rem;
}
.swal2-popup.swal2-toast .swal2-icon:before {
  display: flex;
  align-items: center;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  height: 0.875rem;
  width: 0.4375rem;
  border-right-width: 0.125rem;
  border-top-width: 0.125rem;
  left: 0.4375rem;
  top: 1rem;
  animation-name: animate-toast-checkmark;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  height: 0.125rem;
  width: 0.75rem;
  background-color: #ef5350;
  display: block;
  top: 0.8125rem;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.5rem;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.5rem;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-question {
  color: #fff;
  border-color: #fff;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-warning,
.swal2-popup.swal2-toast .swal2-icon.swal2-info,
.swal2-popup.swal2-toast .swal2-icon.swal2-question {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0 0 1rem;
}
.swal2-popup.swal2-toast .swal2-actions .btn + .btn {
  margin-left: 0.5rem;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: show-notification 0.15s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: hide-notification 0.15s;
}
[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swal2-show {
  animation: show-notification 0.15s;
}
.swal2-hide {
  animation: hide-notification 0.15s forwards;
}
.swal2-noanimation {
  animation: none;
  transition: none;
}
.swal2-animate-success-icon,
.swal2-animate-error-icon,
.swal2-warning,
.swal2-info,
.swal2-question {
  animation: animate-circle 0.5s;
}
.swal2-animate-x-mark {
  animation: animate-x-mark 0.5s;
}
@keyframes show-notification {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hide-notification {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes animate-checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }
  30% {
    height: 0;
    width: 1.25rem;
    opacity: 0;
  }
  60% {
    height: 2.5rem;
    width: 1.25rem;
    opacity: 1;
  }
  100% {
    height: 2.5rem;
    width: 1.25rem;
    opacity: 1;
  }
}
@keyframes animate-circle {
  0% {
    color: transparent;
    border-color: transparent;
  }
  25% {
    color: transparent;
  }
}
@keyframes animate-x-mark {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.noUi-target {
  position: relative;
  background-color: #eee;
  border-radius: 50rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.noUi-target,
.noUi-target * {
  -webkit-user-select: none;
  user-select: none;
}
.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 50rem;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform-origin: 0 0;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-connect {
  background-color: #45748a;
  width: 100%;
  height: 100%;
}
.noUi-origin {
  width: 10%;
  height: 10%;
}
[disabled] .noUi-target {
  opacity: 0.75;
}
[disabled] .noUi-handle {
  cursor: default;
}
.noUi-horizontal {
  height: 0.375rem;
}
.noUi-horizontal .noUi-handle {
  top: -0.375rem;
  right: -0.5625rem;
}
.noUi-horizontal .noUi-origin {
  height: 0;
  left: auto;
  right: 0;
}
.noUi-horizontal.has-pips {
  margin-bottom: 2.112rem;
}
.noUi-vertical {
  display: inline-block;
  width: 0.375rem;
  height: 10rem;
}
.noUi-vertical + .noUi-vertical {
  margin-left: 1.5rem;
}
.noUi-vertical .noUi-handle {
  top: -0.5625rem;
  left: -0.375rem;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-vertical.has-pips {
  margin-right: 2.112rem;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-touch-area {
  width: 100%;
  height: 100%;
}
.noUi-handle {
  background-color: #fff;
  cursor: pointer;
  top: -0.375rem;
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  outline: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
}
.noUi-handle,
.noUi-handle:after {
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .noUi-handle,
  .noUi-handle:after {
    transition: none;
  }
}
.noUi-handle:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.1875rem;
  margin-left: -0.1875rem;
  background-color: #333;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}
.noUi-handle:hover,
.noUi-handle:focus {
  background-color: #fafafa;
}
.noUi-handle:hover:after,
.noUi-handle:focus:after {
  background-color: #555;
}
.noui-slider-white .noUi-handle:after {
  content: none;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .noUi-state-tap .noUi-connect,
  .noUi-state-tap .noUi-origin {
    transition: none;
  }
}
.noui-slider-lg .noUi-handle {
  top: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.noui-slider-lg .noUi-handle:after {
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
}
.noui-slider-lg.noUi-horizontal {
  height: 0.5rem;
}
.noui-slider-lg.noUi-horizontal .noUi-handle {
  right: -0.75rem;
}
.noui-slider-lg.noUi-vertical {
  width: 0.5rem;
}
.noui-slider-lg.noUi-vertical .noUi-handle {
  top: -0.75rem;
  right: -0.5rem;
}
.noui-slider-sm .noUi-handle {
  top: -0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}
.noui-slider-sm .noUi-handle:after {
  margin-top: -0.125rem;
  margin-left: -0.125rem;
  width: 0.25rem;
  height: 0.25rem;
}
.noui-slider-sm.noUi-horizontal {
  height: 0.25rem;
}
.noui-slider-sm.noUi-horizontal .noUi-handle {
  top: -0.25rem;
  right: -0.375rem;
}
.noui-slider-sm.noUi-vertical {
  width: 0.25rem;
}
.noui-slider-sm.noUi-vertical .noUi-handle {
  top: -0.375rem;
  right: -0.25rem;
}
.noui-slider-solid .noUi-handle:after {
  background-color: #fff;
}
.noui-slider-solid .noUi-handle:hover:after,
.noui-slider-solid .noUi-handle:focus:after {
  opacity: 0.75;
}
.noui-slider-solid.noui-slider-primary .noUi-handle {
  background-color: #2196F3;
  border-color: #2196F3;
}
.noui-slider-solid.noui-slider-danger .noUi-handle {
  background-color: #ef5350;
  border-color: #ef5350;
}
.noui-slider-solid.noui-slider-success .noUi-handle {
  background-color: #25b372;
  border-color: #25b372;
}
.noui-slider-solid.noui-slider-warning .noUi-handle {
  background-color: #f58646;
  border-color: #f58646;
}
.noui-slider-solid.noui-slider-info .noUi-handle {
  background-color: #2cbacc;
  border-color: #2cbacc;
}
.noui-slider-primary .noUi-connect {
  background-color: #2196F3;
}
.noui-slider-danger .noUi-connect {
  background-color: #ef5350;
}
.noui-slider-success .noUi-connect {
  background-color: #25b372;
}
.noui-slider-warning .noUi-connect {
  background-color: #f58646;
}
.noui-slider-info .noUi-connect {
  background-color: #2cbacc;
}
.noUi-tooltip {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 0.375rem 0.75rem;
  bottom: 0.25rem;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .noUi-tooltip {
    transition: none;
  }
}
.noUi-tooltip:after {
  content: "";
  border: 0.25rem solid transparent;
  border-top-color: #000;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 0;
}
.noUi-handle:hover .noUi-tooltip {
  opacity: 1;
  visibility: visible;
}
.noUi-pips {
  position: absolute;
  color: #777;
}
.noUi-value {
  position: absolute;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5334;
}
.noUi-value-sub {
  color: #aaaaaa;
}
.noUi-marker {
  position: absolute;
  background-color: #777;
}
.noUi-pips-horizontal {
  padding-top: 0.6666666667rem;
  height: 2.112rem;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  padding-top: 1rem;
  transform: translateX(-50%);
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 0.6666666667rem;
}
.noUi-rtl .noUi-value-horizontal {
  transform: translateX(50%);
}
.noUi-marker-horizontal.noUi-marker {
  width: 0.0625rem;
  height: 0.1875rem;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 0.375rem;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 0.5625rem;
}
.noUi-pips-vertical {
  padding-left: 0.6666666667rem;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  padding-left: 1rem;
  transform: translateY(-50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 0.1875rem;
  height: 0.0625rem;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 0.375rem;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 0.5625rem;
}
.irs {
  position: relative;
  display: block;
  height: 3.25rem;
  -webkit-user-select: none;
  user-select: none;
  direction: ltr;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  height: 0.375rem;
  top: 2.5rem;
  background-color: #eee;
  border-radius: 50rem;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  top: 2.5rem;
  left: 0;
  width: 0;
  height: 0.375rem;
  background-color: #45748a;
  border-radius: 50rem;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 2.5rem;
  left: 0;
  height: 0.75rem;
  width: 0.5625rem;
}
.irs-shadow {
  position: absolute;
  display: none;
  top: 2.5rem;
  left: 0;
  width: 0;
  height: 0.375rem;
  background-color: #333;
  opacity: 0.25;
  border-radius: 50rem;
}
.irs-handle {
  position: absolute;
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  top: 2.125rem;
  cursor: pointer;
  z-index: 1;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50rem;
}
.irs-handle:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.1875rem;
  margin-left: -0.1875rem;
  background-color: #333;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50rem;
}
.irs-handle,
.irs-handle:after {
  transition: background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .irs-handle,
  .irs-handle:after {
    transition: none;
  }
}
.irs-handle:hover,
.irs-handle:focus {
  background-color: #fafafa;
}
.irs-handle:hover:after,
.irs-handle:focus:after {
  background-color: #555;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min,
.irs-max {
  color: #777;
  font-size: 0.75rem;
  line-height: 1;
  top: 0;
  padding: 0.375rem;
  background-color: #eee;
  border-radius: 0.25rem;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.375rem;
  top: 0;
  background-color: #000;
  border-radius: 0.25rem;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.25rem;
  overflow: hidden;
  border: 0.25rem solid transparent;
  border-top-color: #000;
  width: 0;
  height: 0;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.75rem;
}
.irs-with-grid {
  height: 5.375rem;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 0.375rem;
  background-color: #777;
}
.irs-grid-pol.small {
  height: 0.1875rem;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 0.75rem;
  color: #777;
  line-height: 1;
  padding: 0 0.1875rem;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}
.irs-disabled {
  opacity: 0.75;
}
code[class*=language-],
pre[class*=language-] {
  text-shadow: 0 1px #fff;
  word-break: break-all;
  line-height: 1.5;
  background-color: transparent;
  direction: ltr;
}
@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata,
.token.punctuation {
  color: #999;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.builtin {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #a67f59;
  background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important {
  color: #e90;
}
.token.important {
  font-weight: bold;
}
.token.entity {
  cursor: help;
}
.namespace {
  opacity: 0.7;
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 1.25rem;
  background: rgba(103, 139, 220, 0.12);
  pointer-events: none;
  white-space: pre;
  line-height: inherit;
}
.line-highlight:before,
.line-highlight:after {
  content: attr(data-start);
  position: absolute;
  top: 0px;
  left: 10px;
  padding: 2px;
  text-align: center;
  font-size: 10px;
  color: #999;
}
.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: 0;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  width: 36px;
  letter-spacing: -1px;
  left: -50px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  user-select: none;
}
.line-numbers .line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers .line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 10px;
  text-align: right;
}
pre.line-numbers {
  position: relative;
  padding-left: 50px;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
pre[class*=language-] {
  overflow: auto;
  position: relative;
  background-color: #fdfdfd;
  background-image: linear-gradient(transparent 50%, rgba(19.8, 90, 145.8, 0.03) 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  font-size: 0.75rem;
  border-left-width: 0;
  box-shadow: 3px 0 0 0 #2196F3 inset;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
pre[data-line] {
  position: relative;
  padding-left: 36px;
}
pre code {
  padding: 0;
}
.code-toolbar {
  position: relative;
}
.code-toolbar > .toolbar {
  display: inline-block;
  position: absolute;
  top: 10px;
  text-shadow: none;
  right: 10px;
}
.code-toolbar > .toolbar span,
.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}
.code-toolbar > .toolbar a {
  cursor: pointer;
}
.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font-family:
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #252b36;
  border: 1px solid #252b36;
  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) {
  .code-toolbar > .toolbar button {
    transition: none;
  }
}
.code-toolbar > .toolbar button:hover,
.code-toolbar > .toolbar button:focus {
  background-color: #252b36;
  color: #fff;
}
.code-toolbar > .toolbar a,
.code-toolbar > .toolbar button,
.code-toolbar > .toolbar span {
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  outline: 0;
}
.code-toolbar > .toolbar a:hover,
.code-toolbar > .toolbar a:focus,
.code-toolbar > .toolbar button:hover,
.code-toolbar > .toolbar button:focus,
.code-toolbar > .toolbar span:hover,
.code-toolbar > .toolbar span:focus {
  text-decoration: none;
}
.slinky-menu {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.slinky-menu > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
}
.slinky-menu ul {
  width: 100%;
}
.slinky-menu ul.active {
  max-height: 340px;
  overflow-y: auto;
}
.slinky-menu li + li:not(.dropdown-item):not(.dropdown-divider) {
  margin-top: 1px;
}
.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.slinky-menu .header {
  display: flex;
  position: relative;
  color: #2196F3;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .slinky-menu .header {
    transition: none;
  }
}
.slinky-menu .header:hover,
.slinky-menu .header:focus {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
}
.slinky-menu .header .title {
  flex: 1;
  padding: 0.5rem 1rem;
  padding-left: 3rem;
}
.slinky-menu .next:after,
.slinky-menu .next:before,
.slinky-menu .back:after,
.slinky-menu .back:before {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slinky-menu .next {
  padding-right: 2.5rem;
}
.slinky-menu .next:after {
  content: "\e9c3";
  right: 1rem;
}
[dir=rtl] .slinky-menu .next:after {
  content: "\e9c0";
}
.slinky-menu .back {
  position: absolute;
  padding: 0.5rem 1rem;
  color: inherit;
  width: 100%;
  height: 100%;
}
.slinky-menu .back:before {
  content: "\ede7";
  left: 1rem;
}
[dir=rtl] .slinky-menu .back:before {
  content: "\ede5";
}
.headroom {
  transition: transform ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  will-change: transform;
}
.navbar-slide-top.headroom--pinned {
  transform: translateY(0);
}
.navbar-slide-top.headroom--unpinned {
  transform: translateY(-100%);
  box-shadow: none;
}
.navbar-slide-bottom.headroom--pinned {
  transform: translateY(100%);
  box-shadow: none;
}
.navbar-slide-bottom.headroom--unpinned {
  transform: translateY(0);
}
.fab-menu {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 997;
}
.page-header > .fab-menu {
  bottom: -1.5rem;
}
.navbar .fab-menu {
  transform: scale(0.85);
}
@media (min-width: 992px) {
  .navbar .fab-menu {
    transform: scale(1);
  }
}
.fab-menu-absolute {
  position: absolute;
}
.fab-menu-fixed {
  position: fixed;
  z-index: 998;
}
.content-wrapper > .fab-menu-top-left,
.content-wrapper > .fab-menu-top-right {
  top: -1.5rem;
}
.navbar > .fab-menu-top-left,
.navbar > .fab-menu-top-right {
  bottom: -1.5rem;
}
.fab-menu-bottom-left,
.fab-menu-bottom-right {
  bottom: 1rem;
  transition: bottom ease-in-out 0.15s;
}
.fab-menu-bottom-left.reached-bottom,
.fab-menu-bottom-right.reached-bottom {
  bottom: 5.237rem;
}
.navbar > .fab-menu-bottom-left,
.navbar > .fab-menu-bottom-right {
  top: -1.5rem;
}
.fab-menu-top-right,
.fab-menu-bottom-right {
  right: 1rem;
}
.fab-menu-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fab-menu-inner > li {
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 1rem;
  margin-top: -1rem;
}
.fab-menu-inner > li .btn {
  border-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fab-menu-inner > li .btn:hover,
.fab-menu-inner > li .btn:focus,
.fab-menu-inner > li .btn.focus,
.fab-menu-inner > li .btn:not(:disabled):not(.disabled):active,
.fab-menu-inner > li .btn:not(:disabled):not(.disabled).active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
.fab-menu-inner > li .btn-float {
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
}
.fab-menu-inner > li .btn-float > i {
  margin: 0.875rem;
}
.fab-menu-inner > li .show > .btn-float.dropdown-toggle {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.fab-menu-inner > li .dropleft .btn:before,
.fab-menu-inner > li .dropleft .btn:after,
.fab-menu-inner > li .dropright .btn:before,
.fab-menu-inner > li .dropright .btn:after {
  content: none;
}
.fab-menu-inner > li .badge {
  position: absolute;
  top: 0.5rem;
  right: -0.25rem;
}
.fab-menu-inner > li .badge-mark {
  top: 1rem;
  right: 0rem;
}
.fab-menu-bottom-left .fab-menu-inner > li,
.fab-menu-bottom-right .fab-menu-inner > li {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
}
.fab-menu-bottom-left .fab-menu-inner > li .badge,
.fab-menu-bottom-right .fab-menu-inner > li .badge {
  top: -0.5rem;
}
.fab-menu-bottom-left .fab-menu-inner > li .badge-mark,
.fab-menu-bottom-right .fab-menu-inner > li .badge-mark {
  top: 0rem;
}
.fab-menu-btn {
  z-index: 999;
  border-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fab-menu-btn.btn-float {
  padding: 1.5rem;
}
.fab-menu-btn.btn-float > i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.fab-menu-btn:hover,
.fab-menu-btn:focus,
.fab-menu-btn:not(:disabled):not(.disabled):active,
.fab-menu-btn:not(:disabled):not(.disabled).active,
.fab-menu-btn:not(:disabled):not(.disabled):active:focus,
.fab-menu[data-fab-toggle=hover]:hover .fab-menu-btn,
.fab-menu[data-fab-state=open] .fab-menu-btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.fab-menu-btn:disabled,
.fab-menu-btn.disabled {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fab-icon-close,
.fab-icon-open {
  transform: rotate(360deg);
  transition: all ease-in-out 0.3s;
}
.fab-menu[data-fab-toggle=hover]:hover .fab-icon-close,
.fab-menu[data-fab-state=open] .fab-icon-close,
.fab-menu[data-fab-toggle=hover]:hover .fab-icon-open,
.fab-menu[data-fab-state=open] .fab-icon-open {
  transform: rotate(0deg);
}
.fab-menu[data-fab-toggle=hover]:hover .fab-icon-open,
.fab-menu[data-fab-state=open] .fab-icon-open {
  opacity: 0;
}
.fab-icon-close {
  opacity: 0;
}
.fab-menu[data-fab-toggle=hover]:hover .fab-icon-close,
.fab-menu[data-fab-state=open] .fab-icon-close {
  opacity: 1;
}
.fab-menu .fab-menu-inner > li {
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.fab-menu .fab-menu-inner > li:nth-child(1) {
  transition-delay: 0.05s;
}
.fab-menu .fab-menu-inner > li:nth-child(2) {
  transition-delay: 0.1s;
}
.fab-menu .fab-menu-inner > li:nth-child(3) {
  transition-delay: 0.15s;
}
.fab-menu .fab-menu-inner > li:nth-child(4) {
  transition-delay: 0.2s;
}
.fab-menu .fab-menu-inner > li:nth-child(5) {
  transition-delay: 0.25s;
}
.fab-menu[data-fab-toggle=hover]:hover .fab-menu-inner > li,
.fab-menu[data-fab-state=open] .fab-menu-inner > li {
  visibility: visible;
  opacity: 1;
}
.fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(1),
.fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(1),
.fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(1) {
  top: 4rem;
}
.fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(2),
.fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(2),
.fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(2) {
  top: 7.75rem;
}
.fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(3),
.fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(3),
.fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(3) {
  top: 11.5rem;
}
.fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(4),
.fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(4),
.fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(4) {
  top: 15.25rem;
}
.fab-menu-top[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-top[data-fab-state=open] .fab-menu-inner > li:nth-child(5),
.fab-menu-top-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-top-left[data-fab-state=open] .fab-menu-inner > li:nth-child(5),
.fab-menu-top-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-top-right[data-fab-state=open] .fab-menu-inner > li:nth-child(5) {
  top: 19rem;
}
.fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(1) {
  top: -3.5rem;
}
.fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(2) {
  top: -7.25rem;
}
.fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(3) {
  top: -11rem;
}
.fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(4) {
  top: -14.75rem;
}
.fab-menu-bottom[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom[data-fab-state=open] .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-left[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-left[data-fab-state=open] .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-right[data-fab-toggle=hover]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-right[data-fab-state=open] .fab-menu-inner > li:nth-child(5) {
  top: -18.5rem;
}
.fab-menu-inner div[data-fab-label]:after {
  content: attr(data-fab-label);
  position: absolute;
  top: 50%;
  margin-top: -0.375rem;
  right: 3.875rem;
  color: #fff;
  background-color: #000;
  padding: 0.375rem 0.75rem;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all ease-in-out 0.3s;
  border-radius: 0.25rem;
}
.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after,
.fab-menu-bottom-right .fab-menu-inner div[data-fab-label]:after {
  margin-top: -1.375rem;
}
.fab-menu-top-left .fab-menu-inner div[data-fab-label]:after,
.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after,
.fab-menu-inner div[data-fab-label].fab-label-right:after {
  right: auto;
  left: 3.875rem;
}
.fab-menu[data-fab-toggle=hover] .fab-menu-inner div[data-fab-label]:hover:after,
.fab-menu[data-fab-state=open] .fab-menu-inner div[data-fab-label]:hover:after {
  visibility: visible;
  opacity: 1;
}
.fab-menu-inner div[data-fab-label].fab-label-light:after {
  background-color: #fff;
  color: #333;
}
.fab-menu-inner div[data-fab-label].fab-label-visible:after {
  visibility: visible;
  opacity: 1;
}
.footable {
  width: 100%;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-detail-row) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr .footable-toggle {
  line-height: 1;
  margin-top: 0.056rem;
}
.footable.breakpoint > tbody > tr .footable-toggle:before {
  content: "\e9e4";
  display: block;
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footable.breakpoint > tbody > tr .footable-first-visible .footable-toggle {
  float: left;
  margin-right: 0.5rem;
}
.footable.breakpoint > tbody > tr .footable-last-visible .footable-toggle {
  float: right;
  margin-left: 0.5rem;
}
.footable.breakpoint > tbody > tr[data-expanded=true] .footable-toggle:before {
  content: "\e9e7";
}
.footable .footable-detail-row:hover {
  background-color: transparent;
}
.footable .footable-detail-row > td {
  padding: 0;
  background-color: transparent;
}
.footable-details {
  background-color: #fafafa;
}
.footable-details td {
  text-align: left !important;
}
.color-selector-active {
  position: relative;
}
.color-selector-active i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.pricing-table-price {
  font-size: 2.625rem;
}
.pricing-table-price > span {
  font-size: 1.875rem;
}
.pricing-table-list li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card[class*=bg-]:not(.bg-transparent):not(.bg-white):not(.bg-light) .pricing-table-list li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ribbon-container {
  width: 6.5rem;
  height: 6.625rem;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
}
.ribbon {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.3924;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 0.3125rem 0;
  left: -0.6875rem;
  top: 1.563rem;
  width: 9.375rem;
  z-index: 10;
  transform: rotate(45deg);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.blog-horizontal .card-img-actions {
  width: 100%;
}
@media (min-width: 576px) {
  .blog-horizontal .card-img-actions {
    width: 45%;
    float: left;
    max-width: 25rem;
    z-index: 10;
  }
}
@media (min-width: 576px) {
  .blog-horizontal-xs .card-img-actions {
    width: 35%;
    max-width: 12.5rem;
  }
}
@media (min-width: 576px) {
  .blog-horizontal-sm .card-img-actions {
    width: 40%;
    max-width: 18.75rem;
  }
}
@media (min-width: 576px) {
  .blog-horizontal-lg .card-img-actions {
    width: 50%;
    max-width: 31.25rem;
  }
}
.timer-number {
  font-size: 3rem;
  line-height: 1;
}
.timer-dots {
  font-size: 1.5rem;
  padding: 0.75rem 0;
  line-height: 1;
}
.table-inbox {
  table-layout: fixed;
  min-width: 769px;
}
.table-inbox tr {
  cursor: pointer;
  transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .table-inbox tr {
    transition: none;
  }
}
.table-inbox tr:not([class*=bg-]) {
  background-color: #fafafa;
}
.table-inbox tr td:not(:first-child) {
  padding-left: 0;
}
.table-inbox tr.unread {
  font-weight: 700;
}
.table-inbox tr.unread:not([class*=bg-]) {
  background-color: #fff;
}
.table-inbox-checkbox {
  width: 3.75rem;
}
.table-inbox-star,
.table-inbox-attachment {
  width: 2.25rem;
}
.table-inbox-image {
  width: 2.974rem;
}
.table-inbox-name {
  width: 11.25rem;
}
@media (max-width: 768.98px) {
  .table-inbox-subject {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.table-inbox-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-inbox-time {
  text-align: right;
  width: 5rem;
}
.profile-cover {
  position: relative;
}
.profile-cover .media {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 50%;
  transform: translateY(50%);
}
.profile-cover .media .btn {
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.5) !important;
}
@media (min-width: 769px) {
  .profile-cover .media {
    bottom: 1rem;
    transform: none;
  }
}
.profile-cover .media-body {
  text-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.profile-cover-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 21.88rem;
}
.profile-thumb img {
  border: 3px solid #fff;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.5);
  width: 6.25rem;
  height: 6.25rem;
}
.login-cover {
  background: url(/assets/images/login_cover.jpg) no-repeat;
  background-size: cover;
}
.login-form {
  width: 100%;
}
.login-form .nav-item:first-child .nav-link {
  border-top-left-radius: calc(0.25rem - 1px);
}
.login-form .nav-item:last-child .nav-link {
  border-top-right-radius: calc(0.25rem - 1px);
}
@media (min-width: 576px) {
  .login-form {
    width: 20rem;
  }
}
.timeline {
  position: relative;
}
.timeline:before,
.timeline:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -2px;
  background-color: #ccc;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 50rem;
}
.timeline:before {
  top: -4px;
}
.timeline:after {
  bottom: -4px;
}
.timeline-container {
  position: relative;
  padding-top: 0.5rem;
  margin-top: -0.5rem;
  padding-bottom: 1px;
}
.timeline-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background-color: #ccc;
  height: 100%;
  width: 2px;
}
.timeline-row {
  position: relative;
}
.timeline-date {
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.timeline-date:before,
.timeline-date:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -2px;
  background-color: #ccc;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 50rem;
}
.timeline-date:before {
  top: 0;
}
.timeline-date:after {
  bottom: 0;
}
.card .timeline-date {
  background-color: #fff;
}
.timeline-time {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 1rem;
}
.timeline-time:before,
.timeline-time:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -2px;
  background-color: #ccc;
  width: 4px;
  height: 4px;
  border-radius: 50rem;
}
.timeline-time:before {
  top: 0;
}
.timeline-time:after {
  bottom: 0;
}
.card .timeline-time {
  background-color: #fff;
}
@media (min-width: 769px) {
  .timeline-time:before,
  .timeline-time:after {
    content: none;
  }
}
.timeline-icon {
  margin: 0 auto 1rem auto;
  background-color: #fff;
  border: 4px solid #f5f5f5;
  width: 3rem;
  height: 3rem;
  border-radius: 50rem;
}
.card .timeline-icon {
  border-color: #fff;
}
.timeline-icon div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #ccc inset;
  border-radius: 50rem;
}
.timeline-icon div[class*=bg-]:not(.bg-white):not(.bg-light):not(.bg-transparent) {
  box-shadow: none;
}
.timeline-icon div > i {
  top: 0;
}
.timeline-icon img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50rem;
}
@media (min-width: 769px) {
  .timeline-center .timeline-row-left {
    margin-right: 50%;
    padding-right: 2.75rem;
  }
  .timeline-center .timeline-row-right {
    margin-left: 50%;
    padding-left: 2.75rem;
  }
  .timeline-left .timeline-container:before,
  .timeline-left:before,
  .timeline-left:after,
  .timeline-left .timeline-date:before,
  .timeline-left .timeline-date:after {
    left: 1.5rem;
  }
  .timeline-left .timeline-row,
  .timeline-left .timeline-date {
    padding-left: 4.1428571429rem;
  }
  .timeline-right .timeline-container:before,
  .timeline-right:before,
  .timeline-right:after,
  .timeline-right .timeline-date:before,
  .timeline-right .timeline-date:after {
    left: auto;
    right: 1.5rem;
  }
  .timeline-right:before,
  .timeline-right:after,
  .timeline-right .timeline-date:before,
  .timeline-right .timeline-date:after {
    margin-left: 0;
    margin-right: -1px;
  }
  .timeline-right .timeline-row,
  .timeline-right .timeline-date {
    padding-right: 4.1428571429rem;
  }
  .timeline-left .timeline-date,
  .timeline-right .timeline-date {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .timeline-icon {
    position: absolute;
    top: 0.5rem;
  }
  .timeline-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 1rem;
    background-color: #ccc;
    z-index: 1;
  }
  .timeline-left .timeline-icon {
    left: 0;
  }
  .timeline-left .timeline-icon:after {
    left: 100%;
    margin-left: 4px;
  }
  .timeline-right .timeline-icon {
    right: 0;
  }
  .timeline-right .timeline-icon:after {
    right: 100%;
    margin-right: 4px;
  }
  .timeline-center .timeline-row-left .timeline-icon {
    left: 100%;
    margin-left: -1.5rem;
  }
  .timeline-center .timeline-row-left .timeline-icon:after {
    right: 100%;
    margin-right: 4px;
  }
  .timeline-center .timeline-row-right .timeline-icon {
    right: 100%;
    margin-right: -1.5rem;
  }
  .timeline-center .timeline-row-right .timeline-icon:after {
    left: 100%;
    margin-left: 4px;
  }
  .timeline-center .timeline-row-full .timeline-icon {
    position: static;
  }
  .timeline-center .timeline-row-full .timeline-icon:after {
    content: none;
  }
  .timeline-time {
    padding: 0;
    text-align: inherit;
    background-color: transparent;
  }
  .timeline-time:before {
    content: none;
  }
  .timeline-left .timeline-time,
  .timeline-right .timeline-time {
    padding-top: 0.5rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
  .timeline-right .timeline-time {
    text-align: right;
    padding-left: 0;
    padding-right: 1rem;
  }
  .timeline-center .timeline-time,
  .timeline-center .timeline-row-full .timeline-time {
    position: absolute;
    left: 100%;
    top: 0.75rem;
    width: 100%;
    padding-left: 2.75rem;
  }
  .timeline-center .timeline-row-right .timeline-time,
  .timeline-center .timeline-row-full .timeline-time {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 2.75rem;
    text-align: right;
  }
  .timeline-center .timeline-row-full .timeline-time {
    right: 50%;
    top: 4px;
  }
}
.media-chat-scrollable {
  max-height: 520px;
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
}
.media-chat-scrollable:not(.flex-column) .media:last-child {
  margin-top: 1rem;
}
.media-chat-scrollable:not(.flex-column) .media:first-child {
  margin-top: 0;
}
@media (min-width: 576px) {
  .media-chat .media {
    margin-right: 20%;
  }
  .media-chat .media.media-chat-item-reverse {
    margin-right: 0;
    margin-left: 20%;
  }
}
.media-chat-item {
  position: relative;
  padding: 0.625rem 1rem;
  width: auto;
  display: inline-block;
  color: #333;
  border-radius: 0.25rem;
}
.media-chat-item:not([class*=bg-]) {
  background-color: #eee;
  border-color: #eee;
}
.media-chat-item:before {
  content: "";
  left: -5px;
  top: 0.8685rem;
  position: absolute;
  margin-left: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid;
  border-right-color: inherit;
  border-bottom: 5px solid transparent;
}
.media-chat-item-reverse .media-chat-item:before {
  left: auto;
  right: -5px;
  border-right: 0;
  border-left: 5px solid;
  border-left-color: inherit;
}
.media-chat-item-reverse .media-chat-item {
  text-align: left;
  color: #fff;
}
.media-chat-item-reverse .media-chat-item:not([class*=bg-]) {
  background-color: #2196F3;
  border-color: #2196F3;
}
.media-chat-item-reverse .media-body {
  text-align: right;
}
.media-chat-inverse .media-chat-item {
  color: #fff;
}
.media-chat-inverse .media-chat-item:not([class*=bg-]) {
  background-color: #2196F3;
  border-color: #2196F3;
}
.media-chat-inverse .media-chat-item-reverse .media-chat-item {
  color: #333;
}
.media-chat-inverse .media-chat-item-reverse .media-chat-item:not([class*=bg-]) {
  background-color: #eee;
  border-color: #eee;
}
.error-title {
  color: #fff;
  font-size: 8.125rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 300;
  text-stroke: 1px transparent;
  display: block;
  text-shadow:
    0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0, 0, 0, 0.1),
    0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3),
    0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .error-title {
    font-size: 12.5rem;
  }
}
.offline-title {
  font-size: 6.875rem;
}
@media (min-width: 576px) {
  .offline-title {
    font-size: 10rem;
  }
}
.card-header .header-elements {
  padding-top: 1.25rem;
}
.page-header-light .header-elements,
.page-header-dark .header-elements {
  padding-bottom: 1rem;
}
.breadcrumb-line .header-elements {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0 1rem;
  border-top: 1px solid #ddd;
}
.breadcrumb-line-light .header-elements {
  border-color: #ddd;
}
.breadcrumb-line-dark .header-elements {
  border-color: rgba(255, 255, 255, 0.25);
}
.header-elements .form-group:last-child {
  margin-bottom: 0;
}
.header-elements-toggle,
.footer-elements-toggle {
  margin-left: auto;
  align-self: center;
}
.header-elements-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header-elements-inline .header-elements {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-left: 0;
  margin-right: 0;
}
.header-elements-inline .card-header-tabs .nav-link {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
@media (min-width: 576px) {
  .header-elements-sm-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .header-elements-sm-inline .header-elements {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header-elements-sm-inline .card-header-tabs .nav-link {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}
@media (min-width: 769px) {
  .header-elements-md-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .header-elements-md-inline .header-elements {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header-elements-md-inline .card-header-tabs .nav-link {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}
@media (min-width: 992px) {
  .header-elements-lg-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .header-elements-lg-inline .header-elements {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header-elements-lg-inline .card-header-tabs .nav-link {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .header-elements-xl-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .header-elements-xl-inline .header-elements {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header-elements-xl-inline .card-header-tabs .nav-link {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}
.font-size-lg {
  font-size: 0.9375rem;
}
.font-size-base {
  font-size: 0.875rem;
}
.font-size-sm {
  font-size: 0.8125rem;
}
.font-size-xs {
  font-size: 0.75rem;
}
.line-height-lg {
  line-height: 1.1667;
}
.line-height-base {
  line-height: 1.2715;
}
.line-height-sm {
  line-height: 1.3924;
}
.line-height-xs {
  line-height: 1.5334;
}
.line-height-1 {
  line-height: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-0 {
  opacity: 0;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.top-auto {
  top: auto !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-auto {
  bottom: auto !important;
}
.left-0 {
  left: 0 !important;
}
.left-50 {
  left: 50% !important;
}
.left-100 {
  left: 100% !important;
}
.left-auto {
  left: auto !important;
}
.right-0 {
  right: 0 !important;
}
.right-auto {
  right: auto !important;
}
.translate-middle {
  transform: translate(-50%, -50%);
}
.translate-middle-x {
  transform: translateX(-50%);
}
.translate-middle-y {
  transform: translateY(-50%);
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-default {
  cursor: default;
}
.cursor-disabled {
  cursor: default;
}
.border-y-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.border-x-0 {
  border-left: 0 !important;
  border-right: 0 !important;
}
.border-2 {
  border: 2px solid;
}
.border-top-2 {
  border-top: 2px solid;
}
.border-bottom-2 {
  border-bottom: 2px solid;
}
.border-left-2 {
  border-left: 2px solid;
}
.border-right-2 {
  border-right: 2px solid;
}
.border-3 {
  border: 3px solid;
}
.border-top-3 {
  border-top: 3px solid;
}
.border-bottom-3 {
  border-bottom: 3px solid;
}
.border-left-3 {
  border-left: 3px solid;
}
.border-right-3 {
  border-right: 3px solid;
}
.border-dashed {
  border-style: dashed;
}
.border-top-dashed {
  border-top-style: dashed;
}
.border-bottom-dashed {
  border-bottom-style: dashed;
}
.border-left-dashed {
  border-left-style: dashed;
}
.border-right-dashed {
  border-right-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-transparent {
  border-color: transparent !important;
}
.border-top-transparent {
  border-top-color: transparent !important;
}
.border-bottom-transparent {
  border-bottom-color: transparent !important;
}
.border-left-transparent {
  border-left-color: transparent !important;
}
.border-right-transparent {
  border-right-color: transparent !important;
}
.bg-body {
  background-color: #f5f5f5;
}
.rounded-top-pill {
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.rounded-left-pill {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.rounded-right-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rotate-45 {
  transform: rotate(45deg);
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate-45-inverse {
  transform: rotate(-45deg);
}
.rotate-90-inverse {
  transform: rotate(-90deg);
}
.rotate-180-inverse {
  transform: rotate(-180deg);
}
.spinner {
  display: inline-block;
  animation: rotation 1s linear infinite;
}
.spinner-reverse {
  display: inline-block;
  animation: rotation_reverse 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation_reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.h-auto {
  height: auto;
}
.w-auto {
  width: auto !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.wmin-0 {
  min-width: 0 !important;
}
.wmin-200 {
  min-width: 200px !important;
}
.wmin-250 {
  min-width: 250px !important;
}
.wmin-300 {
  min-width: 300px !important;
}
.wmin-350 {
  min-width: 350px !important;
}
.wmin-400 {
  min-width: 400px !important;
}
.wmin-450 {
  min-width: 450px !important;
}
.wmin-500 {
  min-width: 500px !important;
}
.wmin-550 {
  min-width: 550px !important;
}
.wmin-600 {
  min-width: 600px !important;
}
.flex-0 {
  flex: 0 1 auto !important;
}
.flex-1 {
  flex: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-visible {
  overflow: visible !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .wmin-sm-0 {
    min-width: 0 !important;
  }
  .wmin-sm-200 {
    min-width: 200px !important;
  }
  .wmin-sm-250 {
    min-width: 250px !important;
  }
  .wmin-sm-300 {
    min-width: 300px !important;
  }
  .wmin-sm-350 {
    min-width: 350px !important;
  }
  .wmin-sm-400 {
    min-width: 400px !important;
  }
  .wmin-sm-450 {
    min-width: 450px !important;
  }
  .wmin-sm-500 {
    min-width: 500px !important;
  }
  .wmin-sm-550 {
    min-width: 550px !important;
  }
  .wmin-sm-600 {
    min-width: 600px !important;
  }
  .flex-sm-0 {
    flex: 0 1 auto !important;
  }
  .flex-sm-1 {
    flex: 1 !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-left-sm-0 {
    border-left: 0 !important;
  }
  .border-right-sm-0 {
    border-right: 0 !important;
  }
  .rounded-sm-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-sm-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-sm-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-sm-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (min-width: 769px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .wmin-md-0 {
    min-width: 0 !important;
  }
  .wmin-md-200 {
    min-width: 200px !important;
  }
  .wmin-md-250 {
    min-width: 250px !important;
  }
  .wmin-md-300 {
    min-width: 300px !important;
  }
  .wmin-md-350 {
    min-width: 350px !important;
  }
  .wmin-md-400 {
    min-width: 400px !important;
  }
  .wmin-md-450 {
    min-width: 450px !important;
  }
  .wmin-md-500 {
    min-width: 500px !important;
  }
  .wmin-md-550 {
    min-width: 550px !important;
  }
  .wmin-md-600 {
    min-width: 600px !important;
  }
  .flex-md-0 {
    flex: 0 1 auto !important;
  }
  .flex-md-1 {
    flex: 1 !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-left-md-0 {
    border-left: 0 !important;
  }
  .border-right-md-0 {
    border-right: 0 !important;
  }
  .rounded-md-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-md-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-md-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-md-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .wmin-lg-0 {
    min-width: 0 !important;
  }
  .wmin-lg-200 {
    min-width: 200px !important;
  }
  .wmin-lg-250 {
    min-width: 250px !important;
  }
  .wmin-lg-300 {
    min-width: 300px !important;
  }
  .wmin-lg-350 {
    min-width: 350px !important;
  }
  .wmin-lg-400 {
    min-width: 400px !important;
  }
  .wmin-lg-450 {
    min-width: 450px !important;
  }
  .wmin-lg-500 {
    min-width: 500px !important;
  }
  .wmin-lg-550 {
    min-width: 550px !important;
  }
  .wmin-lg-600 {
    min-width: 600px !important;
  }
  .flex-lg-0 {
    flex: 0 1 auto !important;
  }
  .flex-lg-1 {
    flex: 1 !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-left-lg-0 {
    border-left: 0 !important;
  }
  .border-right-lg-0 {
    border-right: 0 !important;
  }
  .rounded-lg-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-lg-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-lg-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-lg-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .wmin-xl-0 {
    min-width: 0 !important;
  }
  .wmin-xl-200 {
    min-width: 200px !important;
  }
  .wmin-xl-250 {
    min-width: 250px !important;
  }
  .wmin-xl-300 {
    min-width: 300px !important;
  }
  .wmin-xl-350 {
    min-width: 350px !important;
  }
  .wmin-xl-400 {
    min-width: 400px !important;
  }
  .wmin-xl-450 {
    min-width: 450px !important;
  }
  .wmin-xl-500 {
    min-width: 500px !important;
  }
  .wmin-xl-550 {
    min-width: 550px !important;
  }
  .wmin-xl-600 {
    min-width: 600px !important;
  }
  .flex-xl-0 {
    flex: 0 1 auto !important;
  }
  .flex-xl-1 {
    flex: 1 !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-left-xl-0 {
    border-left: 0 !important;
  }
  .border-right-xl-0 {
    border-right: 0 !important;
  }
  .rounded-xl-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-xl-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-xl-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-xl-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.no-transitions *,
.no-transitions *:before,
.no-transitions *:after {
  transition: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .no-transitions *,
  .no-transitions *:before,
  .no-transitions *:after {
    transition: none;
  }
}
.placeholder-light::placeholder {
  color: #fff;
}
.outline-0,
.outline-0:hover,
.outline-0:focus {
  outline: 0;
}
.scrollbar-hidden {
  -webkit-overflow-scrolling: touch;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none !important;
}
.text-shadow-dark {
  text-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.text-shadow-light {
  text-shadow: 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
.text-black {
  color: #000 !important;
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.shadow-inverse-1 {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
}
.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* angular:styles/global:bootstrap */
