@charset "UTF-8";

/*

:::    ::: ::::::::::: ::::::::::: ::::    ::::      :::     ::::    :::
:+:    :+:     :+:         :+:     +:+:+: :+:+:+   :+: :+:   :+:+:   :+:
+:+    +:+     +:+         +:+     +:+ +:+:+ +:+  +:+   +:+  :+:+:+  +:+
+#++:++#++     +#+         +#+     +#+  +:+  +#+ +#++:++#++: +#+ +:+ +#+
+#+    +#+     +#+         +#+     +#+       +#+ +#+     +#+ +#+  +#+#+#
#+#    #+#     #+#         #+#     #+#       #+# #+#     #+# #+#   #+#+#
###    ### ###########     ###     ###       ### ###     ### ###    ####

 */

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #AB21B2;
  --pink: #ff9ae8;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #a6a6a6;
  --gray-dark: #333333;
  --primary: #0094ff;
  --secondary: #a6a6a6;
  --success: #71c170;
  --info: #33a9ff;
  --warning: #f89a20;
  --danger: #f85632;
  --light: #fafafa;
  --dark: #222222;
  --breakpoint-xxxs: 0;
  --breakpoint-xxs: 480px;
  --breakpoint-xs: 576px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0094ff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #3e434a;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #a6a6a6;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #ff9ae8;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #222222;
  border-radius: 0.21429rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #222222;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 480px) {
  .container,
  .container-xxs {
    max-width: 480px;
  }
}

@media (min-width: 576px) {
  .container,
  .container-xxs,
  .container-xs {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-xxs,
  .container-xs,
  .container-sm {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-xxs,
  .container-xs,
  .container-sm,
  .container-md {
    max-width: 992px;
  }
}

@media (min-width: 1024px) {
  .container,
  .container-xxs,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1024px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-xxs,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

.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.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxs-1 {
    margin-left: 8.33333%;
  }

  .offset-xxs-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xxs-4 {
    margin-left: 33.33333%;
  }

  .offset-xxs-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xxs-7 {
    margin-left: 58.33333%;
  }

  .offset-xxs-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xxs-10 {
    margin-left: 83.33333%;
  }

  .offset-xxs-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

  .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.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #222222;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0.14286rem solid #d9d9d9;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0.28571rem solid #d9d9d9;
}

.table tbody + tbody {
  border-top: 0.28571rem solid #d9d9d9;
}

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

.table-bordered {
  border: 0.14286rem solid #d9d9d9;
}

.table-bordered th,
.table-bordered td {
  border: 0.14286rem solid #d9d9d9;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0.28571rem;
}

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac7ff;
}

.table-hover .table-primary:hover {
  background-color: #9fd6ff;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d1d1d1;
}

.table-hover .table-secondary:hover {
  background-color: #d9d9d9;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b5dfb5;
}

.table-hover .table-success:hover {
  background-color: #c5e6c5;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #95d2ff;
}

.table-hover .table-info:hover {
  background-color: #addcff;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbca8b;
}

.table-hover .table-warning:hover {
  background-color: #fcd8a8;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fba794;
}

.table-hover .table-danger:hover {
  background-color: #fcbcad;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc;
}

.table-hover .table-light:hover {
  background-color: #f1f1f1;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8c8c;
}

.table-hover .table-dark:hover {
  background-color: #b4b4b4;
}

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646;
}

.table .thead-light th {
  color: #3e434a;
  background-color: #eeeeee;
  border-color: #d9d9d9;
}

.table-dark {
  color: #fff;
  background-color: #333333;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}

.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: 479.98px) {
  .table-responsive-xxs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.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: 1023.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.5rem + 1.42857rem + 0.28571rem);
  padding: 0.71429rem 1.07143rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.14286rem solid #cccccc;
  border-radius: 0.35714rem;
  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 #555555;
}

.form-control:focus {
  color: #555555;
  background-color: #fff;
  border-color: #0094ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}

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

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

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

.col-form-label {
  padding-top: 0.85714rem;
  padding-bottom: 0.85714rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: 1.21429rem;
  padding-bottom: 1.21429rem;
  font-size: 1.28rem;
  line-height: 1.33333;
}

.col-form-label-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.71429rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  background-color: transparent;
  border: solid transparent;
  border-width: 0.14286rem 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.5rem + 0.71429rem + 0.28571rem);
  padding: 0.35714rem 0.71429rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.21429rem;
}

.form-control-lg {
  height: calc(1.5rem + 2.14286rem + 0.28571rem + 0.28571rem);
  padding: 1.07143rem 1.42857rem;
  font-size: 1.28rem;
  line-height: 1.33333;
  border-radius: 0.35714rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.07143rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #a6a6a6;
}

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

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

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #222222;
  background-color: rgba(113, 193, 112, 0.9);
  border-radius: 0.35714rem;
}

.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: #71c170;
  padding-right: calc(1.5em + 1.42857rem);
  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='%2371c170' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.35714rem) center;
  background-size: calc(0.75em + 0.71429rem) calc(0.75em + 0.71429rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #71c170;
  box-shadow: 0 0 0 0.2rem rgba(113, 193, 112, 0.25);
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #71c170;
  padding-right: calc(0.75em + 3.14286rem);
  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='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.07143rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2371c170' 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") #fff no-repeat center right 2.07143rem/calc(0.75em + 0.71429rem) calc(0.75em + 0.71429rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #71c170;
  box-shadow: 0 0 0 0.2rem rgba(113, 193, 112, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #71c170;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #71c170;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #94d094;
  background-color: #94d094;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(113, 193, 112, 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: #71c170;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #71c170;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #71c170;
  box-shadow: 0 0 0 0.2rem rgba(113, 193, 112, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(248, 86, 50, 0.9);
  border-radius: 0.35714rem;
}

.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: #f85632;
  padding-right: calc(1.5em + 1.42857rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f85632' 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='%23f85632' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.35714rem) center;
  background-size: calc(0.75em + 0.71429rem) calc(0.75em + 0.71429rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #f85632;
  box-shadow: 0 0 0 0.2rem rgba(248, 86, 50, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f85632;
  padding-right: calc(0.75em + 3.14286rem);
  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='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.07143rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f85632' 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='%23f85632' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.07143rem/calc(0.75em + 0.71429rem) calc(0.75em + 0.71429rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f85632;
  box-shadow: 0 0 0 0.2rem rgba(248, 86, 50, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #f85632;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f85632;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fa7f63;
  background-color: #fa7f63;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(248, 86, 50, 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: #f85632;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f85632;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f85632;
  box-shadow: 0 0 0 0.2rem rgba(248, 86, 50, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 768px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    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: normal;
  color: #222222;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0.14286rem solid transparent;
  padding: 0.71429rem 1.07143rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.35714rem;
  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: #222222;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0094ff;
  border-color: #0094ff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #007ed9;
  border-color: #0076cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #007ed9;
  border-color: #0076cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 164, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0094ff;
  border-color: #0094ff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0076cc;
  border-color: #006fbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 164, 255, 0.5);
}

.btn-secondary {
  color: #222222;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #939393;
  border-color: #8c8c8c;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #939393;
  border-color: #8c8c8c;
  box-shadow: 0 0 0 0.2rem rgba(146, 146, 146, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222222;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #8c8c8c;
  border-color: #868686;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 146, 146, 0.5);
}

.btn-success {
  color: #222222;
  background-color: #71c170;
  border-color: #71c170;
}

.btn-success:hover {
  color: #fff;
  background-color: #57b555;
  border-color: #4eb14d;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #57b555;
  border-color: #4eb14d;
  box-shadow: 0 0 0 0.2rem rgba(101, 169, 100, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #222222;
  background-color: #71c170;
  border-color: #71c170;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4eb14d;
  border-color: #4aa849;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 169, 100, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #33a9ff;
  border-color: #33a9ff;
}

.btn-info:hover {
  color: #fff;
  background-color: #0d99ff;
  border-color: #0094ff;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0d99ff;
  border-color: #0094ff;
  box-shadow: 0 0 0 0.2rem rgba(82, 182, 255, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #33a9ff;
  border-color: #33a9ff;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0094ff;
  border-color: #008df2;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 182, 255, 0.5);
}

.btn-warning {
  color: #222222;
  background-color: #f89a20;
  border-color: #f89a20;
}

.btn-warning:hover {
  color: #222222;
  background-color: #ea8807;
  border-color: #de8007;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #222222;
  background-color: #ea8807;
  border-color: #de8007;
  box-shadow: 0 0 0 0.2rem rgba(216, 136, 32, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #222222;
  background-color: #f89a20;
  border-color: #f89a20;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #de8007;
  border-color: #d27907;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 136, 32, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f85632;
  border-color: #f85632;
}

.btn-danger:hover {
  color: #fff;
  background-color: #f7380d;
  border-color: #ef3208;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #f7380d;
  border-color: #ef3208;
  box-shadow: 0 0 0 0.2rem rgba(249, 111, 81, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f85632;
  border-color: #f85632;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ef3208;
  border-color: #e33008;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 111, 81, 0.5);
}

.btn-light {
  color: #222222;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-light:hover {
  color: #222222;
  background-color: #e7e7e7;
  border-color: #e0e0e0;
}

.btn-light:focus,
.btn-light.focus {
  color: #222222;
  background-color: #e7e7e7;
  border-color: #e0e0e0;
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #222222;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #222222;
  background-color: #e0e0e0;
  border-color: #dadada;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-dark:hover {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
  box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #030303;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.btn-outline-primary {
  color: #0094ff;
  border-color: #0094ff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0094ff;
  border-color: #0094ff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0094ff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0094ff;
  border-color: #0094ff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.5);
}

.btn-outline-secondary {
  color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-outline-secondary:hover {
  color: #222222;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #a6a6a6;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #222222;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5);
}

.btn-outline-success {
  color: #71c170;
  border-color: #71c170;
}

.btn-outline-success:hover {
  color: #222222;
  background-color: #71c170;
  border-color: #71c170;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 193, 112, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #71c170;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #222222;
  background-color: #71c170;
  border-color: #71c170;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 193, 112, 0.5);
}

.btn-outline-info {
  color: #33a9ff;
  border-color: #33a9ff;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #33a9ff;
  border-color: #33a9ff;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 169, 255, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #33a9ff;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #33a9ff;
  border-color: #33a9ff;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 169, 255, 0.5);
}

.btn-outline-warning {
  color: #f89a20;
  border-color: #f89a20;
}

.btn-outline-warning:hover {
  color: #222222;
  background-color: #f89a20;
  border-color: #f89a20;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 154, 32, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f89a20;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #222222;
  background-color: #f89a20;
  border-color: #f89a20;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 154, 32, 0.5);
}

.btn-outline-danger {
  color: #f85632;
  border-color: #f85632;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f85632;
  border-color: #f85632;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 86, 50, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f85632;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f85632;
  border-color: #f85632;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 86, 50, 0.5);
}

.btn-outline-light {
  color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-light:hover {
  color: #222222;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fafafa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #222222;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-dark {
  color: #222222;
  border-color: #222222;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #222222;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0094ff;
  text-decoration: none;
}

.btn-link:hover {
  color: #3e434a;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #a6a6a6;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 1.07143rem 1.42857rem;
  font-size: 1.28rem;
  line-height: 1.33333;
  border-radius: 0.35714rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.35714rem 0.71429rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.21429rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #161616;
  text-decoration: none;
  background-color: #fafafa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0094ff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #a6a6a6;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

.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.80357rem;
  padding-left: 0.80357rem;
}

.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.53571rem;
  padding-left: 0.53571rem;
}

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

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

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

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -0.14286rem;
}

.input-group-prepend {
  margin-right: -0.14286rem;
}

.input-group-append {
  margin-left: -0.14286rem;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.71429rem 1.07143rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeee;
  border: 0.14286rem solid #cccccc;
  border-radius: 0.35714rem;
}

.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.5rem + 2.14286rem + 0.28571rem + 0.28571rem);
}

.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: 1.07143rem 1.42857rem;
  font-size: 1.28rem;
  line-height: 1.33333;
  border-radius: 0.35714rem;
}

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

.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.35714rem 0.71429rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.21429rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0094ff;
  background-color: #0094ff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0094ff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3dfff;
  border-color: #b3dfff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #a6a6a6;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eeeeee;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b5b5b5 solid 0.14286rem;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.35714rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0094ff;
  background-color: #0094ff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 148, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 148, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 148, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: 0.53571rem;
  left: -1.96429rem;
  width: 0.42857rem;
  height: 0.42857rem;
  background-color: #b5b5b5;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 148, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5rem + 1.42857rem + 0.28571rem);
  padding: 0.71429rem 2.07143rem 0.71429rem 1.07143rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  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='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.07143rem center/8px 10px;
  border: 0.14286rem solid #cccccc;
  border-radius: 0.35714rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #0094ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #555555;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.07143rem;
  background-image: none;
}

.custom-select:disabled {
  color: #a6a6a6;
  background-color: #eeeeee;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #555555;
}

.custom-select-sm {
  height: calc(1.5rem + 0.71429rem + 0.28571rem);
  padding-top: 0.35714rem;
  padding-bottom: 0.35714rem;
  padding-left: 0.71429rem;
  font-size: 0.85rem;
}

.custom-select-lg {
  height: calc(1.5rem + 2.14286rem + 0.28571rem + 0.28571rem);
  padding-top: 1.07143rem;
  padding-bottom: 1.07143rem;
  padding-left: 1.42857rem;
  font-size: 1.28rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5rem + 1.42857rem + 0.28571rem);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5rem + 1.42857rem + 0.28571rem);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #0094ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eeeeee;
}

.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.5rem + 1.42857rem + 0.28571rem);
  padding: 0.71429rem 1.07143rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  border: 0.14286rem solid #cccccc;
  border-radius: 0.35714rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.42857rem);
  padding: 0.71429rem 1.07143rem;
  line-height: 1.5;
  color: #555555;
  content: "Browse";
  background-color: #eeeeee;
  border-left: inherit;
  border-radius: 0 0.35714rem 0.35714rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0094ff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3dfff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0094ff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3dfff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0094ff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3dfff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #e0e0e0;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e0e0e0;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b5b5b5;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #b5b5b5;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #b5b5b5;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #a6a6a6;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0.14286rem solid #dce1e8;
}

.nav-tabs .nav-item {
  margin-bottom: -0.14286rem;
}

.nav-tabs .nav-link {
  border: 0.14286rem solid transparent;
  border-top-left-radius: 0.35714rem;
  border-top-right-radius: 0.35714rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #eeeeee #eeeeee #dce1e8;
}

.nav-tabs .nav-link.disabled {
  color: #a6a6a6;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #555555;
  background-color: #fff;
  border-color: #e0e0e0 #e0e0e0 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -0.14286rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.35714rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0094ff;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-xxs,
.navbar .container-xs,
.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.29rem;
  padding-bottom: 0.29rem;
  margin-right: 1rem;
  font-size: 1.28rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.28rem;
  line-height: 1;
  background-color: transparent;
  border: 0.14286rem solid transparent;
  border-radius: 0.35714rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 479.98px) {
  .navbar-expand-xxs > .container,
  .navbar-expand-xxs > .container-fluid,
  .navbar-expand-xxs > .container-xxs,
  .navbar-expand-xxs > .container-xs,
  .navbar-expand-xxs > .container-sm,
  .navbar-expand-xxs > .container-md,
  .navbar-expand-xxs > .container-lg,
  .navbar-expand-xxs > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  .navbar-expand-xxs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxs .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxs .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxs > .container,
  .navbar-expand-xxs > .container-fluid,
  .navbar-expand-xxs > .container-xxs,
  .navbar-expand-xxs > .container-xs,
  .navbar-expand-xxs > .container-sm,
  .navbar-expand-xxs > .container-md,
  .navbar-expand-xxs > .container-lg,
  .navbar-expand-xxs > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-xxs,
  .navbar-expand-xs > .container-xs,
  .navbar-expand-xs > .container-sm,
  .navbar-expand-xs > .container-md,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-xxs,
  .navbar-expand-xs > .container-xs,
  .navbar-expand-xs > .container-sm,
  .navbar-expand-xs > .container-md,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xxs,
  .navbar-expand-sm > .container-xs,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xxs,
  .navbar-expand-sm > .container-xs,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xxs,
  .navbar-expand-md > .container-xs,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xxs,
  .navbar-expand-md > .container-xs,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xxs,
  .navbar-expand-lg > .container-xs,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xxs,
  .navbar-expand-lg > .container-xs,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xxs,
  .navbar-expand-xl > .container-xs,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xxs,
  .navbar-expand-xl > .container-xs,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xxs,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xxs,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.14286rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.35714rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.21429rem;
  border-top-right-radius: 0.21429rem;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.21429rem;
  border-bottom-left-radius: 0.21429rem;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0.14286rem solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0.21429rem 0.21429rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0.14286rem solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 0.21429rem 0.21429rem;
}

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0.21429rem;
  border-top-right-radius: 0.21429rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.21429rem;
  border-bottom-left-radius: 0.21429rem;
}

.card-deck .card {
  margin-bottom: 10px;
}

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

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group > .card {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 768px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -0.14286rem;
}

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

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #a6a6a6;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #a2abb8;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -0.14286rem;
  line-height: 1.25;
  color: #0094ff;
  background-color: #fff;
  border: 0.14286rem solid #e0e0e0;
}

.page-link:hover {
  z-index: 2;
  color: #3e434a;
  text-decoration: none;
  background-color: #eeeeee;
  border-color: #e0e0e0;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.35714rem;
  border-bottom-left-radius: 0.35714rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.35714rem;
  border-bottom-right-radius: 0.35714rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0094ff;
  border-color: #0094ff;
}

.page-item.disabled .page-link {
  color: #a6a6a6;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e0e0e0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.28rem;
  line-height: 1.33333;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.57143rem;
  border-bottom-left-radius: 0.57143rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.57143rem;
  border-bottom-right-radius: 0.57143rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.21429rem;
  border-bottom-left-radius: 0.21429rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.21429rem;
  border-bottom-right-radius: 0.21429rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35714rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #0094ff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0076cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 255, 0.5);
}

.badge-secondary {
  color: #222222;
  background-color: #a6a6a6;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #222222;
  background-color: #8c8c8c;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5);
}

.badge-success {
  color: #222222;
  background-color: #71c170;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #222222;
  background-color: #4eb14d;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(113, 193, 112, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #33a9ff;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #0094ff;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 169, 255, 0.5);
}

.badge-warning {
  color: #222222;
  background-color: #f89a20;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #222222;
  background-color: #de8007;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 154, 32, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f85632;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #ef3208;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 86, 50, 0.5);
}

.badge-light {
  color: #222222;
  background-color: #fafafa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #222222;
  background-color: #e0e0e0;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #222222;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #090909;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eeeeee;
  border-radius: 0.57143rem;
}

@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert {
  position: relative;
  padding: 1.07143rem 1.07143rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.57143rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.64286rem;
}

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

.alert-primary {
  color: #004d85;
  background-color: #0094ff;
  border-color: #0094ff;
}

.alert-primary hr {
  border-top-color: #0085e6;
}

.alert-primary .alert-link {
  color: #002f52;
}

.alert-secondary {
  color: #565656;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.alert-secondary hr {
  border-top-color: #999999;
}

.alert-secondary .alert-link {
  color: #3d3d3d;
}

.alert-success {
  color: #3b643a;
  background-color: #71c170;
  border-color: #71c170;
}

.alert-success hr {
  border-top-color: #5fb95e;
}

.alert-success .alert-link {
  color: #284427;
}

.alert-info {
  color: #1b5885;
  background-color: #33a9ff;
  border-color: #33a9ff;
}

.alert-info hr {
  border-top-color: #1a9eff;
}

.alert-info .alert-link {
  color: #123c5b;
}

.alert-warning {
  color: #815011;
  background-color: #f89a20;
  border-color: #f89a20;
}

.alert-warning hr {
  border-top-color: #f78f08;
}

.alert-warning .alert-link {
  color: #54340b;
}

.alert-danger {
  color: #812d1a;
  background-color: #f85632;
  border-color: #f85632;
}

.alert-danger hr {
  border-top-color: #f74219;
}

.alert-danger .alert-link {
  color: #571e11;
}

.alert-light {
  color: #828282;
  background-color: #fafafa;
  border-color: #fafafa;
}

.alert-light hr {
  border-top-color: #ededed;
}

.alert-light .alert-link {
  color: dimgray;
}

.alert-dark {
  color: #121212;
  background-color: #222222;
  border-color: #222222;
}

.alert-dark hr {
  border-top-color: #151515;
}

.alert-dark .alert-link {
  color: black;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #eeeeee;
  border-radius: 0.35714rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0094ff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

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

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #555555;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #555555;
  text-decoration: none;
  background-color: #fafafa;
}

.list-group-item-action:active {
  color: #222222;
  background-color: #eeeeee;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 0.07143rem 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: #a6a6a6;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0094ff;
  border-color: #0094ff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -0.07143rem;
  border-top-width: 0.07143rem;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.35714rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.35714rem;
  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: 0.07143rem;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -0.07143rem;
  border-left-width: 0.07143rem;
}

@media (min-width: 480px) {
  .list-group-horizontal-xxs {
    flex-direction: row;
  }

  .list-group-horizontal-xxs > .list-group-item:first-child {
    border-bottom-left-radius: 0.35714rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxs > .list-group-item:last-child {
    border-top-right-radius: 0.35714rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxs > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxs > .list-group-item + .list-group-item {
    border-top-width: 0.07143rem;
    border-left-width: 0;
  }

  .list-group-horizontal-xxs > .list-group-item + .list-group-item.active {
    margin-left: -0.07143rem;
    border-left-width: 0.07143rem;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }

  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 0.35714rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 0.35714rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 0.07143rem;
    border-left-width: 0;
  }

  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -0.07143rem;
    border-left-width: 0.07143rem;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.35714rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.35714rem;
    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: 0.07143rem;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -0.07143rem;
    border-left-width: 0.07143rem;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.35714rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.35714rem;
    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: 0.07143rem;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -0.07143rem;
    border-left-width: 0.07143rem;
  }
}

@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.35714rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.35714rem;
    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: 0.07143rem;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -0.07143rem;
    border-left-width: 0.07143rem;
  }
}

@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.35714rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.35714rem;
    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: 0.07143rem;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -0.07143rem;
    border-left-width: 0.07143rem;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 0.07143rem;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004d85;
  background-color: #b8e1ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004d85;
  background-color: #9fd6ff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004d85;
  border-color: #004d85;
}

.list-group-item-secondary {
  color: #565656;
  background-color: #e6e6e6;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #565656;
  background-color: #d9d9d9;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}

.list-group-item-success {
  color: #3b643a;
  background-color: #d7eed7;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #3b643a;
  background-color: #c5e6c5;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3b643a;
  border-color: #3b643a;
}

.list-group-item-info {
  color: #1b5885;
  background-color: #c6e7ff;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #1b5885;
  background-color: #addcff;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1b5885;
  border-color: #1b5885;
}

.list-group-item-warning {
  color: #815011;
  background-color: #fde3c1;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #815011;
  background-color: #fcd8a8;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #815011;
  border-color: #815011;
}

.list-group-item-danger {
  color: #812d1a;
  background-color: #fdd0c6;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #812d1a;
  background-color: #fcbcad;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #812d1a;
  border-color: #812d1a;
}

.list-group-item-light {
  color: #828282;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #828282;
  background-color: #f1f1f1;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}

.list-group-item-dark {
  color: #121212;
  background-color: #c1c1c1;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #121212;
  background-color: #b4b4b4;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.14286rem solid transparent;
  border-radius: 0.57143rem;
  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: 1rem 1rem;
  border-bottom: 0.14286rem solid transparent;
  border-top-left-radius: 0.42857rem;
  border-top-right-radius: 0.42857rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0.14286rem solid transparent;
  border-bottom-right-radius: 0.42857rem;
  border-bottom-left-radius: 0.42857rem;
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.85rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.85rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.14286rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.57143rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.57143rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: -0.64286rem;
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 0.14286rem;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: -0.64286rem;
  width: 0.5rem;
  height: 1rem;
  margin: 0.57143rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 0.14286rem;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: -0.64286rem;
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 0.14286rem;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0.14286rem solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: -0.64286rem;
  width: 0.5rem;
  height: 1rem;
  margin: 0.57143rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 0.14286rem;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 0.14286rem solid #ebebeb;
  border-top-left-radius: 0.42857rem;
  border-top-right-radius: 0.42857rem;
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%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: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

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

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

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #0094ff !important;
}

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

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

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

.bg-success {
  background-color: #71c170 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 0.14286rem solid #d9d9d9 !important;
}

.border-top {
  border-top: 0.14286rem solid #d9d9d9 !important;
}

.border-right {
  border-right: 0.14286rem solid #d9d9d9 !important;
}

.border-bottom {
  border-bottom: 0.14286rem solid #d9d9d9 !important;
}

.border-left {
  border-left: 0.14286rem solid #d9d9d9 !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: #0094ff !important;
}

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

.border-success {
  border-color: #71c170 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.57143rem !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: 480px) {
  .d-xxs-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .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: 1024px) {
  .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.85714%;
}

.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: 480px) {
  .flex-xxs-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .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: 1024px) {
  .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: 480px) {
  .float-xxs-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

.position-sticky {
  position: 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: 480px) {
  .m-xxs-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-xs-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: 992px) {
  .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: 1024px) {
  .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: 480px) {
  .text-xxs-left {
    text-align: left !important;
  }

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

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

@media (min-width: 576px) {
  .text-xs-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1024px) {
  .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: #0094ff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0068b3 !important;
}

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

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

.text-success {
  color: #71c170 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #469f45 !important;
}

.text-info {
  color: #33a9ff !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0085e6 !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #c57206 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #d62d07 !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #d4d4d4 !important;
}

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

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

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

.text-muted {
  color: #a6a6a6 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 0.14286rem solid #b5b5b5;
    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: 1024px !important;
  }

  .container {
    min-width: 1024px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 0.14286rem solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e0e0e0 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d9d9d9;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #d9d9d9;
  }
}

@font-face {
  font-family: proxima-nova;
  font-weight: normal;
  font-style: normal;
  src: url(fonts/regular.eot);
  src: url(fonts/regular.eot?#iefix) format("embedded-opentype"), url(fonts/regular.woff2) format("woff2"), url(fonts/regular.woff) format("woff"), url(fonts/regular.ttf) format("truetype");
}

.font-proxima-nova-regular {
  font-family: proxima-nova;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: proxima-nova;
  font-weight: 500;
  font-style: normal;
  src: url(fonts/medium.eot);
  src: url(fonts/medium.eot?#iefix) format("embedded-opentype"), url(fonts/medium.woff2) format("woff2"), url(fonts/medium.woff) format("woff"), url(fonts/medium.ttf) format("truetype");
}

.font-proxima-nova-medium {
  font-family: proxima-nova;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: proxima-nova;
  font-weight: bold;
  font-style: normal;
  src: url(fonts/bold.eot);
  src: url(fonts/bold.eot?#iefix) format("embedded-opentype"), url(fonts/bold.woff2) format("woff2"), url(fonts/bold.woff) format("woff"), url(fonts/bold.ttf) format("truetype");
}

.font-proxima-nova-bold {
  font-family: proxima-nova;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: proxima-nova;
  font-weight: normal;
  font-style: italic;
  src: url(fonts/italic.eot);
  src: url(fonts/italic.eot?#iefix) format("embedded-opentype"), url(fonts/italic.woff2) format("woff2"), url(fonts/italic.woff) format("woff"), url(fonts/italic.ttf) format("truetype");
}

.font-proxima-nova-italic {
  font-family: proxima-nova;
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: proxima-nova;
  font-weight: bold;
  font-style: italic;
  src: url(fonts/bold-italic.eot);
  src: url(fonts/bold-italic.eot?#iefix) format("embedded-opentype"), url(fonts/bold-italic.woff2) format("woff2"), url(fonts/bold-italic.woff) format("woff"), url(fonts/bold-italic.ttf) format("truetype");
}

.font-proxima-nova-bold-italic {
  font-family: proxima-nova;
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-brands-400.eot);
  src: url(fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(fonts/fa-brands-400.woff) format("woff"), url(fonts/fa-brands-400.ttf) format("truetype"), url(fonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-whatsapp:before {
  content: "\f232";
}

.member-body {
  background: #f7f7f7;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 3.64286rem;
  /* LIST-GROUP */
  /* FORMS */
}

.member-body .flag {
  height: 1rem;
  vertical-align: middle;
  padding: 0 0.35714rem 0.14286rem 0;
}

.member-body .absolute-center-container {
  display: table;
  width: 100%;
}

.member-body .absolute-center-container > * {
  display: table-cell;
  vertical-align: middle;
}

.member-body .navbar-brand {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 3.57143rem;
  left: 0;
  top: 0;
}

.member-body .member-header {
  display: flex;
  align-items: center;
  height: 3.57143rem;
}

.member-body .nav-bar-logo {
  display: none;
  max-width: 8.57143rem;
}

.member-body .nav-bar-symbol {
  display: block;
  max-width: 1.71429rem;
  max-height: 3.28571rem;
  padding-bottom: 0.71429rem;
}

@media (min-width: 768px) {
  .member-body .nav-bar-logo {
    display: block;
  }

  .member-body .nav-bar-symbol {
    display: none;
  }
}

.member-body .navbar {
  border-color: #e4e4e4;
}

.member-body .list-group {
  box-shadow: 0 0.14286rem 0.71429rem rgba(0, 0, 0, 0.05);
}

.member-body .list-group .list-group-item {
  border-left: none;
  border-right: none;
  transition: background-color 0.2s ease-out;
}

.member-body .list-group .list-group-item:first-child {
  border-top: none;
}

.member-body .list-group .list-group-item:last-child {
  border-bottom: none;
}

.member-body .list-group .list-group-item.list-group-item-warning,
.member-body .list-group .list-group-item.list-group-item-danger,
.member-body .list-group .list-group-item.list-group-item-success,
.member-body .list-group .list-group-item.list-group-item-info {
  color: #fff;
}

.member-body .list-group .list-group-item.list-group-item-warning {
  background-color: #f89a20;
  border-color: #ea8807;
}

.member-body .list-group .list-group-item.list-group-item-warning:hover:not(div) {
  background-color: #de8007;
}

.member-body .list-group .list-group-item.list-group-item-danger {
  background-color: #f85632;
  border-color: #f7380d;
}

.member-body .list-group .list-group-item.list-group-item-danger:hover:not(div) {
  background-color: #ef3208;
}

.member-body .list-group .list-group-item.list-group-item-success {
  background-color: #71c170;
  border-color: #57b555;
}

.member-body .list-group .list-group-item.list-group-item-success:hover:not(div) {
  background-color: #4eb14d;
}

.member-body .list-group .list-group-item.list-group-item-info {
  background-color: #33a9ff;
  border-color: #0d99ff;
}

.member-body .list-group .list-group-item.list-group-item-info:hover:not(div) {
  background-color: #0094ff;
}

.member-body .form-control {
  position: relative;
  padding: 0.71429rem 1.07143rem;
  height: auto;
  box-shadow: none;
  border-radius: 0.21429rem;
  border-color: transparent;
  border-bottom-width: 0.14286rem;
  background: rgba(0, 0, 0, 0.075);
  transition: all 0.1s ease-out;
}

.member-body input.form-control:focus,
.member-body input.form-control:focus:hover {
  padding: 0.71429rem 2.14286rem 0.71429rem 0;
  font-weight: 700;
  border-color: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.14286rem solid #0094ff;
  background: #fff;
  color: #000;
  border-radius: 0;
}

.member-body .form-control.is-valid {
  padding-left: 0rem;
  padding-right: calc(1.5em + 1.42857rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#71c170' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.35714rem);
  background-size: calc(0.75em + 0.71429rem) calc(0.75em + 0.71429rem);
  border-color: #71c170;
  border-width: 0rem;
  border-bottom: 0.14286rem solid #71c170;
}

.member-body .form-control.is-valid:hover,
.member-body .form-control.is-valid:focus,
.member-body .form-control.is-valid:focus:hover {
  padding-right: calc(1.5em + 1.42857rem);
  background-color: white;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#71c170' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.35714rem);
  background-size: calc(0.75em + 0.71429rem) calc(0.75em + 0.71429rem);
  border-width: 0rem;
  border-color: #71c170;
  border-bottom: 0.14286rem solid #71c170;
  box-shadow: none;
}

.member-body .form-control.is-invalid {
  padding-left: 0rem;
  padding-right: calc(1.5em + 1.42857rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#f85632' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#f85632' stroke='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.35714rem);
  background-size: calc(0.75em + 0.71429rem) calc(0.75em + 0.71429rem);
  border-color: #f85632;
  border-width: 0rem;
  border-bottom: 0.14286rem solid #f85632;
}

.member-body .form-control.is-invalid:hover,
.member-body .form-control.is-invalid:focus,
.member-body .form-control.is-invalid:focus:hover {
  padding-right: calc(1.5em + 1.42857rem);
  background-color: #fff;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#f85632' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#f85632' stroke='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.35714rem);
  background-size: calc(0.75em + 0.71429rem) calc(0.75em + 0.71429rem);
  border-width: 0rem;
  border-color: #f85632;
  border-bottom: 0.14286rem solid #f85632;
  box-shadow: none;
}

.member-body input.form-control:hover {
  border-color: transparent;
  border-bottom-color: #b5b5b5;
  border-radius: 0;
}

.member-body textarea.form-control:focus {
  border: 0.14286rem solid #0094ff;
}

@media (max-width: 991.98px) {
  .member-body .text-xs-center {
    text-align: center;
  }

  .member-body .text-xs-left {
    text-align: left;
  }

  .member-body .navbar-brand {
    position: relative;
  }
}

.member-btn {
  color: #0094ff;
  font-size: 1.28571rem;
  font-weight: bold;
}

.member-btn:hover {
  color: #212529;
}

/* Extra Small Devices, Phones */

@media (min-width: 768px) {
  .form-inline {
    margin: 0 0.35714rem;
  }
}

.list-group-icon-right {
  display: inline-block;
  position: absolute;
  right: 1.07143rem;
  top: calc(50% - 0.85714rem);
}

.dashboard-arrow {
  position: relative;
  top: 0.35714rem;
  font-size: 1.85714rem;
}

a[data-toggle="modal"] {
  color: #0094ff !important;
}

a[data-toggle="modal"]:hover {
  text-decoration: underline !important;
  color: #3e434a !important;
}

body.authenticated {
  background: #f2f4f8;
  margin-bottom: 2.85714rem;
}

#page-content-wrapper {
  position: relative;
}

.treasurer-copyright a {
  color: #939598;
}

.treasurer-container {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #3e434a;
  /* tickets */
}

.treasurer-container.authenticated {
  background: #f2f4f8;
}

.treasurer-container .account-balance {
  position: absolute;
  top: calc(50% - 1.78571rem);
  right: 1.07143rem;
}

.treasurer-container .dropdown-padded > .btn {
  padding: 0.71429rem 1.07143rem;
}

.treasurer-container .dropdown-padded .dropdown-menu > li {
  padding: 0;
}

.treasurer-container .dropdown-padded .dropdown-menu > li > a {
  padding: 0.71429rem 0.71429rem;
}

.treasurer-container .page-header {
  margin-top: 1.78571rem;
  padding-bottom: 0;
  border: 0;
}

.treasurer-container .breadcrumb {
  font-size: 90%;
  background: none;
  padding: 0.57143rem 0;
  margin: 1.07143rem 0;
  border-bottom: 0.07143rem solid #dce1e8;
}

.treasurer-container .breadcrumb li a {
  color: #737d8a;
  text-decoration: none;
}

.treasurer-container .breadcrumb .active,
.treasurer-container .breadcrumb li + li:before {
  color: #a2abb8;
  content: ">";
}

.treasurer-container .invoice-inner-header {
  margin-bottom: -0.71429rem;
}

.treasurer-container table thead th {
  color: #3e434a;
  font-size: 85%;
  text-transform: uppercase;
  vertical-align: middle;
}

.treasurer-container .ticket-msg {
  position: relative;
  display: inline-block;
  clear: both;
  margin-bottom: 0.71429rem;
  padding: 0.92857rem 1rem;
  vertical-align: top;
  border-radius: 0.35714rem;
  width: 95%;
}

.treasurer-container .ticket-msg:before {
  position: absolute;
  top: calc(50% - 0.35714rem);
  display: block;
  width: 0.71429rem;
  height: 0.71429rem;
  content: '\00a0';
  transform: rotate(29deg) skew(-35deg);
}

.treasurer-container .ticket-msg .ticket-msg-time {
  color: rgba(0, 0, 0, 0.5);
}

.treasurer-container .ticket-msg.company {
  float: left;
  color: #fff;
  background-color: #888888;
}

.treasurer-container .ticket-msg.company:before {
  left: -0.21429rem;
  background-color: #888888;
}

.treasurer-container .ticket-msg.company .ticket-msg-time {
  color: rgba(255, 255, 255, 0.7);
}

.treasurer-container .ticket-msg.customer {
  float: right;
  box-shadow: 0 0.07143rem 0.07143rem rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.treasurer-container .ticket-msg.customer:before {
  right: -0.21429rem;
  background-color: #fff;
  border-right: 0.07143rem solid 0 0.07143rem 0.07143rem rgba(0, 0, 0, 0.05);
}

.treasurer-container .ticket-msg.support {
  float: left;
  border: 0.07143rem solid #0094ff;
  background-color: #fff;
}

.treasurer-container .ticket-msg.support:before {
  left: -0.42857rem;
  transform: rotate(35deg) skew(-20deg);
  border-left: 0.07143rem solid #0094ff;
  border-bottom: 0.07143rem solid #0094ff;
  background-color: #fff;
}

.treasurer-container .ticket-msg.support .ticket-sender-name {
  font-weight: bold;
  font-size: 70%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.28571rem 0.57143rem 0.21429rem;
  margin-bottom: 0.5rem;
  border-radius: 3.57143rem;
  display: inline-block;
  background: #0094ff;
  color: #fff;
}

.treasurer-container .ticket-msg .ticket-msg-time {
  transform: translateY(0.35714rem);
  text-align: right;
  font-size: 75%;
  font-weight: 500;
}

.treasurer-container .treasurer-sign-in .flag {
  height: 0.85714rem;
  vertical-align: baseline;
}

.treasurer-container .treasurer-sign-in .vcenter {
  display: flex;
  align-items: center;
}

.ticket-header {
  position: relative;
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 1.07143rem 0;
  font-size: 80%;
}

.ticket-header:before,
.ticket-header:after {
  position: absolute;
  left: 0;
  top: 1.64286rem;
  display: inline-block;
  width: 25%;
  height: 0.07143rem;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}

.ticket-header:after {
  left: auto;
  right: 0;
}

.ticket-msg {
  position: relative;
  display: inline-block;
  background: #0094ff;
}

.ticket-msg-time {
  transform: translateY(0.35714rem);
  text-align: right;
  font-size: 75%;
  font-weight: 500;
}

.ticket-write {
  padding: 1.07143rem;
  margin: 1.07143rem 0;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0.07143rem solid rgba(0, 0, 0, 0.05);
  border-radius: 0.28571rem;
  transition: 0.275s background-color cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s border-color cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ticket-write .form-control {
  transition: 0.3s background-color cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ticket-write:hover {
  border-color: #bfbfbf;
}

.ticket-write:focus-within {
  padding: 1rem;
  background-color: #fff;
  border-color: #0094ff;
  border-width: 0.14286rem;
}

.ticket-write textarea {
  max-width: 100% !important;
  min-width: 100% !important;
  padding: 0;
  font-size: 1.14286rem;
  box-shadow: none;
  border: 0;
  outline: none;
  background: transparent;
  height: 7.85714rem;
}

.ticket-write textarea:focus {
  box-shadow: none;
}

.text-success {
  color: #5cb85c;
}

/* make last and second to last drop-down menu in responsive table drop up */

.table-responsive tr:last-child .dropdown-menu,
.table-responsive tr:nth-last-child(2) .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.14286rem;
}

/* Checkbox */

.table .switch {
  transform: translateY(-0.14286rem);
  margin-bottom: -0.5rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3.71429rem;
  height: 1.85714rem;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  transition: .2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.28571rem;
  width: 1.28571rem;
  left: 0.28571rem;
  bottom: 0.28571rem;
  background-color: white;
  transition: .2s;
}

input:checked + .slider {
  background-color: #5cb85c;
}

input:focus + .slider {
  box-shadow: 0 0 0.07143rem #5cb85c;
}

input:checked + .slider:before {
  transform: translateX(1.85714rem);
}

.slider.round {
  border-radius: 2.42857rem;
}

.slider.round:before {
  border-radius: 50%;
}

#chartjs-tooltip {
  position: absolute;
  background: #fff;
  border-radius: 0.28571rem;
  box-shadow: 0 0.35714rem 1.07143rem rgba(0, 0, 0, 0.1);
  transition: all .1s ease;
  pointer-events: none;
  min-width: 20rem;
  z-index: 1000;
}

#chartjs-tooltip table {
  border-collapse: collapse;
  width: 100%;
}

#chartjs-tooltip table th {
  padding: 1.07143rem 0;
}

#chartjs-tooltip table td {
  padding: 0.57143rem 0.71429rem;
}

#chartjs-tooltip table td:first-child {
  padding-left: 0;
}

#chartjs-tooltip table td:last-child {
  padding-right: 0;
}

#chartjs-tooltip table td .chartjs-tooltip-key {
  display: inline-block;
  border-radius: 50%;
  min-width: 0.71429rem;
  min-height: 0.71429rem;
}

.treasurer-container .tile .grid-panel {
  padding: 0 0.71429rem;
}

.treasurer-container .tile .grid-panel .row *[class^='col-'] {
  padding: 1.07143rem 1.42857rem;
  border-bottom: 0.07143rem solid rgba(0, 0, 0, 0.05);
}

.treasurer-container .tile .grid-panel .row a {
  color: #58585b;
  text-decoration: none;
}

@media (min-width: 480px) {
  .grid-panel > .row {
    display: flex;
  }

  .grid-panel > .row *[class^='col-'] {
    border-right: 0.07143rem solid rgba(0, 0, 0, 0.05);
  }

  .grid-panel > .row *[class^='col-']:last-child {
    border-right: none;
  }

  .grid-panel > .row:last-child *[class^='col-'] {
    border-bottom: 0.07143rem solid rgba(0, 0, 0, 0.05);
  }

  .grid-panel > .row:last-child *[class^='col-']:last-child {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 12.85714rem;
  }

  .dl-horizontal dd {
    margin-left: 14.28571rem;
  }

  .grid-panel > .row *[class^='col-'] {
    border-right: 0.07143rem solid rgba(0, 0, 0, 0.05);
  }

  .grid-panel > .row:last-child *[class^='col-'] {
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding: 1.78571rem 0.71429rem;
  }

  .treasurer-container .tile .grid-panel .row [class^='col-']:first-child {
    padding-left: 2.14286rem;
  }
}

.caret-none .dropdown-toggle::after {
  display: none;
}

.clubbase-container .table > tbody > tr > td.primary,
.clubbase-container .table > tbody > tr > th.primary,
.clubbase-container .table > tfoot > tr > td.primary,
.clubbase-container .table > tfoot > tr > th.primary,
.clubbase-container .table > thead > tr > td.primary,
.clubbase-container .table > thead > tr > th.primary {
  background-color: #99d4ff;
}

.clubbase-container .table > tbody > tr > td.success,
.clubbase-container .table > tbody > tr > th.success,
.clubbase-container .table > tfoot > tr > td.success,
.clubbase-container .table > tfoot > tr > th.success,
.clubbase-container .table > thead > tr > td.success,
.clubbase-container .table > thead > tr > th.success {
  background-color: #dbefdb;
}

.clubbase-container .table > tbody > tr > td.info,
.clubbase-container .table > tbody > tr > th.info,
.clubbase-container .table > tfoot > tr > td.info,
.clubbase-container .table > tfoot > tr > th.info,
.clubbase-container .table > thead > tr > td.info,
.clubbase-container .table > thead > tr > th.info {
  background-color: #e6f4ff;
}

.clubbase-container .table > tbody > tr > td.warning,
.clubbase-container .table > tbody > tr > th.warning,
.clubbase-container .table > tfoot > tr > td.warning,
.clubbase-container .table > tfoot > tr > th.warning,
.clubbase-container .table > thead > tr > td.warning,
.clubbase-container .table > thead > tr > th.warning {
  background-color: #fdddb4;
}

.clubbase-container .table > tbody > tr > td.danger,
.clubbase-container .table > tbody > tr > th.danger,
.clubbase-container .table > tfoot > tr > td.danger,
.clubbase-container .table > tfoot > tr > th.danger,
.clubbase-container .table > thead > tr > td.danger,
.clubbase-container .table > thead > tr > th.danger {
  background-color: #fdd0c6;
}

.clubbase-container .table > tbody > tr.primary > td,
.clubbase-container .table > tbody > tr.primary > th,
.clubbase-container .table > tfoot > tr.primary > td,
.clubbase-container .table > tfoot > tr.primary > th,
.clubbase-container .table > thead > tr.primary > td,
.clubbase-container .table > thead > tr.primary > th {
  background-color: #99d4ff;
}

.clubbase-container .table > tbody > tr.primary > td:hover,
.clubbase-container .table > tbody > tr.primary > th:hover,
.clubbase-container .table > tfoot > tr.primary > td:hover,
.clubbase-container .table > tfoot > tr.primary > th:hover,
.clubbase-container .table > thead > tr.primary > td:hover,
.clubbase-container .table > thead > tr.primary > th:hover {
  background-color: #66bfff;
}

.clubbase-container .table > tbody > tr.success > td,
.clubbase-container .table > tbody > tr.success > th,
.clubbase-container .table > tfoot > tr.success > td,
.clubbase-container .table > tfoot > tr.success > th,
.clubbase-container .table > thead > tr.success > td,
.clubbase-container .table > thead > tr.success > th {
  background-color: #dbefdb;
}

.clubbase-container .table > tbody > tr.success > td:hover,
.clubbase-container .table > tbody > tr.success > th:hover,
.clubbase-container .table > tfoot > tr.success > td:hover,
.clubbase-container .table > tfoot > tr.success > th:hover,
.clubbase-container .table > thead > tr.success > td:hover,
.clubbase-container .table > thead > tr.success > th:hover {
  background-color: #b8e0b7;
}

.clubbase-container .table > tbody > tr.info > td,
.clubbase-container .table > tbody > tr.info > th,
.clubbase-container .table > tfoot > tr.info > td,
.clubbase-container .table > tfoot > tr.info > th,
.clubbase-container .table > thead > tr.info > td,
.clubbase-container .table > thead > tr.info > th {
  background-color: #e6f4ff;
}

.clubbase-container .table > tbody > tr.info > td:hover,
.clubbase-container .table > tbody > tr.info > th:hover,
.clubbase-container .table > tfoot > tr.info > td:hover,
.clubbase-container .table > tfoot > tr.info > th:hover,
.clubbase-container .table > thead > tr.info > td:hover,
.clubbase-container .table > thead > tr.info > th:hover {
  background-color: #b3deff;
}

.clubbase-container .table > tbody > tr.warning > td,
.clubbase-container .table > tbody > tr.warning > th,
.clubbase-container .table > tfoot > tr.warning > td,
.clubbase-container .table > tfoot > tr.warning > th,
.clubbase-container .table > thead > tr.warning > td,
.clubbase-container .table > thead > tr.warning > th {
  background-color: #fdddb4;
}

.clubbase-container .table > tbody > tr.warning > td:hover,
.clubbase-container .table > tbody > tr.warning > th:hover,
.clubbase-container .table > tfoot > tr.warning > td:hover,
.clubbase-container .table > tfoot > tr.warning > th:hover,
.clubbase-container .table > thead > tr.warning > td:hover,
.clubbase-container .table > thead > tr.warning > th:hover {
  background-color: #fbc783;
}

.clubbase-container .table > tbody > tr.danger > td,
.clubbase-container .table > tbody > tr.danger > th,
.clubbase-container .table > tfoot > tr.danger > td,
.clubbase-container .table > tfoot > tr.danger > th,
.clubbase-container .table > thead > tr.danger > td,
.clubbase-container .table > thead > tr.danger > th {
  background-color: #fdd0c6;
}

.clubbase-container .table > tbody > tr.danger > td:hover,
.clubbase-container .table > tbody > tr.danger > th:hover,
.clubbase-container .table > tfoot > tr.danger > td:hover,
.clubbase-container .table > tfoot > tr.danger > th:hover,
.clubbase-container .table > thead > tr.danger > td:hover,
.clubbase-container .table > thead > tr.danger > th:hover {
  background-color: #fba795;
}

.clubbase-container .mark,
.clubbase-container mark {
  padding: .5rem;
  background-color: #fdf0cd;
}

.clubbase-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* fullcalendar */
  /* Bootstrap Badge extension */
  /* Shares colors from .label */
  /* end of Bootstrap Badge extension */
}

.clubbase-container h1,
.clubbase-container h2,
.clubbase-container h3 {
  font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.clubbase-container .top-label {
  /*border: 1px solid green;*/
  padding-right: 0.35714rem;
  margin-top: -0.71429rem;
}

.clubbase-container .top-tabs {
  margin: 0.71429rem 0 1.42857rem;
}

.clubbase-container .narrow-padding {
  padding: 0.14286rem 0.57143rem !important;
}

.clubbase-container .red {
  color: #a00;
}

.clubbase-container .blue {
  color: #00a;
}

.clubbase-container .green {
  color: #0a0;
}

.clubbase-container .table tbody > tr > td.vert-align {
  vertical-align: middle;
}

.clubbase-container .floating-labels {
  margin-right: 0.35714rem;
  margin-bottom: 0.35714rem;
  float: left;
  text-transform: lowercase;
}

.clubbase-container trix-editor {
  min-height: 14.28571rem !important;
}

.clubbase-container .to-lowercase {
  text-transform: lowercase;
}

.clubbase-container .inlined-forms {
  display: inline;
}

.clubbase-container .icon-flipped {
  display: inline-block;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.clubbase-container .label-multiline {
  line-height: initial;
  display: inline-block;
  white-space: normal;
}

.clubbase-container .panel-heading[data-toggle="collapse"] {
  cursor: pointer;
}

.clubbase-container code {
  color: #333;
}

.clubbase-container fieldset[disabled] select {
  cursor: not-allowed;
}

.clubbase-container hr.no-margin {
  margin-top: 0.14286rem;
  margin-bottom: 0.14286rem;
}

.clubbase-container a.inherited {
  color: inherit;
}

.clubbase-container .dropdown-submenu {
  position: relative;
  cursor: pointer;
}

.clubbase-container .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.42857rem;
  margin-left: -0.07143rem;
  border-radius: 0 0.42857rem 0.42857rem 0.42857rem;
}

.clubbase-container .dropdown-submenu:hover,
.clubbase-container .dropdown-submenu.open > .dropdown-toggle,
.clubbase-container .dropdown-submenu.open > .dropdown-toggle:hover {
  background-color: #f5f5f5;
}

.clubbase-container .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0.35714rem 0 0.35714rem 0.35714rem;
  border-left-color: #ccc;
  margin-top: 0.35714rem;
  margin-right: -0.71429rem;
}

@media (min-width: 992px) {
  .clubbase-container .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .clubbase-container .dropdown-submenu.open > .dropdown-toggle {
    background-color: #ececec !important;
    color: #777 !important;
  }

  .clubbase-container .dropdown-submenu > .dropdown-menu {
    border-bottom: 0.14286rem solid #e7e7e7 !important;
    border-radius: 0;
    background-color: #f3f3f3 !important;
  }
}

.clubbase-container .dropdown-submenu {
  position: relative;
  cursor: pointer;
}

.clubbase-container .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.42857rem;
  margin-left: -0.07143rem;
  border-radius: 0 0.42857rem 0.42857rem 0.42857rem;
}

.clubbase-container .dropdown-submenu:hover,
.clubbase-container .dropdown-submenu.open > .dropdown-toggle,
.clubbase-container .dropdown-submenu.open > .dropdown-toggle:hover {
  background-color: #f5f5f5;
}

.clubbase-container .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0.35714rem 0 0.35714rem 0.35714rem;
  border-left-color: #ccc;
  margin-top: 0.35714rem;
  margin-right: -0.71429rem;
}

@media (min-width: 992px) {
  .clubbase-container .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .clubbase-container .dropdown-submenu.open > .dropdown-toggle {
    background-color: #ececec !important;
    color: #777 !important;
  }

  .clubbase-container .dropdown-submenu > .dropdown-menu {
    border-bottom: 0.14286rem solid #e7e7e7 !important;
    border-radius: 0;
    background-color: #f3f3f3 !important;
  }
}

.clubbase-container .alert-warning-orange {
  background: #f89a20;
}

.clubbase-container #signups dl {
  margin-bottom: 0;
}

.clubbase-container #signups .floating-actions {
  position: absolute;
  right: 0;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  z-index: 1;
}

.clubbase-container #signups .list-group-item {
  padding-top: 0;
}

.clubbase-container #signups dl dt {
  font-size: 85%;
  font-weight: normal;
  color: #aaa;
  font-variant: small-caps;
}

.clubbase-container #signups dl dt {
  margin-top: 1em;
}

.clubbase-container #signups form.link {
  display: inline-block;
}

.clubbase-container .media-heading span.label {
  font-size: 0.75rem;
}

.clubbase-container .chosen-container {
  max-width: 100%;
}

.clubbase-container select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding: 0 0.35714rem;
}

.clubbase-container form .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #555;
  font-size: 1rem;
  line-height: 1.428571429;
}

.clubbase-container .dropdown-menu li a.feature-disabled {
  color: #ccc;
  cursor: help;
}

.clubbase-container .select-all-message {
  display: none;
}

.clubbase-container .fc-event-container .notes {
  position: absolute;
  right: 0;
  bottom: 0;
}

.clubbase-container #ticketing #list .list-group-item-link {
  text-decoration: none;
  color: #555;
}

.clubbase-container #ticketing #list .list-group-actions {
  position: relative;
  float: right;
  margin-top: -3.42857rem;
}

.clubbase-container #ticketing #list .list-group-actions span {
  font-size: 1.71429rem;
  padding-left: 0.42857rem;
}

.clubbase-container #ticketing .list-group-item.active .list-group-actions a {
  color: #eee;
}

.clubbase-container #ticketing .list-group-item.active .list-group-actions a:hover {
  color: #fff;
}

.clubbase-container #ticketing .pagination {
  margin: 0;
}

.clubbase-container #ticketing #conversation .from-customer {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.clubbase-container #ticketing #conversation .for-customer {
  color: #fff;
  background-color: #0094ff;
  border-color: #0094ff;
}

.clubbase-container #ticketing #conversation .message {
  white-space: pre-wrap;
}

@-webkit-keyframes ticket-glow {
  0% {
    background-color: #71c170;
  }

  50% {
    background-color: #71c170;
  }

  80% {
    background-color: #1cbab2;
  }

  100% {
    background-color: #0094ff;
  }
}

@keyframes ticket-glow {
  0% {
    background-color: #71c170;
  }

  50% {
    background-color: #71c170;
  }

  80% {
    background-color: #1cbab2;
  }

  100% {
    background-color: #0094ff;
  }
}

.clubbase-container #ticketing #conversation .flash-success {
  -webkit-animation: 3s ease-out 0s 1 ticket-glow;
          animation: 3s ease-out 0s 1 ticket-glow;
}

.clubbase-container .list-group-item .list-group-actions {
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms 0s linear, visibility 0s 150ms linear;
}

.clubbase-container .list-group-item:hover .list-group-actions {
  opacity: 1;
  visibility: visible;
  transition: opacity 150ms 0s linear, visibility 0s 0s linear;
}

.clubbase-container .fc-unconfirmed {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.3) 13px);
}

.clubbase-container #preloader {
  position: fixed;
  z-index: 10000;
  padding-top: 20%;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.clubbase-container #preloader span {
  font-weight: bold;
}

.clubbase-container .badge-inverse {
  background-color: #333333;
}

.clubbase-container .tooltip-wrapper {
  display: inline-block;
  cursor: help;
}

.clubbase-container .tooltipped {
  cursor: help;
}

.clubbase-container .preview-container {
  min-height: 2.85714rem;
  max-height: 5.71429rem;
  max-width: 8.57143rem;
}

.clubbase-container .flex-thumbnail {
  max-height: 100%;
  max-width: 100%;
}

.clubbase-container .select-filter {
  text-align: right;
  padding-right: 2.14286rem;
  padding-bottom: 0.35714rem;
}

.clubbase-container .totals-text {
  line-height: 2.5rem;
  text-align: left;
  padding-left: 0.57143rem;
}

.clubbase-container span.label {
  cursor: default;
}

.clubbase-container .tooltip-inner {
  text-align: left;
}

.clubbase-container .alert-danger-light {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.clubbase-container .modal-body-scroller {
  max-height: 35.71429rem;
  overflow: auto;
}

.clubbase-container #member-filters .form-inline {
  /* we are using an inline form but it is displayed as block element on cb,
    updating styles to act like a block element and remove inline margin */
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding: 0.35714rem 0.71429rem;
  background-color: #f9f9f9;
  border-left: 0.14286rem solid #d9d9d9;
  border-right: 0.14286rem solid #d9d9d9;
}

.clubbase-container #member-filters .form-inline:first-of-type {
  border-top: 0.14286rem solid #d9d9d9;
  border-top-left-radius: 0.35714rem;
  border-top-right-radius: 0.35714rem;
}

.clubbase-container #member-filters .form-inline:last-of-type {
  border-bottom: 0.14286rem solid #d9d9d9;
  border-bottom-left-radius: 0.35714rem;
  border-bottom-right-radius: 0.35714rem;
}

.clubbase-container #member-filters .form-inline:not(:first-of-type) {
  border-top: 0.14286rem solid #d9d9d9;
}

.clubbase-container #member-filters .form-inline > .form-group,
.clubbase-container #member-filters .form-inline > .group > .form-group {
  margin: 0.35714rem 0.21429rem;
}

.clubbase-container #member-filters h4,
.clubbase-container .fc-rtl .fc-list-heading-alt {
  float: left;
}

.clubbase-container .table > tbody > tr.active > td,
.clubbase-container .table > tbody > tr.active > th,
.clubbase-container .table > tbody > tr > td.active,
.clubbase-container .table > tbody > tr > th.active,
.clubbase-container .table > tfoot > tr.active > td,
.clubbase-container .table > tfoot > tr.active > th,
.clubbase-container .table > tfoot > tr > td.active,
.clubbase-container .table > tfoot > tr > th.active,
.clubbase-container .table > thead > tr.active > td,
.clubbase-container .table > thead > tr.active > th,
.clubbase-container .table > thead > tr > td.active,
.clubbase-container .table > thead > tr > th.active {
  background-color: #f7f8fa;
}

.clubbase-container .collapsible-panel-heading {
  text-decoration: none;
  color: #333333;
}

.clubbase-container .collapsible-panel-heading:hover {
  text-decoration: underline;
  color: #0094ff;
}

.clubbase-container .collapsible-panel-heading:focus {
  text-decoration: none;
  color: #333333;
}

@media print {
  .page-navbar,
  .page-navigation,
  .page-toolbar {
    display: none !important;
  }

  .page-content {
    margin: 0 !important;
  }
}

html,
body {
  -ms-overflow-style: scrollbar;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}

.table thead.sticky-headers {
  background-color: #FFFFFF;
}

.table tbody tr > td.v-center {
  vertical-align: middle;
}

.table tbody tr.totals-row > td.v-center {
  padding: 1.07143rem 0.57143rem;
}

.xsmall {
  font-size: 70%;
}

.footer-copyright {
  position: absolute;
  bottom: 0;
  right: 0;
}

ol,
ul,
p {
  margin-top: 0rem;
  margin-bottom: 0.71429rem;
}

.make-small {
  font-size: 14px;
}

.make-white {
  color: white;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.dropdown-toggle:focus {
  box-shadow: none !important;
}

hr {
  border-top: 0.07143rem solid rgba(0, 0, 0, 0.1);
}

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

code {
  padding: 0.14286rem 0.28571rem;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0.14286rem;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.list-group-item-primary {
  color: #004d85;
  background-color: #0094ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004d85;
  background-color: #0085e6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004d85;
  border-color: #004d85;
}

.list-group-item-secondary {
  color: #565656;
  background-color: #a6a6a6;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #565656;
  background-color: #999999;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}

.list-group-item-success {
  color: #3b643a;
  background-color: #71c170;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #3b643a;
  background-color: #5fb95e;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3b643a;
  border-color: #3b643a;
}

.list-group-item-info {
  color: #1b5885;
  background-color: #33a9ff;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #1b5885;
  background-color: #1a9eff;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1b5885;
  border-color: #1b5885;
}

.list-group-item-warning {
  color: #815011;
  background-color: #f89a20;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #815011;
  background-color: #f78f08;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #815011;
  border-color: #815011;
}

.list-group-item-danger {
  color: #812d1a;
  background-color: #f85632;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #812d1a;
  background-color: #f74219;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #812d1a;
  border-color: #812d1a;
}

.list-group-item-light {
  color: #828282;
  background-color: #fafafa;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #828282;
  background-color: #ededed;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}

.list-group-item-dark {
  color: #121212;
  background-color: #222222;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #121212;
  background-color: #151515;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}

.list-group .active {
  color: #fff;
}

.list-group a {
  color: #555;
}

.dropdown-item:hover {
  background-color: #0094ff;
  color: #fff;
}

.alert {
  border: 1px solid rgba(0, 0, 0, 0.025);
}

.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  color: #222222;
  background: #fff;
  padding-left: 1.5rem;
  box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.075);
}

.alert-success[class*="bg-"],
.alert-info[class*="bg-"],
.alert-warning[class*="bg-"],
.alert-danger[class*="bg-"] {
  background: transparent;
}

.alert-success:before,
.alert-info:before,
.alert-warning:before,
.alert-danger:before {
  content: "";
  position: absolute;
  left: 0.53571rem;
  top: 0.53571rem;
  bottom: 0.53571rem;
  width: 0.28571rem;
  height: calc(100% - 1.07143rem);
  border-radius: 10rem;
}

.alert-success.alert-icon,
.alert-info.alert-icon,
.alert-warning.alert-icon,
.alert-danger.alert-icon {
  padding-left: 3.75rem;
}

.alert-success.alert-icon:after,
.alert-info.alert-icon:after,
.alert-warning.alert-icon:after,
.alert-danger.alert-icon:after {
  position: absolute;
  left: 1.5rem;
  top: 1.1rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
}

.alert-success .alert-link,
.alert-info .alert-link,
.alert-warning .alert-link,
.alert-danger .alert-link {
  text-decoration: underline !important;
}

.alert-success .alert-link:hover,
.alert-info .alert-link:hover,
.alert-warning .alert-link:hover,
.alert-danger .alert-link:hover {
  text-decoration: none !important;
}

.alert-success .alert-dismissible,
.alert-info .alert-dismissible,
.alert-warning .alert-dismissible,
.alert-danger .alert-dismissible {
  padding-right: 3rem;
}

.alert-success {
  background: linear-gradient(200deg, #f7fcf7 0%, #e6f4e5 100%);
}

.alert-info {
  background: linear-gradient(200deg, #f5fbff 0%, #e0f2ff 100%);
}

.alert-warning {
  background: linear-gradient(200deg, #fffaf5 0%, #feedd7 100%);
}

.alert-danger {
  background: linear-gradient(200deg, #fef0ed 0%, #fee4df 100%);
}

.alert-success:before {
  background: #71c170;
}

.alert-info:before {
  background: #33a9ff;
}

.alert-warning:before {
  background: #f89a20;
}

.alert-danger:before {
  background: #f85632;
}

.alert-success.alert-icon:after {
  content: "\f058";
  color: #71c170;
}

.alert-info.alert-icon:after {
  content: "\f05a";
  color: #33a9ff;
}

.alert-warning.alert-icon:after {
  content: "\f06a";
  color: #f89a20;
}

.alert-danger.alert-icon:after {
  content: "\f057";
  color: #f85632;
}

.alert-success .alert-link {
  color: #71c170;
}

.alert-info .alert-link {
  color: #33a9ff;
}

.alert-warning .alert-link {
  color: #f89a20;
}

.alert-danger .alert-link {
  color: #f85632;
}

.alert-sm {
  padding: 0.35714rem 0.71429rem 0.35714rem 1.5rem;
  margin-bottom: 0.35714rem;
}

.alert-sm.alert-icon:after {
  font-size: 1rem;
  top: calc(50% - 0.5rem);
}

.alert-sm.alert-icon {
  padding-left: 3rem;
}

.alert-sm .close {
  padding-top: 0.35714rem;
  padding-bottom: 0.35714rem;
}

.badge-default {
  background: linear-gradient(180deg, #8c8c8c 0%, #737373 100%);
}

.badge-primary {
  background: #0094ff linear-gradient(180deg, #33a9ff 0%, #0094ff 100%);
}

.badge-info {
  background: linear-gradient(180deg, #66bfff 0%, #33a9ff 0%);
}

.badge-success {
  background: linear-gradient(180deg, #94d094 0%, #71c170 100%);
}

.badge-warning {
  background: linear-gradient(180deg, #fab051 0%, #f89a20 100%);
}

.badge-danger {
  background: linear-gradient(180deg, #fa7f63 0%, #f85632 100%);
}

.badge {
  font-size: 80%;
  border-radius: 10em;
}

.badge.badge-subtle {
  position: relative;
  display: inline-block;
  padding: .25em .6em .25em 1.6em;
  border: 0.07143rem solid #d9d9d9;
  background: #fff;
  color: #555555;
}

.badge.badge-subtle:before {
  position: absolute;
  content: "";
  left: .4em;
  top: calc(50% - .4em);
  width: .8em;
  height: .8em;
  border-radius: 10em;
}

.badge.badge-subtle.badge-info:before {
  background-color: #33a9ff;
}

.badge.badge-subtle.badge-danger:before {
  background-color: #f85632;
}

.badge.badge-subtle.badge-default:before {
  background-color: #a6a6a6;
}

.badge.badge-subtle.badge-primary:before {
  background-color: #0094ff;
}

.badge.badge-subtle.badge-success:before {
  background-color: #71c170;
}

.badge.badge-subtle.badge-warning:before {
  background-color: #f89a20;
}

.badge {
  padding: .21em .4em .2em;
  min-width: 1.5em;
  color: white;
}

.badge-close {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: .5em 2em .5em .5em;
  font-size: 100%;
}

.badge-close:after {
  content: "×";
  position: absolute;
  top: calc(50% - .5em);
  right: 0.58929rem;
  font-size: 2em;
  font-weight: bold;
}

.badge-text {
  display: inline-block;
  letter-spacing: normal;
}

.badge-text::first-letter {
  text-transform: capitalize;
}

.badge-sublabel {
  position: absolute;
  top: calc(-50% + .5em);
  left: 0.53571rem;
  padding: .2em .5em;
  background-color: #fff;
  font-size: 75%;
  letter-spacing: auto;
  text-transform: uppercase;
  border-radius: 10em;
  overflow-x: hidden;
  max-width: calc(100% - 1.07143rem / 2);
}

.badge-marked {
  background-color: #fef6ce;
  border: 0.07143rem solid #EBD973;
  color: #555555;
}

a.badge-marked:hover {
  color: inherit;
  background-color: #fded9c;
}

.badge-marked-success {
  background-color: #e2f2e2;
  border-color: #b8e0b7;
}

a.badge-marked-success:hover {
  background-color: #cde9cc;
  border-color: #94d094;
}

.badge-marked-primary {
  background-color: #e6f4ff;
  border-color: #99d4ff;
}

a.badge-marked-primary:hover {
  background-color: #cceaff;
  border-color: #80caff;
}

.btn {
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 500;
}

.btn:not(.btn-link):not(.btn-light):not(.btn-hover):not(.btn-secondary):not(.btn-dark):not(.more-filter-toggle) {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1A000000', GradientType=0);
  background-repeat: repeat-x;
}

.btn.btn-light,
.btn.btn-secondary,
.btn.btn-hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0D000000', GradientType=0);
  background-repeat: repeat-x;
}

.btn-light {
  color: #222222;
  background-color: #fff;
  border-color: #d9d9d9;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
  background-repeat: repeat-x;
}

.btn-light:hover {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #cccccc;
}

.btn-light:focus,
.btn-light.focus {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #cccccc;
  box-shadow: 0 0 0 0.2rem rgba(189, 189, 189, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #222222;
  background-color: #fff;
  border-color: #d9d9d9;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #222222;
  background-color: #cccccc;
  border-color: #b3b3b3;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 189, 189, 0.5);
}

.btn-secondary {
  color: #222222;
  background-color: #d9efff;
  border-color: #dde6ef;
  color: #0094ff;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0094ff;
  border-color: #0076cc;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #0094ff;
  border-color: #0076cc;
  box-shadow: 0 0 0 0.2rem rgba(193, 201, 208, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222222;
  background-color: #d9efff;
  border-color: #dde6ef;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0076cc;
  border-color: #006fbf;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 201, 208, 0.5);
}

.btn-secondary:focus {
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #0094ff;
  border-color: #007ed9;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0076cc;
  border-color: #0068b3;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0076cc;
  border-color: #0068b3;
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 222, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0094ff;
  border-color: #007ed9;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005999;
  border-color: #004a80;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 222, 0.5);
}

.btn-success {
  color: #222222;
  background-color: #71c170;
  border-color: #57b555;
  color: #fff;
}

.btn-success:hover {
  color: #fff;
  background-color: #4eb14d;
  border-color: #469f45;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #4eb14d;
  border-color: #469f45;
  box-shadow: 0 0 0 0.2rem rgba(79, 159, 78, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #222222;
  background-color: #71c170;
  border-color: #57b555;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3e8e3d;
  border-color: #377c36;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 159, 78, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #33a9ff;
  border-color: #0d99ff;
}

.btn-info:hover {
  color: #fff;
  background-color: #0094ff;
  border-color: #0085e6;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0094ff;
  border-color: #0085e6;
  box-shadow: 0 0 0 0.2rem rgba(49, 169, 255, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #33a9ff;
  border-color: #0d99ff;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0076cc;
  border-color: #0068b3;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 169, 255, 0.5);
}

.btn-warning {
  color: #222222;
  background-color: #f89a20;
  border-color: #ea8807;
  color: #fff;
}

.btn-warning:hover {
  color: #fff;
  background-color: #de8007;
  border-color: #c57206;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #de8007;
  border-color: #c57206;
  box-shadow: 0 0 0 0.2rem rgba(204, 120, 11, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #222222;
  background-color: #f89a20;
  border-color: #ea8807;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ad6405;
  border-color: #945605;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 120, 11, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f85632;
  border-color: #f7380d;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ef3208;
  border-color: #d62d07;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ef3208;
  border-color: #d62d07;
  box-shadow: 0 0 0 0.2rem rgba(248, 85, 49, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f85632;
  border-color: #f7380d;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #be2806;
  border-color: #a52306;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 85, 49, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #0f0f0f;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
  background-repeat: repeat-x;
}

.btn-dark:hover {
  color: #fff;
  background-color: #090909;
  border-color: black;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #090909;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #222222;
  border-color: #0f0f0f;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 1.07143rem 1.42857rem;
  font-size: 1.28571rem;
  line-height: 1.5;
  border-radius: 0.28571rem;
}

.btn-hover {
  border: 1px solid #d9d9d9;
  transition: 0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-hover:hover,
.btn-hover:focus {
  background: transparent;
  background-color: rgba(0, 0, 0, 0.075);
}

.btn-hover:hover:active,
.btn-hover:focus:active {
  background-color: rgba(0, 0, 0, 0.175);
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn-group.open .btn-hover {
  background: rgba(0, 0, 0, 0.075);
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -0.14286rem;
}

.btn-close {
  position: relative;
  padding: 0.71429rem 2.5rem 0.71429rem 1.07143rem;
  background: #fef6ce;
  border-color: #EBD973;
  color: #555555;
  cursor: default;
}

.btn-close .close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.42857;
  padding: 0.71429rem 0.85714rem 0.71429rem 1.07143rem;
  color: #555555;
  font-size: inherit;
  opacity: 1;
}

.btn-toolbar-mb {
  margin-bottom: -0.35714rem;
}

.btn-toolbar-mb .btn {
  margin-bottom: 0.35714rem;
  float: none;
}

.hm-cf {
  display: flex;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid #d9d9d9;
  background: white;
  border-radius: 0.35714rem;
}

.hm-cf .btn {
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hm-cf .btn:hover {
  opacity: 1;
}

.hm-cf-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fafafa;
  border-right: 1px solid #d9d9d9;
  padding: 0.5rem 0.33rem;
}

.hm-cf-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
}

.dashhead:before,
.dashhead:after {
  content: " ";
  display: table;
}

.dashhead:after {
  clear: both;
}

.dashhead:before,
.dashhead:after {
  content: " ";
  display: table;
}

.dashhead:after {
  clear: both;
}

@media (min-width: 768px) {
  .dashhead-titles {
    float: left;
  }
}

.dashhead-title {
  margin-top: 0;
}

.dashhead-subtitle {
  margin-top: 0;
  margin-bottom: 0.35714rem;
  font-weight: normal;
  font-size: 85%;
  color: #aeaeae;
  letter-spacing: 0.07143rem;
  text-transform: uppercase;
}

.dashhead-toolbar {
  margin-left: 0;
}

.dashhead-toolbar .input-with-icon {
  width: 100%;
  margin-bottom: 0.71429rem;
  margin-left: 0;
}

@media (min-width: 768px) {
  .dashhead-toolbar {
    float: right;
    margin-top: 0.85714rem;
  }

  .dashhead-toolbar .input-with-icon {
    width: 12.85714rem;
    margin-bottom: 0;
  }
}

.dashhead-toolbar-divider {
  float: left;
  width: 0.07143rem;
  height: 2.42857rem;
  margin-left: 0.71429rem;
  margin-right: 0.71429rem;
  background-color: #eee;
}

.dashhead-toolbar-item {
  float: left;
}

@media (max-width: 991.98px) {
  .dashhead-toolbar-item.btn-group-halves {
    width: 100%;
  }

  .dashhead-toolbar-item.btn-group-halves .btn {
    width: 50%;
    margin-left: 0;
  }

  .dashhead-toolbar-item.btn-group-thirds .btn {
    width: 33%;
    margin-left: 0;
  }

  .dashhead-toolbar-item.btn-group-thirds .btn:last-child {
    width: 34%;
  }

  .dashhead-toolbar-item.btn-group-fourths {
    width: 100%;
  }

  .dashhead-toolbar-item.btn-group-fourths .btn {
    width: 25%;
    margin-left: 0;
  }
}

.filter {
  position: absolute;
  top: calc(1.5em + 1.42857rem + 0.28571rem + 0.5rem);
  left: 1rem;
  right: 1rem;
  z-index: 500;
  margin-left: -0.28571rem;
  margin-right: -0.28571rem;
  background: #fff;
  border-left: 0.07143rem solid #d9d9d9;
  border-right: 0.07143rem solid #d9d9d9;
  box-shadow: 0 0 7.14286rem rgba(0, 0, 0, 0.4);
  max-height: 0;
  overflow: hidden;
}

.filter .filter-label {
  flex-basis: 100%;
  margin-bottom: 0.21429rem;
  font-size: 1.14286rem;
}

.filter[data-state="open"] {
  max-height: unset;
  overflow: visible;
}

.filter[data-state="closed"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.btn-icon[data-style="btn-icon-focus"] {
  position: relative;
  z-index: 501;
  background-color: #fff;
  color: #0094ff;
  border-color: #d9d9d9;
  border-bottom-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
}

.btn-icon[data-style="btn-icon-focus"]:hover:active {
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  border-color: #bfbfbf;
  border-bottom-color: #fff;
  color: #0094ff;
}

.filter-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.filter-column {
  flex-basis: 100%;
  min-width: 0;
  padding: 1.07143rem 0.71429rem;
}

.filter-column-title {
  margin: 0.71429rem 0 1.07143rem;
  font-weight: 500;
}

.filter-group {
  margin-bottom: 0.71429rem;
}

.filter-group:last-child {
  margin-bottom: 0;
}

.filter-group-row {
  display: flex;
  flex-direction: column;
}

.filter-group-row + .filter-group-row {
  margin-top: 0.35714rem;
}

.filter .filter-group-row {
  flex-direction: row;
}

.filter-group {
  flex-direction: row;
  align-items: center;
}

@media (min-width: 768px) {
  .filter {
    flex-wrap: nowrap;
  }

  .filter-column {
    flex-basis: 33.3%;
    width: 33.3%;
  }

  .filter-column:first-child {
    padding-left: 1.42857rem;
  }

  .filter-column:last-child {
    padding-right: 1.42857rem;
  }
}

.filter-footer {
  display: flex;
  justify-content: center;
  padding: 1.07143rem 1.78571rem;
  background: #F8F9FB;
  border-top: 0.07143rem solid #d9d9d9;
  border-bottom-left-radius: 0.35714rem;
  border-bottom-right-radius: 0.35714rem;
}

.filter-item-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 450;
  width: 100%;
  min-width: 14.28571rem;
  padding: .75rem;
  margin: -0.14286rem 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 0.14286rem solid #d9d9d9;
  box-shadow: 0 0.71429rem 1.42857rem rgba(0, 0, 0, 0.25);
}

.filter-item-dropdown[data-state="open"] {
  display: block;
}

.filter-item-dropdown[data-state="closed"] {
  display: none;
}

.filter-item-dropdown .filter-item-part .option:first-child .hm-checkbox {
  margin-top: 0;
}

.filter-item-dropdown .filter-item-part .option:last-child .hm-checkbox {
  margin-bottom: 0;
}

.filter-item-dropdown .filter-item-part:last-child .btn {
  margin-top: 0.5rem;
}

.filter-item-part {
  position: relative;
  max-height: 21.42857rem;
}

.filter-item-part.overflow-scroll {
  overflow-x: visible;
  overflow-y: scroll;
}

.option.option-select {
  display: flex;
  background-color: #eeeeee;
  border-radius: 0.57143rem;
  margin-bottom: 0.5rem;
}

.option .hm-checkbox label,
.option .hm-radio label {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.option .hm-checkbox label:before,
.option .hm-radio label:before {
  top: 0.42857rem;
}

.option .hm-checkbox input:checked + label:after,
.option .hm-radio input:checked + label:after {
  top: 0.78571rem;
}

.option .input-group {
  display: flex;
  width: 100%;
}

.option .input-group .form-control {
  min-width: 0;
  height: auto;
}

.option:not(:first-child) {
  border-top: 0.07143rem solid #d9d9d9;
}

.option-select-separated .option-select-item:first-child {
  margin-left: 0;
}

.option-select-separated .option-select-item:last-child {
  margin-right: 0;
}

.option-select-separated .option-select-item .select-label {
  width: 100%;
  border: 0.14286rem solid #d9d9d9;
}

.option-select-separated .option-select-item .input-select:checked + .select-label {
  border-color: #0094ff;
}

.option-select-item {
  flex-grow: 1;
  margin: 0 0.10714rem;
}

.input-select {
  position: absolute;
  opacity: 0;
  z-index: -999;
}

.input-select:checked + .select-label {
  background-color: #0094ff;
  color: #fff;
}

.select-label {
  justify-content: center;
  display: flex;
  flex-grow: 1;
  margin: 0;
  padding: 0.35714rem;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #555555;
  border-radius: 0.57143rem;
  cursor: pointer;
}

.has-dropdown {
  position: relative;
  padding-right: 2.14286rem;
  font-weight: 500;
  text-align: left;
  background: linear-gradient(to bottom, #ffffff 50%, #f2f2f2 100%);
}

.has-dropdown:after {
  content: "";
  position: absolute;
  right: 1.07143rem;
  top: calc(50% - .25em);
  height: 0.45em;
  width: 0.45em;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  font-size: 1.14286rem;
  transform: rotate(135deg);
  vertical-align: top;
}

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

@media (max-width: 991.98px) {
  .filter {
    top: calc( calc(1.5rem + 1.42857rem + 0.28571rem) * 6 - 0.92857rem);
  }
}

label {
  font-weight: 500;
}

.form-control {
  border-width: 0.14286rem;
  box-shadow: none;
  border-color: #cccccc;
}

.form-control:hover {
  border-color: #999999;
}

.form-control:focus {
  box-shadow: none;
  border-color: #0094ff;
}

.form-control textarea:focus {
  background-color: transparent !important;
}

.input-group-text {
  background: #fff;
  border-width: 0.14286rem;
}

.input-group > *:first-child {
  border-right-color: transparent;
}

.input-group > *:first-child:focus {
  border-right-color: #0094ff;
}

.input-group > *:last-child:focus {
  border-left-color: #0094ff;
}

.input-group .btn {
  border-width: 0.14286rem;
  border-color: #cccccc;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .input-group-btn {
  margin-right: -0.14286rem;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .input-group-btn {
  margin-left: -0.14286rem;
}

.has-warning .input-group-text,
.has-success .input-group-text,
.has-error .input-group-text {
  color: white;
  border-color: transparent;
}

.has-warning .form-control:focus,
.has-success .form-control:focus,
.has-error .form-control:focus {
  box-shadow: none;
}

.form-group.has-warning .form-control,
.form-group.has-success .form-control,
.form-group.has-error .form-control {
  border: none;
  transition: box-shadow 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.form-group.has-success .form-control {
  box-shadow: inset 0 0 0 0.14286rem #71c170;
}

.form-group.has-success .form-control:focus {
  box-shadow: inset 0 0 0 0.21429rem #469f45;
}

.form-group.has-warning .form-control {
  box-shadow: inset 0 0 0 0.14286rem #f89a20;
}

.form-group.has-warning .form-control:focus {
  box-shadow: inset 0 0 0 0.21429rem #c57206;
}

.form-group.has-error .form-control {
  box-shadow: inset 0 0 0 0.14286rem #f85632;
}

.form-group.has-error .form-control:focus {
  box-shadow: inset 0 0 0 0.21429rem #d62d07;
}

.form-control-feedback {
  z-index: 5;
}

.has-feedback label ~ .form-control-feedback {
  top: 1.92857rem;
}

.hm-checkbox {
  position: relative;
  margin: 0.35714rem 0;
}

.hm-checkbox.hm-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.hm-checkbox.hm-checkbox-inline label {
  padding-right: 1.78571rem;
}

.hm-checkbox label {
  margin: 0;
  padding: 0 0 0 2.14286rem;
  font-weight: normal;
  font-size: 1rem;
  cursor: pointer;
}

.hm-checkbox label:before,
.hm-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.hm-checkbox label:before {
  position: absolute;
  width: 1.42857rem;
  height: 1.42857rem;
  background: white;
  border: 0.14286rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.14286rem;
  cursor: pointer;
  transition: background .3s;
}

.hm-checkbox label:after {
  top: 0.39286rem;
  left: 0.28571rem;
}

.hm-checkbox input {
  position: absolute;
  opacity: 0;
  outline: 0;
  margin-right: 0.71429rem;
}

.hm-checkbox input:checked + label:before {
  background: #0094ff;
  border: none;
}

.hm-checkbox input:checked + label:after {
  transform: rotate(-45deg);
  width: 0.85714rem;
  height: 0.42857rem;
  border: 0.14286rem solid white;
  border-top-style: none;
  border-right-style: none;
}

.hm-checkbox.disabled > label {
  cursor: not-allowed;
  opacity: .5;
}

.hm-checkbox.has-success {
  color: #4eb14d;
}

.hm-checkbox.has-success label:before {
  border-color: #71c170;
}

.hm-checkbox.has-success input[type="checkbox"]:checked + label:before {
  background: #71c170;
}

.hm-checkbox.has-warning {
  color: #de8007;
}

.hm-checkbox.has-warning label:before {
  border-color: #f89a20;
}

.hm-checkbox.has-warning input[type="checkbox"]:checked + label:before {
  background: #f89a20;
}

.hm-checkbox.has-error {
  color: #ef3208;
}

.hm-checkbox.has-error label:before {
  border-color: #f85632;
}

.hm-checkbox.has-error input[type="checkbox"]:checked + label:before {
  background: #f85632;
}

.hm-radio {
  margin: 0.35714rem 0;
  position: relative;
}

.hm-radio.hm-radio-inline {
  display: inline-block;
}

.hm-radio.hm-radio-inline label {
  padding-right: 1.78571rem;
}

.hm-radio input {
  position: absolute;
  opacity: 0;
  outline: 0;
  margin-right: 0.71429rem;
}

.hm-radio input:checked + label:before {
  border-color: #0094ff;
}

.hm-radio input:checked + label:after {
  transform: scale(1);
}

.hm-radio label {
  margin: 0;
  padding: 0 0 0 2.14286rem;
  font-weight: normal;
  font-size: inherit;
  cursor: pointer;
}

.hm-radio label:before,
.hm-radio label:after {
  background: white;
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
}

.hm-radio label:before {
  left: 0;
  top: 0;
  width: 1.42857rem;
  height: 1.42857rem;
  border: 0.14286rem solid rgba(0, 0, 0, 0.2);
}

.hm-radio label:after {
  top: 0.35714rem;
  left: 0.35714rem;
  width: 0.71429rem;
  height: 0.71429rem;
  transform: scale(0);
  background: #0094ff;
}

.hm-radio.disabled > label {
  cursor: not-allowed;
  opacity: .5;
}

.hm-checkbox.is-valid label,
.hm-radio.is-valid label {
  color: #71c170;
}

.hm-checkbox.is-invalid label,
.hm-radio.is-invalid label {
  color: #f85632;
}

fieldset[disabled] .hm-checkbox label,
fieldset[disabled] .hm-radio label {
  cursor: not-allowed;
  opacity: .5;
}

.form-group + .hm-checkbox.hm-checkbox-inline {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
}

.form-group + .hm-checkbox.hm-checkbox-inline label {
  padding-right: 0;
}

.input-group-append .hm-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend .hm-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hm-select {
  position: relative;
  display: block;
  transition: 0.1s all ease-out;
  border: 0.14286rem solid #cccccc;
  background: white;
  background: linear-gradient(to bottom, #ffffff 50%, #f2f2f2 100%);
  width: 100%;
  border-radius: 0.35714rem;
  margin-bottom: 1.07143rem;
  /* validation support for hm-select */
}

.hm-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding-left: 1.07143rem;
  padding-right: 2.14286rem;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  line-height: 1.43;
  cursor: pointer;
}

.hm-select select:active,
.hm-select select:focus {
  box-shadow: none;
}

.hm-select select select::-ms-expand {
  display: none;
}

.hm-select:hover {
  border-color: #999999;
}

.hm-select:focus-within {
  border-color: #0094ff;
}

.hm-select:after {
  content: "";
  position: absolute;
  right: 1.07143rem;
  top: calc(50% - .25em);
  height: 0.45em;
  width: 0.45em;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  font-size: 1.14286rem;
  transform: rotate(135deg);
  vertical-align: top;
  pointer-events: none;
}

.hm-select .form-control:not(.form-control-lg):not(.form-control-sm) {
  height: calc(calc(1.5rem + 1.42857rem + 0.28571rem) - 0.28571rem);
}

.hm-select .form-control-lg {
  height: calc(calc(1.5rem + 2.14286rem + 0.28571rem + 0.28571rem) - 0.28571rem);
}

.hm-select .form-control-sm {
  height: calc(calc(1.5rem + 0.71429rem + 0.28571rem) - 0.28571rem);
}

.hm-select .was-validated .form-control:invalid,
.hm-select .form-control.is-invalid,
.hm-select .was-validated .form-control:valid,
.hm-select .form-control.is-valid {
  background-position: right 1.875rem center;
}

.hm-select.is-invalid:before,
.hm-select.is-valid:before {
  position: absolute;
  display: block;
  right: 1.875rem;
  top: calc(50% - 0.7rem);
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-size: 1.4rem 1.4rem;
}

.hm-select.is-invalid {
  border-color: #f85632;
}

.hm-select.is-invalid::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f85632' 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='%23f85632' stroke='none'/%3e%3c/svg%3e");
}

.hm-select.is-valid {
  border-color: #71c170;
}

.hm-select.is-valid::before {
  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='%2371c170' 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");
}

.form-group .hm-select {
  margin-bottom: 0;
}

fieldset[disabled] .hm-select {
  background: #eeeeee;
}

.hm-input-box {
  margin: 0;
}

.hm-input-box .hm-label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: .5rem .5rem .5rem 2.5rem;
  border: 0.14286rem solid #d9d9d9;
  border-radius: 0.57143rem;
  transition: 0.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}

.hm-input-box .hm-label:before {
  position: absolute;
  top: calc( 50% - 1.42857rem/2);
  left: 0.64286rem;
}

.hm-input-box .hm-label:after {
  top: calc( 50% - 1.42857rem/2 + 0.35714rem);
  left: 0.92857rem;
}

.hm-input-box.hm-radio .hm-label:after {
  left: 1rem;
}

.hm-input-box .hm-input:checked + .hm-label {
  border-color: #0094ff;
  background-color: #e6f4ff;
}

.hm-input-box.hm-input-box-sm .hm-label {
  padding: .2rem .35rem .2rem 2rem;
  border-radius: 0.35714rem;
}

.hm-input-box.hm-input-box-sm .hm-label:before {
  left: 0.39286rem;
}

.hm-input-box.hm-input-box-sm .hm-label:after {
  left: 0.67857rem;
}

.hm-input-box.hm-input-box-lg .hm-label {
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 0.57143rem;
  font-size: 1.14286rem;
}

.hm-input-box.hm-input-box-lg .hm-label:before {
  width: 2rem;
  height: 2rem;
  left: 0.64286rem;
  top: calc( 50% - 1rem);
  border-radius: 0.35714rem;
}

.hm-input-box.hm-input-box-lg .hm-label:after {
  top: calc(50% - 0.524rem);
  left: calc(1rem + 0.07143rem);
  width: 1.1rem;
  height: 0.7rem;
  border-width: 0.25rem;
  border-top-style: none;
  border-right-style: none;
}

.hm-input-box:not(.hm-checkbox):not(.hm-radio) .hm-input {
  position: absolute;
  opacity: 0;
  z-index: -9999;
}

.hm-input-box:not(.hm-checkbox):not(.hm-radio) .hm-label {
  height: 100%;
  padding: .5rem;
  cursor: pointer;
}

.hm-input-box:not(.hm-checkbox):not(.hm-radio).hm-input-box-sm .hm-label {
  padding: .25rem .35rem;
}

.hm-input-box:not(.hm-checkbox):not(.hm-radio) .hm-input:checked ~ .hm-label .hm-input-box-icon {
  color: #0094ff;
}

.hm-input-box-icon {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.input-with-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.input-with-icon > .form-control {
  padding-left: 2.14286rem;
}

.input-with-icon > .icon {
  position: absolute;
  top: 0.5rem;
  left: 0.57143rem;
  font-size: 1.14286rem;
  color: #ccc;
}

.has-icon {
  position: relative;
}

.has-icon:after {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.07143rem;
  color: #a6a6a6;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.has-icon:focus-within:after {
  color: #555555;
}

.has-search:after {
  content: "\f002";
  pointer-events: none;
}

.table .hm-checkbox,
.table .hm-radio {
  margin: 0;
}

html {
  position: relative;
  height: 100%;
}

.page-body {
  height: 100%;
}

.page-main {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-grow: 1;
  min-height: calc(100% - rem(70));
  overflow: hidden;
}

.page-content {
  flex-grow: 1;
  padding: 1.42857rem;
  position: relative;
  background: #f2f4f8;
  transition: all .25s ease;
  margin-left: 17.85714rem;
  margin-right: -17.85714rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.page-content.open {
  margin-left: 0;
  margin-right: 0;
}

.page-content.open .page-toolbar {
  width: 100%;
}

.page-content .container,
.page-content .container-fluid,
.page-content .container-xxs,
.page-content .container-xs,
.page-content .container-sm,
.page-content .container-md,
.page-content .container-lg,
.page-content .container-xl,
.page-content .container-xxs,
.page-content .container-xs,
.page-content .container-sm,
.page-content .container-md,
.page-content .container-lg,
.page-content .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.page-toolbar {
  position: absolute;
  margin-top: -5rem;
  margin-left: -1.42857rem;
  margin-right: -1.42857rem;
  z-index: 451;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 0 1.42857rem;
  min-height: 3.57143rem;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  transition: width .25s ease;
}

.page-toolbar .btn:not(.btn-lg):not(.btn-sm) {
  height: auto;
  padding: 0.57143rem 0.71429rem;
}

.page-toolbar .toolbar-group-left {
  margin-right: auto;
}

.page-toolbar .toolbar-group-right {
  margin-left: auto;
}

.page-toolbar > .btn > i,
.page-toolbar > .btn-group .btn > i,
.page-toolbar > .button-collapse > .btn > i,
.page-toolbar > .button-collapse > .btn-group .btn > i {
  display: none;
}

.has-toolbar {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .page-toolbar {
    position: fixed;
    height: 3.57143rem;
    width: calc(100% - 17.85714rem);
  }

  .page-content {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .page-toolbar > .btn > i,
  .page-toolbar > .btn-group .btn > i,
  .page-toolbar > .button-collapse > .btn > i,
  .page-toolbar > .button-collapse > .btn-group .btn > i {
    display: inline-block;
  }
}

.page-content-container {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 17.85714rem);
  max-width: 85.71429rem;
}

.page-navigation {
  position: absolute;
  min-height: calc(100% - 5rem);
  overflow-x: hidden;
  overflow-y: auto;
  width: 17.85714rem;
  height: calc(100vh - 5rem);
  border-right: 1px solid #d9d9d9;
  background-color: white;
}

.page-container {
  width: 100vw;
  height: 100vh;
}

.page-container body {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-navbar {
  z-index: 500;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  height: 5rem;
  border-bottom: 1px solid #d9d9d9;
}

.page-details {
  flex-grow: 1;
}

.page-details .navbar-form {
  display: none;
}

.page-settings {
  position: relative;
  z-index: 0;
  order: 5;
}

.page-settings-label {
  display: none;
}

@media (min-width: 1024px) {
  .page-details .navbar-form {
    display: inline-block;
  }

  .page-details .btn-search {
    display: none;
  }
}

.page-details-container {
  display: flex;
  align-items: center;
  padding: 0 1.42857rem 0 0;
}

.page-head {
  align-items: center;
}

.page-subtitle {
  display: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}

.page-title {
  margin: 0;
  font-size: 1.2em;
  word-break: break-all;
}

.page-head-toolbar {
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.page-menu {
  flex-shrink: 0;
}

.page-brand {
  display: flex;
  flex-shrink: 0;
  height: 100%;
  line-height: 4.28571rem;
  align-items: center;
}

.menu-toggle {
  order: 1;
  margin-left: 0.35714rem;
}

.page-brand-logo {
  display: none;
}

.company-name {
  display: none;
  margin-right: 0.71429rem;
  max-width: 14.28571rem;
  max-height: 3.57143rem;
  overflow: hidden;
  color: #a6a6a6;
  text-align: right;
  font-weight: 500;
  line-height: 1.2;
}

.company-logo {
  display: none;
  width: 3.14286rem;
  margin-right: 0.35714rem;
  order: 2;
}

.page-search {
  position: relative;
  order: 1;
  margin-right: 0.35714rem;
  width: 3.21429rem;
  z-index: 1;
}

.page-search .form-control {
  max-width: 100%;
  color: transparent;
}

.page-search .form-control::-moz-placeholder {
  opacity: 0;
}

.page-search .form-control:-ms-input-placeholder {
  opacity: 0;
}

.page-search .form-control::placeholder {
  opacity: 0;
}

.page-search .form-control:focus {
  color: #000;
  font-weight: 500;
  padding-right: 2.14286rem;
}

.page-search .form-control:focus::-moz-placeholder {
  opacity: 1;
}

.page-search .form-control:focus:-ms-input-placeholder {
  opacity: 1;
}

.page-search .form-control:focus::placeholder {
  opacity: 1;
}

.page-search:focus-within {
  position: absolute;
  left: 1.42857rem;
  right: 1.42857rem;
  width: calc(100% - (1.42857rem * 2));
}

.page-search .has-icon::after {
  color: #666;
}

.page-search .page-search-hitarea {
  display: none;
  position: absolute;
  background: transparent;
  border: none;
  top: 0;
  right: 0;
  width: calc(1.5rem + 1.42857rem + 0.28571rem);
  height: calc(1.5rem + 1.42857rem + 0.28571rem);
}

.btn.btn-help {
  display: none;
  align-items: center;
  justify-content: center;
  width: calc(1.5rem + 1.42857rem + 0.28571rem);
  height: calc(1.5rem + 1.42857rem + 0.28571rem);
  padding: 0.35714rem;
  color: #a6a6a6;
  order: 4;
}

.btn.btn-help:hover {
  color: #555555;
}

.btn.btn-help > .fas {
  font-size: 1.5em;
}

@media (max-width: 767.98px) {
  .page-details {
    max-width: calc(100% - 3.595rem);
  }

  .page-search:focus-within {
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .page-brand-symbol {
    position: absolute;
    top: 0.71429rem;
    left: calc(50% - 0.85714rem);
    display: block;
    width: 1.71429rem;
    pointer-events: none;
  }

  .page-subtitle {
    display: block;
  }

  .company-logo {
    display: block;
  }
}

@media (min-width: 768px) {
  .page-brand {
    width: 17.85714rem;
    padding-left: 1.42857rem;
  }

  .page-title {
    font-size: 1.4em;
  }

  .page-brand-link {
    display: inline-block;
  }

  .page-brand-logo {
    display: inline-block;
    margin-bottom: 0.57143rem;
    height: 1.71429rem;
  }

  .page-brand-symbol {
    display: none;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .page-details-container {
    padding: 0 1.42857rem;
  }

  .page-search {
    width: 8.21429rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .page-search:focus-within {
    position: relative;
    left: auto;
    right: auto;
    width: 15.71429rem;
  }

  .page-search .form-control {
    padding-right: 2.14286rem;
    color: inherit;
  }

  .page-search .form-control::-moz-placeholder {
    opacity: 1;
  }

  .page-search .form-control:-ms-input-placeholder {
    opacity: 1;
  }

  .page-search .form-control::placeholder {
    opacity: 1;
  }

  .page-search .page-search-hitarea {
    display: block;
  }

  .btn.btn-help {
    display: flex;
  }
}

@media (min-width: 992px) {
  .company-name {
    display: block;
  }

  .company-logo {
    order: 1;
  }

  .page-search {
    order: 2;
    margin-right: 0.35714rem;
  }

  .page-settings-label {
    display: inline-block;
  }
}

.nav-main {
  height: calc(100vh - 5rem);
}

.nav-main-item {
  position: relative;
}

.nav-main-title {
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: gray;
  padding: 0.5rem 0.7em;
}

.nav-main-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 1em;
}

.nav-main-container .fas {
  margin-right: .6em;
  transform: translateY(-1px);
  width: 1rem;
  color: #666666;
  font-size: 0.85714rem;
  transition: 0.2s color cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-main-container .fas:after {
  transition: .2s transform ease;
}

.nav-main-container > .nav-main-item,
.nav-main-container > .nav-main-group-bottom > .nav-main-item {
  margin-bottom: 0.25em;
}

.nav-main-container > .nav-main-item .nav-main-item:after,
.nav-main-container > .nav-main-group-bottom > .nav-main-item .nav-main-item:after {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 0.125rem;
  height: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  transition: height cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

.nav-main-container > .nav-main-item > .nav-main-link:hover:not(.active),
.nav-main-container > .nav-main-item > .nav-main-link.has-sub:hover:not(.active) {
  background-color: #eeeeee;
}

.nav-main-container > .nav-main-item > .nav-main-link.active:hover,
.nav-main-container > .nav-main-item .nav-main-link.has-sub:hover {
  background-color: #99d4ff;
}

.nav-main-container > .nav-main-item > .nav-main-link.active:hover .fas,
.nav-main-container > .nav-main-item .nav-main-link.has-sub:hover .fas {
  color: #333333;
}

.nav-main-container > .nav-main-item > .nav-main-link:active:not(.active) {
  background-color: #e0e0e0;
  color: inherit;
}

.nav-main-container > .nav-main-item > .input-toggle:checked ~ .nav-main-link:hover:not(.active) {
  background-color: #99d4ff;
}

.nav-main-container > .nav-main-item > .input-toggle:checked ~ .nav-main-item:after {
  height: calc(100% - 1rem);
}

.nav-main-container .input-toggle:checked ~ .nav-main-item .nav-main-item .input-toggle:checked ~ .nav-main-item:after {
  height: 100%;
}

.nav-main-link:hover {
  background-color: #99d4ff;
}

.nav-main-link:hover,
.nav-main-link:active,
.nav-main-link:focus {
  text-decoration: none;
}

.nav-main-link:active {
  transition: .1s ease background;
  background-color: #66bfff;
  color: #fff;
}

.nav-main-container .nav-main-item .nav-main-item .nav-main-item:after {
  left: 1.8em;
}

.input-toggle {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.input-toggle ~ .nav-main-item {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: padding 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.input-toggle:checked ~ .nav-main-link {
  background-color: #d9efff;
  font-weight: 500;
  color: #002c4d;
}

.input-toggle:checked ~ .nav-main-link.has-sub {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.input-toggle:checked ~ .nav-main-link.has-sub:before {
  opacity: 0;
  transform: rotate(315deg) translateY(0.1em) translateX(0);
}

.input-toggle:checked ~ .nav-main-link .fas {
  color: #0094ff;
}

.input-toggle:checked ~ .nav-main-item {
  max-height: 100vh;
  padding: 0 1em 1em 1em;
  background-color: #d9efff;
  color: #0094ff;
  opacity: 1;
}

.input-toggle:checked ~ .nav-main-item > .fas {
  color: #0094ff;
}

.nav-main-item .nav-main-link {
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 0.57143rem;
}

.nav-main-item .nav-main-link.active {
  font-weight: 600;
  background-color: #d9efff;
  color: black;
}

.nav-main-item .nav-main-link.active .fas {
  color: #0094ff;
}

.nav-main-item .nav-main-item {
  border-bottom-left-radius: 0.57143rem;
  border-bottom-right-radius: 0.57143rem;
}

.nav-main-item .nav-main-item .nav-main-link {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0.7em;
}

.nav-main-item .nav-main-item .nav-main-link.active {
  font-weight: 600;
}

.nav-main-item .nav-main-item .nav-main-item {
  padding-right: 0;
  padding-bottom: 0;
}

.nav-main-item .nav-main-item .nav-main-item .nav-main-link {
  border-bottom-left-radius: 0.57143rem;
  border-bottom-right-radius: 0.57143rem;
}

.nav-main-item .nav-main-item .nav-main-item .nav-main-item {
  padding-left: 1.8em;
}

.nav-main-item hr {
  margin-top: 0.71429rem;
  margin-bottom: 0.71429rem;
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  border: none;
  height: 0.125rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-main-item hr:after {
  content: "";
  height: 0.125rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-main-container > .nav-main-item > .nav-main-link {
  padding: 0.6em 1.75em 0.6em 0.7em;
}

.nav-main-link {
  position: relative;
  display: block;
  padding: 0.6em 0.7em;
  background-color: transparent;
  font-size: 1.14286rem;
  font-weight: 500;
  color: #333333;
  transition: .1s color ease;
  text-decoration: none;
}

.nav-main-link.has-sub:before {
  content: "";
  position: absolute;
  right: 0.925em;
  top: calc(50% - .225em);
  height: 0.45em;
  width: 0.45em;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  font-size: 1.14286rem;
  transform: rotate(135deg);
  vertical-align: top;
}

.nav-main-group-bottom {
  margin-top: auto;
}

.nav-main-group-bottom .input-toggle:checked ~ .nav-main-link.has-sub:before {
  opacity: 1;
  transform: rotate(135deg);
  top: calc(50% - .225em);
}

.nav-main-group-bottom .nav-main-link.has-sub:before {
  transform: rotate(315deg);
  top: calc(50% - .1em);
}

@media (min-width: 992px) {
  .page-content {
    margin-left: 0;
  }

  .page-content.open {
    margin-left: 17.85714rem;
  }

  .page-content.open .page-toolbar {
    width: calc(100% - 17.85714rem);
  }

  .page-toolbar {
    width: 100%;
  }
}

.nav > li > a {
  color: #6f6f6f;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 0.71429rem 1.07143rem;
}

.nav-tabs {
  border-width: 0.14286rem;
  border-color: #d9d9d9;
}

.nav-tabs > li {
  margin-bottom: -0.14286rem;
}

.nav-tabs > li.active a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover {
  border-width: 0.14286rem;
  border-color: #d9d9d9;
  border-bottom: 0;
  padding-bottom: 0.85714rem;
}

.nav-tabs > li.disabled > a:hover {
  border-color: transparent;
}

.nav-tabs > li > a {
  border-width: 0.14286rem;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.075);
}

.nav-justified > li > a {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0.14286rem;
  border-bottom-color: #d9d9d9;
}

.nav-justified.nav-tabs {
  border-bottom-width: 0.14286rem;
  border-bottom-color: #d9d9d9;
}

.nav-justified.nav-tabs .active > a,
.nav-justified.nav-tabs .active > a:focus,
.nav-justified.nav-tabs .active > a:hover {
  border-color: #d9d9d9;
  border-width: 0.14286rem;
  border-bottom: none;
}

.nav-justified.nav-tabs .disabled > a:hover {
  border-bottom-color: #d9d9d9;
}

.nav-pills > li > a:hover {
  background: rgba(0, 0, 0, 0.075);
}

.dropdown-menu {
  border-width: 0;
  min-width: 12.85714rem;
  box-shadow: 0 0.42857rem 1.42857rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu .divider {
  margin-top: 0.28571rem;
  margin-bottom: 0.28571rem;
}

.dropdown-menu > li > a {
  padding-top: 0.57143rem;
  padding-bottom: 0.57143rem;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #0094ff;
  color: #fff;
}

.nav-sub {
  border-bottom: 0.14286rem solid #d9d9d9;
  margin: -0.71429rem 0 1.42857rem;
}

.nav-sub .nav-item {
  margin-bottom: -0.14286rem;
}

.nav-sub .nav-item .nav-link {
  padding: 0.71429rem 0;
  margin: 0 1.42857rem 0 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: none;
  border-bottom: 0.14286rem solid transparent;
  color: #a6a6a6;
}

.nav-sub .nav-item .nav-link.active,
.nav-sub .nav-item .nav-link.active:focus,
.nav-sub .nav-item .nav-link.active:hover {
  background: none;
  cursor: default;
  color: #0094ff;
  border-color: #0094ff;
}

.nav-sub .nav-item .nav-link:focus,
.nav-sub .nav-item .nav-link:hover {
  background: none;
  color: #555555;
  border-color: #555555;
  outline: none;
}

.nav-sub .nav-item .nav-link.disabled {
  opacity: .5;
}

.nav-sub .nav-item:last-child {
  margin-right: 0;
}

.nav-sub-dashboard {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 20px;
  border-bottom-width: 1px;
}

.nav-sub-dashboard > li {
  flex: 0 0 100%;
  margin-right: 0;
}

.nav-sub-dashboard > li:not(:last-child) a {
  margin-right: 10px;
}

.nav-sub-dashboard > li > a {
  padding-bottom: 20px;
  color: #8c8c8c;
  background: transparent;
}

.nav-sub-dashboard > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: -2%;
  display: block;
  height: 100%;
  width: 104%;
  background-image: linear-gradient(0deg, rgba(0, 148, 255, 0.1) 0%, rgba(0, 148, 255, 0) 100%);
  box-shadow: inset 0px 5px 5px 5px white;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.45s;
  z-index: 0;
}

.nav-sub-dashboard > li > a > h4,
.nav-sub-dashboard > li > a > h5 {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}

.nav-sub-dashboard > li > a:hover {
  border-color: #0094ff;
}

.nav-sub-dashboard > li > a:hover:after {
  opacity: 1;
}

.nav-sub-dashboard > li > a:hover > h4,
.nav-sub-dashboard > li > a:hover > h5 {
  transform: translateX(10px);
}

@media (min-width: 576px) {
  .nav-sub-dashboard {
    flex-direction: row;
  }

  .nav-sub-dashboard > li {
    flex: 0 0 49.9%;
    max-width: 49.9%;
  }
}

@media (min-width: 768px) {
  .nav-sub-dashboard {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .nav-sub-dashboard > li {
    flex: 0 0 24.9%;
    max-width: 24.9%;
  }
}

@media (min-width: 992px) {
  .nav-sub-dashboard {
    padding: 0 30px;
  }

  .nav-sub-dashboard > li > a {
    padding-bottom: 30px;
  }
}

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

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  outline: 0;
}

.offcanvas .btn {
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas .btn {
    transition: none;
  }
}

.offcanvas .close {
  font-size: 2.5rem;
  line-height: 0.33;
}

.offcanvas .modal-dialog {
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas .modal-dialog {
    transition: none;
  }
}

.offcanvas .modal-content {
  border-radius: 0;
  border: 0;
  height: 100%;
}

.offcanvas.showing .modal-dialog,
.offcanvas.show:not(.hiding) .modal-dialog {
  transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

.offcanvas .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

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

.offcanvas .modal-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start .modal-dialog {
  margin-right: auto;
  width: 400px;
  transform: translateX(-100%);
}

.offcanvas-end .modal-dialog {
  margin-left: auto;
  width: 400px;
  transform: translateX(100%);
}

.offcanvas-top .modal-dialog {
  margin-bottom: auto;
  height: 30vh;
  max-height: 100%;
  transform: translateY(-100%);
}

.offcanvas-bottom .modal-dialog {
  margin-top: auto;
  height: 30vh;
  max-height: 100%;
  transform: translateY(100%);
}

.offcanvas-top.show,
.offcanvas-bottom.show {
  display: flex !important;
}

.offcanvas-top .modal-dialog,
.offcanvas-bottom .modal-dialog {
  max-width: unset;
}

.pagination {
  padding-left: 0;
  margin: 1.42857rem 0;
  border-radius: 0.14286rem;
}

.pagination .page-item {
  display: inline;
}

.pagination .page-item:first-child > a[rel~="prev"],
.pagination .page-item:last-child > a[rel~="next"] {
  padding: 0.28571rem 1.42857rem;
}

.pagination .page-item:first-child > a[rel~="prev"]:hover,
.pagination .page-item:first-child > a[rel~="prev"]:focus,
.pagination .page-item:first-child > a[rel~="prev"]:active,
.pagination .page-item:last-child > a[rel~="next"]:hover,
.pagination .page-item:last-child > a[rel~="next"]:focus,
.pagination .page-item:last-child > a[rel~="next"]:active {
  color: #0094ff;
  transform: none;
}

.pagination .page-item:first-child > a[rel~="prev"]:hover:after,
.pagination .page-item:first-child > a[rel~="prev"]:focus:after,
.pagination .page-item:first-child > a[rel~="prev"]:active:after,
.pagination .page-item:last-child > a[rel~="next"]:hover:after,
.pagination .page-item:last-child > a[rel~="next"]:focus:after,
.pagination .page-item:last-child > a[rel~="next"]:active:after {
  display: none;
}

.pagination .page-item .page-link,
.pagination .page-item > span,
.pagination .page-item.disabled > a,
.pagination .page-item.disabled > span {
  background-color: transparent;
  border: none;
}

.pagination .page-item .page-link,
.pagination .page-item span {
  padding: 0.28571rem 0.85714rem 0.35714rem;
  color: inherit;
  display: inline;
  position: relative;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pagination .page-item .page-link:after,
.pagination .page-item span:after {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
  position: absolute;
  top: calc(50% - 0.92857rem);
  left: calc(50% - 0.92857rem);
  border-radius: 50%;
  width: 1.85714rem;
  height: 1.85714rem;
  z-index: -1;
  background-color: transparent;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus,
.pagination .page-item span:hover,
.pagination .page-item span:focus {
  color: #fff;
  background-color: transparent;
  transform: scale(1.2);
  box-shadow: none;
}

.pagination .page-item .page-link:hover:not(.disabled):after,
.pagination .page-item span:hover:not(.disabled):after {
  background-color: #0094ff;
}

.pagination .page-item .page-link:focus:after,
.pagination .page-item span:focus:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.pagination .page-item .page-link:active:after,
.pagination .page-item span:active:after {
  background-color: #0076cc;
}

.pagination .page-item.active > .page-link,
.pagination .page-item.active > span {
  padding: 0.28571rem 0.85714rem 0.35714rem;
  color: #fff;
  background-color: transparent;
  transform: scale(1.2);
}

.pagination .page-item.active > .page-link:after,
.pagination .page-item.active > span:after {
  background-color: #0094ff;
}

.pagination .page-item.active > .page-link:hover,
.pagination .page-item.active > span:hover {
  background-color: transparent;
}

.pagination .page-item.disabled > .page-link,
.pagination .page-item.disabled > span {
  color: rgba(0, 0, 0, 0.25);
  transform: none;
}

.pagination .page-item.disabled > .page-link:hover,
.pagination .page-item.disabled > span:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.25);
}

.pagination .page-item.disabled > .page-link:after,
.pagination .page-item.disabled > span:after {
  display: none;
}

.pagination .page-item.prev .page-link span i,
.pagination .page-item.next .page-link span i {
  font-size: 150%;
}

.pagination .page-item.prev span,
.pagination .page-item.prev .page-link,
.pagination .page-item.next span,
.pagination .page-item.next .page-link {
  padding: 0.28571rem 1.42857rem;
}

.pagination .page-item.prev span:hover,
.pagination .page-item.prev span:focus,
.pagination .page-item.prev span:active,
.pagination .page-item.prev .page-link:hover,
.pagination .page-item.prev .page-link:focus,
.pagination .page-item.prev .page-link:active,
.pagination .page-item.next span:hover,
.pagination .page-item.next span:focus,
.pagination .page-item.next span:active,
.pagination .page-item.next .page-link:hover,
.pagination .page-item.next .page-link:focus,
.pagination .page-item.next .page-link:active {
  color: #0094ff;
  transform: none;
}

.pagination .page-item.prev span:hover:after,
.pagination .page-item.prev span:focus:after,
.pagination .page-item.prev span:active:after,
.pagination .page-item.prev .page-link:hover:after,
.pagination .page-item.prev .page-link:focus:after,
.pagination .page-item.prev .page-link:active:after,
.pagination .page-item.next span:hover:after,
.pagination .page-item.next span:focus:after,
.pagination .page-item.next span:active:after,
.pagination .page-item.next .page-link:hover:after,
.pagination .page-item.next .page-link:focus:after,
.pagination .page-item.next .page-link:active:after {
  display: none;
}

.pagination .page-item.prev.disabled .page-link:hover,
.pagination .page-item.prev.disabled span:hover,
.pagination .page-item.next.disabled .page-link:hover,
.pagination .page-item.next.disabled span:hover {
  color: rgba(0, 0, 0, 0.25);
}

.pagination .page-item.prev:not(.disabled) > .page-link:hover,
.pagination .page-item.prev:not(.disabled) > span:hover {
  padding: 0.28571rem 2.14286rem 0.28571rem 0.71429rem;
}

.pagination .page-item.next:not(.disabled) > .page-link:hover,
.pagination .page-item.next:not(.disabled) > span:hover {
  padding: 0.28571rem 0.71429rem 0.28571rem 2.14286rem;
}

.pagination .page-item:not(.prev):not(.next) > .page-link,
.pagination .page-item:not(.prev):not(.next) > span {
  margin: 0.14286rem 0.07143rem 0;
}

.pagination .page-item .controller-icon {
  padding-right: 0.35714rem;
  padding-left: 0.35714rem;
}

.progress {
  box-shadow: none;
  background-color: #e6edf4;
  border-radius: 10em;
}

.progress-sm {
  height: 0.42857rem;
}

.progress-bar-default,
.legend-default {
  background-color: #6ADB61;
}

.legend {
  display: inline-block;
  width: 0.85714rem;
  height: 0.85714rem;
  border-radius: 0.85714rem;
}

.legend-purple {
  background-color: #AB21B2;
}

.progress-bar-purple {
  background-color: #AB21B2;
}

.legend-blue {
  background-color: #0094ff;
}

.progress-bar-blue {
  background-color: #0094ff;
}

.legend-green {
  background-color: #71c170;
}

.progress-bar-green {
  background-color: #71c170;
}

.legend-orange {
  background-color: #f89a20;
}

.progress-bar-orange {
  background-color: #f89a20;
}

.legend-red {
  background-color: #f85632;
}

.progress-bar-red {
  background-color: #f85632;
}

.legend-pink {
  background-color: #ff9ae8;
}

.progress-bar-pink {
  background-color: #ff9ae8;
}

.legend-bacs {
  background-color: #361f0f;
}

.progress-bar-bacs {
  background-color: #361f0f;
}

.legend-bancontact {
  background-color: #EA232F;
}

.progress-bar-bancontact {
  background-color: #EA232F;
}

/* Progress Stepped */

.progress-stepped {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  background-color: transparent;
  line-height: inherit;
  font-size: inherit;
  counter-reset: step;
  border-radius: 0;
  margin-top: calc(2rem - 1.42857rem);
  margin-bottom: 1.5rem;
}

.progress-step {
  position: relative;
  flex-basis: 100%;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  color: #a6a6a6;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.progress-step:after,
.progress-step:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 0.14286rem;
  top: 0.92857rem;
  background-color: #d4d4d4;
}

.progress-step:before {
  left: 0;
  right: 50%;
}

.progress-step:after {
  left: 50%;
  right: 0;
}

.progress-step:first-child:before {
  left: 50%;
}

.progress-step:last-child:after {
  right: 50%;
}

.progress-step-title {
  display: none;
  position: relative;
  z-index: 1;
  margin-top: 0.35714rem;
}

@media (min-width: 768px) {
  .progress-step-title {
    display: inline-block;
  }
}

.progress-step-indicator {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 1.85714rem;
  height: 1.85714rem;
  border: 0.14286rem solid #d4d4d4;
  border-radius: 10rem;
  background-color: #fff;
  font-size: 90%;
  font-weight: 600;
}

.progress-step-indicator:before {
  content: counter(step);
  counter-increment: step;
  line-height: 1.57143rem;
  font-size: 120%;
}

/* Progress Stepped States */

.progress-step-complete:after,
.progress-step-complete:before {
  background-color: #0094ff;
}

.progress-step-complete .progress-step-indicator {
  border-color: #0094ff;
  background-color: #0094ff;
  color: #fff;
}

.progress-step-complete .progress-step-indicator:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f00c";
  line-height: 1;
}

.progress-step-active {
  color: #222222;
}

.progress-step-active:before {
  background-color: #0094ff;
}

.progress-step-active .progress-step-indicator {
  border-color: #0094ff;
  background-color: #0094ff;
  color: #fff;
}

/* Clickable Step States */

a.progress-step:hover {
  text-decoration: none;
}

.progress-step[href] {
  text-decoration: none;
}

.progress-step[href]:visited .progress-step-indicator {
  border-color: #d4d4d4;
}

.progress-step[href]:focus .progress-step-indicator,
.progress-step[href]:hover .progress-step-indicator,
.progress-step[href]:hover:focus .progress-step-indicator,
.progress-step[href]:hover .progress-step-indicator {
  border-color: #a6a6a6;
}

.progress-step[href].progress-step-complete:visited .progress-step-indicator,
.progress-step[href].progress-step-active:visited .progress-step-indicator {
  border-color: #0094ff;
}

.progress-step[href].progress-step-complete:focus .progress-step-indicator,
.progress-step[href].progress-step-complete:hover .progress-step-indicator,
.progress-step[href].progress-step-complete:hover:focus .progress-step-indicator {
  border-color: #0076cc;
  background-color: #0076cc;
}

.progress-step[href].progress-step-active:focus .progress-step-indicator,
.progress-step[href].progress-step-active:hover .progress-step-indicator,
.progress-step[href].progress-step-active:hover:focus .progress-step-indicator {
  border-color: #0076cc;
}

.table-responsive {
  background-color: #fff;
  margin-bottom: 20px;
}

.table-responsive > .table {
  margin-bottom: 0;
}

.table {
  background: #fff;
  border: 0.07143rem solid #d9d9d9;
}

.table.v-center td {
  vertical-align: middle;
}

.table > thead > tr > th {
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #f7f8fa;
  border-bottom: 0.07143rem solid #d9d9d9;
  border-top: 0.07143rem solid #d9d9d9;
  color: #555555;
}

.table.table-panel {
  border: none;
  background: transparent;
}

.table.table-clickable td:hover {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .table {
    border: 0.07143rem solid #d9d9d9;
  }
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: #d9d9d9;
  border-width: 0.07143rem;
  padding: 1.07143rem 0.85714rem;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 0.42857rem;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: inherit;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9fbfc;
}

.table:not(.table-nohover) > tbody > tr:hover {
  background: #e6f4ff;
}

.table > tbody > tr td {
  border-color: rgba(0, 0, 0, 0.05);
}

.table > tbody > tr td > a {
  text-decoration: underline;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background: #e6f4ff;
}

.panel .table {
  border: none;
}

.table-panel > thead > tr > th,
.table-panel > thead > tr > td,
.table-panel > tbody > tr > th,
.table-panel > tbody > tr > td {
  background: #fff;
  border: none;
}

.table-panel > thead > tr > th {
  transition: 0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

.table-panel > thead > tr:hover > th {
  background: #f7f8fa;
}

.table-panel > thead > tr:first-child > th:first-child,
.table-panel > thead > tr:first-child > td:first-child {
  border-top-left-radius: 0.28571rem;
}

.table-panel > thead > tr:first-child > th:last-child,
.table-panel > thead > tr:first-child > td:last-child {
  border-top-right-radius: 0.28571rem;
}

.table-panel > tbody > tr:last-child td:last-child {
  border-bottom-right-radius: 0.28571rem;
}

.table-panel > tbody > tr:last-child td:first-child {
  border-bottom-left-radius: 0.28571rem;
}

.table-panel tbody > tr td {
  transition: 0.2s ease-out all;
  background-color: #fff;
}

.table-panel tbody > tr:hover td {
  background: #e9f2fc;
}

.table-panel > tbody > tr:first-child td:last-child {
  border-top-right-radius: 0.28571rem;
}

.table-panel > tbody > tr:first-child td:first-child {
  border-top-left-radius: 0.28571rem;
}

.table-panel-spaced {
  border-collapse: separate;
  border-spacing: 0 0.35714rem;
  margin-top: -0.35714rem;
}

.table-panel-spaced thead > tr > th {
  border: none;
  padding: 1.07143rem;
}

.table-panel-spaced thead > tr > th:first-child {
  border-bottom-left-radius: 0.28571rem;
}

.table-panel-spaced thead > tr > th:last-child {
  border-bottom-right-radius: 0.28571rem;
}

.table-panel-spaced tbody > tr td {
  vertical-align: middle;
  margin-bottom: 1.42857rem;
  border: 0.07143rem solid transparent;
  border-style: solid none;
  padding: 0.71429rem 1.07143rem;
  box-shadow: 0 0.07143rem 0.07143rem rgba(0, 0, 0, 0.05);
}

.table-panel-spaced tbody > tr td:first-child {
  border-top-left-radius: 0.28571rem;
  border-bottom-left-radius: 0.28571rem;
}

.table-panel-spaced tbody > tr td:last-child {
  border-top-right-radius: 0.28571rem;
  border-bottom-right-radius: 0.28571rem;
}

.table-borderless {
  border: none;
}

.column-sortable:after {
  content: "";
  position: relative;
  left: 0.21429rem;
  margin-bottom: 0.14286rem;
  width: 0.71429rem;
  height: 0;
  display: inline-block;
  border-top-width: 0.35714rem;
  border-top-style: solid;
  border-top-color: transparent;
  border-left: 0.35714rem solid transparent;
  border-right: 0.35714rem solid transparent;
  transition: .2s;
}

.column-default[data-sort="asc"]:after,
.column-sortable[data-sort="des"]:after {
  border-top-color: black;
}

.column-default[data-sort="asc"]:after {
  transform: rotate(180deg);
  transition: .2s;
}

.column-sortable {
  cursor: pointer;
}

.column-sortable:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #bababa;
}

.column-sortable:hover:active {
  background-color: #d9d9d9;
}

.table-responsive .table {
  margin-bottom: 0 !important;
}

.tile {
  position: relative;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.35714rem;
  background: #fff;
  margin-bottom: 20px;
}

.tile .tab-pane > .table,
.tile .table-responsive > .table,
.tile > .table {
  margin: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
}

.tile .tab-pane > .table tr:first-child th,
.tile .table-responsive > .table tr:first-child th,
.tile > .table tr:first-child th {
  border-width: 0;
}

.tile .tab-pane > .table th:first-child,
.tile .tab-pane > .table td:first-child,
.tile .table-responsive > .table th:first-child,
.tile .table-responsive > .table td:first-child,
.tile > .table th:first-child,
.tile > .table td:first-child {
  padding-left: 1.07143rem;
}

.tile .tab-pane > .table th:last-child,
.tile .tab-pane > .table td:last-child,
.tile .table-responsive > .table th:last-child,
.tile .table-responsive > .table td:last-child,
.tile > .table th:last-child,
.tile > .table td:last-child {
  padding-right: 1.07143rem;
}

.tile .tab-pane > .table tbody:first-child tr:first-child td,
.tile .table-responsive > .table tbody:first-child tr:first-child td,
.tile > .table tbody:first-child tr:first-child td {
  border: 0;
}

.tile .tab-pane > .table td:last-child .btn-link:not(.btn-xs):not(.btn-sm):not(.btn-lg),
.tile .table-responsive > .table td:last-child .btn-link:not(.btn-xs):not(.btn-sm):not(.btn-lg),
.tile > .table td:last-child .btn-link:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
  margin-right: -1.07143rem;
}

.tile .table-responsive {
  margin-bottom: 0;
}

.tile .list-group {
  margin: 0;
}

.tile .list-group-item {
  padding: 0.47619rem 1.07143rem;
  border-left: 0;
  border-right: 0;
}

.tile .list-group-item:first-child {
  border-top: 0;
  border-radius: 0;
}

.tile .list-group-item:last-child {
  border-bottom: 0;
  border-radius: 0;
}

.tile-sticky {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  bottom: 20px;
}

.tile > .tile.tile-sticky {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tile-body {
  padding: 1.07143rem;
}

@media (min-width: 992px) {
  .tile .tab-pane > .table th:first-child,
  .tile .tab-pane > .table td:first-child,
  .tile .table-responsive > .table th:first-child,
  .tile .table-responsive > .table td:first-child,
  .tile > .table th:first-child,
  .tile > .table td:first-child {
    padding-left: 1.42857rem;
  }

  .tile .tab-pane > .table th:last-child,
  .tile .tab-pane > .table td:last-child,
  .tile .table-responsive > .table th:last-child,
  .tile .table-responsive > .table td:last-child,
  .tile > .table th:last-child,
  .tile > .table td:last-child {
    padding-right: 1.42857rem;
  }

  .tile .tab-pane > .table tbody:first-child tr:first-child td,
  .tile .table-responsive > .table tbody:first-child tr:first-child td,
  .tile > .table tbody:first-child tr:first-child td {
    border: 0;
  }

  .tile .list-group-item {
    padding: 1.07143rem 1.42857rem;
  }
}

.tile-header {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 2.14286rem;
  padding: 1.07143rem 1.07143rem 0.47619rem;
}

.tile-header + .table {
  border-top: 1px solid #d9d9d9;
}

.tile-header.tile-header-border {
  min-height: 2.14286rem;
  padding-bottom: 1.07143rem;
  border-bottom: 1px solid #d9d9d9;
}

.tile-header.tile-header-border:last-child {
  border-bottom: 0;
}

.tile-header.tile-header-border + .table,
.tile-header.tile-header-border + .table-responsive .table {
  border-top: 0;
}

.tile-header.tile-header-border + .table tr:first-child th,
.tile-header.tile-header-border + .table-responsive .table tr:first-child th {
  border: 0;
}

.tile-header:last-child {
  padding-bottom: 1.07143rem;
}

.tile-header .nav {
  margin: 0 0 0 -1.07143rem;
  padding: 0 0 0 1.07143rem;
  width: calc( 100% + (1.07143rem + 1px ) * 2);
  border-bottom-width: 0;
  font-size: 1.14286rem;
  font-weight: 500;
}

.tile-header .nav:last-child {
  padding-right: 1.07143rem;
  margin-right: -1.07143rem;
}

.tile-header .nav.nav-sub {
  margin: -1.07143rem 0 -1.07143rem -1.07143rem;
  padding-right: -1.07143rem;
}

.tile-header .nav.nav-sub > .nav-item {
  margin-bottom: -0.07143rem;
}

.tile-header .nav.nav-sub > .nav-item:not(:last-child) {
  margin-right: 0.71429rem;
}

.tile-header .nav.nav-sub > .nav-item > .nav-link {
  margin-right: 0;
  padding: 1.07143rem 0 0.92857rem 0;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .tile-header {
    flex-direction: row;
    align-items: center;
    padding: 1.42857rem 1.42857rem 0.47619rem;
  }

  .tile-header.tile-header-border {
    padding-bottom: 1.42857rem;
    min-height: 2.85714rem;
  }

  .tile-header .nav-sub {
    border-bottom: 0;
  }

  .tile-header:last-child {
    padding-bottom: 1.42857rem;
  }

  .tile-header .nav {
    margin: 0 0 0 -1.42857rem;
    padding: 0 0 0 1.42857rem;
    width: calc( 100% + (1.42857rem + 1px ) * 2);
  }

  .tile-header .nav:last-child {
    padding-right: 1.42857rem;
    margin-right: -1.42857rem;
  }

  .tile-header .nav.nav-sub {
    margin: -1.42857rem 0 -1.42857rem -1.42857rem;
  }

  .tile-header .nav.nav-sub:last-child {
    margin-right: -1.42857rem;
  }

  .tile-header .nav.nav-sub > .nav-item > .nav-link {
    padding: 1.42857rem 0 1.28571rem 0;
  }
}

.tile-titles {
  align-self: flex-start;
}

.tile-title {
  margin: 0;
  font-size: 1.14286rem;
}

.tile-title + .tile-subtitle {
  margin-top: 0.2381rem;
}

.tile-title-sm {
  font-size: 1rem;
}

.tile-subtitle {
  margin: 0;
  color: #959595;
  font-size: 1rem;
}

.tile .columns {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.columns-eq-height {
  align-content: stretch;
}

.columns-eq-height > .column > * {
  height: 100%;
}

@media (min-width: 992px) {
  .columns {
    flex-direction: row;
  }
}

.column {
  width: 100%;
  padding: 0 1.07143rem;
  flex-basis: 0;
  flex-grow: 1;
}

.column .table {
  margin-bottom: 0;
}

.tile .tile-header + .columns:first-child .column {
  padding-top: 0;
}

.tile .columns .column:last-child > .form-group:last-child {
  margin-bottom: 0;
}

.tile .columns + .tile-separator {
  margin-top: 0.53571rem;
}

.tile > .tile-header:not(.tile-header-border) + .columns > .column,
.tile .tile-separator + .columns > .column,
.tile .columns + .columns > .column {
  padding-top: 0.47619rem;
}

.tile .column {
  padding-top: 0.47619rem;
  padding-bottom: 0.47619rem;
}

@media (max-width: 991.98px) {
  .tile .columns:first-child .column:first-child {
    padding-top: 1.07143rem;
  }

  .tile .columns:last-child .column:last-child {
    padding-bottom: 1.07143rem;
  }

  .tile .tile-header-border + .columns .column {
    padding-top: 0.47619rem;
    padding-bottom: 0.47619rem;
  }

  .tile .tile-header-border + .columns .column:first-child {
    padding-top: 1.07143rem;
  }

  .tile .tile-header-border + .columns .column:last-child {
    padding-bottom: 1.07143rem;
  }
}

@media (min-width: 992px) {
  .column {
    padding: 0 1.42857rem;
  }

  .tile-body {
    padding: 1.42857rem;
  }

  .tile .columns + .tile-separator {
    margin-top: 0.71429rem;
  }

  .tile .column {
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem;
  }

  .columns:first-child .column {
    padding-top: 1.42857rem;
  }

  .columns:last-child .column {
    padding-bottom: 1.42857rem;
  }

  .columns:first-child:not(:last-child) .column {
    padding-bottom: 0.47619rem;
  }

  .column:not(:first-child) {
    padding-left: 0.47619rem;
  }

  .column:not(:last-child) {
    padding-right: 0.47619rem;
  }

  .columns-wrap {
    flex-direction: row;
    flex-wrap: wrap !important;
    padding: 0 0.95238rem;
  }

  .columns-wrap .column {
    padding: 0 0.47619rem;
    flex-grow: 0;
    min-width: 0;
  }

  .columns-wrap .column:not(:first-child) {
    padding-left: 0.47619rem;
  }

  .columns-wrap .column:not(:last-child) {
    padding-right: 0.47619rem;
  }

  .columns-wrap.wrap-1 .column {
    flex-basis: 100%;
  }

  .columns-wrap.wrap-2 .column {
    flex-basis: 50%;
  }

  .columns-wrap.wrap-3 .column {
    flex-basis: 33.33%;
  }

  .columns-wrap.wrap-4 .column {
    flex-basis: 25%;
  }

  .columns-wrap.wrap-5 .column {
    flex-basis: 20%;
  }

  .columns-wrap.wrap-6 .column {
    flex-basis: 16.66%;
  }

  .columns-wrap.wrap-8 .column {
    flex-basis: 12.5%;
  }
}

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

.tile .tile-image:first-child img {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.tile .tile-image:last-child img {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.tile .columns + .tile-image {
  margin-top: 1.42857rem;
}

.tile .columns + .tile-image {
  margin-top: 1.42857rem;
}

.tile-separator {
  width: 100%;
  padding: 1.07143rem 1.07143rem 0.47619rem;
  border-top: 1px solid #d9d9d9;
}

.tile-separator.tile-separator-border {
  margin-bottom: 0.71429rem;
  padding-bottom: 1.07143rem;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 992px) {
  .tile-separator {
    padding: 1.42857rem 1.42857rem 0.47619rem;
  }

  .tile-separator.tile-separator-border {
    padding-bottom: 1.42857rem;
  }
}

.tile-footer {
  width: 100%;
  padding: 0.47619rem 1.07143rem 1.07143rem;
}

.tile-footer.tile-footer-border {
  padding-top: 1.07143rem;
  border-top: 1px solid #d9d9d9;
}

@media (min-width: 992px) {
  .tile-footer {
    padding: 0.47619rem 1.42857rem 1.42857rem;
  }

  .tile-footer.tile-footer-border {
    padding-top: 1.42857rem;
  }
}

.tile .columns {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
}

@media (min-width: 992px) {
  .tile .columns {
    flex-direction: row;
  }

  .column {
    flex-basis: 100%;
  }

  .column-20 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .column-25 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-33 {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }

  .column-40 {
    flex-basis: 40%;
    max-width: 40%;
  }

  .column-50 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-60 {
    flex-basis: 60%;
    max-width: 60%;
  }

  .column-66 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .column-75 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-80 {
    flex-basis: 80%;
    max-width: 80%;
  }
}

.list-group-icon-right {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: calc(50% - (1rem / 2));
}

.table-actions,
.toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  border-top-left-radius: 0.35714rem;
  border-top-right-radius: 0.35714rem;
  border: 0.07143rem solid #d9d9d9;
  border-bottom: none;
}

.table-actions .badge,
.toolbar .badge {
  font-weight: 400;
}

.table-actions .btn-group .dropdown-toggle,
.toolbar .btn-group .dropdown-toggle {
  box-shadow: none;
}

.table-actions .btn-group > .btn,
.toolbar .btn-group > .btn {
  outline: none;
  cursor: pointer;
  border-color: #d9d9d9;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1rem;
}

.table-actions .btn-group > .btn.btn-light,
.toolbar .btn-group > .btn.btn-light {
  background-color: rgba(0, 0, 0, 0.025);
}

.table-actions .btn-group > .btn.btn-light:hover,
.table-actions .btn-group > .btn.btn-light:focus,
.toolbar .btn-group > .btn.btn-light:hover,
.toolbar .btn-group > .btn.btn-light:focus {
  color: #fff;
  border-color: #0094ff;
  background-color: #0094ff;
}

.table-actions .btn-group > .btn.btn-light:active,
.toolbar .btn-group > .btn.btn-light:active {
  background-color: #0076cc;
  border-color: #0076cc;
}

.table-actions .btn-group > .btn.btn-icon,
.toolbar .btn-group > .btn.btn-icon {
  padding-left: 1rem;
  padding-right: 1rem;
}

.table-actions .btn-group > .btn.btn-icon i,
.toolbar .btn-group > .btn.btn-icon i {
  transform: scale(1.1);
}

.table-actions .btn-group > .btn.btn-warning,
.table-actions .btn-group > .btn.btn-danger,
.table-actions .btn-group > .btn.btn-primary,
.table-actions .btn-group > .btn.btn-info,
.table-actions .btn-group > .btn.btn-success,
.toolbar .btn-group > .btn.btn-warning,
.toolbar .btn-group > .btn.btn-danger,
.toolbar .btn-group > .btn.btn-primary,
.toolbar .btn-group > .btn.btn-info,
.toolbar .btn-group > .btn.btn-success {
  border-color: rgba(0, 0, 0, 0.2);
}

.table-actions .btn-group > .btn.btn-warning:hover,
.table-actions .btn-group > .btn.btn-warning:focus,
.toolbar .btn-group > .btn.btn-warning:hover,
.toolbar .btn-group > .btn.btn-warning:focus {
  border-color: #f89a20;
  background-color: #f89a20;
}

.table-actions .btn-group > .btn.btn-warning:active,
.toolbar .btn-group > .btn.btn-warning:active {
  background-color: #de8007;
  border-color: #de8007;
}

.table-actions .btn-group > .btn.btn-danger:hover,
.table-actions .btn-group > .btn.btn-danger:focus,
.toolbar .btn-group > .btn.btn-danger:hover,
.toolbar .btn-group > .btn.btn-danger:focus {
  border-color: #f85632;
  background-color: #f85632;
}

.table-actions .btn-group > .btn.btn-danger:active,
.toolbar .btn-group > .btn.btn-danger:active {
  background-color: #ef3208;
  border-color: #ef3208;
}

.table-actions .btn-group > .btn.btn-primary:hover,
.table-actions .btn-group > .btn.btn-primary:focus,
.toolbar .btn-group > .btn.btn-primary:hover,
.toolbar .btn-group > .btn.btn-primary:focus {
  border-color: #0094ff;
  background-color: #0094ff;
}

.table-actions .btn-group > .btn.btn-primary:active,
.toolbar .btn-group > .btn.btn-primary:active {
  background-color: #0076cc;
  border-color: #0076cc;
}

.table-actions .btn-group > .btn.btn-info:hover,
.table-actions .btn-group > .btn.btn-info:focus,
.toolbar .btn-group > .btn.btn-info:hover,
.toolbar .btn-group > .btn.btn-info:focus {
  border-color: #33a9ff;
  background-color: #33a9ff;
}

.table-actions .btn-group > .btn.btn-info:active,
.toolbar .btn-group > .btn.btn-info:active {
  background-color: #0094ff;
  border-color: #0094ff;
}

.table-actions .btn-group > .btn.btn-success:hover,
.table-actions .btn-group > .btn.btn-success:focus,
.toolbar .btn-group > .btn.btn-success:hover,
.toolbar .btn-group > .btn.btn-success:focus {
  border-color: #71c170;
  background-color: #71c170;
}

.table-actions .btn-group > .btn.btn-success:active,
.toolbar .btn-group > .btn.btn-success:active {
  background-color: #4eb14d;
  border-color: #4eb14d;
}

.table-actions .btn-group > .btn > span,
.toolbar .btn-group > .btn > span {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(1px) scale(1.2);
}

.table-actions .btn-group > .btn:hover > span,
.table-actions .btn-group > .btn:focus > span,
.toolbar .btn-group > .btn:hover > span,
.toolbar .btn-group > .btn:focus > span {
  transform: scale(1.3);
}

.table-actions .btn-group > .btn:active,
.toolbar .btn-group > .btn:active {
  box-shadow: none;
}

.table-actions .btn-group > .btn:active:not(.dropdown-toggle) > span,
.toolbar .btn-group > .btn:active:not(.dropdown-toggle) > span {
  transform: scale(1.1) translateY(0.14286rem);
}

.table-actions .btn-group > .btn.btn-default .glyphicon:first-child,
.toolbar .btn-group > .btn.btn-default .glyphicon:first-child {
  margin-right: 0.07143rem;
}

.table-actions .btn-group > .btn.btn-default .glyphicon:last-child,
.toolbar .btn-group > .btn.btn-default .glyphicon:last-child {
  margin-left: 0.07143rem;
}

.table-actions .btn-toolbar-group-left,
.toolbar .btn-toolbar-group-left {
  float: left;
}

.table-actions .btn-toolbar-group-right,
.toolbar .btn-toolbar-group-right {
  float: right;
}

.table-actions + .table,
.table-actions + .table-responsive > .table,
.toolbar + .table,
.toolbar + .table-responsive > .table {
  border-top-width: 0.07143rem;
}

.toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.toolbar .badge-marked {
  margin: 0.71429rem 0.25rem;
}

.toolbar .badge-marked:first-child {
  margin-left: .5rem;
}

.toolbar .badge-marked:last-child {
  margin-right: .5rem;
}

.toolbar-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.toolbar-group .btn {
  height: calc(1.5rem + 1.42857rem + 0.28571rem);
}

.toolbar-group > .btn,
.toolbar-group .m-4 {
  margin: .5em 0 0 .5em;
}

.toolbar-group > .btn:last-child,
.toolbar-group .m-4:last-child {
  margin-right: .5em;
}

.toolbar-group .btn-group {
  margin-bottom: 0;
}

.toolbar-group .input-group-search {
  display: none;
  min-width: 10.71429rem;
  max-width: 12.5rem;
}

.toolbar-group .form-control,
.toolbar-group .chosen-container {
  margin: 0;
}

.toolbar-group-left {
  margin-right: auto;
}

.toolbar-group-right {
  margin-left: auto;
}

@media (min-width: 576px) {
  .toolbar .input-group-search {
    display: table;
  }
}

.toolbar-item {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  margin: .5rem .25rem;
}

.toolbar-item:first-child {
  margin-left: .5rem;
}

.toolbar-item:last-child {
  margin-right: .5rem;
}

@media (max-width: 1023.98px) {
  .toolbar-item:first-child {
    margin-left: 0.28571rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .more-filters {
    flex-grow: 1 !important;
  }
}

.bg-navy {
  background-color: #001f3f;
}

.bg-blue {
  background-color: #0074d9;
}

.bg-aqua {
  background-color: #7fdbff;
}

.bg-teal {
  background-color: #39cccc;
}

.bg-olive {
  background-color: #3d9970;
}

.bg-green {
  background-color: #2ecc40;
}

.bg-lime {
  background-color: #01ff70;
}

.bg-yellow {
  background-color: #ffdc00;
}

.bg-orange {
  background-color: #ff851b;
}

.bg-red {
  background-color: #ff4136;
}

.bg-fuchsia {
  background-color: #f012be;
}

.bg-purple {
  background-color: #b10dc9;
}

.bg-maroon {
  background-color: #85144b;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #aaaaaa;
}

.bg-silver {
  background-color: #dddddd;
}

.bg-black {
  background-color: #111111;
}

.vspace {
  clear: both;
  width: 0.07143rem;
  overflow: hidden;
}

.v5 {
  height: 0.35714rem;
}

.v7 {
  height: 0.5rem;
}

.v10 {
  height: 0.71429rem;
}

.v15 {
  height: 1.07143rem;
}

.v20 {
  height: 1.42857rem;
}

.v25 {
  height: 1.78571rem;
}

.v30 {
  height: 2.14286rem;
}

.v40 {
  height: 2.85714rem;
}

.v50 {
  height: 3.57143rem;
}

.v60 {
  height: 4.28571rem;
}

.v80 {
  height: 5.71429rem;
}

.v100 {
  height: 7.14286rem;
}

.v200 {
  height: 14.28571rem;
}

.v400 {
  height: 28.57143rem;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-border,
.no-border tr,
.no-border tr th,
.no-border tr td {
  border: 0 !important;
}

.row-middle {
  vertical-align: middle !important;
}

.row-right {
  text-align: right !important;
}

.plan-blue,
.bg-info-light {
  background: #e6f4ff;
}

.plan-green,
.bg-success-light {
  background: #edf7ed;
}

.plan-orange,
.bg-warning-light {
  background: #feeed9;
}

.plan-red,
.bg-danger-light {
  background: #fee4df;
}

.bg-primary-light {
  background: #cceaff;
}

.table:not(.table-nohover) > tbody > tr.plan-blue:hover,
.table:not(.table-nohover) > tbody > tr.bg-info-light:hover {
  background: #cceaff;
}

.table:not(.table-nohover) > tbody > tr.plan-green:hover,
.table:not(.table-nohover) > tbody > tr.bg-success-light:hover {
  background: #dbefdb;
}

.table:not(.table-nohover) > tbody > tr.plan-orange:hover,
.table:not(.table-nohover) > tbody > tr.bg-warning-light:hover {
  background: #fde3c1;
}

.table:not(.table-nohover) > tbody > tr.plan-red:hover,
.table:not(.table-nohover) > tbody > tr.bg-danger-light:hover {
  background: #fddad2;
}

.table:not(.table-nohover) > tbody > tr.bg-primary-light:hover {
  background: #b3dfff;
}

.table:not(.table-nohover) > tbody > tr.bg-primary:hover {
  background: #0b83da;
}

.table:not(.table-nohover) > tbody > tr.bg-success:hover {
  background: #5aa45a;
}

.table:not(.table-nohover) > tbody > tr.bg-info:hover {
  background: #1d81c9;
}

.table:not(.table-nohover) > tbody > tr.bg-warning:hover {
  background: #de8613;
}

.table:not(.table-nohover) > tbody > tr.bg-danger:hover {
  background: #dc3e1b;
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  color: #fff !important;
}

.bg-pomegranate {
  background-color: #f44336 !important;
}

.bg-amaranth {
  background-color: #e92662 !important;
}

.bg-seance {
  background-color: #9d27b0 !important;
}

.bg-royal-purple {
  background-color: #673bb7 !important;
}

.bg-san-marino {
  background-color: #3f51b5 !important;
}

.bg-blue-ribbon {
  background-color: #1f97f3 !important;
}

.bg-cerulean {
  background-color: #04a9f4 !important;
}

.bg-robins-egg-blue {
  background-color: #00bcd4 !important;
}

.bg-gossamer {
  background-color: #029688 !important;
}

.bg-fruit-salad {
  background-color: #4daf50 !important;
}

.bg-sushi {
  background-color: #8bc44a !important;
}

.bg-wattle {
  background-color: #cddb3a !important;
}

.bg-bright-sun {
  background-color: #ffeb3a !important;
}

.bg-amber {
  background-color: #ffc107 !important;
}

.bg-orange-peel {
  background-color: #ff9800 !important;
}

.bg-orange {
  background-color: #fe5722 !important;
}

.bg-coffee {
  background-color: #795448 !important;
}

.bg-silver-chalice {
  background-color: #9e9e9e !important;
}

.bg-lynch {
  background-color: #607c8b !important;
}

.bg-image {
  background-size: cover;
  background-position: 50% 50%;
}

.bg-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45vh;
  min-height: 200px;
  max-height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

.bg-dimmer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.bg-position-top {
  background-position: 50% top !important;
}

.bg-position-bottom {
  background-position: 50% bottom !important;
}

.bg-info-gradient {
  background: linear-gradient(200deg, #f5fbff 0%, #e0f2ff 100%) !important;
}

.bg-success-gradient {
  background: linear-gradient(200deg, #f7fcf7 0%, #e6f4e5 100%) !important;
}

.bg-warning-gradient {
  background: linear-gradient(200deg, #fffaf5 0%, #feedd7 100%) !important;
}

.bg-danger-gradient {
  background: linear-gradient(200deg, #fef0ed 0%, #fee4df 100%) !important;
}

.list-group-item-success,
.list-group-item-info,
.list-group-item-warning,
.list-group-item-danger {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}

.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading {
  color: #fff;
}

.card-box {
  background-color: rgba(0, 0, 0, 0.05);
  border: 0.14286rem solid #c6c6c6;
  box-shadow: none;
}

.tooltip {
  font-family: "proxima-nova";
}

.tooltip > .tooltip-inner {
  padding: .75em;
  font-size: 1rem;
}

.tooltip.top > .tooltip-arrow {
  border-width: 1em 1em 0;
  margin-left: -1em;
}

.tooltip.bottom > .tooltip-arrow {
  border-width: 0 1em 1em;
  margin-left: -1em;
}

.tooltip.left > .tooltip-arrow {
  border-width: 1em 0 1em 1em;
  margin-top: -1em;
}

.tooltip.right > .tooltip-arrow {
  border-width: 1em 1em 1em 0;
  margin-top: -1em;
}

.btn.text-gray {
  color: #555555 !important;
}

.btn.text-gray:hover {
  color: #222222 !important;
}

.btn.text-danger {
  color: #f85632 !important;
}

.btn.text-danger:hover {
  color: #be2806 !important;
}

.btn.text-warning {
  color: #f89a20 !important;
}

.btn.text-warning:hover {
  color: #ad6405 !important;
}

.btn.text-success {
  color: #71c170 !important;
}

.btn.text-success:hover {
  color: #3e8e3d !important;
}

.toggle-down,
.toggle-up {
  position: relative;
  transition: 0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

.toggle-down:after,
.toggle-up:after {
  font-family: "Font Awesome 5 Free";
  font-size: 85%;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.toggle-down[aria-expanded="false"]:after {
  content: "\F078";
}

.toggle-down[aria-expanded="true"]:after {
  content: "\F077";
}

.toggle-up[aria-expanded="false"]:after {
  content: "\F077";
}

.toggle-up[aria-expanded="true"]:after {
  content: "\F078";
}

.toggle-text:hover span {
  text-decoration: inherit;
}

.toggle-text[aria-expanded="false"] span:nth-child(1) {
  display: inline-block;
}

.toggle-text[aria-expanded="true"] span:nth-child(1) {
  display: none;
}

.toggle-text[aria-expanded="false"] span:nth-child(2) {
  display: none;
}

.toggle-text[aria-expanded="true"] span:nth-child(2) {
  display: inline-block;
}

.crop {
  overflow: hidden;
}

.crop > * {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.crop > img[src=""] {
  display: none;
}

.avatar-sm,
.avatar,
.avatar-md,
.avatar-lg {
  position: relative;
}

.avatar-sm:after,
.avatar:after,
.avatar-md:after,
.avatar-lg:after {
  position: absolute;
  z-index: 0;
  top: -22%;
  left: 0;
  content: "\f2bd";
  color: #a6a6a6;
  font-family: 'Font Awesome 5 Free';
  font-size: 440%;
  font-weight: 900;
}

.avatar-sm > *,
.avatar > *,
.avatar-md > *,
.avatar-lg > * {
  position: relative;
  z-index: 1;
}

.avatar-sm {
  height: 2.14286rem;
  width: 2.14286rem;
}

.avatar {
  height: 4.28571rem;
  width: 4.28571rem;
}

.avatar-md {
  height: 6.42857rem;
  width: 6.42857rem;
}

.avatar-lg {
  height: 8.57143rem;
  width: 8.57143rem;
}

.element {
  height: calc(1.5rem + 1.42857rem + 0.28571rem) !important;
}

.element-xs {
  height: 1.78571rem !important;
}

.element-sm {
  height: calc(1.5rem + 0.71429rem + 0.28571rem) !important;
}

.element-lg {
  height: calc(1.5rem + 2.14286rem + 0.28571rem + 0.28571rem) !important;
}

.element-xl {
  height: 8.57143rem !important;
}

.element-1by1.element {
  width: calc(1.5rem + 1.42857rem + 0.28571rem) !important;
}

.element-1by1.element-xs {
  width: 1.78571rem !important;
}

.element-1by1.element-sm {
  width: calc(1.5rem + 0.71429rem + 0.28571rem) !important;
}

.element-1by1.element-lg {
  width: calc(1.5rem + 2.14286rem + 0.28571rem + 0.28571rem) !important;
}

.element-1by1.element-xl {
  width: 8.57143rem !important;
}

.element-link,
.element-interactive {
  cursor: pointer;
  color: inherit;
  transition: 0.2s border-color cubic-bezier(0.215, 0.61, 0.355, 1);
}

.element-link:hover,
.element-interactive:hover {
  color: inherit;
  border-color: #0094ff;
  text-decoration: none;
}

.element-link.element-link-full,
.element-link.element-interactive-full,
.element-interactive.element-link-full,
.element-interactive.element-interactive-full {
  width: 100%;
  height: 100%;
  display: block;
}

.element-disabled {
  opacity: .5;
  pointer-events: none;
}

.element-disabled:hover {
  cursor: not-allowed !important;
}

.link-hover {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link-hover-border {
  position: relative;
}

.link-hover-border:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.14286rem;
  border-bottom: 0.21429rem solid #0094ff;
}

.link-hover:hover.link-hover-push {
  transform: translateY(-0.35714rem);
}

.preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.15);
  z-index: 499;
}

.preloader-top {
  z-index: 9999;
}

.loader {
  position: absolute;
  top: calc(50% - 1.78571rem);
  left: calc(50% - 1.78571rem);
  display: inline-block;
  width: 3.57143rem;
  height: 3.57143rem;
  background: #66bfff;
  border-radius: 50%;
  border: 0.35714rem solid #e6f4ff;
  -webkit-animation: load 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: load 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.loader::after {
  content: '';
  position: absolute;
  top: -0.35714rem;
  left: -0.35714rem;
  width: 3.57143rem;
  height: 3.57143rem;
  border: 0.35714rem solid transparent;
  border-top: 0.35714rem solid #0094ff;
  border-radius: 50%;
}

@-webkit-keyframes load {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes load {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.date-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  min-width: 14.28571rem;
  list-style: none;
}

.date-list-container {
  display: block;
  padding: 1.78571rem;
}

.date-list-container [class*='col-']:first-of-type {
  margin-bottom: 1.5em;
}

@media (min-width: 992px) {
  .date-list-container {
    min-width: 35.71429rem;
  }

  .date-list-container [class*='col-']:first-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .date-list-container {
    display: flex;
  }
}

.modal-content {
  border-radius: 0.57143rem;
  box-shadow: none;
}

.border-1 {
  border-width: 0.07143rem !important;
}

.border-2 {
  border-style: solid !important;
  border-color: #d9d9d9 !important;
  border-width: 0.14286rem !important;
}

.rounded-xl {
  border-radius: 0.71429rem !important;
}

.font-size-100 {
  font-size: 100% !important;
}

.text-underline {
  text-decoration: underline !important;
}

.flag-icon {
  height: 0.85714rem;
}

@media print {
  a[href]::after {
    content: initial;
  }
}

.timeline {
  position: relative;
  list-style-type: none;
  padding: 1em 0;
}

.timeline:before {
  position: absolute;
  left: .75em;
  top: 0;
  content: "";
  display: none;
  width: 0.28571rem;
  height: 100%;
  margin-left: -0.14286rem;
  background: #e1e1e1;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0) 0%, #e1e1e1 8%, #e1e1e1 92%, rgba(225, 225, 225, 0) 100%);
  z-index: 5;
}

.timeline-item {
  position: relative;
  min-height: 1.5em;
  padding: 0.25em 0 0.25em 0;
  content: "";
}

.timeline-item:before {
  content: "";
  position: absolute;
  top: calc( 0.25em + (1.28571rem - .75em ));
  left: 0;
  display: none;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  border-radius: 1.5em;
  border: 0.28571rem solid #a6a6a6;
  z-index: 10;
}

.timeline-item.timeline-item-active:before {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  border-color: #0094ff;
  background-color: #0094ff;
}

.timeline-item-active > .timeline-item-content {
  background: linear-gradient(200deg, #f5fbff 0%, #e0f2ff 100%) !important;
  border-color: #0094ff !important;
}

.timeline-item-active > .timeline-item-content > .bg-gray.rounded {
  background-color: white !important;
}

.timeline-item-active > .timeline-item-content .timeline-item-title {
  color: #0094ff;
}

.timeline-item-content {
  position: relative;
  padding: .5rem;
  border: 0.14286rem solid #d9d9d9;
  border-radius: 0.57143rem;
  background: #fff;
  z-index: 11;
}

.timeline-item-indicator:before {
  top: 0;
  width: .8em;
  height: .8em;
  border-width: 0.21429rem;
}

.timeline-labelled:before {
  left: .75em;
}

.timeline-labelled .timeline-item {
  padding-left: 0em;
}

.timeline-labelled .timeline-item:before {
  left: 0em;
}

.timeline-labelled .timeline-item-indicator {
  padding-top: .15em;
  min-height: 1em;
}

.timeline-labelled .timeline-item-indicator:before {
  left: 4.35em;
}

.timeline-item-label {
  display: block;
  position: absolute;
  left: 0;
  top: calc( 0.25em + (1.28571rem - .75em + 0.07143rem));
  justify-content: flex-end;
  width: 4em;
  padding-right: .5em;
}

@media (min-width: 1024px) {
  .timeline:before {
    display: block;
  }

  .timeline-labelled:before,
  .timeline:before {
    left: 4.75em;
  }

  .timeline-labelled .timeline-item,
  .timeline .timeline-item {
    padding-left: 6.5em;
  }

  .timeline-labelled .timeline-item:before,
  .timeline .timeline-item:before {
    display: block;
    left: 4em;
  }

  .timeline-item-label {
    display: flex;
  }
}
