/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #4490db;
  --indigo: #3949AB;
  --purple: #C774FF;
  --pink: #FF6B89;
  --red: #ff4040;
  --orange: #F57C00;
  --yellow: #eded47;
  --green: #38D57B;
  --teal: #1AC3FB;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #222c32;
  --blue: #4490db;
  --indigo: #3949AB;
  --purple: #C774FF;
  --pink: #FF6B89;
  --red: #ff4040;
  --orange: #F57C00;
  --yellow: #eded47;
  --green: #38D57B;
  --teal: #1AC3FB;
  --cyan: #17a2b8;
  --primary: #4490db;
  --secondary: #ccc;
  --success: #38D57B;
  --info: #1AC3FB;
  --warning: #F57C00;
  --danger: #ff4040;
  --light: #f4f6f8;
  --dark: #222c32;
  --tertiary: #eded47;
  --quaternary: #FF6B89;
  --quinary: #C774FF;
  --senary: #b37059;
  --septenary: #4d7c92;
  --octonary: #4B64A6;
  --nonary: #FF6BFF;
  --denary: #59B3A6;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1365px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

sup {
  top: -.5em;
}

a {
  color: #4490db;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #226ab1;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-unstyled,
.app-header-nav,
.sidebar-menu,
.treeview-menu {
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a>code {
  color: inherit;
}

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1365px) {
  .container {
    max-width: 1370px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

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

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-tertiary,
.table-tertiary>th,
.table-tertiary>td {
  background-color: #fafacb;
}

.table-hover .table-tertiary:hover {
  background-color: #f8f8b4;
}

.table-hover .table-tertiary:hover>td,
.table-hover .table-tertiary:hover>th {
  background-color: #f8f8b4;
}

.table-quaternary,
.table-quaternary>th,
.table-quaternary>td {
  background-color: #ffd6de;
}

.table-hover .table-quaternary:hover {
  background-color: #ffbdc9;
}

.table-hover .table-quaternary:hover>td,
.table-hover .table-quaternary:hover>th {
  background-color: #ffbdc9;
}

.table-quinary,
.table-quinary>th,
.table-quinary>td {
  background-color: #efd8ff;
}

.table-hover .table-quinary:hover {
  background-color: #e5bfff;
}

.table-hover .table-quinary:hover>td,
.table-hover .table-quinary:hover>th {
  background-color: #e5bfff;
}

.table-senary,
.table-senary>th,
.table-senary>td {
  background-color: #ead7d1;
}

.table-hover .table-senary:hover {
  background-color: #e2c8bf;
}

.table-hover .table-senary:hover>td,
.table-hover .table-senary:hover>th {
  background-color: #e2c8bf;
}

.table-septenary,
.table-septenary>th,
.table-septenary>td {
  background-color: #cddae0;
}

.table-hover .table-septenary:hover {
  background-color: #bdced6;
}

.table-hover .table-septenary:hover>td,
.table-hover .table-septenary:hover>th {
  background-color: #bdced6;
}

.table-octonary,
.table-octonary>th,
.table-octonary>td {
  background-color: #cdd4e6;
}

.table-hover .table-octonary:hover {
  background-color: #bcc5de;
}

.table-hover .table-octonary:hover>td,
.table-hover .table-octonary:hover>th {
  background-color: #bcc5de;
}

.table-nonary,
.table-nonary>th,
.table-nonary>td {
  background-color: #ffd6ff;
}

.table-hover .table-nonary:hover {
  background-color: #ffbdff;
}

.table-hover .table-nonary:hover>td,
.table-hover .table-nonary:hover>th {
  background-color: #ffbdff;
}

.table-denary,
.table-denary>th,
.table-denary>td {
  background-color: #d1eae6;
}

.table-hover .table-denary:hover {
  background-color: #bfe2dc;
}

.table-hover .table-denary:hover>td,
.table-hover .table-denary:hover>th {
  background-color: #bfe2dc;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #171e22;
  border-color: #263239;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

@media (max-width: 1364.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #868e96;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #868e96;
  background-color: #fff;
  border-color: #9eacd3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(75, 100, 166, 0.25);
}

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

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #171e22;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}

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

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

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

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

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

.form-check-input:disabled~.form-check-label {
  color: #868e96;
}

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(56, 213, 123, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #38D57B;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #38D57B;
  box-shadow: 0 0 0 0.2rem rgba(56, 213, 123, 0.25);
}

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

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

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

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #38D57B;
}

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

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

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

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(56, 213, 123, 0.25);
}

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

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(56, 213, 123, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 64, 64, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .custom-select-ms:invalid,
.custom-select.is-invalid {
  border-color: #ff4040;
}

.custom-select-ms.is-invalid {
  border-color: #ff4040;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select-ms:invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff4040;
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 64, 0.25);
}

.custom-select-ms.is-invalid:focus {
  border-color: #ff4040;
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 64, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .custom-select-ms:invalid~.invalid-feedback,
.was-validated .custom-select-ms:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select-ms.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
  display: block;
}

.custom-select-ms.is-invalid~.invalid-tooltip {
  display: block;
}

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 64, 64, 0.25);
}

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

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 64, 0.25);
}

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

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

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

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

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .custom-select-ms {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(75, 100, 166, 0.25);
}

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

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

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #4490db;
  border-color: #4490db;
}

.btn-primary:hover {
  color: #fff;
  background-color: #287dd1;
  border-color: #2677c6;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 144, 219, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #4490db;
  border-color: #4490db;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2677c6;
  border-color: #2470bb;
}

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

.btn-secondary {
  color: #171e22;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #171e22;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}

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

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #171e22;
  background-color: #ccc;
  border-color: #ccc;
}

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

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

.btn-success {
  color: #fff;
  background-color: #38D57B;
  border-color: #38D57B;
}

.btn-success:hover {
  color: #fff;
  background-color: #28bf68;
  border-color: #26b463;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 213, 123, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #38D57B;
  border-color: #38D57B;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #26b463;
  border-color: #24a95d;
}

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

.btn-info {
  color: #fff;
  background-color: #1AC3FB;
  border-color: #1AC3FB;
}

.btn-info:hover {
  color: #fff;
  background-color: #04b1eb;
  border-color: #04a8de;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 195, 251, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #1AC3FB;
  border-color: #1AC3FB;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #04a8de;
  border-color: #049ed2;
}

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

.btn-warning {
  color: #fff;
  background-color: #F57C00;
  border-color: #F57C00;
}

.btn-warning:hover {
  color: #fff;
  background-color: #cf6900;
  border-color: #c26200;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #F57C00;
  border-color: #F57C00;
}

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #ff1a1a;
  border-color: #ff0d0d;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 64, 0.5);
}

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

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

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

.btn-light {
  color: #171e22;
  background-color: #f4f6f8;
  border-color: #f4f6f8;
}

.btn-light:hover {
  color: #171e22;
  background-color: #dde3e9;
  border-color: #d5dde4;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #171e22;
  background-color: #f4f6f8;
  border-color: #f4f6f8;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #171e22;
  background-color: #d5dde4;
  border-color: #cdd6df;
}

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

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

.btn-dark:hover {
  color: #fff;
  background-color: #13181b;
  border-color: #0d1114;
}

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

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0d1114;
  border-color: #080b0c;
}

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

.btn-tertiary {
  color: #171e22;
  background-color: #eded47;
  border-color: #eded47;
}

.btn-tertiary:hover {
  color: #171e22;
  background-color: #eaea24;
  border-color: #e8e819;
}

.btn-tertiary:focus,
.btn-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 71, 0.5);
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #171e22;
  background-color: #eded47;
  border-color: #eded47;
}

.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-tertiary.dropdown-toggle {
  color: #171e22;
  background-color: #e8e819;
  border-color: #dede16;
}

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

.btn-quaternary {
  color: #fff;
  background-color: #FF6B89;
  border-color: #FF6B89;
}

.btn-quaternary:hover {
  color: #fff;
  background-color: #ff456b;
  border-color: #ff3860;
}

.btn-quaternary:focus,
.btn-quaternary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 137, 0.5);
}

.btn-quaternary.disabled,
.btn-quaternary:disabled {
  color: #fff;
  background-color: #FF6B89;
  border-color: #FF6B89;
}

.btn-quaternary:not(:disabled):not(.disabled):active,
.btn-quaternary:not(:disabled):not(.disabled).active,
.show>.btn-quaternary.dropdown-toggle {
  color: #fff;
  background-color: #ff3860;
  border-color: #ff2b56;
}

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

.btn-quinary {
  color: #fff;
  background-color: #C774FF;
  border-color: #C774FF;
}

.btn-quinary:hover {
  color: #fff;
  background-color: #b84eff;
  border-color: #b241ff;
}

.btn-quinary:focus,
.btn-quinary.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 116, 255, 0.5);
}

.btn-quinary.disabled,
.btn-quinary:disabled {
  color: #fff;
  background-color: #C774FF;
  border-color: #C774FF;
}

.btn-quinary:not(:disabled):not(.disabled):active,
.btn-quinary:not(:disabled):not(.disabled).active,
.show>.btn-quinary.dropdown-toggle {
  color: #fff;
  background-color: #b241ff;
  border-color: #ad34ff;
}

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

.btn-senary {
  color: #fff;
  background-color: #b37059;
  border-color: #b37059;
}

.btn-senary:hover {
  color: #fff;
  background-color: #9e5e48;
  border-color: #955944;
}

.btn-senary:focus,
.btn-senary.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 112, 89, 0.5);
}

.btn-senary.disabled,
.btn-senary:disabled {
  color: #fff;
  background-color: #b37059;
  border-color: #b37059;
}

.btn-senary:not(:disabled):not(.disabled):active,
.btn-senary:not(:disabled):not(.disabled).active,
.show>.btn-senary.dropdown-toggle {
  color: #fff;
  background-color: #955944;
  border-color: #8c5440;
}

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

.btn-septenary {
  color: #fff;
  background-color: #4d7c92;
  border-color: #4d7c92;
}

.btn-septenary:hover {
  color: #fff;
  background-color: #406779;
  border-color: #3b6071;
}

.btn-septenary:focus,
.btn-septenary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 146, 0.5);
}

.btn-septenary.disabled,
.btn-septenary:disabled {
  color: #fff;
  background-color: #4d7c92;
  border-color: #4d7c92;
}

.btn-septenary:not(:disabled):not(.disabled):active,
.btn-septenary:not(:disabled):not(.disabled).active,
.show>.btn-septenary.dropdown-toggle {
  color: #fff;
  background-color: #3b6071;
  border-color: #375968;
}

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

.btn-octonary {
  color: #fff;
  background-color: #4B64A6;
  border-color: #4B64A6;
}

.btn-octonary:hover {
  color: #fff;
  background-color: #3f548c;
  border-color: #3b4f83;
}

.btn-octonary:focus,
.btn-octonary.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 100, 166, 0.5);
}

.btn-octonary.disabled,
.btn-octonary:disabled {
  color: #fff;
  background-color: #4B64A6;
  border-color: #4B64A6;
}

.btn-octonary:not(:disabled):not(.disabled):active,
.btn-octonary:not(:disabled):not(.disabled).active,
.show>.btn-octonary.dropdown-toggle {
  color: #fff;
  background-color: #3b4f83;
  border-color: #374a7a;
}

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

.btn-nonary {
  color: #fff;
  background-color: #FF6BFF;
  border-color: #FF6BFF;
}

.btn-nonary:hover {
  color: #fff;
  background-color: #ff45ff;
  border-color: #ff38ff;
}

.btn-nonary:focus,
.btn-nonary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 255, 0.5);
}

.btn-nonary.disabled,
.btn-nonary:disabled {
  color: #fff;
  background-color: #FF6BFF;
  border-color: #FF6BFF;
}

.btn-nonary:not(:disabled):not(.disabled):active,
.btn-nonary:not(:disabled):not(.disabled).active,
.show>.btn-nonary.dropdown-toggle {
  color: #fff;
  background-color: #ff38ff;
  border-color: #ff2bff;
}

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

.btn-denary {
  color: #fff;
  background-color: #59B3A6;
  border-color: #59B3A6;
}

.btn-denary:hover {
  color: #fff;
  background-color: #489e91;
  border-color: #449589;
}

.btn-denary:focus,
.btn-denary.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 179, 166, 0.5);
}

.btn-denary.disabled,
.btn-denary:disabled {
  color: #fff;
  background-color: #59B3A6;
  border-color: #59B3A6;
}

.btn-denary:not(:disabled):not(.disabled):active,
.btn-denary:not(:disabled):not(.disabled).active,
.show>.btn-denary.dropdown-toggle {
  color: #fff;
  background-color: #449589;
  border-color: #408c81;
}

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

.btn-outline-primary {
  color: #4490db;
  background-color: transparent;
  background-image: none;
  border-color: #4490db;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4490db;
  border-color: #4490db;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #4490db;
  background-color: transparent;
}

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

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

.btn-outline-secondary {
  color: #ccc;
  background-color: transparent;
  background-image: none;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #171e22;
  background-color: #ccc;
  border-color: #ccc;
}

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

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

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

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

.btn-outline-success {
  color: #38D57B;
  background-color: transparent;
  background-image: none;
  border-color: #38D57B;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #38D57B;
  border-color: #38D57B;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 213, 123, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #38D57B;
  background-color: transparent;
}

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

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

.btn-outline-info {
  color: #1AC3FB;
  background-color: transparent;
  background-image: none;
  border-color: #1AC3FB;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #1AC3FB;
  border-color: #1AC3FB;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 195, 251, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #1AC3FB;
  background-color: transparent;
}

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

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

.btn-outline-warning {
  color: #F57C00;
  background-color: transparent;
  background-image: none;
  border-color: #F57C00;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #F57C00;
  border-color: #F57C00;
}

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

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

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

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

.btn-outline-danger {
  color: #ff4040;
  background-color: transparent;
  background-image: none;
  border-color: #ff4040;
}

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

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

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

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

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

.btn-outline-light {
  color: #f4f6f8;
  background-color: transparent;
  background-image: none;
  border-color: #f4f6f8;
}

.btn-outline-light:hover {
  color: #171e22;
  background-color: #f4f6f8;
  border-color: #f4f6f8;
}

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

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

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

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

.btn-outline-dark {
  color: #222c32;
  background-color: transparent;
  background-image: none;
  border-color: #222c32;
}

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

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

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

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

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

.btn-outline-tertiary {
  color: #eded47;
  background-color: transparent;
  background-image: none;
  border-color: #eded47;
}

.btn-outline-tertiary:hover {
  color: #171e22;
  background-color: #eded47;
  border-color: #eded47;
}

.btn-outline-tertiary:focus,
.btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 71, 0.5);
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #eded47;
  background-color: transparent;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-outline-tertiary.dropdown-toggle {
  color: #171e22;
  background-color: #eded47;
  border-color: #eded47;
}

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

.btn-outline-quaternary {
  color: #FF6B89;
  background-color: transparent;
  background-image: none;
  border-color: #FF6B89;
}

.btn-outline-quaternary:hover {
  color: #fff;
  background-color: #FF6B89;
  border-color: #FF6B89;
}

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

.btn-outline-quaternary.disabled,
.btn-outline-quaternary:disabled {
  color: #FF6B89;
  background-color: transparent;
}

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

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

.btn-outline-quinary {
  color: #C774FF;
  background-color: transparent;
  background-image: none;
  border-color: #C774FF;
}

.btn-outline-quinary:hover {
  color: #fff;
  background-color: #C774FF;
  border-color: #C774FF;
}

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

.btn-outline-quinary.disabled,
.btn-outline-quinary:disabled {
  color: #C774FF;
  background-color: transparent;
}

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

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

.btn-outline-senary {
  color: #b37059;
  background-color: transparent;
  background-image: none;
  border-color: #b37059;
}

.btn-outline-senary:hover {
  color: #fff;
  background-color: #b37059;
  border-color: #b37059;
}

.btn-outline-senary:focus,
.btn-outline-senary.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 112, 89, 0.5);
}

.btn-outline-senary.disabled,
.btn-outline-senary:disabled {
  color: #b37059;
  background-color: transparent;
}

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

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

.btn-outline-septenary {
  color: #4d7c92;
  background-color: transparent;
  background-image: none;
  border-color: #4d7c92;
}

.btn-outline-septenary:hover {
  color: #fff;
  background-color: #4d7c92;
  border-color: #4d7c92;
}

.btn-outline-septenary:focus,
.btn-outline-septenary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 124, 146, 0.5);
}

.btn-outline-septenary.disabled,
.btn-outline-septenary:disabled {
  color: #4d7c92;
  background-color: transparent;
}

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

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

.btn-outline-octonary {
  color: #4B64A6;
  background-color: transparent;
  background-image: none;
  border-color: #4B64A6;
}

.btn-outline-octonary:hover {
  color: #fff;
  background-color: #4B64A6;
  border-color: #4B64A6;
}

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

.btn-outline-octonary.disabled,
.btn-outline-octonary:disabled {
  color: #4B64A6;
  background-color: transparent;
}

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

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

.btn-outline-nonary {
  color: #FF6BFF;
  background-color: transparent;
  background-image: none;
  border-color: #FF6BFF;
}

.btn-outline-nonary:hover {
  color: #fff;
  background-color: #FF6BFF;
  border-color: #FF6BFF;
}

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

.btn-outline-nonary.disabled,
.btn-outline-nonary:disabled {
  color: #FF6BFF;
  background-color: transparent;
}

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

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

.btn-outline-denary {
  color: #59B3A6;
  background-color: transparent;
  background-image: none;
  border-color: #59B3A6;
}

.btn-outline-denary:hover {
  color: #fff;
  background-color: #59B3A6;
  border-color: #59B3A6;
}

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

.btn-outline-denary.disabled,
.btn-outline-denary:disabled {
  color: #59B3A6;
  background-color: transparent;
}

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

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

.btn-link {
  font-weight: 400;
  color: #4490db;
  background-color: transparent;
}

.btn-link:hover {
  color: #226ab1;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:hover,
.dropdown-item:focus {
  color: #0d1113;
  text-decoration: none;
  background-color: #eef1f4;
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #171e22;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-select-ms,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

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

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-select-ms,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select-ms+.form-control,
.input-group>.custom-select-ms+.custom-select,
.input-group>.custom-select-ms+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-select-ms,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #868e96;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #4B64A6;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(75, 100, 166, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #c1cae3;
}

.custom-control-input:disabled~.custom-control-label {
  color: #868e96;
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #4B64A6;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  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='%23fff' 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-label::before {
  background-color: #4B64A6;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  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='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(68, 144, 219, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(68, 144, 219, 0.5);
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #4B64A6;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  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='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(68, 144, 219, 0.5);
}

.select2 {
  display: inline-block;
  width: 100% !important;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
  line-height: 1.5;
  color: #868e96 !important;
  vertical-align: middle !important;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23222c32' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e9ecef !important;
  border-radius: 0.25rem !important;
  appearance: none !important;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #868e96;
  vertical-align: middle;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23222c32' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select-ms {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #868e96;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23222c32' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #9eacd3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(158, 172, 211, 0.5);
}

.custom-select-ms:focus {
  border-color: #9eacd3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(158, 172, 211, 0.5);
}

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

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

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

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

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

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

.custom-file-input:focus~.custom-file-label {
  border-color: #9eacd3;
  box-shadow: 0 0 0 0.2rem rgba(75, 100, 166, 0.25);
}

.custom-file-input:focus~.custom-file-label::after {
  border-color: #9eacd3;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #868e96;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #868e96;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #e9ecef;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #4B64A6;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(75, 100, 166, 0.25);
}

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

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #4B64A6;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(75, 100, 166, 0.25);
}

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #4B64A6;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(75, 100, 166, 0.25);
}

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

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

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

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

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

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

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

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

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

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

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

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

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

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

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

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

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

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
  }

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

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

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
  }

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

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

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }

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

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

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
  }

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

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

@media (max-width: 1364.98px) {

  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid {
    flex-wrap: nowrap;
  }

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

.navbar-dark .navbar-brand {
  color: 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.75);
}

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

.navbar-dark .navbar-text a {
  color: white;
}

.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: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 10px;
}

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

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-group {
    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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-top,
  .card-group>.card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-bottom,
  .card-group>.card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-top,
  .card-group>.card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-bottom,
  .card-group>.card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group>.card:only-child {
    border-radius: 0.25rem;
  }

  .card-group>.card:only-child .card-img-top,
  .card-group>.card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group>.card:only-child .card-img-bottom,
  .card-group>.card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #4490db;
  background-color: #fff;
  border: 0 solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #226ab1;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4B64A6;
  border-color: #4B64A6;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #4490db;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2677c6;
}

.badge-secondary {
  color: #171e22;
  background-color: #ccc;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #171e22;
  text-decoration: none;
  background-color: #b3b3b3;
}

.badge-success {
  color: #fff;
  background-color: #38D57B;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #26b463;
}

.badge-info {
  color: #fff;
  background-color: #1AC3FB;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #04a8de;
}

.badge-warning {
  color: #fff;
  background-color: #F57C00;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c26200;
}

.badge-danger {
  color: #fff;
  background-color: #ff4040;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ff0d0d;
}

.badge-light {
  color: #171e22;
  background-color: #f4f6f8;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #171e22;
  text-decoration: none;
  background-color: #d5dde4;
}

.badge-dark {
  color: #fff;
  background-color: #222c32;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0d1114;
}

.badge-tertiary {
  color: #171e22;
  background-color: #eded47;
}

.badge-tertiary[href]:hover,
.badge-tertiary[href]:focus {
  color: #171e22;
  text-decoration: none;
  background-color: #e8e819;
}

.badge-quaternary {
  color: #fff;
  background-color: #FF6B89;
}

.badge-quaternary[href]:hover,
.badge-quaternary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ff3860;
}

.badge-quinary {
  color: #fff;
  background-color: #C774FF;
}

.badge-quinary[href]:hover,
.badge-quinary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b241ff;
}

.badge-senary {
  color: #fff;
  background-color: #b37059;
}

.badge-senary[href]:hover,
.badge-senary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #955944;
}

.badge-septenary {
  color: #fff;
  background-color: #4d7c92;
}

.badge-septenary[href]:hover,
.badge-septenary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3b6071;
}

.badge-octonary {
  color: #fff;
  background-color: #4B64A6;
}

.badge-octonary[href]:hover,
.badge-octonary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3b4f83;
}

.badge-nonary {
  color: #fff;
  background-color: #FF6BFF;
}

.badge-nonary[href]:hover,
.badge-nonary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ff38ff;
}

.badge-denary {
  color: #fff;
  background-color: #59B3A6;
}

.badge-denary[href]:hover,
.badge-denary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #449589;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #234b72;
  background-color: #dae9f8;
  border-color: #cbe0f5;
}

.alert-primary hr {
  border-top-color: #b6d3f1;
}

.alert-primary .alert-link {
  color: #17314b;
}

.alert-secondary {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #f1f1f1;
}

.alert-secondary hr {
  border-top-color: #e4e4e4;
}

.alert-secondary .alert-link {
  color: #515151;
}

.alert-success {
  color: #1d6f40;
  background-color: #d7f7e5;
  border-color: #c7f3da;
}

.alert-success hr {
  border-top-color: #b2efcc;
}

.alert-success .alert-link {
  color: #124729;
}

.alert-info {
  color: #0e6583;
  background-color: #d1f3fe;
  border-color: #bfeefe;
}

.alert-info hr {
  border-top-color: #a6e7fe;
}

.alert-info .alert-link {
  color: #094155;
}

.alert-warning {
  color: #7f4000;
  background-color: #fde5cc;
  border-color: #fcdab8;
}

.alert-warning hr {
  border-top-color: #fbcda0;
}

.alert-warning .alert-link {
  color: #4c2600;
}

.alert-danger {
  color: #852121;
  background-color: #ffd9d9;
  border-color: #ffcaca;
}

.alert-danger hr {
  border-top-color: #ffb1b1;
}

.alert-danger .alert-link {
  color: #5c1717;
}

.alert-light {
  color: #7f8081;
  background-color: #fdfdfe;
  border-color: #fcfcfd;
}

.alert-light hr {
  border-top-color: #ededf3;
}

.alert-light .alert-link {
  color: #666767;
}

.alert-dark {
  color: #12171a;
  background-color: #d3d5d6;
  border-color: #c1c4c6;
}

.alert-dark hr {
  border-top-color: #b4b7ba;
}

.alert-dark .alert-link {
  color: black;
}

.alert-tertiary {
  color: #7b7b25;
  background-color: #fbfbda;
  border-color: #fafacb;
}

.alert-tertiary hr {
  border-top-color: #f8f8b4;
}

.alert-tertiary .alert-link {
  color: #545419;
}

.alert-quaternary {
  color: #853847;
  background-color: #ffe1e7;
  border-color: #ffd6de;
}

.alert-quaternary hr {
  border-top-color: #ffbdc9;
}

.alert-quaternary .alert-link {
  color: #612934;
}

.alert-quinary {
  color: #673c85;
  background-color: #f4e3ff;
  border-color: #efd8ff;
}

.alert-quinary hr {
  border-top-color: #e5bfff;
}

.alert-quinary .alert-link {
  color: #4c2c62;
}

.alert-senary {
  color: #5d3a2e;
  background-color: #f0e2de;
  border-color: #ead7d1;
}

.alert-senary hr {
  border-top-color: #e2c8bf;
}

.alert-senary .alert-link {
  color: #3b251d;
}

.alert-septenary {
  color: #28404c;
  background-color: #dbe5e9;
  border-color: #cddae0;
}

.alert-septenary hr {
  border-top-color: #bdced6;
}

.alert-septenary .alert-link {
  color: #16242b;
}

.alert-octonary {
  color: #273456;
  background-color: #dbe0ed;
  border-color: #cdd4e6;
}

.alert-octonary hr {
  border-top-color: #bcc5de;
}

.alert-octonary .alert-link {
  color: #171f33;
}

.alert-nonary {
  color: #853885;
  background-color: #ffe1ff;
  border-color: #ffd6ff;
}

.alert-nonary hr {
  border-top-color: #ffbdff;
}

.alert-nonary .alert-link {
  color: #612961;
}

.alert-denary {
  color: #2e5d56;
  background-color: #def0ed;
  border-color: #d1eae6;
}

.alert-denary hr {
  border-top-color: #bfe2dc;
}

.alert-denary .alert-link {
  color: #1d3b36;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4490db;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #eef1f4;
}

.list-group-item-action:active {
  color: #171e22;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4B64A6;
  border-color: #4B64A6;
}

#notifications .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #0d1114;
  border-bottom: 2px solid #2b2b2b;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #234b72;
  background-color: #cbe0f5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #234b72;
  background-color: #b6d3f1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #234b72;
  border-color: #234b72;
}

.list-group-item-secondary {
  color: #6a6a6a;
  background-color: #f1f1f1;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #6a6a6a;
  background-color: #e4e4e4;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.list-group-item-success {
  color: #1d6f40;
  background-color: #c7f3da;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #1d6f40;
  background-color: #b2efcc;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d6f40;
  border-color: #1d6f40;
}

.list-group-item-info {
  color: #0e6583;
  background-color: #bfeefe;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0e6583;
  background-color: #a6e7fe;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0e6583;
  border-color: #0e6583;
}

.list-group-item-warning {
  color: #7f4000;
  background-color: #fcdab8;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7f4000;
  background-color: #fbcda0;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f4000;
  border-color: #7f4000;
}

.list-group-item-danger {
  color: #852121;
  background-color: #ffcaca;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #852121;
  background-color: #ffb1b1;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852121;
  border-color: #852121;
}

.list-group-item-light {
  color: #7f8081;
  background-color: #fcfcfd;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7f8081;
  background-color: #ededf3;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f8081;
  border-color: #7f8081;
}

.list-group-item-dark {
  color: #12171a;
  background-color: #c1c4c6;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #12171a;
  background-color: #b4b7ba;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #12171a;
  border-color: #12171a;
}

.list-group-item-tertiary {
  color: #7b7b25;
  background-color: #fafacb;
}

.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
  color: #7b7b25;
  background-color: #f8f8b4;
}

.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #7b7b25;
  border-color: #7b7b25;
}

.list-group-item-quaternary {
  color: #853847;
  background-color: #ffd6de;
}

.list-group-item-quaternary.list-group-item-action:hover,
.list-group-item-quaternary.list-group-item-action:focus {
  color: #853847;
  background-color: #ffbdc9;
}

.list-group-item-quaternary.list-group-item-action.active {
  color: #fff;
  background-color: #853847;
  border-color: #853847;
}

.list-group-item-quinary {
  color: #673c85;
  background-color: #efd8ff;
}

.list-group-item-quinary.list-group-item-action:hover,
.list-group-item-quinary.list-group-item-action:focus {
  color: #673c85;
  background-color: #e5bfff;
}

.list-group-item-quinary.list-group-item-action.active {
  color: #fff;
  background-color: #673c85;
  border-color: #673c85;
}

.list-group-item-senary {
  color: #5d3a2e;
  background-color: #ead7d1;
}

.list-group-item-senary.list-group-item-action:hover,
.list-group-item-senary.list-group-item-action:focus {
  color: #5d3a2e;
  background-color: #e2c8bf;
}

.list-group-item-senary.list-group-item-action.active {
  color: #fff;
  background-color: #5d3a2e;
  border-color: #5d3a2e;
}

.list-group-item-septenary {
  color: #28404c;
  background-color: #cddae0;
}

.list-group-item-septenary.list-group-item-action:hover,
.list-group-item-septenary.list-group-item-action:focus {
  color: #28404c;
  background-color: #bdced6;
}

.list-group-item-septenary.list-group-item-action.active {
  color: #fff;
  background-color: #28404c;
  border-color: #28404c;
}

.list-group-item-octonary {
  color: #273456;
  background-color: #cdd4e6;
}

.list-group-item-octonary.list-group-item-action:hover,
.list-group-item-octonary.list-group-item-action:focus {
  color: #273456;
  background-color: #bcc5de;
}

.list-group-item-octonary.list-group-item-action.active {
  color: #fff;
  background-color: #273456;
  border-color: #273456;
}

.list-group-item-nonary {
  color: #853885;
  background-color: #ffd6ff;
}

.list-group-item-nonary.list-group-item-action:hover,
.list-group-item-nonary.list-group-item-action:focus {
  color: #853885;
  background-color: #ffbdff;
}

.list-group-item-nonary.list-group-item-action.active {
  color: #fff;
  background-color: #853885;
  border-color: #853885;
}

.list-group-item-denary {
  color: #2e5d56;
  background-color: #d1eae6;
}

.list-group-item-denary.list-group-item-action:hover,
.list-group-item-denary.list-group-item-action:focus {
  color: #2e5d56;
  background-color: #bfe2dc;
}

.list-group-item-denary.list-group-item-action.active {
  color: #fff;
  background-color: #2e5d56;
  border-color: #2e5d56;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

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

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

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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 .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {

  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {

  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #4490db !important;
}

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

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

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

.bg-success {
  background-color: #38D57B !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-tertiary {
  background-color: #eded47 !important;
}

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

.bg-quaternary {
  background-color: #FF6B89 !important;
}

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

.bg-quinary {
  background-color: #C774FF !important;
}

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

.bg-senary {
  background-color: #b37059 !important;
}

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

.bg-septenary {
  background-color: #4d7c92 !important;
}

a.bg-septenary:hover,
a.bg-septenary:focus,
button.bg-septenary:hover,
button.bg-septenary:focus {
  background-color: #3b6071 !important;
}

.bg-octonary {
  background-color: #4B64A6 !important;
}

a.bg-octonary:hover,
a.bg-octonary:focus,
button.bg-octonary:hover,
button.bg-octonary:focus {
  background-color: #3b4f83 !important;
}

.bg-nonary {
  background-color: #FF6BFF !important;
}

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

.bg-denary {
  background-color: #59B3A6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #4490db !important;
}

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

.border-success {
  border-color: #38D57B !important;
}

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

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

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

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

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

.border-tertiary {
  border-color: #eded47 !important;
}

.border-quaternary {
  border-color: #FF6B89 !important;
}

.border-quinary {
  border-color: #C774FF !important;
}

.border-senary {
  border-color: #b37059 !important;
}

.border-septenary {
  border-color: #4d7c92 !important;
}

.border-octonary {
  border-color: #4B64A6 !important;
}

.border-nonary {
  border-color: #FF6BFF !important;
}

.border-denary {
  border-color: #59B3A6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1365px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1365px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1365px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: 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;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1365px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1365px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #4490db !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2677c6 !important;
}

.text-secondary {
  color: #ccc !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #b3b3b3 !important;
}

.text-success {
  color: #38D57B !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #26b463 !important;
}

.text-info {
  color: #1AC3FB !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #04a8de !important;
}

.text-warning {
  color: #F57C00 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #c26200 !important;
}

.text-danger {
  color: #ff4040 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #ff0d0d !important;
}

.text-light {
  color: #f4f6f8 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d5dde4 !important;
}

.text-dark {
  color: #222c32 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #0d1114 !important;
}

.text-tertiary {
  color: #eded47 !important;
}

a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #e8e819 !important;
}

.text-quaternary {
  color: #FF6B89 !important;
}

a.text-quaternary:hover,
a.text-quaternary:focus {
  color: #ff3860 !important;
}

.text-quinary {
  color: #C774FF !important;
}

a.text-quinary:hover,
a.text-quinary:focus {
  color: #b241ff !important;
}

.text-senary {
  color: #b37059 !important;
}

a.text-senary:hover,
a.text-senary:focus {
  color: #955944 !important;
}

.text-septenary {
  color: #4d7c92 !important;
}

a.text-septenary:hover,
a.text-septenary:focus {
  color: #3b6071 !important;
}

.text-octonary {
  color: #4B64A6 !important;
}

a.text-octonary:hover,
a.text-octonary:focus {
  color: #3b4f83 !important;
}

.text-nonary {
  color: #FF6BFF !important;
}

a.text-nonary:hover,
a.text-nonary:focus {
  color: #ff38ff !important;
}

.text-denary {
  color: #59B3A6 !important;
}

a.text-denary:hover,
a.text-denary:focus {
  color: #449589 !important;
}

.text-body {
  color: #171e22 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}

.bg-gray-100 {
  background-color: #eef1f4 !important;
}

a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #cfd8e0 !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #cbd3da !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

a.bg-gray-300:hover,
a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #c1c9d0 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #919ca6 !important;
}

.bg-gray-600 {
  background-color: #868e96 !important;
}

a.bg-gray-600:hover,
a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

a.bg-gray-700:hover,
a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #32373b !important;
}

.bg-gray-800 {
  background-color: #222c32 !important;
}

a.bg-gray-800:hover,
a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #0d1114 !important;
}

.bg-gray-900 {
  background-color: #171e22 !important;
}

a.bg-gray-900:hover,
a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #020304 !important;
}

.bg-gray-1000 {
  background-color: #151515 !important;
}

a.bg-gray-1000:hover,
a.bg-gray-1000:focus,
button.bg-gray-1000:hover,
button.bg-gray-1000:focus {
  background-color: black !important;
}

.bg-light {
  background-color: #f4f6f8 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d5dde4 !important;
}

.bg-dark {
  background-color: #292b2c !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #101112 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-gradient-gray-100 {
  background: #eef1f4 linear-gradient(180deg, #f1f3f6, #eef1f4) repeat-x !important;
}

.bg-gradient-gray-200 {
  background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x !important;
}

.bg-gradient-gray-300 {
  background: #dee2e6 linear-gradient(180deg, #e3e6ea, #dee2e6) repeat-x !important;
}

.bg-gradient-gray-400 {
  background: #ced4da linear-gradient(180deg, #d5dae0, #ced4da) repeat-x !important;
}

.bg-gradient-gray-500 {
  background: #adb5bd linear-gradient(180deg, #b9c0c7, #adb5bd) repeat-x !important;
}

.bg-gradient-gray-600 {
  background: #868e96 linear-gradient(180deg, #989fa6, #868e96) repeat-x !important;
}

.bg-gradient-gray-700 {
  background: #495057 linear-gradient(180deg, #646a70, #495057) repeat-x !important;
}

.bg-gradient-gray-800 {
  background: #222c32 linear-gradient(180deg, #434c51, #222c32) repeat-x !important;
}

.bg-gradient-gray-900 {
  background: #171e22 linear-gradient(180deg, #3a4043, #171e22) repeat-x !important;
}

.bg-gradient-gray-1000 {
  background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x !important;
}

.bg-gradient-light {
  background: #f4f6f8 linear-gradient(180deg, #f6f7f9, #f4f6f8) repeat-x !important;
}

.bg-gradient-dark {
  background: #292b2c linear-gradient(180deg, #494b4c, #292b2c) repeat-x !important;
}

.bg-gradient-white {
  background: #fff linear-gradient(180deg, white, #fff) repeat-x !important;
}

.bg-gradient-black {
  background: #000 linear-gradient(180deg, #262626, #000) repeat-x !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-page {
  background-color: #f5f7fa;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-opacity-100 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-opacity-200 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-opacity-300 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-opacity-400 {
  background-color: rgba(0, 0, 0, 0.35);
}

.bg-opacity-500 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-opacity-600 {
  background-color: rgba(0, 0, 0, 0.45);
}

.bg-opacity-700 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-opacity-800 {
  background-color: rgba(0, 0, 0, 0.55);
}

.bg-opacity-900 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-lighter-100 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-lighter-200 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-lighter-300 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-lighter-400 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-lighter-500 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-lighter-600 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-lighter-700 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-lighter-800 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-lighter-900 {
  background-color: rgba(255, 255, 255, 0.9);
}

.background-light-pattern {
  background: url("../img/background/pattern-light.jpg") repeat;
}

.background-colored-pattern {
  background: url("../img/background/pattern-colored.jpg") repeat;
}

.numberCircle {
  display: block;
  font: 10px Arial, sans-serif;
  width: 2em;
  height: 2em;
  box-sizing: initial;
  text-align: center;
  border-radius: 50%;
  line-height: 2em;
  box-sizing: content-box;
}

.shadow-1 {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-5 {
  box-shadow: 4px 8px 20px 5px rgba(80, 90, 100, 0.18);
}

.onHover-shadow {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.onHover-shadow:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.inset-shadow-bar {
  -moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
  -webkit-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
  box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }
}

@media (min-width: 1365px) {
  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .h-xxl-25 {
    height: 25% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .h-xxl-75 {
    height: 75% !important;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .h-xxl-auto {
    height: auto !important;
  }
}

.vh-25 {
  min-height: 25vh;
}

.vh-35 {
  min-height: 35vh;
}

.vh-50 {
  min-height: 50vh;
}

.vh-60 {
  min-height: 60vh;
}

.vh-75 {
  min-height: 75vh;
}

.vh-100 {
  min-height: 100vh;
}

.vh-25 {
  min-height: 25vh !important;
}

.vh-35 {
  min-height: 35vh !important;
}

.vh-50 {
  min-height: 50vh !important;
}

.vh-60 {
  min-height: 60vh !important;
}

.vh-75 {
  min-height: 75vh !important;
}

.vh-100 {
  min-height: 100vh !important;
}

@media (min-width: 576px) {
  .vh-sm-25 {
    min-height: 25vh !important;
  }

  .vh-sm-35 {
    min-height: 35vh !important;
  }

  .vh-sm-50 {
    min-height: 50vh !important;
  }

  .vh-sm-60 {
    min-height: 60vh !important;
  }

  .vh-sm-75 {
    min-height: 75vh !important;
  }

  .vh-sm-100 {
    min-height: 100vh !important;
  }
}

@media (min-width: 768px) {
  .vh-md-25 {
    min-height: 25vh !important;
  }

  .vh-md-35 {
    min-height: 35vh !important;
  }

  .vh-md-50 {
    min-height: 50vh !important;
  }

  .vh-md-60 {
    min-height: 60vh !important;
  }

  .vh-md-75 {
    min-height: 75vh !important;
  }

  .vh-md-100 {
    min-height: 100vh !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-25 {
    min-height: 25vh !important;
  }

  .vh-lg-35 {
    min-height: 35vh !important;
  }

  .vh-lg-50 {
    min-height: 50vh !important;
  }

  .vh-lg-60 {
    min-height: 60vh !important;
  }

  .vh-lg-75 {
    min-height: 75vh !important;
  }

  .vh-lg-100 {
    min-height: 100vh !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-25 {
    min-height: 25vh !important;
  }

  .vh-xl-35 {
    min-height: 35vh !important;
  }

  .vh-xl-50 {
    min-height: 50vh !important;
  }

  .vh-xl-60 {
    min-height: 60vh !important;
  }

  .vh-xl-75 {
    min-height: 75vh !important;
  }

  .vh-xl-100 {
    min-height: 100vh !important;
  }
}

@media (min-width: 1365px) {
  .vh-xxl-25 {
    min-height: 25vh !important;
  }

  .vh-xxl-35 {
    min-height: 35vh !important;
  }

  .vh-xxl-50 {
    min-height: 50vh !important;
  }

  .vh-xxl-60 {
    min-height: 60vh !important;
  }

  .vh-xxl-75 {
    min-height: 75vh !important;
  }

  .vh-xxl-100 {
    min-height: 100vh !important;
  }
}

.stats-height {
  min-height: 250px;
}

.min-width-300 {
  min-width: 300px;
}

.scroll-y-250 {
  height: 250px;
  overflow-y: auto;
}

.full-height {
  height: 75vh;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1365px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-bolder {
  font-weight: 900;
}

.font-italic {
  font-style: italic;
}

.text-spacing-minus {
  letter-spacing: -1px;
}

.text-spacing-normal {
  letter-spacing: normal;
}

.font-spacing-plus {
  letter-spacing: +1px;
}

.text-gray-100 {
  color: #eef1f4 !important;
}

a.text-gray-100:hover,
a.text-gray-100:focus {
  color: #cfd8e0 !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

a.text-gray-200:hover,
a.text-gray-200:focus {
  color: #cbd3da !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

a.text-gray-300:hover,
a.text-gray-300:focus {
  color: #c1c9d0 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

a.text-gray-400:hover,
a.text-gray-400:focus {
  color: #b1bbc4 !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

a.text-gray-500:hover,
a.text-gray-500:focus {
  color: #919ca6 !important;
}

.text-gray-600 {
  color: #868e96 !important;
}

a.text-gray-600:hover,
a.text-gray-600:focus {
  color: #6c757d !important;
}

.text-gray-700 {
  color: #495057 !important;
}

a.text-gray-700:hover,
a.text-gray-700:focus {
  color: #32373b !important;
}

.text-gray-800 {
  color: #222c32 !important;
}

a.text-gray-800:hover,
a.text-gray-800:focus {
  color: #0d1114 !important;
}

.text-gray-900 {
  color: #171e22 !important;
}

a.text-gray-900:hover,
a.text-gray-900:focus {
  color: #020304 !important;
}

.text-gray-1000 {
  color: #151515 !important;
}

a.text-gray-1000:hover,
a.text-gray-1000:focus {
  color: black !important;
}

.text-light {
  color: #f4f6f8 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d5dde4 !important;
}

.text-dark {
  color: #292b2c !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #101112 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: black !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: #101112 !important;
}

.text-break {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 30s linear infinite normal;
}

.ml--1 {
  margin-left: -0.25em;
}

.mr--1 {
  margin-right: -0.25em;
}

.mt--1 {
  margin-top: -1.25em;
}

.mb--1 {
  margin-bottom: -1.25em;
}

.page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f5f7fa;
  background-clip: border-box;
}

.page-body {
  flex: 1 1 auto;
  padding: 3rem 3rem;
}

.page-title {
  font-size: 20px;
  color: #151515;
}

.page-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
  font-weight: 300;
}

.page-header {
  padding: 3rem 3rem 0 3rem;
  margin-bottom: 0;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .page-body {
    padding: 1rem 1rem;
  }
}

@media (min-width: 992px) {
  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }

  .app.sidenav-toggled .left-sidebar {
    left: -250px;
  }

  .app.sidenav-toggled .left-sidebar__overlay {
    visibility: hidden;
  }
}

@media (max-width: 1199.98px) {
  .app {
    overflow-x: hidden;
  }

  .app.sidenav-toggled .left-sidebar {
    left: -250px;
  }

  .app.sidenav-toggled .left-sidebar__overlay {
    visibility: hidden;
  }

  .app .app-content {
    margin-left: 0;
  }

  .app .left-sidebar {
    left: 0;
  }

  .app .left-sidebar__overlay {
    visibility: visible;
  }
}

.app-content {
  min-height: calc(100vh - $margin-top);
  margin-top: 67px;
  transition: margin-left 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .app-content {
    margin-left: 250px;
  }
}

@media (max-width: 1199.98px) {
  .app-content {
    margin-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .app-content {
    margin-top: 67px;
    min-width: 100%;
  }
}

@media print {
  .app-content {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
}

@media (max-width: 1199.98px) {
  .left-sidebar__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
}

.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  z-index: 1030;
  padding-right: 1.5rem;
}

@media (min-width: 992px) {
  .app-header {
    padding-right: 30px;
  }
}

@media print {
  .app-header {
    display: none;
  }
}

.app-header-brand {
  flex: 1 0 auto;
  text-align: center;
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.app-header-brand:hover,
.app-header-brand:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
  .app-header-brand {
    flex: 0 0 auto;
    display: block;
    width: 250px;
  }
}

.app-header-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.app-header-toggler:hover,
.app-header-toggler:focus {
  text-decoration: none;
}

.app-header-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
  padding-top: 35px;
}

.app-header-nav {
  display: flex;
  margin-bottom: 0;
  justify-content: flex-end;
  flex: 1 0 auto;
}

.app-header-nav .nav-link {
  display: block;
  flex: 1 0 auto;
  padding: 10px;
  line-height: 20px;
  height: 65px;
  transition: background-color 0.3s ease;
}

.app-header-nav .nav-link:hover,
.app-header-nav .nav-link:focus {
  background: rgba(150, 150, 150, 0.1);
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  .app-header-nav .nav-link {
    padding: 5px;
  }
}

@media (max-width: 767.98px) {
  .app-header-nav .nav-link {
    padding: 25px 2px;
  }
}

.app-header-form {
  position: relative;
  display: flex;
  align-self: center;
  margin-right: 15px;
  padding: 10px 0;
}

.app-header-form-input {
  padding: 5px;
  padding-right: 30px;
  margin-left: 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.app-header-form-button {
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 8px;
  padding: 0 10px;
  border: 0;
  background: none;
  cursor: pointer;
}

.app-header-white {
  background-color: #fff;
  box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}

.app-header-white .app-header-brand,
.app-header-white .app-header-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.app-header-white .app-header-brand:hover,
.app-header-white .app-header-brand:focus,
.app-header-white .app-header-toggler:hover,
.app-header-white .app-header-toggler:focus {
  color: rgba(0, 0, 0, 0.9);
}

.app-header-white .app-header-nav .nav-link {
  color: #222c32;
}

.app-header-white .app-header-nav .nav-link:hover,
.app-header-white .app-header-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.8);
}

.app-header-white .app-header-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.5);
}

.app-header-white .app-header-nav .show>.nav-link,
.app-header-white .app-header-nav .active>.nav-link,
.app-header-white .app-header-nav .nav-link.show,
.app-header-white .app-header-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.app-header-white .app-header-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.app-header-white .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-white .app-header-form-input {
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.8);
}

.app-header-white .app-header-form-input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.app-header-white .app-header-form-button {
  color: rgba(0, 0, 0, 0.8);
}

.app-header-dark {
  background-color: #495057;
  box-shadow: 0 4px 18px 0px rgba(73, 80, 87, 0.12), 0 7px 10px -5px rgba(73, 80, 87, 0.15);
}

.app-header-dark .app-header-brand,
.app-header-dark .app-header-toggler {
  color: white;
}

.app-header-dark .app-header-brand:hover,
.app-header-dark .app-header-brand:focus,
.app-header-dark .app-header-toggler:hover,
.app-header-dark .app-header-toggler:focus {
  color: white;
}

.app-header-dark .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-dark .app-header-nav .nav-link:hover,
.app-header-dark .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-dark .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-dark .app-header-nav .show>.nav-link,
.app-header-dark .app-header-nav .active>.nav-link,
.app-header-dark .app-header-nav .nav-link.show,
.app-header-dark .app-header-nav .nav-link.active {
  color: white;
}

.app-header-dark .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-dark .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-dark .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-dark .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-dark .app-header-form-button {
  color: #fff;
}

.app-header-primary {
  background-color: #4490db;
  box-shadow: 0 4px 18px 0px rgba(68, 144, 219, 0.12), 0 7px 10px -5px rgba(68, 144, 219, 0.15);
}

.app-header-primary .app-header-brand,
.app-header-primary .app-header-toggler {
  color: white;
}

.app-header-primary .app-header-brand:hover,
.app-header-primary .app-header-brand:focus,
.app-header-primary .app-header-toggler:hover,
.app-header-primary .app-header-toggler:focus {
  color: white;
}

.app-header-primary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-primary .app-header-nav .nav-link:hover,
.app-header-primary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-primary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-primary .app-header-nav .show>.nav-link,
.app-header-primary .app-header-nav .active>.nav-link,
.app-header-primary .app-header-nav .nav-link.show,
.app-header-primary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-primary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-primary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-primary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-primary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-primary .app-header-form-button {
  color: #fff;
}

.app-header-secondary {
  background-color: #ccc;
  box-shadow: 0 4px 18px 0px rgba(204, 204, 204, 0.12), 0 7px 10px -5px rgba(204, 204, 204, 0.15);
}

.app-header-secondary .app-header-brand,
.app-header-secondary .app-header-toggler {
  color: white;
}

.app-header-secondary .app-header-brand:hover,
.app-header-secondary .app-header-brand:focus,
.app-header-secondary .app-header-toggler:hover,
.app-header-secondary .app-header-toggler:focus {
  color: white;
}

.app-header-secondary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-secondary .app-header-nav .nav-link:hover,
.app-header-secondary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-secondary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-secondary .app-header-nav .show>.nav-link,
.app-header-secondary .app-header-nav .active>.nav-link,
.app-header-secondary .app-header-nav .nav-link.show,
.app-header-secondary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-secondary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-secondary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-secondary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-secondary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-secondary .app-header-form-button {
  color: #fff;
}

.app-header-success {
  background-color: #38D57B;
  box-shadow: 0 4px 18px 0px rgba(56, 213, 123, 0.12), 0 7px 10px -5px rgba(56, 213, 123, 0.15);
}

.app-header-success .app-header-brand,
.app-header-success .app-header-toggler {
  color: white;
}

.app-header-success .app-header-brand:hover,
.app-header-success .app-header-brand:focus,
.app-header-success .app-header-toggler:hover,
.app-header-success .app-header-toggler:focus {
  color: white;
}

.app-header-success .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-success .app-header-nav .nav-link:hover,
.app-header-success .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-success .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-success .app-header-nav .show>.nav-link,
.app-header-success .app-header-nav .active>.nav-link,
.app-header-success .app-header-nav .nav-link.show,
.app-header-success .app-header-nav .nav-link.active {
  color: white;
}

.app-header-success .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-success .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-success .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-success .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-success .app-header-form-button {
  color: #fff;
}

.app-header-info {
  background-color: #1AC3FB;
  box-shadow: 0 4px 18px 0px rgba(26, 195, 251, 0.12), 0 7px 10px -5px rgba(26, 195, 251, 0.15);
}

.app-header-info .app-header-brand,
.app-header-info .app-header-toggler {
  color: white;
}

.app-header-info .app-header-brand:hover,
.app-header-info .app-header-brand:focus,
.app-header-info .app-header-toggler:hover,
.app-header-info .app-header-toggler:focus {
  color: white;
}

.app-header-info .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-info .app-header-nav .nav-link:hover,
.app-header-info .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-info .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-info .app-header-nav .show>.nav-link,
.app-header-info .app-header-nav .active>.nav-link,
.app-header-info .app-header-nav .nav-link.show,
.app-header-info .app-header-nav .nav-link.active {
  color: white;
}

.app-header-info .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-info .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-info .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-info .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-info .app-header-form-button {
  color: #fff;
}

.app-header-warning {
  background-color: #F57C00;
  box-shadow: 0 4px 18px 0px rgba(245, 124, 0, 0.12), 0 7px 10px -5px rgba(245, 124, 0, 0.15);
}

.app-header-warning .app-header-brand,
.app-header-warning .app-header-toggler {
  color: white;
}

.app-header-warning .app-header-brand:hover,
.app-header-warning .app-header-brand:focus,
.app-header-warning .app-header-toggler:hover,
.app-header-warning .app-header-toggler:focus {
  color: white;
}

.app-header-warning .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-warning .app-header-nav .nav-link:hover,
.app-header-warning .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-warning .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-warning .app-header-nav .show>.nav-link,
.app-header-warning .app-header-nav .active>.nav-link,
.app-header-warning .app-header-nav .nav-link.show,
.app-header-warning .app-header-nav .nav-link.active {
  color: white;
}

.app-header-warning .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-warning .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-warning .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-warning .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-warning .app-header-form-button {
  color: #fff;
}

.app-header-danger {
  background-color: #ff4040;
  box-shadow: 0 4px 18px 0px rgba(255, 64, 64, 0.12), 0 7px 10px -5px rgba(255, 64, 64, 0.15);
}

.app-header-danger .app-header-brand,
.app-header-danger .app-header-toggler {
  color: white;
}

.app-header-danger .app-header-brand:hover,
.app-header-danger .app-header-brand:focus,
.app-header-danger .app-header-toggler:hover,
.app-header-danger .app-header-toggler:focus {
  color: white;
}

.app-header-danger .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-danger .app-header-nav .nav-link:hover,
.app-header-danger .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-danger .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-danger .app-header-nav .show>.nav-link,
.app-header-danger .app-header-nav .active>.nav-link,
.app-header-danger .app-header-nav .nav-link.show,
.app-header-danger .app-header-nav .nav-link.active {
  color: white;
}

.app-header-danger .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-danger .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-danger .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-danger .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-danger .app-header-form-button {
  color: #fff;
}

.app-header-light {
  background-color: #f4f6f8;
  box-shadow: 0 4px 18px 0px rgba(244, 246, 248, 0.12), 0 7px 10px -5px rgba(244, 246, 248, 0.15);
}

.app-header-light .app-header-brand,
.app-header-light .app-header-toggler {
  color: white;
}

.app-header-light .app-header-brand:hover,
.app-header-light .app-header-brand:focus,
.app-header-light .app-header-toggler:hover,
.app-header-light .app-header-toggler:focus {
  color: white;
}

.app-header-light .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-light .app-header-nav .nav-link:hover,
.app-header-light .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-light .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-light .app-header-nav .show>.nav-link,
.app-header-light .app-header-nav .active>.nav-link,
.app-header-light .app-header-nav .nav-link.show,
.app-header-light .app-header-nav .nav-link.active {
  color: white;
}

.app-header-light .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-light .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-light .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-light .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-light .app-header-form-button {
  color: #fff;
}

.app-header-dark {
  background-color: #222c32;
  box-shadow: 0 4px 18px 0px rgba(34, 44, 50, 0.12), 0 7px 10px -5px rgba(34, 44, 50, 0.15);
}

.app-header-dark .app-header-brand,
.app-header-dark .app-header-toggler {
  color: white;
}

.app-header-dark .app-header-brand:hover,
.app-header-dark .app-header-brand:focus,
.app-header-dark .app-header-toggler:hover,
.app-header-dark .app-header-toggler:focus {
  color: white;
}

.app-header-dark .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-dark .app-header-nav .nav-link:hover,
.app-header-dark .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-dark .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-dark .app-header-nav .show>.nav-link,
.app-header-dark .app-header-nav .active>.nav-link,
.app-header-dark .app-header-nav .nav-link.show,
.app-header-dark .app-header-nav .nav-link.active {
  color: white;
}

.app-header-dark .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-dark .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-dark .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-dark .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-dark .app-header-form-button {
  color: #fff;
}

.app-header-tertiary {
  background-color: #eded47;
  box-shadow: 0 4px 18px 0px rgba(237, 237, 71, 0.12), 0 7px 10px -5px rgba(237, 237, 71, 0.15);
}

.app-header-tertiary .app-header-brand,
.app-header-tertiary .app-header-toggler {
  color: white;
}

.app-header-tertiary .app-header-brand:hover,
.app-header-tertiary .app-header-brand:focus,
.app-header-tertiary .app-header-toggler:hover,
.app-header-tertiary .app-header-toggler:focus {
  color: white;
}

.app-header-tertiary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-tertiary .app-header-nav .nav-link:hover,
.app-header-tertiary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-tertiary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-tertiary .app-header-nav .show>.nav-link,
.app-header-tertiary .app-header-nav .active>.nav-link,
.app-header-tertiary .app-header-nav .nav-link.show,
.app-header-tertiary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-tertiary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-tertiary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-tertiary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-tertiary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-tertiary .app-header-form-button {
  color: #fff;
}

.app-header-quaternary {
  background-color: #FF6B89;
  box-shadow: 0 4px 18px 0px rgba(255, 107, 137, 0.12), 0 7px 10px -5px rgba(255, 107, 137, 0.15);
}

.app-header-quaternary .app-header-brand,
.app-header-quaternary .app-header-toggler {
  color: white;
}

.app-header-quaternary .app-header-brand:hover,
.app-header-quaternary .app-header-brand:focus,
.app-header-quaternary .app-header-toggler:hover,
.app-header-quaternary .app-header-toggler:focus {
  color: white;
}

.app-header-quaternary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-quaternary .app-header-nav .nav-link:hover,
.app-header-quaternary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-quaternary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-quaternary .app-header-nav .show>.nav-link,
.app-header-quaternary .app-header-nav .active>.nav-link,
.app-header-quaternary .app-header-nav .nav-link.show,
.app-header-quaternary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-quaternary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-quaternary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-quaternary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-quaternary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-quaternary .app-header-form-button {
  color: #fff;
}

.app-header-quinary {
  background-color: #C774FF;
  box-shadow: 0 4px 18px 0px rgba(199, 116, 255, 0.12), 0 7px 10px -5px rgba(199, 116, 255, 0.15);
}

.app-header-quinary .app-header-brand,
.app-header-quinary .app-header-toggler {
  color: white;
}

.app-header-quinary .app-header-brand:hover,
.app-header-quinary .app-header-brand:focus,
.app-header-quinary .app-header-toggler:hover,
.app-header-quinary .app-header-toggler:focus {
  color: white;
}

.app-header-quinary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-quinary .app-header-nav .nav-link:hover,
.app-header-quinary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-quinary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-quinary .app-header-nav .show>.nav-link,
.app-header-quinary .app-header-nav .active>.nav-link,
.app-header-quinary .app-header-nav .nav-link.show,
.app-header-quinary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-quinary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-quinary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-quinary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-quinary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-quinary .app-header-form-button {
  color: #fff;
}

.app-header-senary {
  background-color: #b37059;
  box-shadow: 0 4px 18px 0px rgba(179, 112, 89, 0.12), 0 7px 10px -5px rgba(179, 112, 89, 0.15);
}

.app-header-senary .app-header-brand,
.app-header-senary .app-header-toggler {
  color: white;
}

.app-header-senary .app-header-brand:hover,
.app-header-senary .app-header-brand:focus,
.app-header-senary .app-header-toggler:hover,
.app-header-senary .app-header-toggler:focus {
  color: white;
}

.app-header-senary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-senary .app-header-nav .nav-link:hover,
.app-header-senary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-senary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-senary .app-header-nav .show>.nav-link,
.app-header-senary .app-header-nav .active>.nav-link,
.app-header-senary .app-header-nav .nav-link.show,
.app-header-senary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-senary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-senary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-senary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-senary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-senary .app-header-form-button {
  color: #fff;
}

.app-header-septenary {
  background-color: #4d7c92;
  box-shadow: 0 4px 18px 0px rgba(77, 124, 146, 0.12), 0 7px 10px -5px rgba(77, 124, 146, 0.15);
}

.app-header-septenary .app-header-brand,
.app-header-septenary .app-header-toggler {
  color: white;
}

.app-header-septenary .app-header-brand:hover,
.app-header-septenary .app-header-brand:focus,
.app-header-septenary .app-header-toggler:hover,
.app-header-septenary .app-header-toggler:focus {
  color: white;
}

.app-header-septenary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-septenary .app-header-nav .nav-link:hover,
.app-header-septenary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-septenary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-septenary .app-header-nav .show>.nav-link,
.app-header-septenary .app-header-nav .active>.nav-link,
.app-header-septenary .app-header-nav .nav-link.show,
.app-header-septenary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-septenary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-septenary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-septenary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-septenary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-septenary .app-header-form-button {
  color: #fff;
}

.app-header-octonary {
  background-color: #4B64A6;
  box-shadow: 0 4px 18px 0px rgba(75, 100, 166, 0.12), 0 7px 10px -5px rgba(75, 100, 166, 0.15);
}

.app-header-octonary .app-header-brand,
.app-header-octonary .app-header-toggler {
  color: white;
}

.app-header-octonary .app-header-brand:hover,
.app-header-octonary .app-header-brand:focus,
.app-header-octonary .app-header-toggler:hover,
.app-header-octonary .app-header-toggler:focus {
  color: white;
}

.app-header-octonary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-octonary .app-header-nav .nav-link:hover,
.app-header-octonary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-octonary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-octonary .app-header-nav .show>.nav-link,
.app-header-octonary .app-header-nav .active>.nav-link,
.app-header-octonary .app-header-nav .nav-link.show,
.app-header-octonary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-octonary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-octonary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-octonary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-octonary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-octonary .app-header-form-button {
  color: #fff;
}

.app-header-nonary {
  background-color: #FF6BFF;
  box-shadow: 0 4px 18px 0px rgba(255, 107, 255, 0.12), 0 7px 10px -5px rgba(255, 107, 255, 0.15);
}

.app-header-nonary .app-header-brand,
.app-header-nonary .app-header-toggler {
  color: white;
}

.app-header-nonary .app-header-brand:hover,
.app-header-nonary .app-header-brand:focus,
.app-header-nonary .app-header-toggler:hover,
.app-header-nonary .app-header-toggler:focus {
  color: white;
}

.app-header-nonary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-nonary .app-header-nav .nav-link:hover,
.app-header-nonary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-nonary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-nonary .app-header-nav .show>.nav-link,
.app-header-nonary .app-header-nav .active>.nav-link,
.app-header-nonary .app-header-nav .nav-link.show,
.app-header-nonary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-nonary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-nonary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-nonary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-nonary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-nonary .app-header-form-button {
  color: #fff;
}

.app-header-denary {
  background-color: #59B3A6;
  box-shadow: 0 4px 18px 0px rgba(89, 179, 166, 0.12), 0 7px 10px -5px rgba(89, 179, 166, 0.15);
}

.app-header-denary .app-header-brand,
.app-header-denary .app-header-toggler {
  color: white;
}

.app-header-denary .app-header-brand:hover,
.app-header-denary .app-header-brand:focus,
.app-header-denary .app-header-toggler:hover,
.app-header-denary .app-header-toggler:focus {
  color: white;
}

.app-header-denary .app-header-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.app-header-denary .app-header-nav .nav-link:hover,
.app-header-denary .app-header-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.app-header-denary .app-header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.app-header-denary .app-header-nav .show>.nav-link,
.app-header-denary .app-header-nav .active>.nav-link,
.app-header-denary .app-header-nav .nav-link.show,
.app-header-denary .app-header-nav .nav-link.active {
  color: white;
}

.app-header-denary .app-header-toggler {
  border-color: rgba(204, 204, 204, 0.4);
}

.app-header-denary .app-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-header-denary .app-header-form-input {
  border: 0px solid #bbb;
  background-color: rgba(0, 0, 0, 0.1);
}

.app-header-denary .app-header-form-input::placeholder {
  color: #fff;
}

.app-header-denary .app-header-form-button {
  color: #fff;
}

.left-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 80px;
  width: 250px;
  overflow: auto;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.left-sidebar::-webkit-scrollbar {
  display: none;
}

.left-sidebar::-moz-scrollbars-vertical {
  display: none;
}

@media print {
  .left-sidebar {
    display: none;
  }
}

.sidebar-menu {
  margin-bottom: 0;
}

.sidebar-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-size: 1.08em;
  height: 47px;
  border-left: 3px solid transparent;
  transition: border-left-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.sidebar-menu-icon {
  flex: 0 0 auto;
  width: 25px;
  font-size: 21px;
}

.sidebar-menu-label {
  white-space: nowrap;
  position: relative;
  display: flex;
  flex: 1 1 auto;
  padding: 0px;
  margin-left: 0;
  line-height: inherit;
  opacity: 1;
  left: 0;
}

.left-sidebar-primary {
  box-shadow: 4px 8px 16px rgba(68, 144, 219, 0.2);
  background-color: #2677c6;
}

.left-sidebar-primary .sidebar-menu-icon {
  color: white;
}

.left-sidebar-primary .sidebar-menu-label {
  color: white;
}

.left-sidebar-primary .sidebar-menu-item {
  color: white;
}

.left-sidebar-primary .sidebar-menu-item.active,
.left-sidebar-primary .sidebar-menu-item:hover,
.left-sidebar-primary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #afcff0;
  text-decoration: none;
  color: white;
}

.left-sidebar-secondary {
  box-shadow: 4px 8px 16px rgba(204, 204, 204, 0.2);
  background-color: #b3b3b3;
}

.left-sidebar-secondary .sidebar-menu-icon {
  color: white;
}

.left-sidebar-secondary .sidebar-menu-label {
  color: white;
}

.left-sidebar-secondary .sidebar-menu-item {
  color: white;
}

.left-sidebar-secondary .sidebar-menu-item.active,
.left-sidebar-secondary .sidebar-menu-item:hover,
.left-sidebar-secondary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: white;
  text-decoration: none;
  color: white;
}

.left-sidebar-success {
  box-shadow: 4px 8px 16px rgba(56, 213, 123, 0.2);
  background-color: #26b463;
}

.left-sidebar-success .sidebar-menu-icon {
  color: #f6fdf9;
}

.left-sidebar-success .sidebar-menu-label {
  color: #f6fdf9;
}

.left-sidebar-success .sidebar-menu-item {
  color: #f6fdf9;
}

.left-sidebar-success .sidebar-menu-item.active,
.left-sidebar-success .sidebar-menu-item:hover,
.left-sidebar-success .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #a1ebc1;
  text-decoration: none;
  color: #f6fdf9;
}

.left-sidebar-info {
  box-shadow: 4px 8px 16px rgba(26, 195, 251, 0.2);
  background-color: #04a8de;
}

.left-sidebar-info .sidebar-menu-icon {
  color: #fcfeff;
}

.left-sidebar-info .sidebar-menu-label {
  color: #fcfeff;
}

.left-sidebar-info .sidebar-menu-item {
  color: #fcfeff;
}

.left-sidebar-info .sidebar-menu-item.active,
.left-sidebar-info .sidebar-menu-item:hover,
.left-sidebar-info .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #97e4fd;
  text-decoration: none;
  color: #fcfeff;
}

.left-sidebar-warning {
  box-shadow: 4px 8px 16px rgba(245, 124, 0, 0.2);
  background-color: #c26200;
}

.left-sidebar-warning .sidebar-menu-icon {
  color: #ffeddc;
}

.left-sidebar-warning .sidebar-menu-label {
  color: #ffeddc;
}

.left-sidebar-warning .sidebar-menu-item {
  color: #ffeddc;
}

.left-sidebar-warning .sidebar-menu-item.active,
.left-sidebar-warning .sidebar-menu-item:hover,
.left-sidebar-warning .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #ffbb76;
  text-decoration: none;
  color: #ffeddc;
}

.left-sidebar-danger {
  box-shadow: 4px 8px 16px rgba(255, 64, 64, 0.2);
  background-color: #ff0d0d;
}

.left-sidebar-danger .sidebar-menu-icon {
  color: white;
}

.left-sidebar-danger .sidebar-menu-label {
  color: white;
}

.left-sidebar-danger .sidebar-menu-item {
  color: white;
}

.left-sidebar-danger .sidebar-menu-item.active,
.left-sidebar-danger .sidebar-menu-item:hover,
.left-sidebar-danger .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #ffc0c0;
  text-decoration: none;
  color: white;
}

.left-sidebar-light {
  box-shadow: 4px 8px 16px rgba(244, 246, 248, 0.2);
  background-color: #d5dde4;
}

.left-sidebar-light .sidebar-menu-icon {
  color: white;
}

.left-sidebar-light .sidebar-menu-label {
  color: white;
}

.left-sidebar-light .sidebar-menu-item {
  color: white;
}

.left-sidebar-light .sidebar-menu-item.active,
.left-sidebar-light .sidebar-menu-item:hover,
.left-sidebar-light .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: white;
  text-decoration: none;
  color: white;
}

.left-sidebar-dark {
  box-shadow: 4px 8px 16px rgba(34, 44, 50, 0.2);
  background-color: #0d1114;
}

.left-sidebar-dark .sidebar-menu-icon {
  color: #8aa1af;
}

.left-sidebar-dark .sidebar-menu-label {
  color: #8aa1af;
}

.left-sidebar-dark .sidebar-menu-item {
  color: #8aa1af;
}

.left-sidebar-dark .sidebar-menu-item.active,
.left-sidebar-dark .sidebar-menu-item:hover,
.left-sidebar-dark .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #566f7e;
  text-decoration: none;
  color: #8aa1af;
}

.left-sidebar-tertiary {
  box-shadow: 4px 8px 16px rgba(237, 237, 71, 0.2);
  background-color: #e8e819;
}

.left-sidebar-tertiary .sidebar-menu-icon {
  color: white;
}

.left-sidebar-tertiary .sidebar-menu-label {
  color: white;
}

.left-sidebar-tertiary .sidebar-menu-item {
  color: white;
}

.left-sidebar-tertiary .sidebar-menu-item.active,
.left-sidebar-tertiary .sidebar-menu-item:hover,
.left-sidebar-tertiary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #f8f8bb;
  text-decoration: none;
  color: white;
}

.left-sidebar-quaternary {
  box-shadow: 4px 8px 16px rgba(255, 107, 137, 0.2);
  background-color: #ff3860;
}

.left-sidebar-quaternary .sidebar-menu-icon {
  color: white;
}

.left-sidebar-quaternary .sidebar-menu-label {
  color: white;
}

.left-sidebar-quaternary .sidebar-menu-item {
  color: white;
}

.left-sidebar-quaternary .sidebar-menu-item.active,
.left-sidebar-quaternary .sidebar-menu-item:hover,
.left-sidebar-quaternary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #ffebef;
  text-decoration: none;
  color: white;
}

.left-sidebar-quinary {
  box-shadow: 4px 8px 16px rgba(199, 116, 255, 0.2);
  background-color: #b241ff;
}

.left-sidebar-quinary .sidebar-menu-icon {
  color: white;
}

.left-sidebar-quinary .sidebar-menu-label {
  color: white;
}

.left-sidebar-quinary .sidebar-menu-item {
  color: white;
}

.left-sidebar-quinary .sidebar-menu-item.active,
.left-sidebar-quinary .sidebar-menu-item:hover,
.left-sidebar-quinary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #faf4ff;
  text-decoration: none;
  color: white;
}

.left-sidebar-senary {
  box-shadow: 4px 8px 16px rgba(179, 112, 89, 0.2);
  background-color: #955944;
}

.left-sidebar-senary .sidebar-menu-icon {
  color: #fbf8f6;
}

.left-sidebar-senary .sidebar-menu-label {
  color: #fbf8f6;
}

.left-sidebar-senary .sidebar-menu-item {
  color: #fbf8f6;
}

.left-sidebar-senary .sidebar-menu-item.active,
.left-sidebar-senary .sidebar-menu-item:hover,
.left-sidebar-senary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #dbbbb0;
  text-decoration: none;
  color: #fbf8f6;
}

.left-sidebar-septenary {
  box-shadow: 4px 8px 16px rgba(77, 124, 146, 0.2);
  background-color: #3b6071;
}

.left-sidebar-septenary .sidebar-menu-icon {
  color: #d9e5eb;
}

.left-sidebar-septenary .sidebar-menu-label {
  color: #d9e5eb;
}

.left-sidebar-septenary .sidebar-menu-item {
  color: #d9e5eb;
}

.left-sidebar-septenary .sidebar-menu-item.active,
.left-sidebar-septenary .sidebar-menu-item:hover,
.left-sidebar-septenary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #97b8c8;
  text-decoration: none;
  color: #d9e5eb;
}

.left-sidebar-octonary {
  box-shadow: 4px 8px 16px rgba(75, 100, 166, 0.2);
  background-color: #0d1114;
}

.left-sidebar-octonary .sidebar-menu-icon {
  color: #e4e8f3;
}

.left-sidebar-octonary .sidebar-menu-label {
  color: #e4e8f3;
}

.left-sidebar-octonary .sidebar-menu-item {
  color: #e4e8f3;
}

.left-sidebar-octonary .sidebar-menu-item.active,
.left-sidebar-octonary .sidebar-menu-item:hover,
.left-sidebar-octonary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #9eacd3;
  text-decoration: none;
  color: #e4e8f3;
}

.left-sidebar-nonary {
  box-shadow: 4px 8px 16px rgba(255, 107, 255, 0.2);
  background-color: #ff38ff;
}

.left-sidebar-nonary .sidebar-menu-icon {
  color: white;
}

.left-sidebar-nonary .sidebar-menu-label {
  color: white;
}

.left-sidebar-nonary .sidebar-menu-item {
  color: white;
}

.left-sidebar-nonary .sidebar-menu-item.active,
.left-sidebar-nonary .sidebar-menu-item:hover,
.left-sidebar-nonary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #ffebff;
  text-decoration: none;
  color: white;
}

.left-sidebar-denary {
  box-shadow: 4px 8px 16px rgba(89, 179, 166, 0.2);
  background-color: #449589;
}

.left-sidebar-denary .sidebar-menu-icon {
  color: #f6fbfa;
}

.left-sidebar-denary .sidebar-menu-label {
  color: #f6fbfa;
}

.left-sidebar-denary .sidebar-menu-item {
  color: #f6fbfa;
}

.left-sidebar-denary .sidebar-menu-item.active,
.left-sidebar-denary .sidebar-menu-item:hover,
.left-sidebar-denary .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #b0dbd5;
  text-decoration: none;
  color: #f6fbfa;
}

.left-sidebar-dark {
  box-shadow: 4px 8px 16px rgba(73, 80, 87, 0.2);
  background-color: #32373b;
}

.left-sidebar-dark .sidebar-menu-icon {
  color: #bdc3c8;
}

.left-sidebar-dark .sidebar-menu-label {
  color: #bdc3c8;
}

.left-sidebar-dark .sidebar-menu-item {
  color: #bdc3c8;
}

.left-sidebar-dark .sidebar-menu-item.active,
.left-sidebar-dark .sidebar-menu-item:hover,
.left-sidebar-dark .sidebar-menu-item:focus {
  background: rgba(150, 150, 150, 0.1);
  border-left-color: #869099;
  text-decoration: none;
  color: #bdc3c8;
}

@media (min-width: 1200px) {
  .sidebar-mini.sidenav-toggled .treeview-indicator {
    display: none;
  }

  .sidebar-mini.sidenav-toggled .app-content {
    margin-left: 65px;
  }

  .sidebar-mini.sidenav-toggled .left-sidebar {
    left: 0;
    width: 65px;
    overflow: hidden;
  }

  .sidebar-mini.sidenav-toggled .left-sidebar:hover {
    overflow: visible;
  }

  .sidebar-mini.sidenav-toggled .sidebar-menu-item {
    overflow: hidden;
    transition: border-left-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }

  .sidebar-mini.sidenav-toggled .sidebar-menu-item:hover {
    overflow: visible;
  }

  .sidebar-mini.sidenav-toggled .sidebar-menu-item:hover .sidebar-menu-label {
    opacity: 1;
  }

  .sidebar-mini.sidenav-toggled .sidebar-menu-item:hover+.treeview-menu {
    visibility: visible;
  }

  .sidebar-mini.sidenav-toggled .sidebar-menu-label {
    display: block;
    position: absolute;
    top: 0;
    left: 65px;
    opacity: 0;
  }

  .left-sidebar:hover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 80px;
    width: 250px !important;
    overflow: auto;
  }

  .left-sidebar:hover .treeview-indicator {
    display: block;
  }

  .left-sidebar:hover .sidebar-menu-item {
    overflow: visible;
  }

  .left-sidebar:hover .sidebar-menu-item:hover {
    overflow: visible;
  }

  .left-sidebar:hover .sidebar-menu-item:hover .sidebar-menu-label {
    opacity: 1;
  }

  .left-sidebar:hover .sidebar-menu-item:hover+.treeview-menu {
    visibility: visible;
  }

  .left-sidebar:hover .sidebar-menu-label {
    white-space: nowrap;
    position: relative;
    display: flex;
    flex: 1 1 auto;
    padding: 0px;
    margin-left: 0;
    line-height: inherit;
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.collapse-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  padding-top: 80px;
  width: 300px;
  overflow: auto;
  z-index: 10;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collapse-sidebar::-webkit-scrollbar {
  display: none;
}

.collapse-sidebar::-moz-scrollbars-vertical {
  display: none;
}

@media print {
  .collapse-sidebar {
    display: none;
  }
}

.collapse-sidebar-content {
  padding: 1rem;
}

.collapse-sidebar.open {
  right: 0;
  visibility: visible;
}

.treeview.is-expanded .treeview-menu {
  max-height: 100vh;
}

.treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: rgba(255, 255, 255, 0.75);
}

.treeview.is-expanded .sidebar-menu-label {
  color: rgba(255, 255, 255, 0.75);
}

.left-sidebar-light .treeview.is-expanded [data-toggle='treeview'] {
  color: #fff;
}

.left-sidebar-light .treeview.is-expanded .sidebar-menu-label {
  color: #fff;
}

.left-sidebar-light .treeview.is-expanded .sidebar-menu-icon {
  color: #fff;
}

.treeview-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.treeview-item {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 40px;
  font-size: 1em;
}

.treeview-item.active,
.treeview-item:hover,
.treeview-item:focus {
  text-decoration: none;
}

.treeview-indicator {
  transform-origin: center;
  transition: transform 0.3s ease;
}

.left-sidebar-primary .treeview-menu {
  background: #3b8bd9;
}

.left-sidebar-primary .treeview-item {
  color: white;
}

.left-sidebar-primary .treeview-item.active,
.left-sidebar-primary .treeview-item:hover,
.left-sidebar-primary .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-primary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #1e5d9b;
  background: #6fa9e3;
  color: white;
}

.left-sidebar-primary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: white;
}

.left-sidebar-primary .treeview.is-expanded .sidebar-menu-label {
  color: white;
}

@media (min-width: 992px) {
  .left-sidebar-primary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(154, 195, 235, 0.85);
    color: white;
  }
}

.left-sidebar-secondary .treeview-menu {
  background: #c7c7c7;
}

.left-sidebar-secondary .treeview-item {
  color: white;
}

.left-sidebar-secondary .treeview-item.active,
.left-sidebar-secondary .treeview-item:hover,
.left-sidebar-secondary .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-secondary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #999999;
  background: #e6e6e6;
  color: white;
}

.left-sidebar-secondary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: white;
}

.left-sidebar-secondary .treeview.is-expanded .sidebar-menu-label {
  color: white;
}

@media (min-width: 992px) {
  .left-sidebar-secondary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(255, 255, 255, 0.85);
    color: white;
  }
}

.left-sidebar-success .treeview-menu {
  background: #30d375;
}

.left-sidebar-success .treeview-item {
  color: #f6fdf9;
}

.left-sidebar-success .treeview-item.active,
.left-sidebar-success .treeview-item:hover,
.left-sidebar-success .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-success .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #1d8a4c;
  background: #62de97;
  color: #f6fdf9;
}

.left-sidebar-success .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: #f6fdf9;
}

.left-sidebar-success .treeview.is-expanded .sidebar-menu-label {
  color: #f6fdf9;
}

@media (min-width: 992px) {
  .left-sidebar-success .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(140, 231, 179, 0.85);
    color: #f6fdf9;
  }
}

.left-sidebar-info .treeview-menu {
  background: #10c0fb;
}

.left-sidebar-info .treeview-item {
  color: #fcfeff;
}

.left-sidebar-info .treeview-item.active,
.left-sidebar-info .treeview-item:hover,
.left-sidebar-info .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-info .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #0382ac;
  background: #4cd0fc;
  color: #fcfeff;
}

.left-sidebar-info .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: #fcfeff;
}

.left-sidebar-info .treeview.is-expanded .sidebar-menu-label {
  color: #fcfeff;
}

@media (min-width: 992px) {
  .left-sidebar-info .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(126, 221, 253, 0.85);
    color: #fcfeff;
  }
}

.left-sidebar-warning .treeview-menu {
  background: #eb7700;
}

.left-sidebar-warning .treeview-item {
  color: #ffeddc;
}

.left-sidebar-warning .treeview-item.active,
.left-sidebar-warning .treeview-item:hover,
.left-sidebar-warning .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-warning .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #8f4800;
  background: #ff9529;
  color: #ffeddc;
}

.left-sidebar-warning .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: #ffeddc;
}

.left-sidebar-warning .treeview.is-expanded .sidebar-menu-label {
  color: #ffeddc;
}

@media (min-width: 992px) {
  .left-sidebar-warning .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(255, 174, 92, 0.85);
    color: #ffeddc;
  }
}

.left-sidebar-danger .treeview-menu {
  background: #ff3636;
}

.left-sidebar-danger .treeview-item {
  color: white;
}

.left-sidebar-danger .treeview-item.active,
.left-sidebar-danger .treeview-item:hover,
.left-sidebar-danger .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-danger .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #d90000;
  background: #ff7373;
  color: white;
}

.left-sidebar-danger .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: white;
}

.left-sidebar-danger .treeview.is-expanded .sidebar-menu-label {
  color: white;
}

@media (min-width: 992px) {
  .left-sidebar-danger .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(255, 166, 166, 0.85);
    color: white;
  }
}

.left-sidebar-light .treeview-menu {
  background: #eef1f4;
}

.left-sidebar-light .treeview-item {
  color: white;
}

.left-sidebar-light .treeview-item.active,
.left-sidebar-light .treeview-item:hover,
.left-sidebar-light .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-light .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #b6c3d0;
  background: white;
  color: white;
}

.left-sidebar-light .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: white;
}

.left-sidebar-light .treeview.is-expanded .sidebar-menu-label {
  color: white;
}

@media (min-width: 992px) {
  .left-sidebar-light .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(255, 255, 255, 0.85);
    color: white;
  }
}

.left-sidebar-dark .treeview-menu {
  background: #1e272c;
}

.left-sidebar-dark .treeview-item {
  color: #8aa1af;
}

.left-sidebar-dark .treeview-item.active,
.left-sidebar-dark .treeview-item:hover,
.left-sidebar-dark .treeview-item:focus {
  color: #a8bac4;
  font-weight: 600;
}

.left-sidebar-dark .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: black;
  background: #374750;
  color: #8aa1af;
}

.left-sidebar-dark .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: #8aa1af;
}

.left-sidebar-dark .treeview.is-expanded .sidebar-menu-label {
  color: #8aa1af;
}

@media (min-width: 992px) {
  .left-sidebar-dark .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(75, 97, 111, 0.85);
    color: #8aa1af;
  }
}

.left-sidebar-tertiary .treeview-menu {
  background: #ecec3e;
}

.left-sidebar-tertiary .treeview-item {
  color: white;
}

.left-sidebar-tertiary .treeview-item.active,
.left-sidebar-tertiary .treeview-item:hover,
.left-sidebar-tertiary .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-tertiary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #bcbc12;
  background: #f2f275;
  color: white;
}

.left-sidebar-tertiary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: white;
}

.left-sidebar-tertiary .treeview.is-expanded .sidebar-menu-label {
  color: white;
}

@media (min-width: 992px) {
  .left-sidebar-tertiary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(246, 246, 164, 0.85);
    color: white;
  }
}

.left-sidebar-quaternary .treeview-menu {
  background: #ff6181;
}

.left-sidebar-quaternary .treeview-item {
  color: white;
}

.left-sidebar-quaternary .treeview-item.active,
.left-sidebar-quaternary .treeview-item:hover,
.left-sidebar-quaternary .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-quaternary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #ff0538;
  background: #ff9eb2;
  color: white;
}

.left-sidebar-quaternary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: white;
}

.left-sidebar-quaternary .treeview.is-expanded .sidebar-menu-label {
  color: white;
}

@media (min-width: 992px) {
  .left-sidebar-quaternary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(255, 209, 218, 0.85);
    color: white;
  }
}

.left-sidebar-quinary .treeview-menu {
  background: #c36aff;
}

.left-sidebar-quinary .treeview-item {
  color: white;
}

.left-sidebar-quinary .treeview-item.active,
.left-sidebar-quinary .treeview-item:hover,
.left-sidebar-quinary .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-quinary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #9e0eff;
  background: #dca7ff;
  color: white;
}

.left-sidebar-quinary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: white;
}

.left-sidebar-quinary .treeview.is-expanded .sidebar-menu-label {
  color: white;
}

@media (min-width: 992px) {
  .left-sidebar-quinary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(240, 218, 255, 0.85);
    color: white;
  }
}

.left-sidebar-senary .treeview-menu {
  background: #b06a52;
}

.left-sidebar-senary .treeview-item {
  color: #fbf8f6;
}

.left-sidebar-senary .treeview-item.active,
.left-sidebar-senary .treeview-item:hover,
.left-sidebar-senary .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-senary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #724434;
  background: #c38e7c;
  color: #fbf8f6;
}

.left-sidebar-senary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: #fbf8f6;
}

.left-sidebar-senary .treeview.is-expanded .sidebar-menu-label {
  color: #fbf8f6;
}

@media (min-width: 992px) {
  .left-sidebar-senary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(211, 172, 159, 0.85);
    color: #fbf8f6;
  }
}

.left-sidebar-septenary .treeview-menu {
  background: #49768b;
}

.left-sidebar-septenary .treeview-item {
  color: #d9e5eb;
}

.left-sidebar-septenary .treeview-item.active,
.left-sidebar-septenary .treeview-item:hover,
.left-sidebar-septenary .treeview-item:focus {
  color: #fbfcfd;
  font-weight: 600;
}

.left-sidebar-septenary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #2a434f;
  background: #6496ae;
  color: #d9e5eb;
}

.left-sidebar-septenary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: #d9e5eb;
}

.left-sidebar-septenary .treeview.is-expanded .sidebar-menu-label {
  color: #d9e5eb;
}

@media (min-width: 992px) {
  .left-sidebar-septenary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(134, 173, 191, 0.85);
    color: #d9e5eb;
  }
}

.left-sidebar-octonary .treeview-menu {
  background: #48609f;
}

.left-sidebar-octonary .treeview-item {
  color: #e4e8f3;
}

.left-sidebar-octonary .treeview-item.active,
.left-sidebar-octonary .treeview-item:hover,
.left-sidebar-octonary .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-octonary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #2b3a60;
  background: #697fbb;
  color: #e4e8f3;
}

.left-sidebar-octonary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: #e4e8f3;
}

.left-sidebar-octonary .treeview.is-expanded .sidebar-menu-label {
  color: #e4e8f3;
}

@media (min-width: 992px) {
  .left-sidebar-octonary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(140, 157, 203, 0.85);
    color: #e4e8f3;
  }
}

.left-sidebar-nonary .treeview-menu {
  background: #ff61ff;
}

.left-sidebar-nonary .treeview-item {
  color: white;
}

.left-sidebar-nonary .treeview-item.active,
.left-sidebar-nonary .treeview-item:hover,
.left-sidebar-nonary .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-nonary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #ff05ff;
  background: #ff9eff;
  color: white;
}

.left-sidebar-nonary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: white;
}

.left-sidebar-nonary .treeview.is-expanded .sidebar-menu-label {
  color: white;
}

@media (min-width: 992px) {
  .left-sidebar-nonary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(255, 209, 255, 0.85);
    color: white;
  }
}

.left-sidebar-denary .treeview-menu {
  background: #52b0a2;
}

.left-sidebar-denary .treeview-item {
  color: #f6fbfa;
}

.left-sidebar-denary .treeview-item.active,
.left-sidebar-denary .treeview-item:hover,
.left-sidebar-denary .treeview-item:focus {
  color: white;
  font-weight: 600;
}

.left-sidebar-denary .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #347269;
  background: #7cc3b9;
  color: #f6fbfa;
}

.left-sidebar-denary .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: #f6fbfa;
}

.left-sidebar-denary .treeview.is-expanded .sidebar-menu-label {
  color: #f6fbfa;
}

@media (min-width: 992px) {
  .left-sidebar-denary .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(159, 211, 204, 0.85);
    color: #f6fbfa;
  }
}

.left-sidebar-dark .treeview-menu {
  background: #444b51;
}

.left-sidebar-dark .treeview-item {
  color: #bdc3c8;
}

.left-sidebar-dark .treeview-item.active,
.left-sidebar-dark .treeview-item:hover,
.left-sidebar-dark .treeview-item:focus {
  color: #d9dcdf;
  font-weight: 600;
}

.left-sidebar-dark .treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #1a1d20;
  background: #606a73;
  color: #bdc3c8;
}

.left-sidebar-dark .treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg);
  color: #bdc3c8;
}

.left-sidebar-dark .treeview.is-expanded .sidebar-menu-label {
  color: #bdc3c8;
}

@media (min-width: 992px) {
  .left-sidebar-dark .sidebar-mini.sidenav-toggled .treeview-menu {
    background: rgba(120, 131, 142, 0.85);
    color: #bdc3c8;
  }
}

@media (min-width: 992px) {
  .sidebar-mini.sidenav-toggled .treeview-menu {
    position: absolute;
    left: 50px;
    padding: 12px 0;
    opacity: 0;
    border-bottom-right-radius: 4px;
    visibility: hidden;
    transition: visibility 0.3s ease;
  }

  .sidebar-mini.sidenav-toggled .left-sidebar:hover .treeview-menu {
    position: relative;
    left: 0;
    min-width: sidebar-width;
    transition: max-height 0.3s ease;
    overflow: hidden;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s ease;
    transition: width 0.3s ease;
  }
}

.box-content {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.box {
  position: relative;
  width: 100%;
}

.box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.ratio-1_1::before {
  padding-top: 100% !important;
}

.ratio-2_1::before {
  padding-top: 50%;
}

.ratio-10_15::before {
  padding-top: 150%;
}

.ratio-1_2::before {
  padding-top: 200%;
}

.ratio-4_3::before {
  padding-top: 75%;
}

.ratio-16_9::before {
  padding-top: 56.25%;
}

.box-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.box-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ratio-1_1-25 {
  width: 25px !important;
  height: 25px !important;
}

.figcapture {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.figcapture:hover .figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

.figcapture .img-scale {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}

.figcapture .img-transform {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}

.figcapture-transform {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}

.figcapture-translate {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.figcapture .img-translate {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}

.figcapture:hover .img-translate {
  transform: translateX(-123vw);
  -webkit-transform: translateX(-123vw);
  -moz-transform: translateX(-123vw);
  -ms-transform: translateX(-123vw);
  -o-transform: translateX(-123vw);
}

.figcapture .img-transform {
  z-index: 4;
}

.figcapture:hover .img-scale {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-filter: all .25s ease;
  -o-filter: all .25s ease;
  -ms-filter: all .25s ease;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
  /* IE lte 9 */
}

.figcapture:hover .img-transform {
  opacity: 1;
  transform: translateY(-160px);
  -webkit-transform: translateY(-160px);
  -moz-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  -o-transform: translateY(-160px);
}

.figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}

.figcaption-primary {
  background-color: rgba(68, 144, 219, 0.8);
}

.figcaption-secondary {
  background-color: rgba(204, 204, 204, 0.8);
}

.figcaption-success {
  background-color: rgba(56, 213, 123, 0.8);
}

.figcaption-info {
  background-color: rgba(26, 195, 251, 0.8);
}

.figcaption-warning {
  background-color: rgba(245, 124, 0, 0.8);
}

.figcaption-danger {
  background-color: rgba(255, 64, 64, 0.8);
}

.figcaption-light {
  background-color: rgba(244, 246, 248, 0.8);
}

.figcaption-dark {
  background-color: rgba(34, 44, 50, 0.8);
}

.figcaption-tertiary {
  background-color: rgba(237, 237, 71, 0.8);
}

.figcaption-quaternary {
  background-color: rgba(255, 107, 137, 0.8);
}

.figcaption-quinary {
  background-color: rgba(199, 116, 255, 0.8);
}

.figcaption-senary {
  background-color: rgba(179, 112, 89, 0.8);
}

.figcaption-septenary {
  background-color: rgba(77, 124, 146, 0.8);
}

.figcaption-octonary {
  background-color: rgba(75, 100, 166, 0.8);
}

.figcaption-nonary {
  background-color: rgba(255, 107, 255, 0.8);
}

.figcaption-denary {
  background-color: rgba(89, 179, 166, 0.8);
}

.figcapture:hover .figcaption-left {
  -webkit-transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  left: 0px;
}

.figcapture:hover .figcaption-right {
  -webkit-transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  right: 0px;
}

.figcapture:hover .figcaption-top {
  -webkit-transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  top: 0px;
}

.figcapture:hover .figcaption-bottom {
  -webkit-transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  bottom: 0px;
}

.figcapture:hover .figcaption-top-left {
  -webkit-transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  top: 0px;
  left: 0px;
}

.figcapture:hover .figcaption-top-right {
  -webkit-transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  top: 0px;
  right: 0px;
}

.figcapture:hover .figcaption-bottom-left {
  -webkit-transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  bottom: 0px;
  left: 0px;
}

.figcapture:hover .figcaption-bottom-right {
  -webkit-transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  bottom: 0px;
  right: 0px;
}

.figcapture:hover .figcaption-transform {
  -webkit-transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  transition: all 0.8s cubic-bezier(0.99, 0.99, 0, 0.61);
  bottom: 0px;
}

.figcapture:hover .figcaption-translate {
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  left: 0px;
}

.figcaption-left {
  left: -350px;
  top: 0px;
}

.figcaption-right {
  right: -350px;
  top: 0px;
}

.figcaption-top {
  top: -350px;
  left: 0px;
}

.figcaption-bottom {
  bottom: -350px;
  left: 0px;
}

.figcaption-top-left {
  top: -350px;
  left: -350px;
}

.figcaption-top-right {
  top: -350px;
  right: -350px;
}

.figcaption-bottom-left {
  bottom: -350px;
  left: -350px;
}

.figcaption-bottom-right {
  bottom: -350px;
  right: -350px;
}

.figcaption-translate {
  left: -123%;
  top: 0px;
}

.figcaption-transform {
  bottom: 0px;
}

.figcaption label:hover {
  cursor: pointer;
}

.figcaption-content-top {
  position: relative;
  top: -350px;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}

.figcaption-content-right {
  position: relative;
  right: -350px;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}

.figcaption-content-left {
  position: relative;
  left: -350px;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}

.figcaption-content-bottom {
  position: relative;
  left: -350px;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}

.figcapture:hover .figcaption .figcaption-content-top {
  top: 0;
}

.figcapture:hover .figcaption .figcaption-content-left {
  left: 0;
}

.figcapture:hover .figcaption .figcaption-content-right {
  right: 0;
}

.figcapture:hover .figcaption .figcaption-content-bottom {
  bottom: 0;
}

.img-thumbnail-dark {
  padding: 0.25rem;
  background-color: #292b2c;
  border: 1px solid #495057;
  -webkit-border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.img-profile-light {
  border: 0.5rem solid rgba(0, 0, 0, 0.2);
}

.img-profile-dark {
  border: 0.5rem solid rgba(255, 255, 255, 0.2);
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.compat-object-fit .img-scale,
.compat-object-fit .img-transform,
.compat-object-fit .box-img,
.compat-object-fit .box-cover,
.compat-object-fit .img-vh-25,
.compat-object-fit .img-vh-35,
.compat-object-fit .img-vh-50,
.compat-object-fit .img-vh-75,
.compat-object-fit .img-vh-100,
.compat-object-fit .img-w-25,
.compat-object-fit .img-w-50,
.compat-object-fit .img-w-100,
.compat-object-fit .img-w-200,
.compat-object-fit .img-w-300,
.compat-object-fit .img-w-400,
.compat-object-fit .img-w-500,
.compat-object-fit .img-w-600,
.compat-object-fit .img-h-25,
.compat-object-fit .img-h-50,
.compat-object-fit .img-h-100,
.compat-object-fit .img-h-200,
.compat-object-fit .img-h-300,
.compat-object-fit .img-h-400,
.compat-object-fit .img-h-500,
.compat-object-fit .img-h-600,
.compat-object-fit .img-sq-25,
.compat-object-fit .img-sq-35,
.compat-object-fit .img-sq-50,
.compat-object-fit .img-sq-75,
.compat-object-fit .img-sq-100,
.compat-object-fit .img-sq-200,
.compat-object-fit .img-sq-300,
.compat-object-fit .img-sq-400,
.compat-object-fit .img-sq-500,
.compat-object-fit .img-sq-600,
.compat-object-fit .img-post-full,
.compat-object-fit .img-h-500,
.compat-object-fit .img-cover,
.compat-object-fit .img-post-full,
.compat-object-fit .img-100x70,
.compat-object-fit .img-header-full {
  opacity: 0;
}

.img-vh-25 {
  width: 100%;
  height: 25vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-35 {
  width: 100%;
  height: 35vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-50 {
  width: 100%;
  height: 50vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-75 {
  width: 100%;
  height: 75vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-100 {
  width: 100%;
  height: 100vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-cover {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-25 {
  width: 100%;
  height: 25vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-35 {
  width: 100%;
  height: 25vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-50 {
  width: 100%;
  height: 50vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-60 {
  width: 100%;
  height: 60vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-75 {
  width: 100%;
  height: 75vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.img-vh-100 {
  width: 100%;
  height: 100vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

@media (min-width: 576px) {
  .img-vh-sm-25 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-sm-35 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-sm-50 {
    width: 100%;
    height: 50vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-sm-60 {
    width: 100%;
    height: 60vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-sm-75 {
    width: 100%;
    height: 75vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-sm-100 {
    width: 100%;
    height: 100vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .img-vh-md-25 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-md-35 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-md-50 {
    width: 100%;
    height: 50vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-md-60 {
    width: 100%;
    height: 60vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-md-75 {
    width: 100%;
    height: 75vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-md-100 {
    width: 100%;
    height: 100vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .img-vh-lg-25 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-lg-35 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-lg-50 {
    width: 100%;
    height: 50vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-lg-60 {
    width: 100%;
    height: 60vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-lg-75 {
    width: 100%;
    height: 75vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-lg-100 {
    width: 100%;
    height: 100vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .img-vh-xl-25 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xl-35 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xl-50 {
    width: 100%;
    height: 50vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xl-60 {
    width: 100%;
    height: 60vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xl-75 {
    width: 100%;
    height: 75vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xl-100 {
    width: 100%;
    height: 100vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }
}

@media (min-width: 1365px) {
  .img-vh-xxl-25 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xxl-35 {
    width: 100%;
    height: 25vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xxl-50 {
    width: 100%;
    height: 50vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xxl-60 {
    width: 100%;
    height: 60vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xxl-75 {
    width: 100%;
    height: 75vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }

  .img-vh-xxl-100 {
    width: 100%;
    height: 100vh;
    position: relative;
    object-fit: cover;
    overflow: hidden;
  }
}

.img-w-25 {
  width: 25px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.img-w-50 {
  width: 50px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.img-w-100 {
  width: 100px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.img-w-200 {
  width: 200px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.img-w-300 {
  width: 300px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.img-w-400 {
  width: 400px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.img-w-500 {
  width: 500px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.img-w-600 {
  width: 600px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.img-h-25 {
  width: 100%;
  height: 25px;
  object-fit: cover;
  overflow: hidden;
}

.img-h-50 {
  width: 100%;
  height: 50px;
  object-fit: cover;
  overflow: hidden;
}

.img-h-100 {
  width: 100%;
  height: 100px;
  object-fit: cover;
  overflow: hidden;
}

.img-h-200 {
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
}

.img-h-300 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
}

.img-h-400 {
  width: 100%;
  height: 400px;
  object-fit: cover;
  overflow: hidden;
}

.img-h-500 {
  width: 100%;
  height: 500px;
  object-fit: cover;
  overflow: hidden;
}

.img-h-600 {
  width: 100%;
  height: 600px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-25 {
  width: 25px;
  height: 25px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-35 {
  width: 35px;
  height: 35px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-50 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-75 {
  width: 75px;
  height: 75px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-100 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-150 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-200 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-300 {
  width: 300px;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-400 {
  width: 400px;
  height: 400px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-500 {
  width: 500px;
  height: 500px;
  object-fit: cover;
  overflow: hidden;
}

.img-sq-600 {
  width: 600px;
  height: 600px;
  object-fit: cover;
  overflow: hidden;
}

.img-post-full {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  max-height: 300px;
}

.img-100x70 {
  object-fit: cover;
  overflow: hidden;
  width: 100px;
  max-height: 70px;
}

.img-header-full {
  z-index: -1;
  width: 100%;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  height: 350px;
}

.overlay {
  position: relative;
  width: 100%;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.img-overlay .img-overlay-badge {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
  /* Transition de type ease */
}

.img-overlay:hover .img-overlay-badge {
  opacity: 1;
}

.img-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.img-overlay-gradient .img-overlay-badge {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
  /* Transition de type ease */
}

.img-overlay-gradient:hover .img-overlay-badge {
  opacity: 1;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

body {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

body.on-side {
  margin-left: -280px;
}

html {
  overflow-x: hidden;
  font-size: 14px;
}

body a {
  outline: none !important;
}

body a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  body.margin-navbar-hs {
    margin-top: 40px;
  }
}

.body-link-primary a {
  color: #4490db;
}

.body-link-primary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-secondary a {
  color: #ccc;
}

.body-link-secondary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-success a {
  color: #38D57B;
}

.body-link-success a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-info a {
  color: #1AC3FB;
}

.body-link-info a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-warning a {
  color: #F57C00;
}

.body-link-warning a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-danger a {
  color: #ff4040;
}

.body-link-danger a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-light a {
  color: #f4f6f8;
}

.body-link-light a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-dark a {
  color: #222c32;
}

.body-link-dark a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-tertiary a {
  color: #eded47;
}

.body-link-tertiary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-quaternary a {
  color: #FF6B89;
}

.body-link-quaternary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-quinary a {
  color: #C774FF;
}

.body-link-quinary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-senary a {
  color: #b37059;
}

.body-link-senary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-septenary a {
  color: #4d7c92;
}

.body-link-septenary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-octonary a {
  color: #4B64A6;
}

.body-link-octonary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-nonary a {
  color: #FF6BFF;
}

.body-link-nonary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-denary a {
  color: #59B3A6;
}

.body-link-denary a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-100 a {
  color: #eef1f4;
}

.body-link-gray-100 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-200 a {
  color: #e9ecef;
}

.body-link-gray-200 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-300 a {
  color: #dee2e6;
}

.body-link-gray-300 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-400 a {
  color: #ced4da;
}

.body-link-gray-400 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-500 a {
  color: #adb5bd;
}

.body-link-gray-500 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-600 a {
  color: #868e96;
}

.body-link-gray-600 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-700 a {
  color: #495057;
}

.body-link-gray-700 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-800 a {
  color: #222c32;
}

.body-link-gray-800 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-900 a {
  color: #171e22;
}

.body-link-gray-900 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-gray-1000 a {
  color: #151515;
}

.body-link-gray-1000 a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-light a {
  color: #f4f6f8;
}

.body-link-light a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-dark a {
  color: #292b2c;
}

.body-link-dark a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-white a {
  color: #fff;
}

.body-link-white a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.body-link-black a {
  color: #000;
}

.body-link-black a:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  color: #ff4040;
  text-decoration: none;
}

.text-shadow-1 {
  text-shadow: 1px 1px 2px #222222;
}

.text-shadow-2 {
  text-shadow: 2px 2px 4px #222222;
}

.text-shadow-3 {
  text-shadow: 3px 3px 6px #222222;
}

.text-shadow-4 {
  text-shadow: 4px 4px 8px #222222;
}

.ion {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.size-12 {
  font-size: 12px;
}

.size-14 {
  font-size: 14px;
}

.size-16 {
  font-size: 16px;
}

.size-18 {
  font-size: 18px;
}

.size-21 {
  font-size: 21px;
}

.size-24 {
  font-size: 24px;
}

.size-32 {
  font-size: 32px;
}

.size-48 {
  font-size: 48px;
}

.size-64 {
  font-size: 64px;
}

.size-96 {
  font-size: 96px;
}

dt {
  color: #222c32;
}

.hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.hr.hr-primary {
  border-top-color: #4490db;
}

.hr.hr-secondary {
  border-top-color: #ccc;
}

.hr.hr-success {
  border-top-color: #38D57B;
}

.hr.hr-info {
  border-top-color: #1AC3FB;
}

.hr.hr-warning {
  border-top-color: #F57C00;
}

.hr.hr-danger {
  border-top-color: #ff4040;
}

.hr.hr-light {
  border-top-color: #f4f6f8;
}

.hr.hr-dark {
  border-top-color: #222c32;
}

.hr.hr-tertiary {
  border-top-color: #eded47;
}

.hr.hr-quaternary {
  border-top-color: #FF6B89;
}

.hr.hr-quinary {
  border-top-color: #C774FF;
}

.hr.hr-senary {
  border-top-color: #b37059;
}

.hr.hr-septenary {
  border-top-color: #4d7c92;
}

.hr.hr-octonary {
  border-top-color: #4B64A6;
}

.hr.hr-nonary {
  border-top-color: #FF6BFF;
}

.hr.hr-denary {
  border-top-color: #59B3A6;
}

.hr.hr-dotted {
  border-top-style: dotted;
}

.hr.hr-dashed {
  border-top-style: dashed;
}

.hr.hr-sm {
  border-top-width: 1px;
}

.hr.hr-lg {
  border-top-width: 3px;
}

.divider {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
}

.divider.divider-sm {
  height: 1px;
}

.divider.divider-lg {
  height: 3px;
}

.divider.divider-primary {
  background-image: -webkit-linear-gradient(left, transparent, #4490db, transparent) !important;
  background-image: linear-gradient(to right, transparent, #4490db, transparent) !important;
}

.divider.divider-secondary {
  background-image: -webkit-linear-gradient(left, transparent, #ccc, transparent) !important;
  background-image: linear-gradient(to right, transparent, #ccc, transparent) !important;
}

.divider.divider-success {
  background-image: -webkit-linear-gradient(left, transparent, #38D57B, transparent) !important;
  background-image: linear-gradient(to right, transparent, #38D57B, transparent) !important;
}

.divider.divider-info {
  background-image: -webkit-linear-gradient(left, transparent, #1AC3FB, transparent) !important;
  background-image: linear-gradient(to right, transparent, #1AC3FB, transparent) !important;
}

.divider.divider-warning {
  background-image: -webkit-linear-gradient(left, transparent, #F57C00, transparent) !important;
  background-image: linear-gradient(to right, transparent, #F57C00, transparent) !important;
}

.divider.divider-danger {
  background-image: -webkit-linear-gradient(left, transparent, #ff4040, transparent) !important;
  background-image: linear-gradient(to right, transparent, #ff4040, transparent) !important;
}

.divider.divider-light {
  background-image: -webkit-linear-gradient(left, transparent, #f4f6f8, transparent) !important;
  background-image: linear-gradient(to right, transparent, #f4f6f8, transparent) !important;
}

.divider.divider-dark {
  background-image: -webkit-linear-gradient(left, transparent, #222c32, transparent) !important;
  background-image: linear-gradient(to right, transparent, #222c32, transparent) !important;
}

.divider.divider-tertiary {
  background-image: -webkit-linear-gradient(left, transparent, #eded47, transparent) !important;
  background-image: linear-gradient(to right, transparent, #eded47, transparent) !important;
}

.divider.divider-quaternary {
  background-image: -webkit-linear-gradient(left, transparent, #FF6B89, transparent) !important;
  background-image: linear-gradient(to right, transparent, #FF6B89, transparent) !important;
}

.divider.divider-quinary {
  background-image: -webkit-linear-gradient(left, transparent, #C774FF, transparent) !important;
  background-image: linear-gradient(to right, transparent, #C774FF, transparent) !important;
}

.divider.divider-senary {
  background-image: -webkit-linear-gradient(left, transparent, #b37059, transparent) !important;
  background-image: linear-gradient(to right, transparent, #b37059, transparent) !important;
}

.divider.divider-septenary {
  background-image: -webkit-linear-gradient(left, transparent, #4d7c92, transparent) !important;
  background-image: linear-gradient(to right, transparent, #4d7c92, transparent) !important;
}

.divider.divider-octonary {
  background-image: -webkit-linear-gradient(left, transparent, #4B64A6, transparent) !important;
  background-image: linear-gradient(to right, transparent, #4B64A6, transparent) !important;
}

.divider.divider-nonary {
  background-image: -webkit-linear-gradient(left, transparent, #FF6BFF, transparent) !important;
  background-image: linear-gradient(to right, transparent, #FF6BFF, transparent) !important;
}

.divider.divider-denary {
  background-image: -webkit-linear-gradient(left, transparent, #59B3A6, transparent) !important;
  background-image: linear-gradient(to right, transparent, #59B3A6, transparent) !important;
}

.divider.divider-gray-700 {
  background-image: -webkit-linear-gradient(left, transparent, #495057, transparent) !important;
  background-image: linear-gradient(to right, transparent, #495057, transparent) !important;
}

.blockquote {
  padding: 0.5rem 1rem;
  border-left: 0.25rem solid #d8d8d8;
}

.blockquote-primary {
  border-left-color: #4490db !important;
  font-size: 12px;
}

.blockquote-secondary {
  border-left-color: #ccc !important;
  font-size: 12px;
}

.blockquote-success {
  border-left-color: #38D57B !important;
  font-size: 12px;
}

.blockquote-info {
  border-left-color: #1AC3FB !important;
  font-size: 12px;
}

.blockquote-warning {
  border-left-color: #F57C00 !important;
  font-size: 12px;
}

.blockquote-danger {
  border-left-color: #ff4040 !important;
  font-size: 12px;
}

.blockquote-light {
  border-left-color: #f4f6f8 !important;
  font-size: 12px;
}

.blockquote-dark {
  border-left-color: #222c32 !important;
  font-size: 12px;
}

.blockquote-tertiary {
  border-left-color: #eded47 !important;
  font-size: 12px;
}

.blockquote-quaternary {
  border-left-color: #FF6B89 !important;
  font-size: 12px;
}

.blockquote-quinary {
  border-left-color: #C774FF !important;
  font-size: 12px;
}

.blockquote-senary {
  border-left-color: #b37059 !important;
  font-size: 12px;
}

.blockquote-septenary {
  border-left-color: #4d7c92 !important;
  font-size: 12px;
}

.blockquote-octonary {
  border-left-color: #4B64A6 !important;
  font-size: 12px;
}

.blockquote-nonary {
  border-left-color: #FF6BFF !important;
  font-size: 12px;
}

.blockquote-denary {
  border-left-color: #59B3A6 !important;
  font-size: 12px;
}

code {
  background-color: white;
  padding: 0.25rem 0.5rem 0.25rem .5rem;
  margin: 0.15rem;
}

.tooltip-primary {
  border-color: #2677c6 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.tooltip-primary.bs-tooltip-left .arrow:before,
.tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #4490db;
}

.tooltip-primary.bs-tooltip-right .arrow:before,
.tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #4490db;
}

.tooltip-primary.bs-tooltip-top .arrow:before,
.tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #4490db;
}

.tooltip-primary.bs-tooltip-bottom .arrow:before,
.tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #4490db;
}

.tooltip-primary>.tooltip-inner {
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center;
  background-color: #4490db !important;
}

.tooltip-secondary {
  border-color: #b3b3b3 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-secondary.bs-tooltip-left .arrow:before,
.tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #ccc;
}

.tooltip-secondary.bs-tooltip-right .arrow:before,
.tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #ccc;
}

.tooltip-secondary.bs-tooltip-top .arrow:before,
.tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #ccc;
}

.tooltip-secondary.bs-tooltip-bottom .arrow:before,
.tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #ccc;
}

.tooltip-secondary>.tooltip-inner {
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  background-color: #ccc !important;
}

.tooltip-success {
  border-color: #26b463 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-success.bs-tooltip-left .arrow:before,
.tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #38D57B;
}

.tooltip-success.bs-tooltip-right .arrow:before,
.tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #38D57B;
}

.tooltip-success.bs-tooltip-top .arrow:before,
.tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #38D57B;
}

.tooltip-success.bs-tooltip-bottom .arrow:before,
.tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #38D57B;
}

.tooltip-success>.tooltip-inner {
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  background-color: #38D57B !important;
}

.tooltip-info {
  border-color: #04a8de !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-info.bs-tooltip-left .arrow:before,
.tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #1AC3FB;
}

.tooltip-info.bs-tooltip-right .arrow:before,
.tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #1AC3FB;
}

.tooltip-info.bs-tooltip-top .arrow:before,
.tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #1AC3FB;
}

.tooltip-info.bs-tooltip-bottom .arrow:before,
.tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #1AC3FB;
}

.tooltip-info>.tooltip-inner {
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  background-color: #1AC3FB !important;
}

.tooltip-warning {
  border-color: #c26200 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.tooltip-warning.bs-tooltip-left .arrow:before,
.tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #F57C00;
}

.tooltip-warning.bs-tooltip-right .arrow:before,
.tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #F57C00;
}

.tooltip-warning.bs-tooltip-top .arrow:before,
.tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #F57C00;
}

.tooltip-warning.bs-tooltip-bottom .arrow:before,
.tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #F57C00;
}

.tooltip-warning>.tooltip-inner {
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center;
  background-color: #F57C00 !important;
}

.tooltip-danger {
  border-color: #ff0d0d !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.tooltip-danger.bs-tooltip-left .arrow:before,
.tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #ff4040;
}

.tooltip-danger.bs-tooltip-right .arrow:before,
.tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #ff4040;
}

.tooltip-danger.bs-tooltip-top .arrow:before,
.tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #ff4040;
}

.tooltip-danger.bs-tooltip-bottom .arrow:before,
.tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #ff4040;
}

.tooltip-danger>.tooltip-inner {
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center;
  background-color: #ff4040 !important;
}

.tooltip-light {
  border-color: #d5dde4 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-light.bs-tooltip-left .arrow:before,
.tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #f4f6f8;
}

.tooltip-light.bs-tooltip-right .arrow:before,
.tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #f4f6f8;
}

.tooltip-light.bs-tooltip-top .arrow:before,
.tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #f4f6f8;
}

.tooltip-light.bs-tooltip-bottom .arrow:before,
.tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #f4f6f8;
}

.tooltip-light>.tooltip-inner {
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  background-color: #f4f6f8 !important;
}

.tooltip-dark {
  border-color: #0d1114 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.tooltip-dark.bs-tooltip-left .arrow:before,
.tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #222c32;
}

.tooltip-dark.bs-tooltip-right .arrow:before,
.tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #222c32;
}

.tooltip-dark.bs-tooltip-top .arrow:before,
.tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #222c32;
}

.tooltip-dark.bs-tooltip-bottom .arrow:before,
.tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #222c32;
}

.tooltip-dark>.tooltip-inner {
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center;
  background-color: #222c32 !important;
}

.tooltip-tertiary {
  border-color: #e8e819 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-tertiary.bs-tooltip-left .arrow:before,
.tooltip-tertiary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #eded47;
}

.tooltip-tertiary.bs-tooltip-right .arrow:before,
.tooltip-tertiary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #eded47;
}

.tooltip-tertiary.bs-tooltip-top .arrow:before,
.tooltip-tertiary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #eded47;
}

.tooltip-tertiary.bs-tooltip-bottom .arrow:before,
.tooltip-tertiary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #eded47;
}

.tooltip-tertiary>.tooltip-inner {
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  background-color: #eded47 !important;
}

.tooltip-quaternary {
  border-color: #ff3860 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-quaternary.bs-tooltip-left .arrow:before,
.tooltip-quaternary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #FF6B89;
}

.tooltip-quaternary.bs-tooltip-right .arrow:before,
.tooltip-quaternary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #FF6B89;
}

.tooltip-quaternary.bs-tooltip-top .arrow:before,
.tooltip-quaternary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #FF6B89;
}

.tooltip-quaternary.bs-tooltip-bottom .arrow:before,
.tooltip-quaternary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #FF6B89;
}

.tooltip-quaternary>.tooltip-inner {
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  background-color: #FF6B89 !important;
}

.tooltip-quinary {
  border-color: #b241ff !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-quinary.bs-tooltip-left .arrow:before,
.tooltip-quinary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #C774FF;
}

.tooltip-quinary.bs-tooltip-right .arrow:before,
.tooltip-quinary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #C774FF;
}

.tooltip-quinary.bs-tooltip-top .arrow:before,
.tooltip-quinary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #C774FF;
}

.tooltip-quinary.bs-tooltip-bottom .arrow:before,
.tooltip-quinary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #C774FF;
}

.tooltip-quinary>.tooltip-inner {
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  background-color: #C774FF !important;
}

.tooltip-senary {
  border-color: #955944 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.tooltip-senary.bs-tooltip-left .arrow:before,
.tooltip-senary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #b37059;
}

.tooltip-senary.bs-tooltip-right .arrow:before,
.tooltip-senary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #b37059;
}

.tooltip-senary.bs-tooltip-top .arrow:before,
.tooltip-senary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #b37059;
}

.tooltip-senary.bs-tooltip-bottom .arrow:before,
.tooltip-senary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #b37059;
}

.tooltip-senary>.tooltip-inner {
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center;
  background-color: #b37059 !important;
}

.tooltip-septenary {
  border-color: #3b6071 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.tooltip-septenary.bs-tooltip-left .arrow:before,
.tooltip-septenary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #4d7c92;
}

.tooltip-septenary.bs-tooltip-right .arrow:before,
.tooltip-septenary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #4d7c92;
}

.tooltip-septenary.bs-tooltip-top .arrow:before,
.tooltip-septenary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #4d7c92;
}

.tooltip-septenary.bs-tooltip-bottom .arrow:before,
.tooltip-septenary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #4d7c92;
}

.tooltip-septenary>.tooltip-inner {
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center;
  background-color: #4d7c92 !important;
}

.tooltip-octonary {
  border-color: #3b4f83 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.tooltip-octonary.bs-tooltip-left .arrow:before,
.tooltip-octonary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #4B64A6;
}

.tooltip-octonary.bs-tooltip-right .arrow:before,
.tooltip-octonary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #4B64A6;
}

.tooltip-octonary.bs-tooltip-top .arrow:before,
.tooltip-octonary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #4B64A6;
}

.tooltip-octonary.bs-tooltip-bottom .arrow:before,
.tooltip-octonary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #4B64A6;
}

.tooltip-octonary>.tooltip-inner {
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center;
  background-color: #4B64A6 !important;
}

.tooltip-nonary {
  border-color: #ff38ff !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-nonary.bs-tooltip-left .arrow:before,
.tooltip-nonary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #FF6BFF;
}

.tooltip-nonary.bs-tooltip-right .arrow:before,
.tooltip-nonary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #FF6BFF;
}

.tooltip-nonary.bs-tooltip-top .arrow:before,
.tooltip-nonary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #FF6BFF;
}

.tooltip-nonary.bs-tooltip-bottom .arrow:before,
.tooltip-nonary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #FF6BFF;
}

.tooltip-nonary>.tooltip-inner {
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  background-color: #FF6BFF !important;
}

.tooltip-denary {
  border-color: #449589 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-denary.bs-tooltip-left .arrow:before,
.tooltip-denary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #59B3A6;
}

.tooltip-denary.bs-tooltip-right .arrow:before,
.tooltip-denary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #59B3A6;
}

.tooltip-denary.bs-tooltip-top .arrow:before,
.tooltip-denary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #59B3A6;
}

.tooltip-denary.bs-tooltip-bottom .arrow:before,
.tooltip-denary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #59B3A6;
}

.tooltip-denary>.tooltip-inner {
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  background-color: #59B3A6 !important;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.popover-primary {
  background-color: #4490db;
  border-color: #2677c6 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-primary>.popover-header {
  background-color: #4490db;
  border-color: #2677c6 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-primary>.popover-body {
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-primary.bs-popover-left .arrow:after,
.popover-primary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #4490db;
}

.popover-primary.bs-popover-right .arrow:after,
.popover-primary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #4490db;
}

.popover-primary.bs-popover-top .arrow:after,
.popover-primary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #4490db;
}

.popover-primary.bs-popover-bottom .arrow:after,
.popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #4490db;
}

.popover-secondary {
  background-color: #ccc;
  border-color: #b3b3b3 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-secondary>.popover-header {
  background-color: #ccc;
  border-color: #b3b3b3 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-secondary>.popover-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-secondary.bs-popover-left .arrow:after,
.popover-secondary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #ccc;
}

.popover-secondary.bs-popover-right .arrow:after,
.popover-secondary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #ccc;
}

.popover-secondary.bs-popover-top .arrow:after,
.popover-secondary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #ccc;
}

.popover-secondary.bs-popover-bottom .arrow:after,
.popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #ccc;
}

.popover-success {
  background-color: #38D57B;
  border-color: #26b463 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-success>.popover-header {
  background-color: #38D57B;
  border-color: #26b463 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-success>.popover-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-success.bs-popover-left .arrow:after,
.popover-success.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #38D57B;
}

.popover-success.bs-popover-right .arrow:after,
.popover-success.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #38D57B;
}

.popover-success.bs-popover-top .arrow:after,
.popover-success.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #38D57B;
}

.popover-success.bs-popover-bottom .arrow:after,
.popover-success.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #38D57B;
}

.popover-info {
  background-color: #1AC3FB;
  border-color: #04a8de !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-info>.popover-header {
  background-color: #1AC3FB;
  border-color: #04a8de !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-info>.popover-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-info.bs-popover-left .arrow:after,
.popover-info.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #1AC3FB;
}

.popover-info.bs-popover-right .arrow:after,
.popover-info.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #1AC3FB;
}

.popover-info.bs-popover-top .arrow:after,
.popover-info.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #1AC3FB;
}

.popover-info.bs-popover-bottom .arrow:after,
.popover-info.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #1AC3FB;
}

.popover-warning {
  background-color: #F57C00;
  border-color: #c26200 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-warning>.popover-header {
  background-color: #F57C00;
  border-color: #c26200 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-warning>.popover-body {
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-warning.bs-popover-left .arrow:after,
.popover-warning.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #F57C00;
}

.popover-warning.bs-popover-right .arrow:after,
.popover-warning.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #F57C00;
}

.popover-warning.bs-popover-top .arrow:after,
.popover-warning.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #F57C00;
}

.popover-warning.bs-popover-bottom .arrow:after,
.popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #F57C00;
}

.popover-danger {
  background-color: #ff4040;
  border-color: #ff0d0d !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-danger>.popover-header {
  background-color: #ff4040;
  border-color: #ff0d0d !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-danger>.popover-body {
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-danger.bs-popover-left .arrow:after,
.popover-danger.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #ff4040;
}

.popover-danger.bs-popover-right .arrow:after,
.popover-danger.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #ff4040;
}

.popover-danger.bs-popover-top .arrow:after,
.popover-danger.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #ff4040;
}

.popover-danger.bs-popover-bottom .arrow:after,
.popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #ff4040;
}

.popover-light {
  background-color: #f4f6f8;
  border-color: #d5dde4 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-light>.popover-header {
  background-color: #f4f6f8;
  border-color: #d5dde4 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-light>.popover-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-light.bs-popover-left .arrow:after,
.popover-light.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #f4f6f8;
}

.popover-light.bs-popover-right .arrow:after,
.popover-light.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #f4f6f8;
}

.popover-light.bs-popover-top .arrow:after,
.popover-light.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #f4f6f8;
}

.popover-light.bs-popover-bottom .arrow:after,
.popover-light.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #f4f6f8;
}

.popover-dark {
  background-color: #222c32;
  border-color: #0d1114 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-dark>.popover-header {
  background-color: #222c32;
  border-color: #0d1114 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-dark>.popover-body {
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-dark.bs-popover-left .arrow:after,
.popover-dark.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #222c32;
}

.popover-dark.bs-popover-right .arrow:after,
.popover-dark.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #222c32;
}

.popover-dark.bs-popover-top .arrow:after,
.popover-dark.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #222c32;
}

.popover-dark.bs-popover-bottom .arrow:after,
.popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #222c32;
}

.popover-tertiary {
  background-color: #eded47;
  border-color: #e8e819 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-tertiary>.popover-header {
  background-color: #eded47;
  border-color: #e8e819 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-tertiary>.popover-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-tertiary.bs-popover-left .arrow:after,
.popover-tertiary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #eded47;
}

.popover-tertiary.bs-popover-right .arrow:after,
.popover-tertiary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #eded47;
}

.popover-tertiary.bs-popover-top .arrow:after,
.popover-tertiary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #eded47;
}

.popover-tertiary.bs-popover-bottom .arrow:after,
.popover-tertiary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #eded47;
}

.popover-quaternary {
  background-color: #FF6B89;
  border-color: #ff3860 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-quaternary>.popover-header {
  background-color: #FF6B89;
  border-color: #ff3860 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-quaternary>.popover-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-quaternary.bs-popover-left .arrow:after,
.popover-quaternary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #FF6B89;
}

.popover-quaternary.bs-popover-right .arrow:after,
.popover-quaternary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #FF6B89;
}

.popover-quaternary.bs-popover-top .arrow:after,
.popover-quaternary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #FF6B89;
}

.popover-quaternary.bs-popover-bottom .arrow:after,
.popover-quaternary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #FF6B89;
}

.popover-quinary {
  background-color: #C774FF;
  border-color: #b241ff !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-quinary>.popover-header {
  background-color: #C774FF;
  border-color: #b241ff !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-quinary>.popover-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-quinary.bs-popover-left .arrow:after,
.popover-quinary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #C774FF;
}

.popover-quinary.bs-popover-right .arrow:after,
.popover-quinary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #C774FF;
}

.popover-quinary.bs-popover-top .arrow:after,
.popover-quinary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #C774FF;
}

.popover-quinary.bs-popover-bottom .arrow:after,
.popover-quinary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #C774FF;
}

.popover-senary {
  background-color: #b37059;
  border-color: #955944 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-senary>.popover-header {
  background-color: #b37059;
  border-color: #955944 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-senary>.popover-body {
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-senary.bs-popover-left .arrow:after,
.popover-senary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #b37059;
}

.popover-senary.bs-popover-right .arrow:after,
.popover-senary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #b37059;
}

.popover-senary.bs-popover-top .arrow:after,
.popover-senary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #b37059;
}

.popover-senary.bs-popover-bottom .arrow:after,
.popover-senary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #b37059;
}

.popover-septenary {
  background-color: #4d7c92;
  border-color: #3b6071 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-septenary>.popover-header {
  background-color: #4d7c92;
  border-color: #3b6071 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-septenary>.popover-body {
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-septenary.bs-popover-left .arrow:after,
.popover-septenary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #4d7c92;
}

.popover-septenary.bs-popover-right .arrow:after,
.popover-septenary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #4d7c92;
}

.popover-septenary.bs-popover-top .arrow:after,
.popover-septenary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #4d7c92;
}

.popover-septenary.bs-popover-bottom .arrow:after,
.popover-septenary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #4d7c92;
}

.popover-octonary {
  background-color: #4B64A6;
  border-color: #3b4f83 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-octonary>.popover-header {
  background-color: #4B64A6;
  border-color: #3b4f83 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-octonary>.popover-body {
  color: rgba(255, 255, 255, 0.75) !important;
}

.popover-octonary.bs-popover-left .arrow:after,
.popover-octonary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #4B64A6;
}

.popover-octonary.bs-popover-right .arrow:after,
.popover-octonary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #4B64A6;
}

.popover-octonary.bs-popover-top .arrow:after,
.popover-octonary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #4B64A6;
}

.popover-octonary.bs-popover-bottom .arrow:after,
.popover-octonary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #4B64A6;
}

.popover-nonary {
  background-color: #FF6BFF;
  border-color: #ff38ff !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-nonary>.popover-header {
  background-color: #FF6BFF;
  border-color: #ff38ff !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-nonary>.popover-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-nonary.bs-popover-left .arrow:after,
.popover-nonary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #FF6BFF;
}

.popover-nonary.bs-popover-right .arrow:after,
.popover-nonary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #FF6BFF;
}

.popover-nonary.bs-popover-top .arrow:after,
.popover-nonary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #FF6BFF;
}

.popover-nonary.bs-popover-bottom .arrow:after,
.popover-nonary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #FF6BFF;
}

.popover-denary {
  background-color: #59B3A6;
  border-color: #449589 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-denary>.popover-header {
  background-color: #59B3A6;
  border-color: #449589 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-denary>.popover-body {
  color: rgba(0, 0, 0, 0.7) !important;
}

.popover-denary.bs-popover-left .arrow:after,
.popover-denary.bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #59B3A6;
}

.popover-denary.bs-popover-right .arrow:after,
.popover-denary.bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #59B3A6;
}

.popover-denary.bs-popover-top .arrow:after,
.popover-denary.bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #59B3A6;
}

.popover-denary.bs-popover-bottom .arrow:after,
.popover-denary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #59B3A6;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container>div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container>div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container>.toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container>.toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container>.toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container>.toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center>div,
#toast-container.toast-bottom-center>div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #38D57B;
}

.toast-error {
  background-color: #ff4040;
}

.toast-info {
  background-color: #1AC3FB;
}

.toast-warning {
  background-color: #F57C00;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  justify-content: flex-end;
  height: 2.2em;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-validationerror {
  font-size: 1em;
}

body.swal2-toast-shown>.swal2-container {
  position: fixed;
  background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-top-end,
body.swal2-toast-shown>.swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown>.swal2-container.swal2-top-start,
body.swal2-toast-shown>.swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown>.swal2-container.swal2-center-start,
body.swal2-toast-shown>.swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center-end,
body.swal2-toast-shown>.swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-start,
body.swal2-toast-shown>.swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown>.swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-end,
body.swal2-toast-shown>.swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #38D57B;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.25em;
  left: -.9375em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: showSweetToast .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: hideSweetToast .2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  animation: animate-toast-success-tip .75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  animation: animate-toast-success-long .75s;
}

@keyframes showSweetToast {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }

  100% {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }

  33% {
    opacity: .5;
  }

  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: auto;
  overflow-y: hidden;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-fade {
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.5em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  margin: 0 .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 5rem;
  background: initial;
  background-color: #4B64A6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 5rem;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding-top: 1em;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  margin: 0;
  padding: 0;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: calc(2.5em - 0.25em);
  line-height: 1.2em;
  cursor: pointer;
}

.swal2-popup .swal2-close:hover {
  transform: none;
  color: #ff4040;
}

.swal2-popup>.swal2-input,
.swal2-popup>.swal2-file,
.swal2-popup>.swal2-textarea,
.swal2-popup>.swal2-select,
.swal2-popup>.swal2-radio,
.swal2-popup>.swal2-checkbox {
  display: none;
}

.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #ff4040 !important;
  box-shadow: 0 0 2px #ff4040 !important;
}

.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0.75em;
}

.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  align-items: center;
  justify-content: center;
}

.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-popup .swal2-validationerror {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #ff4040;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  user-select: none;
  zoom: normal;
}

.swal2-icon-text {
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #ff4040;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #ff4040;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #ff8e1a;
  color: #F57C00;
}

.swal2-icon.swal2-info {
  border-color: #9ac3eb;
  color: #4490db;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #38D57B;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(56, 213, 123, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #38D57B;
  z-index: 2;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  animation: none;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  animation: none;
}

[dir='rtl'] .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn-breadcrumb-primary {
  background-color: #4490db;
}

.btn-breadcrumb-secondary {
  background-color: #ccc;
}

.btn-breadcrumb-success {
  background-color: #38D57B;
}

.btn-breadcrumb-info {
  background-color: #1AC3FB;
}

.btn-breadcrumb-warning {
  background-color: #F57C00;
}

.btn-breadcrumb-danger {
  background-color: #ff4040;
}

.btn-breadcrumb-light {
  background-color: #f4f6f8;
}

.btn-breadcrumb-dark {
  background-color: #222c32;
}

.btn-breadcrumb-tertiary {
  background-color: #eded47;
}

.btn-breadcrumb-quaternary {
  background-color: #FF6B89;
}

.btn-breadcrumb-quinary {
  background-color: #C774FF;
}

.btn-breadcrumb-senary {
  background-color: #b37059;
}

.btn-breadcrumb-septenary {
  background-color: #4d7c92;
}

.btn-breadcrumb-octonary {
  background-color: #4B64A6;
}

.btn-breadcrumb-nonary {
  background-color: #FF6BFF;
}

.btn-breadcrumb-denary {
  background-color: #59B3A6;
}

.breadcrumb-transparent {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0;
}

.breadcrumb-transparent::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-container {
  padding: 0 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  height: 45px;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* 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 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 1rem;
}

/* 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 .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;
  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;
}

/* 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;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* 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;
  font-size: 0.75em;
}

.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 .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* 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: .85em;
  line-height: 1.8;
  border-radius: 3px;
  border: 1px solid #3b4f83;
  /* default BORDER color */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.fc-event,
.fc-event-dot {
  background-color: #4B64A6;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  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: .25;
}

.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;
}

tr:first-child>td>.fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.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: .25;
}

.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: .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: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* 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,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* 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: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover>.ui-widget-header+.ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

@media (max-width: 767.98px) {

  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: flex;
    width: 100%;
  }

  .fc-toolbar .fc-left>*,
  .fc-toolbar .fc-right>*,
  .fc-toolbar .fc-center>* {
    display: block;
    width: 100%;
    margin-left: 50% auto;
    margin-right: 50% auto;
  }
}

/* the things within each left/right/center section */
.fc .fc-toolbar>*>* {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .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 {
  margin: 0;
  font-size: 16px;
  color: #222c32;
}

/* 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 {
  /* there may be week numbers in these views, so no padding-top */
  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-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number>* {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* 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-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;
}

/* 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;
}

/* 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: .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: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .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;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

.thead-primary th {
  color: rgba(255, 255, 255, 0.75) !important;
  background: #4490db repeat-x !important;
}

.thead-secondary th {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #ccc repeat-x !important;
}

.thead-success th {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #38D57B repeat-x !important;
}

.thead-info th {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #1AC3FB repeat-x !important;
}

.thead-warning th {
  color: rgba(255, 255, 255, 0.75) !important;
  background: #F57C00 repeat-x !important;
}

.thead-danger th {
  color: rgba(255, 255, 255, 0.75) !important;
  background: #ff4040 repeat-x !important;
}

.thead-light th {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #f4f6f8 repeat-x !important;
}

.thead-dark th {
  color: rgba(255, 255, 255, 0.75) !important;
  background: #222c32 repeat-x !important;
}

.thead-tertiary th {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #eded47 repeat-x !important;
}

.thead-quaternary th {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #FF6B89 repeat-x !important;
}

.thead-quinary th {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #C774FF repeat-x !important;
}

.thead-senary th {
  color: rgba(255, 255, 255, 0.75) !important;
  background: #b37059 repeat-x !important;
}

.thead-septenary th {
  color: rgba(255, 255, 255, 0.75) !important;
  background: #4d7c92 repeat-x !important;
}

.thead-octonary th {
  color: rgba(255, 255, 255, 0.75) !important;
  background: #4B64A6 repeat-x !important;
}

.thead-nonary th {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #FF6BFF repeat-x !important;
}

.thead-denary th {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #59B3A6 repeat-x !important;
}

tbody tr.selected {
  background-color: rgba(75, 100, 166, 0.2);
}

.page-item.active .page-link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #4B64A6;
}

.progress.progress-sm {
  border-radius: 0;
  margin-bottom: 18px;
  height: 10px !important;
}

.progress.progress-sm .progress-bar {
  height: 10px !important;
}

.custom-form-control {
  border: 0;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0;
}

.form-control {
  border-radius: 0;
}

.custom-select {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #adb5bd;
}

.form-check-label {
  padding: 0.4375rem 0 0 0.4375rem;
}

.custom-file-label {
  border-radius: 0;
}

.custom-file-label::after {
  border-left: 0;
  -webkit-border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #4B64A6;
  color: #fff;
}

.nav-pills-primary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-primary .nav-link:hover,
.nav-pills-primary .nav-link:focus {
  border-radius: 10rem;
  background-color: #4490db;
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer;
}

.nav-pills-primary .nav-link:hover .ion,
.nav-pills-primary .nav-link:focus .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-primary .nav-link.active,
.nav-pills-primary .nav-item.show .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #4490db;
}

.nav-pills-primary .nav-link.active .ion,
.nav-pills-primary .nav-item.show .nav-link .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-secondary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-secondary .nav-link:hover,
.nav-pills-secondary .nav-link:focus {
  border-radius: 10rem;
  background-color: #ccc;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer;
}

.nav-pills-secondary .nav-link:hover .ion,
.nav-pills-secondary .nav-link:focus .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-secondary .nav-link.active,
.nav-pills-secondary .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #ccc;
}

.nav-pills-secondary .nav-link.active .ion,
.nav-pills-secondary .nav-item.show .nav-link .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-success .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-success .nav-link:hover,
.nav-pills-success .nav-link:focus {
  border-radius: 10rem;
  background-color: #38D57B;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer;
}

.nav-pills-success .nav-link:hover .ion,
.nav-pills-success .nav-link:focus .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-success .nav-link.active,
.nav-pills-success .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #38D57B;
}

.nav-pills-success .nav-link.active .ion,
.nav-pills-success .nav-item.show .nav-link .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-info .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-info .nav-link:hover,
.nav-pills-info .nav-link:focus {
  border-radius: 10rem;
  background-color: #1AC3FB;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer;
}

.nav-pills-info .nav-link:hover .ion,
.nav-pills-info .nav-link:focus .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-info .nav-link.active,
.nav-pills-info .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #1AC3FB;
}

.nav-pills-info .nav-link.active .ion,
.nav-pills-info .nav-item.show .nav-link .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-warning .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-warning .nav-link:hover,
.nav-pills-warning .nav-link:focus {
  border-radius: 10rem;
  background-color: #F57C00;
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer;
}

.nav-pills-warning .nav-link:hover .ion,
.nav-pills-warning .nav-link:focus .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-warning .nav-link.active,
.nav-pills-warning .nav-item.show .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #F57C00;
}

.nav-pills-warning .nav-link.active .ion,
.nav-pills-warning .nav-item.show .nav-link .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-danger .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-danger .nav-link:hover,
.nav-pills-danger .nav-link:focus {
  border-radius: 10rem;
  background-color: #ff4040;
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer;
}

.nav-pills-danger .nav-link:hover .ion,
.nav-pills-danger .nav-link:focus .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-danger .nav-link.active,
.nav-pills-danger .nav-item.show .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #ff4040;
}

.nav-pills-danger .nav-link.active .ion,
.nav-pills-danger .nav-item.show .nav-link .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-light .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-light .nav-link:hover,
.nav-pills-light .nav-link:focus {
  border-radius: 10rem;
  background-color: #f4f6f8;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer;
}

.nav-pills-light .nav-link:hover .ion,
.nav-pills-light .nav-link:focus .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-light .nav-link.active,
.nav-pills-light .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #f4f6f8;
}

.nav-pills-light .nav-link.active .ion,
.nav-pills-light .nav-item.show .nav-link .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-dark .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-dark .nav-link:hover,
.nav-pills-dark .nav-link:focus {
  border-radius: 10rem;
  background-color: #222c32;
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer;
}

.nav-pills-dark .nav-link:hover .ion,
.nav-pills-dark .nav-link:focus .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-dark .nav-link.active,
.nav-pills-dark .nav-item.show .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #222c32;
}

.nav-pills-dark .nav-link.active .ion,
.nav-pills-dark .nav-item.show .nav-link .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-tertiary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-tertiary .nav-link:hover,
.nav-pills-tertiary .nav-link:focus {
  border-radius: 10rem;
  background-color: #eded47;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer;
}

.nav-pills-tertiary .nav-link:hover .ion,
.nav-pills-tertiary .nav-link:focus .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-tertiary .nav-link.active,
.nav-pills-tertiary .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #eded47;
}

.nav-pills-tertiary .nav-link.active .ion,
.nav-pills-tertiary .nav-item.show .nav-link .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-quaternary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-quaternary .nav-link:hover,
.nav-pills-quaternary .nav-link:focus {
  border-radius: 10rem;
  background-color: #FF6B89;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer;
}

.nav-pills-quaternary .nav-link:hover .ion,
.nav-pills-quaternary .nav-link:focus .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-quaternary .nav-link.active,
.nav-pills-quaternary .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #FF6B89;
}

.nav-pills-quaternary .nav-link.active .ion,
.nav-pills-quaternary .nav-item.show .nav-link .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-quinary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-quinary .nav-link:hover,
.nav-pills-quinary .nav-link:focus {
  border-radius: 10rem;
  background-color: #C774FF;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer;
}

.nav-pills-quinary .nav-link:hover .ion,
.nav-pills-quinary .nav-link:focus .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-quinary .nav-link.active,
.nav-pills-quinary .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #C774FF;
}

.nav-pills-quinary .nav-link.active .ion,
.nav-pills-quinary .nav-item.show .nav-link .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-senary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-senary .nav-link:hover,
.nav-pills-senary .nav-link:focus {
  border-radius: 10rem;
  background-color: #b37059;
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer;
}

.nav-pills-senary .nav-link:hover .ion,
.nav-pills-senary .nav-link:focus .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-senary .nav-link.active,
.nav-pills-senary .nav-item.show .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #b37059;
}

.nav-pills-senary .nav-link.active .ion,
.nav-pills-senary .nav-item.show .nav-link .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-septenary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-septenary .nav-link:hover,
.nav-pills-septenary .nav-link:focus {
  border-radius: 10rem;
  background-color: #4d7c92;
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer;
}

.nav-pills-septenary .nav-link:hover .ion,
.nav-pills-septenary .nav-link:focus .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-septenary .nav-link.active,
.nav-pills-septenary .nav-item.show .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #4d7c92;
}

.nav-pills-septenary .nav-link.active .ion,
.nav-pills-septenary .nav-item.show .nav-link .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-octonary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-octonary .nav-link:hover,
.nav-pills-octonary .nav-link:focus {
  border-radius: 10rem;
  background-color: #4B64A6;
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer;
}

.nav-pills-octonary .nav-link:hover .ion,
.nav-pills-octonary .nav-link:focus .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-octonary .nav-link.active,
.nav-pills-octonary .nav-item.show .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #4B64A6;
}

.nav-pills-octonary .nav-link.active .ion,
.nav-pills-octonary .nav-item.show .nav-link .ion {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-pills-nonary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-nonary .nav-link:hover,
.nav-pills-nonary .nav-link:focus {
  border-radius: 10rem;
  background-color: #FF6BFF;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer;
}

.nav-pills-nonary .nav-link:hover .ion,
.nav-pills-nonary .nav-link:focus .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-nonary .nav-link.active,
.nav-pills-nonary .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #FF6BFF;
}

.nav-pills-nonary .nav-link.active .ion,
.nav-pills-nonary .nav-item.show .nav-link .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-denary .nav-link {
  margin-right: 0.25rem;
}

.nav-pills-denary .nav-link:hover,
.nav-pills-denary .nav-link:focus {
  border-radius: 10rem;
  background-color: #59B3A6;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer;
}

.nav-pills-denary .nav-link:hover .ion,
.nav-pills-denary .nav-link:focus .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-pills-denary .nav-link.active,
.nav-pills-denary .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  border-radius: 10rem;
  background-color: #59B3A6;
}

.nav-pills-denary .nav-link.active .ion,
.nav-pills-denary .nav-item.show .nav-link .ion {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-masthead-primary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-primary .nav-link:hover,
.nav-masthead-primary .nav-link:focus {
  border-bottom-color: #4490db;
  cursor: pointer;
}

.nav-masthead-primary .nav-link.active,
.nav-masthead-primary .nav-item.show .nav-link {
  border-bottom-color: #4490db;
}

.nav-masthead-secondary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-secondary .nav-link:hover,
.nav-masthead-secondary .nav-link:focus {
  border-bottom-color: #ccc;
  cursor: pointer;
}

.nav-masthead-secondary .nav-link.active,
.nav-masthead-secondary .nav-item.show .nav-link {
  border-bottom-color: #ccc;
}

.nav-masthead-success .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-success .nav-link:hover,
.nav-masthead-success .nav-link:focus {
  border-bottom-color: #38D57B;
  cursor: pointer;
}

.nav-masthead-success .nav-link.active,
.nav-masthead-success .nav-item.show .nav-link {
  border-bottom-color: #38D57B;
}

.nav-masthead-info .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-info .nav-link:hover,
.nav-masthead-info .nav-link:focus {
  border-bottom-color: #1AC3FB;
  cursor: pointer;
}

.nav-masthead-info .nav-link.active,
.nav-masthead-info .nav-item.show .nav-link {
  border-bottom-color: #1AC3FB;
}

.nav-masthead-warning .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-warning .nav-link:hover,
.nav-masthead-warning .nav-link:focus {
  border-bottom-color: #F57C00;
  cursor: pointer;
}

.nav-masthead-warning .nav-link.active,
.nav-masthead-warning .nav-item.show .nav-link {
  border-bottom-color: #F57C00;
}

.nav-masthead-danger .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-danger .nav-link:hover,
.nav-masthead-danger .nav-link:focus {
  border-bottom-color: #ff4040;
  cursor: pointer;
}

.nav-masthead-danger .nav-link.active,
.nav-masthead-danger .nav-item.show .nav-link {
  border-bottom-color: #ff4040;
}

.nav-masthead-light .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-light .nav-link:hover,
.nav-masthead-light .nav-link:focus {
  border-bottom-color: #f4f6f8;
  cursor: pointer;
}

.nav-masthead-light .nav-link.active,
.nav-masthead-light .nav-item.show .nav-link {
  border-bottom-color: #f4f6f8;
}

.nav-masthead-dark .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-dark .nav-link:hover,
.nav-masthead-dark .nav-link:focus {
  border-bottom-color: #222c32;
  cursor: pointer;
}

.nav-masthead-dark .nav-link.active,
.nav-masthead-dark .nav-item.show .nav-link {
  border-bottom-color: #222c32;
}

.nav-masthead-tertiary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-tertiary .nav-link:hover,
.nav-masthead-tertiary .nav-link:focus {
  border-bottom-color: #eded47;
  cursor: pointer;
}

.nav-masthead-tertiary .nav-link.active,
.nav-masthead-tertiary .nav-item.show .nav-link {
  border-bottom-color: #eded47;
}

.nav-masthead-quaternary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-quaternary .nav-link:hover,
.nav-masthead-quaternary .nav-link:focus {
  border-bottom-color: #FF6B89;
  cursor: pointer;
}

.nav-masthead-quaternary .nav-link.active,
.nav-masthead-quaternary .nav-item.show .nav-link {
  border-bottom-color: #FF6B89;
}

.nav-masthead-quinary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-quinary .nav-link:hover,
.nav-masthead-quinary .nav-link:focus {
  border-bottom-color: #C774FF;
  cursor: pointer;
}

.nav-masthead-quinary .nav-link.active,
.nav-masthead-quinary .nav-item.show .nav-link {
  border-bottom-color: #C774FF;
}

.nav-masthead-senary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-senary .nav-link:hover,
.nav-masthead-senary .nav-link:focus {
  border-bottom-color: #b37059;
  cursor: pointer;
}

.nav-masthead-senary .nav-link.active,
.nav-masthead-senary .nav-item.show .nav-link {
  border-bottom-color: #b37059;
}

.nav-masthead-septenary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-septenary .nav-link:hover,
.nav-masthead-septenary .nav-link:focus {
  border-bottom-color: #4d7c92;
  cursor: pointer;
}

.nav-masthead-septenary .nav-link.active,
.nav-masthead-septenary .nav-item.show .nav-link {
  border-bottom-color: #4d7c92;
}

.nav-masthead-octonary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-octonary .nav-link:hover,
.nav-masthead-octonary .nav-link:focus {
  border-bottom-color: #4B64A6;
  cursor: pointer;
}

.nav-masthead-octonary .nav-link.active,
.nav-masthead-octonary .nav-item.show .nav-link {
  border-bottom-color: #4B64A6;
}

.nav-masthead-nonary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-nonary .nav-link:hover,
.nav-masthead-nonary .nav-link:focus {
  border-bottom-color: #FF6BFF;
  cursor: pointer;
}

.nav-masthead-nonary .nav-link.active,
.nav-masthead-nonary .nav-item.show .nav-link {
  border-bottom-color: #FF6BFF;
}

.nav-masthead-denary .nav-link {
  border-bottom: .15rem solid transparent;
  margin-right: 0.15rem !important;
  padding: 0.5rem 0.5rem;
}

.nav-masthead-denary .nav-link:hover,
.nav-masthead-denary .nav-link:focus {
  border-bottom-color: #59B3A6;
  cursor: pointer;
}

.nav-masthead-denary .nav-link.active,
.nav-masthead-denary .nav-item.show .nav-link {
  border-bottom-color: #59B3A6;
}

.x-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 1px 0px rgba(80, 90, 100, 0.4);
  margin-bottom: 3rem;
}

.x-card .x-card-title {
  text-transform: capitalize;
  color: #151515;
  letter-spacing: 0.4px;
  display: inline-flex;
}

.x-card.x-card-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}

.x-card .x-card-block[class*='border-bottom-'] {
  border-bottom-width: 2px !important;
}

.x-card .x-card-img-overlay.bg-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.x-card.x-card-minimal {
  border: none;
  box-shadow: none;
}

.x-card-moved .x-card,
.x-card-moved .x-card-header {
  background-color: #F57C00;
  color: #fff;
}

.handle,
.titleArea {
  cursor: move;
}

.x-card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid #EEEEEE;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.x-card-header .x-card-title {
  margin-bottom: 0;
}

.x-card-header .heading-elements,
.x-card-header .heading-elements-toggle {
  background-color: inherit;
  position: absolute;
  top: 14px;
  right: 21px;
}

.x-card-header .heading-elements.heading-top-elements,
.x-card-header .heading-elements-toggle.heading-top-elements {
  top: 0px;
}

.x-card-header .heading-elements i,
.x-card-header .heading-elements-toggle i {
  color: #636c72;
}

.x-card-header .heading-elements a,
.x-card-header .heading-elements-toggle a {
  padding: 0 8px;
  cursor: pointer;
}

.x-card-body {
  flex: 1 1 auto;
  padding: 1rem 1.5rem;
}

.x-card-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #EEEEEE;
}

.x-card-footer:last-child {
  -webkit-border-top-right-radius: 0 0 0.5rem 0.5rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 0.5rem 0.5rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 0.5rem 0.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.x-card-inverse .x-card-text {
  color: white;
}

.x-card-inverse .x-card-img-overlay .text-muted {
  color: #FFF !important;
}

.x-card-inverse code {
  background-color: white;
}

.x-card-inverse .heading-elements i {
  color: #FFF;
}

.x-card-head-inverse {
  color: #FFF;
}

.x-card-head-inverse .heading-elements i {
  color: #FFF;
}

.x-card-transparent {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .heading-elements-toggle {
    cursor: pointer;
  }

  .x-card-body {
    padding: 1rem;
  }

  .heading-elements {
    text-align: center;
  }

  .heading-elements .list-inline {
    display: none;
  }

  .heading-elements.visible {
    background-color: #fff;
    display: block;
    margin-top: 0;
    top: 100%;
    top: 50px;
    height: auto;
    left: 0px;
    padding: 10px;
    border: 1px solid #eee;
    z-index: 997;
    position: absolute;
    width: 100%;
  }

  .heading-elements.visible .list-inline {
    display: block;
  }
}

@media (min-width: 992px) {
  .heading-elements-toggle {
    display: none;
  }
}

.x-card-header-raised {
  border-radius: 0.25rem;
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border: 0;
  background: linear-gradient(60deg, #e9ecef, #ced4da);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(21, 21, 21, 0.4);
}

.x-card.chat-left-primary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #4490db;
  width: 14px;
  height: 14px;
  border-top: 1px solid #2677c6;
  border-left: 1px solid #2677c6;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-primary .x-card-body {
  background-color: #4490db;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-primary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #4490db;
  border-bottom-color: #9ac3eb;
  color: #fff !important;
}

.x-card.chat-right-primary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #4490db;
  width: 14px;
  height: 14px;
  border-top: 1px solid #2677c6;
  border-right: 1px solid #2677c6;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-primary .x-card-body {
  background-color: #4490db;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-primary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #4490db;
  border-bottom-color: #9ac3eb;
  color: #fff !important;
}

.x-card.chat-left-secondary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #ccc;
  width: 14px;
  height: 14px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-secondary .x-card-body {
  background-color: #ccc;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-secondary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #ccc;
  border-bottom-color: white;
  color: #fff !important;
}

.x-card.chat-right-secondary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #ccc;
  width: 14px;
  height: 14px;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-secondary .x-card-body {
  background-color: #ccc;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-secondary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #ccc;
  border-bottom-color: white;
  color: #fff !important;
}

.x-card.chat-left-success .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #38D57B;
  width: 14px;
  height: 14px;
  border-top: 1px solid #26b463;
  border-left: 1px solid #26b463;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-success .x-card-body {
  background-color: #38D57B;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-success .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #38D57B;
  border-bottom-color: #8ce7b3;
  color: #fff !important;
}

.x-card.chat-right-success .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #38D57B;
  width: 14px;
  height: 14px;
  border-top: 1px solid #26b463;
  border-right: 1px solid #26b463;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-success .x-card-body {
  background-color: #38D57B;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-success .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #38D57B;
  border-bottom-color: #8ce7b3;
  color: #fff !important;
}

.x-card.chat-left-info .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #1AC3FB;
  width: 14px;
  height: 14px;
  border-top: 1px solid #04a8de;
  border-left: 1px solid #04a8de;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-info .x-card-body {
  background-color: #1AC3FB;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-info .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #1AC3FB;
  border-bottom-color: #7eddfd;
  color: #fff !important;
}

.x-card.chat-right-info .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #1AC3FB;
  width: 14px;
  height: 14px;
  border-top: 1px solid #04a8de;
  border-right: 1px solid #04a8de;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-info .x-card-body {
  background-color: #1AC3FB;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-info .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #1AC3FB;
  border-bottom-color: #7eddfd;
  color: #fff !important;
}

.x-card.chat-left-warning .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #F57C00;
  width: 14px;
  height: 14px;
  border-top: 1px solid #c26200;
  border-left: 1px solid #c26200;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-warning .x-card-body {
  background-color: #F57C00;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-warning .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #F57C00;
  border-bottom-color: #ffae5c;
  color: #fff !important;
}

.x-card.chat-right-warning .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #F57C00;
  width: 14px;
  height: 14px;
  border-top: 1px solid #c26200;
  border-right: 1px solid #c26200;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-warning .x-card-body {
  background-color: #F57C00;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-warning .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #F57C00;
  border-bottom-color: #ffae5c;
  color: #fff !important;
}

.x-card.chat-left-danger .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #ff4040;
  width: 14px;
  height: 14px;
  border-top: 1px solid #ff0d0d;
  border-left: 1px solid #ff0d0d;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-danger .x-card-body {
  background-color: #ff4040;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-danger .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #ff4040;
  border-bottom-color: #ffa6a6;
  color: #fff !important;
}

.x-card.chat-right-danger .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #ff4040;
  width: 14px;
  height: 14px;
  border-top: 1px solid #ff0d0d;
  border-right: 1px solid #ff0d0d;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-danger .x-card-body {
  background-color: #ff4040;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-danger .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #ff4040;
  border-bottom-color: #ffa6a6;
  color: #fff !important;
}

.x-card.chat-left-light .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #f4f6f8;
  width: 14px;
  height: 14px;
  border-top: 1px solid #d5dde4;
  border-left: 1px solid #d5dde4;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-light .x-card-body {
  background-color: #f4f6f8;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-light .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #f4f6f8;
  border-bottom-color: white;
  color: #fff !important;
}

.x-card.chat-right-light .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #f4f6f8;
  width: 14px;
  height: 14px;
  border-top: 1px solid #d5dde4;
  border-right: 1px solid #d5dde4;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-light .x-card-body {
  background-color: #f4f6f8;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-light .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #f4f6f8;
  border-bottom-color: white;
  color: #fff !important;
}

.x-card.chat-left-dark .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #222c32;
  width: 14px;
  height: 14px;
  border-top: 1px solid #0d1114;
  border-left: 1px solid #0d1114;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-dark .x-card-body {
  background-color: #222c32;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-dark .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #222c32;
  border-bottom-color: #4b616f;
  color: #fff !important;
}

.x-card.chat-right-dark .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #222c32;
  width: 14px;
  height: 14px;
  border-top: 1px solid #0d1114;
  border-right: 1px solid #0d1114;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-dark .x-card-body {
  background-color: #222c32;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-dark .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #222c32;
  border-bottom-color: #4b616f;
  color: #fff !important;
}

.x-card.chat-left-tertiary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #eded47;
  width: 14px;
  height: 14px;
  border-top: 1px solid #e8e819;
  border-left: 1px solid #e8e819;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-tertiary .x-card-body {
  background-color: #eded47;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-tertiary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #eded47;
  border-bottom-color: #f6f6a4;
  color: #fff !important;
}

.x-card.chat-right-tertiary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #eded47;
  width: 14px;
  height: 14px;
  border-top: 1px solid #e8e819;
  border-right: 1px solid #e8e819;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-tertiary .x-card-body {
  background-color: #eded47;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-tertiary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #eded47;
  border-bottom-color: #f6f6a4;
  color: #fff !important;
}

.x-card.chat-left-quaternary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #FF6B89;
  width: 14px;
  height: 14px;
  border-top: 1px solid #ff3860;
  border-left: 1px solid #ff3860;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-quaternary .x-card-body {
  background-color: #FF6B89;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-quaternary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #FF6B89;
  border-bottom-color: #ffd1da;
  color: #fff !important;
}

.x-card.chat-right-quaternary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #FF6B89;
  width: 14px;
  height: 14px;
  border-top: 1px solid #ff3860;
  border-right: 1px solid #ff3860;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-quaternary .x-card-body {
  background-color: #FF6B89;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-quaternary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #FF6B89;
  border-bottom-color: #ffd1da;
  color: #fff !important;
}

.x-card.chat-left-quinary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #C774FF;
  width: 14px;
  height: 14px;
  border-top: 1px solid #b241ff;
  border-left: 1px solid #b241ff;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-quinary .x-card-body {
  background-color: #C774FF;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-quinary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #C774FF;
  border-bottom-color: #f0daff;
  color: #fff !important;
}

.x-card.chat-right-quinary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #C774FF;
  width: 14px;
  height: 14px;
  border-top: 1px solid #b241ff;
  border-right: 1px solid #b241ff;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-quinary .x-card-body {
  background-color: #C774FF;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-quinary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #C774FF;
  border-bottom-color: #f0daff;
  color: #fff !important;
}

.x-card.chat-left-senary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #b37059;
  width: 14px;
  height: 14px;
  border-top: 1px solid #955944;
  border-left: 1px solid #955944;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-senary .x-card-body {
  background-color: #b37059;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-senary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #b37059;
  border-bottom-color: #d3ac9f;
  color: #fff !important;
}

.x-card.chat-right-senary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #b37059;
  width: 14px;
  height: 14px;
  border-top: 1px solid #955944;
  border-right: 1px solid #955944;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-senary .x-card-body {
  background-color: #b37059;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-senary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #b37059;
  border-bottom-color: #d3ac9f;
  color: #fff !important;
}

.x-card.chat-left-septenary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #4d7c92;
  width: 14px;
  height: 14px;
  border-top: 1px solid #3b6071;
  border-left: 1px solid #3b6071;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-septenary .x-card-body {
  background-color: #4d7c92;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-septenary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #4d7c92;
  border-bottom-color: #86adbf;
  color: #fff !important;
}

.x-card.chat-right-septenary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #4d7c92;
  width: 14px;
  height: 14px;
  border-top: 1px solid #3b6071;
  border-right: 1px solid #3b6071;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-septenary .x-card-body {
  background-color: #4d7c92;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-septenary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #4d7c92;
  border-bottom-color: #86adbf;
  color: #fff !important;
}

.x-card.chat-left-octonary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #4B64A6;
  width: 14px;
  height: 14px;
  border-top: 1px solid #3b4f83;
  border-left: 1px solid #3b4f83;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-octonary .x-card-body {
  background-color: #4B64A6;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-octonary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #4B64A6;
  border-bottom-color: #8c9dcb;
  color: #fff !important;
}

.x-card.chat-right-octonary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #4B64A6;
  width: 14px;
  height: 14px;
  border-top: 1px solid #3b4f83;
  border-right: 1px solid #3b4f83;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-octonary .x-card-body {
  background-color: #4B64A6;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-octonary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #4B64A6;
  border-bottom-color: #8c9dcb;
  color: #fff !important;
}

.x-card.chat-left-nonary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #FF6BFF;
  width: 14px;
  height: 14px;
  border-top: 1px solid #ff38ff;
  border-left: 1px solid #ff38ff;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-nonary .x-card-body {
  background-color: #FF6BFF;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-nonary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #FF6BFF;
  border-bottom-color: #ffd1ff;
  color: #fff !important;
}

.x-card.chat-right-nonary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #FF6BFF;
  width: 14px;
  height: 14px;
  border-top: 1px solid #ff38ff;
  border-right: 1px solid #ff38ff;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-nonary .x-card-body {
  background-color: #FF6BFF;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-nonary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #FF6BFF;
  border-bottom-color: #ffd1ff;
  color: #fff !important;
}

.x-card.chat-left-denary .x-card-body:before {
  position: absolute;
  top: 10px;
  left: -7px;
  display: inline-block;
  background: #59B3A6;
  width: 14px;
  height: 14px;
  border-top: 1px solid #449589;
  border-left: 1px solid #449589;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.x-card.chat-left-denary .x-card-body {
  background-color: #59B3A6;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-left-denary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #59B3A6;
  border-bottom-color: #9fd3cc;
  color: #fff !important;
}

.x-card.chat-right-denary .x-card-body:before {
  position: absolute;
  top: 10px;
  right: -7px;
  display: inline-block;
  background: #59B3A6;
  width: 14px;
  height: 14px;
  border-top: 1px solid #449589;
  border-right: 1px solid #449589;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.x-card.chat-right-denary .x-card-body {
  background-color: #59B3A6;
  color: #fff !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.x-card.chat-right-denary .x-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #59B3A6;
  border-bottom-color: #9fd3cc;
  color: #fff !important;
}

.container-sm {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.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;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s 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-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  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;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

@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: .5rem;
  border: 0.125rem dashed #4B64A6;
  border-radius: 0.3rem;
  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: #38D57B;
  background: rgba(56, 213, 123, 0.15);
}

.dropzone.dz-drag-hover .dz-message {
  opacity: .5;
  color: #38D57B;
}

.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='%2338D57B' 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 .dz-message {
  margin-top: 2.25rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  color: #4B64A6;
}

.dropzone .dz-message span:before {
  display: block;
  position: relative;
  top: 0;
  left: calc(50% - (4.5rem / 2));
  width: 4.5rem;
  height: 4.5rem;
  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='%234B64A6' 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: 4.5rem 4.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  min-height: 5rem;
  margin: .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: #8697c3;
}

.dropzone .dz-preview.dz-file-preview .dz-image:hover {
  background-color: #4B64A6;
}

.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: .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: .125rem .375rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.2rem;
}

.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: #38D57B;
  fill-opacity: 1;
}

.dropzone .dz-preview .dz-error-mark svg * {
  fill: #ff4040;
  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: -.5rem;
  margin-left: -2.5rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1);
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #38D57B;
  background: linear-gradient(to bottom, #38D57B, #2aa05c);
  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: -.5rem;
  width: 8.5rem;
  padding: .25rem .5rem;
  border-radius: 0.25rem;
  background: #ff4040;
  font-size: 0.875rem;
  color: white;
  opacity: 0;
  transition: opacity 300ms ease;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -.5rem;
  left: 3.75rem;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: 0.5rem solid #ff4040;
}

.list-group-item.active {
  z-index: 2;
  color: #FFFFFF !important;
  background-color: #4B64A6;
  border-color: #4B64A6;
}

.list-group-item.active:before {
  z-index: 2;
  position: absolute;
  content: '';
  right: -10px;
  top: 0;
  bottom: 0;
  top: 0px;
  bottom: 0px;
}

.list-group-item.active:after {
  z-index: 2;
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  left: auto;
  width: 100%;
  top: 0px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(75, 100, 166, 0.4);
}

.list-group-item .list-group-item-title {
  color: #151515;
}

.list-group-item:hover,
.list-group-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(75, 100, 166, 0.4);
  background-color: #4B64A6;
  color: #FFFFFF !important;
}

.list-group-item:hover .list-group-item-title,
.list-group-item:focus .list-group-item-title {
  color: #FFFFFF;
}

.list-group-item:hover a:not(.dropdown-item),
.list-group-item:focus a:not(.dropdown-item) {
  color: #FFFFFF !important;
}

.btn-pill {
  border-radius: 10rem;
}

.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-vertical-pill .btn:first-child {
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}

.btn-group-vertical-pill .btn:last-child {
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

/* Theme Variables
 ------------------------------------------*/
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/summernote.eot?e557617934c52ea068954af79ed7c221");
  src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff?e557617934c52ea068954af79ed7c221") format("woff"), url("../fonts/summernote.ttf?e557617934c52ea068954af79ed7c221") format("truetype");
}

[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 18px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

.note-icon-align-center:before,
.note-icon-align-indent:before,
.note-icon-align-justify:before,
.note-icon-align-left:before,
.note-icon-align-outdent:before,
.note-icon-align-right:before,
.note-icon-align:before,
.note-icon-arrow-circle-down:before,
.note-icon-arrow-circle-left:before,
.note-icon-arrow-circle-right:before,
.note-icon-arrow-circle-up:before,
.note-icon-arrows-alt:before,
.note-icon-arrows-h:before,
.note-icon-arrows-v:before,
.note-icon-bold:before,
.note-icon-caret:before,
.note-icon-chain-broken:before,
.note-icon-circle:before,
.note-icon-close:before,
.note-icon-code:before,
.note-icon-col-after:before,
.note-icon-col-before:before,
.note-icon-col-remove:before,
.note-icon-eraser:before,
.note-icon-font:before,
.note-icon-frame:before,
.note-icon-italic:before,
.note-icon-link:before,
.note-icon-magic:before,
.note-icon-menu-check:before,
.note-icon-minus:before,
.note-icon-orderedlist:before,
.note-icon-pencil:before,
.note-icon-picture:before,
.note-icon-question:before,
.note-icon-redo:before,
.note-icon-row-above:before,
.note-icon-row-below:before,
.note-icon-row-remove:before,
.note-icon-special-character:before,
.note-icon-square:before,
.note-icon-strikethrough:before,
.note-icon-subscript:before,
.note-icon-summernote:before,
.note-icon-superscript:before,
.note-icon-table:before,
.note-icon-text-height:before,
.note-icon-trash:before,
.note-icon-underline:before,
.note-icon-undo:before,
.note-icon-unorderedlist:before,
.note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 0.75rem;
  color: #495057;
  font-size: 16px;
}

.note-icon-align-center:before {
  content: "\f101";
}

.note-icon-align-indent:before {
  content: "\f102";
}

.note-icon-align-justify:before {
  content: "\f103";
}

.note-icon-align-left:before {
  content: "\f104";
}

.note-icon-align-outdent:before {
  content: "\f105";
}

.note-icon-align-right:before {
  content: "\f106";
}

.note-icon-align:before {
  content: "\f107";
}

.note-icon-arrow-circle-down:before {
  content: "\f108";
}

.note-icon-arrow-circle-left:before {
  content: "\f109";
}

.note-icon-arrow-circle-right:before {
  content: "\f10a";
}

.note-icon-arrow-circle-up:before {
  content: "\f10b";
}

.note-icon-arrows-alt:before {
  content: "\f10c";
}

.note-icon-arrows-h:before {
  content: "\f10d";
}

.note-icon-arrows-v:before {
  content: "\f10e";
}

.note-icon-bold:before {
  content: "\f10f";
}

.note-icon-caret:before {
  content: "\f110";
}

.note-icon-chain-broken:before {
  content: "\f111";
}

.note-icon-circle:before {
  content: "\f112";
}

.note-icon-close:before {
  content: "\f113";
}

.note-icon-code:before {
  content: "\f114";
}

.note-icon-col-after:before {
  content: "\f115";
}

.note-icon-col-before:before {
  content: "\f116";
}

.note-icon-col-remove:before {
  content: "\f117";
}

.note-icon-eraser:before {
  content: "\f118";
}

.note-icon-font:before {
  content: "\f119";
}

.note-icon-frame:before {
  content: "\f11a";
}

.note-icon-italic:before {
  content: "\f11b";
}

.note-icon-link:before {
  content: "\f11c";
}

.note-icon-magic:before {
  content: "\f11d";
}

.note-icon-menu-check:before {
  content: "\f11e";
}

.note-icon-minus:before {
  content: "\f11f";
}

.note-icon-orderedlist:before {
  content: "\f120";
}

.note-icon-pencil:before {
  content: "\f121";
}

.note-icon-picture:before {
  content: "\f122";
}

.note-icon-question:before {
  content: "\f123";
}

.note-icon-redo:before {
  content: "\f124";
}

.note-icon-row-above:before {
  content: "\f125";
}

.note-icon-row-below:before {
  content: "\f126";
}

.note-icon-row-remove:before {
  content: "\f127";
}

.note-icon-special-character:before {
  content: "\f128";
}

.note-icon-square:before {
  content: "\f129";
}

.note-icon-strikethrough:before {
  content: "\f12a";
}

.note-icon-subscript:before {
  content: "\f12b";
}

.note-icon-summernote:before {
  content: "\f12c";
}

.note-icon-superscript:before {
  content: "\f12d";
}

.note-icon-table:before {
  content: "\f12e";
}

.note-icon-text-height:before {
  content: "\f12f";
}

.note-icon-trash:before {
  content: "\f130";
}

.note-icon-underline:before {
  content: "\f131";
}

.note-icon-undo:before {
  content: "\f132";
}

.note-icon-unorderedlist:before {
  content: "\f133";
}

.note-icon-video:before {
  content: "\f134";
}

/* Layout
 ------------------------------------------*/
.note-editor {
  position: relative;
  /* dropzone */
}

.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: lightskyblue;
  background-color: #fff;
  opacity: 0.95;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.note-editor .note-dropzone.hover {
  color: #098ddf;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor .note-editing-area {
  position: relative;
}

.note-editor .note-editing-area .note-editable {
  outline: none;
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}

.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}

/* Frame mode layout
------------------------------------------*/
.note-editor.note-frame {
  border: 1px solid #e9ecef;
  /* codeview mode */
  /* fullscreen mode */
  /* Notifications */
  /* statusbar */
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

.note-editor.note-frame .note-editing-area {
  overflow: hidden;
  /* editable */
  /* codeable */
}

.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
  color: #000;
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  /* override BS2 default style */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
  /* bs3 modal-backdrop: 1030, bs2: 1040 */
}

.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

.note-editor.note-frame .note-status-output .alert {
  margin: -7px 0 0 0;
  padding: 7px 10px 2px 10px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}

.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.note-editor.note-frame .note-statusbar {
  background-color: #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #ddd;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #e9ecef;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

/* Popover
------------------------------------------*/
.note-popover.popover {
  max-width: none;
}

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* for FF */
  vertical-align: middle;
  /* for FF */
}

.note-popover.popover .arrow {
  left: 20px !important;
}

/* Popover and Toolbar (Button container)
------------------------------------------*/
.note-popover .popover-content,
.card-header.note-toolbar {
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0 0 5px 5px;
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */
}

.note-popover .popover-content>.btn-group,
.card-header.note-toolbar>.btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.note-popover .popover-content .dropdown-toggle,
.card-header.note-toolbar .dropdown-toggle {
  color: #495057;
}

.note-popover .popover-content .btn-group .note-table,
.card-header.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker,
.card-header.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-popover .popover-content .btn,
.card-header.note-toolbar .btn {
  background-color: #fff;
  border: 0;
}

.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.card-header.note-toolbar .note-style .dropdown-style blockquote,
.card-header.note-toolbar .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}

.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.card-header.note-toolbar .note-style .dropdown-style h1,
.card-header.note-toolbar .note-style .dropdown-style h2,
.card-header.note-toolbar .note-style .dropdown-style h3,
.card-header.note-toolbar .note-style .dropdown-style h4,
.card-header.note-toolbar .note-style .dropdown-style h5,
.card-header.note-toolbar .note-style .dropdown-style h6,
.card-header.note-toolbar .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}

.note-popover .popover-content .note-color .dropdown-toggle,
.card-header.note-toolbar .note-color .dropdown-toggle {
  color: #495057;
  width: 20px;
  padding-left: 5px;
}

.note-popover .popover-content .note-color .dropdown-menu,
.card-header.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group,
.card-header.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.card-header.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.card-header.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.card-header.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.card-header.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.card-header.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}

.note-popover .popover-content .note-para .dropdown-menu,
.card-header.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

.note-popover .popover-content .note-para .dropdown-menu>div:first-child,
.card-header.note-toolbar .note-para .dropdown-menu>div:first-child {
  margin-right: 5px;
}

.note-popover .popover-content .dropdown-menu,
.card-header.note-toolbar .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */
  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  /* dropdown-menu for selectbox */
}

.note-popover .popover-content .dropdown-menu.right,
.card-header.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

.note-popover .popover-content .dropdown-menu.right::before,
.card-header.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

.note-popover .popover-content .dropdown-menu.right::after,
.card-header.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

.note-popover .popover-content .dropdown-menu.note-check li a i,
.card-header.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}

.note-popover .popover-content .dropdown-menu.note-check li a.checked i,
.card-header.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}

.note-popover .popover-content .note-fontsize-10,
.card-header.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

.note-popover .popover-content .note-color-palette,
.card-header.note-toolbar .note-color-palette {
  line-height: 1;
}

.note-popover .popover-content .note-color-palette div .note-color-btn,
.card-header.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.card-header.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* Dialog
------------------------------------------*/
.note-dialog>div {
  display: none;
  /* BS2's hide pacth. */
}

.note-dialog .form-group {
  /* overwrite BS's form-horizontal minus margins */
  margin-left: 0;
  margin-right: 0;
}

.note-dialog .note-modal-form {
  margin: 0;
  /* overwrite BS2's form margin bottom */
}

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}

/* Placeholder
------------------------------------------*/
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* Handle
------------------------------------------*/
.note-handle {
  /* control selection */
}

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}

.note-handle .note-control-selection>div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #fff;
}

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

.popover {
  top: auto;
  left: auto;
}

/*
	Enhanced Bootstrap Modals
	(C) 2017 MDBootstrap
	https://mdbootstrap.com
	office@mdbootstrap.com
*/
body.modal-open {
  padding-right: 0 !important;
}

body.scrollable {
  overflow-y: auto;
}

.modal .modal-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.modal .modal-header .modal-title {
  font-weight: 300;
}

.modal .modal-header .close {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: block;
  font: 10px Arial, sans-serif;
  width: 2em;
  height: 2em;
  box-sizing: initial;
  text-align: center;
  border-radius: 50%;
  line-height: 2em;
  box-sizing: content-box;
  background-color: #EF6C00;
}

.modal .modal-content {
  border-radius: 0.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .modal .modal-dialog.modal-top {
    top: 0;
  }

  .modal .modal-dialog.modal-left {
    left: 0;
  }

  .modal .modal-dialog.modal-right {
    right: 0;
  }

  .modal .modal-dialog.modal-bottom {
    bottom: 0;
  }

  .modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px;
  }

  .modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px;
  }

  .modal .modal-dialog.modal-bottom-left {
    left: 10px;
    bottom: 10px;
  }

  .modal .modal-dialog.modal-bottom-right {
    right: 10px;
    bottom: 10px;
  }
}

.modal.fade.top:not(.show) .modal-dialog {
  transform: translate3d(0, -25%, 0);
}

.modal.fade.left:not(.show) .modal-dialog {
  transform: translate3d(-25%, 0, 0);
}

.modal.fade.right:not(.show) .modal-dialog {
  transform: translate3d(25%, 0, 0);
}

.modal.fade.bottom:not(.show) .modal-dialog {
  transform: translate3d(0, 25%, 0);
}

@media (min-width: 768px) {
  .modal.modal-scrolling {
    position: relative;
  }

  .modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050;
  }

  .modal .modal-fluid {
    width: 100%;
    max-width: 100%;
  }

  .modal .modal-fluid .modal-content {
    width: 100%;
  }

  .modal .modal-frame {
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .modal .modal-frame.modal-bottom {
    bottom: 0;
  }

  .modal .modal-full-height {
    display: flex;
    position: absolute;
    width: 400px;
    height: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .modal .modal-full-height.modal-top,
  .modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .modal .modal-full-height.modal-top {
    bottom: auto;
  }

  .modal .modal-full-height.modal-bottom {
    top: auto;
  }

  .modal .modal-side {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    width: 400px;
  }
}

.dropdown-menu .dropdown-item,
.dropdown-menu li>a {
  font-size: .8125rem;
  border-radius: 0.125rem;
  color: #292b2c;
  min-width: 200px;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(75, 100, 166, 0.4);
  background-color: #4B64A6;
  color: #FFFFFF !important;
}

.footer {
  padding: 3rem;
  margin: 0;
}

/*# sourceMappingURL=application.css.map */
.bidder-image {
  cursor: pointer;
}


@media screen and (min-width: 1192px) and (max-width: 1200px) {
  .iconRow>.col {
    max-width: 32%;
  }
}

.action-dropdown button {
  padding: 2px 8px;
  font-size: 12px;
}

.action-dropdown .dropdown-item {
  padding: 0px;
  min-width: 0px;
}

.action-dropdown .dropdown-item a {
  color: #000000 !important;
  font-size: 14px;
  padding: 0.425rem 0rem;
}

.action-dropdown .dropdown-menu {
  border-radius: 0px !important;
}

.action-dropdown i {
  font-size: 10px;
}

.action-dropdown .dropdown-item a>i {
  font-size: 15px !important;
}

.action-dropdown .dropdown-item a:hover {
  color: #ffffff !important;
  background-color: #3bbaa8 !important;
}

#doc_table td a>i.text-success {
  color: #3bbaa8 !important;
}

.w-21 {
  width: 21px;
}

.dropdown-toggle::after {
  color: black;
}

button.multiselect.dropdown-toggle.btn.btn-default {
  color: rgb(161 161 161);
  border: 1px solid rgb(206, 212, 218);
  background: transparent;
  border-bottom: 2px solid rgb(226 227 227);
}

.multiselect-container>li>a>label.checkbox:hover {
  color: white !important;
  width: 100% !important;
}

/* select>option:hover {
  background-color: yellow !important;
} */
select>option:hover {
  background: #3bbaa8 !important;
  -webkit-appearance: none !important;
}

.checkbox>label>input[type="checkbox"]:checked~.checkbox>label>input[type="checkbox"]::before {
  color: #fff;
  background-color: black;
}

input[type='checkbox'] {
  height: 13px;
  width: 13px;
  background: transparent;
  border-radius: 2px;
  border: 1px solid grey;
  cursor: pointer;

}

input[type='checkbox']:after {
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  content: "\f00c";
  font-size: 10px;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  display: none;
  line-height: 15px;
}

input[type='checkbox']:checked {
  background: #3bbaa8;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type='checkbox']:checked:after {
  display: block;
}

.analytics-check-box {
  height: 16px !important;
  width: 15px !important;
}

.from-group code {
  line-height: 37px;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.left-sidebar {
  width: 180px !important;
}

@media (min-width: 1200px) {
  .left-sidebar:hover {

    width: 180px !important;

  }

  .app.sidenav-toggled .left-sidebar {
    left: 0px !important;
  }

  .app.sidenav-toggled .app-content {
    margin-left: 180px;
  }

  .sidebar-menu {

    margin-left: -8px;
  }
}

.app-header-toggler {
  padding: 0.8rem 0.75rem;
  line-height: 0;
}

@media (max-width: 1200px) {
  .ion.size-24.ion-ios-person.my-auto.mr-3.text-white {
    margin-right: 0px !important;
  }
}

.app-header {
  padding-right: 0px;
}