@charset "UTF-8";
/*
 *
 *
 *
 * Aurion UI
 * Version: 1.5.6
 * Copyright 2015-19 Aurion
 *
 *
 *
 */
/*
 *
 * Aurion UI — Bootstrap
 *
 */
/*
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #387bbd;
  --bs-indigo: #6610f2;
  --bs-purple: #953c92;
  --bs-pink: #e44398;
  --bs-red: #bd2c00;
  --bs-orange: #fd7e14;
  --bs-yellow: #ff9933;
  --bs-green: #6cc644;
  --bs-teal: #00ac89;
  --bs-cyan: #5bc0de;
  --bs-white: white;
  --bs-gray: #62676c;
  --bs-gray-dark: #313436;
  --bs-primary: #387bbd;
  --bs-secondary: #7a8187;
  --bs-success: #6cc644;
  --bs-info: #5bc0de;
  --bs-warning: #ff9933;
  --bs-danger: #bd2c00;
  --bs-light: rgba(255, 255, 255, 0.8);
  --bs-dark: rgba(0, 0, 0, 0.6);
  --bs-font-sans-serif: "Open Sans", Tahoma, Geneva, Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Open Sans", Tahoma, Geneva, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181a1b;
  background-color: #e4e6e7;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #387bbd;
  text-decoration: underline;
}
a:hover {
  color: #2d6297;
}

a:not([href]):not(.btn):not(.fc-timeline-event):not([class]), a:not([href]):not(.btn):not(.fc-timeline-event):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
  color: #494d51;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #e44398;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: white;
  background-color: #181a1b;
  border-radius: 0.125rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #62676c;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #62676c;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #afb3b7;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #62676c;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #181a1b;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #181a1b;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #181a1b;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #181a1b;
  vertical-align: top;
  border-color: #afb3b7;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d7e5f2;
  --bs-table-striped-bg: #ccdae6;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #c2ceda;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #c7d4e0;
  --bs-table-hover-color: black;
  color: black;
  border-color: #c2ceda;
}

.table-secondary {
  --bs-table-bg: #e4e6e7;
  --bs-table-striped-bg: #d9dbdb;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #cdcfd0;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #d3d5d6;
  --bs-table-hover-color: black;
  color: black;
  border-color: #cdcfd0;
}

.table-success {
  --bs-table-bg: #e2f4da;
  --bs-table-striped-bg: #d7e8cf;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #cbdcc4;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #d1e2ca;
  --bs-table-hover-color: black;
  color: black;
  border-color: #cbdcc4;
}

.table-info {
  --bs-table-bg: #def2f8;
  --bs-table-striped-bg: #d3e6ec;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #c8dadf;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #cde0e5;
  --bs-table-hover-color: black;
  color: black;
  border-color: #c8dadf;
}

.table-warning {
  --bs-table-bg: #ffebd6;
  --bs-table-striped-bg: #f2dfcb;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #e6d4c1;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #ecd9c6;
  --bs-table-hover-color: black;
  color: black;
  border-color: #e6d4c1;
}

.table-danger {
  --bs-table-bg: #f2d5cc;
  --bs-table-striped-bg: #e6cac2;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dac0b8;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e0c5bd;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dac0b8;
}

.table-light {
  --bs-table-bg: rgba(255, 255, 255, 0.8);
  --bs-table-striped-bg: rgba(236, 236, 236, 0.81);
  --bs-table-striped-color: black;
  --bs-table-active-bg: rgba(219, 219, 219, 0.82);
  --bs-table-active-color: black;
  --bs-table-hover-bg: rgba(227, 227, 227, 0.815);
  --bs-table-hover-color: black;
  color: black;
  border-color: rgba(219, 219, 219, 0.82);
}

.table-dark {
  --bs-table-bg: rgba(0, 0, 0, 0.6);
  --bs-table-striped-bg: rgba(28, 28, 28, 0.62);
  --bs-table-striped-color: white;
  --bs-table-active-bg: rgba(53, 53, 53, 0.64);
  --bs-table-active-color: white;
  --bs-table-hover-bg: rgba(41, 41, 41, 0.63);
  --bs-table-hover-color: white;
  color: white;
  border-color: rgba(53, 53, 53, 0.64);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #62676c;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181a1b;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #959a9f;
  appearance: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control:focus {
  color: #181a1b;
  background-color: white;
  border-color: #9cbdde;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #afb3b7;
  opacity: 1;
}
.form-control:disabled, .form-control:read-only {
  background-color: #e4e6e7;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #181a1b;
  background-color: #cacdcf;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #c0c3c5;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #181a1b;
  background-color: #cacdcf;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #c0c3c5;
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181a1b;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313436' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #959a9f;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.form-select:focus {
  border-color: #9cbdde;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #cacdcf;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #181a1b;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #9cbdde;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
}
.form-check-input:checked {
  background-color: #387bbd;
  border-color: #387bbd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #387bbd;
  border-color: #387bbd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239cbdde'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #387bbd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c3d7eb;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #afb3b7;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #387bbd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c3d7eb;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #afb3b7;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #7a8187;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #7a8187;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181a1b;
  text-align: center;
  white-space: nowrap;
  background-color: #cacdcf;
  border: 1px solid #959a9f;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: black;
  background-color: rgba(108, 198, 68, 0.9);
  border-radius: 0.25rem;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #6cc644;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313436' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236cc644' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #6cc644;
  box-shadow: 0 0 0 0.25rem rgba(108, 198, 68, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #6cc644;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #6cc644;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 198, 68, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #6cc644;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: white;
  background-color: rgba(189, 44, 0, 0.9);
  border-radius: 0.25rem;
}

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #bd2c00;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313436' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23bd2c00'%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='%23bd2c00' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #bd2c00;
  box-shadow: 0 0 0 0.25rem rgba(189, 44, 0, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #bd2c00;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #bd2c00;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(189, 44, 0, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #bd2c00;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #181a1b;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #181a1b;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(56, 123, 189, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-primary {
  color: black;
  background-color: #387bbd;
  border-color: #387bbd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: black;
  background-color: #568fc7;
  border-color: #4c88c4;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: black;
  background-color: #568fc7;
  border-color: #4c88c4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(48, 105, 161, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: black;
  background-color: #6095ca;
  border-color: #4c88c4;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(48, 105, 161, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: black;
  background-color: #387bbd;
  border-color: #387bbd;
}

.btn-secondary {
  color: black;
  background-color: #7a8187;
  border-color: #7a8187;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: black;
  background-color: #8e9499;
  border-color: #878e93;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: black;
  background-color: #8e9499;
  border-color: #878e93;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(104, 110, 115, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: black;
  background-color: #959a9f;
  border-color: #878e93;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(104, 110, 115, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: black;
  background-color: #7a8187;
  border-color: #7a8187;
}

.btn-success {
  color: black;
  background-color: #6cc644;
  border-color: #6cc644;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: black;
  background-color: #82cf60;
  border-color: #7bcc57;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: black;
  background-color: #82cf60;
  border-color: #7bcc57;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(92, 168, 58, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: black;
  background-color: #89d169;
  border-color: #7bcc57;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(92, 168, 58, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: black;
  background-color: #6cc644;
  border-color: #6cc644;
}

.btn-info {
  color: black;
  background-color: #5bc0de;
  border-color: #5bc0de;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: black;
  background-color: #74c9e3;
  border-color: #6bc6e1;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: black;
  background-color: #74c9e3;
  border-color: #6bc6e1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(77, 163, 189, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: black;
  background-color: #7ccde5;
  border-color: #6bc6e1;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(77, 163, 189, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: black;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-warning {
  color: black;
  background-color: #ff9933;
  border-color: #ff9933;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: black;
  background-color: #ffa852;
  border-color: #ffa347;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: black;
  background-color: #ffa852;
  border-color: #ffa347;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 130, 43, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: black;
  background-color: #ffad5c;
  border-color: #ffa347;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 130, 43, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: black;
  background-color: #ff9933;
  border-color: #ff9933;
}

.btn-danger {
  color: white;
  background-color: #bd2c00;
  border-color: #bd2c00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: white;
  background-color: #a12500;
  border-color: #972300;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: white;
  background-color: #a12500;
  border-color: #972300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(199, 76, 38, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #972300;
  border-color: #8e2100;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(199, 76, 38, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: white;
  background-color: #bd2c00;
  border-color: #bd2c00;
}

.btn-light {
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.83);
  border-color: rgba(255, 255, 255, 0.82);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: black;
  background-color: rgba(255, 255, 255, 0.83);
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(202, 202, 202, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: black;
  background-color: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.82);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(202, 202, 202, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-dark {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.66);
  border-color: rgba(0, 0, 0, 0.68);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.66);
  border-color: rgba(0, 0, 0, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(74, 74, 74, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0.68);
  border-color: rgba(0, 0, 0, 0.7);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(74, 74, 74, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.btn-outline-primary {
  color: #387bbd;
  border-color: #387bbd;
}
.btn-outline-primary:hover {
  color: black;
  background-color: #387bbd;
  border-color: #387bbd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(56, 123, 189, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: black;
  background-color: #387bbd;
  border-color: #387bbd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(56, 123, 189, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #387bbd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #7a8187;
  border-color: #7a8187;
}
.btn-outline-secondary:hover {
  color: black;
  background-color: #7a8187;
  border-color: #7a8187;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 129, 135, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: black;
  background-color: #7a8187;
  border-color: #7a8187;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(122, 129, 135, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #7a8187;
  background-color: transparent;
}

.btn-outline-success {
  color: #6cc644;
  border-color: #6cc644;
}
.btn-outline-success:hover {
  color: black;
  background-color: #6cc644;
  border-color: #6cc644;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 198, 68, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: black;
  background-color: #6cc644;
  border-color: #6cc644;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(108, 198, 68, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #6cc644;
  background-color: transparent;
}

.btn-outline-info {
  color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: black;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(91, 192, 222, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: black;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(91, 192, 222, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ff9933;
  border-color: #ff9933;
}
.btn-outline-warning:hover {
  color: black;
  background-color: #ff9933;
  border-color: #ff9933;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 153, 51, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: black;
  background-color: #ff9933;
  border-color: #ff9933;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 153, 51, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ff9933;
  background-color: transparent;
}

.btn-outline-danger {
  color: #bd2c00;
  border-color: #bd2c00;
}
.btn-outline-danger:hover {
  color: white;
  background-color: #bd2c00;
  border-color: #bd2c00;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(189, 44, 0, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: white;
  background-color: #bd2c00;
  border-color: #bd2c00;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(189, 44, 0, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #bd2c00;
  background-color: transparent;
}

.btn-outline-light {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-outline-light:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

.btn-outline-dark {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-dark:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #387bbd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #2d6297;
}
.btn-link:disabled, .btn-link.disabled {
  color: #62676c;
}

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

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

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #181a1b;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #181a1b;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #161718;
  background-color: #cacdcf;
}
.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: #387bbd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #7a8187;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #afb3b7;
  background-color: #313436;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #afb3b7;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: white;
  background-color: #387bbd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #7a8187;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #afb3b7;
}
.dropdown-menu-dark .dropdown-header {
  color: #7a8187;
}

.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-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

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

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

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #387bbd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #2d6297;
}
.nav-link.disabled {
  color: #62676c;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #afb3b7;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #cacdcf #cacdcf #afb3b7;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #62676c;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #494d51;
  background-color: white;
  border-color: #afb3b7 #afb3b7 white;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #387bbd;
}

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.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-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: white;
}
.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 .nav-link.active {
  color: white;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.6);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.6);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #181a1b;
  text-align: left;
  background-color: white;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #326faa;
  background-color: #ebf2f8;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23326faa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181a1b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #9cbdde;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #afb3b7;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #494d51;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #387bbd;
  text-decoration: none;
  background-color: white;
  border: 1px solid #afb3b7;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #2d6297;
  background-color: #cacdcf;
  border-color: #afb3b7;
}
.page-link:focus {
  z-index: 3;
  color: #2d6297;
  background-color: #cacdcf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: #387bbd;
  border-color: #387bbd;
}
.page-item.disabled .page-link {
  color: #62676c;
  pointer-events: none;
  background-color: white;
  border-color: #afb3b7;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #224a71;
  background-color: #d7e5f2;
  border-color: #c3d7eb;
}
.alert-primary .alert-link {
  color: #1b3b5a;
}

.alert-secondary {
  color: #494d51;
  background-color: #e4e6e7;
  border-color: #d7d9db;
}
.alert-secondary .alert-link {
  color: #3a3e41;
}

.alert-success {
  color: #417729;
  background-color: #e2f4da;
  border-color: #d3eec7;
}
.alert-success .alert-link {
  color: #345f21;
}

.alert-info {
  color: #377385;
  background-color: #def2f8;
  border-color: #ceecf5;
}
.alert-info .alert-link {
  color: #2c5c6a;
}

.alert-warning {
  color: #995c1f;
  background-color: #ffebd6;
  border-color: #ffe0c2;
}
.alert-warning .alert-link {
  color: #7a4a19;
}

.alert-danger {
  color: #711a00;
  background-color: #f2d5cc;
  border-color: #ebc0b3;
}
.alert-danger .alert-link {
  color: #5a1500;
}

.alert-light {
  color: rgba(78, 78, 78, 0.92);
  background-color: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.94);
}
.alert-light .alert-link {
  color: rgba(60, 60, 60, 0.936);
}

.alert-dark {
  color: rgba(0, 0, 0, 0.76);
  background-color: rgba(230, 230, 230, 0.92);
  border-color: rgba(215, 215, 215, 0.88);
}
.alert-dark .alert-link {
  color: rgba(0, 0, 0, 0.808);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #cacdcf;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

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

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #494d51;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #494d51;
  text-decoration: none;
  background-color: #cddeef;
}
.list-group-item-action:active {
  color: #181a1b;
  background-color: #cacdcf;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #181a1b;
  text-decoration: none;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #62676c;
  pointer-events: none;
  background-color: white;
}
.list-group-item.active {
  z-index: 2;
  color: white;
  background-color: #387bbd;
  border-color: #387bbd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

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

.list-group-item-primary {
  color: #224a71;
  background-color: #d7e5f2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #224a71;
  background-color: #c2ceda;
}
.list-group-item-primary.list-group-item-action.active {
  color: white;
  background-color: #224a71;
  border-color: #224a71;
}

.list-group-item-secondary {
  color: #494d51;
  background-color: #e4e6e7;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #494d51;
  background-color: #cdcfd0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: white;
  background-color: #494d51;
  border-color: #494d51;
}

.list-group-item-success {
  color: #417729;
  background-color: #e2f4da;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #417729;
  background-color: #cbdcc4;
}
.list-group-item-success.list-group-item-action.active {
  color: white;
  background-color: #417729;
  border-color: #417729;
}

.list-group-item-info {
  color: #377385;
  background-color: #def2f8;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #377385;
  background-color: #c8dadf;
}
.list-group-item-info.list-group-item-action.active {
  color: white;
  background-color: #377385;
  border-color: #377385;
}

.list-group-item-warning {
  color: #995c1f;
  background-color: #ffebd6;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #995c1f;
  background-color: #e6d4c1;
}
.list-group-item-warning.list-group-item-action.active {
  color: white;
  background-color: #995c1f;
  border-color: #995c1f;
}

.list-group-item-danger {
  color: #711a00;
  background-color: #f2d5cc;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #711a00;
  background-color: #dac0b8;
}
.list-group-item-danger.list-group-item-action.active {
  color: white;
  background-color: #711a00;
  border-color: #711a00;
}

.list-group-item-light {
  color: rgba(78, 78, 78, 0.92);
  background-color: rgba(255, 255, 255, 0.96);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgba(78, 78, 78, 0.92);
  background-color: rgba(228, 228, 228, 0.964);
}
.list-group-item-light.list-group-item-action.active {
  color: white;
  background-color: rgba(78, 78, 78, 0.92);
  border-color: rgba(78, 78, 78, 0.92);
}

.list-group-item-dark {
  color: rgba(0, 0, 0, 0.76);
  background-color: rgba(230, 230, 230, 0.92);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.76);
  background-color: rgba(203, 203, 203, 0.928);
}
.list-group-item-dark.list-group-item-action.active {
  color: white;
  background-color: rgba(0, 0, 0, 0.76);
  border-color: rgba(0, 0, 0, 0.76);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: black;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.175rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: black;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #62676c;
  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-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  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 {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #afb3b7;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem 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;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #afb3b7;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Open Sans", Tahoma, Geneva, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: black;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: black;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: black;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: black;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", Tahoma, Geneva, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-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 > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}

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

.popover-body {
  padding: 1rem 1rem;
  color: #181a1b;
}

.carousel {
  position: relative;
}

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: white;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: white;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: black;
}
.carousel-dark .carousel-caption {
  color: black;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #1c3e5f;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #387bbd;
}
.link-primary:hover, .link-primary:focus {
  color: #6095ca;
}

.link-secondary {
  color: #7a8187;
}
.link-secondary:hover, .link-secondary:focus {
  color: #959a9f;
}

.link-success {
  color: #6cc644;
}
.link-success:hover, .link-success:focus {
  color: #89d169;
}

.link-info {
  color: #5bc0de;
}
.link-info:hover, .link-info:focus {
  color: #7ccde5;
}

.link-warning {
  color: #ff9933;
}
.link-warning:hover, .link-warning:focus {
  color: #ffad5c;
}

.link-danger {
  color: #bd2c00;
}
.link-danger:hover, .link-danger:focus {
  color: #972300;
}

.link-light {
  color: rgba(255, 255, 255, 0.8);
}
.link-light:hover, .link-light:focus {
  color: rgba(255, 255, 255, 0.84);
}

.link-dark {
  color: rgba(0, 0, 0, 0.6);
}
.link-dark:hover, .link-dark:focus {
  color: rgba(0, 0, 0, 0.68);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

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

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid !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;
}

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

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

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

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

.shadow-none {
  box-shadow: none !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;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

.border-top-0 {
  border-top: 0 !important;
}

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

.border-end-0 {
  border-right: 0 !important;
}

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

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #afb3b7 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #387bbd !important;
}

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

.border-success {
  border-color: #6cc644 !important;
}

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

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

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

.border-light {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

.border-dark {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

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

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

.min-vw-100 {
  min-width: 100vw !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;
}

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

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

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #387bbd !important;
}

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

.text-success {
  color: #6cc644 !important;
}

.text-info {
  color: #5bc0de !important;
}

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

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

.text-light {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-dark {
  color: rgba(0, 0, 0, 0.6) !important;
}

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

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

.text-muted {
  color: #7a8187 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #387bbd !important;
}

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

.bg-success {
  background-color: #6cc644 !important;
}

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

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

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

.bg-light {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-body {
  background-color: #e4e6e7 !important;
}

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

legend {
  font-size: 1.25rem;
}

var {
  font-style: normal;
}

small, .small {
  font-weight: inherit;
}

.alert-info {
  color: white;
}

.rounded-end {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning,
.btn-info {
  color: white;
}
.btn-primary:hover, .btn-primary:disabled, .btn-primary:active, .btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:disabled,
.btn-secondary:active,
.btn-secondary:focus,
.btn-success:hover,
.btn-success:disabled,
.btn-success:active,
.btn-success:focus,
.btn-warning:hover,
.btn-warning:disabled,
.btn-warning:active,
.btn-warning:focus,
.btn-info:hover,
.btn-info:disabled,
.btn-info:active,
.btn-info:focus {
  color: white;
}

.btn-outline-primary:checked, .btn-outline-primary:hover, .btn-outline-primary.active,
.btn-outline-secondary:checked,
.btn-outline-secondary:hover,
.btn-outline-secondary.active {
  color: white;
}

.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.dropdown-toggle.show {
  color: white;
}

.btn-check + .btn-outline-secondary.active, .btn-check + .btn-outline-secondary:active {
  color: white;
}

#btnSetFavouriteTab {
  border: none;
}

a.file-label,
a[download],
a[role=menuitem],
a.nav-menu-item {
  text-decoration: none;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.modal-header {
  border-bottom: 0;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  background-color: #2a5c8e;
  color: rgba(255, 255, 255, 0.8);
}

.modal-footer {
  text-align: left;
}

@media (max-width: 991.98px) {
  .modal-lg {
    width: auto;
  }
  .modal-lg.modal-dialog {
    margin: 0;
    transition: none !important;
  }
  .modal-lg .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
div.form-control {
  height: 2.4rem;
}

div.form-control:not([readonly]) {
  background: transparent;
}

.form-control[type=file]:not([readonly]) {
  background: transparent;
}

.form-select:disabled {
  background-color: #e4e6e7;
}

.badge-light {
  color: black;
}

.breadcrumb-item {
  font-size: 0.875rem;
  color: #afb3b7;
}
.breadcrumb-item.active::before {
  font-weight: normal;
}

.list-group-item {
  line-height: 1;
}

.list-group-item-action:hover.bg-transparent {
  background-color: #cddeef !important;
}

li.bg-primary a.list-group-item-action:hover {
  background-color: #6a9cce !important;
}
li.bg-warning a.list-group-item-action:hover {
  background-color: #ffb366 !important;
}

.list-group-item-action.border-dark {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.custom-switch {
  padding-left: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6cc644;
  border-color: #6cc644;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/Light/OpenSans-Light.eot");
  src: url("../fonts/OpenSans/Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Light/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans/Light/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans/Light/OpenSans-Light.svg#OpenSansLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/LightItalic/OpenSans-LightItalic.eot");
  src: url("../fonts/OpenSans/LightItalic/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/LightItalic/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans/LightItalic/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans/LightItalic/OpenSans-LightItalic.svg#OpenSansLightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/Regular/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans/Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/Regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans/Regular/OpenSans-Regular.svg#OpenSansRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/Italic/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans/Italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Italic/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans/Italic/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans/Italic/OpenSans-Italic.svg#OpenSansItalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/Bold/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/Bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans/Bold/OpenSans-Bold.svg#OpenSansBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans/BoldItalic/OpenSans-BoldItalic.svg#OpenSansBoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "iconic-sm";
  src: url("../fonts/Iconic/iconic-sm.eot");
  src: url("../fonts/Iconic/iconic-sm.eot?#iconic-sm") format("embedded-opentype"), url("../fonts/Iconic/iconic-sm.woff") format("woff"), url("../fonts/Iconic/iconic-sm.ttf") format("truetype"), url("../fonts/Iconic/iconic-sm.svg#iconic-sm") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconic-md";
  src: url("../fonts/Iconic/iconic-md.eot");
  src: url("../fonts/Iconic/iconic-md.eot?#iconic-md") format("embedded-opentype"), url("../fonts/Iconic/iconic-md.woff") format("woff"), url("../fonts/Iconic/iconic-md.ttf") format("truetype"), url("../fonts/Iconic/iconic-md.svg#iconic-md") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconic-lg";
  src: url("../fonts/Iconic/iconic-lg.eot");
  src: url("../fonts/Iconic/iconic-lg.eot?#iconic-lg") format("embedded-opentype"), url("../fonts/Iconic/iconic-lg.woff") format("woff"), url("../fonts/Iconic/iconic-lg.ttf") format("truetype"), url("../fonts/Iconic/iconic-lg.svg#iconic-lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.iconic {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "iconic-sm";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.iconic:before {
  display: inline-block;
}
.iconic:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box;
}
.iconic.iconic-sm:before, .iconic.iconic-md:before, .iconic.iconic-lg:before, .iconic.iconic-icon-sm:before, .iconic.iconic-icon-md:before, .iconic.iconic-icon-lg:before {
  font-weight: normal;
  font-style: normal;
}
.iconic.iconic-sm:before {
  font-family: "iconic-sm";
  font-size: 16px;
}
.iconic.iconic-md:before {
  font-family: "iconic-md";
  font-size: 32px;
}
.iconic.iconic-lg:before {
  font-family: "iconic-lg";
  font-size: 128px;
}
.iconic.iconic-icon-sm:before {
  font-family: "iconic-sm";
}
.iconic.iconic-icon-md:before {
  font-family: "iconic-md";
}
.iconic.iconic-icon-lg:before {
  font-family: "iconic-lg";
}
.iconic.iconic-size-sm:before {
  font-size: 16px;
}
.iconic.iconic-size-md:before {
  font-size: 32px;
}
.iconic.iconic-size-lg:before {
  font-size: 128px;
}
.iconic.iconic-align-center:before {
  text-align: center;
}
.iconic.iconic-align-left:before {
  text-align: left;
}
.iconic.iconic-align-right:before {
  text-align: right;
}
.iconic.iconic-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.iconic.iconic-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(1, -1);
}
.iconic.iconic-flip-horizontal-vertical:before {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, -1);
}

.iconic-account-login:before {
  content: "\e000";
}

.iconic-account-logout:before {
  content: "\e001";
}

.iconic-action-redo:before {
  content: "\e002";
}

.iconic-action-undo:before {
  content: "\e003";
}

.iconic-align-center:before {
  content: "\e004";
}

.iconic-align-left:before {
  content: "\e005";
}

.iconic-align-right:before {
  content: "\e006";
}

.iconic-aperture:before {
  content: "\e007";
}

.iconic-arrow-bottom-fill-acute:before {
  content: "\e008";
}

.iconic-arrow-bottom-fill-angled:before {
  content: "\e009";
}

.iconic-arrow-bottom-fill-large-acute:before {
  content: "\e00a";
}

.iconic-arrow-bottom-fill-large-angled:before {
  content: "\e00b";
}

.iconic-arrow-bottom-fill-large-oblique:before {
  content: "\e00c";
}

.iconic-arrow-bottom-fill-large:before {
  content: "\e00d";
}

.iconic-arrow-bottom-fill-oblique:before {
  content: "\e00e";
}

.iconic-arrow-bottom-fill:before {
  content: "\e00f";
}

.iconic-arrow-bottom-left-fill-acute:before {
  content: "\e010";
}

.iconic-arrow-bottom-left-fill-angled:before {
  content: "\e011";
}

.iconic-arrow-bottom-left-fill-large-acute:before {
  content: "\e012";
}

.iconic-arrow-bottom-left-fill-large-angled:before {
  content: "\e013";
}

.iconic-arrow-bottom-left-fill-large-oblique:before {
  content: "\e014";
}

.iconic-arrow-bottom-left-fill-large:before {
  content: "\e015";
}

.iconic-arrow-bottom-left-fill-oblique:before {
  content: "\e016";
}

.iconic-arrow-bottom-left-fill:before {
  content: "\e017";
}

.iconic-arrow-bottom-left-line-acute:before {
  content: "\e018";
}

.iconic-arrow-bottom-left-line-large-acute:before {
  content: "\e019";
}

.iconic-arrow-bottom-left-line-large-oblique:before {
  content: "\e01a";
}

.iconic-arrow-bottom-left-line-large:before {
  content: "\e01b";
}

.iconic-arrow-bottom-left-line-oblique:before {
  content: "\e01c";
}

.iconic-arrow-bottom-left-line:before {
  content: "\e01d";
}

.iconic-arrow-bottom-line-acute:before {
  content: "\e01e";
}

.iconic-arrow-bottom-line-large-acute:before {
  content: "\e01f";
}

.iconic-arrow-bottom-line-large-oblique:before {
  content: "\e020";
}

.iconic-arrow-bottom-line-large:before {
  content: "\e021";
}

.iconic-arrow-bottom-line-oblique:before {
  content: "\e022";
}

.iconic-arrow-bottom-line:before {
  content: "\e023";
}

.iconic-arrow-bottom-right-fill-acute:before {
  content: "\e024";
}

.iconic-arrow-bottom-right-fill-angled:before {
  content: "\e025";
}

.iconic-arrow-bottom-right-fill-large-acute:before {
  content: "\e026";
}

.iconic-arrow-bottom-right-fill-large-angled:before {
  content: "\e027";
}

.iconic-arrow-bottom-right-fill-large-oblique:before {
  content: "\e028";
}

.iconic-arrow-bottom-right-fill-large:before {
  content: "\e029";
}

.iconic-arrow-bottom-right-fill-oblique:before {
  content: "\e02a";
}

.iconic-arrow-bottom-right-fill:before {
  content: "\e02b";
}

.iconic-arrow-bottom-right-line-acute:before {
  content: "\e02c";
}

.iconic-arrow-bottom-right-line-large-acute:before {
  content: "\e02d";
}

.iconic-arrow-bottom-right-line-large-oblique:before {
  content: "\e02e";
}

.iconic-arrow-bottom-right-line-large:before {
  content: "\e02f";
}

.iconic-arrow-bottom-right-line-oblique:before {
  content: "\e030";
}

.iconic-arrow-bottom-right-line:before {
  content: "\e031";
}

.iconic-arrow-left-fill-acute:before {
  content: "\e032";
}

.iconic-arrow-left-fill-angled:before {
  content: "\e033";
}

.iconic-arrow-left-fill-large-acute:before {
  content: "\e034";
}

.iconic-arrow-left-fill-large-angled:before {
  content: "\e035";
}

.iconic-arrow-left-fill-large-oblique:before {
  content: "\e036";
}

.iconic-arrow-left-fill-large:before {
  content: "\e037";
}

.iconic-arrow-left-fill-oblique:before {
  content: "\e038";
}

.iconic-arrow-left-fill:before {
  content: "\e039";
}

.iconic-arrow-left-line-acute:before {
  content: "\e03a";
}

.iconic-arrow-left-line-large-acute:before {
  content: "\e03b";
}

.iconic-arrow-left-line-large-oblique:before {
  content: "\e03c";
}

.iconic-arrow-left-line-large:before {
  content: "\e03d";
}

.iconic-arrow-left-line-oblique:before {
  content: "\e03e";
}

.iconic-arrow-left-line:before {
  content: "\e03f";
}

.iconic-arrow-right-angle-bottom-left-fill-acute:before {
  content: "\e040";
}

.iconic-arrow-right-angle-bottom-left-fill-angled:before {
  content: "\e041";
}

.iconic-arrow-right-angle-bottom-left-fill:before {
  content: "\e042";
}

.iconic-arrow-right-angle-bottom-left-line:before {
  content: "\e043";
}

.iconic-arrow-right-angle-bottom-right-fill-acute:before {
  content: "\e044";
}

.iconic-arrow-right-angle-bottom-right-fill-angled:before {
  content: "\e045";
}

.iconic-arrow-right-angle-bottom-right-fill:before {
  content: "\e046";
}

.iconic-arrow-right-angle-bottom-right-line:before {
  content: "\e047";
}

.iconic-arrow-right-angle-left-bottom-fill-acute:before {
  content: "\e048";
}

.iconic-arrow-right-angle-left-bottom-fill-angled:before {
  content: "\e049";
}

.iconic-arrow-right-angle-left-bottom-fill:before {
  content: "\e04a";
}

.iconic-arrow-right-angle-left-bottom-line:before {
  content: "\e04b";
}

.iconic-arrow-right-angle-left-top-fill-acute:before {
  content: "\e04c";
}

.iconic-arrow-right-angle-left-top-fill-angled:before {
  content: "\e04d";
}

.iconic-arrow-right-angle-left-top-fill:before {
  content: "\e04e";
}

.iconic-arrow-right-angle-left-top-line:before {
  content: "\e04f";
}

.iconic-arrow-right-angle-right-bottom-fill-acute:before {
  content: "\e050";
}

.iconic-arrow-right-angle-right-bottom-fill-angled:before {
  content: "\e051";
}

.iconic-arrow-right-angle-right-bottom-fill:before {
  content: "\e052";
}

.iconic-arrow-right-angle-right-bottom-line:before {
  content: "\e053";
}

.iconic-arrow-right-angle-right-top-fill-acute:before {
  content: "\e054";
}

.iconic-arrow-right-angle-right-top-fill-angled:before {
  content: "\e055";
}

.iconic-arrow-right-angle-right-top-fill:before {
  content: "\e056";
}

.iconic-arrow-right-angle-right-top-line:before {
  content: "\e057";
}

.iconic-arrow-right-angle-thick-bottom-left-fill-acute:before {
  content: "\e058";
}

.iconic-arrow-right-angle-thick-bottom-left-fill-angled:before {
  content: "\e059";
}

.iconic-arrow-right-angle-thick-bottom-left-fill:before {
  content: "\e05a";
}

.iconic-arrow-right-angle-thick-bottom-left-line:before {
  content: "\e05b";
}

.iconic-arrow-right-angle-thick-bottom-right-fill-acute:before {
  content: "\e05c";
}

.iconic-arrow-right-angle-thick-bottom-right-fill-angled:before {
  content: "\e05d";
}

.iconic-arrow-right-angle-thick-bottom-right-fill:before {
  content: "\e05e";
}

.iconic-arrow-right-angle-thick-bottom-right-line:before {
  content: "\e05f";
}

.iconic-arrow-right-angle-thick-left-bottom-fill-acute:before {
  content: "\e060";
}

.iconic-arrow-right-angle-thick-left-bottom-fill-angled:before {
  content: "\e061";
}

.iconic-arrow-right-angle-thick-left-bottom-fill:before {
  content: "\e062";
}

.iconic-arrow-right-angle-thick-left-bottom-line:before {
  content: "\e063";
}

.iconic-arrow-right-angle-thick-left-top-fill-acute:before {
  content: "\e064";
}

.iconic-arrow-right-angle-thick-left-top-fill-angled:before {
  content: "\e065";
}

.iconic-arrow-right-angle-thick-left-top-fill:before {
  content: "\e066";
}

.iconic-arrow-right-angle-thick-left-top-line:before {
  content: "\e067";
}

.iconic-arrow-right-angle-thick-right-bottom-fill-acute:before {
  content: "\e068";
}

.iconic-arrow-right-angle-thick-right-bottom-fill-angled:before {
  content: "\e069";
}

.iconic-arrow-right-angle-thick-right-bottom-fill:before {
  content: "\e06a";
}

.iconic-arrow-right-angle-thick-right-bottom-line:before {
  content: "\e06b";
}

.iconic-arrow-right-angle-thick-right-top-fill-acute:before {
  content: "\e06c";
}

.iconic-arrow-right-angle-thick-right-top-fill-angled:before {
  content: "\e06d";
}

.iconic-arrow-right-angle-thick-right-top-fill:before {
  content: "\e06e";
}

.iconic-arrow-right-angle-thick-right-top-line:before {
  content: "\e06f";
}

.iconic-arrow-right-angle-thick-top-left-fill-acute:before {
  content: "\e070";
}

.iconic-arrow-right-angle-thick-top-left-fill-angled:before {
  content: "\e071";
}

.iconic-arrow-right-angle-thick-top-left-fill:before {
  content: "\e072";
}

.iconic-arrow-right-angle-thick-top-left-line:before {
  content: "\e073";
}

.iconic-arrow-right-angle-thick-top-right-fill-acute:before {
  content: "\e074";
}

.iconic-arrow-right-angle-thick-top-right-fill-angled:before {
  content: "\e075";
}

.iconic-arrow-right-angle-thick-top-right-fill:before {
  content: "\e076";
}

.iconic-arrow-right-angle-thick-top-right-line:before {
  content: "\e077";
}

.iconic-arrow-right-angle-top-left-fill-acute:before {
  content: "\e078";
}

.iconic-arrow-right-angle-top-left-fill-angled:before {
  content: "\e079";
}

.iconic-arrow-right-angle-top-left-fill:before {
  content: "\e07a";
}

.iconic-arrow-right-angle-top-left-line:before {
  content: "\e07b";
}

.iconic-arrow-right-angle-top-right-fill-acute:before {
  content: "\e07c";
}

.iconic-arrow-right-angle-top-right-fill-angled:before {
  content: "\e07d";
}

.iconic-arrow-right-angle-top-right-fill:before {
  content: "\e07e";
}

.iconic-arrow-right-angle-top-right-line:before {
  content: "\e07f";
}

.iconic-arrow-right-fill-acute:before {
  content: "\e080";
}

.iconic-arrow-right-fill-angled:before {
  content: "\e081";
}

.iconic-arrow-right-fill-large-acute:before {
  content: "\e082";
}

.iconic-arrow-right-fill-large-angled:before {
  content: "\e083";
}

.iconic-arrow-right-fill-large-oblique:before {
  content: "\e084";
}

.iconic-arrow-right-fill-large:before {
  content: "\e085";
}

.iconic-arrow-right-fill-oblique:before {
  content: "\e086";
}

.iconic-arrow-right-fill:before {
  content: "\e087";
}

.iconic-arrow-right-line-acute:before {
  content: "\e088";
}

.iconic-arrow-right-line-large-acute:before {
  content: "\e089";
}

.iconic-arrow-right-line-large-oblique:before {
  content: "\e08a";
}

.iconic-arrow-right-line-large:before {
  content: "\e08b";
}

.iconic-arrow-right-line-oblique:before {
  content: "\e08c";
}

.iconic-arrow-right-line:before {
  content: "\e08d";
}

.iconic-arrow-thick-bottom-fill-acute:before {
  content: "\e08e";
}

.iconic-arrow-thick-bottom-fill-angled:before {
  content: "\e08f";
}

.iconic-arrow-thick-bottom-fill-large-acute:before {
  content: "\e090";
}

.iconic-arrow-thick-bottom-fill-large-angled:before {
  content: "\e091";
}

.iconic-arrow-thick-bottom-fill-large-oblique:before {
  content: "\e092";
}

.iconic-arrow-thick-bottom-fill-large:before {
  content: "\e093";
}

.iconic-arrow-thick-bottom-fill-oblique:before {
  content: "\e094";
}

.iconic-arrow-thick-bottom-fill:before {
  content: "\e095";
}

.iconic-arrow-thick-bottom-left-fill-acute:before {
  content: "\e096";
}

.iconic-arrow-thick-bottom-left-fill-angled:before {
  content: "\e097";
}

.iconic-arrow-thick-bottom-left-fill-large-acute:before {
  content: "\e098";
}

.iconic-arrow-thick-bottom-left-fill-large-angled:before {
  content: "\e099";
}

.iconic-arrow-thick-bottom-left-fill-large-oblique:before {
  content: "\e09a";
}

.iconic-arrow-thick-bottom-left-fill-large:before {
  content: "\e09b";
}

.iconic-arrow-thick-bottom-left-fill-oblique:before {
  content: "\e09c";
}

.iconic-arrow-thick-bottom-left-fill:before {
  content: "\e09d";
}

.iconic-arrow-thick-bottom-left-line-acute:before {
  content: "\e09e";
}

.iconic-arrow-thick-bottom-left-line-large-acute:before {
  content: "\e09f";
}

.iconic-arrow-thick-bottom-left-line-large-oblique:before {
  content: "\e0a0";
}

.iconic-arrow-thick-bottom-left-line-large:before {
  content: "\e0a1";
}

.iconic-arrow-thick-bottom-left-line-oblique:before {
  content: "\e0a2";
}

.iconic-arrow-thick-bottom-left-line:before {
  content: "\e0a3";
}

.iconic-arrow-thick-bottom-line-acute:before {
  content: "\e0a4";
}

.iconic-arrow-thick-bottom-line-large-acute:before {
  content: "\e0a5";
}

.iconic-arrow-thick-bottom-line-large-oblique:before {
  content: "\e0a6";
}

.iconic-arrow-thick-bottom-line-large:before {
  content: "\e0a7";
}

.iconic-arrow-thick-bottom-line-oblique:before {
  content: "\e0a8";
}

.iconic-arrow-thick-bottom-line:before {
  content: "\e0a9";
}

.iconic-arrow-thick-bottom-right-fill-acute:before {
  content: "\e0aa";
}

.iconic-arrow-thick-bottom-right-fill-angled:before {
  content: "\e0ab";
}

.iconic-arrow-thick-bottom-right-fill-large-acute:before {
  content: "\e0ac";
}

.iconic-arrow-thick-bottom-right-fill-large-angled:before {
  content: "\e0ad";
}

.iconic-arrow-thick-bottom-right-fill-large-oblique:before {
  content: "\e0ae";
}

.iconic-arrow-thick-bottom-right-fill-large:before {
  content: "\e0af";
}

.iconic-arrow-thick-bottom-right-fill-oblique:before {
  content: "\e0b0";
}

.iconic-arrow-thick-bottom-right-fill:before {
  content: "\e0b1";
}

.iconic-arrow-thick-bottom-right-line-acute:before {
  content: "\e0b2";
}

.iconic-arrow-thick-bottom-right-line-large-acute:before {
  content: "\e0b3";
}

.iconic-arrow-thick-bottom-right-line-large-oblique:before {
  content: "\e0b4";
}

.iconic-arrow-thick-bottom-right-line-large:before {
  content: "\e0b5";
}

.iconic-arrow-thick-bottom-right-line-oblique:before {
  content: "\e0b6";
}

.iconic-arrow-thick-bottom-right-line:before {
  content: "\e0b7";
}

.iconic-arrow-thick-left-fill-acute:before {
  content: "\e0b8";
}

.iconic-arrow-thick-left-fill-angled:before {
  content: "\e0b9";
}

.iconic-arrow-thick-left-fill-large-acute:before {
  content: "\e0ba";
}

.iconic-arrow-thick-left-fill-large-angled:before {
  content: "\e0bb";
}

.iconic-arrow-thick-left-fill-large-oblique:before {
  content: "\e0bc";
}

.iconic-arrow-thick-left-fill-large:before {
  content: "\e0bd";
}

.iconic-arrow-thick-left-fill-oblique:before {
  content: "\e0be";
}

.iconic-arrow-thick-left-fill:before {
  content: "\e0bf";
}

.iconic-arrow-thick-left-line-acute:before {
  content: "\e0c0";
}

.iconic-arrow-thick-left-line-large-acute:before {
  content: "\e0c1";
}

.iconic-arrow-thick-left-line-large-oblique:before {
  content: "\e0c2";
}

.iconic-arrow-thick-left-line-large:before {
  content: "\e0c3";
}

.iconic-arrow-thick-left-line-oblique:before {
  content: "\e0c4";
}

.iconic-arrow-thick-left-line:before {
  content: "\e0c5";
}

.iconic-arrow-thick-right-fill-acute:before {
  content: "\e0c6";
}

.iconic-arrow-thick-right-fill-angled:before {
  content: "\e0c7";
}

.iconic-arrow-thick-right-fill-large-acute:before {
  content: "\e0c8";
}

.iconic-arrow-thick-right-fill-large-angled:before {
  content: "\e0c9";
}

.iconic-arrow-thick-right-fill-large-oblique:before {
  content: "\e0ca";
}

.iconic-arrow-thick-right-fill-large:before {
  content: "\e0cb";
}

.iconic-arrow-thick-right-fill-oblique:before {
  content: "\e0cc";
}

.iconic-arrow-thick-right-fill:before {
  content: "\e0cd";
}

.iconic-arrow-thick-right-line-acute:before {
  content: "\e0ce";
}

.iconic-arrow-thick-right-line-large-acute:before {
  content: "\e0cf";
}

.iconic-arrow-thick-right-line-large-oblique:before {
  content: "\e0d0";
}

.iconic-arrow-thick-right-line-large:before {
  content: "\e0d1";
}

.iconic-arrow-thick-right-line-oblique:before {
  content: "\e0d2";
}

.iconic-arrow-thick-right-line:before {
  content: "\e0d3";
}

.iconic-arrow-thick-top-fill-acute:before {
  content: "\e0d4";
}

.iconic-arrow-thick-top-fill-angled:before {
  content: "\e0d5";
}

.iconic-arrow-thick-top-fill-large-acute:before {
  content: "\e0d6";
}

.iconic-arrow-thick-top-fill-large-angled:before {
  content: "\e0d7";
}

.iconic-arrow-thick-top-fill-large-oblique:before {
  content: "\e0d8";
}

.iconic-arrow-thick-top-fill-large:before {
  content: "\e0d9";
}

.iconic-arrow-thick-top-fill-oblique:before {
  content: "\e0da";
}

.iconic-arrow-thick-top-fill:before {
  content: "\e0db";
}

.iconic-arrow-thick-top-left-fill-acute:before {
  content: "\e0dc";
}

.iconic-arrow-thick-top-left-fill-angled:before {
  content: "\e0dd";
}

.iconic-arrow-thick-top-left-fill-large-acute:before {
  content: "\e0de";
}

.iconic-arrow-thick-top-left-fill-large-angled:before {
  content: "\e0df";
}

.iconic-arrow-thick-top-left-fill-large-oblique:before {
  content: "\e0e0";
}

.iconic-arrow-thick-top-left-fill-large:before {
  content: "\e0e1";
}

.iconic-arrow-thick-top-left-fill-oblique:before {
  content: "\e0e2";
}

.iconic-arrow-thick-top-left-fill:before {
  content: "\e0e3";
}

.iconic-arrow-thick-top-left-line-acute:before {
  content: "\e0e4";
}

.iconic-arrow-thick-top-left-line-large-acute:before {
  content: "\e0e5";
}

.iconic-arrow-thick-top-left-line-large-oblique:before {
  content: "\e0e6";
}

.iconic-arrow-thick-top-left-line-large:before {
  content: "\e0e7";
}

.iconic-arrow-thick-top-left-line-oblique:before {
  content: "\e0e8";
}

.iconic-arrow-thick-top-left-line:before {
  content: "\e0e9";
}

.iconic-arrow-thick-top-line-acute:before {
  content: "\e0ea";
}

.iconic-arrow-thick-top-line-large-acute:before {
  content: "\e0eb";
}

.iconic-arrow-thick-top-line-large-oblique:before {
  content: "\e0ec";
}

.iconic-arrow-thick-top-line-large:before {
  content: "\e0ed";
}

.iconic-arrow-thick-top-line-oblique:before {
  content: "\e0ee";
}

.iconic-arrow-thick-top-line:before {
  content: "\e0ef";
}

.iconic-arrow-thick-top-right-fill-acute:before {
  content: "\e0f0";
}

.iconic-arrow-thick-top-right-fill-angled:before {
  content: "\e0f1";
}

.iconic-arrow-thick-top-right-fill-large-acute:before {
  content: "\e0f2";
}

.iconic-arrow-thick-top-right-fill-large-angled:before {
  content: "\e0f3";
}

.iconic-arrow-thick-top-right-fill-large-oblique:before {
  content: "\e0f4";
}

.iconic-arrow-thick-top-right-fill-large:before {
  content: "\e0f5";
}

.iconic-arrow-thick-top-right-fill-oblique:before {
  content: "\e0f6";
}

.iconic-arrow-thick-top-right-fill:before {
  content: "\e0f7";
}

.iconic-arrow-thick-top-right-line-acute:before {
  content: "\e0f8";
}

.iconic-arrow-thick-top-right-line-large-acute:before {
  content: "\e0f9";
}

.iconic-arrow-thick-top-right-line-large-oblique:before {
  content: "\e0fa";
}

.iconic-arrow-thick-top-right-line-large:before {
  content: "\e0fb";
}

.iconic-arrow-thick-top-right-line-oblique:before {
  content: "\e0fc";
}

.iconic-arrow-thick-top-right-line:before {
  content: "\e0fd";
}

.iconic-arrow-top-fill-acute:before {
  content: "\e0fe";
}

.iconic-arrow-top-fill-angled:before {
  content: "\e0ff";
}

.iconic-arrow-top-fill-large-acute:before {
  content: "\e100";
}

.iconic-arrow-top-fill-large-angled:before {
  content: "\e101";
}

.iconic-arrow-top-fill-large-oblique:before {
  content: "\e102";
}

.iconic-arrow-top-fill-large:before {
  content: "\e103";
}

.iconic-arrow-top-fill-oblique:before {
  content: "\e104";
}

.iconic-arrow-top-fill:before {
  content: "\e105";
}

.iconic-arrow-top-left-fill-acute:before {
  content: "\e106";
}

.iconic-arrow-top-left-fill-angled:before {
  content: "\e107";
}

.iconic-arrow-top-left-fill-large-acute:before {
  content: "\e108";
}

.iconic-arrow-top-left-fill-large-angled:before {
  content: "\e109";
}

.iconic-arrow-top-left-fill-large-oblique:before {
  content: "\e10a";
}

.iconic-arrow-top-left-fill-large:before {
  content: "\e10b";
}

.iconic-arrow-top-left-fill-oblique:before {
  content: "\e10c";
}

.iconic-arrow-top-left-fill:before {
  content: "\e10d";
}

.iconic-arrow-top-left-line-acute:before {
  content: "\e10e";
}

.iconic-arrow-top-left-line-large-acute:before {
  content: "\e10f";
}

.iconic-arrow-top-left-line-large-oblique:before {
  content: "\e110";
}

.iconic-arrow-top-left-line-large:before {
  content: "\e111";
}

.iconic-arrow-top-left-line-oblique:before {
  content: "\e112";
}

.iconic-arrow-top-left-line:before {
  content: "\e113";
}

.iconic-arrow-top-line-acute:before {
  content: "\e114";
}

.iconic-arrow-top-line-large-acute:before {
  content: "\e115";
}

.iconic-arrow-top-line-large-oblique:before {
  content: "\e116";
}

.iconic-arrow-top-line-large:before {
  content: "\e117";
}

.iconic-arrow-top-line-oblique:before {
  content: "\e118";
}

.iconic-arrow-top-line:before {
  content: "\e119";
}

.iconic-arrow-top-right-fill-acute:before {
  content: "\e11a";
}

.iconic-arrow-top-right-fill-angled:before {
  content: "\e11b";
}

.iconic-arrow-top-right-fill-large-acute:before {
  content: "\e11c";
}

.iconic-arrow-top-right-fill-large-angled:before {
  content: "\e11d";
}

.iconic-arrow-top-right-fill-large-oblique:before {
  content: "\e11e";
}

.iconic-arrow-top-right-fill-large:before {
  content: "\e11f";
}

.iconic-arrow-top-right-fill-oblique:before {
  content: "\e120";
}

.iconic-arrow-top-right-fill:before {
  content: "\e121";
}

.iconic-arrow-top-right-line-acute:before {
  content: "\e122";
}

.iconic-arrow-top-right-line-large-acute:before {
  content: "\e123";
}

.iconic-arrow-top-right-line-large-oblique:before {
  content: "\e124";
}

.iconic-arrow-top-right-line-large:before {
  content: "\e125";
}

.iconic-arrow-top-right-line-oblique:before {
  content: "\e126";
}

.iconic-arrow-top-right-line:before {
  content: "\e127";
}

.iconic-audio-spectrum:before {
  content: "\e128";
}

.iconic-audio:before {
  content: "\e129";
}

.iconic-ban:before {
  content: "\e12a";
}

.iconic-bar-chart:before {
  content: "\e12b";
}

.iconic-barcode:before {
  content: "\e12c";
}

.iconic-basket:before {
  content: "\e12d";
}

.iconic-battery:before {
  content: "\e12e";
}

.iconic-beaker:before {
  content: "\e12f";
}

.iconic-bell:before {
  content: "\e130";
}

.iconic-bitcoin-address:before {
  content: "\e131";
}

.iconic-bitcoin-block:before {
  content: "\e132";
}

.iconic-bitcoin-transaction:before {
  content: "\e133";
}

.iconic-bitcoin:before {
  content: "\e134";
}

.iconic-bluetooth:before {
  content: "\e135";
}

.iconic-bold:before {
  content: "\e136";
}

.iconic-book:before {
  content: "\e137";
}

.iconic-bookmark:before {
  content: "\e138";
}

.iconic-box:before {
  content: "\e139";
}

.iconic-brain:before {
  content: "\e13a";
}

.iconic-briefcase:before {
  content: "\e13b";
}

.iconic-british-pound:before {
  content: "\e13c";
}

.iconic-browser-full-page:before {
  content: "\e13d";
}

.iconic-browser-type-chrome:before {
  content: "\e13e";
}

.iconic-browser-type-firefox:before {
  content: "\e13f";
}

.iconic-browser-type-internetexplorer:before {
  content: "\e140";
}

.iconic-browser-type-safari:before {
  content: "\e141";
}

.iconic-browser-viewport:before {
  content: "\e142";
}

.iconic-browser:before {
  content: "\e143";
}

.iconic-brush:before {
  content: "\e144";
}

.iconic-bug:before {
  content: "\e145";
}

.iconic-building:before {
  content: "\e146";
}

.iconic-bullhorn:before {
  content: "\e147";
}

.iconic-calculator:before {
  content: "\e148";
}

.iconic-calendar:before {
  content: "\e149";
}

.iconic-camera-rangefinder:before {
  content: "\e14a";
}

.iconic-camera-slr:before {
  content: "\e14b";
}

.iconic-caret-bottom:before {
  content: "\e14c";
}

.iconic-caret-left:before {
  content: "\e14d";
}

.iconic-caret-right:before {
  content: "\e14e";
}

.iconic-caret-top:before {
  content: "\e14f";
}

.iconic-carriage-return:before {
  content: "\e150";
}

.iconic-cart:before {
  content: "\e151";
}

.iconic-chat:before {
  content: "\e152";
}

.iconic-check-thin:before {
  content: "\e153";
}

.iconic-check:before {
  content: "\e154";
}

.iconic-chevron-bottom:before {
  content: "\e155";
}

.iconic-chevron-left:before {
  content: "\e156";
}

.iconic-chevron-right:before {
  content: "\e157";
}

.iconic-chevron-top:before {
  content: "\e158";
}

.iconic-circle-check:before {
  content: "\e159";
}

.iconic-circle-x:before {
  content: "\e15a";
}

.iconic-clipboard:before {
  content: "\e15b";
}

.iconic-clock:before {
  content: "\e15c";
}

.iconic-cloud-transfer-download:before {
  content: "\e15d";
}

.iconic-cloud-transfer-upload:before {
  content: "\e15e";
}

.iconic-cloud:before {
  content: "\e15f";
}

.iconic-cloudy:before {
  content: "\e160";
}

.iconic-code:before {
  content: "\e161";
}

.iconic-cog:before {
  content: "\e162";
}

.iconic-cogs:before {
  content: "\e163";
}

.iconic-collapse-down:before {
  content: "\e164";
}

.iconic-collapse-left:before {
  content: "\e165";
}

.iconic-collapse-right:before {
  content: "\e166";
}

.iconic-collapse-up:before {
  content: "\e167";
}

.iconic-command:before {
  content: "\e168";
}

.iconic-comment-square:before {
  content: "\e169";
}

.iconic-compass:before {
  content: "\e16a";
}

.iconic-connections:before {
  content: "\e16b";
}

.iconic-contrast:before {
  content: "\e16c";
}

.iconic-copyleft:before {
  content: "\e16d";
}

.iconic-copyright:before {
  content: "\e16e";
}

.iconic-copywriting:before {
  content: "\e16f";
}

.iconic-cpu:before {
  content: "\e170";
}

.iconic-credit-card:before {
  content: "\e171";
}

.iconic-crop:before {
  content: "\e172";
}

.iconic-dashboard:before {
  content: "\e173";
}

.iconic-data-transfer-download:before {
  content: "\e174";
}

.iconic-data-transfer-upload:before {
  content: "\e175";
}

.iconic-database:before {
  content: "\e176";
}

.iconic-delete:before {
  content: "\e177";
}

.iconic-delta:before {
  content: "\e178";
}

.iconic-dial:before {
  content: "\e179";
}

.iconic-dna:before {
  content: "\e17a";
}

.iconic-document:before {
  content: "\e17b";
}

.iconic-dollar:before {
  content: "\e17c";
}

.iconic-double-quote-sans-left:before {
  content: "\e17d";
}

.iconic-double-quote-sans-right:before {
  content: "\e17e";
}

.iconic-double-quote-serif-left:before {
  content: "\e17f";
}

.iconic-double-quote-serif-right:before {
  content: "\e180";
}

.iconic-easel:before {
  content: "\e181";
}

.iconic-eject:before {
  content: "\e182";
}

.iconic-electric:before {
  content: "\e183";
}

.iconic-elevator:before {
  content: "\e184";
}

.iconic-ellipses:before {
  content: "\e185";
}

.iconic-envelope-closed:before {
  content: "\e186";
}

.iconic-envelope-open:before {
  content: "\e187";
}

.iconic-euro:before {
  content: "\e188";
}

.iconic-excerpt:before {
  content: "\e189";
}

.iconic-expand-down:before {
  content: "\e18a";
}

.iconic-expand-left:before {
  content: "\e18b";
}

.iconic-expand-right:before {
  content: "\e18c";
}

.iconic-expand-up:before {
  content: "\e18d";
}

.iconic-external-link:before {
  content: "\e18e";
}

.iconic-eye-closed:before {
  content: "\e18f";
}

.iconic-eye-open:before {
  content: "\e190";
}

.iconic-eyedropper:before {
  content: "\e191";
}

.iconic-file-ai:before {
  content: "\e192";
}

.iconic-file-css:before {
  content: "\e193";
}

.iconic-file-dmg:before {
  content: "\e194";
}

.iconic-file-doc:before {
  content: "\e195";
}

.iconic-file-gif:before {
  content: "\e196";
}

.iconic-file-html:before {
  content: "\e197";
}

.iconic-file-jpg:before {
  content: "\e198";
}

.iconic-file-js:before {
  content: "\e199";
}

.iconic-file-json:before {
  content: "\e19a";
}

.iconic-file-mov:before {
  content: "\e19b";
}

.iconic-file-mp3:before {
  content: "\e19c";
}

.iconic-file-pdf:before {
  content: "\e19d";
}

.iconic-file-png:before {
  content: "\e19e";
}

.iconic-file-psd:before {
  content: "\e19f";
}

.iconic-file-svg:before {
  content: "\e1a0";
}

.iconic-file-txt:before {
  content: "\e1a1";
}

.iconic-file-xls:before {
  content: "\e1a2";
}

.iconic-file-xml:before {
  content: "\e1a3";
}

.iconic-file-zip:before {
  content: "\e1a4";
}

.iconic-fire:before {
  content: "\e1a5";
}

.iconic-firefly:before {
  content: "\e1a6";
}

.iconic-flag:before {
  content: "\e1a7";
}

.iconic-flash:before {
  content: "\e1a8";
}

.iconic-flow-four-up:before {
  content: "\e1a9";
}

.iconic-flow-three-up:before {
  content: "\e1aa";
}

.iconic-flow-two-up:before {
  content: "\e1ab";
}

.iconic-folder:before {
  content: "\e1ac";
}

.iconic-fork:before {
  content: "\e1ad";
}

.iconic-full-page:before {
  content: "\e1ae";
}

.iconic-fullscreen-enter:before {
  content: "\e1af";
}

.iconic-fullscreen-exit:before {
  content: "\e1b0";
}

.iconic-funnel:before {
  content: "\e1b1";
}

.iconic-game-controller:before {
  content: "\e1b2";
}

.iconic-globe:before {
  content: "\e1b3";
}

.iconic-graph:before {
  content: "\e1b4";
}

.iconic-grid-four-up:before {
  content: "\e1b5";
}

.iconic-grid-three-up:before {
  content: "\e1b6";
}

.iconic-grid-two-up:before {
  content: "\e1b7";
}

.iconic-group:before {
  content: "\e1b8";
}

.iconic-guides:before {
  content: "\e1b9";
}

.iconic-hammer:before {
  content: "\e1ba";
}

.iconic-hand:before {
  content: "\e1bb";
}

.iconic-hard-drive:before {
  content: "\e1bc";
}

.iconic-header:before {
  content: "\e1bd";
}

.iconic-headphones:before {
  content: "\e1be";
}

.iconic-heart:before {
  content: "\e1bf";
}

.iconic-history:before {
  content: "\e1c0";
}

.iconic-home:before {
  content: "\e1c1";
}

.iconic-image-landscape:before {
  content: "\e1c2";
}

.iconic-image-portrait:before {
  content: "\e1c3";
}

.iconic-inbox:before {
  content: "\e1c4";
}

.iconic-infinity:before {
  content: "\e1c5";
}

.iconic-info:before {
  content: "\e1c6";
}

.iconic-inkwell:before {
  content: "\e1c7";
}

.iconic-iphone:before {
  content: "\e1c8";
}

.iconic-italic:before {
  content: "\e1c9";
}

.iconic-justify-center:before {
  content: "\e1ca";
}

.iconic-justify-left:before {
  content: "\e1cb";
}

.iconic-justify-right:before {
  content: "\e1cc";
}

.iconic-key:before {
  content: "\e1cd";
}

.iconic-keyboard:before {
  content: "\e1ce";
}

.iconic-keypad-mobile:before {
  content: "\e1cf";
}

.iconic-laptop:before {
  content: "\e1d0";
}

.iconic-layers:before {
  content: "\e1d1";
}

.iconic-lightbulb-alt-off:before {
  content: "\e1d2";
}

.iconic-lightbulb-alt-on:before {
  content: "\e1d3";
}

.iconic-lightbulb:before {
  content: "\e1d4";
}

.iconic-lightning-bolt:before {
  content: "\e1d5";
}

.iconic-lightning:before {
  content: "\e1d6";
}

.iconic-link-broken:before {
  content: "\e1d7";
}

.iconic-link-intact:before {
  content: "\e1d8";
}

.iconic-list-nested:before {
  content: "\e1d9";
}

.iconic-list-rich:before {
  content: "\e1da";
}

.iconic-list:before {
  content: "\e1db";
}

.iconic-location:before {
  content: "\e1dc";
}

.iconic-lock-locked:before {
  content: "\e1dd";
}

.iconic-lock-unlocked:before {
  content: "\e1de";
}

.iconic-loop-circular:before {
  content: "\e1df";
}

.iconic-loop-square:before {
  content: "\e1e0";
}

.iconic-loop:before {
  content: "\e1e1";
}

.iconic-loupe:before {
  content: "\e1e2";
}

.iconic-magic-wand:before {
  content: "\e1e3";
}

.iconic-magnifying-glass:before {
  content: "\e1e4";
}

.iconic-map-marker:before {
  content: "\e1e5";
}

.iconic-map:before {
  content: "\e1e6";
}

.iconic-marquee:before {
  content: "\e1e7";
}

.iconic-medal:before {
  content: "\e1e8";
}

.iconic-media-pause:before {
  content: "\e1e9";
}

.iconic-media-play-circle:before {
  content: "\e1ea";
}

.iconic-media-play:before {
  content: "\e1eb";
}

.iconic-media-record:before {
  content: "\e1ec";
}

.iconic-media-skip-backward:before {
  content: "\e1ed";
}

.iconic-media-skip-forward:before {
  content: "\e1ee";
}

.iconic-media-step-backward:before {
  content: "\e1ef";
}

.iconic-media-step-forward:before {
  content: "\e1f0";
}

.iconic-media-stop:before {
  content: "\e1f1";
}

.iconic-medical-cross:before {
  content: "\e1f2";
}

.iconic-menu-selected:before {
  content: "\e1f3";
}

.iconic-menu:before {
  content: "\e1f4";
}

.iconic-microphone:before {
  content: "\e1f5";
}

.iconic-minus-thin:before {
  content: "\e1f6";
}

.iconic-minus:before {
  content: "\e1f7";
}

.iconic-monitor:before {
  content: "\e1f8";
}

.iconic-moon:before {
  content: "\e1f9";
}

.iconic-move:before {
  content: "\e1fa";
}

.iconic-musical-note:before {
  content: "\e1fb";
}

.iconic-network:before {
  content: "\e1fc";
}

.iconic-nexus:before {
  content: "\e1fd";
}

.iconic-open-hardware:before {
  content: "\e1fe";
}

.iconic-open-source:before {
  content: "\e1ff";
}

.iconic-palette:before {
  content: "\e200";
}

.iconic-paperclip:before {
  content: "\e201";
}

.iconic-peace:before {
  content: "\e202";
}

.iconic-pen:before {
  content: "\e203";
}

.iconic-pencil:before {
  content: "\e204";
}

.iconic-people:before {
  content: "\e205";
}

.iconic-person-female:before {
  content: "\e206";
}

.iconic-person-genderless:before {
  content: "\e207";
}

.iconic-person-male:before {
  content: "\e208";
}

.iconic-pie-chart:before {
  content: "\e209";
}

.iconic-pilcrow:before {
  content: "\e20a";
}

.iconic-pill:before {
  content: "\e20b";
}

.iconic-pin:before {
  content: "\e20c";
}

.iconic-platform-android:before {
  content: "\e20d";
}

.iconic-platform-apple:before {
  content: "\e20e";
}

.iconic-platform-linux:before {
  content: "\e20f";
}

.iconic-platform-microsoft:before {
  content: "\e210";
}

.iconic-plus-thin:before {
  content: "\e211";
}

.iconic-plus:before {
  content: "\e212";
}

.iconic-pointer:before {
  content: "\e213";
}

.iconic-power-standby:before {
  content: "\e214";
}

.iconic-print:before {
  content: "\e215";
}

.iconic-project:before {
  content: "\e216";
}

.iconic-pulse:before {
  content: "\e217";
}

.iconic-puzzle-piece:before {
  content: "\e218";
}

.iconic-question-mark:before {
  content: "\e219";
}

.iconic-radiation:before {
  content: "\e21a";
}

.iconic-rainy:before {
  content: "\e21b";
}

.iconic-random:before {
  content: "\e21c";
}

.iconic-ratio:before {
  content: "\e21d";
}

.iconic-reload:before {
  content: "\e21e";
}

.iconic-resize-both:before {
  content: "\e21f";
}

.iconic-resize-height:before {
  content: "\e220";
}

.iconic-resize-width:before {
  content: "\e221";
}

.iconic-rocket:before {
  content: "\e222";
}

.iconic-route:before {
  content: "\e223";
}

.iconic-rss-alt:before {
  content: "\e224";
}

.iconic-rss:before {
  content: "\e225";
}

.iconic-scissors:before {
  content: "\e226";
}

.iconic-screen-viewport:before {
  content: "\e227";
}

.iconic-screenshot:before {
  content: "\e228";
}

.iconic-screwdriver:before {
  content: "\e229";
}

.iconic-script:before {
  content: "\e22a";
}

.iconic-server:before {
  content: "\e22b";
}

.iconic-settings:before {
  content: "\e22c";
}

.iconic-shape-circle:before {
  content: "\e22d";
}

.iconic-shape-hexagon:before {
  content: "\e22e";
}

.iconic-shape-octagon:before {
  content: "\e22f";
}

.iconic-shape-square-rounded:before {
  content: "\e230";
}

.iconic-shape-square:before {
  content: "\e231";
}

.iconic-share-boxed:before {
  content: "\e232";
}

.iconic-share-social:before {
  content: "\e233";
}

.iconic-share:before {
  content: "\e234";
}

.iconic-shield:before {
  content: "\e235";
}

.iconic-signal:before {
  content: "\e236";
}

.iconic-signpost:before {
  content: "\e237";
}

.iconic-social-dribbble:before {
  content: "\e238";
}

.iconic-social-dropbox:before {
  content: "\e239";
}

.iconic-social-facebook:before {
  content: "\e23a";
}

.iconic-social-flickr:before {
  content: "\e23b";
}

.iconic-social-github:before {
  content: "\e23c";
}

.iconic-social-google-plus:before {
  content: "\e23d";
}

.iconic-social-instagram:before {
  content: "\e23e";
}

.iconic-social-linkedin:before {
  content: "\e23f";
}

.iconic-social-pinterest:before {
  content: "\e240";
}

.iconic-social-reddit:before {
  content: "\e241";
}

.iconic-social-tumblr:before {
  content: "\e242";
}

.iconic-social-twitter:before {
  content: "\e243";
}

.iconic-social-vimeo:before {
  content: "\e244";
}

.iconic-social-youtube:before {
  content: "\e245";
}

.iconic-sort-ascending:before {
  content: "\e246";
}

.iconic-sort-descending:before {
  content: "\e247";
}

.iconic-spreadsheet:before {
  content: "\e248";
}

.iconic-star-empty:before {
  content: "\e249";
}

.iconic-star:before {
  content: "\e24a";
}

.iconic-sun:before {
  content: "\e24b";
}

.iconic-syringe:before {
  content: "\e24c";
}

.iconic-tablet:before {
  content: "\e24d";
}

.iconic-tag:before {
  content: "\e24e";
}

.iconic-tags:before {
  content: "\e24f";
}

.iconic-target:before {
  content: "\e250";
}

.iconic-task:before {
  content: "\e251";
}

.iconic-terminal:before {
  content: "\e252";
}

.iconic-text:before {
  content: "\e253";
}

.iconic-thermometer:before {
  content: "\e254";
}

.iconic-thumb-down:before {
  content: "\e255";
}

.iconic-thumb-up:before {
  content: "\e256";
}

.iconic-tiara:before {
  content: "\e257";
}

.iconic-timer:before {
  content: "\e258";
}

.iconic-tint:before {
  content: "\e259";
}

.iconic-tools:before {
  content: "\e25a";
}

.iconic-transfer:before {
  content: "\e25b";
}

.iconic-trash:before {
  content: "\e25c";
}

.iconic-ungroup:before {
  content: "\e25d";
}

.iconic-vertical-align-bottom:before {
  content: "\e25e";
}

.iconic-vertical-align-center:before {
  content: "\e25f";
}

.iconic-vertical-align-top:before {
  content: "\e260";
}

.iconic-video:before {
  content: "\e261";
}

.iconic-viewport:before {
  content: "\e262";
}

.iconic-volume-high:before {
  content: "\e263";
}

.iconic-volume-low:before {
  content: "\e264";
}

.iconic-volume-medium:before {
  content: "\e265";
}

.iconic-volume-off:before {
  content: "\e266";
}

.iconic-warning:before {
  content: "\e267";
}

.iconic-weight:before {
  content: "\e268";
}

.iconic-wifi:before {
  content: "\e269";
}

.iconic-wrench:before {
  content: "\e26a";
}

.iconic-x-thin:before {
  content: "\e26b";
}

.iconic-x:before {
  content: "\e26c";
}

.iconic-yen:before {
  content: "\e26d";
}

.iconic-zoom-in:before {
  content: "\e26e";
}

.iconic-zoom-out:before {
  content: "\e26f";
}

/*
 *
 *
 *
 * Aurion UI
 * Version: 1.5.6
 * Copyright 2015-19 Aurion
 *
 *
 *
 */
/*
 *
 * Aurion UI — Bootstrap extend
 *
 */
fieldset.box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
fieldset.box legend {
  width: auto;
  max-width: auto;
  font-size: 1rem;
}
fieldset.box legend.text-muted {
  color: #959a9f !important;
}
fieldset.box .form-group:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  fieldset.box {
    border: 0;
  }
  fieldset.box legend {
    font-size: 1.25rem;
  }
}
.clearfix-navbar {
  height: 3.75rem;
}

@media (max-width: 767.98px) {
  .clearfix-navbar {
    height: 2.5rem;
  }
}
.top-0 {
  top: 0 !important;
}

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

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

ol.list-number {
  list-style-type: none;
  margin: 0;
  margin-left: 3.5rem;
  padding: 0;
  counter-reset: li-counter;
}
ol.list-number > li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  min-height: 2em;
  font-size: 1rem;
}
ol.list-number > li:before {
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #cacdcf;
  color: white;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  content: counter(li-counter);
  counter-increment: li-counter;
}
ol.list-alphabet > li {
  margin-bottom: 2rem;
}

.list-sm > li {
  font-size: 0.875rem;
}

.list-lg > li {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.list-checkbox ul {
  padding-left: 1.5rem;
}
.list-checkbox li {
  padding-left: 0;
  list-style: none;
}
.list-checkbox .custom-control {
  min-height: 1.5rem;
  margin-bottom: 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.list-checkbox .custom-control:active, .list-checkbox .custom-control:focus, .list-checkbox .custom-control:hover {
  background-color: #387bbd;
  color: white;
}
.list-checkbox .custom-control:active .custom-control-input:not(:checked) ~ .custom-control-indicator, .list-checkbox .custom-control:focus .custom-control-input:not(:checked) ~ .custom-control-indicator, .list-checkbox .custom-control:hover .custom-control-input:not(:checked) ~ .custom-control-indicator {
  background-color: #2d6297;
}
.list-checkbox .custom-control-indicator {
  top: 0;
  width: 1.5rem;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background-position: top 0.375rem center;
  box-shadow: none;
}
.list-checkbox .custom-control-description {
  display: block;
  min-height: 1.5rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul.list-password-strength {
  -webkit-padding-start: 20px;
}
ul.list-password-strength > li {
  font-size: 0.75rem;
  color: #afb3b7;
}
ul.list-password-strength > li.text-success {
  font-weight: bold;
  list-style: none;
}
ul.list-password-strength > li.text-success:before {
  margin-right: 0.55rem;
  margin-left: -1.125rem;
  content: "✓";
}

.alert-custom {
  margin: 0;
  padding: 0.5rem;
  border: 0;
  border-left: 0.25rem solid #5bc0de;
  background-color: rgba(91, 192, 222, 0.1);
  font-size: 0.875rem;
}

.alert {
  border-width: 0 0 0 0.5rem;
}

.close-md {
  font-size: 1.5rem;
}

.close-lg {
  font-size: 2rem;
}

.close-xl {
  font-size: 3rem;
}

var.empty {
  color: #afb3b7;
}
var.empty:after {
  content: "— empty —";
}
var.none {
  color: #afb3b7;
}
var.none:after {
  content: "— none —";
}

pre.pre-transcript {
  padding: 1.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 50%, white 50%, white);
  background-size: 100% 3rem;
  background-attachment: local;
  background-position: 0 1.5rem;
  background-origin: content-box;
  box-shadow: inset 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .h-md-50 {
    height: 50% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}

.w-400px {
  width: 400px;
}

.mh-80px {
  min-height: 80px;
}

.bg-background {
  background-color: #DEE0E1;
}

.bg-brand {
  background-color: #387bbd;
}

.bg-gray-100 {
  background-color: #e4e6e7;
}

.bg-gray-200 {
  background-color: #cacdcf;
}

.bg-gray-300 {
  background-color: #afb3b7;
}

.bg-gray-400 {
  background-color: #959a9f;
}

.bg-gray-500 {
  background-color: #7a8187;
}

.bg-gray-600 {
  background-color: #62676c;
}

.bg-gray-700 {
  background-color: #494d51;
}

.bg-gray-800 {
  background-color: #313436;
}

.bg-gray-900 {
  background-color: #181a1b;
}

.bg-selfservice {
  background-color: #5fc5bf;
}

.bg-payroll {
  background-color: #00ac89;
}

.bg-talent {
  background-color: #953c92;
}

.bg-productivity {
  background-color: #ffda02;
}

.bg-analytics {
  background-color: #00b5d1;
}

.bg-recruit {
  background-color: #eca55d;
}

.bg-connect {
  background-color: #e44398;
}

.bg-action {
  background-color: #2a5c8e;
}

.bg-applicants {
  background-color: #953c92;
}

.bg-filter {
  background-color: #ff9933;
}

.bg-more {
  background-color: #494d51;
}

.bg-stages {
  background-color: #494d51;
}

.bg-light.recruit {
  background-color: rgba(228, 230, 231, 0.6) !important;
}

.bg-hover-primary:hover {
  background-color: #387bbd;
  border-color: #387bbd;
  color: white;
}
.bg-hover-primary:hover * {
  color: white;
}

.bg-hover-danger:hover {
  background-color: #bd2c00;
  border-color: #bd2c00;
  color: white;
}
.bg-hover-danger:hover * {
  color: white;
}

.bg-striped-135 {
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 0.5rem, rgba(0, 0, 0, 0.075) 0.5rem, rgba(0, 0, 0, 0.075) 1rem);
}

.bg-placeholder {
  background-color: #cacdcf;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 0.125rem 0.375rem;
}

.btn-black {
  color: #333;
  background-color: black;
  border-color: black;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-black:hover {
  color: white;
  background-color: #262626;
  border-color: #1a1a1a;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: white;
  background-color: #262626;
  border-color: #1a1a1a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(8, 8, 8, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: white;
  background-color: #333333;
  border-color: #1a1a1a;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(8, 8, 8, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: white;
  background-color: black;
  border-color: black;
}

.btn-action {
  color: #224a72;
  background-color: #2a5c8e;
  border-color: #2a5c8e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-action:hover {
  color: white;
  background-color: #4a749f;
  border-color: #3f6c99;
}
.btn-check:focus + .btn-action, .btn-action:focus {
  color: white;
  background-color: #4a749f;
  border-color: #3f6c99;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(41, 89, 138, 0.5);
}
.btn-check:checked + .btn-action, .btn-check:active + .btn-action, .btn-action:active, .btn-action.active, .show > .btn-action.dropdown-toggle {
  color: black;
  background-color: #557da5;
  border-color: #3f6c99;
}
.btn-check:checked + .btn-action:focus, .btn-check:active + .btn-action:focus, .btn-action:active:focus, .btn-action.active:focus, .show > .btn-action.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(41, 89, 138, 0.5);
}
.btn-action:disabled, .btn-action.disabled {
  color: white;
  background-color: #2a5c8e;
  border-color: #2a5c8e;
}

.btn-applicants {
  color: #773075;
  background-color: #953c92;
  border-color: #953c92;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-applicants:hover {
  color: white;
  background-color: #a559a2;
  border-color: #a0509d;
}
.btn-check:focus + .btn-applicants, .btn-applicants:focus {
  color: white;
  background-color: #a559a2;
  border-color: #a0509d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(145, 58, 142, 0.5);
}
.btn-check:checked + .btn-applicants, .btn-check:active + .btn-applicants, .btn-applicants:active, .btn-applicants.active, .show > .btn-applicants.dropdown-toggle {
  color: black;
  background-color: #aa63a8;
  border-color: #a0509d;
}
.btn-check:checked + .btn-applicants:focus, .btn-check:active + .btn-applicants:focus, .btn-applicants:active:focus, .btn-applicants.active:focus, .show > .btn-applicants.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(145, 58, 142, 0.5);
}
.btn-applicants:disabled, .btn-applicants.disabled {
  color: white;
  background-color: #953c92;
  border-color: #953c92;
}

.btn-filter {
  color: #cc7a29;
  background-color: #ff9933;
  border-color: #ff9933;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-filter:hover {
  color: black;
  background-color: #ffa852;
  border-color: #ffa347;
}
.btn-check:focus + .btn-filter, .btn-filter:focus {
  color: black;
  background-color: #ffa852;
  border-color: #ffa347;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(247, 148, 50, 0.5);
}
.btn-check:checked + .btn-filter, .btn-check:active + .btn-filter, .btn-filter:active, .btn-filter.active, .show > .btn-filter.dropdown-toggle {
  color: black;
  background-color: #ffad5c;
  border-color: #ffa347;
}
.btn-check:checked + .btn-filter:focus, .btn-check:active + .btn-filter:focus, .btn-filter:active:focus, .btn-filter.active:focus, .show > .btn-filter.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(247, 148, 50, 0.5);
}
.btn-filter:disabled, .btn-filter.disabled {
  color: black;
  background-color: #ff9933;
  border-color: #ff9933;
}

.btn-more {
  color: #3a3e41;
  background-color: #494d51;
  border-color: #494d51;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-more:hover {
  color: white;
  background-color: #64686b;
  border-color: #5b5f62;
}
.btn-check:focus + .btn-more, .btn-more:focus {
  color: white;
  background-color: #64686b;
  border-color: #5b5f62;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(71, 75, 79, 0.5);
}
.btn-check:checked + .btn-more, .btn-check:active + .btn-more, .btn-more:active, .btn-more.active, .show > .btn-more.dropdown-toggle {
  color: white;
  background-color: #6d7174;
  border-color: #5b5f62;
}
.btn-check:checked + .btn-more:focus, .btn-check:active + .btn-more:focus, .btn-more:active:focus, .btn-more.active:focus, .show > .btn-more.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(71, 75, 79, 0.5);
}
.btn-more:disabled, .btn-more.disabled {
  color: white;
  background-color: #494d51;
  border-color: #494d51;
}

.btn-stages {
  color: #3a3e41;
  background-color: #494d51;
  border-color: #494d51;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-stages:hover {
  color: white;
  background-color: #64686b;
  border-color: #5b5f62;
}
.btn-check:focus + .btn-stages, .btn-stages:focus {
  color: white;
  background-color: #64686b;
  border-color: #5b5f62;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(71, 75, 79, 0.5);
}
.btn-check:checked + .btn-stages, .btn-check:active + .btn-stages, .btn-stages:active, .btn-stages.active, .show > .btn-stages.dropdown-toggle {
  color: white;
  background-color: #6d7174;
  border-color: #5b5f62;
}
.btn-check:checked + .btn-stages:focus, .btn-check:active + .btn-stages:focus, .btn-stages:active:focus, .btn-stages.active:focus, .show > .btn-stages.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(71, 75, 79, 0.5);
}
.btn-stages:disabled, .btn-stages.disabled {
  color: white;
  background-color: #494d51;
  border-color: #494d51;
}

.btn-outline-black {
  color: black;
  border-color: black;
}
.btn-outline-black:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: black;
  background-color: transparent;
}
.btn-outline-black:hover {
  color: white;
}

.btn-pill.btn-icon {
  padding: 0.375rem 0.625rem;
}
.btn-pill.btn-icon.btn-lg, .btn-group-lg > .btn-pill.btn-icon.btn {
  padding: 0.375rem 0.6875rem;
}

.btn-arrow:after {
  position: absolute;
  display: inline-block;
  right: 2rem;
  margin-top: 2.25%;
  line-height: 1;
  font-size: 150%;
  text-decoration: none;
  transform: translateY(-50%);
  opacity: 0.5;
  content: "»";
}
.btn-arrow span.pull-right {
  margin-right: 2rem;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 5rem;
  text-align: right;
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.responsive.d-flex .btn {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
.responsive.d-flex > *:first-child {
  margin-left: 0;
}
.responsive.d-flex > *:last-child {
  margin-right: 0;
}
.responsive.d-flex select {
  margin-left: 0.125rem;
}

@media (max-width: 575.98px) {
  .responsive.d-flex .btn {
    margin-top: 0.125rem;
    margin-right: 0;
    margin-bottom: 0.125rem;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .btn-responsive {
    display: block;
    width: 100%;
  }
}
.text-black-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}

.text-black-75 {
  color: rgba(0, 0, 0, 0.75) !important;
}

.text-white-25 {
  color: rgba(255, 255, 255, 0.25) !important;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.text-small,
.text-sm {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-label {
  color: #afb3b7;
}

.text-white {
  color: white;
}

.text-talent {
  color: #953c92;
}

.text-selfservice {
  color: #5fc5bf;
}

.text-action {
  color: #2a5c8e;
}

.text-applicants {
  color: #953c92;
}

.text-filter {
  color: #ff9933;
}

.text-more {
  color: #494d51;
}

.text-stages {
  color: #494d51;
}

.text-twitter {
  color: #00aced;
}

.text-facebook {
  color: #3b5998;
}

.text-googleplus {
  color: #dd4b39;
}

.text-youtube {
  color: #bb0000;
}

.text-linkedin {
  color: #007bb6;
}

.text-instagram {
  color: #517fa4;
}

.text-pinterest {
  color: #cb2027;
}

.text-vimeo {
  color: #aad450;
}

.nav-link.active {
  color: #494d51;
}

.nav-pointing .nav-link {
  margin: 0.125rem;
  border: 1px solid #cacdcf;
}
.nav-pointing .nav-link.active {
  position: relative;
  border-color: #387bbd;
}
.nav-pointing .nav-link.active:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin-top: -20px;
  margin-left: 1px;
  border: solid transparent;
  border-left-color: #387bbd;
  border-width: 20px;
  pointer-events: none;
  content: " ";
}

@media (max-width: 767.98px) {
  .nav-pointing .nav-link.active:after {
    top: 100%;
    left: 50%;
    margin-top: -5px;
    margin-left: -20px;
    border-color: rgba(255, 0, 0, 0);
    border-top-color: #387bbd;
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 3.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: white;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-employee {
  height: 3.75rem;
  line-height: 1;
}

.navbar.offcanvas-desktop {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  height: 3.75rem;
  margin: 0;
  margin-right: 3rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0;
  background-color: #2a5c8e;
  line-height: 1.25rem;
}
.navbar-brand:after {
  top: 100%;
  border: solid transparent;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -3.75rem;
  margin-left: 1.5rem;
  border-top-color: #2a5c8e;
  border-left-color: #2a5c8e;
  border-width: 1.875rem;
  pointer-events: none;
  content: " ";
}
.navbar-brand img {
  max-height: 1.875rem;
}

.navbar > .dropdown-toggle:active {
  pointer-events: none;
}
.navbar .navbar-nav.clicked .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar .navbar-toggler {
  width: 3.125rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar .dropdown-menu .dropdown-item {
  font-weight: 300;
}
.navbar .dropdown-header {
  padding-left: 1rem;
}

.navbar.bg-primary .navbar-nav.clicked .dropdown:hover .nav-link:hover {
  background-color: #2a5c8e;
}
.navbar.bg-primary .navbar-toggler {
  background-color: #387bbd;
  -webkit-tap-highlight-color: #2a5c8e;
}
.navbar.bg-primary .navbar-toggler:active, .navbar.bg-primary .navbar-toggler:focus {
  background-color: #2a5c8e;
}
.navbar.bg-primary .dropdown-menu {
  background-color: #2a5c8e;
}
.navbar.bg-primary .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.6);
}
.navbar.bg-primary .dropdown-menu .dropdown-item:active, .navbar.bg-primary .dropdown-menu .dropdown-item:focus, .navbar.bg-primary .dropdown-menu .dropdown-item:hover {
  background-color: #387bbd;
  color: white;
}
.navbar.bg-primary .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: white;
}
.navbar.bg-primary .dropdown-header {
  color: rgba(255, 255, 255, 0.6);
}
.navbar.bg-primary .dropdown-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.navbar.bg-primary .navbar-nav.clicked .nav-item.show .nav-link {
  background-color: #2a5c8e;
  color: rgba(255, 255, 255, 0.6) !important;
}
.navbar.bg-primary .navbar-nav.clicked .nav-item.show .nav-link.active {
  color: white !important;
}
.navbar.bg-primary .navbar-nav .nav-link:active, .navbar.bg-primary .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}
.navbar.bg-primary .navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white !important;
}
.navbar.bg-primary .navbar-nav .nav-link:hover.active {
  color: white !important;
}

.navbar-nav .nav-link {
  height: 3.75rem;
  padding-top: 1.375rem;
  padding-bottom: 0;
  font-weight: 300;
  line-height: 1;
}
.navbar-nav .nav-link.dropdown-toggle-avatar {
  padding-top: 0.625rem;
}
.navbar-nav .nav-link.dropdown-toggle-avatar:after {
  margin-left: 0.125rem;
  vertical-align: 0.125em;
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
  padding-left: 1.5rem;
  margin-right: 0.5rem;
}
.nav-item.dropdown .dropdown-menu .dropdown-item.danger:hover {
  background-color: #bd2c00;
}
.nav-item.dropdown .dropdown-menu .dropdown-item.active:before {
  display: inline-block;
  top: 0.8rem;
  left: 1.325rem;
  margin-left: -1rem;
  margin-right: 0.25rem;
  line-height: 1;
  vertical-align: baseline;
  content: "\e153";
  font-family: iconic-sm;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  speak: none;
}
.nav-item.dropdown .dropdown-menu .dropdown-item i {
  margin-left: -0.5rem;
}
.nav-item.dropdown.recruit.show {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.nav-item.dropdown.recruit.show.action {
  background-color: #2a5c8e;
}
.nav-item.dropdown.recruit.show.applicants {
  background-color: #953c92;
}
.nav-item.dropdown.recruit.show.filter {
  background-color: #ff9933;
}
.nav-item.dropdown.recruit.show.more {
  background-color: #494d51;
}
.nav-item.dropdown.recruit.show.stages {
  background-color: #494d51;
}
.nav-item.dropdown.recruit.show .btn-action,
.nav-item.dropdown.recruit.show .btn-applicants,
.nav-item.dropdown.recruit.show .btn-filter,
.nav-item.dropdown.recruit.show .btn-more,
.nav-item.dropdown.recruit.show .btn-stages {
  background-color: inherit;
  border-color: transparent;
  box-shadow: none !important;
}
.nav-item.dropdown.recruit .dropdown-toggle::after {
  display: none;
}

@media (max-width: 767.98px) {
  .navbar-desktop {
    display: none;
  }
  .navbar-nav .nav-link {
    height: 2.5rem;
    padding-top: 0.75rem;
  }
  .navbar-brand {
    height: 2.5rem;
    padding-top: 0.625rem;
    padding-left: 0.75rem;
  }
  .navbar-brand:after {
    margin-top: -2.5rem;
    border-width: 1.25rem;
  }
  .navbar-brand img {
    max-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .navbar-mobile {
    display: none;
  }
}
.modal-nav-mobile .modal-dialog {
  overflow-y: initial !important;
  left: 0;
  margin: 0;
  background-color: #387bbd;
  box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.4);
}
.modal-nav-mobile .modal-content {
  background-color: #387bbd;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-nav-mobile .modal-header {
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  background-color: rgba(42, 92, 142, 0.9);
  border-radius: 0;
  z-index: 1000;
}
.modal-nav-mobile .modal-header img.logo {
  height: 1.25rem;
  margin-top: 0.25rem;
}
.modal-nav-mobile .modal-body {
  overflow-y: scroll;
  height: 100%;
  margin-top: -40px;
  padding-top: 60px;
  color: white;
}
.modal-nav-mobile .close {
  margin: 0;
  margin-top: -0.25rem;
  padding: 0;
  font-size: 2rem;
  font-weight: 300;
  text-shadow: none;
  color: white;
}
.modal-nav-mobile.left .modal-dialog, .modal-nav-mobile.right .modal-dialog {
  width: auto;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.modal-nav-mobile.left.fade .modal-dialog {
  left: -320px;
  transition: left 300ms ease-out;
}
.modal-nav-mobile.left.fade.show .modal-dialog {
  left: 0;
}
.modal-nav-mobile.right.fade .modal-dialog {
  right: -320px;
  transition: right 300ms ease-out;
}
.modal-nav-mobile.right.fade.show .modal-dialog {
  right: 0;
}
@media (max-width: 767.98px) {
  .modal-nav-mobile.left .modal-dialog, .modal-nav-mobile.right .modal-dialog {
    width: 320px;
  }
}
@media (min-width: 576px) {
  .modal-nav-mobile.left .modal-dialog, .modal-nav-mobile.right .modal-dialog {
    width: auto;
  }
}
.modal-nav-mobile .nav-pills .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-nav-mobile .nav-pills .nav-link {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.modal-nav-mobile .nav-pills .nav-link.active {
  color: white;
}
.modal-nav-mobile .nav-pills .nav-link.active:before {
  display: inline-block;
  top: 0.8rem;
  left: 1.325rem;
  margin-left: -1rem;
  margin-right: 0.25rem;
  line-height: 1;
  vertical-align: baseline;
  content: "\e153";
  font-family: iconic-sm;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  text-align: center;
  box-sizing: content-box;
  speak: none;
}

.modal-fullscreen {
  z-index: 2500;
}
.modal-fullscreen .close {
  font-size: 3rem;
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  overflow: auto;
}
.modal-fullscreen .modal-header {
  padding: 0.5rem 1rem;
  border-bottom: 0;
  background-color: transparent;
  color: #181a1b;
}
.modal-fullscreen .modal-title {
  padding-top: 0.5rem;
  font-size: 1.25rem;
}

.modal-timesheet .modal-header {
  background-color: #2a5c8e;
  color: rgba(255, 255, 255, 0.8);
}

.modal-header {
  min-height: 60px;
  overflow-x: hidden !important;
}

@media screen and (min-width: 990px) {
  .modal-container {
    padding-bottom: 50px;
  }
  .modal-centre {
    border-radius: 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    max-width: 1140px;
  }
  #modal-content {
    padding: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.img-avatar {
  width: 2.5rem;
  height: 2.5rem;
}

.img-avatar-lg {
  width: 5rem;
  height: 5rem;
}

.jumbotron-custom {
  padding: 1rem;
  font-size: 0.875rem;
}

.form-group-lg {
  margin-bottom: 2rem;
}
.form-group-lg label.col-form-label {
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: inherit;
  color: inherit;
}
.form-group-lg .form-text {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1rem;
}

.table-condensed thead th {
  padding: 0;
  padding-right: 0.25rem;
}
.table-condensed tbody th,
.table-condensed tbody td {
  padding: 0;
  padding-right: 0.25rem;
}

.table-xs th,
.table-xs td {
  padding: 0.0833333333rem;
  font-size: 0.75rem;
}
.table-xs tfoot th,
.table-xs tfoot td {
  padding: 0.0833333333rem;
  font-weight: normal;
}

.table-sm th,
.table-sm td {
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
}
.table-sm tfoot th,
.table-sm tfoot td {
  padding: 0.125rem 0.25rem;
  font-weight: normal;
}

.table-md thead th {
  font-size: 0.75rem;
}
.table-md td {
  line-height: 1rem;
}

.table-raised {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.table-responsive .table-raised {
  margin: 4px 0 10px 0;
}

.aurion-thead-color {
  background-color: rgba(56, 123, 189, 0.2);
}

.table-clickable-row {
  cursor: pointer;
  color: #2d6297 !important;
}
.table-clickable-row:hover {
  --bs-table-accent-bg: $link-color !important;
  background: #387bbd !important;
  color: white !important;
}
.table-clickable-row:hover td {
  background: #387bbd !important;
  border-color: gray;
}
.table-clickable-row.active td {
  background-color: #6a9cce !important;
  color: white !important;
}
.table-clickable-row.selected td {
  background-color: #2a5c8e !important;
  color: white !important;
}
.table-clickable-row.selected td:first-child:before {
  display: inline-block;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  line-height: 1;
  vertical-align: baseline;
  content: "\e153";
  font-family: iconic-sm;
  font-size: 0.75rem;
  text-align: center;
  box-sizing: content-box;
  speak: none;
}
.table-clickable-row.text-danger:hover {
  background: #bd2c00;
  color: white !important;
}

.table-clickable-cell {
  cursor: pointer;
  color: #2d6297 !important;
}
.table-clickable-cell:hover {
  background: #387bbd !important;
  color: white !important;
}
.table-clickable-cell.table-danger:hover {
  background-color: #bd2c00;
}
.table-clickable-cell[aria-describedby] {
  outline: 0.125rem solid #387bbd;
  outline-offset: -0.0625rem;
}
.table-clickable-cell[aria-describedby].table-danger {
  outline-color: #bd2c00;
}

.table-clickable-cell-add:hover {
  background: #6cc644 !important;
}

td.table-clickable-cell-add:hover:after {
  font-size: 80%;
  content: "+Add";
}

.table-week.table-xs {
  margin-bottom: 0;
}
.table-week.table-xs thead th {
  border: 0;
  border-right: 0.4rem solid;
  border-left: 0.4rem solid;
}
.table-week.table-xs thead th:first-of-type {
  border-left: 0;
}
.table-week.table-xs thead th:last-of-type {
  border-right: 0;
}
.table-week.table-xs tbody td {
  padding-top: 0;
  border-top: 0;
}
.table-week.table-xs tbody td:first-of-type {
  padding-left: 0;
}
.table-week.table-xs tbody td:last-of-type {
  padding-right: 0;
}
.table-week.table-xs tbody td .form-control {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

td.required.empty-cell::after {
  font-size: 1rem;
  font-weight: bold;
  color: #bd2c00;
  content: "*";
  line-height: 1px;
}

.table-timekeeper-weekly {
  background-color: white;
}
.table-timekeeper-weekly.table-bordered {
  border: 0.5rem solid #cacdcf;
}
.table-timekeeper-weekly.table thead th span {
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.4);
}
.table-timekeeper-weekly.table thead th[scope=col] {
  background-color: #cacdcf;
  color: #7a8187;
}
.table-timekeeper-weekly.table thead th[scope=row] {
  background-color: #cacdcf;
}
.table-timekeeper-weekly.table thead th[scope=rowgroup] {
  background-color: #cacdcf;
  border-right: 0.5rem solid #cacdcf;
  color: #7a8187;
  text-transform: none;
}
.table-timekeeper-weekly.table thead th[scope=colgroup] {
  background-color: #313436;
  vertical-align: top;
}
.table-timekeeper-weekly.table tbody th {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-timekeeper-weekly.table tbody th .text-muted {
  color: rgba(0, 0, 0, 0.1);
}
.table-timekeeper-weekly.table tbody th[scope=rowgroup] {
  background-color: rgba(0, 0, 0, 0.1);
  border-right: 0.5rem solid #cacdcf;
}
.table-timekeeper-weekly.table tbody th[scope=row] {
  background-color: #cacdcf;
  color: #7a8187;
}
.table-timekeeper-weekly.table tbody th[scope=row] strong {
  font-size: 1rem;
  color: #494d51;
}
.table-timekeeper-weekly.table tbody td[scope=colgroup] {
  background-color: rgba(0, 0, 0, 0.1);
  border-right: 0.5rem solid #cacdcf;
}
.table-timekeeper-weekly.table tbody th[scope=colgroup] {
  background-color: #313436;
  color: white;
}
.table-timekeeper-weekly.table tfoot {
  border-top: 0.5rem solid #cacdcf;
}
.table-timekeeper-weekly.table tfoot th {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-timekeeper-weekly.table tfoot th[scope=row] {
  background-color: #cacdcf;
  color: #e4e6e7;
}
.table-timekeeper-weekly.table tfoot th[scope=col] {
  background-color: #afb3b7;
}
.table-timekeeper-weekly.table tfoot th[scope=rowgroup] {
  border-right: 0.5rem solid #cacdcf;
}
.table-timekeeper-weekly.table tfoot th[scope=colgroup] {
  background-color: #313436;
  color: white;
}
.table-timekeeper-weekly.table tfoot td[scope=colgroup] {
  border-right: 0.5rem solid #cacdcf;
}
.table-timekeeper-weekly.table tfoot tr.table-success > td[scope=colgroup] {
  background-color: rgba(108, 198, 68, 0.2);
}
.table-timekeeper-weekly.table tfoot tr.table-danger > td[scope=colgroup] {
  background-color: rgba(189, 44, 0, 0.2);
}

@media (max-width: 767.98px) {
  .table-responsive-collapse table,
.table-responsive-collapse thead,
.table-responsive-collapse tbody,
.table-responsive-collapse th,
.table-responsive-collapse td,
.table-responsive-collapse tr {
    display: block;
  }
  .table-responsive-collapse thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive-collapse tbody.thead-dark td:before {
    color: white;
    background-color: #62676c;
    border-color: #747a80;
  }
  .table-responsive-collapse tbody tr {
    border-bottom: 1px solid #afb3b7;
    margin-bottom: 3rem;
  }
  .table-responsive-collapse tbody td {
    position: relative;
    min-height: 2.5rem;
    padding: 0.5rem;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #afb3b7;
    white-space: normal;
  }
  .table-responsive-collapse tbody td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 12px);
    height: 100%;
    padding: 0.5rem;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-header);
  }
  .table-responsive-collapse tbody td:last-of-type {
    border-bottom: none;
  }
  .table-responsive-collapse .table-bordered tbody tr {
    border: 1px solid #afb3b7;
  }
  .table-responsive-collapse .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
  }
  .table-responsive-collapse .table-striped tbody td:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .table-responsive-collapse .table-striped tbody.thead-dark td:nth-of-type(odd):before {
    background-color: #6e7479;
  }
  .table-responsive-collapse .table-bordered tbody td:before {
    border-right: 1px solid #afb3b7;
  }
  .table-responsive-collapse .table-xs tr {
    margin-bottom: 1rem;
  }
  .table-responsive-collapse .table-xs td {
    min-height: 1.5rem;
    padding: 0.125rem 0.25rem;
    padding-left: 50%;
  }
  .table-responsive-collapse .table-xs td:before {
    width: calc(50% - 6px);
    min-height: 1.5rem;
    padding: 0.125rem 0.25rem;
  }
  .table-responsive-collapse .table-sm tr {
    margin-bottom: 2rem;
  }
  .table-responsive-collapse .table-sm td {
    min-height: 1.5rem;
    padding: 0.125rem 0.25rem;
    padding-left: 50%;
  }
  .table-responsive-collapse .table-sm td:before {
    width: calc(50% - 6px);
    min-height: 1.5rem;
    padding: 0.125rem 0.25rem;
  }
  .table-responsive-collapse .table-bordered {
    border: none;
  }
  .table-responsive-collapse .table-raised {
    box-shadow: none;
  }
  .table-responsive-collapse .table-raised tr {
    margin: 4px 4px 2rem 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  }
}
/*
* Danger rows should not be striped different colours.
*/
.table-danger {
  --bs-table-accent-bg: none !important;
}

a.card {
  color: #494d51;
}
a.card.transition {
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, box-shadow 100ms ease, transform 100ms ease;
}
a.card:active, a.card:focus, a.card:hover {
  background-color: #387bbd !important;
  border-color: #387bbd !important;
  color: white !important;
  text-decoration: none !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
a.card:active.transition, a.card:focus.transition, a.card:hover.transition {
  transform: translateY(-4px);
}
a.card:active .card-header,
a.card:active .card-footer, a.card:focus .card-header,
a.card:focus .card-footer, a.card:hover .card-header,
a.card:hover .card-footer {
  background-color: #387bbd !important;
  color: white !important;
}
a.card:active .card-header, a.card:focus .card-header, a.card:hover .card-header {
  border-bottom-color: rgba(255, 255, 255, 0.125);
}
a.card:active .card-footer, a.card:focus .card-footer, a.card:hover .card-footer {
  border-top-color: rgba(255, 255, 255, 0.125);
}
a.card:active .badge, a.card:focus .badge, a.card:hover .badge {
  background-color: white !important;
  border-color: transparent !important;
  color: #387bbd !important;
}
a.card:active .badge.badge-outline, a.card:focus .badge.badge-outline, a.card:hover .badge.badge-outline {
  background-color: transparent !important;
  border-color: white !important;
  color: white !important;
}
a.card:active .badge i.iconic, a.card:focus .badge i.iconic, a.card:hover .badge i.iconic {
  color: #387bbd !important;
}
a.card:active i.iconic, a.card:focus i.iconic, a.card:hover i.iconic {
  color: white !important;
}
a.card:active .text-danger,
a.card:active .text-muted,
a.card:active .text-success,
a.card:active .text-warning, a.card:focus .text-danger,
a.card:focus .text-muted,
a.card:focus .text-success,
a.card:focus .text-warning, a.card:hover .text-danger,
a.card:hover .text-muted,
a.card:hover .text-success,
a.card:hover .text-warning {
  color: white !important;
}

.badge-outline {
  background-color: transparent;
}
.badge-outline.badge-primary {
  border: 1px solid #387bbd;
  color: #387bbd;
}
.badge-outline.badge-secondary {
  border: 1px solid #7a8187;
  color: #7a8187;
}
.badge-outline.badge-success {
  border: 1px solid #6cc644;
  color: #6cc644;
}
.badge-outline.badge-info {
  border: 1px solid #5bc0de;
  color: #5bc0de;
}
.badge-outline.badge-warning {
  border: 1px solid #ff9933;
  color: #ff9933;
}
.badge-outline.badge-danger {
  border: 1px solid #bd2c00;
  color: #bd2c00;
}
.badge-outline.badge-light {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.badge-outline.badge-dark {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

.badge-sm {
  padding: 0.1875em 0.25em;
  font-size: 66.67%;
  font-weight: normal;
}

.badge-white {
  background-color: white;
  color: black;
}

.badge-linkedin {
  background-color: #007bb6;
  color: white;
}

sup.badge {
  padding: 0.25em 0.5em;
  font-size: 66.67%;
}

.list-group-sm {
  font-size: 0.875rem;
}
.list-group-sm .list-group-item {
  padding: 0.75rem;
}
.list-group-sm .list-group-item .list-group-item-heading {
  margin-bottom: 0.125rem;
  font-weight: 700;
}

.list-group-secondary .list-group-item:not(.active) {
  background-color: #afb3b7;
  color: white;
}
.list-group-secondary .list-group-item:not(.active).disabled {
  color: #cacdcf;
}
.list-group-secondary a.list-group-item:not(.active):active, .list-group-secondary a.list-group-item:not(.active):focus, .list-group-secondary a.list-group-item:not(.active):hover,
.list-group-secondary button.list-group-item:not(.active):active,
.list-group-secondary button.list-group-item:not(.active):focus,
.list-group-secondary button.list-group-item:not(.active):hover {
  background-color: #7a8187;
}

.list-group-transparent .list-group-item:not(.active) {
  background-color: transparent;
}
.list-group-transparent a.list-group-item:not(.active):active, .list-group-transparent a.list-group-item:not(.active):focus, .list-group-transparent a.list-group-item:not(.active):hover,
.list-group-transparent button.list-group-item:not(.active):active,
.list-group-transparent button.list-group-item:not(.active):focus,
.list-group-transparent button.list-group-item:not(.active):hover {
  background-color: #cacdcf;
}

.list-group-outline .list-group-item.active {
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0.6rem;
  border-color: #387bbd;
  border-width: 0.2rem;
  border-radius: 0.2rem;
  background-color: transparent;
  color: #313436;
}
.list-group-outline .list-group-item.active .list-group-item-heading {
  color: #313436;
}
.list-group-outline .list-group-item.active .list-group-item-text {
  color: #494d51;
}
.list-group-outline .list-group-item.active .text-danger {
  color: #bd2c00;
}

.list-group-checkbox .list-group-item {
  padding-left: 2rem;
}
.list-group-checkbox .list-group-item.active {
  padding-left: 2rem;
}
.list-group-checkbox .list-group-item.active i.iconic-circle-check {
  margin-left: -1.6rem;
  font-size: 1.25rem;
}
.list-group-checkbox .list-group-item .c-input {
  left: 0.5rem;
  margin-left: -2rem;
}

.list-group-arrow .list-group-item.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #387bbd;
  border-width: 1rem;
  margin-top: -1rem;
}

.list-group-checkbox .list-group-item {
  padding-left: 2.5rem;
}
.list-group-checkbox .list-group-item:before {
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-family: "iconic-sm";
  font-size: 1.25rem;
  content: "\e22d";
  opacity: 0.2;
}
.list-group-checkbox .list-group-item-checked:before {
  color: #6cc644;
  content: "\e159";
  opacity: 1;
}

.list-group-item {
  min-height: 2.5rem;
}
.list-group-item.active-warning {
  background-color: #ff9933;
  border-color: #ff9933;
}
@media (max-width: 768px) {
  .list-group-item {
    padding: 0.5rem;
  }
}
.list-group-item .media {
  margin-bottom: 0;
}

a.list-group-item.active:hover, a.list-group-item.active-warning:hover,
button.list-group-item.active:hover,
button.list-group-item.active-warning:hover {
  background-color: #cddeef;
  border-color: #cddeef;
}
a.list-group-item.active:hover .label-default, a.list-group-item.active-warning:hover .label-default,
button.list-group-item.active:hover .label-default,
button.list-group-item.active-warning:hover .label-default {
  color: #cddeef;
}

.list-group-item-split {
  padding: 0;
}
.list-group-item-split .list-group-item-more {
  display: block;
  position: absolute;
  float: right;
  right: 0;
  width: 6rem;
  height: 100%;
  background-color: #cddeef;
}
.list-group-item-split .list-group-item-more:hover, .list-group-item-split .list-group-item-more:focus {
  color: white;
  background-color: #387bbd;
}
@media (max-width: 576px) {
  .list-group-item-split .list-group-item-more {
    width: 2.5rem;
  }
}

.list-group-item-link {
  display: block;
  width: auto;
  padding: 0.75rem 1.25rem;
  color: #387bbd;
}
.list-group-item-link:hover, .list-group-item-link:focus {
  color: #387bbd;
  background-color: #cddeef;
}
@media (max-width: 768px) {
  .list-group-item-link {
    padding: 0.5rem;
  }
}

.list-group-item-more {
  padding-right: 3.5rem;
}
@media (max-width: 768px) {
  .list-group-item-more {
    padding-right: 1.5rem;
  }
}
.list-group-item-more:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-family: "iconic-sm";
  font-size: 1rem;
  content: "\e157";
  color: #387bbd;
}
@media (max-width: 768px) {
  .list-group-item-more:after {
    right: 0.5rem;
  }
}
.list-group-item-more.active:after {
  color: white;
}
.list-group-item-more:hover, .list-group-item-more:focus {
  border-color: #387bbd;
}
.list-group-item-more:hover:after, .list-group-item-more:focus:after {
  color: white;
}
.list-group-item-more:hover .badge-primary, .list-group-item-more:focus .badge-primary {
  background-color: white !important;
  color: #387bbd !important;
}
.list-group-item-more .badge {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .list-group-item-more .badge {
    right: 2rem;
  }
}

.list-group-item-back {
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .list-group-item-back {
    padding-left: 1.5rem;
  }
}
.list-group-item-back:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-family: "iconic-sm";
  font-size: 1rem;
  content: "\e156";
  color: #387bbd;
}
@media (max-width: 768px) {
  .list-group-item-back:before {
    left: 0.5rem;
  }
}
.list-group-item-back.active:before {
  color: white;
}
.list-group-item-back strong {
  margin-left: 2rem;
}

.list-group-item {
  color: inherit;
}
.list-group-item.active .badge-primary {
  background-color: #387bbd !important;
  color: #cddeef;
}
.list-group-item.active.active-warning .badge-primary {
  color: #ff9933;
}
.list-group-item.active .list-group-item-link, .list-group-item.active-warning .list-group-item-link {
  color: white;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  border-color: #387bbd;
  background-color: #387bbd;
  color: white;
}
a.list-group-item:hover:before, a.list-group-item:focus:before,
button.list-group-item:hover:before,
button.list-group-item:focus:before {
  color: white;
  opacity: 1;
}
a.list-group-item:hover:after, a.list-group-item:focus:after,
button.list-group-item:hover:after,
button.list-group-item:focus:after {
  color: white;
}
a.list-group-item:hover .text-success, a.list-group-item:focus .text-success,
button.list-group-item:hover .text-success,
button.list-group-item:focus .text-success {
  color: #387bbd !important;
}
a.list-group-item:hover .badge-primary, a.list-group-item:focus .badge-primary,
button.list-group-item:hover .badge-primary,
button.list-group-item:focus .badge-primary {
  background-color: #387bbd !important;
  color: #cddeef !important;
}
a.list-group-item.active:hover, a.list-group-item.active-warning:hover,
button.list-group-item.active:hover,
button.list-group-item.active-warning:hover {
  background-color: #387bbd;
  border-color: #387bbd;
  color: white;
}
a.list-group-item.active:hover .badge-default, a.list-group-item.active-warning:hover .badge-default,
button.list-group-item.active:hover .badge-default,
button.list-group-item.active-warning:hover .badge-default {
  color: #387bbd;
}

.keep-together {
  display: flex;
}
.keep-together > * {
  flex: 1 0 auto;
}

.keep-together-wrapper {
  display: inline-block;
  max-width: 50%;
}

.list-group-item.active .badge-primary {
  color: #387bbd;
  background-color: white;
}
.list-group-item.active.open, .list-group-item.active.closed {
  color: white;
}
.list-group-item.open {
  color: #959a9f;
}
.list-group-item.closed i.iconic {
  color: #387bbd;
}

.recruit.stages .list-group-item.active {
  background-color: #953c92;
  border-color: #953c92;
  color: white;
}
.recruit.applicants .list-group-item.active {
  background-color: #702d6e;
  border-color: #702d6e;
  color: white;
}
.recruit .list-group-item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.recruit .list-group-item.disabled {
  color: rgba(255, 255, 255, 0.4);
}
.recruit .list-group-item.text-danger {
  color: red !important;
}
.recruit .list-group-item-action:active, .recruit .list-group-item-action:focus, .recruit .list-group-item-action:hover {
  background-color: #387bbd;
  border-color: #387bbd;
  color: white !important;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: white;
  background-color: #387bbd;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.0625rem white, 0 0 0 0.125rem #387bbd;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: white;
  background-color: #84c6ff;
  box-shadow: none;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #bdc0c3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #387bbd;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='white' d='M0 2h4'/%3E%3C/svg%3E");
  box-shadow: none;
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='white'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  float: left;
  clear: left;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.embed-responsive-help {
  padding-bottom: 100%;
}
.embed-responsive-help .embed-responsive-item {
  position: fixed;
  top: inherit;
  bottom: inherit;
  left: inherit;
}

.embed-responsive-a4 {
  padding-bottom: 141.4285714286%;
}

.embed-responsive-email {
  padding-bottom: 133.3333333333%;
}

.border-muted {
  border-color: rgba(0, 0, 0, 0.125) !important;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-width-2 {
  border-width: 0.125rem;
}

.border-width-3 {
  border-width: 0.25rem;
}

.rounded-top-4 {
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}

.rounded-top-5 {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.rounded-start-1 {
  border-radius: 0.25rem 0 0 0.25rem;
}

.rounded-end-1 {
  border-radius: 0 0.25rem 0.25rem 0;
}

/*
 *
 *
 *
 * Aurion UI
 * Version: 1.5.6
 * Copyright 2015-19 Aurion
 *
 *
 *
 */
/*
 *
 * Aurion UI — Components
 *
 */
.btn-xs {
  padding: 0.0625rem -0.125rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.125rem;
}

.btn-white {
  color: #ccc;
  background-color: white;
  border-color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-white:hover {
  color: black;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: black;
  background-color: white;
  border-color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(247, 247, 247, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: black;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(247, 247, 247, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: black;
  background-color: white;
  border-color: white;
}

.btn-outline-white {
  color: white;
  border-color: white;
}
.btn-outline-white:hover {
  color: black;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: black;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-white:hover {
  color: black;
}

.btn-pill {
  border-radius: 10rem;
}

.btn-switch-on.active, .btn-switch-on:active, .btn-switch-on:focus, .btn-switch-on:hover {
  background-color: #6cc644 !important;
  color: white !important;
}

.btn-switch-pause.active, .btn-switch-pause:active, .btn-switch-pause:focus, .btn-switch-pause:hover {
  background-color: #ff9933 !important;
  color: white !important;
}

.btn-switch-off.active, .btn-switch-off:active, .btn-switch-off:focus, .btn-switch-off:hover {
  background-color: #bd2c00 !important;
  color: white !important;
}

.btn-outline-switch-on.active, .btn-outline-switch-on:active, .btn-outline-switch-on:focus, .btn-outline-switch-on:hover {
  color: #6cc644;
  border-color: #6cc644;
}
.btn-outline-switch-on.active:hover, .btn-outline-switch-on:active:hover, .btn-outline-switch-on:focus:hover, .btn-outline-switch-on:hover:hover {
  color: black;
  background-color: #6cc644;
  border-color: #6cc644;
}
.btn-check:focus + .btn-outline-switch-on.active, .btn-outline-switch-on.active:focus, .btn-check:focus + .btn-outline-switch-on:active, .btn-outline-switch-on:active:focus, .btn-check:focus + .btn-outline-switch-on:focus, .btn-outline-switch-on:focus:focus, .btn-check:focus + .btn-outline-switch-on:hover, .btn-outline-switch-on:hover:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 198, 68, 0.5);
}
.btn-check:checked + .btn-outline-switch-on.active, .btn-check:active + .btn-outline-switch-on.active, .btn-outline-switch-on.active:active, .btn-outline-switch-on.active.active, .btn-outline-switch-on.active.dropdown-toggle.show, .btn-check:checked + .btn-outline-switch-on:active, .btn-check:active + .btn-outline-switch-on:active, .btn-outline-switch-on:active:active, .btn-outline-switch-on:active.active, .btn-outline-switch-on:active.dropdown-toggle.show, .btn-check:checked + .btn-outline-switch-on:focus, .btn-check:active + .btn-outline-switch-on:focus, .btn-outline-switch-on:focus:active, .btn-outline-switch-on:focus.active, .btn-outline-switch-on:focus.dropdown-toggle.show, .btn-check:checked + .btn-outline-switch-on:hover, .btn-check:active + .btn-outline-switch-on:hover, .btn-outline-switch-on:hover:active, .btn-outline-switch-on:hover.active, .btn-outline-switch-on:hover.dropdown-toggle.show {
  color: black;
  background-color: #6cc644;
  border-color: #6cc644;
}
.btn-check:checked + .btn-outline-switch-on.active:focus, .btn-check:active + .btn-outline-switch-on.active:focus, .btn-outline-switch-on.active:active:focus, .btn-outline-switch-on.active.active:focus, .btn-outline-switch-on.active.dropdown-toggle.show:focus, .btn-check:checked + .btn-outline-switch-on:active:focus, .btn-check:active + .btn-outline-switch-on:active:focus, .btn-outline-switch-on:active:active:focus, .btn-outline-switch-on:active.active:focus, .btn-outline-switch-on:active.dropdown-toggle.show:focus, .btn-check:checked + .btn-outline-switch-on:focus:focus, .btn-check:active + .btn-outline-switch-on:focus:focus, .btn-outline-switch-on:focus:active:focus, .btn-outline-switch-on:focus.active:focus, .btn-outline-switch-on:focus.dropdown-toggle.show:focus, .btn-check:checked + .btn-outline-switch-on:hover:focus, .btn-check:active + .btn-outline-switch-on:hover:focus, .btn-outline-switch-on:hover:active:focus, .btn-outline-switch-on:hover.active:focus, .btn-outline-switch-on:hover.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(108, 198, 68, 0.5);
}
.btn-outline-switch-on.active:disabled, .btn-outline-switch-on.active.disabled, .btn-outline-switch-on:active:disabled, .btn-outline-switch-on:active.disabled, .btn-outline-switch-on:focus:disabled, .btn-outline-switch-on:focus.disabled, .btn-outline-switch-on:hover:disabled, .btn-outline-switch-on:hover.disabled {
  color: #6cc644;
  background-color: transparent;
}

.btn-outline-switch-pause.active, .btn-outline-switch-pause:active, .btn-outline-switch-pause:focus, .btn-outline-switch-pause:hover {
  color: #ff9933;
  border-color: #ff9933;
}
.btn-outline-switch-pause.active:hover, .btn-outline-switch-pause:active:hover, .btn-outline-switch-pause:focus:hover, .btn-outline-switch-pause:hover:hover {
  color: black;
  background-color: #ff9933;
  border-color: #ff9933;
}
.btn-check:focus + .btn-outline-switch-pause.active, .btn-outline-switch-pause.active:focus, .btn-check:focus + .btn-outline-switch-pause:active, .btn-outline-switch-pause:active:focus, .btn-check:focus + .btn-outline-switch-pause:focus, .btn-outline-switch-pause:focus:focus, .btn-check:focus + .btn-outline-switch-pause:hover, .btn-outline-switch-pause:hover:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 153, 51, 0.5);
}
.btn-check:checked + .btn-outline-switch-pause.active, .btn-check:active + .btn-outline-switch-pause.active, .btn-outline-switch-pause.active:active, .btn-outline-switch-pause.active.active, .btn-outline-switch-pause.active.dropdown-toggle.show, .btn-check:checked + .btn-outline-switch-pause:active, .btn-check:active + .btn-outline-switch-pause:active, .btn-outline-switch-pause:active:active, .btn-outline-switch-pause:active.active, .btn-outline-switch-pause:active.dropdown-toggle.show, .btn-check:checked + .btn-outline-switch-pause:focus, .btn-check:active + .btn-outline-switch-pause:focus, .btn-outline-switch-pause:focus:active, .btn-outline-switch-pause:focus.active, .btn-outline-switch-pause:focus.dropdown-toggle.show, .btn-check:checked + .btn-outline-switch-pause:hover, .btn-check:active + .btn-outline-switch-pause:hover, .btn-outline-switch-pause:hover:active, .btn-outline-switch-pause:hover.active, .btn-outline-switch-pause:hover.dropdown-toggle.show {
  color: black;
  background-color: #ff9933;
  border-color: #ff9933;
}
.btn-check:checked + .btn-outline-switch-pause.active:focus, .btn-check:active + .btn-outline-switch-pause.active:focus, .btn-outline-switch-pause.active:active:focus, .btn-outline-switch-pause.active.active:focus, .btn-outline-switch-pause.active.dropdown-toggle.show:focus, .btn-check:checked + .btn-outline-switch-pause:active:focus, .btn-check:active + .btn-outline-switch-pause:active:focus, .btn-outline-switch-pause:active:active:focus, .btn-outline-switch-pause:active.active:focus, .btn-outline-switch-pause:active.dropdown-toggle.show:focus, .btn-check:checked + .btn-outline-switch-pause:focus:focus, .btn-check:active + .btn-outline-switch-pause:focus:focus, .btn-outline-switch-pause:focus:active:focus, .btn-outline-switch-pause:focus.active:focus, .btn-outline-switch-pause:focus.dropdown-toggle.show:focus, .btn-check:checked + .btn-outline-switch-pause:hover:focus, .btn-check:active + .btn-outline-switch-pause:hover:focus, .btn-outline-switch-pause:hover:active:focus, .btn-outline-switch-pause:hover.active:focus, .btn-outline-switch-pause:hover.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 153, 51, 0.5);
}
.btn-outline-switch-pause.active:disabled, .btn-outline-switch-pause.active.disabled, .btn-outline-switch-pause:active:disabled, .btn-outline-switch-pause:active.disabled, .btn-outline-switch-pause:focus:disabled, .btn-outline-switch-pause:focus.disabled, .btn-outline-switch-pause:hover:disabled, .btn-outline-switch-pause:hover.disabled {
  color: #ff9933;
  background-color: transparent;
}

.btn-outline-switch-off.active, .btn-outline-switch-off:active, .btn-outline-switch-off:focus, .btn-outline-switch-off:hover {
  color: #bd2c00;
  border-color: #bd2c00;
}
.btn-outline-switch-off.active:hover, .btn-outline-switch-off:active:hover, .btn-outline-switch-off:focus:hover, .btn-outline-switch-off:hover:hover {
  color: white;
  background-color: #bd2c00;
  border-color: #bd2c00;
}
.btn-check:focus + .btn-outline-switch-off.active, .btn-outline-switch-off.active:focus, .btn-check:focus + .btn-outline-switch-off:active, .btn-outline-switch-off:active:focus, .btn-check:focus + .btn-outline-switch-off:focus, .btn-outline-switch-off:focus:focus, .btn-check:focus + .btn-outline-switch-off:hover, .btn-outline-switch-off:hover:focus {
  box-shadow: 0 0 0 0.25rem rgba(189, 44, 0, 0.5);
}
.btn-check:checked + .btn-outline-switch-off.active, .btn-check:active + .btn-outline-switch-off.active, .btn-outline-switch-off.active:active, .btn-outline-switch-off.active.active, .btn-outline-switch-off.active.dropdown-toggle.show, .btn-check:checked + .btn-outline-switch-off:active, .btn-check:active + .btn-outline-switch-off:active, .btn-outline-switch-off:active:active, .btn-outline-switch-off:active.active, .btn-outline-switch-off:active.dropdown-toggle.show, .btn-check:checked + .btn-outline-switch-off:focus, .btn-check:active + .btn-outline-switch-off:focus, .btn-outline-switch-off:focus:active, .btn-outline-switch-off:focus.active, .btn-outline-switch-off:focus.dropdown-toggle.show, .btn-check:checked + .btn-outline-switch-off:hover, .btn-check:active + .btn-outline-switch-off:hover, .btn-outline-switch-off:hover:active, .btn-outline-switch-off:hover.active, .btn-outline-switch-off:hover.dropdown-toggle.show {
  color: white;
  background-color: #bd2c00;
  border-color: #bd2c00;
}
.btn-check:checked + .btn-outline-switch-off.active:focus, .btn-check:active + .btn-outline-switch-off.active:focus, .btn-outline-switch-off.active:active:focus, .btn-outline-switch-off.active.active:focus, .btn-outline-switch-off.active.dropdown-toggle.show:focus, .btn-check:checked + .btn-outline-switch-off:active:focus, .btn-check:active + .btn-outline-switch-off:active:focus, .btn-outline-switch-off:active:active:focus, .btn-outline-switch-off:active.active:focus, .btn-outline-switch-off:active.dropdown-toggle.show:focus, .btn-check:checked + .btn-outline-switch-off:focus:focus, .btn-check:active + .btn-outline-switch-off:focus:focus, .btn-outline-switch-off:focus:active:focus, .btn-outline-switch-off:focus.active:focus, .btn-outline-switch-off:focus.dropdown-toggle.show:focus, .btn-check:checked + .btn-outline-switch-off:hover:focus, .btn-check:active + .btn-outline-switch-off:hover:focus, .btn-outline-switch-off:hover:active:focus, .btn-outline-switch-off:hover.active:focus, .btn-outline-switch-off:hover.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(189, 44, 0, 0.5);
}
.btn-outline-switch-off.active:disabled, .btn-outline-switch-off.active.disabled, .btn-outline-switch-off:active:disabled, .btn-outline-switch-off:active.disabled, .btn-outline-switch-off:focus:disabled, .btn-outline-switch-off:focus.disabled, .btn-outline-switch-off:hover:disabled, .btn-outline-switch-off:hover.disabled {
  color: #bd2c00;
  background-color: transparent;
}

.btn-group-xs > .btn {
  padding: 0.0625rem -0.125rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.125rem;
}

.btn-group-pill .btn:first-child {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
.btn-group-pill .btn:last-child {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.btn-group-condensed .btn {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.btn-toolbar-xs {
  height: 1.5rem;
  margin: 0;
}
.btn-toolbar-xs > .btn-group {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
.btn-toolbar-xs > .btn-group:first-of-type {
  margin-left: 0;
}
.btn-toolbar-xs > .btn-group:last-of-type {
  margin-right: 0;
}
.btn-toolbar-xs.btn-toolbar-offset {
  margin-top: -1.5rem;
}

.btn-toolbar-sm {
  height: 1.85rem;
  margin: 0;
}
.btn-toolbar-sm.btn-toolbar-offset {
  margin-top: -2rem;
}

.btn-toolbar-row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
@media (min-width: 0) {
  .btn-toolbar-row .btn-group-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    margin: 0;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .btn-toolbar-row .btn-group-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    margin: 0;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .btn-toolbar-row .btn-group-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    margin: 0;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .btn-toolbar-row .btn-group-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 576px) {
  .btn-toolbar-row .btn-group-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    margin: 0;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .btn-toolbar-row .btn-group-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    margin: 0;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 768px) {
  .btn-toolbar-row .btn-group-md-reset {
    flex: inherit;
    max-width: inherit;
  }
  .btn-toolbar-row .btn-group-md-reset.pull-xs-right {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .btn-toolbar-row .btn-group-lg-reset {
    flex: inherit;
    max-width: inherit;
  }
  .btn-toolbar-row .btn-group-lg-reset.pull-xs-right {
    margin-left: auto;
  }
}

.chosen-select,
.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  position: relative;
  width: 100% !important;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
  user-select: none;
}
.chosen-container .chosen-drop {
  background: white;
  border: 1px solid #9cbdde;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.075), 0 2px 5px 0 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container .chosen-results {
  margin: 0;
  position: relative;
  max-height: 15rem;
  padding: 0.5rem 0 0 0;
  color: #62676c;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  color: #62676c;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  padding-left: 0.75rem;
  color: #7a8187;
  font-weight: normal;
  text-transform: uppercase;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 1.5rem;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.result-selected {
  color: #494d51;
}
.chosen-container .chosen-results li.result-selected:before {
  display: inline-block;
  position: relative;
  top: 0.3rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -1.25rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23494d51' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #387bbd;
  background-image: none;
  color: white;
}
.chosen-container .chosen-results li.highlighted:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #959a9f;
}
.chosen-container .chosen-results .no-results {
  display: list-item;
  padding: 0.25rem 0 1rem 1.065rem;
  color: #bd2c00;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 0.25rem;
  position: absolute;
  text-align: center;
  width: 20rem;
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.5;
  text-indent: -5000px;
  width: 0.5rem;
}

.chosen-container-single .chosen-single {
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #959a9f;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: none;
  color: #62676c;
  display: block;
  height: calc(1.5em + 0.75rem);
  overflow: hidden;
  line-height: calc(1.5em + 0.75rem);
  padding: 0 0 0 0.75rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  display: inline-block;
  position: absolute;
  top: 0.325rem;
  right: 2rem;
  width: 2rem;
  height: 1.5rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23bd2c00' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: 4px 0 16px 16px white;
}
.chosen-container-single .chosen-single abbr:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23571400' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 1.5rem;
  text-overflow: ellipsis;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  padding-left: 0.5rem;
  background-color: white;
}
.chosen-container-single .chosen-single div:after {
  display: inline-block;
  position: relative;
  top: 0.125rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a8187' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
  background-size: 2rem 2rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.chosen-container-single .chosen-single:not(.chosen-single-with-deselect) div:after {
  background-color: white;
  box-shadow: 4px 0 16px 16px white;
}
.chosen-container-single .chosen-default {
  color: #7a8187;
}
.chosen-container-single a:not([href]):not(.btn):not(.fc-timeline-event):not([tabindex]) {
  color: #afb3b7 !important;
}
.chosen-container-single a:not([href]):not(.btn):not(.fc-timeline-event):not([tabindex]).chosen-single:not(.chosen-default) {
  color: #62676c !important;
}
.chosen-container-single .chosen-search-input {
  border: none;
}
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 0.5rem 0.5rem 0 0.5rem;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}
.chosen-container-single .chosen-search:after {
  display: inline-block;
  position: relative;
  top: 0.365rem;
  left: -1.75rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a8187' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.chosen-container-single .chosen-search input[type=text] {
  background-color: #e4e6e7;
  border: 1px solid #959a9f;
  outline: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: none;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  width: 100%;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search {
  display: none;
}

.chosen-container-multi .chosen-choices {
  background-color: white;
  border: 1px solid #959a9f;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: none;
  cursor: text;
  height: auto !important;
  margin: 0;
  padding: 0.175rem;
  overflow: hidden;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type=text] {
  width: 100% !important;
  margin: 0;
  padding: 0.175rem 0.175rem 0.175rem 0.5rem;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #afb3b7;
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #959a9f;
}
.chosen-container-multi .chosen-choices .search-choice {
  background-clip: padding-box;
  position: relative;
  max-width: 320px;
  margin: 0.175rem 0.25rem;
  padding: 0.25rem 1.5rem 0.25rem 0.25rem;
  border: 1px solid #959a9f;
  background-color: #e4e6e7;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  cursor: default;
  font-size: 0.875rem;
  line-height: 1;
  color: #62676c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  right: 0.125rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23bd2c00' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23571400' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #afb3b7;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid #9cbdde;
  box-shadow: 0 0 0 0.2rem 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #9cbdde;
  transition: border linear 0ms, box-shadow linear 0ms;
}
@media (prefers-reduced-motion: reduce) {
  .chosen-container-active .chosen-single {
    transition: none;
  }
}
.chosen-container-active.is-valid .chosen-single {
  box-shadow: 0 0 0 0.2rem rgba(108, 198, 68, 0.4);
}
.chosen-container-active.is-invalid .chosen-single {
  box-shadow: 0 0 0 0.2rem rgba(189, 44, 0, 0.4);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: white;
  border: 1px solid #9cbdde;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  transition: border linear 0ms, box-shadow linear 0ms;
}
@media (prefers-reduced-motion: reduce) {
  .chosen-container-active.chosen-with-drop .chosen-single {
    transition: none;
  }
}
.chosen-container-active.chosen-with-drop .chosen-single div:after {
  display: inline-block;
  position: relative;
  top: 0.125rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a8187' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
  background-size: 2rem 2rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #9cbdde;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #9cbdde;
  transition: border linear 0ms, box-shadow linear 0ms;
}
@media (prefers-reduced-motion: reduce) {
  .chosen-container-active .chosen-choices {
    transition: none;
  }
}
.chosen-container-active .chosen-choices .search-field input[type=text] {
  color: #62676c !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-search-input {
  display: inline-block;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-container-optgroup-clickable li.group-result {
  text-transform: none !important;
}
.chosen-container-optgroup-clickable li.group-result:hover {
  background-color: #387bbd;
  color: white;
  cursor: pointer;
}
.chosen-container-optgroup-clickable li.group-result:hover em {
  color: white;
}

.chosen-container.is-valid .chosen-single,
.chosen-container.is-valid .chosen-choices,
.chosen-container.is-valid .chosen-drop, .chosen-container:valid .chosen-single,
.chosen-container:valid .chosen-choices,
.chosen-container:valid .chosen-drop {
  border-color: #6cc644;
}
.chosen-container.is-invalid .chosen-single,
.chosen-container.is-invalid .chosen-choices,
.chosen-container.is-invalid .chosen-drop, .chosen-container:invalid .chosen-single,
.chosen-container:invalid .chosen-choices,
.chosen-container:invalid .chosen-drop {
  border-color: #bd2c00;
}

input[type=text].chosen-focus-input {
  position: absolute;
  top: -9000px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  outline: 0;
}

.input-group:nth-of-type(1) .chosen-container .chosen-choices {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(:nth-of-type(1)) .chosen-container .chosen-choices {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(:nth-of-type(1)) .input-group-prepend .input-group-text {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.input-group .chosen-container {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
}
.input-group .chosen-choices .search-field {
  min-height: calc(1.5em + 0.75rem);
}

.custom-switch {
  line-height: 12px;
}
.custom-switch .custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-switch .custom-switch-input, .custom-switch .custom-switch-input:after, .custom-switch .custom-switch-input:before, .custom-switch .custom-switch-input *, .custom-switch .custom-switch-input *:after, .custom-switch .custom-switch-input *:before, .custom-switch .custom-switch-input + .custom-switch-btn {
  box-sizing: border-box;
}
.custom-switch .custom-switch-input:selection, .custom-switch .custom-switch-input:after:selection, .custom-switch .custom-switch-input:before:selection, .custom-switch .custom-switch-input *:selection, .custom-switch .custom-switch-input *:after:selection, .custom-switch .custom-switch-input *:before:selection, .custom-switch .custom-switch-input + .custom-switch-btn:selection {
  background: none;
}
.custom-switch .custom-switch-input + .custom-switch-btn {
  outline: 0;
  display: inline-block;
  position: relative;
  user-select: none;
  cursor: pointer;
  width: 68px;
  height: 38px;
  margin: 0;
  padding: 4px;
  background: #afb3b7;
  border-radius: 76px;
  transition: all 150ms ease;
}
.custom-switch .custom-switch-input + .custom-switch-btn:after, .custom-switch .custom-switch-input + .custom-switch-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 29px;
  height: 29px;
}
.custom-switch .custom-switch-input + .custom-switch-btn:after {
  left: 2px;
  border-radius: 50%;
  background: white;
  transition: all 150ms ease;
  transform: translate(0%, -40%);
}
.custom-switch .custom-switch-input + .custom-switch-btn:before {
  display: none;
}
.custom-switch .custom-switch-input + .custom-switch-btn.text-hide {
  top: -0.8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.custom-switch .custom-switch-input:checked + .custom-switch-btn {
  background: #6cc644;
}
.custom-switch .custom-switch-input:checked + .custom-switch-btn:after {
  left: 30px;
}
.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-checked {
  opacity: 1;
  height: auto;
}
.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-unchecked {
  display: none;
  opacity: 0;
  height: 0;
}
.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-checked {
  display: none;
  opacity: 0;
  height: 0;
}
.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-unchecked {
  opacity: 1;
  height: auto;
}
.custom-switch .custom-switch-input[disabled] + .custom-switch-btn {
  background: rgba(175, 179, 183, 0.6);
  cursor: default;
}
.custom-switch .custom-switch-input[disabled]:checked + .custom-switch-btn {
  background: rgba(108, 198, 68, 0.4);
}
.custom-switch .custom-switch-input:not([disabled]):focus ~ .custom-switch-btn {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(56, 123, 189, 0.25);
}
.custom-switch .custom-switch-input[required] ~ .custom-switch-btn {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(189, 44, 0, 0.5);
}
.custom-switch .custom-switch-form-text {
  display: inline-block;
  height: 38px;
  margin-left: 0.5rem;
  line-height: 38px;
  vertical-align: top;
}
.custom-switch.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='42.5' y='23.75' font-size='12px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EO%3C/text%3E%3C/svg%3E");
}
.custom-switch.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='18.1333333333' y='23.75' font-size='12px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EI%3C/text%3E%3C/svg%3E");
}
.custom-switch.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='38.8571428571' y='23.75' font-size='12px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EOff%3C/text%3E%3C/svg%3E");
}
.custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='9.7142857143' y='23.75' font-size='12px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EOn%3C/text%3E%3C/svg%3E");
}
.custom-switch.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='38.8571428571' y='23.75' font-size='12px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3ENo%3C/text%3E%3C/svg%3E");
}
.custom-switch.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='9.7142857143' y='23.75' font-size='12px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EYes%3C/text%3E%3C/svg%3E");
}
.custom-switch.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 96px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='38'%3E%3Ctext x='38.8571428571' y='23.75' font-size='12px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EDisabled%3C/text%3E%3C/svg%3E");
}
.custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='38'%3E%3Ctext x='9.7142857143' y='23.75' font-size='12px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EEnabled%3C/text%3E%3C/svg%3E");
}
.custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 58px;
}

.custom-switch-sm {
  line-height: 11px;
}
.custom-switch-sm .custom-switch-input + .custom-switch-btn {
  width: 60px;
  height: 31px;
  padding: 3px;
  border-radius: 62px;
}
.custom-switch-sm .custom-switch-input + .custom-switch-btn:after, .custom-switch-sm .custom-switch-input + .custom-switch-btn:before {
  width: 23px;
  height: 23px;
}
.custom-switch-sm .custom-switch-input + .custom-switch-btn:after {
  left: 2px;
}
.custom-switch-sm .custom-switch-input:checked + .custom-switch-btn:after {
  left: 29px;
}
.custom-switch-sm .custom-switch-form-text {
  height: 31px;
  margin-left: 0.5rem;
  line-height: 31px;
}
.custom-switch-sm.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='37.5' y='19.375' font-size='11px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EO%3C/text%3E%3C/svg%3E");
}
.custom-switch-sm.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='16' y='19.375' font-size='11px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EI%3C/text%3E%3C/svg%3E");
}
.custom-switch-sm.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='32.8767123288' y='19.375' font-size='11px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EOff%3C/text%3E%3C/svg%3E");
}
.custom-switch-sm.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='8.5714285714' y='19.375' font-size='11px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EOn%3C/text%3E%3C/svg%3E");
}
.custom-switch-sm.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='32.8767123288' y='19.375' font-size='11px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3ENo%3C/text%3E%3C/svg%3E");
}
.custom-switch-sm.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='8.5714285714' y='19.375' font-size='11px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EYes%3C/text%3E%3C/svg%3E");
}
.custom-switch-sm.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 88px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='31'%3E%3Ctext x='32.8767123288' y='19.375' font-size='11px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EDisabled%3C/text%3E%3C/svg%3E");
}
.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='31'%3E%3Ctext x='8.5714285714' y='19.375' font-size='11px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EEnabled%3C/text%3E%3C/svg%3E");
}
.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 57px;
}

.custom-switch-xs {
  line-height: 10px;
}
.custom-switch-xs .custom-switch-input + .custom-switch-btn {
  width: 48px;
  height: 24px;
  padding: 3px;
  border-radius: 48px;
}
.custom-switch-xs .custom-switch-input + .custom-switch-btn:after, .custom-switch-xs .custom-switch-input + .custom-switch-btn:before {
  width: 18px;
  height: 18px;
}
.custom-switch-xs .custom-switch-input + .custom-switch-btn:after {
  left: 1px;
}
.custom-switch-xs .custom-switch-input:checked + .custom-switch-btn:after {
  left: 24px;
}
.custom-switch-xs .custom-switch-form-text {
  height: 24px;
  margin-left: 0.5rem;
  line-height: 24px;
}
.custom-switch-xs.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='27.4285714286' y='15' font-size='10px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EO%3C/text%3E%3C/svg%3E");
}
.custom-switch-xs.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='12.8' y='15' font-size='10px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EI%3C/text%3E%3C/svg%3E");
}
.custom-switch-xs.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='25.6' y='15' font-size='10px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EOff%3C/text%3E%3C/svg%3E");
}
.custom-switch-xs.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='6.8571428571' y='15' font-size='10px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EOn%3C/text%3E%3C/svg%3E");
}
.custom-switch-xs.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='25.6' y='15' font-size='10px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3ENo%3C/text%3E%3C/svg%3E");
}
.custom-switch-xs.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='6.8571428571' y='15' font-size='10px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EYes%3C/text%3E%3C/svg%3E");
}
.custom-switch-xs.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 76px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='24'%3E%3Ctext x='25.6' y='15' font-size='10px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EDisabled%3C/text%3E%3C/svg%3E");
}
.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='24'%3E%3Ctext x='6.8571428571' y='15' font-size='10px' font-family='Open Sans, Tahoma, Geneva, Helvetica, Arial, sans-serif' fill='white'%3EEnabled%3C/text%3E%3C/svg%3E");
}
.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 52px;
}

.is-invalid .custom-switch .custom-switch-input ~ .custom-switch-btn,
.was-validated .custom-switch:invalid .custom-switch-input ~ .custom-switch-btn {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem #bd2c00;
}

.custom-switch.required {
  margin-left: -0.75rem;
  padding-left: 0.5rem;
  border-left: 0.25rem solid #bd2c00;
}

.custom-switch .custom-switch-input {
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone {
  box-sizing: border-box;
  min-height: 9.75rem;
  padding: 0.5rem;
  border: 0.125rem dashed #387bbd;
  border-radius: 0.25rem;
  background: transparent;
}
.dropzone * {
  box-sizing: border-box;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-color: #6cc644;
  background: rgba(108, 198, 68, 0.15);
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
  color: #6cc644;
}
.dropzone.dz-drag-hover .dz-message span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236cc644' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z'/%3E%3C/svg%3E");
}
.dropzone.is-valid {
  border-color: #6cc644;
}
.dropzone.is-valid .dz-message {
  color: #6cc644;
}
.dropzone.is-valid .dz-message span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236cc644' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z'/%3E%3C/svg%3E");
}
.dropzone.is-invalid {
  border-color: #bd2c00;
}
.dropzone.is-invalid .dz-message {
  color: #bd2c00;
}
.dropzone.is-invalid .dz-message span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23bd2c00' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z'/%3E%3C/svg%3E");
}
.dropzone .dz-message {
  margin-top: 2.25rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  color: #387bbd;
}
.dropzone .dz-message span:before {
  display: block;
  position: relative;
  top: 0;
  left: calc(50% - (2rem / 2));
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23387bbd' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z'/%3E%3C/svg%3E");
  background-size: 2rem 2rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  min-height: 5rem;
  margin: 0.5rem;
  vertical-align: top;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background-color: #7aa7d3;
}
.dropzone .dz-preview.dz-file-preview .dz-image:hover {
  background-color: #387bbd;
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 200ms linear;
}
.dropzone .dz-preview .dz-remove {
  display: block;
  cursor: pointer;
  border: none;
  text-align: center;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 150%;
  color: white;
  opacity: 0;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 4.5rem;
  font-size: 0.875rem;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-size:hover:before,
.dropzone .dz-preview .dz-details .dz-filename:hover:before {
  content: "";
  margin-left: -100%;
}
.dropzone .dz-preview .dz-details .dz-size:hover:after,
.dropzone .dz-preview .dz-details .dz-filename:hover:after {
  content: "";
  margin-right: -100%;
}
.dropzone .dz-preview .dz-details .dz-size:hover span,
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  padding: 0.125rem 0.375rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.125rem;
}
.dropzone .dz-preview .dz-details .dz-size:not(:hover),
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-image {
  overflow: hidden;
  width: 7.5rem;
  height: 7.5rem;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 3rem;
  height: 3rem;
}
.dropzone .dz-preview .dz-success-mark svg * {
  fill: #6cc644;
  fill-opacity: 1;
}
.dropzone .dz-preview .dz-error-mark svg * {
  fill: #bd2c00;
  fill-opacity: 1;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 200ms linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 400ms ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -2.5rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1);
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #6cc644;
  background: linear-gradient(to bottom, #6cc644, #519533);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  top: 8rem;
  left: -0.5rem;
  width: 8.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.175rem;
  background: #bd2c00;
  font-size: 0.875rem;
  color: white;
  opacity: 0;
  transition: opacity 300ms ease;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 3.75rem;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #bd2c00;
}

.has-success .dropzone {
  border-color: #6cc644;
}
.has-success .dropzone .dz-message {
  color: #6cc644;
}
.has-success .dropzone .dz-message span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236cc644' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z'/%3E%3C/svg%3E");
}

.has-danger .dropzone {
  border-color: #bd2c00;
}
.has-danger .dropzone .dz-message {
  color: #bd2c00;
}
.has-danger .dropzone .dz-message span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23bd2c00' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z'/%3E%3C/svg%3E");
}

.dropzone {
  min-height: 4.5rem;
}
.dropzone .dz-message {
  margin-top: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23bd2c00' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") no-repeat 0 0;
}

.form-control-icon[disabled], .form-control-icon[readonly] {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc((1.5em + 0.75rem) * 0.25);
  background-size: calc((1.5em + 0.75rem) * 0.5) calc((1.5em + 0.75rem) * 0.5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23afb3b7' d='M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6zM18 20H6V10h12v10z'/%3E%3C/svg%3E");
}

.form-control-xs {
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25;
  border-radius: 0.125rem;
}

.form-control-lg.form-control-success, .form-control-lg.form-control-warning, .form-control-lg.form-control-danger {
  background-position: center right 0.75rem;
  background-size: 1.5rem 1.5rem;
}

.form-control-xl {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  border-radius: 0.3rem;
}

.form-control-icon-calendar,
.form-control-icon-time,
.form-control-icon-search,
.form-control-icon-lock {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.365rem;
  background-size: 1.5rem 1.5rem;
}

.form-control-icon-calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a8187' d='M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z'/%3E%3C/svg%3E");
}
.form-control-icon-calendar.form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23bd2c00' d='M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z'/%3E%3C/svg%3E");
}

.form-control-icon-time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a8187' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
}
.form-control-icon-time.form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23bd2c00' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
}

.form-control-icon-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a8187' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
}
.form-control-icon-search.form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23bd2c00' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
}

.form-control-icon-lock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a8187' d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E");
}

.form-control-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  letter-spacing: 0.125rem;
}

.form-control-monospace-focus:focus {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  letter-spacing: 0.125rem;
}

.form-group-floating-label {
  position: relative;
}
.form-group-floating-label label {
  display: block;
  position: relative;
  top: 2rem;
  opacity: 0;
  z-index: 0;
  height: 0;
  transition: all 300ms ease;
}
.form-group-floating-label input,
.form-group-floating-label textarea {
  position: relative;
  z-index: 1;
}

.form-group-floating-label-with-value label {
  top: 0;
  height: 1.5rem;
  opacity: 1;
}

.form-control-select:not([multiple]) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(1.5em + 0.75rem);
  margin: 0;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a8187' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.25rem top 0.125rem, 2rem 2rem;
  background-size: auto, 100%;
  border: 1px solid #959a9f;
  border-radius: 0.25rem;
  box-shadow: none;
  box-sizing: border-box;
  appearance: none;
  font-family: "Open Sans", Tahoma, Geneva, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #494d51;
}
.form-control-select:not([multiple]):focus {
  border-color: #9cbdde;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem -moz-mac-focusring;
  color: #494d51;
  outline: none;
}
.form-control-select:not([multiple]) option {
  font-weight: normal;
}

body {
  overflow-x: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 991.98px) {
  html, body, [canvas=container],
[off-canvas] {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  [canvas] {
    z-index: 1;
  }
  [canvas=container] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background-color: #e4e6e7;
    box-shadow: 0 8px 0px 0px white, 0 -8px 0px 0px white, 8px 0 8px -4px rgba(0, 0, 0, 0.2), -8px 0 8px -4px rgba(0, 0, 0, 0.2);
    -webkit-overflow-scrolling: touch;
  }
  [canvas=container]:before, [canvas=container]:after {
    clear: both;
    content: "";
    display: table;
  }
  [off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: #1c3e5f;
    color: white;
    -webkit-overflow-scrolling: touch;
  }
  [off-canvas*=top] {
    width: 100%;
    height: 256px;
    top: 0;
  }
  [off-canvas*=right] {
    width: 256px;
    height: 100%;
    top: 0;
    right: 0;
  }
  [off-canvas*=bottom] {
    width: 100%;
    height: 256px;
    bottom: 0;
  }
  [off-canvas*=left] {
    width: 256px;
    height: 100%;
    top: 0;
    left: 0;
  }
  [off-canvas*=reveal] {
    z-index: 0;
  }
  [off-canvas*=push] {
    z-index: 1;
  }
  [off-canvas*=overlay] {
    z-index: 9999;
  }
  [off-canvas*=shift] {
    z-index: 0;
  }
  [canvas], [off-canvas] {
    transform: translate(0px, 0px);
    transition: transform 300ms;
    -webkit-backface-visibility: hidden;
  }
  [off-canvas*=shift][off-canvas*=top] {
    transform: translate(0px, 50%);
  }
  [off-canvas*=shift][off-canvas*=right] {
    transform: translate(-50%, 0px);
  }
  [off-canvas*=shift][off-canvas*=bottom] {
    transform: translate(0px, -50%);
  }
  [off-canvas*=shift][off-canvas*=left] {
    transform: translate(50%, 0px);
  }
}
@media print and (max-width: 991.98px) {
  [canvas] {
    transform: translate(0px, 0px) !important;
  }
  [off-canvas] {
    display: none !important;
  }
}
nav.offcanvas {
  height: 2.5rem;
}
nav.offcanvas .navbar-toggler {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0.25rem;
  background-size: 100% 100%;
  border: 0;
  border-radius: 0;
}
nav.offcanvas .navbar-toggler.navbar-toggle-offcanvas-right .navbar-toggler-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  background-size: 1.875rem;
  background-position: 0 0.125rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='rgba(255, 255, 255, 0.6)' d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
  .offcanvas-desktop {
    display: none;
  }
  main.container {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  [canvas=mobile],
[off-canvas] {
    display: none;
  }
  main.container {
    margin-top: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  main.container {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  main.container {
    margin-top: 0;
  }
}
[off-canvas*=right] .brand svg {
  fill: rgba(255, 255, 255, 0.6);
}

.tag-editor {
  position: relative;
  overflow: hidden;
  outline: 0;
  min-height: 38px;
  margin: 0;
  padding: 0.125rem 0.25rem 0.125rem 0.0625rem;
  border: 1px solid #959a9f;
  border-radius: 0.25rem;
  background-color: white;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  cursor: text;
  list-style-type: none;
  color: #181a1b;
  font-size: 0.875rem;
  background-image: none;
  background-clip: padding-box;
}
.tag-editor li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0.25rem 0;
}
.tag-editor div {
  float: left;
  margin: 0;
  padding: 0;
}
.tag-editor input {
  vertical-align: inherit;
  border: inherit;
  outline: inherit;
  padding: inherit;
  margin: inherit;
  cursor: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  box-shadow: inherit;
  background: inherit;
  color: inherit;
}
.tag-editor::-ms-clear {
  display: none;
}
.tag-editor .placeholder {
  margin: 0;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  color: #959a9f;
}
.tag-editor .tag-editor-spacer {
  width: 0.5rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: transparent;
}
.tag-editor .tag-editor-tag {
  height: 1.5rem;
  padding: 0 1.5rem 0 0.5rem;
  border: 1px solid #959a9f;
  border-radius: 0.175rem;
  background-color: #cacdcf;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  color: #494d51;
}
.tag-editor .tag-editor-tag.active {
  padding: 0 0 0 0.22rem;
  border-color: transparent !important;
  background: transparent !important;
}
.tag-editor .tag-editor-tag.active + .tag-editor-delete {
  visibility: hidden;
  cursor: text;
}
.tag-editor .tag-editor-tag.active + .tag-editor-delete i {
  visibility: hidden;
  cursor: text;
}
.tag-editor .tag-editor-delete {
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.tag-editor .tag-editor-delete i {
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23bd2c00' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.tag-editor .tag-editor-delete:hover i {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23571400' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}

.tag-editor-hidden-src {
  position: absolute !important;
  left: -99999px;
}

.tag-editor .tag-editor-tag {
  background-color: #e4e6e7;
}

.spinner-border {
  width: 1.375rem;
  height: 1.375rem;
  border-width: 3px;
  vertical-align: bottom;
}

.spinner-border-lg {
  width: 1.75rem;
  height: 1.75rem;
  border-width: 4px;
  vertical-align: bottom;
}

.spinner-border-sm {
  width: 1.125rem;
  height: 1.125rem;
  border-width: 3px;
  vertical-align: bottom;
}

.spinner-border-xs {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 2px;
  vertical-align: bottom;
}

.spinner-grow {
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: bottom;
}

.spinner-grow-lg {
  width: 1.75rem;
  height: 1.75rem;
  vertical-align: bottom;
}

.spinner-grow-sm {
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: bottom;
}

.spinner-grow-xs {
  width: 0.875rem;
  height: 0.875rem;
  vertical-align: bottom;
}

.spinner-aurion {
  height: 3rem;
  width: 3rem;
}

.autocomplete-suggestions {
  border: 1px solid #95bbe0;
  border-radius: 0.25rem;
  background-color: white;
  overflow: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #95bbe0;
}

.autocomplete-suggestion {
  padding: 0.75rem;
  border-bottom: 1px solid #e4e6e7;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 1rem;
  white-space: nowrap;
  overflow: hidden;
  color: #bd2c00;
}

.autocomplete-suggestions {
  color: #494d51;
  line-height: 1;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: black;
}

.autocomplete-group {
  padding: 0.75rem;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #959a9f;
}

.autocomplete-selected {
  background-color: #387bbd;
  color: white;
}
.autocomplete-selected strong {
  color: white;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dt-length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dt-length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dt-search {
  text-align: right;
}
div.dataTables_wrapper div.dt-search label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dt-search input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dt-info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dt-paging {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dt-paging ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead th {
  border-bottom: 0;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  display: block;
  position: absolute;
  right: 4px;
  bottom: 2px;
  font-family: "iconic-sm";
  opacity: 0.6;
}
table.dataTable thead .sorting:after {
  opacity: 0.1;
  content: "\e1f4";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e246";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e247";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  color: #cacdcf;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dt-search, div.dataTables_wrapper div.dt-info, div.dataTables_wrapper div.dt-paging {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}
table.table-bordered.dataTable {
  border-collapse: separate !important;
  border-color: transparent;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
  border-color: white;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0px;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0px;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

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

@media (min-width: 34em) {
  .form-inline .form-control {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .dt-length {
    text-align: left !important;
  }
  .dt-search {
    text-align: right !important;
  }
}
@media (max-width: 576px) {
  .dt-search {
    text-align: left !important;
  }
}
.dataTables_wrapper select.form-control:not([size]):not([multiple]) {
  height: inherit;
}

.mw-2em {
  max-width: 2em;
}

:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.table.dataTable {
  clear: both;
  margin-bottom: 0;
  max-width: none;
  border-spacing: 0;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none;
}

table.table.dataTable > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
}

table.table.dataTable > tbody > tr {
  background-color: transparent;
}

table.table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgb(13, 110, 253);
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}

table.table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
}

table.table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

div.dt-container div.dt-length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dt-container div.dt-length select {
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
}

div.dt-container div.dt-search {
  text-align: right;
}

div.dt-container div.dt-search label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dt-container div.dt-search input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dt-container div.dt-info {
  padding-top: 0.85em;
}

div.dt-container div.dt-paging {
  margin: 0;
}

div.dt-container div.dt-paging ul.pagination {
  margin: 2px 0;
  flex-wrap: wrap;
}

div.dt-container div.dt-row {
  position: relative;
}

div.dt-scroll-head table.dataTable {
  margin-bottom: 0 !important;
}

div.dt-scroll-body {
  border-bottom-color: var(--bs-border-color);
  border-bottom-width: var(--bs-border-width);
  border-bottom-style: solid;
}

div.dt-scroll-body > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dt-scroll-body > table > tbody > tr:first-child {
  border-top-width: 0;
}

div.dt-scroll-body > table > thead > tr {
  border-width: 0 !important;
}

div.dt-scroll-body > table > tbody > tr:last-child > * {
  border-bottom: none;
}

div.dt-scroll-foot > .dt-scroll-footInner {
  box-sizing: content-box;
}

div.dt-scroll-foot > .dt-scroll-footInner > table {
  margin-top: 0 !important;
  border-top: none;
}

div.dt-scroll-foot > .dt-scroll-footInner > table > tfoot > tr:first-child {
  border-top-width: 0 !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-length,
div.dt-container div.dt-search,
div.dt-container div.dt-info,
div.dt-container div.dt-paging {
    text-align: center;
  }
  div.dt-container .row {
    --bs-gutter-y: 0.5rem;
  }
  div.dt-container div.dt-paging ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr th.dt-orderable-asc, table.dataTable.table-sm > thead > tr th.dt-orderable-desc, table.dataTable.table-sm > thead > tr th.dt-ordering-asc, table.dataTable.table-sm > thead > tr th.dt-ordering-desc,
table.dataTable.table-sm > thead > tr td.dt-orderable-asc,
table.dataTable.table-sm > thead > tr td.dt-orderable-desc,
table.dataTable.table-sm > thead > tr td.dt-ordering-asc,
table.dataTable.table-sm > thead > tr td.dt-ordering-desc {
  padding-right: 20px;
}

table.dataTable.table-sm > thead > tr th.dt-orderable-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-orderable-desc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-desc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-orderable-asc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-orderable-desc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-ordering-asc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-ordering-desc span.dt-column-order {
  right: 5px;
}

div.dt-scroll-head table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dt-container > div.row {
  margin: 0;
}

div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dt-container > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

:root[data-bs-theme=dark] {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

/*
 * <%= meta.title %> v<%= meta.version %> Stylesheet
 * Docs & License: <%= meta.homepage %>
 * (c) <%= meta.copyright %>
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed .fc-today {
  background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
  background: rgb(143, 223, 130);
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em; /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default { /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon { /* non-theme */
  position: relative;
  top: -0.05em; /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%; /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box; /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double; /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent; /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none; /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative; /* re-scope all positions */
  width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative; /* for resize handle and other inner positioning */
  display: block; /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad; /* default BORDER color */
  background-color: #3a87ad; /* default BACKGROUND color */
  font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff; /* default TEXT color */
  text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999; /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important; /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3; /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px; /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px; /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px; /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px; /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px; /* overcome top border */
  bottom: -1px; /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px; /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px; /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0; /* spacing between events and edges */
  padding: 0 1px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1; /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
  filter: alpha(opacity=25); /* for IE */
}

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px; /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px; /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2, .fc-toolbar .h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table { /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis { /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal; /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative; /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container { /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
  background: none; /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
  position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start { /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none; /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden; /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - "; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em; /* make the title text the same size as the time */
  padding: 0; /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px; /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/*
 * FullCalendar Scheduler v1.3.3
 * Docs & License: http://fullcalendar.io/scheduler/
 * (c) 2016 Adam Shaw
 */
/* TODO: break this file up */
/* Scroller
--------------------------------------------------------------------------------------------------*/
.fc-scroller-clip {
  overflow: hidden; /* for clipping scrollbars */
  position: relative; /* so things like scrollfollowers can attach to this */
}

/* supresses rendering of native scrollbars */
/* on .fc-scroller */
.fc-no-scrollbars {
  background: rgba(255, 255, 255, 0); /* hack for dynamic DOM nodes (in Chrome OSX at least) */
}

.fc-no-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fc-scroller-canvas {
  position: relative; /* origin for bg */
  box-sizing: border-box; /* so that padding (for gutter) will be part of height */
  min-height: 100%;
}

.fc-scroller-canvas > .fc-bg {
  z-index: 1; /* make default? */
}

.fc-scroller-canvas > .fc-content {
  z-index: 2; /* make default? */
  position: relative; /* origin for inner content */
  border-style: solid;
  border-width: 0;
}

/* for themed, hard to get the border-color, so just forget it (REVISIT) */
.ui-widget .fc-scroller-canvas > .fc-content {
  border-color: transparent;
}

.fc-scroller-canvas.fc-gutter-left > .fc-content {
  border-left-width: 1px;
  margin-left: -1px;
}

.fc-scroller-canvas.fc-gutter-right > .fc-content {
  border-right-width: 1px;
  margin-right: -1px;
}

.fc-scroller-canvas.fc-gutter-top > .fc-content {
  border-top-width: 1px;
  margin-top: -1px;
}

.fc-scroller-canvas.fc-gutter-bottom > .fc-content {
  border-bottom-width: 1px;
  margin-bottom: -1px;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-rtl .fc-timeline {
  direction: rtl;
}

.fc-timeline .fc-divider {
  width: 3px;
  border-style: double; /* overcome neighboring borders */
}

.fc-timeline .fc-head > tr > .fc-divider {
  border-bottom: 0;
}

.fc-timeline .fc-body > tr > .fc-divider {
  border-top: 0;
}

.fc-timeline .fc-body .fc-divider.ui-widget-header {
  background-image: none;
}

.fc-scrolled .fc-head .fc-scroller {
  z-index: 2; /* so drop shadow will go above body panes */
}

.fc-timeline.fc-scrolled .fc-head .fc-scroller {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);
}

.fc-timeline .fc-body .fc-scroller {
  z-index: 1;
}

/*
on all tables that expand to the edges, kill the outer border,
because the container elements take care of it
*/
.fc-timeline .fc-scroller-canvas > div > table,
.fc-timeline .fc-scroller-canvas > div > div > table {
  border-style: hidden;
}

/* Table Cell Common
--------------------------------------------------------------------------------------------------*/
.fc-timeline th,
.fc-timeline td {
  white-space: nowrap;
}

.fc-timeline .fc-cell-content {
  overflow: hidden;
}

.fc-timeline .fc-cell-text {
  padding-left: 4px;
  padding-right: 4px;
}

.fc-timeline .fc-col-resizer {
  cursor: col-resize;
}

/*
Cells at the start of a week
TODO: figure out better styling

.fc-ltr .fc-timeline .fc-em-cell div {
	border-left: 3px solid #eee;
	height: 100%;
}
.fc-rtl .fc-timeline .fc-em-cell {
	border-right-width: 3px;
}
*/
/* head */
.fc-timeline th {
  vertical-align: middle;
}

.fc-timeline .fc-head .fc-cell-content {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* body */
.fc-timeline .fc-body .ui-widget-content {
  background-image: none;
}

/* Resource Area
--------------------------------------------------------------------------------------------------*/
.fc-resource-area {
  width: 30%;
}

.fc-resource-area col {
  width: 40%;
  min-width: 70px; /* will be read by JS */
}

.fc-resource-area col.fc-main-col {
  width: 60%; /* make the first column in a nested setup bigger */
}

.fc-flat .fc-expander-space { /* fc-flat is opposite of fc-nested */
  display: none;
}

.fc-ltr .fc-resource-area tr > * {
  text-align: left;
}

.fc-rtl .fc-resource-area tr > * {
  text-align: right;
}

.fc-resource-area .fc-cell-content {
  padding-left: 4px;
  padding-right: 4px;
}

/* head */
.fc-resource-area .fc-super th {
  text-align: center;
}

.fc-resource-area th > div {
  position: relative;
}

.fc-resource-area th .fc-cell-content {
  position: relative;
  z-index: 1;
}

.fc-resource-area th .fc-col-resizer {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 5px;
}

.fc-ltr .fc-resource-area th .fc-col-resizer {
  right: -3px;
}

.fc-rtl .fc-resource-area th .fc-col-resizer {
  left: -3px;
}

/* body */
tr.fc-collapsed > td,
tr.fc-transitioning > td { /* during the transition */
  overflow: hidden; /* prevents absolutely-positioned events from bleeding out */
}

tr.fc-transitioning > td > div {
  transition: margin-top 0.2s;
}

tr.fc-collapsed > td > div {
  margin-top: -10px;
}

.fc-body .fc-resource-area .fc-cell-content { /* might BE the cell */
  padding-top: 8px;
  padding-bottom: 8px;
}

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content { /* might BE the cell */
  padding-top: 5px;
  padding-bottom: 5px;
}

.fc-resource-area .fc-icon { /* the expander and spacers before the expander */
  width: 1em; /* ensure constant width, esp for empty icons */
  font-size: 0.9em;
  vertical-align: middle;
  margin-top: -1%;
}

.fc-resource-area .fc-expander {
  cursor: pointer;
  color: #666; /* for the icon within */
}

/* Time Area
--------------------------------------------------------------------------------------------------*/
.fc-time-area col {
  min-width: 2.2em; /* detected by JS */
}

/* head */
.fc-ltr .fc-time-area .fc-chrono th {
  text-align: left;
}

.fc-rtl .fc-time-area .fc-chrono th {
  text-align: right;
}

/* body slats (vertical lines) */
.fc-time-area .fc-slats { /* fc-bg is responsible for a lot of this now! */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-time-area .fc-slats table {
  height: 100%;
}

.fc-time-area .fc-slats .fc-minor {
  border-style: dotted;
}

.fc-time-area .fc-slats td {
  border-width: 0 1px; /* need to do this. sometimes -1 margin wouldn't hide the dotted */
}

.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: 0;
}

.fc-rtl .fc-time-area .fc-slats td {
  border-left-width: 0;
}

/* body content containers
   can be within rows or directly within the pane's content
*/
.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
  position: absolute;
  z-index: 2; /* only for directly within pane. not for row. overridden later */
  top: 0;
  bottom: 0;
  width: 0;
}

.fc-ltr .fc-time-area .fc-helper-container,
.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-highlight-container {
  left: 0;
}

.fc-rtl .fc-time-area .fc-helper-container,
.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-highlight-container {
  right: 0;
}

.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* body resource rows */
.fc-time-area .fc-rows {
  position: relative;
  z-index: 3;
}

.fc-time-area .fc-rows .ui-widget-content {
  background: none;
}

.fc-time-area .fc-rows td > div {
  position: relative;
}

.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
  z-index: 1;
}

.fc-time-area .fc-event-container {
  position: relative;
  z-index: 2; /* above bgevent and highlight */
  width: 0; /* for event positioning. will end up on correct side based on dir */
}

.fc-time-area .fc-helper-container { /* also an fc-event-container */
  position: absolute;
  z-index: 3;
  top: 0;
}

.fc-time-area .fc-event-container {
  padding-bottom: 8px;
  top: -1px;
}

.fc-time-area tr:first-child .fc-event-container {
  top: 0;
}

.fc-no-overlap .fc-time-area .fc-event-container {
  padding-bottom: 0;
  top: 0;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-timeline .fc-now-indicator { /* both the arrow and the line */
  z-index: 3; /* one above scroller's fc-content */
  top: 0;
}

.fc-time-area .fc-now-indicator-arrow {
  margin: 0 -6px; /* 5, then one more to counteract scroller's negative margins */
  /* triangle pointing down... */
  border-width: 6px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
}

.fc-time-area .fc-now-indicator-line {
  margin: 0 -1px; /* counteract scroller's negative margins */
  bottom: 0;
  border-left-width: 1px;
}

/* Time Grid Events
--------------------------------------------------------------------------------------------------*/
.fc-timeline-event {
  position: absolute;
  border-radius: 0;
  padding: 2px 0;
  margin-bottom: 1px;
}

.fc-no-overlap .fc-timeline-event {
  padding: 5px 0;
  margin-bottom: 0;
}

/* don't overlap grid lines at the event's end */
.fc-ltr .fc-timeline-event {
  margin-right: 1px;
}

.fc-rtl .fc-timeline-event {
  margin-left: 1px;
}

.fc-timeline-event .fc-content {
  padding: 0 1px;
  white-space: nowrap;
  overflow: hidden;
}

.fc-timeline-event .fc-time {
  font-weight: bold;
  padding: 0 1px;
}

.fc-rtl .fc-timeline-event .fc-time {
  display: inline-block; /* will force it on the other side */
}

.fc-timeline-event .fc-title {
  padding: 0 1px;
}

.fc-timeline-event.fc-selected .fc-bg {
  display: none; /* hide semi-white background, to appear darker */
}

/* follower logic */
.fc-ltr .fc-timeline-event .fc-title {
  padding-left: 10px;
  margin-left: -8px;
}

.fc-rtl .fc-timeline-event .fc-title {
  padding-right: 10px;
  margin-right: -8px;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
  margin-left: -2px;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
  margin-right: -2px;
}

.fc-timeline-event.fc-not-start .fc-title,
.fc-body .fc-time-area .fc-following {
  position: relative;
}

.fc-timeline-event.fc-not-start .fc-title:before,
.fc-body .fc-time-area .fc-following:before { /* generic arrow */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.5;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title:before,
.fc-ltr .fc-body .fc-time-area .fc-following:before { /* LTR. left pointing arrow */
  border-left: 0;
  left: 2px;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title:before,
.fc-rtl .fc-body .fc-time-area .fc-following:before { /* RTL. right pointing arrow */
  border-right: 0;
  right: 2px;
}

/* License Message
--------------------------------------------------------------------------------------------------*/
.fc-license-message {
  position: absolute;
  z-index: 99999;
  bottom: 1px;
  left: 1px;
  background: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 0;
  padding: 2px 4px;
  font-size: 12px;
  border-top-right-radius: 3px;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #387bbd;
  box-shadow: 1px 0 0 #387bbd, -1px 0 0 #387bbd, 0 1px 0 #387bbd, 0 -1px 0 #387bbd, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #387bbd;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #387bbd;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #387bbd;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #387bbd;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #387bbd;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  fill: rgba(255, 255, 255, 0.8);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.8);
  fill: rgba(255, 255, 255, 0.8);
}

.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bd2c00;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #fff;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(199, 132, 66, 0.1);
}

.numInputWrapper span:active {
  background: rgba(199, 132, 66, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.numInputWrapper:hover {
  background: rgba(199, 132, 66, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(199, 132, 66, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.8);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #387bbd;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #1c3d5e;
  border-color: #1c3d5e;
}

.flatpickr-day.today {
  border-color: #bd2c00;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bd2c00;
  background: #bd2c00;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #fff;
  box-shadow: none;
  color: #387bbd;
  border-color: #fff;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #fff;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #1c3d5e, 5px 0 0 #1c3d5e;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #fff, 5px 0 0 #fff;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #387bbd;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #fff;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #fff;
  font-weight: bold;
  width: 2%;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #224a72;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-moz-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-day.today:not(.selected) {
  background-color: #bd2c00;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  z-index: 1000;
}
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: -32px;
  margin-left: -16px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #387bbd;
  animation: spinner 0.75s linear infinite;
}

.spinner-sm:before {
  width: 16px;
  height: 16px;
  margin-top: -16px;
  margin-left: -16px;
  border-width: 2px;
}

.spinner-lg:before {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  border-width: 6px;
}

[off-canvas] h6, [off-canvas] .h6 {
  color: rgba(255, 255, 255, 0.4);
}
[off-canvas] .nav-link {
  padding: 0 1rem;
  color: rgba(255, 255, 255, 0.6);
}
[off-canvas] .nav-link.active {
  font-weight: 700;
  color: white;
}
[off-canvas] .nav-link.active:before {
  display: inline-block;
  top: 0.8rem;
  left: 1.325rem;
  margin-left: -1rem;
  margin-right: 0.25rem;
  line-height: 1;
  vertical-align: baseline;
  content: "\e153";
  font-family: iconic-sm;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  speak: none;
}

.treeview .list-group {
  margin-top: 0;
}
.treeview .list-group-item {
  padding-left: 2.5rem;
}
@media (max-width: 992px) {
  .treeview .list-group-item {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  .treeview .list-group-item {
    padding-top: 0.75rem;
    font-size: 0.75rem;
  }
}
.treeview .list-group-item:not(.node-disabled):hover {
  color: white !important;
}
.treeview .list-group-item:not(.node-disabled):hover .expand-icon.glyphicon-plus::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
}
.treeview .list-group-item:not(.node-disabled):hover .expand-icon.glyphicon-minus::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E");
}
.treeview span.indent {
  float: left;
  width: 1.75rem !important;
  height: 1.5rem;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.treeview span.icon {
  display: none;
  width: 0 !important;
  margin-right: 0.25rem !important;
  margin-left: -0.25rem !important;
}
.treeview span.expand-icon {
  display: inline-block;
}
.treeview span.expand-icon:hover::before {
  background-color: #387bbd;
}
.treeview span.expand-icon::before {
  display: block;
  position: absolute;
  top: 0;
  width: 1.75rem;
  height: 100%;
  margin-left: -2.25rem;
  content: "";
  background-size: 1.75rem 1.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
}
.treeview span.expand-icon.glyphicon-plus::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23387bbd' d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
}
.treeview span.expand-icon.glyphicon-minus::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23387bbd' d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E");
}
.treeview .node-selected {
  font-weight: bold;
}
.treeview .node-selected::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 1.75rem;
  height: 100%;
  content: "";
  background-color: white;
  background-size: 1.75rem 1.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236cc644' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}
.treeview .node-selected:hover {
  background-color: #387bbd !important;
}
.treeview .node-selected:hover::after {
  background-color: #387bbd !important;
}
.treeview .node-disabled {
  cursor: not-allowed;
}

.placeholder {
  position: relative;
  overflow: hidden;
  background-color: white;
}
.placeholder::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  animation: placeholder_animation 1500ms linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 47%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 53%) 50% 50%;
}
.placeholder .placeholder-text {
  height: 0.5rem;
  border-radius: 0.175rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.placeholder ins.placeholder-text {
  text-decoration: none;
}
.placeholder .placeholder-text-sm {
  height: 0.25rem;
}
.placeholder .placeholder-text-lg {
  height: 1rem;
}
.placeholder .placeholder-avatar {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.1);
}

@keyframes placeholder_animation {
  0% {
    transform: translate3d(-25%, 0, 0);
  }
  100% {
    transform: translate3d(25%, 0, 0);
  }
}
.bg-applicants .placeholder {
  background-color: #953c92;
}
.bg-applicants .placeholder::before {
  background: linear-gradient(to right, rgba(149, 60, 146, 0) 47%, rgba(149, 60, 146, 0.75) 50%, rgba(149, 60, 146, 0) 53%) 50% 50%;
}

.toast-dialog {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 64px;
  height: 64px;
  transform: translateY(70px);
  transition: all 300ms ease-out;
  border-radius: 50%;
  background-color: #5bc0de;
  z-index: 1070;
}
.toast-dialog .toast-dialog-button {
  text-align: center;
  line-height: 1;
  color: white;
}
.toast-dialog .toast-dialog-button i {
  font-size: 1.5rem;
}
.toast-dialog .toast-dialog-button span {
  display: block;
  font-size: 0.75rem;
}
.toast-dialog.enter {
  transform: translateY(0);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.toast-dialog.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.toast-dialog.expand {
  width: 320px;
  height: 480px;
  max-height: 480px;
  border-radius: 0.175rem;
  background-color: transparent;
  cursor: auto;
}
.toast-dialog .toast {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  max-width: 320px;
  height: 1px;
  margin: auto;
  background-color: white;
  border-radius: 50%;
  border: 0;
  opacity: 1;
  transition: all 300ms ease-out;
  backdrop-filter: none;
}
.toast-dialog .toast.enter {
  border-radius: 0.175rem;
  width: auto;
  height: auto;
}
.toast-dialog .toast-header {
  background-color: #5bc0de;
}
.toast-dialog .toast-body {
  background-color: white;
  overflow: auto;
}

@keyframes show-chat-even {
  0% {
    margin-left: -320px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes show-chat-even {
  0% {
    margin-left: -320px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -320px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes show-chat-odd {
  0% {
    margin-right: -320px;
  }
  100% {
    margin-right: 0;
  }
}
@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -320px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -320px;
  }
  100% {
    margin-right: 0;
  }
}
/*
 *
 *
 *
 * Aurion UI
 * Version: 1.5.6
 * Copyright 2015-19 Aurion
 *
 *
 *
 */
/*
 *
 * Aurion UI — Custom
 *
 */
.back-col {
  z-index: 1000;
}

.inbox-col {
  z-index: 1000;
}
.inbox-col .navbar {
  padding: 1rem;
}

.message-col {
  z-index: 1010;
}
.message-col .navbar {
  padding: 1rem;
}

.message-content-col {
  z-index: 1020;
}
.message-content-col .navbar {
  padding: 1rem;
}

@media (min-width: 992px) {
  .inbox-col .navbar {
    height: 58px;
  }
  .message-col > div {
    min-height: 500px;
    margin: -4px;
  }
  .message-col .navbar {
    height: 66px;
    padding: 1rem 1.25rem;
  }
  .message-content-col > div {
    min-height: 508px;
    margin: -8px -4px;
  }
  .message-content-col .navbar {
    height: 72px;
    padding: 1rem 1.5rem;
  }
}
html.signin svg.logo, html.error svg.logo {
  width: 160px;
  height: 60px;
}
html.signin svg.logo *, html.error svg.logo * {
  fill: #387bbd;
  stroke: transparent;
}
html.signin svg.icon, html.error svg.icon {
  width: 96px;
  height: 96px;
}
@media (max-width: 768px) {
  html.signin svg.icon, html.error svg.icon {
    width: 64px;
    height: 64px;
  }
}
html.signin svg.icon *, html.error svg.icon * {
  fill: rgb(255, 255, 255);
  stroke: transparent;
}
@media (max-width: 768px) {
  html.signin .branding .display-4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  html.signin .animation {
    animation-duration: 0ms;
  }
}
html.signin .footer {
  position: inherit;
  bottom: inherit;
  width: auto;
}
html.error body {
  background-color: #bd2c00;
  color: white;
}
/*# sourceMappingURL=aurion-ui-bundle.css.map */
