:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #01295c;
  --secondary: #767676;
  --success: #40c057;
  --info: #2f8be6;
  --warning: #ff681e;
  --danger: #f55252;
  --light: #dbdee5;
  --dark: #1a051d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #342e49;
  text-align: left;
  background-color: #f7f7f8
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .75rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

a {
  color: #01295c;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #011e43;
  text-decoration: none
}

a:not([href]) {
  color: inherit !important;
  text-decoration: none
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: 1.15rem 2rem;
  padding-bottom: 1.15rem 2rem;
  color: #bdbdbd;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .2rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .75rem;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #17102f
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.2 !important;
}

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.1
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1
}

.display-5 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.1
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid #e0e0e0
}

small,
.small {
  font-size: 90%;
  font-weight: 400
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.1rem
}

.blockquote-footer {
  display: block;
  font-size: 90%;
  color: #6c757d
}

.blockquote-footer::before {
  content: "— "
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #f7f7f8;
  border: 1px solid #e0e0e0;
  border-radius: .35rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .75rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 90%;
  color: #f55252;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: .25rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 90%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media(min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media(min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width:576px) {

  .container-sm,
  .container {
    max-width: 540px
  }
}

@media(min-width:768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px
  }
}

@media(min-width:992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px
  }
}

@media(min-width:1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

@media(min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #342e49
}

.table th,
.table td {
  padding: 1.15rem 2rem;
  vertical-align: top;
  border-top: 1px solid #e0e0e0
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e0e0
}

.table tbody+tbody {
  border-top: 2px solid #e0e0e0
}

.table-sm th,
.table-sm td {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #e0e0e0
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e0e0e0
}

.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.03)
}

.table-hover tbody tr:hover {
  color: #342e49;
  background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8c3d1
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7b90aa
}

.table-hover .table-primary:hover {
  background-color: #a9b6c7
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #a9b6c7
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #d9d9d9
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #b8b8b8
}

.table-hover .table-secondary:hover {
  background-color: #ccc
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #ccc
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #caedd0
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #9cdea8
}

.table-hover .table-success:hover {
  background-color: #b7e7bf
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b7e7bf
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #c5dff8
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #93c3f2
}

.table-hover .table-info:hover {
  background-color: #aed2f5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #aed2f5
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffd5c0
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffb08a
}

.table-hover .table-warning:hover {
  background-color: #ffc4a7
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffc4a7
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #fccfcf
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #faa5a5
}

.table-hover .table-danger:hover {
  background-color: #fbb7b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #fbb7b7
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #f5f6f8
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #eceef1
}

.table-hover .table-light:hover {
  background-color: #e6e9ee
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #e6e9ee
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #bfb9c0
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #887d89
}

.table-hover .table-dark:hover {
  background-color: #b3acb4
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b3acb4
}

.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: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e0e0e0
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075)
}

@media(max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media(max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media(max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media(max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em+0.75rem+3px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #75787d;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: .35rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #75787d
}

.form-control:focus {
  color: #75787d;
  background-color: transparent;
  border-color: #01295c;
  outline: 0;
  box-shadow: none
}

.form-control::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1
}

.form-control::placeholder {
  color: #bdbdbd;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f7f7f8;
  opacity: 1
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:focus::-ms-value {
  color: #75787d;
  background-color: transparent
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(0.375rem+1px);
  padding-bottom: calc(0.375rem+1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(0.5rem+1px);
  padding-bottom: calc(0.5rem+1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(0.25rem+1px);
  padding-bottom: calc(0.25rem+1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #342e49;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em+0.5rem+2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .25rem
}

.form-control-lg {
  height: calc(1.5em+1rem+2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .6rem
}

select.form-control[size],
select.form-control[multiple] {
  height: auto
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .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: .3rem;
  margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #bdbdbd
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 90%;
  color: #40c057
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(64, 192, 87, 0.9);
  border-radius: .35rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #40c057;
  padding-right: calc(1.5em+0.75rem);
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%2340C057'd='M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em+0.1875rem) center;
  background-size: calc(0.75em+0.375rem) calc(0.75em+0.375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #40c057;
  box-shadow: 0 0 0 .2rem rgba(64, 192, 87, 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em+0.75rem);
  background-position: top calc(0.375em+0.1875rem) right calc(0.375em+0.1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #40c057;
  padding-right: calc(0.75em+2.3125rem);
  background: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%2340C057'd='M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") transparent no-repeat center right 1.75rem/calc(0.75em+0.375rem) calc(0.75em+0.375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #40c057;
  box-shadow: 0 0 0 .2rem rgba(64, 192, 87, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #40c057
}

.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: #40c057
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #40c057
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #66cd79;
  background-color: #66cd79
}

.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 .2rem rgba(64, 192, 87, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #40c057
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #40c057
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #40c057;
  box-shadow: 0 0 0 .2rem rgba(64, 192, 87, 0.25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 90%;
  color: #f55252
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(245, 82, 82, 0.9);
  border-radius: .35rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #f55252;
  padding-right: calc(1.5em+0.75rem);
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'fill='none'stroke='%23F55252'viewBox='001212'%3e%3ccirclecx='6'cy='6'r='4.5'/%3e%3cpathstroke-linejoin='round'd='M5.83.6h.4L66.5z'/%3e%3ccirclecx='6'cy='8.2'r='.6'fill='%23F55252'stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em+0.1875rem) center;
  background-size: calc(0.75em+0.375rem) calc(0.75em+0.375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #f55252;
  box-shadow: 0 0 0 .2rem rgba(245, 82, 82, 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em+0.75rem);
  background-position: top calc(0.375em+0.1875rem) right calc(0.375em+0.1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f55252;
  padding-right: calc(0.75em+2.3125rem);
  background: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'fill='none'stroke='%23F55252'viewBox='001212'%3e%3ccirclecx='6'cy='6'r='4.5'/%3e%3cpathstroke-linejoin='round'd='M5.83.6h.4L66.5z'/%3e%3ccirclecx='6'cy='8.2'r='.6'fill='%23F55252'stroke='none'/%3e%3c/svg%3e") transparent no-repeat center right 1.75rem/calc(0.75em+0.375rem) calc(0.75em+0.375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f55252;
  box-shadow: 0 0 0 .2rem rgba(245, 82, 82, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #f55252
}

.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: #f55252
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #f55252
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #f88282;
  background-color: #f88282
}

.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 .2rem rgba(245, 82, 82, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #f55252
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #f55252
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #f55252;
  box-shadow: 0 0 0 .2rem rgba(245, 82, 82, 0.25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media(min-width:576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #342e49;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .4rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: .35rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #342e49;
  text-decoration: none
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(1, 41, 92, 0.25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #01295c;
  border-color: #01295c
}

.btn-primary:hover {
  color: #fff;
  background-color: #011836;
  border-color: #00132a
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #011836;
  border-color: #00132a;
  box-shadow: 0 0 0 .2rem rgba(39, 73, 116, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #01295c;
  border-color: #01295c
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00132a;
  border-color: #000d1d
}

.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 .2rem rgba(39, 73, 116, 0.5)
}

.btn-secondary {
  color: #fff;
  background-color: #767676;
  border-color: #767676
}

.btn-secondary:hover {
  color: #fff;
  background-color: #636363;
  border-color: #5d5d5d
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #636363;
  border-color: #5d5d5d;
  box-shadow: 0 0 0 .2rem rgba(139, 139, 139, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #767676;
  border-color: #767676
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #565656
}

.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 .2rem rgba(139, 139, 139, 0.5)
}

.btn-success {
  color: #fff;
  background-color: #40c057;
  border-color: #40c057
}

.btn-success:hover {
  color: #fff;
  background-color: #36a44a;
  border-color: #339a45
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #36a44a;
  border-color: #339a45;
  box-shadow: 0 0 0 .2rem rgba(93, 201, 112, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #40c057;
  border-color: #40c057
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #339a45;
  border-color: #309141
}

.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 .2rem rgba(93, 201, 112, 0.5)
}

.btn-info {
  color: #fff;
  background-color: #2f8be6;
  border-color: #2f8be6
}

.btn-info:hover {
  color: #fff;
  background-color: #1a78d5;
  border-color: #1871ca
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #1a78d5;
  border-color: #1871ca;
  box-shadow: 0 0 0 .2rem rgba(78, 156, 234, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #2f8be6;
  border-color: #2f8be6
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1871ca;
  border-color: #176bbe
}

.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 .2rem rgba(78, 156, 234, 0.5)
}

.btn-warning {
  color: #fff;
  background-color: #ff681e;
  border-color: #ff681e
}

.btn-warning:hover {
  color: #fff;
  background-color: #f75100;
  border-color: #ea4d00
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #f75100;
  border-color: #ea4d00;
  box-shadow: 0 0 0 .2rem rgba(255, 127, 64, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #ff681e;
  border-color: #ff681e
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ea4d00;
  border-color: #dd4900
}

.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 .2rem rgba(255, 127, 64, 0.5)
}

.btn-danger {
  color: #fff;
  background-color: #f55252;
  border-color: #f55252
}

.btn-danger:hover {
  color: #fff;
  background-color: #f32e2e;
  border-color: #f22222
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #f32e2e;
  border-color: #f22222;
  box-shadow: 0 0 0 .2rem rgba(247, 108, 108, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f55252;
  border-color: #f55252
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f22222;
  border-color: #f21616
}

.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 .2rem rgba(247, 108, 108, 0.5)
}

.btn-light {
  color: #212529;
  background-color: #dbdee5;
  border-color: #dbdee5
}

.btn-light:hover {
  color: #212529;
  background-color: #c5cad5;
  border-color: #bdc3d0
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #c5cad5;
  border-color: #bdc3d0;
  box-shadow: 0 0 0 .2rem rgba(191, 194, 201, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #dbdee5;
  border-color: #dbdee5
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #bdc3d0;
  border-color: #b6bcca
}

.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 .2rem rgba(191, 194, 201, 0.5)
}

.btn-dark {
  color: #fff;
  background-color: #1a051d;
  border-color: #1a051d
}

.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 .2rem rgba(60, 43, 63, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #1a051d;
  border-color: #1a051d
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(60, 43, 63, 0.5)
}

.btn-outline-primary {
  color: #01295c;
  border-color: #01295c
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #01295c;
  border-color: #01295c
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(1, 41, 92, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #01295c;
  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: #01295c;
  border-color: #01295c
}

.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 .2rem rgba(1, 41, 92, 0.5)
}

.btn-outline-secondary {
  color: #767676;
  border-color: #767676
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #767676;
  border-color: #767676
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(118, 118, 118, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #767676;
  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: #fff;
  background-color: #767676;
  border-color: #767676
}

.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 .2rem rgba(118, 118, 118, 0.5)
}

.btn-outline-success {
  color: #40c057;
  border-color: #40c057
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #40c057;
  border-color: #40c057
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem rgba(64, 192, 87, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #40c057;
  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: #40c057;
  border-color: #40c057
}

.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 .2rem rgba(64, 192, 87, 0.5)
}

.btn-outline-info {
  color: #2f8be6;
  border-color: #2f8be6
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #2f8be6;
  border-color: #2f8be6
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 .2rem rgba(47, 139, 230, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #2f8be6;
  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: #2f8be6;
  border-color: #2f8be6
}

.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 .2rem rgba(47, 139, 230, 0.5)
}

.btn-outline-warning {
  color: #ff681e;
  border-color: #ff681e
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff681e;
  border-color: #ff681e
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 104, 30, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ff681e;
  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: #ff681e;
  border-color: #ff681e
}

.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 .2rem rgba(255, 104, 30, 0.5)
}

.btn-outline-danger {
  color: #f55252;
  border-color: #f55252
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f55252;
  border-color: #f55252
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 .2rem rgba(245, 82, 82, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f55252;
  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: #f55252;
  border-color: #f55252
}

.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 .2rem rgba(245, 82, 82, 0.5)
}

.btn-outline-light {
  color: #dbdee5;
  border-color: #dbdee5
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #dbdee5;
  border-color: #dbdee5
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 .2rem rgba(219, 222, 229, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #dbdee5;
  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: #212529;
  background-color: #dbdee5;
  border-color: #dbdee5
}

.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 .2rem rgba(219, 222, 229, 0.5)
}

.btn-outline-dark {
  color: #1a051d;
  border-color: #1a051d
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #1a051d;
  border-color: #1a051d
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem rgba(26, 5, 29, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #1a051d;
  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: #1a051d;
  border-color: #1a051d
}

.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 .2rem rgba(26, 5, 29, 0.5)
}

.btn-link {
  font-weight: 400;
  color: #01295c;
  text-decoration: none
}

.btn-link:hover {
  color: #011e43;
  text-decoration: none
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .35rem
}

.btn-sm,
.btn-group-sm>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .35rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #342e49;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: .35rem
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media(min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media(min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media(min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media(min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle::after {
  display: none
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .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;
  overflow: hidden;
  border-top: 1px solid #e0e0e0
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  color: #342e49;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px)
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px)
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: inherit;
  text-decoration: none;
  background-color: #f7f7f8
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #01295c
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: .875rem;
  color: #342e49;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: 10px 20px;
  color: #342e49
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: .9375rem
}

.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: .375rem;
  padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
  display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #75787d;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #e0e0e0;
  border-radius: .35rem
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em+1rem+2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .6rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em+0.5rem+2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .25rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #01295c;
  background-color: #01295c
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #01295c
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #137afc;
  border-color: #137afc
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #adb5bd
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #f7f7f8
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #adb5bd solid 1px
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
  border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.26l2.9742.99L82.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #01295c;
  background-color: #01295c
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='4'viewBox='0044'%3e%3cpathstroke='%23fff'd='M02h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(1, 41, 92, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(1, 41, 92, 0.5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'viewBox='-4-488'%3e%3ccircler='3'fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(1, 41, 92, 0.5)
}

.custom-switch {
  padding-left: 3.1rem
}

.custom-switch .custom-control-label::before {
  left: -3.1rem;
  width: 2.6rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem+2px);
  left: calc(-3.1rem+2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: transparent;
  transform: translateX(1.6rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(1, 41, 92, 0.5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em+0.75rem+3px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #75787d;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #e0e0e0;
  border-radius: .35rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #01295c;
  outline: 0;
  box-shadow: 0
}

.custom-select:focus::-ms-value {
  color: #75787d;
  background-color: transparent
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #75787d
}

.custom-select-sm {
  height: calc(1.5em+0.5rem+2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em+1rem+2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em+0.75rem+3px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em+0.75rem+3px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #01295c;
  box-shadow: none
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #f7f7f8
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse)
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em+0.75rem+3px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #75787d;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: .35rem
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em+0.75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #75787d;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .35rem .35rem 0
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f7f7f8, none
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f7f7f8, none
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f7f7f8, none
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #01295c;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media(prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #137afc
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .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: #01295c;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media(prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #137afc
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #01295c;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media(prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #137afc
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .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
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none
  }
}

.nav-item a {
  color: #01295c;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none
}

.nav-link.disabled {
  color: #9e9e9e;
  pointer-events: none;
  cursor: default
}

.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: .35rem;
  border-top-right-radius: .35rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent
}

.nav-tabs .nav-link.disabled {
  color: #9e9e9e;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #01295c;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .35rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #01295c
}

.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: .75rem 1.5rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1.5rem;
  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: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .35rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media(max-width:575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media(max-width:767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media(max-width:991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media(max-width:1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='30'height='30'viewBox='003030'%3e%3cpathstroke='rgba%28255,255,255,0.5%29'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: .35rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: .35rem;
  border-bottom-left-radius: .35rem
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem
}

.card-title {
  margin-bottom: 1.5rem
}

.card-subtitle {
  margin-top: -0.75rem;
  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: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
  border-radius: .35rem .35rem 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
  border-radius: 0 0 .35rem .35rem
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: .35rem;
  border-bottom-left-radius: .35rem
}

.card-deck .card {
  margin-bottom: 15px
}

@media(min-width:576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    flex: 1 0 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group>.card {
  margin-bottom: 15px
}

@media(min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0 0;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: 1.5rem
}

@media(min-width:576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: 0
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .35rem
}

.breadcrumb-item {
  display: flex
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .35rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #01295c;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0
}

.page-link:hover {
  z-index: 2;
  color: #01295c;
  text-decoration: none;
  background-color: #eee;
  border-color: #e0e0e0
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .35rem;
  border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .35rem;
  border-bottom-right-radius: .35rem
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #01295c;
  border-color: #01295c
}

.page-item.disabled .page-link {
  color: #757575;
  pointer-events: none;
  cursor: auto;
  background-color: #e0e0e0;
  border-color: #e0e0e0
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .6rem;
  border-bottom-left-radius: .6rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .6rem;
  border-bottom-right-radius: .6rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.badge {
  display: inline-block;
  padding: .4rem .666666667rem;
  font-size: 85%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .35rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #01295c
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #00132a
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(1, 41, 92, 0.5)
}

.badge-secondary {
  color: #fff;
  background-color: #767676
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #5d5d5d
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(118, 118, 118, 0.5)
}

.badge-success {
  color: #fff;
  background-color: #40c057
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #339a45
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(64, 192, 87, 0.5)
}

.badge-info {
  color: #fff;
  background-color: #2f8be6
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #1871ca
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(47, 139, 230, 0.5)
}

.badge-warning {
  color: #fff;
  background-color: #ff681e
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #fff;
  background-color: #ea4d00
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 104, 30, 0.5)
}

.badge-danger {
  color: #fff;
  background-color: #f55252
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #f22222
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(245, 82, 82, 0.5)
}

.badge-light {
  color: #212529;
  background-color: #dbdee5
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #bdc3d0
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(219, 222, 229, 0.5)
}

.badge-dark {
  color: #fff;
  background-color: #1a051d
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: black
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(26, 5, 29, 0.5)
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .6rem
}

@media(min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .95rem 1.45rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .35rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4.4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .95rem 1.45rem;
  color: inherit
}

.alert-primary {
  color: #011530;
  background-color: #ccd4de;
  border-color: #b8c3d1
}

.alert-primary hr {
  border-top-color: #a9b6c7
}

.alert-primary .alert-link {
  color: black
}

.alert-secondary {
  color: #3d3d3d;
  background-color: #e4e4e4;
  border-color: #d9d9d9
}

.alert-secondary hr {
  border-top-color: #ccc
}

.alert-secondary .alert-link {
  color: #242424
}

.alert-success {
  color: #21642d;
  background-color: #d9f2dd;
  border-color: #caedd0
}

.alert-success hr {
  border-top-color: #b7e7bf
}

.alert-success .alert-link {
  color: #143e1c
}

.alert-info {
  color: #184878;
  background-color: #d5e8fa;
  border-color: #c5dff8
}

.alert-info hr {
  border-top-color: #aed2f5
}

.alert-info .alert-link {
  color: #102f4e
}

.alert-warning {
  color: #853610;
  background-color: #ffe1d2;
  border-color: #ffd5c0
}

.alert-warning hr {
  border-top-color: #ffc4a7
}

.alert-warning .alert-link {
  color: #57240b
}

.alert-danger {
  color: #7f2b2b;
  background-color: #fddcdc;
  border-color: #fccfcf
}

.alert-danger hr {
  border-top-color: #fbb7b7
}

.alert-danger .alert-link {
  color: #591e1e
}

.alert-light {
  color: #727377;
  background-color: #f8f8fa;
  border-color: #f5f6f8
}

.alert-light hr {
  border-top-color: #e6e9ee
}

.alert-light .alert-link {
  color: #595a5d
}

.alert-dark {
  color: #0e030f;
  background-color: #d1cdd2;
  border-color: #bfb9c0
}

.alert-dark hr {
  border-top-color: #b3acb4
}

.alert-dark .alert-link {
  color: black
}

@keyframes progress-bar-stripes {
  from {
    background-position: .8rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: flex;
  height: .8rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #eee;
  border-radius: 1rem
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #01295c;
  transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: .8rem .8rem
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none
  }
}

.media {
  display: flex;
  align-items: flex-start
}

.media-body {
  flex: 1
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .35rem
}

.list-group-item-action {
  width: 100%;
  color: inherit;
  text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: inherit;
  text-decoration: none;
  background-color: #f7f7f8
}

.list-group-item-action:active {
  color: #342e49;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #e0e0e0
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #757575;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #01295c;
  border-color: #01295c
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .35rem;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .35rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media(min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .35rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media(min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .35rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media(min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .35rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media(min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .35rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #011530;
  background-color: #b8c3d1
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #011530;
  background-color: #a9b6c7
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #011530;
  border-color: #011530
}

.list-group-item-secondary {
  color: #3d3d3d;
  background-color: #d9d9d9
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #3d3d3d;
  background-color: #ccc
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d
}

.list-group-item-success {
  color: #21642d;
  background-color: #caedd0
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #21642d;
  background-color: #b7e7bf
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #21642d;
  border-color: #21642d
}

.list-group-item-info {
  color: #184878;
  background-color: #c5dff8
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #184878;
  background-color: #aed2f5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #184878;
  border-color: #184878
}

.list-group-item-warning {
  color: #853610;
  background-color: #ffd5c0
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #853610;
  background-color: #ffc4a7
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #853610;
  border-color: #853610
}

.list-group-item-danger {
  color: #7f2b2b;
  background-color: #fccfcf
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7f2b2b;
  background-color: #fbb7b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f2b2b;
  border-color: #7f2b2b
}

.list-group-item-light {
  color: #727377;
  background-color: #f5f6f8
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #727377;
  background-color: #e6e9ee
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #727377;
  border-color: #727377
}

.list-group-item-dark {
  color: #0e030f;
  background-color: #bfb9c0
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #0e030f;
  background-color: #b3acb4
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0e030f;
  border-color: #0e030f
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .35rem
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .45rem .75rem;
  color: #17102f;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid #e0e0e0
}

.toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: .35rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px)
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media(min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media(min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media(min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: .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: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: .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 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .35rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: .35rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .35rem
}

.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: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
  bottom: calc(-0.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #e0e0e0
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^=top]>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
  left: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .35rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^=right]>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #e0e0e0
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^=right]>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
  top: calc(-0.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^=bottom]>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #e0e0e0
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^=bottom]>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f8
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
  right: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .35rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^=left]>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #e0e0e0
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^=left]>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .6rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #17102f;
  background-color: #f7f7f8;
  border-bottom: 1px solid #e9e9ec;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .6rem 1rem;
  color: #342e49
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0 .6s
}

@media(prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'width='8'height='8'viewBox='0088'%3e%3cpathd='M5.250l-44441.5-1.5L4.254l2.5-2.5L5.250z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'width='8'height='8'viewBox='0088'%3e%3cpathd='M2.750l-1.51.5L3.754l-2.52.5L2.758l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #01295c !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00132a !important
}

.bg-secondary {
  background-color: #767676 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5d5d5d !important
}

.bg-success {
  background-color: #40c057 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #339a45 !important
}

.bg-info {
  background-color: #2f8be6 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1871ca !important
}

.bg-warning {
  background-color: #ff681e !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ea4d00 !important
}

.bg-danger {
  background-color: #f55252 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f22222 !important
}

.bg-light {
  background-color: #dbdee5 !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #bdc3d0 !important
}

.bg-dark {
  background-color: #1a051d !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #e0e0e0 !important
}

.border-top {
  border-top: 1px solid #e0e0e0 !important
}

.border-right {
  border-right: 1px solid #e0e0e0 !important
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important
}

.border-left {
  border-left: 1px solid #e0e0e0 !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: #01295c !important
}

.border-secondary {
  border-color: #767676 !important
}

.border-success {
  border-color: #40c057 !important
}

.border-info {
  border-color: #2f8be6 !important
}

.border-warning {
  border-color: #ff681e !important
}

.border-danger {
  border-color: #f55252 !important
}

.border-light {
  border-color: #dbdee5 !important
}

.border-dark {
  border-color: #1a051d !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: .25rem !important
}

.rounded {
  border-radius: .35rem !important
}

.rounded-top {
  border-top-left-radius: .35rem !important;
  border-top-right-radius: .35rem !important
}

.rounded-right {
  border-top-right-radius: .35rem !important;
  border-bottom-right-radius: .35rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .35rem !important;
  border-bottom-left-radius: .35rem !important
}

.rounded-left {
  border-top-left-radius: .35rem !important;
  border-bottom-left-radius: .35rem !important
}

.rounded-lg {
  border-radius: .6rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media(min-width:576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }
}

@media(min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }
}

@media(min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media(min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media(min-width:576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media(min-width:768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media(min-width:992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }
}

@media(min-width:1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media(min-width:576px) {
  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }
}

@media(min-width:768px) {
  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }
}

@media(min-width:992px) {
  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }
}

@media(min-width:1200px) {
  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports(position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
  box-shadow: none !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .375rem !important
}

.mt-1,
.my-1 {
  margin-top: .375rem !important
}

.mr-1,
.mx-1 {
  margin-right: .375rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .375rem !important
}

.ml-1,
.mx-1 {
  margin-left: .375rem !important
}

.m-2 {
  margin: .75rem !important
}

.mt-2,
.my-2 {
  margin-top: .75rem !important
}

.mr-2,
.mx-2 {
  margin-right: .75rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .75rem !important
}

.ml-2,
.mx-2 {
  margin-left: .75rem !important
}

.m-3 {
  margin: 1.5rem !important
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important
}

.m-4 {
  margin: 2.25rem !important
}

.mt-4,
.my-4 {
  margin-top: 2.25rem !important
}

.mr-4,
.mx-4 {
  margin-right: 2.25rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 2.25rem !important
}

.ml-4,
.mx-4 {
  margin-left: 2.25rem !important
}

.m-5 {
  margin: 4.5rem !important
}

.mt-5,
.my-5 {
  margin-top: 4.5rem !important
}

.mr-5,
.mx-5 {
  margin-right: 4.5rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important
}

.ml-5,
.mx-5 {
  margin-left: 4.5rem !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: .375rem !important
}

.pt-1,
.py-1 {
  padding-top: .375rem !important
}

.pr-1,
.px-1 {
  padding-right: .375rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .375rem !important
}

.pl-1,
.px-1 {
  padding-left: .375rem !important
}

.p-2 {
  padding: .75rem !important
}

.pt-2,
.py-2 {
  padding-top: .75rem !important
}

.pr-2,
.px-2 {
  padding-right: .75rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .75rem !important
}

.pl-2,
.px-2 {
  padding-left: .75rem !important
}

.p-3 {
  padding: 1.5rem !important
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important
}

.pr-3,
.px-3 {
  padding-right: 1.5rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important
}

.pl-3,
.px-3 {
  padding-left: 1.5rem !important
}

.p-4 {
  padding: 2.25rem !important
}

.pt-4,
.py-4 {
  padding-top: 2.25rem !important
}

.pr-4,
.px-4 {
  padding-right: 2.25rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 2.25rem !important
}

.pl-4,
.px-4 {
  padding-left: 2.25rem !important
}

.p-5 {
  padding: 4.5rem !important
}

.pt-5,
.py-5 {
  padding-top: 4.5rem !important
}

.pr-5,
.px-5 {
  padding-right: 4.5rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important
}

.pl-5,
.px-5 {
  padding-left: 4.5rem !important
}

.m-n1 {
  margin: -0.375rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -0.375rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -0.375rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.375rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -0.375rem !important
}

.m-n2 {
  margin: -0.75rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -0.75rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -0.75rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.75rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !important
}

.m-n3 {
  margin: -1.5rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important
}

.m-n4 {
  margin: -2.25rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -2.25rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -2.25rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -2.25rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -2.25rem !important
}

.m-n5 {
  margin: -4.5rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -4.5rem !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: .375rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .375rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .375rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .375rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .375rem !important
  }

  .m-sm-2 {
    margin: .75rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .75rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .75rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .75rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .75rem !important
  }

  .m-sm-3 {
    margin: 1.5rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important
  }

  .m-sm-4 {
    margin: 2.25rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.25rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.25rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.25rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.25rem !important
  }

  .m-sm-5 {
    margin: 4.5rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4.5rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4.5rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4.5rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4.5rem !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: .375rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .375rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .375rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .375rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .375rem !important
  }

  .p-sm-2 {
    padding: .75rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .75rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .75rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .75rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .75rem !important
  }

  .p-sm-3 {
    padding: 1.5rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important
  }

  .p-sm-4 {
    padding: 2.25rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.25rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.25rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.25rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.25rem !important
  }

  .p-sm-5 {
    padding: 4.5rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4.5rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4.5rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4.5rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4.5rem !important
  }

  .m-sm-n1 {
    margin: -0.375rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.375rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.375rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.375rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.375rem !important
  }

  .m-sm-n2 {
    margin: -0.75rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.75rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.75rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.75rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.75rem !important
  }

  .m-sm-n3 {
    margin: -1.5rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.5rem !important
  }

  .m-sm-n4 {
    margin: -2.25rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.25rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.25rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.25rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.25rem !important
  }

  .m-sm-n5 {
    margin: -4.5rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4.5rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4.5rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4.5rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4.5rem !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: .375rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .375rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .375rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .375rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .375rem !important
  }

  .m-md-2 {
    margin: .75rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .75rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .75rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .75rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .75rem !important
  }

  .m-md-3 {
    margin: 1.5rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important
  }

  .m-md-4 {
    margin: 2.25rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 2.25rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.25rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.25rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.25rem !important
  }

  .m-md-5 {
    margin: 4.5rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 4.5rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.5rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.5rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.5rem !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: .375rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .375rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .375rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .375rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .375rem !important
  }

  .p-md-2 {
    padding: .75rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .75rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .75rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .75rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .75rem !important
  }

  .p-md-3 {
    padding: 1.5rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important
  }

  .p-md-4 {
    padding: 2.25rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 2.25rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 2.25rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.25rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 2.25rem !important
  }

  .p-md-5 {
    padding: 4.5rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 4.5rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 4.5rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.5rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 4.5rem !important
  }

  .m-md-n1 {
    margin: -0.375rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.375rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.375rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.375rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.375rem !important
  }

  .m-md-n2 {
    margin: -0.75rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.75rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.75rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.75rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.75rem !important
  }

  .m-md-n3 {
    margin: -1.5rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.5rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.5rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.5rem !important
  }

  .m-md-n4 {
    margin: -2.25rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.25rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.25rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.25rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.25rem !important
  }

  .m-md-n5 {
    margin: -4.5rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4.5rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4.5rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4.5rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4.5rem !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: .375rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .375rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .375rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .375rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .375rem !important
  }

  .m-lg-2 {
    margin: .75rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .75rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .75rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .75rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .75rem !important
  }

  .m-lg-3 {
    margin: 1.5rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important
  }

  .m-lg-4 {
    margin: 2.25rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.25rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.25rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.25rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.25rem !important
  }

  .m-lg-5 {
    margin: 4.5rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.5rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.5rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.5rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.5rem !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: .375rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .375rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .375rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .375rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .375rem !important
  }

  .p-lg-2 {
    padding: .75rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .75rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .75rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .75rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .75rem !important
  }

  .p-lg-3 {
    padding: 1.5rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important
  }

  .p-lg-4 {
    padding: 2.25rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.25rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.25rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.25rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.25rem !important
  }

  .p-lg-5 {
    padding: 4.5rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.5rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.5rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.5rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.5rem !important
  }

  .m-lg-n1 {
    margin: -0.375rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.375rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.375rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.375rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.375rem !important
  }

  .m-lg-n2 {
    margin: -0.75rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.75rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.75rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.75rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.75rem !important
  }

  .m-lg-n3 {
    margin: -1.5rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.5rem !important
  }

  .m-lg-n4 {
    margin: -2.25rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.25rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.25rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.25rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.25rem !important
  }

  .m-lg-n5 {
    margin: -4.5rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4.5rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4.5rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4.5rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4.5rem !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: .375rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .375rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .375rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .375rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .375rem !important
  }

  .m-xl-2 {
    margin: .75rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .75rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .75rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .75rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .75rem !important
  }

  .m-xl-3 {
    margin: 1.5rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important
  }

  .m-xl-4 {
    margin: 2.25rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.25rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.25rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.25rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.25rem !important
  }

  .m-xl-5 {
    margin: 4.5rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.5rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.5rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.5rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.5rem !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: .375rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .375rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .375rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .375rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .375rem !important
  }

  .p-xl-2 {
    padding: .75rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .75rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .75rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .75rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .75rem !important
  }

  .p-xl-3 {
    padding: 1.5rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important
  }

  .p-xl-4 {
    padding: 2.25rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.25rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.25rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.25rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.25rem !important
  }

  .p-xl-5 {
    padding: 4.5rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.5rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.5rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.5rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.5rem !important
  }

  .m-xl-n1 {
    margin: -0.375rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.375rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.375rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.375rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.375rem !important
  }

  .m-xl-n2 {
    margin: -0.75rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.75rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.75rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.75rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.75rem !important
  }

  .m-xl-n3 {
    margin: -1.5rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.5rem !important
  }

  .m-xl-n4 {
    margin: -2.25rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.25rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.25rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.25rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.25rem !important
  }

  .m-xl-n5 {
    margin: -4.5rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4.5rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4.5rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4.5rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4.5rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media(min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media(min-width:768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media(min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media(min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #01295c !important
}

a.text-primary:hover,
a.text-primary:focus {
  color: #000710 !important
}

.text-secondary {
  color: #767676 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #505050 !important
}

.text-success {
  color: #40c057 !important
}

a.text-success:hover,
a.text-success:focus {
  color: #2d873d !important
}

.text-info {
  color: #2f8be6 !important
}

a.text-info:hover,
a.text-info:focus {
  color: #1665b3 !important
}

.text-warning {
  color: #ff681e !important
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d14500 !important
}

.text-danger {
  color: #f55252 !important
}

a.text-danger:hover,
a.text-danger:focus {
  color: #ed0e0e !important
}

.text-light {
  color: #dbdee5 !important
}

a.text-light:hover,
a.text-light:focus {
  color: #afb5c5 !important
}

.text-dark {
  color: #1a051d !important
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important
}

.text-body {
  color: #342e49 !important
}

.text-muted {
  color: #bdbdbd !important
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " ("attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  pre,
  blockquote {
    border: 1px solid #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
  }

  .table-dark {
    color: inherit
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #e0e0e0
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #e0e0e0
  }
}

.alert>* {
  color: inherit !important
}

.alert.alert-light {
  color: inherit !important
}

.alert .alert-link {
  color: #fff !important
}

.alert .alert-link:hover {
  text-decoration: underline
}

.alert .close {
  color: #fff;
  font-size: 2rem;
  line-height: 1rem;
  top: 0
}

.alert .close:hover,
.alert .close:focus {
  opacity: .85 !important
}

.alert .close:focus {
  outline: 0
}

.alert[class*=bg-] .alert-link {
  color: inherit !important
}

.alert[class*=bg-] .close {
  color: inherit;
  opacity: .7;
  text-shadow: none
}

.alert[class*=bg-] .close:hover,
.alert[class*=bg-] .close:focus {
  opacity: 1 !important
}

.alert .alert-icon-left {
  display: flex;
  align-items: center
}

.alert .alert-icon-right {
  display: flex;
  align-items: center;
  justify-content: space-between
}

html {
  font-size: 15px
}

body {
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100)
}

.wrapper.wrapper-full-page {
  height: auto;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100)
}

.content-wrapper {
  padding: 0 30px
}

.serif-font {
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

a:focus {
  color: #198ce4;
  text-decoration: none
}

a.text-info:hover,
a.text-info:focus {
  color: #1b7ee1
}

p {
  letter-spacing: .3px
}

@media(max-width:576px) {
  .main-panel .main-content .content-wrapper {
    padding: 0 15px
  }
}

.collapse-icon .card-header {
  position: relative
}

.collapse-icon a[data-toggle=collapse]:after {
  position: absolute;
  top: 40%;
  right: 20px;
  margin-top: -4px;
  font-family: "feather";
  content: "\e897";
  transition: all 300ms linear 0
}

.collapse-icon a[data-toggle=collapse]:before {
  position: absolute;
  top: 40%;
  right: 20px;
  margin-top: -4px;
  font-family: "feather";
  content: "\e8b1";
  transition: all 300ms linear 0
}

.collapse-icon.left a {
  padding-left: 28px
}

.collapse-icon.left a:before,
.collapse-icon.left a:after {
  left: 20px;
  right: auto
}

.collapse-icon a[aria-expanded=true]:before {
  opacity: 0
}

.collapse-icon a[aria-expanded=false]:after {
  opacity: 0
}

.collapse-icon.accordion-icon-rotate a[aria-expanded=true]:before {
  transform: rotate(180deg)
}

.collapse-icon.accordion-icon-rotate a[aria-expanded=false]:after {
  transform: rotate(-180deg)
}

.badge {
  letter-spacing: .3px;
  background-color: #01295c;
  color: #fff
}

.badge.badge-light {
  color: #342e49
}

.badge.badge-round {
  padding: 6px 8px
}

.btn {
  box-shadow: none
}

.btn:focus,
.btn.focus,
.btn:active {
  box-shadow: none !important
}

.btn:hover {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
  cursor: pointer
}

.btn-warning {
  color: #fff
}

.btn-light {
  color: #342e49
}

.btn-group-vertical .btn[class*=btn-] {
  margin-bottom: 0
}

.input-group {
  margin-bottom: 1rem
}

.input-group .btn[class*=btn-] {
  margin-bottom: 0
}

.btn-icon.round {
  padding: .465rem .72rem
}

.btn[class*=btn-]:not(:disabled):not(.disabled):active,
.btn[class*=btn-]:not(:disabled):not(.disabled).active,
.show>.btn[class*=btn-].dropdown-toggle {
  box-shadow: none
}

button:focus {
  outline: 0
}

.btn-group span:first-child:not(:last-child) .btn.dropdown-toggle,
.input-group span:first-child:not(:last-child) .btn.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group span:last-child:not(:first-child) .btn.dropdown-toggle,
.input-group span:last-child:not(:first-child) .btn.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group span:not(:last-child):not(:first-child) .btn.dropdown-toggle,
.input-group span:not(:last-child):not(:first-child) .btn.dropdown-toggle {
  border-radius: 0
}

.card {
  margin: 15px 0;
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11)
}

.card[class*=gradient-] .card-header,
.card[class*=gradient-] .card-footer {
  background-color: transparent;
  background-color: initial
}

.card .card-header {
  padding-bottom: 0;
  border-bottom: 0;
  background-color: transparent
}

.card .card-subtitle {
  margin-top: 10px;
  margin-bottom: 10px
}

.card .card-bordered {
  border: 1px solid rgba(0, 0, 0, 0.06)
}

.card.card-transparent {
  background-color: transparent !important
}

.card .card {
  box-shadow: none
}

.card .card-img {
  position: relative
}

.card .card-img .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px
}

.card .card-img.overlap {
  margin-top: -30px
}

.card .btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #01295c;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
  font-size: 1rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.card .btn-floating.btn {
  margin: 0
}

.card .btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 40px
}

.card .btn-floating.btn-large {
  width: 56px;
  height: 56px
}

.card .btn-floating.btn-large.halfway-fab {
  bottom: -28px
}

.card .btn-floating.btn-large i {
  line-height: 56px
}

.card .btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px
}

.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  transition: height 1s ease-in-out;
  display: none
}

.card .card-reveal .card-title {
  cursor: pointer
}

.card .card-title {
  letter-spacing: .03rem;
  font-size: 1.25rem;
  margin-bottom: .25rem
}

.card .card-footer {
  padding: 1rem 1.5rem;
  background: transparent;
  overflow: hidden
}

.card.card-inverse .card-blockquote .blockquote-footer,
.card.card-inverse .card-link,
.card.card-inverse .card-subtitle,
.card.card-inverse .card-text,
.card.card-inverse .card-title,
.card.card-inverse .card-footer,
.card.card-inverse a,
.card.card-inverse a:hover,
.card.card-inverse label,
.card.card-inverse span,
.card.card-inverse .form-group:hover,
.card.card-inverse div,
.card.card-inverse input {
  color: #fff
}

.card.card-inverse .form-group.is-focused .checkbox label,
.card.card-inverse .form-group.is-focused label.checkbox-inline,
.card.card-inverse .form-group.is-focused .radio label,
.card.card-inverse .form-group.is-focused label.radio-inline {
  color: #fff
}

.card.card-inverse hr {
  border-color: #fff
}

.card.card-inverse .checkbox label {
  color: #fff
}

.card.card-inverse .checkbox label .checkbox-decorator .check {
  border-color: rgba(255, 255, 255, 0.54)
}

.card.card-inverse input::-webkit-input-placeholder,
.card.card-inverse input::-moz-placeholder,
.card.card-inverse input:-ms-input-placeholder,
.card.card-inverse input:-moz-placeholder {
  color: #fff
}

.dropdown .dropdown-menu,
.dropup .dropdown-menu,
.dropright .dropdown-menu,
.dropleft .dropdown-menu {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15)
}

.dropdown .dropdown-menu .dropdown-header,
.dropup .dropdown-menu .dropdown-header,
.dropright .dropdown-menu .dropdown-header,
.dropleft .dropdown-menu .dropdown-header {
  margin-top: .4rem;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600
}

.dropdown .dropdown-menu .dropdown-item,
.dropup .dropdown-menu .dropdown-item,
.dropright .dropdown-menu .dropdown-item,
.dropleft .dropdown-menu .dropdown-item {
  width: auto
}

.dropdown .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:active {
  background-color: #01295c !important;
  color: white !important
}

.dropdown .dropdown-menu .dropdown-submenu,
.dropup .dropdown-menu .dropdown-submenu,
.dropright .dropdown-menu .dropdown-submenu,
.dropleft .dropdown-menu .dropdown-submenu {
  position: relative
}

.dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu,
.dropup .dropdown-menu .dropdown-submenu:hover .dropdown-menu,
.dropright .dropdown-menu .dropdown-submenu:hover .dropdown-menu,
.dropleft .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block
}

.dropdown .dropdown-menu .dropdown-submenu>a.dropdown-item,
.dropup .dropdown-menu .dropdown-submenu>a.dropdown-item,
.dropright .dropdown-menu .dropdown-submenu>a.dropdown-item,
.dropleft .dropdown-menu .dropdown-submenu>a.dropdown-item {
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem
}

.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu,
.dropup .dropdown-menu .dropdown-submenu .dropdown-menu,
.dropright .dropdown-menu .dropdown-submenu .dropdown-menu,
.dropleft .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  margin-left: -1px
}

.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu.open-left,
.dropup .dropdown-menu .dropdown-submenu .dropdown-menu.open-left,
.dropright .dropdown-menu .dropdown-submenu .dropdown-menu.open-left,
.dropleft .dropdown-menu .dropdown-submenu .dropdown-menu.open-left {
  left: auto;
  right: 100%
}

.dropdown .dropdown-menu .dropdown-submenu:last-child>.dropdown-item:first-child,
.dropup .dropdown-menu .dropdown-submenu:last-child>.dropdown-item:first-child,
.dropright .dropdown-menu .dropdown-submenu:last-child>.dropdown-item:first-child,
.dropleft .dropdown-menu .dropdown-submenu:last-child>.dropdown-item:first-child {
  border-bottom-left-radius: calc(0.35rem - 1px);
  border-bottom-right-radius: calc(0.35rem - 1px)
}

.dropdown .dropdown-menu .dropdown-submenu>a:after,
.dropup .dropdown-menu .dropdown-submenu>a:after,
.dropright .dropdown-menu .dropdown-submenu>a:after,
.dropleft .dropdown-menu .dropdown-submenu>a:after {
  font-family: "FontAwesome";
  content: "\f105" !important;
  right: 14px;
  top: -10px;
  font-size: 1.2rem;
  float: right;
  border: 0;
  margin-top: 1.15rem;
  position: absolute
}

.dropdown .dropdown-menu .disabled,
.dropup .dropdown-menu .disabled,
.dropright .dropdown-menu .disabled,
.dropleft .dropdown-menu .disabled {
  color: #adb5bd
}

.dropdown-menu-right {
  left: auto !important;
  right: 0
}

.dropdown-menu.arrow {
  margin-top: 12px
}

.dropdown-menu.arrow:after,
.dropdown-menu.arrow:before {
  position: absolute;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-width: 0
}

.dropdown-menu.arrow:before {
  top: -7px;
  border-bottom-color: #e0e0e0
}

.dropdown-menu.arrow:after {
  top: -6px;
  border-bottom-color: #fff
}

.dropdown-menu .arrow-left {
  margin-left: 7px !important
}

.dropdown-menu .arrow-left:after,
.dropdown-menu .arrow-left:before {
  position: absolute;
  top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-left-width: 0
}

.dropdown-menu .arrow-left:before {
  left: -8px;
  border-right-color: #e0e0e0
}

.dropdown-menu .arrow-left:after {
  left: -7px;
  border-right-color: #fff
}

.dropdown-menu .arrow-right {
  margin-right: 7px !important
}

.dropdown-menu .arrow-right:after,
.dropdown-menu .arrow-right:before {
  position: absolute;
  top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-right-width: 0
}

.dropdown-menu .arrow-right:before {
  right: -8px;
  border-left-color: #b3b3b3
}

.dropdown-menu .arrow-right:after {
  right: -7px;
  border-left-color: #fff
}

.dropup .dropdown-submenu .dropdown-menu {
  bottom: auto
}

.show>.dropdown-menu {
  transform: scale(1, 1);
  opacity: 1;
  display: block
}

.navbar-horizontal .dropdown-submenu .dropdown-toggle::after {
  top: -9px !important;
  margin-top: 1.25rem;
  right: 10px
}

.carousel-inner>.carousel-item>img {
  max-width: 100%;
  height: auto
}

.carousel-indicators li.active {
  background-color: #0d6bb3
}

.modal-content {
  overflow: hidden
}

.modal-content .modal-header {
  border-radius: 0
}

.modal-content .modal-header[class*=bg-]>* {
  color: #fff
}

.modal-content .modal-footer .btn {
  margin: 0
}

.modal-content .modal-footer .btn+.btn {
  margin-left: 8px
}

@media(max-width:575.98px) {
  .modal-open .modal {
    padding: 0 .5rem !important
  }
}

.nav-vertical {
  overflow: hidden
}

.nav-vertical .nav-left.nav-tabs {
  float: left;
  border-bottom: 0;
  border-radius: 0;
  display: table
}

.nav-vertical .nav-left.nav-tabs li.nav-item {
  margin: 0
}

.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link {
  min-width: 6.5rem;
  border-right: 1px solid #dee2e6
}

.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
  border-right: 2px solid #01295c !important;
  border-bottom: 0
}

.nav-vertical .nav-left~.tab-content .tab-pane {
  display: none;
  padding-left: 1rem;
  overflow-y: auto
}

.nav-vertical .nav-left~.tab-content .tab-pane.active {
  display: block
}

.nav-vertical .nav-right.nav-tabs {
  float: right;
  border-bottom: 0;
  border-radius: 0;
  display: table
}

.nav-vertical .nav-right.nav-tabs li.nav-item {
  margin: 0
}

.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link {
  border-left: 1px solid #dee2e6;
  min-width: 6.5rem
}

.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link.active {
  border-left: 2px solid #01295c !important;
  border-bottom: 0
}

.nav-vertical .nav-right~.tab-content .tab-pane {
  display: none;
  padding-right: 1rem;
  overflow-y: auto
}

.nav-vertical .nav-right~.tab-content .tab-pane.active {
  display: block
}

.tab-content {
  padding: .375rem
}

.nav-tabs .nav-link {
  height: 100%;
  border: 0;
  border-radius: 0
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #01295c
}

.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border-bottom-color: #fff
}

.vertical-layout.navbar-sticky.page-scrolled:not(.layout-dark) nav.header-navbar {
  background-color: #fff;
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11)
}

nav.navbar.header-navbar {
  padding: .3rem 1rem .3rem 1.5rem !important
}

nav.navbar.header-navbar .container-fluid,
nav.navbar.header-navbar .container-sm,
nav.navbar.header-navbar .container-md,
nav.navbar.header-navbar .container-lg,
nav.navbar.header-navbar .container-xl {
  padding-left: 0
}

.navbar {
  z-index: 4;
  border: 0;
  border-radius: 0;
  padding: .7rem 1rem .7rem 1.5rem !important
}

.navbar .navbar-brand {
  position: relative
}

.navbar .navbar-brand-center .navbar-nav {
  padding-top: 0
}

.navbar .navbar-brand-center .navbar-header {
  width: 120px !important;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0;
  margin: 0;
  transform: translate(-50%, 0)
}

.navbar .navbar-brand-center .navbar-header .logo .logo-text {
  text-transform: uppercase;
  padding: 7px 0;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 400
}

.navbar .navbar-brand-center .navbar-header .logo .logo-img {
  width: 30px;
  display: inline-block;
  max-height: 30px;
  margin-right: 15px
}

.navbar .navbar-nav {
  display: block;
  margin-right: -18px
}

.navbar .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar .navbar-nav .nav-search .nav-link-search {
  float: left
}

.navbar .navbar-nav .nav-search .search-input .search-input-icon {
  display: none;
  position: absolute;
  left: 2rem;
  top: 1.44rem;
  cursor: pointer
}

.navbar .navbar-nav .nav-search .search-input .input {
  width: 0;
  border: 0;
  background: 0;
  line-height: 1rem
}

.navbar .navbar-nav .nav-search .search-input .search-input-close {
  z-index: 101;
  display: none;
  position: absolute;
  right: 2rem;
  top: 32%;
  cursor: pointer
}

.navbar .navbar-nav .nav-search .search-input .search-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  margin-top: 1rem;
  padding-left: 0;
  border-radius: .267rem;
  display: none;
  z-index: 1200
}

.navbar .navbar-nav .nav-search .search-input .search-list.show {
  display: block;
  overflow: hidden;
  width: 100%
}

.navbar .navbar-nav .nav-search .search-input .search-list li a {
  padding: .8rem 1rem;
  color: #342e49
}

.navbar .navbar-nav .nav-search .search-input .search-list li:first-child,
.navbar .navbar-nav .nav-search .search-input .search-list li:last-child {
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem
}

.navbar .navbar-nav .nav-search .search-input .search-list li:hover,
.navbar .navbar-nav .nav-search .search-input .search-list li.current_item {
  background-color: #f5f5f5
}

.navbar .navbar-nav .nav-search .search-input:not(.open) {
  overflow: hidden
}

.navbar .navbar-nav .nav-search .search-input.open {
  position: absolute;
  left: 0;
  background: #fff;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 115;
  margin-top: -1px;
  box-shadow: -8px 12px 18px 0 rgba(0, 0, 0, 0.13)
}

.navbar .navbar-nav .nav-search .search-input.open .search-input-icon,
.navbar .navbar-nav .nav-search .search-input.open .search-input-close {
  display: block
}

.navbar .navbar-nav .nav-search .search-input.open .search-input-close {
  margin-top: .1rem
}

.navbar .navbar-nav .nav-search .search-input.open .input {
  width: 100%;
  padding: 1.37rem 4.3rem
}

.navbar .navbar-toggle {
  background-color: transparent;
  border: 0
}

.navbar .navbar-container .navbar-nav .dropdown-toggle::after {
  content: none
}

.navbar .navbar-container .navbar-nav .notification-dropdown {
  border: transparent;
  width: 25rem
}

.navbar .navbar-container .navbar-nav .notification-dropdown.dropdown-menu {
  padding: 0
}

.navbar .navbar-container .navbar-nav .notification-dropdown .dropdown-menu-header .dropdown-header {
  text-transform: none
}

.navbar .navbar-container .navbar-nav .notification-dropdown .scrollable-container {
  position: relative;
  max-height: 20rem
}

.navbar .navbar-container .navbar-nav .notification-dropdown .scrollable-container .ps__rail-x {
  display: none
}

.navbar .navbar-container .navbar-nav .notification-dropdown .scrollable-container .read-notification {
  background-color: #f5f5f5
}

.navbar .navbar-container .navbar-nav .notification-dropdown .media {
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0
}

.navbar .navbar-container .navbar-nav .notification-dropdown .noti-text {
  color: #6c757d;
  font-size: .8rem
}

.navbar .navbar-container .navbar-nav .notification-dropdown .noti-footer:hover,
.navbar .navbar-container .navbar-nav .notification-dropdown .noti-footer:focus {
  color: #01295c !important;
  text-decoration: none
}

.navbar .navbar-container .navbar-nav .user {
  flex-direction: column;
  line-height: 1.1rem
}

.navbar .navbar-container .notification {
  position: relative;
  top: -15px;
  right: 14px;
  padding: .25rem .4rem
}

.navbar .notification-dropdown .dropdown-item.active i,
.navbar .notification-dropdown .dropdown-item.active .noti-title,
.navbar .notification-dropdown .dropdown-item.active .noti-text,
.navbar .notification-dropdown .dropdown-item:active i,
.navbar .notification-dropdown .dropdown-item:active .noti-title,
.navbar .notification-dropdown .dropdown-item:active .noti-text {
  color: #fff !important
}

.navbar .langimg {
  width: 26px;
  margin-right: 5px
}

@media(min-width:1200px) {
  .vertical-layout.navbar-sticky.nav-collapsed nav.header-navbar {
    width: calc(100% - 60px) !important
  }

  .vertical-layout.navbar-sticky.sidebar-sm nav.header-navbar {
    width: calc(100% - 220px)
  }

  .vertical-layout.navbar-sticky.sidebar-lg nav.header-navbar {
    width: calc(100% - 280px)
  }

  .vertical-layout.navbar-sticky nav.header-navbar {
    width: calc(100% - 250px)
  }
}

@media(min-width:992px) {
  .navbar.header-navbar .navbar-nav {
    display: flex;
    align-items: center
  }
}

@media(max-width:991.98px) {
  .header-navbar .navbar-container ul.navbar-nav .dropdown-language {
    margin-top: .4rem
  }

  .header-navbar .navbar-container ul.navbar-nav .dropdown-notification {
    margin-top: 1.2rem !important
  }

  .navbar .navbar-brand-center .navbar-header {
    width: 30px !important
  }

  .navbar .navbar-brand-center .navbar-header .logo .logo-img {
    margin-right: 0
  }

  .navbar .navbar-brand-center .navbar-header .logo .logo-text .text {
    display: none
  }
}

@media(max-width:767.98px) {
  .header-navbar .navbar-container ul.navbar-nav .dropdown-language {
    margin-top: .8rem
  }
}

@media(max-width:575.98px) {
  nav.navbar.header-navbar {
    padding: .3rem .5rem !important
  }
}

@media(max-width:525px) {
  .header-navbar .navbar-container .notification-dropdown {
    right: -2rem;
    width: 350px !important
  }
}

@media(max-width:420px) {
  .header-navbar .navbar-container .notification-dropdown {
    right: -3rem;
    width: calc(100vw - 1.7rem) !important
  }
}

.popover {
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11)
}

.popover .popover-header {
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem
}

.popover.bs-popover-bottom>.arrow::after,
.popover.bs-popover-auto[x-placement^=bottom]>.arrow::after {
  border-bottom-color: #f7f7f8
}

.progress .progress-bar {
  border-radius: 1.28rem
}

.toast-bs-container {
  z-index: 1060;
  position: fixed;
  top: 4rem;
  right: 2rem;
  width: calc(100% - 4rem)
}

.toast-bs-container .toast-position {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse
}

.toast-bs-container .toast-position .toast.show {
  z-index: 1060
}

.toast {
  display: none
}

.toast.toast-translucent {
  opacity: 1;
  display: block
}

.toast-placement .toast {
  position: absolute;
  top: 2rem;
  z-index: 1060
}

.toast-body {
  color: #342e49
}

blockquote footer,
blockquote small,
blockquote .small,
.blockquote footer,
.blockquote small,
.blockquote .small {
  font-size: 80%;
  padding-left: 0
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

h2.title {
  margin-bottom: 3rem
}

.text-warning {
  color: #ff681e !important
}

.text-primary {
  color: #01295c !important
}

.text-danger {
  color: #f55252 !important
}

.text-success {
  color: #40c057 !important
}

.text-info {
  color: #2f8be6 !important
}

.font-small-1 {
  font-size: .7rem !important
}

.font-small-2 {
  font-size: .8rem !important
}

.font-small-3 {
  font-size: .9rem !important
}

.font-medium-1 {
  font-size: 1.1rem !important
}

.font-medium-2 {
  font-size: 1.2rem !important
}

.font-medium-3 {
  font-size: 1.3rem !important
}

.font-medium-4 {
  font-size: 1.4rem !important
}

.font-medium-5 {
  font-size: 1.5rem !important
}

.font-large-1 {
  font-size: 2rem !important;
  line-height: 2rem
}

.font-large-2 {
  font-size: 3rem !important;
  line-height: 2.95rem
}

.font-large-3 {
  font-size: 4rem !important;
  line-height: 3.5rem
}

.font-large-4 {
  font-size: 5rem !important;
  line-height: 4.2rem
}

.font-large-5 {
  font-size: 6rem !important;
  line-height: 5.2rem
}

.text-bold-300 {
  font-weight: 300
}

.text-bold-400 {
  font-weight: 400
}

.text-bold-500 {
  font-weight: 500
}

.text-bold-600 {
  font-weight: 600
}

.text-bold-700 {
  font-weight: 700
}

.text-italic {
  font-style: italic
}

.text-highlight {
  padding: 4px 6px
}

#equal-width .bd-example .row [class^=col-],
#equal-width .bd-example .row .col,
#setting-one-column-width .bd-example .row [class^=col-],
#setting-one-column-width .bd-example .row .col,
#variable-width-content .bd-example .row [class^=col-],
#variable-width-content .bd-example .row .col,
#equal-width-multi-row .bd-example .row [class^=col-],
#equal-width-multi-row .bd-example .row .col,
#all-breakpoints .bd-example .row [class^=col-],
#all-breakpoints .bd-example .row .col,
#stacked-to-horizontal .bd-example .row [class^=col-],
#stacked-to-horizontal .bd-example .row .col,
#alignment .bd-example .row [class^=col-],
#alignment .bd-example .row .col,
#vertical-alignment .bd-example .row [class^=col-],
#vertical-alignment .bd-example .row .col,
#horizontal-alignment .bd-example .row [class^=col-],
#horizontal-alignment .bd-example .row .col,
#column-wrapping .bd-example .row [class^=col-],
#column-wrapping .bd-example .row .col,
#column-breaks .bd-example .row [class^=col-],
#column-breaks .bd-example .row .col,
#reordering .bd-example .row [class^=col-],
#reordering .bd-example .row .col,
#offsetting-columns .bd-example .row [class^=col-],
#offsetting-columns .bd-example .row .col,
#margin-utilities .bd-example .row [class^=col-],
#margin-utilities .bd-example .row .col,
#nesting .bd-example .row [class^=col-],
#nesting .bd-example .row .col {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2)
}

#equal-width .bd-example .row+.row,
#setting-one-column-width .bd-example .row+.row,
#variable-width-content .bd-example .row+.row,
#equal-width-multi-row .bd-example .row+.row,
#all-breakpoints .bd-example .row+.row,
#stacked-to-horizontal .bd-example .row+.row,
#alignment .bd-example .row+.row,
#vertical-alignment .bd-example .row+.row,
#horizontal-alignment .bd-example .row+.row,
#column-wrapping .bd-example .row+.row,
#column-breaks .bd-example .row+.row,
#reordering .bd-example .row+.row,
#offsetting-columns .bd-example .row+.row,
#margin-utilities .bd-example .row+.row,
#nesting .bd-example .row+.row {
  margin-top: 1rem
}

code {
  padding: .1rem .4rem;
  background-color: #eee;
  border-radius: .2rem
}

pre code {
  padding: 0;
  text-shadow: none !important
}

pre code .token.operator,
pre code .token.url {
  background: transparent
}

pre[class*=language-] {
  border-radius: .35rem
}

.list-group-item-primary {
  color: #011530 !important;
  background-color: #b8c3d1 !important
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #011530 !important;
  background-color: #a9b6c7 !important
}

.list-group-item-secondary {
  color: #3d3d3d !important;
  background-color: #d9d9d9 !important
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #3d3d3d !important;
  background-color: #ccc !important
}

.list-group-item-success {
  color: #21642d !important;
  background-color: #caedd0 !important
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #21642d !important;
  background-color: #b7e7bf !important
}

.list-group-item-info {
  color: #184878 !important;
  background-color: #c5dff8 !important
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #184878 !important;
  background-color: #aed2f5 !important
}

.list-group-item-warning {
  color: #853610 !important;
  background-color: #ffd5c0 !important
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #853610 !important;
  background-color: #ffc4a7 !important
}

.list-group-item-danger {
  color: #7f2b2b !important;
  background-color: #fccfcf !important
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7f2b2b !important;
  background-color: #fbb7b7 !important
}

.list-group-item-light {
  color: #727377 !important;
  background-color: #f5f6f8 !important
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #727377 !important;
  background-color: #e6e9ee !important
}

.list-group-item-dark {
  color: #0e030f !important;
  background-color: #bfb9c0 !important
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #0e030f !important;
  background-color: #b3acb4 !important
}

.list-group i {
  display: inline-block
}

.users-list li+li {
  margin-left: -0.65rem
}

.users-list li img {
  border: 2px solid #fff
}

form label {
  letter-spacing: .5px
}

form .form-section {
  color: #17102f;
  line-height: 3rem;
  font-size: 1.2rem;
  letter-spacing: .5px;
  font-weight: 400;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0
}

form .form-section i {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px
}

form .form-body {
  overflow: hidden
}

form .form-actions {
  border-top: 1px solid #dcdce0;
  padding: 20px 0;
  margin-top: 20px
}

form .form-actions.filled {
  background-color: #f7f7f8
}

form .form-actions.center {
  text-align: center
}

form .form-actions.right {
  text-align: right
}

form .form-actions.top {
  border-top: 0;
  border-bottom: 1px solid #dcdce0;
  margin-top: 0;
  margin-bottom: 20px
}

@media(max-width:767.98px) {
  form .form-actions .buttons-group {
    float: left !important;
    margin-bottom: 10px
  }
}

form.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #e0e0e0
}

form.form-bordered .form-group .label-control {
  padding-top: 1.5rem
}

form.form-bordered .form-group>div {
  padding: 1.2rem;
  border-left: 0
}

@media(min-width:768px) {
  form.form-bordered .form-group>div {
    border-left: 1px solid #e0e0e0
  }
}

form.form-bordered .form-group.last {
  border-bottom: 0
}

form.striped-rows .form-group {
  margin: 0
}

form.striped-rows .form-group .label-control {
  padding-top: 1.5rem
}

form.striped-rows .form-group>div {
  padding: 1.2rem
}

form.striped-rows .form-group:nth-child(even) {
  background-color: #f7f7f8
}

form label,
.form-group label {
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 500
}

.form-control {
  background-clip: inherit
}

.form-control:focus::-moz-placeholder {
  transform: translate(5px);
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.form-control:focus::placeholder {
  transform: translate(5px);
  transition: all .3s ease
}

.form-control:focus~.form-control-position i {
  color: #975aff
}

.form-control:not(:focus)::-moz-placeholder {
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.form-control:not(:focus)::placeholder {
  transition: all .3s ease
}

.form-control::-webkit-input-placeholder {
  color: #bdbdbd
}

.form-control:-moz-placeholder {
  color: #bdbdbd
}

.form-control::-moz-placeholder {
  color: #bdbdbd
}

.form-control:-ms-input-placeholder {
  color: #bdbdbd
}

.form-control[class*=is-]~[class*=-feedback] i:before {
  font-size: .5rem;
  margin-right: 2px;
  position: relative;
  top: -1px
}

.form-control-position {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center
}

.has-icon-left .form-control-position {
  right: auto
}

.has-icon-left .form-control {
  padding-left: 2.8rem
}

.has-icon-right .form-control {
  padding-right: 2.8rem
}

.has-icon-right .form-control-position {
  right: 0
}

.needs-validation .valid-tooltip,
.needs-validation .invalid-tooltip {
  margin-top: .2rem
}

.input-group-prepend .checkbox label:before,
.input-group-prepend .checkbox label:after,
.input-group-append .checkbox label:before,
.input-group-append .checkbox label:after {
  top: 4px !important;
  left: 5px !important
}

.input-group-prepend .checkbox input:checked~label:after,
.input-group-append .checkbox input:checked~label:after {
  top: 8px !important;
  left: 8px !important
}

.input-group-prepend .radio label::before,
.input-group-append .radio label::before {
  margin-right: 0
}

.input-group button {
  line-height: 1
}

.custom-control.inline {
  display: inline
}

.custom-checkbox input.custom-control-input~.custom-control-label:before {
  width: 1.1rem;
  height: 1.1rem;
  top: .125rem;
  left: -1.6rem;
  border-radius: .3rem
}

.custom-checkbox input.custom-control-input~.custom-control-label:after {
  top: .15rem;
  left: -1.55rem
}

.form-control:disabled,
.form-control[readonly] {
  border-color: #e0e0e0
}

.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none
}

.radio input[type=radio] {
  display: none
}

.radio input[type=radio]:checked~label::after {
  opacity: 1;
  transform: scale(1);
  transition: all .3s cubic-bezier(0.35, 0.9, 0.4, 0.9)
}

.radio input[type=radio]:disabled~label {
  color: #adb5bd
}

.radio input[type=radio]:disabled~label::before {
  background-color: #f7f7f8 !important;
  border: 1px solid #e0e0e0 !important
}

.radio input[type=radio]:disabled~label::after {
  background-color: #bdbdbd
}

.radio label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0
}

.radio label::before {
  content: "";
  border: 1px solid #975aff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: .5rem
}

.radio label::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #975aff;
  border-radius: 50%;
  left: 4px;
  opacity: 0;
  transform: scale(3.6)
}

.radio.radio-sm input~label::before {
  width: 15px;
  height: 15px
}

.radio.radio-sm input~label::after {
  width: 9px;
  height: 9px;
  left: 3px
}

.checkbox {
  position: relative
}

.checkbox input[type=checkbox] {
  display: none
}

.checkbox input[type=checkbox]:checked~label:after {
  border-top-style: none;
  border-right-style: none;
  transform: rotate(-45deg);
  height: .4rem;
  width: .8rem;
  border-color: #975aff;
  border-radius: 0;
  border-width: 2px;
  top: 6px;
  left: 4px
}

.checkbox input[type=checkbox]:disabled~label {
  color: #adb5bd
}

.checkbox input[type=checkbox]:disabled~label:before {
  background-color: #f7f7f8 !important;
  box-shadow: none !important
}

.checkbox input[type=checkbox]:disabled:checked~label:after {
  border-color: #bdbdbd
}

.checkbox label {
  margin-left: 1.75rem;
  margin-bottom: 0
}

.checkbox label:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .35rem;
  border: 1px solid #e0e0e0
}

.checkbox label:after {
  content: " ";
  height: 20px;
  width: 20px;
  border: 1px solid #e0e0e0;
  position: absolute;
  border-radius: .35rem;
  top: 0;
  left: 0;
  transition: 100ms ease-in-out
}

.checkbox.checkbox-sm input:checked~label:after {
  height: 5px;
  width: 8px;
  top: 7px;
  left: 6px
}

.checkbox.checkbox-sm label::before,
.checkbox.checkbox-sm label::after {
  width: 15px;
  height: 15px;
  top: 3px;
  left: 3px
}

.custom-switch input[type=checkbox]:focus:not(:checked)~.custom-control-label::before {
  border-color: #adb5bd
}

.custom-switch input[type=checkbox]~label:before {
  top: 0;
  height: 1.5rem;
  border-radius: 1rem;
  background-color: transparent
}

.custom-switch input[type=checkbox]~label:after {
  top: 2px;
  left: -2.9rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1rem;
  transition: all .25s ease
}

.custom-switch input[type=checkbox]:checked~label:after {
  left: -3.5rem;
  background-color: #fff !important
}

.form-control.tagging {
  height: auto
}

.form-control.tagging .tag {
  padding: 4px 28px 6px 0;
  margin: 5px 10px 5px 0;
  background: #efdeff;
  color: #975aff;
  border-radius: .35rem
}

.form-control.tagging .tag span {
  padding: 5px 12px 8px;
  background: #975aff;
  color: #efdeff;
  border-bottom-left-radius: .35rem;
  border-top-left-radius: .35rem
}

.form-control.tagging .tag .tag-i {
  font-size: 1.5rem;
  top: .95rem;
  right: .65rem;
  color: #975aff;
  text-decoration: none
}

.form-control.tagging input.type-zone {
  min-width: 0;
  background-color: transparent
}

.ql-editor pre.ql-syntax {
  border-radius: .35rem
}

.gradient-mint {
  background-image: linear-gradient(45deg, #226cc5, #6cd975);
  background-repeat: repeat-x
}

.btn.gradient-mint {
  border: 0;
  color: #fff
}

.btn.gradient-mint:active,
.btn.gradient-mint.active {
  background-image: linear-gradient(45deg, #226cc5, #6cd975);
  background-repeat: repeat-x
}

.gradient-pomegranate {
  background-image: linear-gradient(45deg, #465375, #f55252);
  background-repeat: repeat-x
}

.btn.gradient-pomegranate {
  border: 0;
  color: #fff
}

.btn.gradient-pomegranate:active,
.btn.gradient-pomegranate.active {
  background-image: linear-gradient(45deg, #465375, #f55252);
  background-repeat: repeat-x
}

.gradient-blackberry {
  background-image: linear-gradient(45deg, #303c62, #b5c3db);
  background-repeat: repeat-x
}

.btn.gradient-blackberry {
  border: 0;
  color: #fff
}

.btn.gradient-blackberry:active,
.btn.gradient-blackberry.active {
  background-image: linear-gradient(45deg, #303c62, #b5c3db);
  background-repeat: repeat-x
}

.gradient-king-yna {
  background-image: linear-gradient(45deg, #7441db, #f9877c);
  background-repeat: repeat-x
}

.btn.gradient-king-yna {
  border: 0;
  color: #fff
}

.btn.gradient-king-yna:active,
.btn.gradient-king-yna.active {
  background-image: linear-gradient(45deg, #7441db, #f9877c);
  background-repeat: repeat-x
}

.gradient-ibiza-sunset {
  background-image: linear-gradient(45deg, #b02940, #fcc173);
  background-repeat: repeat-x
}

.btn.gradient-ibiza-sunset {
  border: 0;
  color: #fff
}

.btn.gradient-ibiza-sunset:active,
.btn.gradient-ibiza-sunset.active {
  background-image: linear-gradient(45deg, #b02940, #fcc173);
  background-repeat: repeat-x
}

.gradient-flickr {
  background-image: linear-gradient(45deg, #f77e17, #2f8be6);
  background-repeat: repeat-x
}

.btn.gradient-flickr {
  border: 0;
  color: #fff
}

.btn.gradient-flickr:active,
.btn.gradient-flickr.active {
  background-image: linear-gradient(45deg, #f77e17, #2f8be6);
  background-repeat: repeat-x
}

.gradient-purple-bliss {
  background-image: linear-gradient(45deg, #562db7, #60aff0);
  background-repeat: repeat-x
}

.btn.gradient-purple-bliss {
  border: 0;
  color: #fff
}

.btn.gradient-purple-bliss:active,
.btn.gradient-purple-bliss.active {
  background-image: linear-gradient(45deg, #562db7, #60aff0);
  background-repeat: repeat-x
}

.gradient-man-of-steel {
  background-image: linear-gradient(45deg, #2f3ea0, #ae342d);
  background-repeat: repeat-x
}

.btn.gradient-man-of-steel {
  border: 0;
  color: #fff
}

.btn.gradient-man-of-steel:active,
.btn.gradient-man-of-steel.active {
  background-image: linear-gradient(45deg, #2f3ea0, #ae342d);
  background-repeat: repeat-x
}

.gradient-purple-love {
  background-image: linear-gradient(45deg, #7441db, #c89cff);
  background-repeat: repeat-x
}

.btn.gradient-purple-love {
  border: 0;
  color: #fff
}

.btn.gradient-purple-love:active,
.btn.gradient-purple-love.active {
  background-image: linear-gradient(45deg, #7441db, #c89cff);
  background-repeat: repeat-x
}

.gradient-starfall {
  background-image: linear-gradient(45deg, #d23b48, #2f8be6);
  background-repeat: repeat-x
}

.btn.gradient-starfall {
  border: 0;
  color: #fff
}

.btn.gradient-starfall:active,
.btn.gradient-starfall.active {
  background-image: linear-gradient(45deg, #d23b48, #2f8be6);
  background-repeat: repeat-x
}

.white {
  color: #fff !important
}

.bg-white {
  background-color: #fff !important
}

.bg-white .card-header,
.bg-white .card-footer {
  background-color: transparent
}

.toast-white {
  background-color: #fff
}

.alert-white {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #fff !important
}

.alert-white .alert-link {
  color: #919191
}

.border-white {
  border-color: #fff !important
}

.border-top-white {
  border-top-color: #fff !important
}

.border-bottom-white {
  border-bottom-color: #fff !important
}

.border-left-white {
  border-left-color: #fff !important
}

.border-right-white {
  border-right-color: #fff !important
}

.badge-white {
  background-color: #fff
}

.panel-white {
  border-color: #fff
}

.panel-white .panel-heading {
  color: #fff;
  border-color: #fff;
  background-color: white
}

.bg-white.tag-glow,
.border-white.tag-glow {
  box-shadow: 0 0 10px #fff
}

.overlay-white {
  background: rgba(255, 255, 255, 0.4)
}

.card.card-outline-white {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: transparent
}

.card.card-outline-white .card-header,
.card.card-outline-white .card-footer {
  background-color: transparent
}

.btn.bg-light-white:hover {
  background-color: #fff !important;
  color: #fff !important;
  border-color: #fff
}

.btn-white:active {
  background-color: #fcfcfc;
  border-color: #fcfcfc
}

.btn-white:hover {
  background-color: white;
  border-color: white
}

.btn-white:focus {
  color: #fff
}

.btn-white~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #fff !important
}

.btn-outline-white {
  border: 1px solid;
  border-color: #fff;
  background-color: transparent;
  color: #fff
}

.btn-outline-white:focus {
  background-color: transparent !important;
  color: #fff !important
}

.btn-outline-white.active {
  background-color: #fff !important;
  color: #fff !important
}

.btn-outline-white:hover {
  background-color: #f7f7f7 !important;
  color: #fff !important
}

a.btn.btn-white,
a.btn.bg-light-white {
  color: #fff
}

a.btn.btn-white:hover,
a.btn.btn-white:focus,
a.btn.bg-light-white:hover,
a.btn.bg-light-white:focus {
  color: #fff
}

.radio.radio-white input[type=radio]~label::before {
  border-color: #fff
}

.radio.radio-white input[type=radio]:checked~label::after {
  background-color: #fff
}

.checkbox.checkbox-white input[type=checkbox]:checked~label:after {
  border-color: #fff
}

.custom-switch.custom-switch-white input[type=checkbox]:checked~label:before {
  border-color: #fff;
  background-color: #fff
}

.noUi-white .noUi-connect,
.noUi-white.noUi-connect {
  background: #fff
}

.noUi-white .noUi-handle {
  border-color: #fff !important
}

.noUi-white.circle-filled .noUi-handle,
.noUi-white.square .noUi-handle {
  background: #fff !important
}

input[type=checkbox]:checked.switchery-white+span {
  border-color: #fff !important;
  box-shadow: #fff 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-white+span {
  box-shadow: #fff 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-white+span {
  box-shadow: #fff 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-white+span {
  box-shadow: #fff 0 0 0 7px inset !important
}

input:focus~.bg-white {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff !important
}

.black {
  color: #000 !important
}

.bg-black {
  background-color: #000 !important
}

.bg-black .card-header,
.bg-black .card-footer {
  background-color: transparent
}

.toast-black {
  background-color: #000
}

.alert-black {
  border-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important
}

.alert-black .alert-link {
  color: black
}

.border-black {
  border-color: #000 !important
}

.border-top-black {
  border-top-color: #000 !important
}

.border-bottom-black {
  border-bottom-color: #000 !important
}

.border-left-black {
  border-left-color: #000 !important
}

.border-right-black {
  border-right-color: #000 !important
}

.badge-black {
  background-color: #000
}

.panel-black {
  border-color: #000
}

.panel-black .panel-heading {
  color: #fff;
  border-color: #000;
  background-color: #0d0d0d
}

.bg-black.tag-glow,
.border-black.tag-glow {
  box-shadow: 0 0 10px #000
}

.overlay-black {
  background: rgba(0, 0, 0, 0.4)
}

.card.card-outline-black {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: transparent
}

.card.card-outline-black .card-header,
.card.card-outline-black .card-footer {
  background-color: transparent
}

.btn.bg-light-black:hover {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000
}

.btn-black:active {
  background-color: black;
  border-color: black
}

.btn-black:hover {
  background-color: #080808;
  border-color: #080808
}

.btn-black:focus {
  color: #fff
}

.btn-black~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #000 !important
}

.btn-outline-black {
  border: 1px solid;
  border-color: #000;
  background-color: transparent;
  color: #000
}

.btn-outline-black:focus {
  background-color: transparent !important;
  color: #000 !important
}

.btn-outline-black.active {
  background-color: #000 !important;
  color: #fff !important
}

.btn-outline-black:hover {
  background-color: black !important;
  color: #fff !important
}

a.btn.btn-black,
a.btn.bg-light-black {
  color: #fff
}

a.btn.btn-black:hover,
a.btn.btn-black:focus,
a.btn.bg-light-black:hover,
a.btn.bg-light-black:focus {
  color: #fff
}

.radio.radio-black input[type=radio]~label::before {
  border-color: #000
}

.radio.radio-black input[type=radio]:checked~label::after {
  background-color: #000
}

.checkbox.checkbox-black input[type=checkbox]:checked~label:after {
  border-color: #000
}

.custom-switch.custom-switch-black input[type=checkbox]:checked~label:before {
  border-color: #000;
  background-color: #000
}

.noUi-black .noUi-connect,
.noUi-black.noUi-connect {
  background: #000
}

.noUi-black .noUi-handle {
  border-color: #000 !important
}

.noUi-black.circle-filled .noUi-handle,
.noUi-black.square .noUi-handle {
  background: #000 !important
}

input[type=checkbox]:checked.switchery-black+span {
  border-color: #000 !important;
  box-shadow: #000 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-black+span {
  box-shadow: #000 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-black+span {
  box-shadow: #000 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-black+span {
  box-shadow: #000 0 0 0 7px inset !important
}

input:focus~.bg-black {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #000 !important
}

.primary.lighten-4 {
  color: #efdeff !important
}

.bg-primary.bg-lighten-4 {
  background-color: #efdeff !important
}

.btn-primary.btn-lighten-4 {
  border-color: #562db7 !important;
  background-color: #efdeff !important
}

.btn-primary.btn-lighten-4:hover {
  border-color: #562db7 !important;
  background-color: #3b1c93 !important
}

.btn-primary.btn-lighten-4:focus,
.btn-primary.btn-lighten-4:active {
  border-color: #3b1c93 !important;
  background-color: #28117a !important
}

.btn-outline-primary.btn-outline-lighten-4 {
  border-color: #efdeff !important;
  color: #efdeff !important
}

.btn-outline-primary.btn-outline-lighten-4:hover {
  background-color: #efdeff !important
}

.progress-primary.progress-lighten-4 {
  background-color: #efdeff
}

.progress-primary.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #efdeff
}

input:focus~.bg-primary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #efdeff !important
}

.border-primary.border-lighten-4 {
  border: 1px solid #efdeff !important
}

.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid #efdeff !important
}

.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid #efdeff !important
}

.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid #efdeff !important
}

.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid #efdeff !important
}

.overlay-primary.overlay-lighten-4 {
  background: #efdeff;
  background: rgba(239, 222, 255, 0.8)
}

.primary.lighten-3 {
  color: #dcbdff !important
}

.bg-primary.bg-lighten-3 {
  background-color: #dcbdff !important
}

.btn-primary.btn-lighten-3 {
  border-color: #562db7 !important;
  background-color: #dcbdff !important
}

.btn-primary.btn-lighten-3:hover {
  border-color: #562db7 !important;
  background-color: #3b1c93 !important
}

.btn-primary.btn-lighten-3:focus,
.btn-primary.btn-lighten-3:active {
  border-color: #3b1c93 !important;
  background-color: #28117a !important
}

.btn-outline-primary.btn-outline-lighten-3 {
  border-color: #dcbdff !important;
  color: #dcbdff !important
}

.btn-outline-primary.btn-outline-lighten-3:hover {
  background-color: #dcbdff !important
}

.progress-primary.progress-lighten-3 {
  background-color: #dcbdff
}

.progress-primary.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #dcbdff
}

input:focus~.bg-primary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #dcbdff !important
}

.border-primary.border-lighten-3 {
  border: 1px solid #dcbdff !important
}

.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid #dcbdff !important
}

.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid #dcbdff !important
}

.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid #dcbdff !important
}

.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid #dcbdff !important
}

.overlay-primary.overlay-lighten-3 {
  background: #dcbdff;
  background: rgba(220, 189, 255, 0.8)
}

.primary.lighten-2 {
  color: #c89cff !important
}

.bg-primary.bg-lighten-2 {
  background-color: #c89cff !important
}

.btn-primary.btn-lighten-2 {
  border-color: #562db7 !important;
  background-color: #c89cff !important
}

.btn-primary.btn-lighten-2:hover {
  border-color: #562db7 !important;
  background-color: #3b1c93 !important
}

.btn-primary.btn-lighten-2:focus,
.btn-primary.btn-lighten-2:active {
  border-color: #3b1c93 !important;
  background-color: #28117a !important
}

.btn-outline-primary.btn-outline-lighten-2 {
  border-color: #c89cff !important;
  color: #c89cff !important
}

.btn-outline-primary.btn-outline-lighten-2:hover {
  background-color: #c89cff !important
}

.progress-primary.progress-lighten-2 {
  background-color: #c89cff
}

.progress-primary.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #c89cff
}

input:focus~.bg-primary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c89cff !important
}

.border-primary.border-lighten-2 {
  border: 1px solid #c89cff !important
}

.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid #c89cff !important
}

.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid #c89cff !important
}

.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid #c89cff !important
}

.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid #c89cff !important
}

.overlay-primary.overlay-lighten-2 {
  background: #c89cff;
  background: rgba(200, 156, 255, 0.8)
}

.primary.lighten-1 {
  color: #b583ff !important
}

.bg-primary.bg-lighten-1 {
  background-color: #b583ff !important
}

.btn-primary.btn-lighten-1 {
  border-color: #562db7 !important;
  background-color: #b583ff !important
}

.btn-primary.btn-lighten-1:hover {
  border-color: #562db7 !important;
  background-color: #3b1c93 !important
}

.btn-primary.btn-lighten-1:focus,
.btn-primary.btn-lighten-1:active {
  border-color: #3b1c93 !important;
  background-color: #28117a !important
}

.btn-outline-primary.btn-outline-lighten-1 {
  border-color: #b583ff !important;
  color: #b583ff !important
}

.btn-outline-primary.btn-outline-lighten-1:hover {
  background-color: #b583ff !important
}

.progress-primary.progress-lighten-1 {
  background-color: #b583ff
}

.progress-primary.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #b583ff
}

input:focus~.bg-primary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b583ff !important
}

.border-primary.border-lighten-1 {
  border: 1px solid #b583ff !important
}

.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid #b583ff !important
}

.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid #b583ff !important
}

.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid #b583ff !important
}

.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid #b583ff !important
}

.overlay-primary.overlay-lighten-1 {
  background: #b583ff;
  background: rgba(181, 131, 255, 0.8)
}

.primary {
  color: #975aff !important
}

.bg-primary {
  background-color: #975aff !important
}

.bg-primary .card-header,
.bg-primary .card-footer {
  background-color: transparent
}

.toast-primary {
  background-color: #975aff
}

.alert-primary {
  border-color: #975aff !important;
  background-color: #975aff !important;
  color: #fff !important
}

.alert-primary .alert-link {
  color: #2e007e
}

.border-primary {
  border-color: #975aff !important
}

.border-top-primary {
  border-top-color: #975aff !important
}

.border-bottom-primary {
  border-bottom-color: #975aff !important
}

.border-left-primary {
  border-left-color: #975aff !important
}

.border-right-primary {
  border-right-color: #975aff !important
}

.badge-primary {
  background-color: #975aff
}

.panel-primary {
  border-color: #975aff
}

.panel-primary .panel-heading {
  color: #fff;
  border-color: #975aff;
  background-color: #a774ff
}

.bg-primary.tag-glow,
.border-primary.tag-glow {
  box-shadow: 0 0 10px #975aff
}

.overlay-primary {
  background: rgba(151, 90, 255, 0.4)
}

.card.card-outline-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #975aff;
  background-color: transparent
}

.card.card-outline-primary .card-header,
.card.card-outline-primary .card-footer {
  background-color: transparent
}

.bg-light-primary {
  background-color: #efdeff !important;
  color: #975aff !important;
  border-color: #efdeff
}

.btn.bg-light-primary:hover {
  background-color: #975aff !important;
  color: #fff !important;
  border-color: #975aff
}

.btn-primary:active {
  background-color: #9455ff;
  border-color: #9455ff
}

.btn-primary:hover {
  background-color: #a169ff;
  border-color: #a169ff
}

.btn-primary:focus {
  color: #fff
}

.btn-primary~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #975aff !important
}

.btn-outline-primary {
  border: 1px solid;
  border-color: #975aff;
  background-color: transparent;
  color: #975aff
}

.btn-outline-primary:focus {
  background-color: transparent !important;
  color: #975aff !important
}

.btn-outline-primary.active {
  background-color: #975aff !important;
  color: #fff !important
}

.btn-outline-primary:hover {
  background-color: #8d4bff !important;
  color: #fff !important
}

a.btn.btn-primary,
a.btn.bg-light-primary {
  color: #fff
}

a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.bg-light-primary:hover,
a.btn.bg-light-primary:focus {
  color: #fff
}

.radio.radio-primary input[type=radio]~label::before {
  border-color: #975aff
}

.radio.radio-primary input[type=radio]:checked~label::after {
  background-color: #975aff
}

.checkbox.checkbox-primary input[type=checkbox]:checked~label:after {
  border-color: #975aff
}

.custom-switch.custom-switch-primary input[type=checkbox]:checked~label:before {
  border-color: #975aff;
  background-color: #975aff
}

.noUi-primary .noUi-connect,
.noUi-primary.noUi-connect {
  background: #975aff
}

.noUi-primary .noUi-handle {
  border-color: #975aff !important
}

.noUi-primary.circle-filled .noUi-handle,
.noUi-primary.square .noUi-handle {
  background: #975aff !important
}

input[type=checkbox]:checked.switchery-primary+span {
  border-color: #975aff !important;
  box-shadow: #975aff 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-primary+span {
  box-shadow: #975aff 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-primary+span {
  box-shadow: #975aff 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-primary+span {
  box-shadow: #975aff 0 0 0 7px inset !important
}

input:focus~.bg-primary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #975aff !important
}

.primary.darken-1 {
  color: #7441db !important
}

.bg-primary.bg-darken-1 {
  background-color: #7441db !important
}

.btn-primary.btn-darken-1 {
  border-color: #562db7 !important;
  background-color: #7441db !important
}

.btn-primary.btn-darken-1:hover {
  border-color: #562db7 !important;
  background-color: #3b1c93 !important
}

.btn-primary.btn-darken-1:focus,
.btn-primary.btn-darken-1:active {
  border-color: #3b1c93 !important;
  background-color: #28117a !important
}

.btn-outline-primary.btn-outline-darken-1 {
  border-color: #7441db !important;
  color: #7441db !important
}

.btn-outline-primary.btn-outline-darken-1:hover {
  background-color: #7441db !important
}

.progress-primary.progress-darken-1 {
  background-color: #7441db
}

.progress-primary.progress-darken-1[value]::-webkit-progress-value {
  background-color: #7441db
}

input:focus~.bg-primary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7441db !important
}

.border-primary.border-darken-1 {
  border: 1px solid #7441db !important
}

.border-top-primary.border-top-darken-1 {
  border-top: 1px solid #7441db !important
}

.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid #7441db !important
}

.border-left-primary.border-left-darken-1 {
  border-left: 1px solid #7441db !important
}

.border-right-primary.border-right-darken-1 {
  border-right: 1px solid #7441db !important
}

.overlay-primary.overlay-darken-1 {
  background: #7441db;
  background: rgba(116, 65, 219, 0.8)
}

.primary.darken-2 {
  color: #562db7 !important
}

.bg-primary.bg-darken-2 {
  background-color: #562db7 !important
}

.btn-primary.btn-darken-2 {
  border-color: #562db7 !important;
  background-color: #562db7 !important
}

.btn-primary.btn-darken-2:hover {
  border-color: #562db7 !important;
  background-color: #3b1c93 !important
}

.btn-primary.btn-darken-2:focus,
.btn-primary.btn-darken-2:active {
  border-color: #3b1c93 !important;
  background-color: #28117a !important
}

.btn-outline-primary.btn-outline-darken-2 {
  border-color: #562db7 !important;
  color: #562db7 !important
}

.btn-outline-primary.btn-outline-darken-2:hover {
  background-color: #562db7 !important
}

.progress-primary.progress-darken-2 {
  background-color: #562db7
}

.progress-primary.progress-darken-2[value]::-webkit-progress-value {
  background-color: #562db7
}

input:focus~.bg-primary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #562db7 !important
}

.border-primary.border-darken-2 {
  border: 1px solid #562db7 !important
}

.border-top-primary.border-top-darken-2 {
  border-top: 1px solid #562db7 !important
}

.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid #562db7 !important
}

.border-left-primary.border-left-darken-2 {
  border-left: 1px solid #562db7 !important
}

.border-right-primary.border-right-darken-2 {
  border-right: 1px solid #562db7 !important
}

.overlay-primary.overlay-darken-2 {
  background: #562db7;
  background: rgba(86, 45, 183, 0.8)
}

.primary.darken-3 {
  color: #3b1c93 !important
}

.bg-primary.bg-darken-3 {
  background-color: #3b1c93 !important
}

.btn-primary.btn-darken-3 {
  border-color: #562db7 !important;
  background-color: #3b1c93 !important
}

.btn-primary.btn-darken-3:hover {
  border-color: #562db7 !important;
  background-color: #3b1c93 !important
}

.btn-primary.btn-darken-3:focus,
.btn-primary.btn-darken-3:active {
  border-color: #3b1c93 !important;
  background-color: #28117a !important
}

.btn-outline-primary.btn-outline-darken-3 {
  border-color: #3b1c93 !important;
  color: #3b1c93 !important
}

.btn-outline-primary.btn-outline-darken-3:hover {
  background-color: #3b1c93 !important
}

.progress-primary.progress-darken-3 {
  background-color: #3b1c93
}

.progress-primary.progress-darken-3[value]::-webkit-progress-value {
  background-color: #3b1c93
}

input:focus~.bg-primary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #3b1c93 !important
}

.border-primary.border-darken-3 {
  border: 1px solid #3b1c93 !important
}

.border-top-primary.border-top-darken-3 {
  border-top: 1px solid #3b1c93 !important
}

.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid #3b1c93 !important
}

.border-left-primary.border-left-darken-3 {
  border-left: 1px solid #3b1c93 !important
}

.border-right-primary.border-right-darken-3 {
  border-right: 1px solid #3b1c93 !important
}

.overlay-primary.overlay-darken-3 {
  background: #3b1c93;
  background: rgba(59, 28, 147, 0.8)
}

.primary.darken-4 {
  color: #28117a !important
}

.bg-primary.bg-darken-4 {
  background-color: #28117a !important
}

.btn-primary.btn-darken-4 {
  border-color: #562db7 !important;
  background-color: #28117a !important
}

.btn-primary.btn-darken-4:hover {
  border-color: #562db7 !important;
  background-color: #3b1c93 !important
}

.btn-primary.btn-darken-4:focus,
.btn-primary.btn-darken-4:active {
  border-color: #3b1c93 !important;
  background-color: #28117a !important
}

.btn-outline-primary.btn-outline-darken-4 {
  border-color: #28117a !important;
  color: #28117a !important
}

.btn-outline-primary.btn-outline-darken-4:hover {
  background-color: #28117a !important
}

.progress-primary.progress-darken-4 {
  background-color: #28117a
}

.progress-primary.progress-darken-4[value]::-webkit-progress-value {
  background-color: #28117a
}

input:focus~.bg-primary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #28117a !important
}

.border-primary.border-darken-4 {
  border: 1px solid #28117a !important
}

.border-top-primary.border-top-darken-4 {
  border-top: 1px solid #28117a !important
}

.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid #28117a !important
}

.border-left-primary.border-left-darken-4 {
  border-left: 1px solid #28117a !important
}

.border-right-primary.border-right-darken-4 {
  border-right: 1px solid #28117a !important
}

.overlay-primary.overlay-darken-4 {
  background: #28117a;
  background: rgba(40, 17, 122, 0.8)
}

.secondary.lighten-4 {
  color: #eaf0f9 !important
}

.bg-secondary.bg-lighten-4 {
  background-color: #eaf0f9 !important
}

.btn-secondary.btn-lighten-4 {
  border-color: #303c62 !important;
  background-color: #eaf0f9 !important
}

.btn-secondary.btn-lighten-4:hover {
  border-color: #303c62 !important;
  background-color: #1e294f !important
}

.btn-secondary.btn-lighten-4:focus,
.btn-secondary.btn-lighten-4:active {
  border-color: #1e294f !important;
  background-color: #121a41 !important
}

.btn-outline-secondary.btn-outline-lighten-4 {
  border-color: #eaf0f9 !important;
  color: #eaf0f9 !important
}

.btn-outline-secondary.btn-outline-lighten-4:hover {
  background-color: #eaf0f9 !important
}

.progress-secondary.progress-lighten-4 {
  background-color: #eaf0f9
}

.progress-secondary.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #eaf0f9
}

input:focus~.bg-secondary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #eaf0f9 !important
}

.border-secondary.border-lighten-4 {
  border: 1px solid #eaf0f9 !important
}

.border-top-secondary.border-top-lighten-4 {
  border-top: 1px solid #eaf0f9 !important
}

.border-bottom-secondary.border-bottom-lighten-4 {
  border-bottom: 1px solid #eaf0f9 !important
}

.border-left-secondary.border-left-lighten-4 {
  border-left: 1px solid #eaf0f9 !important
}

.border-right-secondary.border-right-lighten-4 {
  border-right: 1px solid #eaf0f9 !important
}

.overlay-secondary.overlay-lighten-4 {
  background: #eaf0f9;
  background: rgba(234, 240, 249, 0.8)
}

.secondary.lighten-3 {
  color: #d6e1f3 !important
}

.bg-secondary.bg-lighten-3 {
  background-color: #d6e1f3 !important
}

.btn-secondary.btn-lighten-3 {
  border-color: #303c62 !important;
  background-color: #d6e1f3 !important
}

.btn-secondary.btn-lighten-3:hover {
  border-color: #303c62 !important;
  background-color: #1e294f !important
}

.btn-secondary.btn-lighten-3:focus,
.btn-secondary.btn-lighten-3:active {
  border-color: #1e294f !important;
  background-color: #121a41 !important
}

.btn-outline-secondary.btn-outline-lighten-3 {
  border-color: #d6e1f3 !important;
  color: #d6e1f3 !important
}

.btn-outline-secondary.btn-outline-lighten-3:hover {
  background-color: #d6e1f3 !important
}

.progress-secondary.progress-lighten-3 {
  background-color: #d6e1f3
}

.progress-secondary.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #d6e1f3
}

input:focus~.bg-secondary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d6e1f3 !important
}

.border-secondary.border-lighten-3 {
  border: 1px solid #d6e1f3 !important
}

.border-top-secondary.border-top-lighten-3 {
  border-top: 1px solid #d6e1f3 !important
}

.border-bottom-secondary.border-bottom-lighten-3 {
  border-bottom: 1px solid #d6e1f3 !important
}

.border-left-secondary.border-left-lighten-3 {
  border-left: 1px solid #d6e1f3 !important
}

.border-right-secondary.border-right-lighten-3 {
  border-right: 1px solid #d6e1f3 !important
}

.overlay-secondary.overlay-lighten-3 {
  background: #d6e1f3;
  background: rgba(214, 225, 243, 0.8)
}

.secondary.lighten-2 {
  color: #b5c3db !important
}

.bg-secondary.bg-lighten-2 {
  background-color: #b5c3db !important
}

.btn-secondary.btn-lighten-2 {
  border-color: #303c62 !important;
  background-color: #b5c3db !important
}

.btn-secondary.btn-lighten-2:hover {
  border-color: #303c62 !important;
  background-color: #1e294f !important
}

.btn-secondary.btn-lighten-2:focus,
.btn-secondary.btn-lighten-2:active {
  border-color: #1e294f !important;
  background-color: #121a41 !important
}

.btn-outline-secondary.btn-outline-lighten-2 {
  border-color: #b5c3db !important;
  color: #b5c3db !important
}

.btn-outline-secondary.btn-outline-lighten-2:hover {
  background-color: #b5c3db !important
}

.progress-secondary.progress-lighten-2 {
  background-color: #b5c3db
}

.progress-secondary.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #b5c3db
}

input:focus~.bg-secondary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b5c3db !important
}

.border-secondary.border-lighten-2 {
  border: 1px solid #b5c3db !important
}

.border-top-secondary.border-top-lighten-2 {
  border-top: 1px solid #b5c3db !important
}

.border-bottom-secondary.border-bottom-lighten-2 {
  border-bottom: 1px solid #b5c3db !important
}

.border-left-secondary.border-left-lighten-2 {
  border-left: 1px solid #b5c3db !important
}

.border-right-secondary.border-right-lighten-2 {
  border-right: 1px solid #b5c3db !important
}

.overlay-secondary.overlay-lighten-2 {
  background: #b5c3db;
  background: rgba(181, 195, 219, 0.8)
}

.secondary.lighten-1 {
  color: #8f9db8 !important
}

.bg-secondary.bg-lighten-1 {
  background-color: #8f9db8 !important
}

.btn-secondary.btn-lighten-1 {
  border-color: #303c62 !important;
  background-color: #8f9db8 !important
}

.btn-secondary.btn-lighten-1:hover {
  border-color: #303c62 !important;
  background-color: #1e294f !important
}

.btn-secondary.btn-lighten-1:focus,
.btn-secondary.btn-lighten-1:active {
  border-color: #1e294f !important;
  background-color: #121a41 !important
}

.btn-outline-secondary.btn-outline-lighten-1 {
  border-color: #8f9db8 !important;
  color: #8f9db8 !important
}

.btn-outline-secondary.btn-outline-lighten-1:hover {
  background-color: #8f9db8 !important
}

.progress-secondary.progress-lighten-1 {
  background-color: #8f9db8
}

.progress-secondary.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #8f9db8
}

input:focus~.bg-secondary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8f9db8 !important
}

.border-secondary.border-lighten-1 {
  border: 1px solid #8f9db8 !important
}

.border-top-secondary.border-top-lighten-1 {
  border-top: 1px solid #8f9db8 !important
}

.border-bottom-secondary.border-bottom-lighten-1 {
  border-bottom: 1px solid #8f9db8 !important
}

.border-left-secondary.border-left-lighten-1 {
  border-left: 1px solid #8f9db8 !important
}

.border-right-secondary.border-right-lighten-1 {
  border-right: 1px solid #8f9db8 !important
}

.overlay-secondary.overlay-lighten-1 {
  background: #8f9db8;
  background: rgba(143, 157, 184, 0.8)
}

.secondary {
  color: #616d89 !important
}

.bg-secondary {
  background-color: #616d89 !important
}

.bg-secondary .card-header,
.bg-secondary .card-footer {
  background-color: transparent
}

.toast-secondary {
  background-color: #616d89
}

.alert-secondary {
  border-color: #616d89 !important;
  background-color: #616d89 !important;
  color: #fff !important
}

.alert-secondary .alert-link {
  color: #060709
}

.border-secondary {
  border-color: #616d89 !important
}

.border-top-secondary {
  border-top-color: #616d89 !important
}

.border-bottom-secondary {
  border-bottom-color: #616d89 !important
}

.border-left-secondary {
  border-left-color: #616d89 !important
}

.border-right-secondary {
  border-right-color: #616d89 !important
}

.badge-secondary {
  background-color: #616d89
}

.panel-secondary {
  border-color: #616d89
}

.panel-secondary .panel-heading {
  color: #fff;
  border-color: #616d89;
  background-color: #6c7997
}

.bg-secondary.tag-glow,
.border-secondary.tag-glow {
  box-shadow: 0 0 10px #616d89
}

.overlay-secondary {
  background: rgba(97, 109, 137, 0.4)
}

.card.card-outline-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: #616d89;
  background-color: transparent
}

.card.card-outline-secondary .card-header,
.card.card-outline-secondary .card-footer {
  background-color: transparent
}

.bg-light-secondary {
  background-color: #eaf0f9 !important;
  color: #616d89 !important;
  border-color: #eaf0f9
}

.btn.bg-light-secondary:hover {
  background-color: #616d89 !important;
  color: #fff !important;
  border-color: #616d89
}

.btn-secondary:active {
  background-color: #5f6b86;
  border-color: #5f6b86
}

.btn-secondary:hover {
  background-color: #677492;
  border-color: #677492
}

.btn-secondary:focus {
  color: #fff
}

.btn-secondary~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #616d89 !important
}

.btn-outline-secondary {
  border: 1px solid;
  border-color: #616d89;
  background-color: transparent;
  color: #616d89
}

.btn-outline-secondary:focus {
  background-color: transparent !important;
  color: #616d89 !important
}

.btn-outline-secondary.active {
  background-color: #616d89 !important;
  color: #fff !important
}

.btn-outline-secondary:hover {
  background-color: #5b6680 !important;
  color: #fff !important
}

a.btn.btn-secondary,
a.btn.bg-light-secondary {
  color: #fff
}

a.btn.btn-secondary:hover,
a.btn.btn-secondary:focus,
a.btn.bg-light-secondary:hover,
a.btn.bg-light-secondary:focus {
  color: #fff
}

.radio.radio-secondary input[type=radio]~label::before {
  border-color: #616d89
}

.radio.radio-secondary input[type=radio]:checked~label::after {
  background-color: #616d89
}

.checkbox.checkbox-secondary input[type=checkbox]:checked~label:after {
  border-color: #616d89
}

.custom-switch.custom-switch-secondary input[type=checkbox]:checked~label:before {
  border-color: #616d89;
  background-color: #616d89
}

.noUi-secondary .noUi-connect,
.noUi-secondary.noUi-connect {
  background: #616d89
}

.noUi-secondary .noUi-handle {
  border-color: #616d89 !important
}

.noUi-secondary.circle-filled .noUi-handle,
.noUi-secondary.square .noUi-handle {
  background: #616d89 !important
}

input[type=checkbox]:checked.switchery-secondary+span {
  border-color: #616d89 !important;
  box-shadow: #616d89 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-secondary+span {
  box-shadow: #616d89 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-secondary+span {
  box-shadow: #616d89 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-secondary+span {
  box-shadow: #616d89 0 0 0 7px inset !important
}

input:focus~.bg-secondary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #616d89 !important
}

.secondary.darken-1 {
  color: #465375 !important
}

.bg-secondary.bg-darken-1 {
  background-color: #465375 !important
}

.btn-secondary.btn-darken-1 {
  border-color: #303c62 !important;
  background-color: #465375 !important
}

.btn-secondary.btn-darken-1:hover {
  border-color: #303c62 !important;
  background-color: #1e294f !important
}

.btn-secondary.btn-darken-1:focus,
.btn-secondary.btn-darken-1:active {
  border-color: #1e294f !important;
  background-color: #121a41 !important
}

.btn-outline-secondary.btn-outline-darken-1 {
  border-color: #465375 !important;
  color: #465375 !important
}

.btn-outline-secondary.btn-outline-darken-1:hover {
  background-color: #465375 !important
}

.progress-secondary.progress-darken-1 {
  background-color: #465375
}

.progress-secondary.progress-darken-1[value]::-webkit-progress-value {
  background-color: #465375
}

input:focus~.bg-secondary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #465375 !important
}

.border-secondary.border-darken-1 {
  border: 1px solid #465375 !important
}

.border-top-secondary.border-top-darken-1 {
  border-top: 1px solid #465375 !important
}

.border-bottom-secondary.border-bottom-darken-1 {
  border-bottom: 1px solid #465375 !important
}

.border-left-secondary.border-left-darken-1 {
  border-left: 1px solid #465375 !important
}

.border-right-secondary.border-right-darken-1 {
  border-right: 1px solid #465375 !important
}

.overlay-secondary.overlay-darken-1 {
  background: #465375;
  background: rgba(70, 83, 117, 0.8)
}

.secondary.darken-2 {
  color: #303c62 !important
}

.bg-secondary.bg-darken-2 {
  background-color: #303c62 !important
}

.btn-secondary.btn-darken-2 {
  border-color: #303c62 !important;
  background-color: #303c62 !important
}

.btn-secondary.btn-darken-2:hover {
  border-color: #303c62 !important;
  background-color: #1e294f !important
}

.btn-secondary.btn-darken-2:focus,
.btn-secondary.btn-darken-2:active {
  border-color: #1e294f !important;
  background-color: #121a41 !important
}

.btn-outline-secondary.btn-outline-darken-2 {
  border-color: #303c62 !important;
  color: #303c62 !important
}

.btn-outline-secondary.btn-outline-darken-2:hover {
  background-color: #303c62 !important
}

.progress-secondary.progress-darken-2 {
  background-color: #303c62
}

.progress-secondary.progress-darken-2[value]::-webkit-progress-value {
  background-color: #303c62
}

input:focus~.bg-secondary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #303c62 !important
}

.border-secondary.border-darken-2 {
  border: 1px solid #303c62 !important
}

.border-top-secondary.border-top-darken-2 {
  border-top: 1px solid #303c62 !important
}

.border-bottom-secondary.border-bottom-darken-2 {
  border-bottom: 1px solid #303c62 !important
}

.border-left-secondary.border-left-darken-2 {
  border-left: 1px solid #303c62 !important
}

.border-right-secondary.border-right-darken-2 {
  border-right: 1px solid #303c62 !important
}

.overlay-secondary.overlay-darken-2 {
  background: #303c62;
  background: rgba(48, 60, 98, 0.8)
}

.secondary.darken-3 {
  color: #1e294f !important
}

.bg-secondary.bg-darken-3 {
  background-color: #1e294f !important
}

.btn-secondary.btn-darken-3 {
  border-color: #303c62 !important;
  background-color: #1e294f !important
}

.btn-secondary.btn-darken-3:hover {
  border-color: #303c62 !important;
  background-color: #1e294f !important
}

.btn-secondary.btn-darken-3:focus,
.btn-secondary.btn-darken-3:active {
  border-color: #1e294f !important;
  background-color: #121a41 !important
}

.btn-outline-secondary.btn-outline-darken-3 {
  border-color: #1e294f !important;
  color: #1e294f !important
}

.btn-outline-secondary.btn-outline-darken-3:hover {
  background-color: #1e294f !important
}

.progress-secondary.progress-darken-3 {
  background-color: #1e294f
}

.progress-secondary.progress-darken-3[value]::-webkit-progress-value {
  background-color: #1e294f
}

input:focus~.bg-secondary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1e294f !important
}

.border-secondary.border-darken-3 {
  border: 1px solid #1e294f !important
}

.border-top-secondary.border-top-darken-3 {
  border-top: 1px solid #1e294f !important
}

.border-bottom-secondary.border-bottom-darken-3 {
  border-bottom: 1px solid #1e294f !important
}

.border-left-secondary.border-left-darken-3 {
  border-left: 1px solid #1e294f !important
}

.border-right-secondary.border-right-darken-3 {
  border-right: 1px solid #1e294f !important
}

.overlay-secondary.overlay-darken-3 {
  background: #1e294f;
  background: rgba(30, 41, 79, 0.8)
}

.secondary.darken-4 {
  color: #121a41 !important
}

.bg-secondary.bg-darken-4 {
  background-color: #121a41 !important
}

.btn-secondary.btn-darken-4 {
  border-color: #303c62 !important;
  background-color: #121a41 !important
}

.btn-secondary.btn-darken-4:hover {
  border-color: #303c62 !important;
  background-color: #1e294f !important
}

.btn-secondary.btn-darken-4:focus,
.btn-secondary.btn-darken-4:active {
  border-color: #1e294f !important;
  background-color: #121a41 !important
}

.btn-outline-secondary.btn-outline-darken-4 {
  border-color: #121a41 !important;
  color: #121a41 !important
}

.btn-outline-secondary.btn-outline-darken-4:hover {
  background-color: #121a41 !important
}

.progress-secondary.progress-darken-4 {
  background-color: #121a41
}

.progress-secondary.progress-darken-4[value]::-webkit-progress-value {
  background-color: #121a41
}

input:focus~.bg-secondary {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #121a41 !important
}

.border-secondary.border-darken-4 {
  border: 1px solid #121a41 !important
}

.border-top-secondary.border-top-darken-4 {
  border-top: 1px solid #121a41 !important
}

.border-bottom-secondary.border-bottom-darken-4 {
  border-bottom: 1px solid #121a41 !important
}

.border-left-secondary.border-left-darken-4 {
  border-left: 1px solid #121a41 !important
}

.border-right-secondary.border-right-darken-4 {
  border-right: 1px solid #121a41 !important
}

.overlay-secondary.overlay-darken-4 {
  background: #121a41;
  background: rgba(18, 26, 65, 0.8)
}

.success.lighten-4 {
  color: #e0fbda !important
}

.bg-success.bg-lighten-4 {
  background-color: #e0fbda !important
}

.btn-success.btn-lighten-4 {
  border-color: #208a47 !important;
  background-color: #e0fbda !important
}

.btn-success.btn-lighten-4:hover {
  border-color: #208a47 !important;
  background-color: #146f3e !important
}

.btn-success.btn-lighten-4:focus,
.btn-success.btn-lighten-4:active {
  border-color: #146f3e !important;
  background-color: #0c5c38 !important
}

.btn-outline-success.btn-outline-lighten-4 {
  border-color: #e0fbda !important;
  color: #e0fbda !important
}

.btn-outline-success.btn-outline-lighten-4:hover {
  background-color: #e0fbda !important
}

.progress-success.progress-lighten-4 {
  background-color: #e0fbda
}

.progress-success.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #e0fbda
}

input:focus~.bg-success {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e0fbda !important
}

.border-success.border-lighten-4 {
  border: 1px solid #e0fbda !important
}

.border-top-success.border-top-lighten-4 {
  border-top: 1px solid #e0fbda !important
}

.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid #e0fbda !important
}

.border-left-success.border-left-lighten-4 {
  border-left: 1px solid #e0fbda !important
}

.border-right-success.border-right-lighten-4 {
  border-right: 1px solid #e0fbda !important
}

.overlay-success.overlay-lighten-4 {
  background: #e0fbda;
  background: rgba(224, 251, 218, 0.8)
}

.success.lighten-3 {
  color: #bdf8b6 !important
}

.bg-success.bg-lighten-3 {
  background-color: #bdf8b6 !important
}

.btn-success.btn-lighten-3 {
  border-color: #208a47 !important;
  background-color: #bdf8b6 !important
}

.btn-success.btn-lighten-3:hover {
  border-color: #208a47 !important;
  background-color: #146f3e !important
}

.btn-success.btn-lighten-3:focus,
.btn-success.btn-lighten-3:active {
  border-color: #146f3e !important;
  background-color: #0c5c38 !important
}

.btn-outline-success.btn-outline-lighten-3 {
  border-color: #bdf8b6 !important;
  color: #bdf8b6 !important
}

.btn-outline-success.btn-outline-lighten-3:hover {
  background-color: #bdf8b6 !important
}

.progress-success.progress-lighten-3 {
  background-color: #bdf8b6
}

.progress-success.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #bdf8b6
}

input:focus~.bg-success {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #bdf8b6 !important
}

.border-success.border-lighten-3 {
  border: 1px solid #bdf8b6 !important
}

.border-top-success.border-top-lighten-3 {
  border-top: 1px solid #bdf8b6 !important
}

.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid #bdf8b6 !important
}

.border-left-success.border-left-lighten-3 {
  border-left: 1px solid #bdf8b6 !important
}

.border-right-success.border-right-lighten-3 {
  border-right: 1px solid #bdf8b6 !important
}

.overlay-success.overlay-lighten-3 {
  background: #bdf8b6;
  background: rgba(189, 248, 182, 0.8)
}

.success.lighten-2 {
  color: #8eec8d !important
}

.bg-success.bg-lighten-2 {
  background-color: #8eec8d !important
}

.btn-success.btn-lighten-2 {
  border-color: #208a47 !important;
  background-color: #8eec8d !important
}

.btn-success.btn-lighten-2:hover {
  border-color: #208a47 !important;
  background-color: #146f3e !important
}

.btn-success.btn-lighten-2:focus,
.btn-success.btn-lighten-2:active {
  border-color: #146f3e !important;
  background-color: #0c5c38 !important
}

.btn-outline-success.btn-outline-lighten-2 {
  border-color: #8eec8d !important;
  color: #8eec8d !important
}

.btn-outline-success.btn-outline-lighten-2:hover {
  background-color: #8eec8d !important
}

.progress-success.progress-lighten-2 {
  background-color: #8eec8d
}

.progress-success.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #8eec8d
}

input:focus~.bg-success {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8eec8d !important
}

.border-success.border-lighten-2 {
  border: 1px solid #8eec8d !important
}

.border-top-success.border-top-lighten-2 {
  border-top: 1px solid #8eec8d !important
}

.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid #8eec8d !important
}

.border-left-success.border-left-lighten-2 {
  border-left: 1px solid #8eec8d !important
}

.border-right-success.border-right-lighten-2 {
  border-right: 1px solid #8eec8d !important
}

.overlay-success.overlay-lighten-2 {
  background: #8eec8d;
  background: rgba(142, 236, 141, 0.8)
}

.success.lighten-1 {
  color: #6cd975 !important
}

.bg-success.bg-lighten-1 {
  background-color: #6cd975 !important
}

.btn-success.btn-lighten-1 {
  border-color: #208a47 !important;
  background-color: #6cd975 !important
}

.btn-success.btn-lighten-1:hover {
  border-color: #208a47 !important;
  background-color: #146f3e !important
}

.btn-success.btn-lighten-1:focus,
.btn-success.btn-lighten-1:active {
  border-color: #146f3e !important;
  background-color: #0c5c38 !important
}

.btn-outline-success.btn-outline-lighten-1 {
  border-color: #6cd975 !important;
  color: #6cd975 !important
}

.btn-outline-success.btn-outline-lighten-1:hover {
  background-color: #6cd975 !important
}

.progress-success.progress-lighten-1 {
  background-color: #6cd975
}

.progress-success.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #6cd975
}

input:focus~.bg-success {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #6cd975 !important
}

.border-success.border-lighten-1 {
  border: 1px solid #6cd975 !important
}

.border-top-success.border-top-lighten-1 {
  border-top: 1px solid #6cd975 !important
}

.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid #6cd975 !important
}

.border-left-success.border-left-lighten-1 {
  border-left: 1px solid #6cd975 !important
}

.border-right-success.border-right-lighten-1 {
  border-right: 1px solid #6cd975 !important
}

.overlay-success.overlay-lighten-1 {
  background: #6cd975;
  background: rgba(108, 217, 117, 0.8)
}

.success {
  color: #40c057 !important
}

.bg-success {
  background-color: #40c057 !important
}

.bg-success .card-header,
.bg-success .card-footer {
  background-color: transparent
}

.toast-success {
  background-color: #40c057
}

.alert-success {
  border-color: #40c057 !important;
  background-color: #40c057 !important;
  color: #fff !important
}

.alert-success .alert-link {
  color: #091c0c
}

.border-success {
  border-color: #40c057 !important
}

.border-top-success {
  border-top-color: #40c057 !important
}

.border-bottom-success {
  border-bottom-color: #40c057 !important
}

.border-left-success {
  border-left-color: #40c057 !important
}

.border-right-success {
  border-right-color: #40c057 !important
}

.badge-success {
  background-color: #40c057
}

.panel-success {
  border-color: #40c057
}

.panel-success .panel-heading {
  color: #fff;
  border-color: #40c057;
  background-color: #53c668
}

.bg-success.tag-glow,
.border-success.tag-glow {
  box-shadow: 0 0 10px #40c057
}

.overlay-success {
  background: rgba(64, 192, 87, 0.4)
}

.card.card-outline-success {
  border-width: 1px;
  border-style: solid;
  border-color: #40c057;
  background-color: transparent
}

.card.card-outline-success .card-header,
.card.card-outline-success .card-footer {
  background-color: transparent
}

.bg-light-success {
  background-color: #e0fbda !important;
  color: #40c057 !important;
  border-color: #e0fbda
}

.btn.bg-light-success:hover {
  background-color: #40c057 !important;
  color: #fff !important;
  border-color: #40c057
}

.btn-success:active {
  background-color: #3ebd55;
  border-color: #3ebd55
}

.btn-success:hover {
  background-color: #4cc461;
  border-color: #4cc461
}

.btn-success:focus {
  color: #fff
}

.btn-success~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #40c057 !important
}

.btn-outline-success {
  border: 1px solid;
  border-color: #40c057;
  background-color: transparent;
  color: #40c057
}

.btn-outline-success:focus {
  background-color: transparent !important;
  color: #40c057 !important
}

.btn-outline-success.active {
  background-color: #40c057 !important;
  color: #fff !important
}

.btn-outline-success:hover {
  background-color: #3cb551 !important;
  color: #fff !important
}

a.btn.btn-success,
a.btn.bg-light-success {
  color: #fff
}

a.btn.btn-success:hover,
a.btn.btn-success:focus,
a.btn.bg-light-success:hover,
a.btn.bg-light-success:focus {
  color: #fff
}

.radio.radio-success input[type=radio]~label::before {
  border-color: #40c057
}

.radio.radio-success input[type=radio]:checked~label::after {
  background-color: #40c057
}

.checkbox.checkbox-success input[type=checkbox]:checked~label:after {
  border-color: #40c057
}

.custom-switch.custom-switch-success input[type=checkbox]:checked~label:before {
  border-color: #40c057;
  background-color: #40c057
}

.noUi-success .noUi-connect,
.noUi-success.noUi-connect {
  background: #40c057
}

.noUi-success .noUi-handle {
  border-color: #40c057 !important
}

.noUi-success.circle-filled .noUi-handle,
.noUi-success.square .noUi-handle {
  background: #40c057 !important
}

input[type=checkbox]:checked.switchery-success+span {
  border-color: #40c057 !important;
  box-shadow: #40c057 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-success+span {
  box-shadow: #40c057 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-success+span {
  box-shadow: #40c057 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-success+span {
  box-shadow: #40c057 0 0 0 7px inset !important
}

input:focus~.bg-success {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #40c057 !important
}

.success.darken-1 {
  color: #2ea54f !important
}

.bg-success.bg-darken-1 {
  background-color: #2ea54f !important
}

.btn-success.btn-darken-1 {
  border-color: #208a47 !important;
  background-color: #2ea54f !important
}

.btn-success.btn-darken-1:hover {
  border-color: #208a47 !important;
  background-color: #146f3e !important
}

.btn-success.btn-darken-1:focus,
.btn-success.btn-darken-1:active {
  border-color: #146f3e !important;
  background-color: #0c5c38 !important
}

.btn-outline-success.btn-outline-darken-1 {
  border-color: #2ea54f !important;
  color: #2ea54f !important
}

.btn-outline-success.btn-outline-darken-1:hover {
  background-color: #2ea54f !important
}

.progress-success.progress-darken-1 {
  background-color: #2ea54f
}

.progress-success.progress-darken-1[value]::-webkit-progress-value {
  background-color: #2ea54f
}

input:focus~.bg-success {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2ea54f !important
}

.border-success.border-darken-1 {
  border: 1px solid #2ea54f !important
}

.border-top-success.border-top-darken-1 {
  border-top: 1px solid #2ea54f !important
}

.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid #2ea54f !important
}

.border-left-success.border-left-darken-1 {
  border-left: 1px solid #2ea54f !important
}

.border-right-success.border-right-darken-1 {
  border-right: 1px solid #2ea54f !important
}

.overlay-success.overlay-darken-1 {
  background: #2ea54f;
  background: rgba(46, 165, 79, 0.8)
}

.success.darken-2 {
  color: #208a47 !important
}

.bg-success.bg-darken-2 {
  background-color: #208a47 !important
}

.btn-success.btn-darken-2 {
  border-color: #208a47 !important;
  background-color: #208a47 !important
}

.btn-success.btn-darken-2:hover {
  border-color: #208a47 !important;
  background-color: #146f3e !important
}

.btn-success.btn-darken-2:focus,
.btn-success.btn-darken-2:active {
  border-color: #146f3e !important;
  background-color: #0c5c38 !important
}

.btn-outline-success.btn-outline-darken-2 {
  border-color: #208a47 !important;
  color: #208a47 !important
}

.btn-outline-success.btn-outline-darken-2:hover {
  background-color: #208a47 !important
}

.progress-success.progress-darken-2 {
  background-color: #208a47
}

.progress-success.progress-darken-2[value]::-webkit-progress-value {
  background-color: #208a47
}

input:focus~.bg-success {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #208a47 !important
}

.border-success.border-darken-2 {
  border: 1px solid #208a47 !important
}

.border-top-success.border-top-darken-2 {
  border-top: 1px solid #208a47 !important
}

.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid #208a47 !important
}

.border-left-success.border-left-darken-2 {
  border-left: 1px solid #208a47 !important
}

.border-right-success.border-right-darken-2 {
  border-right: 1px solid #208a47 !important
}

.overlay-success.overlay-darken-2 {
  background: #208a47;
  background: rgba(32, 138, 71, 0.8)
}

.success.darken-3 {
  color: #146f3e !important
}

.bg-success.bg-darken-3 {
  background-color: #146f3e !important
}

.btn-success.btn-darken-3 {
  border-color: #208a47 !important;
  background-color: #146f3e !important
}

.btn-success.btn-darken-3:hover {
  border-color: #208a47 !important;
  background-color: #146f3e !important
}

.btn-success.btn-darken-3:focus,
.btn-success.btn-darken-3:active {
  border-color: #146f3e !important;
  background-color: #0c5c38 !important
}

.btn-outline-success.btn-outline-darken-3 {
  border-color: #146f3e !important;
  color: #146f3e !important
}

.btn-outline-success.btn-outline-darken-3:hover {
  background-color: #146f3e !important
}

.progress-success.progress-darken-3 {
  background-color: #146f3e
}

.progress-success.progress-darken-3[value]::-webkit-progress-value {
  background-color: #146f3e
}

input:focus~.bg-success {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #146f3e !important
}

.border-success.border-darken-3 {
  border: 1px solid #146f3e !important
}

.border-top-success.border-top-darken-3 {
  border-top: 1px solid #146f3e !important
}

.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid #146f3e !important
}

.border-left-success.border-left-darken-3 {
  border-left: 1px solid #146f3e !important
}

.border-right-success.border-right-darken-3 {
  border-right: 1px solid #146f3e !important
}

.overlay-success.overlay-darken-3 {
  background: #146f3e;
  background: rgba(20, 111, 62, 0.8)
}

.success.darken-4 {
  color: #0c5c38 !important
}

.bg-success.bg-darken-4 {
  background-color: #0c5c38 !important
}

.btn-success.btn-darken-4 {
  border-color: #208a47 !important;
  background-color: #0c5c38 !important
}

.btn-success.btn-darken-4:hover {
  border-color: #208a47 !important;
  background-color: #146f3e !important
}

.btn-success.btn-darken-4:focus,
.btn-success.btn-darken-4:active {
  border-color: #146f3e !important;
  background-color: #0c5c38 !important
}

.btn-outline-success.btn-outline-darken-4 {
  border-color: #0c5c38 !important;
  color: #0c5c38 !important
}

.btn-outline-success.btn-outline-darken-4:hover {
  background-color: #0c5c38 !important
}

.progress-success.progress-darken-4 {
  background-color: #0c5c38
}

.progress-success.progress-darken-4[value]::-webkit-progress-value {
  background-color: #0c5c38
}

input:focus~.bg-success {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #0c5c38 !important
}

.border-success.border-darken-4 {
  border: 1px solid #0c5c38 !important
}

.border-top-success.border-top-darken-4 {
  border-top: 1px solid #0c5c38 !important
}

.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid #0c5c38 !important
}

.border-left-success.border-left-darken-4 {
  border-left: 1px solid #0c5c38 !important
}

.border-right-success.border-right-darken-4 {
  border-right: 1px solid #0c5c38 !important
}

.overlay-success.overlay-darken-4 {
  background: #0c5c38;
  background: rgba(12, 92, 56, 0.8)
}

.danger.lighten-4 {
  color: #fee8dc !important
}

.bg-danger.bg-lighten-4 {
  background-color: #fee8dc !important
}

.btn-danger.btn-lighten-4 {
  border-color: #b02940 !important;
  background-color: #fee8dc !important
}

.btn-danger.btn-lighten-4:hover {
  border-color: #b02940 !important;
  background-color: #8e1a38 !important
}

.btn-danger.btn-lighten-4:focus,
.btn-danger.btn-lighten-4:active {
  border-color: #8e1a38 !important;
  background-color: #750f33 !important
}

.btn-outline-danger.btn-outline-lighten-4 {
  border-color: #fee8dc !important;
  color: #fee8dc !important
}

.btn-outline-danger.btn-outline-lighten-4:hover {
  background-color: #fee8dc !important
}

.progress-danger.progress-lighten-4 {
  background-color: #fee8dc
}

.progress-danger.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #fee8dc
}

input:focus~.bg-danger {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fee8dc !important
}

.border-danger.border-lighten-4 {
  border: 1px solid #fee8dc !important
}

.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #fee8dc !important
}

.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #fee8dc !important
}

.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #fee8dc !important
}

.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #fee8dc !important
}

.overlay-danger.overlay-lighten-4 {
  background: #fee8dc;
  background: rgba(254, 232, 220, 0.8)
}

.danger.lighten-3 {
  color: #fecbba !important
}

.bg-danger.bg-lighten-3 {
  background-color: #fecbba !important
}

.btn-danger.btn-lighten-3 {
  border-color: #b02940 !important;
  background-color: #fecbba !important
}

.btn-danger.btn-lighten-3:hover {
  border-color: #b02940 !important;
  background-color: #8e1a38 !important
}

.btn-danger.btn-lighten-3:focus,
.btn-danger.btn-lighten-3:active {
  border-color: #8e1a38 !important;
  background-color: #750f33 !important
}

.btn-outline-danger.btn-outline-lighten-3 {
  border-color: #fecbba !important;
  color: #fecbba !important
}

.btn-outline-danger.btn-outline-lighten-3:hover {
  background-color: #fecbba !important
}

.progress-danger.progress-lighten-3 {
  background-color: #fecbba
}

.progress-danger.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #fecbba
}

input:focus~.bg-danger {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fecbba !important
}

.border-danger.border-lighten-3 {
  border: 1px solid #fecbba !important
}

.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid #fecbba !important
}

.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid #fecbba !important
}

.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid #fecbba !important
}

.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid #fecbba !important
}

.overlay-danger.overlay-lighten-3 {
  background: #fecbba;
  background: rgba(254, 203, 186, 0.8)
}

.danger.lighten-2 {
  color: #fca897 !important
}

.bg-danger.bg-lighten-2 {
  background-color: #fca897 !important
}

.btn-danger.btn-lighten-2 {
  border-color: #b02940 !important;
  background-color: #fca897 !important
}

.btn-danger.btn-lighten-2:hover {
  border-color: #b02940 !important;
  background-color: #8e1a38 !important
}

.btn-danger.btn-lighten-2:focus,
.btn-danger.btn-lighten-2:active {
  border-color: #8e1a38 !important;
  background-color: #750f33 !important
}

.btn-outline-danger.btn-outline-lighten-2 {
  border-color: #fca897 !important;
  color: #fca897 !important
}

.btn-outline-danger.btn-outline-lighten-2:hover {
  background-color: #fca897 !important
}

.progress-danger.progress-lighten-2 {
  background-color: #fca897
}

.progress-danger.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #fca897
}

input:focus~.bg-danger {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fca897 !important
}

.border-danger.border-lighten-2 {
  border: 1px solid #fca897 !important
}

.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #fca897 !important
}

.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #fca897 !important
}

.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #fca897 !important
}

.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #fca897 !important
}

.overlay-danger.overlay-lighten-2 {
  background: #fca897;
  background: rgba(252, 168, 151, 0.8)
}

.danger.lighten-1 {
  color: #f9877c !important
}

.bg-danger.bg-lighten-1 {
  background-color: #f9877c !important
}

.btn-danger.btn-lighten-1 {
  border-color: #b02940 !important;
  background-color: #f9877c !important
}

.btn-danger.btn-lighten-1:hover {
  border-color: #b02940 !important;
  background-color: #8e1a38 !important
}

.btn-danger.btn-lighten-1:focus,
.btn-danger.btn-lighten-1:active {
  border-color: #8e1a38 !important;
  background-color: #750f33 !important
}

.btn-outline-danger.btn-outline-lighten-1 {
  border-color: #f9877c !important;
  color: #f9877c !important
}

.btn-outline-danger.btn-outline-lighten-1:hover {
  background-color: #f9877c !important
}

.progress-danger.progress-lighten-1 {
  background-color: #f9877c
}

.progress-danger.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #f9877c
}

input:focus~.bg-danger {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f9877c !important
}

.border-danger.border-lighten-1 {
  border: 1px solid #f9877c !important
}

.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid #f9877c !important
}

.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid #f9877c !important
}

.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid #f9877c !important
}

.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid #f9877c !important
}

.overlay-danger.overlay-lighten-1 {
  background: #f9877c;
  background: rgba(249, 135, 124, 0.8)
}

.danger {
  color: #f55252 !important
}

.bg-danger {
  background-color: #f55252 !important
}

.bg-danger .card-header,
.bg-danger .card-footer {
  background-color: transparent
}

.toast-danger {
  background-color: #f55252
}

.alert-danger {
  border-color: #f55252 !important;
  background-color: #f55252 !important;
  color: #fff !important
}

.alert-danger .alert-link {
  color: #660606
}

.border-danger {
  border-color: #f55252 !important
}

.border-top-danger {
  border-top-color: #f55252 !important
}

.border-bottom-danger {
  border-bottom-color: #f55252 !important
}

.border-left-danger {
  border-left-color: #f55252 !important
}

.border-right-danger {
  border-right-color: #f55252 !important
}

.badge-danger {
  background-color: #f55252
}

.panel-danger {
  border-color: #f55252
}

.panel-danger .panel-heading {
  color: #fff;
  border-color: #f55252;
  background-color: #f66a6a
}

.bg-danger.tag-glow,
.border-danger.tag-glow {
  box-shadow: 0 0 10px #f55252
}

.overlay-danger {
  background: rgba(245, 82, 82, 0.4)
}

.card.card-outline-danger {
  border-width: 1px;
  border-style: solid;
  border-color: #f55252;
  background-color: transparent
}

.card.card-outline-danger .card-header,
.card.card-outline-danger .card-footer {
  background-color: transparent
}

.bg-light-danger {
  background-color: #fee8dc !important;
  color: #f55252 !important;
  border-color: #fee8dc
}

.btn.bg-light-danger:hover {
  background-color: #f55252 !important;
  color: #fff !important;
  border-color: #f55252
}

.btn-danger:active {
  background-color: #f54d4d;
  border-color: #f54d4d
}

.btn-danger:hover {
  background-color: #f66060;
  border-color: #f66060
}

.btn-danger:focus {
  color: #fff
}

.btn-danger~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #f55252 !important
}

.btn-outline-danger {
  border: 1px solid;
  border-color: #f55252;
  background-color: transparent;
  color: #f55252
}

.btn-outline-danger:focus {
  background-color: transparent !important;
  color: #f55252 !important
}

.btn-outline-danger.active {
  background-color: #f55252 !important;
  color: #fff !important
}

.btn-outline-danger:hover {
  background-color: #f44444 !important;
  color: #fff !important
}

a.btn.btn-danger,
a.btn.bg-light-danger {
  color: #fff
}

a.btn.btn-danger:hover,
a.btn.btn-danger:focus,
a.btn.bg-light-danger:hover,
a.btn.bg-light-danger:focus {
  color: #fff
}

.radio.radio-danger input[type=radio]~label::before {
  border-color: #f55252
}

.radio.radio-danger input[type=radio]:checked~label::after {
  background-color: #f55252
}

.checkbox.checkbox-danger input[type=checkbox]:checked~label:after {
  border-color: #f55252
}

.custom-switch.custom-switch-danger input[type=checkbox]:checked~label:before {
  border-color: #f55252;
  background-color: #f55252
}

.noUi-danger .noUi-connect,
.noUi-danger.noUi-connect {
  background: #f55252
}

.noUi-danger .noUi-handle {
  border-color: #f55252 !important
}

.noUi-danger.circle-filled .noUi-handle,
.noUi-danger.square .noUi-handle {
  background: #f55252 !important
}

input[type=checkbox]:checked.switchery-danger+span {
  border-color: #f55252 !important;
  box-shadow: #f55252 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-danger+span {
  box-shadow: #f55252 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-danger+span {
  box-shadow: #f55252 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-danger+span {
  box-shadow: #f55252 0 0 0 7px inset !important
}

input:focus~.bg-danger {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f55252 !important
}

.danger.darken-1 {
  color: #d23b48 !important
}

.bg-danger.bg-darken-1 {
  background-color: #d23b48 !important
}

.btn-danger.btn-darken-1 {
  border-color: #b02940 !important;
  background-color: #d23b48 !important
}

.btn-danger.btn-darken-1:hover {
  border-color: #b02940 !important;
  background-color: #8e1a38 !important
}

.btn-danger.btn-darken-1:focus,
.btn-danger.btn-darken-1:active {
  border-color: #8e1a38 !important;
  background-color: #750f33 !important
}

.btn-outline-danger.btn-outline-darken-1 {
  border-color: #d23b48 !important;
  color: #d23b48 !important
}

.btn-outline-danger.btn-outline-darken-1:hover {
  background-color: #d23b48 !important
}

.progress-danger.progress-darken-1 {
  background-color: #d23b48
}

.progress-danger.progress-darken-1[value]::-webkit-progress-value {
  background-color: #d23b48
}

input:focus~.bg-danger {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d23b48 !important
}

.border-danger.border-darken-1 {
  border: 1px solid #d23b48 !important
}

.border-top-danger.border-top-darken-1 {
  border-top: 1px solid #d23b48 !important
}

.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid #d23b48 !important
}

.border-left-danger.border-left-darken-1 {
  border-left: 1px solid #d23b48 !important
}

.border-right-danger.border-right-darken-1 {
  border-right: 1px solid #d23b48 !important
}

.overlay-danger.overlay-darken-1 {
  background: #d23b48;
  background: rgba(210, 59, 72, 0.8)
}

.danger.darken-2 {
  color: #b02940 !important
}

.bg-danger.bg-darken-2 {
  background-color: #b02940 !important
}

.btn-danger.btn-darken-2 {
  border-color: #b02940 !important;
  background-color: #b02940 !important
}

.btn-danger.btn-darken-2:hover {
  border-color: #b02940 !important;
  background-color: #8e1a38 !important
}

.btn-danger.btn-darken-2:focus,
.btn-danger.btn-darken-2:active {
  border-color: #8e1a38 !important;
  background-color: #750f33 !important
}

.btn-outline-danger.btn-outline-darken-2 {
  border-color: #b02940 !important;
  color: #b02940 !important
}

.btn-outline-danger.btn-outline-darken-2:hover {
  background-color: #b02940 !important
}

.progress-danger.progress-darken-2 {
  background-color: #b02940
}

.progress-danger.progress-darken-2[value]::-webkit-progress-value {
  background-color: #b02940
}

input:focus~.bg-danger {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b02940 !important
}

.border-danger.border-darken-2 {
  border: 1px solid #b02940 !important
}

.border-top-danger.border-top-darken-2 {
  border-top: 1px solid #b02940 !important
}

.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #b02940 !important
}

.border-left-danger.border-left-darken-2 {
  border-left: 1px solid #b02940 !important
}

.border-right-danger.border-right-darken-2 {
  border-right: 1px solid #b02940 !important
}

.overlay-danger.overlay-darken-2 {
  background: #b02940;
  background: rgba(176, 41, 64, 0.8)
}

.danger.darken-3 {
  color: #8e1a38 !important
}

.bg-danger.bg-darken-3 {
  background-color: #8e1a38 !important
}

.btn-danger.btn-darken-3 {
  border-color: #b02940 !important;
  background-color: #8e1a38 !important
}

.btn-danger.btn-darken-3:hover {
  border-color: #b02940 !important;
  background-color: #8e1a38 !important
}

.btn-danger.btn-darken-3:focus,
.btn-danger.btn-darken-3:active {
  border-color: #8e1a38 !important;
  background-color: #750f33 !important
}

.btn-outline-danger.btn-outline-darken-3 {
  border-color: #8e1a38 !important;
  color: #8e1a38 !important
}

.btn-outline-danger.btn-outline-darken-3:hover {
  background-color: #8e1a38 !important
}

.progress-danger.progress-darken-3 {
  background-color: #8e1a38
}

.progress-danger.progress-darken-3[value]::-webkit-progress-value {
  background-color: #8e1a38
}

input:focus~.bg-danger {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8e1a38 !important
}

.border-danger.border-darken-3 {
  border: 1px solid #8e1a38 !important
}

.border-top-danger.border-top-darken-3 {
  border-top: 1px solid #8e1a38 !important
}

.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid #8e1a38 !important
}

.border-left-danger.border-left-darken-3 {
  border-left: 1px solid #8e1a38 !important
}

.border-right-danger.border-right-darken-3 {
  border-right: 1px solid #8e1a38 !important
}

.overlay-danger.overlay-darken-3 {
  background: #8e1a38;
  background: rgba(142, 26, 56, 0.8)
}

.danger.darken-4 {
  color: #750f33 !important
}

.bg-danger.bg-darken-4 {
  background-color: #750f33 !important
}

.btn-danger.btn-darken-4 {
  border-color: #b02940 !important;
  background-color: #750f33 !important
}

.btn-danger.btn-darken-4:hover {
  border-color: #b02940 !important;
  background-color: #8e1a38 !important
}

.btn-danger.btn-darken-4:focus,
.btn-danger.btn-darken-4:active {
  border-color: #8e1a38 !important;
  background-color: #750f33 !important
}

.btn-outline-danger.btn-outline-darken-4 {
  border-color: #750f33 !important;
  color: #750f33 !important
}

.btn-outline-danger.btn-outline-darken-4:hover {
  background-color: #750f33 !important
}

.progress-danger.progress-darken-4 {
  background-color: #750f33
}

.progress-danger.progress-darken-4[value]::-webkit-progress-value {
  background-color: #750f33
}

input:focus~.bg-danger {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #750f33 !important
}

.border-danger.border-darken-4 {
  border: 1px solid #750f33 !important
}

.border-top-danger.border-top-darken-4 {
  border-top: 1px solid #750f33 !important
}

.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #750f33 !important
}

.border-left-danger.border-left-darken-4 {
  border-left: 1px solid #750f33 !important
}

.border-right-danger.border-right-darken-4 {
  border-right: 1px solid #750f33 !important
}

.overlay-danger.overlay-darken-4 {
  background: #750f33;
  background: rgba(117, 15, 51, 0.8)
}

.warning.lighten-4 {
  color: #feefd0 !important
}

.bg-warning.bg-lighten-4 {
  background-color: #feefd0 !important
}

.btn-warning.btn-lighten-4 {
  border-color: #b1460b !important;
  background-color: #feefd0 !important
}

.btn-warning.btn-lighten-4:hover {
  border-color: #b1460b !important;
  background-color: #8f2f07 !important
}

.btn-warning.btn-lighten-4:focus,
.btn-warning.btn-lighten-4:active {
  border-color: #8f2f07 !important;
  background-color: #762004 !important
}

.btn-outline-warning.btn-outline-lighten-4 {
  border-color: #feefd0 !important;
  color: #feefd0 !important
}

.btn-outline-warning.btn-outline-lighten-4:hover {
  background-color: #feefd0 !important
}

.progress-warning.progress-lighten-4 {
  background-color: #feefd0
}

.progress-warning.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #feefd0
}

input:focus~.bg-warning {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #feefd0 !important
}

.border-warning.border-lighten-4 {
  border: 1px solid #feefd0 !important
}

.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid #feefd0 !important
}

.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid #feefd0 !important
}

.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid #feefd0 !important
}

.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid #feefd0 !important
}

.overlay-warning.overlay-lighten-4 {
  background: #feefd0;
  background: rgba(254, 239, 208, 0.8)
}

.warning.lighten-3 {
  color: #fedba1 !important
}

.bg-warning.bg-lighten-3 {
  background-color: #fedba1 !important
}

.btn-warning.btn-lighten-3 {
  border-color: #b1460b !important;
  background-color: #fedba1 !important
}

.btn-warning.btn-lighten-3:hover {
  border-color: #b1460b !important;
  background-color: #8f2f07 !important
}

.btn-warning.btn-lighten-3:focus,
.btn-warning.btn-lighten-3:active {
  border-color: #8f2f07 !important;
  background-color: #762004 !important
}

.btn-outline-warning.btn-outline-lighten-3 {
  border-color: #fedba1 !important;
  color: #fedba1 !important
}

.btn-outline-warning.btn-outline-lighten-3:hover {
  background-color: #fedba1 !important
}

.progress-warning.progress-lighten-3 {
  background-color: #fedba1
}

.progress-warning.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #fedba1
}

input:focus~.bg-warning {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fedba1 !important
}

.border-warning.border-lighten-3 {
  border: 1px solid #fedba1 !important
}

.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid #fedba1 !important
}

.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid #fedba1 !important
}

.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid #fedba1 !important
}

.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid #fedba1 !important
}

.overlay-warning.overlay-lighten-3 {
  background: #fedba1;
  background: rgba(254, 219, 161, 0.8)
}

.warning.lighten-2 {
  color: #fcc173 !important
}

.bg-warning.bg-lighten-2 {
  background-color: #fcc173 !important
}

.btn-warning.btn-lighten-2 {
  border-color: #b1460b !important;
  background-color: #fcc173 !important
}

.btn-warning.btn-lighten-2:hover {
  border-color: #b1460b !important;
  background-color: #8f2f07 !important
}

.btn-warning.btn-lighten-2:focus,
.btn-warning.btn-lighten-2:active {
  border-color: #8f2f07 !important;
  background-color: #762004 !important
}

.btn-outline-warning.btn-outline-lighten-2 {
  border-color: #fcc173 !important;
  color: #fcc173 !important
}

.btn-outline-warning.btn-outline-lighten-2:hover {
  background-color: #fcc173 !important
}

.progress-warning.progress-lighten-2 {
  background-color: #fcc173
}

.progress-warning.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #fcc173
}

input:focus~.bg-warning {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fcc173 !important
}

.border-warning.border-lighten-2 {
  border: 1px solid #fcc173 !important
}

.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid #fcc173 !important
}

.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid #fcc173 !important
}

.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid #fcc173 !important
}

.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid #fcc173 !important
}

.overlay-warning.overlay-lighten-2 {
  background: #fcc173;
  background: rgba(252, 193, 115, 0.8)
}

.warning.lighten-1 {
  color: #faa750 !important
}

.bg-warning.bg-lighten-1 {
  background-color: #faa750 !important
}

.btn-warning.btn-lighten-1 {
  border-color: #b1460b !important;
  background-color: #faa750 !important
}

.btn-warning.btn-lighten-1:hover {
  border-color: #b1460b !important;
  background-color: #8f2f07 !important
}

.btn-warning.btn-lighten-1:focus,
.btn-warning.btn-lighten-1:active {
  border-color: #8f2f07 !important;
  background-color: #762004 !important
}

.btn-outline-warning.btn-outline-lighten-1 {
  border-color: #faa750 !important;
  color: #faa750 !important
}

.btn-outline-warning.btn-outline-lighten-1:hover {
  background-color: #faa750 !important
}

.progress-warning.progress-lighten-1 {
  background-color: #faa750
}

.progress-warning.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #faa750
}

input:focus~.bg-warning {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #faa750 !important
}

.border-warning.border-lighten-1 {
  border: 1px solid #faa750 !important
}

.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid #faa750 !important
}

.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid #faa750 !important
}

.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid #faa750 !important
}

.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid #faa750 !important
}

.overlay-warning.overlay-lighten-1 {
  background: #faa750;
  background: rgba(250, 167, 80, 0.8)
}

.warning {
  color: #f77e17 !important
}

.bg-warning {
  background-color: #f77e17 !important
}

.bg-warning .card-header,
.bg-warning .card-footer {
  background-color: transparent
}

.toast-warning {
  background-color: #f77e17
}

.alert-warning {
  border-color: #f77e17 !important;
  background-color: #f77e17 !important;
  color: #fff !important
}

.alert-warning .alert-link {
  color: #311702
}

.border-warning {
  border-color: #f77e17 !important
}

.border-top-warning {
  border-top-color: #f77e17 !important
}

.border-bottom-warning {
  border-bottom-color: #f77e17 !important
}

.border-left-warning {
  border-left-color: #f77e17 !important
}

.border-right-warning {
  border-right-color: #f77e17 !important
}

.badge-warning {
  background-color: #f77e17
}

.panel-warning {
  border-color: #f77e17
}

.panel-warning .panel-heading {
  color: #fff;
  border-color: #f77e17;
  background-color: #f88c30
}

.bg-warning.tag-glow,
.border-warning.tag-glow {
  box-shadow: 0 0 10px #f77e17
}

.overlay-warning {
  background: rgba(247, 126, 23, 0.4)
}

.card.card-outline-warning {
  border-width: 1px;
  border-style: solid;
  border-color: #f77e17;
  background-color: transparent
}

.card.card-outline-warning .card-header,
.card.card-outline-warning .card-footer {
  background-color: transparent
}

.bg-light-warning {
  background-color: #feefd0 !important;
  color: #f77e17 !important;
  border-color: #feefd0
}

.btn.bg-light-warning:hover {
  background-color: #f77e17 !important;
  color: #fff !important;
  border-color: #f77e17
}

.btn-warning:active {
  background-color: #f77b12;
  border-color: #f77b12
}

.btn-warning:hover {
  background-color: #f88626;
  border-color: #f88626
}

.btn-warning:focus {
  color: #fff
}

.btn-warning~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #f77e17 !important
}

.btn-outline-warning {
  border: 1px solid;
  border-color: #f77e17;
  background-color: transparent;
  color: #f77e17
}

.btn-outline-warning:focus {
  background-color: transparent !important;
  color: #f77e17 !important
}

.btn-outline-warning.active {
  background-color: #f77e17 !important;
  color: #fff !important
}

.btn-outline-warning:hover {
  background-color: #f67608 !important;
  color: #fff !important
}

a.btn.btn-warning,
a.btn.bg-light-warning {
  color: #fff
}

a.btn.btn-warning:hover,
a.btn.btn-warning:focus,
a.btn.bg-light-warning:hover,
a.btn.bg-light-warning:focus {
  color: #fff
}

.radio.radio-warning input[type=radio]~label::before {
  border-color: #f77e17
}

.radio.radio-warning input[type=radio]:checked~label::after {
  background-color: #f77e17
}

.checkbox.checkbox-warning input[type=checkbox]:checked~label:after {
  border-color: #f77e17
}

.custom-switch.custom-switch-warning input[type=checkbox]:checked~label:before {
  border-color: #f77e17;
  background-color: #f77e17
}

.noUi-warning .noUi-connect,
.noUi-warning.noUi-connect {
  background: #f77e17
}

.noUi-warning .noUi-handle {
  border-color: #f77e17 !important
}

.noUi-warning.circle-filled .noUi-handle,
.noUi-warning.square .noUi-handle {
  background: #f77e17 !important
}

input[type=checkbox]:checked.switchery-warning+span {
  border-color: #f77e17 !important;
  box-shadow: #f77e17 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-warning+span {
  box-shadow: #f77e17 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-warning+span {
  box-shadow: #f77e17 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-warning+span {
  box-shadow: #f77e17 0 0 0 7px inset !important
}

input:focus~.bg-warning {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f77e17 !important
}

.warning.darken-1 {
  color: #d46010 !important
}

.bg-warning.bg-darken-1 {
  background-color: #d46010 !important
}

.btn-warning.btn-darken-1 {
  border-color: #b1460b !important;
  background-color: #d46010 !important
}

.btn-warning.btn-darken-1:hover {
  border-color: #b1460b !important;
  background-color: #8f2f07 !important
}

.btn-warning.btn-darken-1:focus,
.btn-warning.btn-darken-1:active {
  border-color: #8f2f07 !important;
  background-color: #762004 !important
}

.btn-outline-warning.btn-outline-darken-1 {
  border-color: #d46010 !important;
  color: #d46010 !important
}

.btn-outline-warning.btn-outline-darken-1:hover {
  background-color: #d46010 !important
}

.progress-warning.progress-darken-1 {
  background-color: #d46010
}

.progress-warning.progress-darken-1[value]::-webkit-progress-value {
  background-color: #d46010
}

input:focus~.bg-warning {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d46010 !important
}

.border-warning.border-darken-1 {
  border: 1px solid #d46010 !important
}

.border-top-warning.border-top-darken-1 {
  border-top: 1px solid #d46010 !important
}

.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid #d46010 !important
}

.border-left-warning.border-left-darken-1 {
  border-left: 1px solid #d46010 !important
}

.border-right-warning.border-right-darken-1 {
  border-right: 1px solid #d46010 !important
}

.overlay-warning.overlay-darken-1 {
  background: #d46010;
  background: rgba(212, 96, 16, 0.8)
}

.warning.darken-2 {
  color: #b1460b !important
}

.bg-warning.bg-darken-2 {
  background-color: #b1460b !important
}

.btn-warning.btn-darken-2 {
  border-color: #b1460b !important;
  background-color: #b1460b !important
}

.btn-warning.btn-darken-2:hover {
  border-color: #b1460b !important;
  background-color: #8f2f07 !important
}

.btn-warning.btn-darken-2:focus,
.btn-warning.btn-darken-2:active {
  border-color: #8f2f07 !important;
  background-color: #762004 !important
}

.btn-outline-warning.btn-outline-darken-2 {
  border-color: #b1460b !important;
  color: #b1460b !important
}

.btn-outline-warning.btn-outline-darken-2:hover {
  background-color: #b1460b !important
}

.progress-warning.progress-darken-2 {
  background-color: #b1460b
}

.progress-warning.progress-darken-2[value]::-webkit-progress-value {
  background-color: #b1460b
}

input:focus~.bg-warning {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b1460b !important
}

.border-warning.border-darken-2 {
  border: 1px solid #b1460b !important
}

.border-top-warning.border-top-darken-2 {
  border-top: 1px solid #b1460b !important
}

.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid #b1460b !important
}

.border-left-warning.border-left-darken-2 {
  border-left: 1px solid #b1460b !important
}

.border-right-warning.border-right-darken-2 {
  border-right: 1px solid #b1460b !important
}

.overlay-warning.overlay-darken-2 {
  background: #b1460b;
  background: rgba(177, 70, 11, 0.8)
}

.warning.darken-3 {
  color: #8f2f07 !important
}

.bg-warning.bg-darken-3 {
  background-color: #8f2f07 !important
}

.btn-warning.btn-darken-3 {
  border-color: #b1460b !important;
  background-color: #8f2f07 !important
}

.btn-warning.btn-darken-3:hover {
  border-color: #b1460b !important;
  background-color: #8f2f07 !important
}

.btn-warning.btn-darken-3:focus,
.btn-warning.btn-darken-3:active {
  border-color: #8f2f07 !important;
  background-color: #762004 !important
}

.btn-outline-warning.btn-outline-darken-3 {
  border-color: #8f2f07 !important;
  color: #8f2f07 !important
}

.btn-outline-warning.btn-outline-darken-3:hover {
  background-color: #8f2f07 !important
}

.progress-warning.progress-darken-3 {
  background-color: #8f2f07
}

.progress-warning.progress-darken-3[value]::-webkit-progress-value {
  background-color: #8f2f07
}

input:focus~.bg-warning {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8f2f07 !important
}

.border-warning.border-darken-3 {
  border: 1px solid #8f2f07 !important
}

.border-top-warning.border-top-darken-3 {
  border-top: 1px solid #8f2f07 !important
}

.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid #8f2f07 !important
}

.border-left-warning.border-left-darken-3 {
  border-left: 1px solid #8f2f07 !important
}

.border-right-warning.border-right-darken-3 {
  border-right: 1px solid #8f2f07 !important
}

.overlay-warning.overlay-darken-3 {
  background: #8f2f07;
  background: rgba(143, 47, 7, 0.8)
}

.warning.darken-4 {
  color: #762004 !important
}

.bg-warning.bg-darken-4 {
  background-color: #762004 !important
}

.btn-warning.btn-darken-4 {
  border-color: #b1460b !important;
  background-color: #762004 !important
}

.btn-warning.btn-darken-4:hover {
  border-color: #b1460b !important;
  background-color: #8f2f07 !important
}

.btn-warning.btn-darken-4:focus,
.btn-warning.btn-darken-4:active {
  border-color: #8f2f07 !important;
  background-color: #762004 !important
}

.btn-outline-warning.btn-outline-darken-4 {
  border-color: #762004 !important;
  color: #762004 !important
}

.btn-outline-warning.btn-outline-darken-4:hover {
  background-color: #762004 !important
}

.progress-warning.progress-darken-4 {
  background-color: #762004
}

.progress-warning.progress-darken-4[value]::-webkit-progress-value {
  background-color: #762004
}

input:focus~.bg-warning {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #762004 !important
}

.border-warning.border-darken-4 {
  border: 1px solid #762004 !important
}

.border-top-warning.border-top-darken-4 {
  border-top: 1px solid #762004 !important
}

.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #762004 !important
}

.border-left-warning.border-left-darken-4 {
  border-left: 1px solid #762004 !important
}

.border-right-warning.border-right-darken-4 {
  border-right: 1px solid #762004 !important
}

.overlay-warning.overlay-darken-4 {
  background: #762004;
  background: rgba(118, 32, 4, 0.8)
}

.info.lighten-4 {
  color: #d5f1fd !important
}

.bg-info.bg-lighten-4 {
  background-color: #d5f1fd !important
}

.btn-info.btn-lighten-4 {
  border-color: #1750a5 !important;
  background-color: #d5f1fd !important
}

.btn-info.btn-lighten-4:hover {
  border-color: #1750a5 !important;
  background-color: #0e3885 !important
}

.btn-info.btn-lighten-4:focus,
.btn-info.btn-lighten-4:active {
  border-color: #0e3885 !important;
  background-color: #09276e !important
}

.btn-outline-info.btn-outline-lighten-4 {
  border-color: #d5f1fd !important;
  color: #d5f1fd !important
}

.btn-outline-info.btn-outline-lighten-4:hover {
  background-color: #d5f1fd !important
}

.progress-info.progress-lighten-4 {
  background-color: #d5f1fd
}

.progress-info.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #d5f1fd
}

input:focus~.bg-info {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d5f1fd !important
}

.border-info.border-lighten-4 {
  border: 1px solid #d5f1fd !important
}

.border-top-info.border-top-lighten-4 {
  border-top: 1px solid #d5f1fd !important
}

.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid #d5f1fd !important
}

.border-left-info.border-left-lighten-4 {
  border-left: 1px solid #d5f1fd !important
}

.border-right-info.border-right-lighten-4 {
  border-right: 1px solid #d5f1fd !important
}

.overlay-info.overlay-lighten-4 {
  background: #d5f1fd;
  background: rgba(213, 241, 253, 0.8)
}

.info.lighten-3 {
  color: #ace0fc !important
}

.bg-info.bg-lighten-3 {
  background-color: #ace0fc !important
}

.btn-info.btn-lighten-3 {
  border-color: #1750a5 !important;
  background-color: #ace0fc !important
}

.btn-info.btn-lighten-3:hover {
  border-color: #1750a5 !important;
  background-color: #0e3885 !important
}

.btn-info.btn-lighten-3:focus,
.btn-info.btn-lighten-3:active {
  border-color: #0e3885 !important;
  background-color: #09276e !important
}

.btn-outline-info.btn-outline-lighten-3 {
  border-color: #ace0fc !important;
  color: #ace0fc !important
}

.btn-outline-info.btn-outline-lighten-3:hover {
  background-color: #ace0fc !important
}

.progress-info.progress-lighten-3 {
  background-color: #ace0fc
}

.progress-info.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #ace0fc
}

input:focus~.bg-info {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ace0fc !important
}

.border-info.border-lighten-3 {
  border: 1px solid #ace0fc !important
}

.border-top-info.border-top-lighten-3 {
  border-top: 1px solid #ace0fc !important
}

.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid #ace0fc !important
}

.border-left-info.border-left-lighten-3 {
  border-left: 1px solid #ace0fc !important
}

.border-right-info.border-right-lighten-3 {
  border-right: 1px solid #ace0fc !important
}

.overlay-info.overlay-lighten-3 {
  background: #ace0fc;
  background: rgba(172, 224, 252, 0.8)
}

.info.lighten-2 {
  color: #81c8f7 !important
}

.bg-info.bg-lighten-2 {
  background-color: #81c8f7 !important
}

.btn-info.btn-lighten-2 {
  border-color: #1750a5 !important;
  background-color: #81c8f7 !important
}

.btn-info.btn-lighten-2:hover {
  border-color: #1750a5 !important;
  background-color: #0e3885 !important
}

.btn-info.btn-lighten-2:focus,
.btn-info.btn-lighten-2:active {
  border-color: #0e3885 !important;
  background-color: #09276e !important
}

.btn-outline-info.btn-outline-lighten-2 {
  border-color: #81c8f7 !important;
  color: #81c8f7 !important
}

.btn-outline-info.btn-outline-lighten-2:hover {
  background-color: #81c8f7 !important
}

.progress-info.progress-lighten-2 {
  background-color: #81c8f7
}

.progress-info.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #81c8f7
}

input:focus~.bg-info {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #81c8f7 !important
}

.border-info.border-lighten-2 {
  border: 1px solid #81c8f7 !important
}

.border-top-info.border-top-lighten-2 {
  border-top: 1px solid #81c8f7 !important
}

.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid #81c8f7 !important
}

.border-left-info.border-left-lighten-2 {
  border-left: 1px solid #81c8f7 !important
}

.border-right-info.border-right-lighten-2 {
  border-right: 1px solid #81c8f7 !important
}

.overlay-info.overlay-lighten-2 {
  background: #81c8f7;
  background: rgba(129, 200, 247, 0.8)
}

.info.lighten-1 {
  color: #60aff0 !important
}

.bg-info.bg-lighten-1 {
  background-color: #60aff0 !important
}

.btn-info.btn-lighten-1 {
  border-color: #1750a5 !important;
  background-color: #60aff0 !important
}

.btn-info.btn-lighten-1:hover {
  border-color: #1750a5 !important;
  background-color: #0e3885 !important
}

.btn-info.btn-lighten-1:focus,
.btn-info.btn-lighten-1:active {
  border-color: #0e3885 !important;
  background-color: #09276e !important
}

.btn-outline-info.btn-outline-lighten-1 {
  border-color: #60aff0 !important;
  color: #60aff0 !important
}

.btn-outline-info.btn-outline-lighten-1:hover {
  background-color: #60aff0 !important
}

.progress-info.progress-lighten-1 {
  background-color: #60aff0
}

.progress-info.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #60aff0
}

input:focus~.bg-info {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #60aff0 !important
}

.border-info.border-lighten-1 {
  border: 1px solid #60aff0 !important
}

.border-top-info.border-top-lighten-1 {
  border-top: 1px solid #60aff0 !important
}

.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid #60aff0 !important
}

.border-left-info.border-left-lighten-1 {
  border-left: 1px solid #60aff0 !important
}

.border-right-info.border-right-lighten-1 {
  border-right: 1px solid #60aff0 !important
}

.overlay-info.overlay-lighten-1 {
  background: #60aff0;
  background: rgba(96, 175, 240, 0.8)
}

.info {
  color: #2f8be6 !important
}

.bg-info {
  background-color: #2f8be6 !important
}

.bg-info .card-header,
.bg-info .card-footer {
  background-color: transparent
}

.toast-info {
  background-color: #2f8be6
}

.alert-info {
  border-color: #2f8be6 !important;
  background-color: #2f8be6 !important;
  color: #fff !important
}

.alert-info .alert-link {
  color: #061d34
}

.border-info {
  border-color: #2f8be6 !important
}

.border-top-info {
  border-top-color: #2f8be6 !important
}

.border-bottom-info {
  border-bottom-color: #2f8be6 !important
}

.border-left-info {
  border-left-color: #2f8be6 !important
}

.border-right-info {
  border-right-color: #2f8be6 !important
}

.badge-info {
  background-color: #2f8be6
}

.panel-info {
  border-color: #2f8be6
}

.panel-info .panel-heading {
  color: #fff;
  border-color: #2f8be6;
  background-color: #4698e9
}

.bg-info.tag-glow,
.border-info.tag-glow {
  box-shadow: 0 0 10px #2f8be6
}

.overlay-info {
  background: rgba(47, 139, 230, 0.4)
}

.card.card-outline-info {
  border-width: 1px;
  border-style: solid;
  border-color: #2f8be6;
  background-color: transparent
}

.card.card-outline-info .card-header,
.card.card-outline-info .card-footer {
  background-color: transparent
}

.bg-light-info {
  background-color: #d5f1fd !important;
  color: #2f8be6 !important;
  border-color: #d5f1fd
}

.btn.bg-light-info:hover {
  background-color: #2f8be6 !important;
  color: #fff !important;
  border-color: #2f8be6
}

.btn-info:active {
  background-color: #2a88e5;
  border-color: #2a88e5
}

.btn-info:hover {
  background-color: #3d93e8;
  border-color: #3d93e8
}

.btn-info:focus {
  color: #fff
}

.btn-info~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #2f8be6 !important
}

.btn-outline-info {
  border: 1px solid;
  border-color: #2f8be6;
  background-color: transparent;
  color: #2f8be6
}

.btn-outline-info:focus {
  background-color: transparent !important;
  color: #2f8be6 !important
}

.btn-outline-info.active {
  background-color: #2f8be6 !important;
  color: #fff !important
}

.btn-outline-info:hover {
  background-color: #2183e4 !important;
  color: #fff !important
}

a.btn.btn-info,
a.btn.bg-light-info {
  color: #fff
}

a.btn.btn-info:hover,
a.btn.btn-info:focus,
a.btn.bg-light-info:hover,
a.btn.bg-light-info:focus {
  color: #fff
}

.radio.radio-info input[type=radio]~label::before {
  border-color: #2f8be6
}

.radio.radio-info input[type=radio]:checked~label::after {
  background-color: #2f8be6
}

.checkbox.checkbox-info input[type=checkbox]:checked~label:after {
  border-color: #2f8be6
}

.custom-switch.custom-switch-info input[type=checkbox]:checked~label:before {
  border-color: #2f8be6;
  background-color: #2f8be6
}

.noUi-info .noUi-connect,
.noUi-info.noUi-connect {
  background: #2f8be6
}

.noUi-info .noUi-handle {
  border-color: #2f8be6 !important
}

.noUi-info.circle-filled .noUi-handle,
.noUi-info.square .noUi-handle {
  background: #2f8be6 !important
}

input[type=checkbox]:checked.switchery-info+span {
  border-color: #2f8be6 !important;
  box-shadow: #2f8be6 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-info+span {
  box-shadow: #2f8be6 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-info+span {
  box-shadow: #2f8be6 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-info+span {
  box-shadow: #2f8be6 0 0 0 7px inset !important
}

input:focus~.bg-info {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2f8be6 !important
}

.info.darken-1 {
  color: #226cc5 !important
}

.bg-info.bg-darken-1 {
  background-color: #226cc5 !important
}

.btn-info.btn-darken-1 {
  border-color: #1750a5 !important;
  background-color: #226cc5 !important
}

.btn-info.btn-darken-1:hover {
  border-color: #1750a5 !important;
  background-color: #0e3885 !important
}

.btn-info.btn-darken-1:focus,
.btn-info.btn-darken-1:active {
  border-color: #0e3885 !important;
  background-color: #09276e !important
}

.btn-outline-info.btn-outline-darken-1 {
  border-color: #226cc5 !important;
  color: #226cc5 !important
}

.btn-outline-info.btn-outline-darken-1:hover {
  background-color: #226cc5 !important
}

.progress-info.progress-darken-1 {
  background-color: #226cc5
}

.progress-info.progress-darken-1[value]::-webkit-progress-value {
  background-color: #226cc5
}

input:focus~.bg-info {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #226cc5 !important
}

.border-info.border-darken-1 {
  border: 1px solid #226cc5 !important
}

.border-top-info.border-top-darken-1 {
  border-top: 1px solid #226cc5 !important
}

.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid #226cc5 !important
}

.border-left-info.border-left-darken-1 {
  border-left: 1px solid #226cc5 !important
}

.border-right-info.border-right-darken-1 {
  border-right: 1px solid #226cc5 !important
}

.overlay-info.overlay-darken-1 {
  background: #226cc5;
  background: rgba(34, 108, 197, 0.8)
}

.info.darken-2 {
  color: #1750a5 !important
}

.bg-info.bg-darken-2 {
  background-color: #1750a5 !important
}

.btn-info.btn-darken-2 {
  border-color: #1750a5 !important;
  background-color: #1750a5 !important
}

.btn-info.btn-darken-2:hover {
  border-color: #1750a5 !important;
  background-color: #0e3885 !important
}

.btn-info.btn-darken-2:focus,
.btn-info.btn-darken-2:active {
  border-color: #0e3885 !important;
  background-color: #09276e !important
}

.btn-outline-info.btn-outline-darken-2 {
  border-color: #1750a5 !important;
  color: #1750a5 !important
}

.btn-outline-info.btn-outline-darken-2:hover {
  background-color: #1750a5 !important
}

.progress-info.progress-darken-2 {
  background-color: #1750a5
}

.progress-info.progress-darken-2[value]::-webkit-progress-value {
  background-color: #1750a5
}

input:focus~.bg-info {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1750a5 !important
}

.border-info.border-darken-2 {
  border: 1px solid #1750a5 !important
}

.border-top-info.border-top-darken-2 {
  border-top: 1px solid #1750a5 !important
}

.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid #1750a5 !important
}

.border-left-info.border-left-darken-2 {
  border-left: 1px solid #1750a5 !important
}

.border-right-info.border-right-darken-2 {
  border-right: 1px solid #1750a5 !important
}

.overlay-info.overlay-darken-2 {
  background: #1750a5;
  background: rgba(23, 80, 165, 0.8)
}

.info.darken-3 {
  color: #0e3885 !important
}

.bg-info.bg-darken-3 {
  background-color: #0e3885 !important
}

.btn-info.btn-darken-3 {
  border-color: #1750a5 !important;
  background-color: #0e3885 !important
}

.btn-info.btn-darken-3:hover {
  border-color: #1750a5 !important;
  background-color: #0e3885 !important
}

.btn-info.btn-darken-3:focus,
.btn-info.btn-darken-3:active {
  border-color: #0e3885 !important;
  background-color: #09276e !important
}

.btn-outline-info.btn-outline-darken-3 {
  border-color: #0e3885 !important;
  color: #0e3885 !important
}

.btn-outline-info.btn-outline-darken-3:hover {
  background-color: #0e3885 !important
}

.progress-info.progress-darken-3 {
  background-color: #0e3885
}

.progress-info.progress-darken-3[value]::-webkit-progress-value {
  background-color: #0e3885
}

input:focus~.bg-info {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #0e3885 !important
}

.border-info.border-darken-3 {
  border: 1px solid #0e3885 !important
}

.border-top-info.border-top-darken-3 {
  border-top: 1px solid #0e3885 !important
}

.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid #0e3885 !important
}

.border-left-info.border-left-darken-3 {
  border-left: 1px solid #0e3885 !important
}

.border-right-info.border-right-darken-3 {
  border-right: 1px solid #0e3885 !important
}

.overlay-info.overlay-darken-3 {
  background: #0e3885;
  background: rgba(14, 56, 133, 0.8)
}

.info.darken-4 {
  color: #09276e !important
}

.bg-info.bg-darken-4 {
  background-color: #09276e !important
}

.btn-info.btn-darken-4 {
  border-color: #1750a5 !important;
  background-color: #09276e !important
}

.btn-info.btn-darken-4:hover {
  border-color: #1750a5 !important;
  background-color: #0e3885 !important
}

.btn-info.btn-darken-4:focus,
.btn-info.btn-darken-4:active {
  border-color: #0e3885 !important;
  background-color: #09276e !important
}

.btn-outline-info.btn-outline-darken-4 {
  border-color: #09276e !important;
  color: #09276e !important
}

.btn-outline-info.btn-outline-darken-4:hover {
  background-color: #09276e !important
}

.progress-info.progress-darken-4 {
  background-color: #09276e
}

.progress-info.progress-darken-4[value]::-webkit-progress-value {
  background-color: #09276e
}

input:focus~.bg-info {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #09276e !important
}

.border-info.border-darken-4 {
  border: 1px solid #09276e !important
}

.border-top-info.border-top-darken-4 {
  border-top: 1px solid #09276e !important
}

.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid #09276e !important
}

.border-left-info.border-left-darken-4 {
  border-left: 1px solid #09276e !important
}

.border-right-info.border-right-darken-4 {
  border-right: 1px solid #09276e !important
}

.overlay-info.overlay-darken-4 {
  background: #09276e;
  background: rgba(9, 39, 110, 0.8)
}

.light {
  color: #dbdee5 !important
}

.bg-light {
  background-color: #dbdee5 !important
}

.bg-light .card-header,
.bg-light .card-footer {
  background-color: transparent
}

.toast-light {
  background-color: #dbdee5
}

.alert-light {
  border-color: #dbdee5 !important;
  background-color: #dbdee5 !important;
  color: #fff !important
}

.alert-light .alert-link {
  color: #606b85
}

.border-light {
  border-color: #dbdee5 !important
}

.border-top-light {
  border-top-color: #dbdee5 !important
}

.border-bottom-light {
  border-bottom-color: #dbdee5 !important
}

.border-left-light {
  border-left-color: #dbdee5 !important
}

.border-right-light {
  border-right-color: #dbdee5 !important
}

.badge-light {
  background-color: #dbdee5
}

.panel-light {
  border-color: #dbdee5
}

.panel-light .panel-heading {
  color: #fff;
  border-color: #dbdee5;
  background-color: #eaecf0
}

.bg-light.tag-glow,
.border-light.tag-glow {
  box-shadow: 0 0 10px #dbdee5
}

.overlay-light {
  background: rgba(219, 222, 229, 0.4)
}

.card.card-outline-light {
  border-width: 1px;
  border-style: solid;
  border-color: #dbdee5;
  background-color: transparent
}

.card.card-outline-light .card-header,
.card.card-outline-light .card-footer {
  background-color: transparent
}

.btn.bg-light-light:hover {
  background-color: #dbdee5 !important;
  color: #fff !important;
  border-color: #dbdee5
}

.btn-light:active {
  background-color: #d8dbe3;
  border-color: #d8dbe3
}

.btn-light:hover {
  background-color: #e4e6eb;
  border-color: #e4e6eb
}

.btn-light:focus {
  color: #fff
}

.btn-light~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #dbdee5 !important
}

.btn-outline-light {
  border: 1px solid;
  border-color: #dbdee5;
  background-color: transparent;
  color: #dbdee5
}

.btn-outline-light:focus {
  background-color: transparent !important;
  color: #dbdee5 !important
}

.btn-outline-light.active {
  background-color: #dbdee5 !important;
  color: #fff !important
}

.btn-outline-light:hover {
  background-color: #d2d6df !important;
  color: #fff !important
}

a.btn.btn-light,
a.btn.bg-light-light {
  color: #fff
}

a.btn.btn-light:hover,
a.btn.btn-light:focus,
a.btn.bg-light-light:hover,
a.btn.bg-light-light:focus {
  color: #fff
}

.radio.radio-light input[type=radio]~label::before {
  border-color: #dbdee5
}

.radio.radio-light input[type=radio]:checked~label::after {
  background-color: #dbdee5
}

.checkbox.checkbox-light input[type=checkbox]:checked~label:after {
  border-color: #dbdee5
}

.custom-switch.custom-switch-light input[type=checkbox]:checked~label:before {
  border-color: #dbdee5;
  background-color: #dbdee5
}

.noUi-light .noUi-connect,
.noUi-light.noUi-connect {
  background: #dbdee5
}

.noUi-light .noUi-handle {
  border-color: #dbdee5 !important
}

.noUi-light.circle-filled .noUi-handle,
.noUi-light.square .noUi-handle {
  background: #dbdee5 !important
}

input[type=checkbox]:checked.switchery-light+span {
  border-color: #dbdee5 !important;
  box-shadow: #dbdee5 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-light+span {
  box-shadow: #dbdee5 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-light+span {
  box-shadow: #dbdee5 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-light+span {
  box-shadow: #dbdee5 0 0 0 7px inset !important
}

input:focus~.bg-light {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #dbdee5 !important
}

.dark {
  color: #1a051d !important
}

.bg-dark {
  background-color: #1a051d !important
}

.bg-dark .card-header,
.bg-dark .card-footer {
  background-color: transparent
}

.toast-dark {
  background-color: #1a051d
}

.alert-dark {
  border-color: #1a051d !important;
  background-color: #1a051d !important;
  color: #fff !important
}

.alert-dark .alert-link {
  color: black
}

.border-dark {
  border-color: #1a051d !important
}

.border-top-dark {
  border-top-color: #1a051d !important
}

.border-bottom-dark {
  border-bottom-color: #1a051d !important
}

.border-left-dark {
  border-left-color: #1a051d !important
}

.border-right-dark {
  border-right-color: #1a051d !important
}

.badge-dark {
  background-color: #1a051d
}

.panel-dark {
  border-color: #1a051d
}

.panel-dark .panel-heading {
  color: #fff;
  border-color: #1a051d;
  background-color: #2e0933
}

.bg-dark.tag-glow,
.border-dark.tag-glow {
  box-shadow: 0 0 10px #1a051d
}

.overlay-dark {
  background: rgba(26, 5, 29, 0.4)
}

.card.card-outline-dark {
  border-width: 1px;
  border-style: solid;
  border-color: #1a051d;
  background-color: transparent
}

.card.card-outline-dark .card-header,
.card.card-outline-dark .card-footer {
  background-color: transparent
}

.btn.bg-light-dark:hover {
  background-color: #1a051d !important;
  color: #fff !important;
  border-color: #1a051d
}

.btn-dark:active {
  background-color: #160419;
  border-color: #160419
}

.btn-dark:hover {
  background-color: #26072a;
  border-color: #26072a
}

.btn-dark:focus {
  color: #fff
}

.btn-dark~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #1a051d !important
}

.btn-outline-dark {
  border: 1px solid;
  border-color: #1a051d;
  background-color: transparent;
  color: #1a051d
}

.btn-outline-dark:focus {
  background-color: transparent !important;
  color: #1a051d !important
}

.btn-outline-dark.active {
  background-color: #1a051d !important;
  color: #fff !important
}

.btn-outline-dark:hover {
  background-color: #0e0310 !important;
  color: #fff !important
}

a.btn.btn-dark,
a.btn.bg-light-dark {
  color: #fff
}

a.btn.btn-dark:hover,
a.btn.btn-dark:focus,
a.btn.bg-light-dark:hover,
a.btn.bg-light-dark:focus {
  color: #fff
}

.radio.radio-dark input[type=radio]~label::before {
  border-color: #1a051d
}

.radio.radio-dark input[type=radio]:checked~label::after {
  background-color: #1a051d
}

.checkbox.checkbox-dark input[type=checkbox]:checked~label:after {
  border-color: #1a051d
}

.custom-switch.custom-switch-dark input[type=checkbox]:checked~label:before {
  border-color: #1a051d;
  background-color: #1a051d
}

.noUi-dark .noUi-connect,
.noUi-dark.noUi-connect {
  background: #1a051d
}

.noUi-dark .noUi-handle {
  border-color: #1a051d !important
}

.noUi-dark.circle-filled .noUi-handle,
.noUi-dark.square .noUi-handle {
  background: #1a051d !important
}

input[type=checkbox]:checked.switchery-dark+span {
  border-color: #1a051d !important;
  box-shadow: #1a051d 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-dark+span {
  box-shadow: #1a051d 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-dark+span {
  box-shadow: #1a051d 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-dark+span {
  box-shadow: #1a051d 0 0 0 7px inset !important
}

input:focus~.bg-dark {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1a051d !important
}

.grey.lighten-4 {
  color: #f5f5f5 !important
}

.bg-grey.bg-lighten-4 {
  background-color: #f5f5f5 !important
}

.btn-grey.btn-lighten-4 {
  border-color: #616161 !important;
  background-color: #f5f5f5 !important
}

.btn-grey.btn-lighten-4:hover {
  border-color: #616161 !important;
  background-color: #424242 !important
}

.btn-grey.btn-lighten-4:focus,
.btn-grey.btn-lighten-4:active {
  border-color: #424242 !important;
  background-color: #212121 !important
}

.btn-outline-grey.btn-outline-lighten-4 {
  border-color: #f5f5f5 !important;
  color: #f5f5f5 !important
}

.btn-outline-grey.btn-outline-lighten-4:hover {
  background-color: #f5f5f5 !important
}

.progress-grey.progress-lighten-4 {
  background-color: #f5f5f5
}

.progress-grey.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #f5f5f5
}

input:focus~.bg-grey {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f5f5f5 !important
}

.border-grey.border-lighten-4 {
  border: 1px solid #f5f5f5 !important
}

.border-top-grey.border-top-lighten-4 {
  border-top: 1px solid #f5f5f5 !important
}

.border-bottom-grey.border-bottom-lighten-4 {
  border-bottom: 1px solid #f5f5f5 !important
}

.border-left-grey.border-left-lighten-4 {
  border-left: 1px solid #f5f5f5 !important
}

.border-right-grey.border-right-lighten-4 {
  border-right: 1px solid #f5f5f5 !important
}

.overlay-grey.overlay-lighten-4 {
  background: #f5f5f5;
  background: rgba(245, 245, 245, 0.8)
}

.grey.lighten-3 {
  color: #eee !important
}

.bg-grey.bg-lighten-3 {
  background-color: #eee !important
}

.btn-grey.btn-lighten-3 {
  border-color: #616161 !important;
  background-color: #eee !important
}

.btn-grey.btn-lighten-3:hover {
  border-color: #616161 !important;
  background-color: #424242 !important
}

.btn-grey.btn-lighten-3:focus,
.btn-grey.btn-lighten-3:active {
  border-color: #424242 !important;
  background-color: #212121 !important
}

.btn-outline-grey.btn-outline-lighten-3 {
  border-color: #eee !important;
  color: #eee !important
}

.btn-outline-grey.btn-outline-lighten-3:hover {
  background-color: #eee !important
}

.progress-grey.progress-lighten-3 {
  background-color: #eee
}

.progress-grey.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #eee
}

input:focus~.bg-grey {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #eee !important
}

.border-grey.border-lighten-3 {
  border: 1px solid #eee !important
}

.border-top-grey.border-top-lighten-3 {
  border-top: 1px solid #eee !important
}

.border-bottom-grey.border-bottom-lighten-3 {
  border-bottom: 1px solid #eee !important
}

.border-left-grey.border-left-lighten-3 {
  border-left: 1px solid #eee !important
}

.border-right-grey.border-right-lighten-3 {
  border-right: 1px solid #eee !important
}

.overlay-grey.overlay-lighten-3 {
  background: #eee;
  background: rgba(238, 238, 238, 0.8)
}

.grey.lighten-2 {
  color: #e0e0e0 !important
}

.bg-grey.bg-lighten-2 {
  background-color: #e0e0e0 !important
}

.btn-grey.btn-lighten-2 {
  border-color: #616161 !important;
  background-color: #e0e0e0 !important
}

.btn-grey.btn-lighten-2:hover {
  border-color: #616161 !important;
  background-color: #424242 !important
}

.btn-grey.btn-lighten-2:focus,
.btn-grey.btn-lighten-2:active {
  border-color: #424242 !important;
  background-color: #212121 !important
}

.btn-outline-grey.btn-outline-lighten-2 {
  border-color: #e0e0e0 !important;
  color: #e0e0e0 !important
}

.btn-outline-grey.btn-outline-lighten-2:hover {
  background-color: #e0e0e0 !important
}

.progress-grey.progress-lighten-2 {
  background-color: #e0e0e0
}

.progress-grey.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #e0e0e0
}

input:focus~.bg-grey {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e0e0e0 !important
}

.border-grey.border-lighten-2 {
  border: 1px solid #e0e0e0 !important
}

.border-top-grey.border-top-lighten-2 {
  border-top: 1px solid #e0e0e0 !important
}

.border-bottom-grey.border-bottom-lighten-2 {
  border-bottom: 1px solid #e0e0e0 !important
}

.border-left-grey.border-left-lighten-2 {
  border-left: 1px solid #e0e0e0 !important
}

.border-right-grey.border-right-lighten-2 {
  border-right: 1px solid #e0e0e0 !important
}

.overlay-grey.overlay-lighten-2 {
  background: #e0e0e0;
  background: rgba(224, 224, 224, 0.8)
}

.grey.lighten-1 {
  color: #bdbdbd !important
}

.bg-grey.bg-lighten-1 {
  background-color: #bdbdbd !important
}

.btn-grey.btn-lighten-1 {
  border-color: #616161 !important;
  background-color: #bdbdbd !important
}

.btn-grey.btn-lighten-1:hover {
  border-color: #616161 !important;
  background-color: #424242 !important
}

.btn-grey.btn-lighten-1:focus,
.btn-grey.btn-lighten-1:active {
  border-color: #424242 !important;
  background-color: #212121 !important
}

.btn-outline-grey.btn-outline-lighten-1 {
  border-color: #bdbdbd !important;
  color: #bdbdbd !important
}

.btn-outline-grey.btn-outline-lighten-1:hover {
  background-color: #bdbdbd !important
}

.progress-grey.progress-lighten-1 {
  background-color: #bdbdbd
}

.progress-grey.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #bdbdbd
}

input:focus~.bg-grey {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #bdbdbd !important
}

.border-grey.border-lighten-1 {
  border: 1px solid #bdbdbd !important
}

.border-top-grey.border-top-lighten-1 {
  border-top: 1px solid #bdbdbd !important
}

.border-bottom-grey.border-bottom-lighten-1 {
  border-bottom: 1px solid #bdbdbd !important
}

.border-left-grey.border-left-lighten-1 {
  border-left: 1px solid #bdbdbd !important
}

.border-right-grey.border-right-lighten-1 {
  border-right: 1px solid #bdbdbd !important
}

.overlay-grey.overlay-lighten-1 {
  background: #bdbdbd;
  background: rgba(189, 189, 189, 0.8)
}

.grey {
  color: #9e9e9e !important
}

.bg-grey {
  background-color: #9e9e9e !important
}

.bg-grey .card-header,
.bg-grey .card-footer {
  background-color: transparent
}

.toast-grey {
  background-color: #9e9e9e
}

.alert-grey {
  border-color: #9e9e9e !important;
  background-color: #9e9e9e !important;
  color: #fff !important
}

.alert-grey .alert-link {
  color: #303030
}

.border-grey {
  border-color: #9e9e9e !important
}

.border-top-grey {
  border-top-color: #9e9e9e !important
}

.border-bottom-grey {
  border-bottom-color: #9e9e9e !important
}

.border-left-grey {
  border-left-color: #9e9e9e !important
}

.border-right-grey {
  border-right-color: #9e9e9e !important
}

.badge-grey {
  background-color: #9e9e9e
}

.panel-grey {
  border-color: #9e9e9e
}

.panel-grey .panel-heading {
  color: #fff;
  border-color: #9e9e9e;
  background-color: #ababab
}

.bg-grey.tag-glow,
.border-grey.tag-glow {
  box-shadow: 0 0 10px #9e9e9e
}

.overlay-grey {
  background: rgba(158, 158, 158, 0.4)
}

.card.card-outline-grey {
  border-width: 1px;
  border-style: solid;
  border-color: #9e9e9e;
  background-color: transparent
}

.card.card-outline-grey .card-header,
.card.card-outline-grey .card-footer {
  background-color: transparent
}

.bg-light-grey {
  background-color: #f5f5f5 !important;
  color: #9e9e9e !important;
  border-color: #f5f5f5
}

.btn.bg-light-grey:hover {
  background-color: #9e9e9e !important;
  color: #fff !important;
  border-color: #9e9e9e
}

.btn-grey:active {
  background-color: #9b9b9b;
  border-color: #9b9b9b
}

.btn-grey:hover {
  background-color: #a6a6a6;
  border-color: #a6a6a6
}

.btn-grey:focus {
  color: #fff
}

.btn-grey~.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #9e9e9e !important
}

.btn-outline-grey {
  border: 1px solid;
  border-color: #9e9e9e;
  background-color: transparent;
  color: #9e9e9e
}

.btn-outline-grey:focus {
  background-color: transparent !important;
  color: #9e9e9e !important
}

.btn-outline-grey.active {
  background-color: #9e9e9e !important;
  color: #fff !important
}

.btn-outline-grey:hover {
  background-color: #969696 !important;
  color: #fff !important
}

a.btn.btn-grey,
a.btn.bg-light-grey {
  color: #fff
}

a.btn.btn-grey:hover,
a.btn.btn-grey:focus,
a.btn.bg-light-grey:hover,
a.btn.bg-light-grey:focus {
  color: #fff
}

.radio.radio-grey input[type=radio]~label::before {
  border-color: #9e9e9e
}

.radio.radio-grey input[type=radio]:checked~label::after {
  background-color: #9e9e9e
}

.checkbox.checkbox-grey input[type=checkbox]:checked~label:after {
  border-color: #9e9e9e
}

.custom-switch.custom-switch-grey input[type=checkbox]:checked~label:before {
  border-color: #9e9e9e;
  background-color: #9e9e9e
}

.noUi-grey .noUi-connect,
.noUi-grey.noUi-connect {
  background: #9e9e9e
}

.noUi-grey .noUi-handle {
  border-color: #9e9e9e !important
}

.noUi-grey.circle-filled .noUi-handle,
.noUi-grey.square .noUi-handle {
  background: #9e9e9e !important
}

input[type=checkbox]:checked.switchery-grey+span {
  border-color: #9e9e9e !important;
  box-shadow: #9e9e9e 0 0 0 12.5px inset !important
}

input[type=checkbox][data-size=lg]:checked.switchery-grey+span {
  box-shadow: #9e9e9e 0 0 0 16px inset !important
}

input[type=checkbox][data-size=sm]:checked.switchery-grey+span {
  box-shadow: #9e9e9e 0 0 0 10px inset !important
}

input[type=checkbox][data-size=xs]:checked.switchery-grey+span {
  box-shadow: #9e9e9e 0 0 0 7px inset !important
}

input:focus~.bg-grey {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #9e9e9e !important
}

.grey.darken-1 {
  color: #757575 !important
}

.bg-grey.bg-darken-1 {
  background-color: #757575 !important
}

.btn-grey.btn-darken-1 {
  border-color: #616161 !important;
  background-color: #757575 !important
}

.btn-grey.btn-darken-1:hover {
  border-color: #616161 !important;
  background-color: #424242 !important
}

.btn-grey.btn-darken-1:focus,
.btn-grey.btn-darken-1:active {
  border-color: #424242 !important;
  background-color: #212121 !important
}

.btn-outline-grey.btn-outline-darken-1 {
  border-color: #757575 !important;
  color: #757575 !important
}

.btn-outline-grey.btn-outline-darken-1:hover {
  background-color: #757575 !important
}

.progress-grey.progress-darken-1 {
  background-color: #757575
}

.progress-grey.progress-darken-1[value]::-webkit-progress-value {
  background-color: #757575
}

input:focus~.bg-grey {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #757575 !important
}

.border-grey.border-darken-1 {
  border: 1px solid #757575 !important
}

.border-top-grey.border-top-darken-1 {
  border-top: 1px solid #757575 !important
}

.border-bottom-grey.border-bottom-darken-1 {
  border-bottom: 1px solid #757575 !important
}

.border-left-grey.border-left-darken-1 {
  border-left: 1px solid #757575 !important
}

.border-right-grey.border-right-darken-1 {
  border-right: 1px solid #757575 !important
}

.overlay-grey.overlay-darken-1 {
  background: #757575;
  background: rgba(117, 117, 117, 0.8)
}

.grey.darken-2 {
  color: #616161 !important
}

.bg-grey.bg-darken-2 {
  background-color: #616161 !important
}

.btn-grey.btn-darken-2 {
  border-color: #616161 !important;
  background-color: #616161 !important
}

.btn-grey.btn-darken-2:hover {
  border-color: #616161 !important;
  background-color: #424242 !important
}

.btn-grey.btn-darken-2:focus,
.btn-grey.btn-darken-2:active {
  border-color: #424242 !important;
  background-color: #212121 !important
}

.btn-outline-grey.btn-outline-darken-2 {
  border-color: #616161 !important;
  color: #616161 !important
}

.btn-outline-grey.btn-outline-darken-2:hover {
  background-color: #616161 !important
}

.progress-grey.progress-darken-2 {
  background-color: #616161
}

.progress-grey.progress-darken-2[value]::-webkit-progress-value {
  background-color: #616161
}

input:focus~.bg-grey {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #616161 !important
}

.border-grey.border-darken-2 {
  border: 1px solid #616161 !important
}

.border-top-grey.border-top-darken-2 {
  border-top: 1px solid #616161 !important
}

.border-bottom-grey.border-bottom-darken-2 {
  border-bottom: 1px solid #616161 !important
}

.border-left-grey.border-left-darken-2 {
  border-left: 1px solid #616161 !important
}

.border-right-grey.border-right-darken-2 {
  border-right: 1px solid #616161 !important
}

.overlay-grey.overlay-darken-2 {
  background: #616161;
  background: rgba(97, 97, 97, 0.8)
}

.grey.darken-3 {
  color: #424242 !important
}

.bg-grey.bg-darken-3 {
  background-color: #424242 !important
}

.btn-grey.btn-darken-3 {
  border-color: #616161 !important;
  background-color: #424242 !important
}

.btn-grey.btn-darken-3:hover {
  border-color: #616161 !important;
  background-color: #424242 !important
}

.btn-grey.btn-darken-3:focus,
.btn-grey.btn-darken-3:active {
  border-color: #424242 !important;
  background-color: #212121 !important
}

.btn-outline-grey.btn-outline-darken-3 {
  border-color: #424242 !important;
  color: #424242 !important
}

.btn-outline-grey.btn-outline-darken-3:hover {
  background-color: #424242 !important
}

.progress-grey.progress-darken-3 {
  background-color: #424242
}

.progress-grey.progress-darken-3[value]::-webkit-progress-value {
  background-color: #424242
}

input:focus~.bg-grey {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #424242 !important
}

.border-grey.border-darken-3 {
  border: 1px solid #424242 !important
}

.border-top-grey.border-top-darken-3 {
  border-top: 1px solid #424242 !important
}

.border-bottom-grey.border-bottom-darken-3 {
  border-bottom: 1px solid #424242 !important
}

.border-left-grey.border-left-darken-3 {
  border-left: 1px solid #424242 !important
}

.border-right-grey.border-right-darken-3 {
  border-right: 1px solid #424242 !important
}

.overlay-grey.overlay-darken-3 {
  background: #424242;
  background: rgba(66, 66, 66, 0.8)
}

.grey.darken-4 {
  color: #212121 !important
}

.bg-grey.bg-darken-4 {
  background-color: #212121 !important
}

.btn-grey.btn-darken-4 {
  border-color: #616161 !important;
  background-color: #212121 !important
}

.btn-grey.btn-darken-4:hover {
  border-color: #616161 !important;
  background-color: #424242 !important
}

.btn-grey.btn-darken-4:focus,
.btn-grey.btn-darken-4:active {
  border-color: #424242 !important;
  background-color: #212121 !important
}

.btn-outline-grey.btn-outline-darken-4 {
  border-color: #212121 !important;
  color: #212121 !important
}

.btn-outline-grey.btn-outline-darken-4:hover {
  background-color: #212121 !important
}

.progress-grey.progress-darken-4 {
  background-color: #212121
}

.progress-grey.progress-darken-4[value]::-webkit-progress-value {
  background-color: #212121
}

input:focus~.bg-grey {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #212121 !important
}

.border-grey.border-darken-4 {
  border: 1px solid #212121 !important
}

.border-top-grey.border-top-darken-4 {
  border-top: 1px solid #212121 !important
}

.border-bottom-grey.border-bottom-darken-4 {
  border-bottom: 1px solid #212121 !important
}

.border-left-grey.border-left-darken-4 {
  border-left: 1px solid #212121 !important
}

.border-right-grey.border-right-darken-4 {
  border-right: 1px solid #212121 !important
}

.overlay-grey.overlay-darken-4 {
  background: #212121;
  background: rgba(33, 33, 33, 0.8)
}

.wrapper.show-overlay .content-overlay {
  z-index: 16;
  opacity: 1
}

.wrapper .content-overlay {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: calc(100%+54px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all .7s;
  z-index: -1;
  visibility: visible
}

.w-100 {
  width: 100% !important
}

.h-100 {
  height: 100% !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

a {
  cursor: pointer
}

.fonticon-wrap {
  width: 2%;
  float: left;
  margin: .25rem
}

.fonticon-wrap i.fa {
  font-size: 1.35rem !important
}

.round {
  border-radius: 1.5rem
}

.square {
  border-radius: 0
}

img.img-border {
  border: 5px solid #fff
}

ul.no-list-style {
  list-style: none
}

.shadow-z-1 {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12)
}

.shadow-z-1-hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.shadow-z-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.shadow-z-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19)
}

.shadow-z-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21)
}

.shadow-z-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22)
}

.big-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36)
}

.shadow-big {
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}

.shadow-big-navbar {
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}

.sidebar-shadow {
  box-shadow: 6px 0 20px 0 rgba(25, 42, 70, 0.35)
}

.card-shadow {
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11)
}

.cursor-pointer {
  cursor: pointer
}

.cursor-move {
  cursor: move
}

.cursor-default {
  cursor: default
}

.cursor-progress {
  cursor: progress
}

.cursor-not-allowed {
  cursor: not-allowed
}

.cursor-grab {
  cursor: grab
}

.overflow-x-scroll {
  overflow-x: scroll
}

.overflow-y-scroll {
  overflow-y: scroll
}

.bullets-inside {
  list-style: inside
}

.list-style-circle {
  list-style: circle
}

.list-style-square {
  list-style: square
}

.list-style-icons {
  padding-left: 10px;
  margin-left: 0;
  list-style: none
}

.list-style-icons>li i {
  float: left;
  width: 1em;
  margin: 5px 12px 0 0
}

.border-2 {
  border: 2px solid
}

.border-top-2 {
  border-top: 2px solid
}

.border-bottom-2 {
  border-bottom: 2px solid
}

.border-left-2 {
  border-left: 2px solid
}

.border-right-2 {
  border-right: 2px solid
}

.border-3 {
  border: 3px solid
}

.border-top-3 {
  border-top: 3px solid
}

.border-bottom-3 {
  border-bottom: 3px solid
}

.border-left-3 {
  border-left: 3px solid
}

.border-right-3 {
  border-right: 3px solid
}

.no-border-top-radius {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.no-border-bottom-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.no-border-top-left-radius {
  border-top-left-radius: 0 !important
}

.no-border-top-right-radius {
  border-top-right-radius: 0 !important
}

.no-border-bottom-left-radius {
  border-bottom-left-radius: 0 !important
}

.no-border-bottom-right-radius {
  border-bottom-right-radius: 0 !important
}

.box-shadow-0 {
  box-shadow: none !important
}

.box-shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.box-shadow-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.box-shadow-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19)
}

.box-shadow-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21)
}

.box-shadow-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22)
}

.fit {
  max-width: 100% !important
}

.half-width {
  width: 50% !important
}

.full-width {
  width: 100% !important
}

.full-height {
  height: 100% !important
}

.full-height-vh {
  height: 100vh !important;
  height: calc(1vh * 100) !important;
  height: calc(var(--vh, 1vh) * 100) !important
}

.width-50 {
  width: 50px !important
}

.width-100 {
  width: 100px !important
}

.width-150 {
  width: 150px !important
}

.width-200 {
  width: 200px !important
}

.width-250 {
  width: 250px !important
}

.width-300 {
  width: 300px !important
}

.width-350 {
  width: 350px !important
}

.width-400 {
  width: 400px !important
}

.width-450 {
  width: 450px !important
}

.width-500 {
  width: 500px !important
}

.width-550 {
  width: 550px !important
}

.width-600 {
  width: 600px !important
}

.width-650 {
  width: 650px !important
}

.width-700 {
  width: 700px !important
}

.width-750 {
  width: 750px !important
}

.width-800 {
  width: 800px !important
}

.width-5-per {
  width: 5% !important
}

.width-10-per {
  width: 10% !important
}

.width-15-per {
  width: 15% !important
}

.width-20-per {
  width: 20% !important
}

.width-25-per {
  width: 25% !important
}

.width-30-per {
  width: 30% !important
}

.width-35-per {
  width: 35% !important
}

.width-40-per {
  width: 40% !important
}

.width-45-per {
  width: 45% !important
}

.width-50-per {
  width: 50% !important
}

.width-55-per {
  width: 55% !important
}

.width-60-per {
  width: 60% !important
}

.width-65-per {
  width: 65% !important
}

.width-70-per {
  width: 70% !important
}

.width-75-per {
  width: 75% !important
}

.width-80-per {
  width: 80% !important
}

.width-90-per {
  width: 90% !important
}

.width-95-per {
  width: 95% !important
}

.height-0 {
  height: 0 !important
}

.height-50 {
  height: 50px !important
}

.height-75 {
  height: 75px !important
}

.height-100 {
  height: 100px !important
}

.height-150 {
  height: 150px !important
}

.height-200 {
  height: 200px !important
}

.height-250 {
  height: 250px !important
}

.height-300 {
  height: 300px !important
}

.height-350 {
  height: 350px !important
}

.height-400 {
  height: 400px !important
}

.height-450 {
  height: 450px !important
}

.height-500 {
  height: 500px !important
}

.height-550 {
  height: 550px !important
}

.height-600 {
  height: 600px !important
}

.height-650 {
  height: 650px !important
}

.height-700 {
  height: 700px !important
}

.height-750 {
  height: 750px !important
}

.height-800 {
  height: 800px !important
}

.height-5-per {
  height: 5% !important
}

.height-10-per {
  height: 10% !important
}

.height-15-per {
  height: 15% !important
}

.height-20-per {
  height: 20% !important
}

.height-25-per {
  height: 25% !important
}

.height-30-per {
  height: 30% !important
}

.height-35-per {
  height: 35% !important
}

.height-40-per {
  height: 40% !important
}

.height-45-per {
  height: 45% !important
}

.height-50-per {
  height: 50% !important
}

.height-55-per {
  height: 55% !important
}

.height-60-per {
  height: 60% !important
}

.height-65-per {
  height: 65% !important
}

.height-70-per {
  height: 70% !important
}

.height-75-per {
  height: 75% !important
}

.height-80-per {
  height: 80% !important
}

.line-height-0 {
  line-height: 0 !important
}

.line-height-1 {
  line-height: 1 !important
}

.line-height-2 {
  line-height: 1.5 !important
}

.line-height-2 {
  line-height: 2 !important
}

.rotate-45 {
  transform: rotate(45deg)
}

.rotate-45-inverse {
  transform: rotate(-45deg)
}

.rotate-90 {
  transform: rotate(45deg)
}

.rotate-90-inverse {
  transform: rotate(-45deg)
}

.rotate-180 {
  transform: rotate(45deg)
}

.rotate-180-inverse {
  transform: rotate(-45deg)
}

.pull-up {
  transition: all .25s ease
}

.pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
  z-index: 30
}

.spinner {
  display: inline-block;
  animation: spin 1s linear infinite
}

@keyframes spin {
  0 {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.spinner-reverse {
  display: inline-block;
  animation: spin-reverse 1s linear infinite
}

@keyframes spin-reverse {
  0 {
    transform: rotate(0)
  }

  100% {
    transform: rotate(-360deg)
  }
}

.bg-cover {
  background-size: cover !important
}

.bg-repeat {
  background-repeat: repeat !important
}

.bg-no-repeat {
  background-repeat: no-repeat !important
}

.img-xl {
  width: 64px !important;
  height: 64px !important
}

.img-lg {
  width: 44px !important;
  height: 44px !important
}

.img-sm {
  width: 36px !important;
  height: 36px !important
}

.img-xs {
  width: 32px !important;
  height: 32px !important
}

.customizer {
  width: 400px;
  right: -400px;
  padding: 0;
  background-color: #fff;
  z-index: 1052;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
  transition: right .4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  backface-visibility: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}

.customizer.open {
  right: 0
}

.customizer .customizer-content {
  position: relative;
  height: 100vh;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100)
}

.customizer .customizer-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 7px;
  width: auto;
  z-index: 10
}

.customizer .customizer-toggle {
  position: absolute;
  top: 45%;
  width: 2.7rem;
  height: 2.7rem;
  left: -2.75rem;
  text-align: center;
  line-height: 2.7rem;
  cursor: pointer;
  border-top-left-radius: .35rem;
  border-bottom-left-radius: .35rem;
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1)
}

.customizer .customizer-toggle i.spinner {
  animation-duration: 2s
}

.customizer .color-options a {
  white-space: pre
}

.customizer .cz-bg-color {
  margin: 0 auto
}

.customizer .cz-bg-color [class*=gradient-] {
  transform: rotate(90deg)
}

.customizer .cz-bg-color>.row {
  padding-left: 4px
}

.customizer .cz-bg-color .selected,
.customizer .cz-tl-bg-color .selected {
  box-shadow: 0 0 1px 1px #01295c;
  border: 3px solid #fff
}

.customizer .cz-bg-color span:hover,
.customizer .cz-tl-bg-color span:hover {
  cursor: pointer
}

.customizer .cz-bg-image {
  padding-left: 5px;
  padding-right: 3px
}

.customizer .cz-bg-image img.rounded {
  height: 80px;
  width: 40px
}

.customizer .cz-bg-image img.rounded.selected {
  border: 3px solid #fff;
  box-shadow: 0 0 1px 1px #01295c
}

.customizer .cz-bg-image img.rounded:hover {
  cursor: pointer
}

.customizer .togglebutton .checkbox {
  margin-right: -8px
}

.customizer .tl-color-option,
.customizer .cz-tl-bg-color,
.customizer .tl-bg-img {
  display: none
}

.customizer .cz-tl-bg-image {
  padding-right: 5px
}

.customizer .cz-tl-bg-image .ct-glass-bg {
  height: 100px;
  width: 70px
}

.customizer .cz-tl-bg-image .ct-glass-bg.selected {
  border: 3px solid #1e1e1e;
  box-shadow: 0 0 1px 1px #01295c
}

.customizer .cz-tl-bg-image .ct-glass-bg:hover {
  cursor: pointer
}

.customizer .cz-tl-bg-color [class*=bg-] {
  background-size: cover;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background .3s
}

.customizer .cz-tl-bg-color .bg-glass-hibiscus {
  background-image: linear-gradient(to right bottom, #f05f57, #c83d5c, #99245a, #671351, #360940)
}

.customizer .cz-tl-bg-color .bg-glass-purple-pizzazz {
  background-image: linear-gradient(to right bottom, #662d86, #8b2a8a, #ae2389, #cf1d83, #ed1e79)
}

.customizer .cz-tl-bg-color .bg-glass-blue-lagoon {
  background-image: linear-gradient(to right bottom, #144e68, #006d83, #008d92, #00ad91, #57ca85)
}

.customizer .cz-tl-bg-color .bg-glass-electric-violet {
  background-image: linear-gradient(to left top, #4a00e0, #600de0, #7119e1, #8023e1, #8e2de2)
}

.customizer .cz-tl-bg-color .bg-glass-portage {
  background-image: linear-gradient(to left top, #97abff, #798ce5, #5b6ecb, #3b51b1, #123597)
}

.customizer .cz-tl-bg-color .bg-glass-tundora {
  background-image: linear-gradient(to left top, #ef4673, #ffc846)
}

.media-bordered .media {
  border-top: 1px solid #e0e0e0
}

.media-bordered .media:first-child {
  border-top: 0
}

.media {
  padding: 1rem 0
}

.page-link {
  border-radius: .35rem;
  margin-left: 5px
}

ul.list-inline i {
  line-height: 18px
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
  stroke-linecap: round
}

legend {
  border-bottom: 0
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent
}

*:focus {
  outline: 0
}

a:focus,
a:active,
button:active,
button:focus,
button:hover,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
  outline: 0 !important
}

.table-borderless tbody tr td,
.table-borderless tbody tr th {
  border: 0
}

.dragdrop-container {
  min-height: 200px
}

.content-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 2;
  visibility: hidden
}

.content-overlay.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6)
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes dash {
  0 {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@keyframes color {
  0 {
    stroke: #01295c
  }

  50% {
    stroke: #ff681e
  }

  100% {
    stroke: #01295c
  }
}

.btn-social,
.btn-social-icon {
  position: relative;
  padding-left: 4rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff !important
}

.btn-social>:first-child,
.btn-social-icon>:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.2rem;
  line-height: 2.7rem;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center
}

.btn-social.btn-lg,
.btn-lg.btn-social-icon,
.btn-group-lg>.btn-social.btn,
.btn-group-lg>.btn.btn-social-icon {
  padding-left: 3.2rem
}

.btn-social.btn-lg>:first-child,
.btn-lg.btn-social-icon>:first-child,
.btn-group-lg>.btn-social.btn>:first-child,
.btn-group-lg>.btn.btn-social-icon>:first-child {
  line-height: 2.2rem;
  width: 2.2rem;
  font-size: 1.8em
}

.btn-social.btn-sm,
.btn-sm.btn-social-icon,
.btn-group-sm>.btn-social.btn,
.btn-group-sm>.btn.btn-social-icon {
  padding-left: 2.55rem
}

.btn-social.btn-sm>:first-child,
.btn-sm.btn-social-icon>:first-child,
.btn-group-sm>.btn-social.btn>:first-child,
.btn-group-sm>.btn.btn-social-icon>:first-child {
  line-height: 1.8rem;
  width: 1.8rem;
  font-size: 1.4em
}

.btn-social.btn-xs,
.btn-xs.btn-social-icon {
  padding-left: 3.15rem
}

.btn-social.btn-xs>:first-child,
.btn-xs.btn-social-icon>:first-child {
  line-height: 2.4rem;
  width: 2.4rem;
  font-size: 1.2em
}

.btn-social-icon {
  height: 2.75rem;
  width: 2.75rem;
  padding: 0
}

.btn-social-icon>:first-child {
  border: 0;
  text-align: center;
  width: 100% !important
}

.btn-social-icon.btn-lg,
.btn-group-lg>.btn-social-icon.btn {
  height: 2.2rem;
  width: 2.2rem;
  padding-left: 0;
  padding-right: 0
}

.btn-social-icon.btn-sm,
.btn-group-sm>.btn-social-icon.btn {
  height: 2rem;
  width: 2rem;
  padding-left: 0;
  padding-right: 0;
  font-size: .75rem
}

.btn-social-icon.btn-xs {
  height: 4.4rem;
  width: 4.4rem;
  padding-left: 0;
  padding-right: 0
}

.btn-adn {
  background-color: #d87a68;
  border: 1px solid #d87a68
}

.btn-bitbucket {
  background-color: #205081;
  border: 1px solid #205081
}

.btn-dropbox {
  background-color: #1087dd;
  border: 1px solid #1087dd
}

.btn-facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998
}

.btn-flickr {
  background-color: #ff0084;
  border: 1px solid #ff0084
}

.btn-foursquare {
  background-color: #f94877;
  border: 1px solid #f94877
}

.btn-github {
  background-color: #444;
  border: 1px solid #444
}

.btn-google {
  background-color: #dd4b39;
  border: 1px solid #dd4b39
}

.btn-instagram {
  background-color: #3f729b;
  border: 1px solid #3f729b
}

.btn-linkedin {
  background-color: #007bb6;
  border: 1px solid #007bb6
}

.btn-microsoft {
  background-color: #2672ec;
  border: 1px solid #2672ec
}

.btn-odnoklassniki {
  background-color: #f4731c;
  border: 1px solid #f4731c
}

.btn-openid {
  background-color: #f7931e;
  border: 1px solid #f7931e
}

.btn-pinterest {
  background-color: #cb2027;
  border: 1px solid #cb2027
}

.btn-reddit {
  background-color: #eff7ff;
  border: 1px solid #eff7ff
}

.btn-soundcloud {
  background-color: #f50;
  border: 1px solid #f50
}

.btn-tumblr {
  background-color: #2c4762;
  border: 1px solid #2c4762
}

.btn-twitter {
  background-color: #55acee;
  border: 1px solid #55acee
}

.btn-vimeo {
  background-color: #1ab7ea;
  border: 1px solid #1ab7ea
}

.btn-vk {
  background-color: #587ea3;
  border: 1px solid #587ea3
}

.btn-yahoo {
  background-color: #720e9e;
  border: 1px solid #720e9e
}

.btn-outline-adn {
  border: 1px solid #d87a68 !important;
  color: #d87a68 !important
}

.btn-outline-bitbucket {
  border: 1px solid #205081 !important;
  color: #205081 !important
}

.btn-outline-dropbox {
  border: 1px solid #1087dd !important;
  color: #1087dd !important
}

.btn-outline-facebook {
  border: 1px solid #3b5998 !important;
  color: #3b5998 !important
}

.btn-outline-flickr {
  border: 1px solid #ff0084 !important;
  color: #ff0084 !important
}

.btn-outline-foursquare {
  border: 1px solid #f94877 !important;
  color: #f94877 !important
}

.btn-outline-github {
  border: 1px solid #444 !important;
  color: #444 !important
}

.btn-outline-google {
  border: 1px solid #dd4b39 !important;
  color: #dd4b39 !important
}

.btn-outline-instagram {
  border: 1px solid #3f729b !important;
  color: #3f729b !important
}

.btn-outline-linkedin {
  border: 1px solid #007bb6 !important;
  color: #007bb6 !important
}

.btn-outline-microsoft {
  border: 1px solid #2672ec !important;
  color: #2672ec !important
}

.btn-outline-odnoklassniki {
  border: 1px solid #f4731c !important;
  color: #f4731c !important
}

.btn-outline-openid {
  border: 1px solid #f7931e !important;
  color: #f7931e !important
}

.btn-outline-pinterest {
  border: 1px solid #cb2027 !important;
  color: #cb2027 !important
}

.btn-outline-reddit {
  border: 1px solid #ff4500 !important;
  color: #ff4500 !important
}

.btn-outline-soundcloud {
  border: 1px solid #f50 !important;
  color: #f50 !important
}

.btn-outline-tumblr {
  border: 1px solid #2c4762 !important;
  color: #2c4762 !important
}

.btn-outline-twitter {
  border: 1px solid #55acee !important;
  color: #55acee !important
}

.btn-outline-vimeo {
  border: 1px solid #1ab7ea !important;
  color: #1ab7ea !important
}

.btn-outline-vk {
  border: 1px solid #587ea3 !important;
  color: #587ea3 !important
}

.btn-outline-yahoo {
  border: 1px solid #720e9e !important;
  color: #720e9e !important
}

.btn-outline-adn:hover {
  color: #fff !important;
  border: 1px solid #d87a68;
  background-color: #d87a68
}

.btn-outline-bitbucket:hover {
  color: #fff !important;
  border: 1px solid #205081;
  background-color: #205081
}

.btn-outline-dropbox:hover {
  color: #fff !important;
  border: 1px solid #1087dd;
  background-color: #1087dd
}

.btn-outline-facebook:hover {
  color: #fff !important;
  border: 1px solid #3b5998;
  background-color: #3b5998
}

.btn-outline-flickr:hover {
  color: #fff !important;
  border: 1px solid #ff0084;
  background-color: #ff0084
}

.btn-outline-foursquare:hover {
  color: #fff !important;
  border: 1px solid #f94877;
  background-color: #f94877
}

.btn-outline-github:hover {
  color: #fff !important;
  border: 1px solid #444;
  background-color: #444
}

.btn-outline-google:hover {
  color: #fff !important;
  border: 1px solid #dd4b39;
  background-color: #dd4b39
}

.btn-outline-instagram:hover {
  color: #fff !important;
  border: 1px solid #3f729b;
  background-color: #3f729b
}

.btn-outline-linkedin:hover {
  color: #fff !important;
  border: 1px solid #007bb6;
  background-color: #007bb6
}

.btn-outline-microsoft:hover {
  color: #fff !important;
  border: 1px solid #2672ec;
  background-color: #2672ec
}

.btn-outline-odnoklassniki:hover {
  color: #fff !important;
  border: 1px solid #f4731c;
  background-color: #f4731c
}

.btn-outline-openid:hover {
  color: #fff !important;
  border: 1px solid #f7931e;
  background-color: #f7931e
}

.btn-outline-pinterest:hover {
  color: #fff !important;
  border: 1px solid #cb2027;
  background-color: #cb2027
}

.btn-outline-reddit:hover {
  color: #fff !important;
  border: 1px solid #ff4500;
  background-color: #ff4500
}

.btn-outline-soundcloud:hover {
  color: #fff !important;
  border: 1px solid #f50;
  background-color: #f50
}

.btn-outline-tumblr:hover {
  color: #fff !important;
  border: 1px solid #2c4762;
  background-color: #2c4762
}

.btn-outline-twitter:hover {
  color: #fff !important;
  border: 1px solid #55acee;
  background-color: #55acee
}

.btn-outline-vimeo:hover {
  color: #fff !important;
  border: 1px solid #1ab7ea;
  background-color: #1ab7ea
}

.btn-outline-vk:hover {
  color: #fff !important;
  border: 1px solid #587ea3;
  background-color: #587ea3
}

.btn-outline-yahoo:hover {
  color: #fff !important;
  border: 1px solid #720e9e;
  background-color: #720e9e
}

.btn-adn-flat {
  color: #d87a68 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-adn-flat span {
  border: none !important
}

.btn-adn-flat:hover {
  color: #993a28 !important;
  background-color: transparent !important
}

.btn-bitbucket-flat {
  color: #205081 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-bitbucket-flat span {
  border: none !important
}

.btn-bitbucket-flat:hover {
  color: #07111b !important;
  background-color: transparent !important
}

.btn-dropbox-flat {
  color: #1087dd !important;
  background-color: transparent !important;
  border: none !important
}

.btn-dropbox-flat span {
  border: none !important
}

.btn-dropbox-flat:hover {
  color: #073e66 !important;
  background-color: transparent !important
}

.btn-facebook-flat {
  color: #3b5998 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-facebook-flat span {
  border: none !important
}

.btn-facebook-flat:hover {
  color: #17233c !important;
  background-color: transparent !important
}

.btn-flickr-flat {
  color: #ff0084 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-flickr-flat span {
  border: none !important
}

.btn-flickr-flat:hover {
  color: #800042 !important;
  background-color: transparent !important
}

.btn-foursquare-flat {
  color: #f94877 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-foursquare-flat span {
  border: none !important
}

.btn-foursquare-flat:hover {
  color: #bb0636 !important;
  background-color: transparent !important
}

.btn-github-flat {
  color: #444 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-github-flat span {
  border: none !important
}

.btn-github-flat:hover {
  color: #040404 !important;
  background-color: transparent !important
}

.btn-google-flat {
  color: #dd4b39 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-google-flat span {
  border: none !important
}

.btn-google-flat:hover {
  color: #802216 !important;
  background-color: transparent !important
}

.btn-instagram-flat {
  color: #3f729b !important;
  background-color: transparent !important;
  border: none !important
}

.btn-instagram-flat span {
  border: none !important
}

.btn-instagram-flat:hover {
  color: #1a2f40 !important;
  background-color: transparent !important
}

.btn-linkedin-flat {
  color: #007bb6 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-linkedin-flat span {
  border: none !important
}

.btn-linkedin-flat:hover {
  color: #002537 !important;
  background-color: transparent !important
}

.btn-microsoft-flat {
  color: #2672ec !important;
  background-color: transparent !important;
  border: none !important
}

.btn-microsoft-flat span {
  border: none !important
}

.btn-microsoft-flat:hover {
  color: #0c3b87 !important;
  background-color: transparent !important
}

.btn-odnoklassniki-flat {
  color: #f4731c !important;
  background-color: transparent !important;
  border: none !important
}

.btn-odnoklassniki-flat span {
  border: none !important
}

.btn-odnoklassniki-flat:hover {
  color: #8a3c07 !important;
  background-color: transparent !important
}

.btn-openid-flat {
  color: #f7931e !important;
  background-color: transparent !important;
  border: none !important
}

.btn-openid-flat span {
  border: none !important
}

.btn-openid-flat:hover {
  color: #905005 !important;
  background-color: transparent !important
}

.btn-pinterest-flat {
  color: #cb2027 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-pinterest-flat span {
  border: none !important
}

.btn-pinterest-flat:hover {
  color: #5d0f12 !important;
  background-color: transparent !important
}

.btn-reddit-flat {
  color: #ff4500 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-reddit-flat span {
  border: none !important
}

.btn-reddit-flat:hover {
  color: #802300 !important;
  background-color: transparent !important
}

.btn-soundcloud-flat {
  color: #f50 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-soundcloud-flat span {
  border: none !important
}

.btn-soundcloud-flat:hover {
  color: #802b00 !important;
  background-color: transparent !important
}

.btn-tumblr-flat {
  color: #2c4762 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-tumblr-flat span {
  border: none !important
}

.btn-tumblr-flat:hover {
  color: #04070a !important;
  background-color: transparent !important
}

.btn-twitter-flat {
  color: #55acee !important;
  background-color: transparent !important;
  border: none !important
}

.btn-twitter-flat span {
  border: none !important
}

.btn-twitter-flat:hover {
  color: #126db2 !important;
  background-color: transparent !important
}

.btn-vimeo-flat {
  color: #1ab7ea !important;
  background-color: transparent !important;
  border: none !important
}

.btn-vimeo-flat span {
  border: none !important
}

.btn-vimeo-flat:hover {
  color: #0b5e79 !important;
  background-color: transparent !important
}

.btn-vk-flat {
  color: #587ea3 !important;
  background-color: transparent !important;
  border: none !important
}

.btn-vk-flat span {
  border: none !important
}

.btn-vk-flat:hover {
  color: #2b3e50 !important;
  background-color: transparent !important
}

.btn-yahoo-flat {
  color: #720e9e !important;
  background-color: transparent !important;
  border: none !important
}

.btn-yahoo-flat span {
  border: none !important
}

.btn-yahoo-flat:hover {
  color: #1d0429 !important;
  background-color: transparent !important
}

.btn-adn-flat.active,
.btn-adn-flat:active,
.btn-adn-flat:focus,
.btn-adn-flat:active:focus,
.btn-adn-flat:active:hover {
  background-color: transparent !important
}

.btn-bitbucket-flat.active,
.btn-bitbucket-flat:active,
.btn-bitbucket-flat:focus,
.btn-bitbucket-flat:active:focus,
.btn-bitbucket-flat:active:hover {
  background-color: transparent !important
}

.btn-dropbox-flat.active,
.btn-dropbox-flat:active,
.btn-dropbox-flat:focus,
.btn-dropbox-flat:active:focus,
.btn-dropbox-flat:active:hover {
  background-color: transparent !important
}

.btn-facebook-flat.active,
.btn-facebook-flat:active,
.btn-facebook-flat:focus,
.btn-facebook-flat:active:focus,
.btn-facebook-flat:active:hover {
  background-color: transparent !important
}

.btn-flickr-flat.active,
.btn-flickr-flat:active,
.btn-flickr-flat:focus,
.btn-flickr-flat:active:focus,
.btn-flickr-flat:active:hover {
  background-color: transparent !important
}

.btn-foursquare-flat.active,
.btn-foursquare-flat:active,
.btn-foursquare-flat:focus,
.btn-foursquare-flat:active:focus,
.btn-foursquare-flat:active:hover {
  background-color: transparent !important
}

.btn-github-flat.active,
.btn-github-flat:active,
.btn-github-flat:focus,
.btn-github-flat:active:focus,
.btn-github-flat:active:hover {
  background-color: transparent !important
}

.btn-google-flat.active,
.btn-google-flat:active,
.btn-google-flat:focus,
.btn-google-flat:active:focus,
.btn-google-flat:active:hover {
  background-color: transparent !important
}

.btn-instagram-flat.active,
.btn-instagram-flat:active,
.btn-instagram-flat:focus,
.btn-instagram-flat:active:focus,
.btn-instagram-flat:active:hover {
  background-color: transparent !important
}

.btn-linkedin-flat.active,
.btn-linkedin-flat:active,
.btn-linkedin-flat:focus,
.btn-linkedin-flat:active:focus,
.btn-linkedin-flat:active:hover {
  background-color: transparent !important
}

.btn-microsoft-flat.active,
.btn-microsoft-flat:active,
.btn-microsoft-flat:focus,
.btn-microsoft-flat:active:focus,
.btn-microsoft-flat:active:hover {
  background-color: transparent !important
}

.btn-odnoklassniki-flat.active,
.btn-odnoklassniki-flat:active,
.btn-odnoklassniki-flat:focus,
.btn-odnoklassniki-flat:active:focus,
.btn-odnoklassniki-flat:active:hover {
  background-color: transparent !important
}

.btn-openid-flat.active,
.btn-openid-flat:active,
.btn-openid-flat:focus,
.btn-openid-flat:active:focus,
.btn-openid-flat:active:hover {
  background-color: transparent !important
}

.btn-pinterest-flat.active,
.btn-pinterest-flat:active,
.btn-pinterest-flat:focus,
.btn-pinterest-flat:active:focus,
.btn-pinterest-flat:active:hover {
  background-color: transparent !important
}

.btn-reddit-flat.active,
.btn-reddit-flat:active,
.btn-reddit-flat:focus,
.btn-reddit-flat:active:focus,
.btn-reddit-flat:active:hover {
  background-color: transparent !important
}

.btn-soundcloud-flat.active,
.btn-soundcloud-flat:active,
.btn-soundcloud-flat:focus,
.btn-soundcloud-flat:active:focus,
.btn-soundcloud-flat:active:hover {
  background-color: transparent !important
}

.btn-tumblr-flat.active,
.btn-tumblr-flat:active,
.btn-tumblr-flat:focus,
.btn-tumblr-flat:active:focus,
.btn-tumblr-flat:active:hover {
  background-color: transparent !important
}

.btn-twitter-flat.active,
.btn-twitter-flat:active,
.btn-twitter-flat:focus,
.btn-twitter-flat:active:focus,
.btn-twitter-flat:active:hover {
  background-color: transparent !important
}

.btn-vimeo-flat.active,
.btn-vimeo-flat:active,
.btn-vimeo-flat:focus,
.btn-vimeo-flat:active:focus,
.btn-vimeo-flat:active:hover {
  background-color: transparent !important
}

.btn-vk-flat.active,
.btn-vk-flat:active,
.btn-vk-flat:focus,
.btn-vk-flat:active:focus,
.btn-vk-flat:active:hover {
  background-color: transparent !important
}

.btn-yahoo-flat.active,
.btn-yahoo-flat:active,
.btn-yahoo-flat:focus,
.btn-yahoo-flat:active:focus,
.btn-yahoo-flat:active:hover {
  background-color: transparent !important
}

@media(min-width:1200px) {
  .vertical-menu .navbar {
    margin-left: 280px;
    transition: all .3s ease
  }

  .vertical-menu .navbar .container-fluid,
  .vertical-menu .navbar .container-sm,
  .vertical-menu .navbar .container-md,
  .vertical-menu .navbar .container-lg,
  .vertical-menu .navbar .container-xl {
    padding-left: 0
  }

  .vertical-menu footer.footer {
    margin-left: 280px
  }

  .vertical-menu.sidebar-sm .navbar,
  .vertical-menu.sidebar-sm .main-panel .main-content {
    margin-left: 220px
  }

  .vertical-menu.sidebar-sm.nav-collapsed .navbar,
  .vertical-menu.sidebar-sm.nav-collapsed .main-panel .main-content {
    margin-left: 60px
  }

  .vertical-menu.sidebar-sm .navbar {
    padding-left: 1.5rem;
    margin-left: 220px;
    transition: all .3s ease
  }

  .vertical-menu.sidebar-sm .navbar .navbar-container {
    padding-left: 220px
  }

  .vertical-menu.sidebar-sm footer.footer {
    margin-left: 220px
  }

  .vertical-menu.sidebar-lg .navbar,
  .vertical-menu.sidebar-lg .main-panel .main-content {
    margin-left: 280px
  }

  .vertical-menu.sidebar-lg.nav-collapsed .navbar,
  .vertical-menu.sidebar-lg.nav-collapsed .main-panel .main-content {
    margin-left: 60px
  }

  .vertical-menu.sidebar-lg .navbar {
    padding-left: 1.5rem;
    margin-left: 280px;
    transition: all .3s ease
  }

  .vertical-menu.sidebar-lg .navbar .navbar-container {
    padding-left: 280px
  }

  .vertical-menu.sidebar-lg footer.footer {
    margin-left: 280px
  }

  footer.footer {
    text-align: center
  }
}

footer.footer {
  padding: 1rem 2.2rem
}

.vertical-layout[data-col="1-column"].nav-collapsed,
.vertical-layout[data-col="1-column"] .navbar,
.vertical-layout[data-col="1-column"] .main-content {
  margin: 0 !important
}

.horizontal-layout[data-col="1-column"] .main-panel {
  margin-top: 4rem !important
}

.horizontal-layout[data-col="1-column"].blank-page .wrapper {
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100)
}

.horizontal-layout[data-col="1-column"].blank-page .main-panel {
  margin-top: 0 !important
}

@media(max-width:1200px) {
  .main-panel .main-content {
    margin-left: 0 !important
  }

  .app-sidebar {
    transition: transform .4s cubic-bezier(0.25, 0.8, 0.25, 1)
  }

  .navbar {
    padding: 0 25px
  }

  .navbar-toggle {
    display: block
  }

  .navbar-header .navbar-toggle {
    margin: 8px 17px 0 6px;
    cursor: pointer
  }

  .navbar-header .navbar-collapse-toggle,
  .navbar-header .open-collapse-toggle {
    margin: 20px 0 10px 15px
  }

  .navbar-form {
    margin-top: .75rem !important
  }

  @keyframes fadeIn {
    0 {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  .bar1,
  .bar2,
  .bar3 {
    outline: 1px solid transparent
  }

  @keyframes fadeIn {
    0 {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
}

@media(min-width:320px) {
  .navbar-header {
    float: left
  }

  .navbar-right {
    float: right !important
  }

  .navbar-nav>li {
    float: left
  }
}

@media(max-width:320px) {
  .navbar-right {
    display: none
  }
}

@media(max-width:640px) {
  .navbar-form {
    display: none
  }
}

@media(max-width:767px) {
  #navbar-mobile.navbar-collapse .navbar-nav {
    margin: 0;
    flex-flow: row wrap
  }

  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute
  }

  #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
    float: left
  }
}

@media(max-width:991.98px) {
  .navbar .navbar-nav {
    margin-right: -5px
  }

  .header-navbar .navbar-container ul.navbar-nav {
    float: right !important
  }

  .header-navbar .navbar-container ul.navbar-nav li>a.nav-link {
    padding: .5rem .5rem
  }
}

@media(max-width:359px) {
  .i18n-dropdown {
    display: none
  }
}

.main-content .color-palette .color-group li {
  list-style-type: none
}

.main-content .color-palette .color-group li.color {
  padding: 10px 15px 11px;
  margin: 0
}

.main-content .color-palette .color-group li.color.main-color .name {
  display: block;
  margin-bottom: 53px;
  font-size: 2rem
}

.main-content .color-palette .color-group li.color .hex {
  float: right;
  text-transform: uppercase;
  display: block
}

.main-content .color-palette .color-group:last-child li.color {
  padding: 10px 15px 11px;
  margin: 0
}

.main-content .color-palette .color-group:last-child li.color.main-color .name {
  display: block;
  margin-bottom: 53px;
  font-size: 2rem
}

.main-content .color-palette .color-group:last-child li.color .hex {
  float: right;
  text-transform: uppercase;
  display: block
}

.main-content .color-palette .dark span {
  color: #342e49
}

.main-content .color-palette span {
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
  font-weight: 500
}

.main-content .color-palette span.light-strong {
  color: #fff
}

.main-content .color-palette span.dark {
  color: #342e49
}

.main-content .bd-highlight,
.main-content .width-example {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15)
}

.main-content .height-example-wrapper {
  background-color: rgba(255, 0, 0, 0.1);
  height: 100px
}

.main-content .height-example-wrapper .height-example {
  background-color: rgba(0, 0, 255, 0.1);
  width: 120px
}

.main-content .fonticon-container>.fonticon-wrap {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 4.8rem;
  text-align: center;
  border-radius: .1875rem;
  margin-right: 1rem;
  margin-bottom: 1.5rem
}

.main-content .fonticon-container>.fonticon-wrap>i {
  font-size: 2.28rem;
  transition: all .2s ease-in-out
}

.main-content .fonticon-container>.fonticon-wrap>i.fa {
  font-size: 2.28rem !important
}

.main-content .fonticon-container>.fonticon-wrap.youtube {
  width: 100px
}

.main-content .fonticon-container:hover i {
  color: #01295c;
  font-size: 2.9rem;
  transform: scale(1.3)
}

.main-content .fonticon-container>.fonticon-classname,
.main-content .fonticon-container>.fonticon-unit {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2
}

.main-content .fonticon-container>.fonticon-unit {
  font-size: 1rem;
  font-style: italic
}

.buy-now {
  position: fixed;
  bottom: 4%;
  right: 5.8rem;
  z-index: 1039
}

.scroll-top {
  position: fixed;
  z-index: 1039;
  bottom: 4%;
  right: 2rem;
  padding: .4rem .8rem
}

@media(max-width:575.98px) {
  #media-object img {
    width: 45px;
    height: 45px
  }

  .carousel-caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dropzone.dropzone-area .dz-message {
    font-size: 1.5rem
  }

  .dropzone.dropzone-area .dz-message:before {
    font-size: 3rem;
    height: 50px
  }
}

#iconForm .form-control-position {
  top: 1px
}

.doc-sidebar-wrapper {
  position: fixed;
  right: 1rem
}

.doc-sidebar-wrapper .doc-sidebar {
  margin-left: 4.5rem
}

body.page-scrolled .doc-sidebar-wrapper {
  top: 1.5rem
}

ul.doc-sidebar-nav-list {
  list-style: none;
  padding-left: 0
}

@media(max-width:1199.98px) {
  .doc-sidebar-wrapper .doc-sidebar {
    margin-left: .5rem
  }
}

.avatar {
  white-space: nowrap;
  background-color: #e0e0e0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  color: #616161;
  display: inline-flex;
  font-size: .75rem;
  text-align: center;
  vertical-align: middle
}

.avatar img {
  border-radius: 50%
}

.avatar img+.avatar-content {
  width: 0 !important;
  height: 0 !important
}

.avatar .avatar-content {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center
}

.avatar .avatar-content .avatar-icon {
  font-size: 1.1rem
}

.avatar .avatar-content .badge {
  position: absolute;
  top: -8px;
  right: -9px;
  font-size: .62rem
}

.avatar[class*=bg-] {
  color: #fff
}

.avatar.avatar-xl {
  font-size: 1.5rem
}

.avatar.avatar-xl img {
  width: 70px;
  height: 70px
}

.avatar.avatar-xl .avatar-content {
  height: 70px;
  width: 70px
}

.avatar.avatar-xl .avatar-content .avatar-icon {
  font-size: 3rem
}

.avatar.avatar-lg {
  font-size: 1.2rem
}

.avatar.avatar-lg img {
  width: 50px;
  height: 50px
}

.avatar.avatar-lg .avatar-content {
  width: 50px;
  height: 50px
}

.avatar.avatar-lg .avatar-content .avatar-icon {
  font-size: 2rem
}

.avatar.avatar-md {
  font-size: 1rem
}

.avatar.avatar-md img {
  width: 40px;
  height: 40px
}

.avatar.avatar-md .avatar-content {
  width: 40px;
  height: 40px
}

.avatar.avatar-md .avatar-content .avatar-icon {
  font-size: 1.5rem
}

.avatar.avatar-sm .avatar-content {
  width: 24px;
  height: 24px
}

.avatar.avatar-sm .avatar-content .avatar-icon {
  font-size: .9rem
}

.avatar.avatar-sm img {
  width: 24px;
  height: 24px
}

.avatar [class*=avatar-status-] {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  border: 1px solid #fff
}

.avatar [class*=avatar-status-].avatar-status-lg {
  width: 17px;
  height: 17px;
  border-width: 2px
}

.avatar .avatar-status-online {
  background-color: #40c057
}

.avatar .avatar-status-busy {
  background-color: #f55252
}

.avatar .avatar-status-away {
  background-color: #ff681e
}

.avatar .avatar-status-offline {
  background-color: #767676
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.3rem;
  line-height: 1
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px
}

.ct-point {
  stroke-width: 8px;
  stroke-linecap: round
}

.ct-line {
  fill: none;
  stroke-width: 3px
}

.ct-area {
  stroke: none;
  fill-opacity: .8
}

.ct-bar {
  fill: none;
  stroke-width: 10px
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #01295c
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
  fill: #01295c
}

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #ff681e
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
  fill: #ff681e
}

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #f55252
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
  fill: #f55252
}

.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #2f8be6
}

.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
  fill: #2f8be6
}

.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #40c057
}

.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
  fill: #40c057
}

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #9c27b0
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
  fill: #9c27b0
}

.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #ffc107
}

.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
  fill: #ffc107
}

.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #dd4b39
}

.ct-series-h .ct-slice-pie,
.ct-series-h .ct-area {
  fill: #dd4b39
}

.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #35465c
}

.ct-series-i .ct-slice-pie,
.ct-series-i .ct-area {
  fill: #35465c
}

.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #e52d27
}

.ct-series-j .ct-slice-pie,
.ct-series-j .ct-area {
  fill: #e52d27
}

.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #55acee
}

.ct-series-k .ct-slice-pie,
.ct-series-k .ct-area {
  fill: #55acee
}

.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #cc2127
}

.ct-series-l .ct-slice-pie,
.ct-series-l .ct-area {
  fill: #cc2127
}

.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #1769ff
}

.ct-series-m .ct-slice-pie,
.ct-series-m .ct-area {
  fill: #1769ff
}

.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2
}

.ct-series-n .ct-slice-pie,
.ct-series-n .ct-area {
  fill: #6188e2
}

.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca
}

.ct-series-o .ct-slice-pie,
.ct-series-o .ct-area {
  fill: #a748ca
}

.ct-square {
  display: block;
  position: relative;
  width: 100%
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%
}

.ct-square:after {
  content: "";
  display: table;
  clear: both
}

.ct-square>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%
}

.ct-minor-second:after {
  content: "";
  display: table;
  clear: both
}

.ct-minor-second>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%
}

.ct-major-second:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-second>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%
}

.ct-minor-third:after {
  content: "";
  display: table;
  clear: both
}

.ct-minor-third>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%
}

.ct-major-third:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-third>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%
}

.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both
}

.ct-perfect-fourth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%
}

.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both
}

.ct-perfect-fifth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%
}

.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both
}

.ct-minor-sixth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both
}

.ct-golden-section>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%
}

.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-sixth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%
}

.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both
}

.ct-minor-seventh>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%
}

.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-seventh>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%
}

.ct-octave:after {
  content: "";
  display: table;
  clear: both
}

.ct-octave>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%
}

.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-tenth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%
}

.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-eleventh>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%
}

.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-twelfth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%
}

.ct-double-octave:after {
  content: "";
  display: table;
  clear: both
}

.ct-double-octave>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: #000;
  color: #fff;
  font-family: Oxygen, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 10;
  transition: opacity .2s linear
}

.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #000
}

.chartist-tooltip.tooltip-show {
  opacity: 1
}

code[class*=language-],
pre[class*=language-] {
  color: #f8f8f2;
  background: 0;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none
}

pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: .3em
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
  background: #272822
}

:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #8292a2
}

.token.punctuation {
  color: #f8f8f2
}

.token.namespace {
  opacity: .7
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672
}

.token.boolean,
.token.number {
  color: #ae81ff
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #f8f8f2
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
  color: #e6db74
}

.token.keyword {
  color: #66d9ef
}

.token.regex,
.token.important {
  color: #fd971f
}

.token.important,
.token.bold {
  font-weight: bold
}

.token.italic {
  font-style: italic
}

.token.entity {
  cursor: help
}

.switch.switch-small {
  min-width: 33px
}

.switch.switch-medium {
  min-width: 50px
}

.switch.switch-large {
  min-width: 60px
}

.switch.switch-small>.switch-pane>span {
  font-size: 9px
}

.switch.switch-medium>.switch-pane>span {
  font-size: 16px
}

.switch.switch-large>.switch-pane>span {
  font-size: 16px
}

.switch {
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  transition: .3s ease-out all;
  -webkit-transition: .3s ease-out all;
  white-space: nowrap
}

.switch small {
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  transition: .3s ease-out all;
  -webkit-transition: .3s ease-out all;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.switch.switch-small {
  height: 20px;
  border-radius: 20px
}

.switch.switch-small small {
  width: 20px;
  height: 20px;
  right: calc(100% - 20px)
}

.switch.switch-small>.switch-pane>span {
  line-height: 20px
}

.switch.switch-small>.switch-pane .switch-label-checked {
  padding-right: 25px;
  padding-left: 10px
}

.switch.switch-small>.switch-pane .switch-label-unchecked {
  padding-left: 25px;
  padding-right: 10px
}

.switch.switch-medium {
  height: 30px;
  border-radius: 30px
}

.switch.switch-medium small {
  width: 30px;
  height: 30px;
  right: calc(100% - 30px)
}

.switch.switch-medium>.switch-pane>span {
  line-height: 30px
}

.switch.switch-medium>.switch-pane .switch-label-checked {
  padding-right: 35px;
  padding-left: 15px
}

.switch.switch-medium>.switch-pane .switch-label-unchecked {
  padding-left: 35px;
  padding-right: 15px
}

.switch.switch-large {
  height: 40px;
  border-radius: 40px
}

.switch.switch-large small {
  width: 40px;
  height: 40px;
  right: calc(100% - 40px)
}

.switch.switch-large>.switch-pane>span {
  line-height: 40px
}

.switch.switch-large>.switch-pane .switch-label-checked {
  padding-right: 45px;
  padding-left: 20px
}

.switch.switch-large>.switch-pane .switch-label-unchecked {
  padding-left: 45px;
  padding-right: 20px
}

.switch.checked {
  background: #64bd63
}

.switch.checked small {
  right: 0;
  left: auto
}

.switch.checked .switch-pane {
  top: 0
}

.switch.checked .switch-pane .switch-label-checked {
  display: block
}

.switch.checked .switch-pane .switch-label-unchecked {
  display: none
}

.switch.disabled {
  opacity: .5;
  cursor: not-allowed
}

.switch .switch-pane {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  position: relative;
  pointer-events: none
}

.switch .switch-pane>span {
  display: block;
  min-height: 100%
}

.switch .switch-pane .switch-label {
  color: black
}

.switch .switch-pane .switch-label-checked {
  display: none
}

.switch .switch-pane .switch-label-unchecked {
  display: block
}

.switch.loading {
  background-color: #f1f1f1
}

.switch.loading small {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  right: 50%;
  transform: translateX(50%)
}

.vertical-layout.navbar-sticky .header-navbar {
  position: fixed;
  top: 0;
  width: 100%
}

.vertical-layout.navbar-sticky .header-navbar.navbar-shadow {
  box-shadow: rgba(25, 42, 70, 0.11) -8px 8px 14px 0
}

.vertical-layout.navbar-sticky .main-panel {
  margin-top: 3.95rem
}

.vertical-layout .main-panel .main-content {
  margin-left: 280px
}

.blank-page .wrapper .main-panel {
  margin: 0;
  padding: 0
}

.blank-page .wrapper .main-panel .main-content {
  padding: 0 !important;
  margin: 0
}

.blank-page .wrapper .main-panel .main-content .content-wrapper {
  padding: 0
}

.wrapper {
  position: relative;
  top: 0;
  height: 100%;
  overflow: hidden;
  min-height: calc(100vh - 3.98rem)
}

.wrapper .content-header {
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: .25rem
}

.wrapper .content-sub-header {
  color: #342e49
}

.wrapper.menu-collapsed .app-sidebar .navigation li.has-sub>a:after {
  display: none
}

body.nav-collapsed .app-sidebar:hover .nav li.has-sub>a:after {
  display: inherit
}

body.nav-collapsed .app-sidebar:hover .menu-title,
body.nav-collapsed .app-sidebar:hover .badge,
body.nav-collapsed .app-sidebar:hover .logo .text {
  opacity: 1;
  display: grid
}

body.nav-collapsed .app-sidebar:hover .nav-toggle {
  display: block !important
}

body.nav-collapsed .app-sidebar .menu-title,
body.nav-collapsed .app-sidebar .badge,
body.nav-collapsed .app-sidebar .logo .text {
  opacity: 0;
  display: none
}

body.nav-collapsed .app-sidebar .nav-toggle {
  display: none !important
}

body.nav-collapsed .app-sidebar .nav-close {
  display: none !important
}

body.nav-collapsed .app-sidebar:not(.expanded) .navigation li.has-sub a:after {
  content: none
}

.menu-hide .app-sidebar {
  box-shadow: none
}

.menu-open .app-sidebar {
  transform: translate3d(0, 0, 0);
  width: 280px;
  left: 0
}

body .app-sidebar .navigation li>a:before {
  content: "";
  display: none;
  z-index: -1;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: solid 5px #f55252;
  background: rgba(224, 224, 224, 0.2);
  transition: .35s ease left
}

body .app-sidebar .navigation li.sidebar-group-active:not(.open) {
  background: rgba(224, 224, 224, 0.2)
}

body[data-menu=vertical-menu] .app-sidebar .navigation li.active:not(.open)>a:before {
  left: 0
}

body[data-menu=vertical-menu] .app-sidebar .navigation li.active>a:before {
  content: "";
  display: none;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: solid 5px #f55252;
  background: rgba(224, 224, 224, 0.2);
  transition: .35s ease left
}

body[data-menu=horizontal-menu] .app-sidebar .navigation li.active>a:before {
  left: 0
}

.app-sidebar {
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  height: 100vh;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
  box-shadow: 6px 0 20px 0 rgba(25, 42, 70, 0.35);
  transition: all .3s cubic-bezier(0, 0, 0.2, 1);
  white-space: nowrap;
  visibility: visible
}

.menu-expanded .app-sidebar {
  left: 0;
  width: 280px
}

.app-sidebar .sidebar-content {
  position: relative;
  height: calc(1vh * 100 - 62px) !important;
  height: calc(var(--vh, 1vh) * 100 - 62px) !important;
  z-index: 4
}

.app-sidebar .sidebar-content .ps__rail-y {
  background-color: transparent;
  width: 10px !important;
  z-index: -1
}

.app-sidebar .sidebar-content .ps__rail-y:hover .ps__thumb-y,
.app-sidebar .sidebar-content .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.6);
  width: 8px !important
}

.app-sidebar .sidebar-content .ps__thumb-x,
.app-sidebar .sidebar-content .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.5)
}

.app-sidebar .logo-img {
  width: 30px;
  display: inline-block;
  max-height: 30px;
  margin-right: 15px
}

.app-sidebar .navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.app-sidebar .navigation li {
  position: relative;
  display: block
}

.app-sidebar .navigation li.has-sub>a:after {
  content: "\e844";
  font-family: "feather";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
  transform: rotate(0);
  transition: all 200ms linear
}

.app-sidebar .navigation li.has-sub>a {
  margin-bottom: 0
}

.app-sidebar .navigation li.open>a {
  color: #fff !important
}

.app-sidebar .navigation li.open>a span,
.app-sidebar .navigation li.open>a i {
  color: #fff !important
}

.app-sidebar .navigation li.open>a {
  background: #f77e17 !important
}

.app-sidebar .navigation li.open>a i {
  color: #fff !important
}

.app-sidebar .navigation li>a {
  display: block;
  overflow: hidden;
  line-height: 2rem;
  padding: 10px 30px 10px 14px;
  margin: 5px 0;
  background-color: transparent;
  color: #fff;
  transition: all 300ms linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.app-sidebar .navigation li:not(.open)>ul {
  display: none
}

.app-sidebar .navigation li:hover>a,
.app-sidebar .navigation li.active>a {
  background: #f77e17 !important
}

.app-sidebar .navigation li:hover>a i,
.app-sidebar .navigation li.active>a i {
  color: #fff !important
}

.app-sidebar .navigation li:hover>a span,
.app-sidebar .navigation li.active>a span {
  color: #fff !important
}

.app-sidebar .navigation li:hover>a::after,
.app-sidebar .navigation li.active>a::after {
  color: #fff
}

.app-sidebar .navigation li ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 1rem
}

.app-sidebar .navigation li ul li a {
  display: block;
  padding: 8px 18px 8px 40px
}

.app-sidebar .navigation li ul li ul li a {
  padding: 8px 18px 8px 60px
}

.app-sidebar .navigation .menu-title {
  margin: 0;
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: .6px;
  opacity: 1;
  height: auto;
  transition: all .3s cubic-bezier(0, 0, 0.2, 1)
}

.app-sidebar .navigation .badge.badge-pill {
  position: absolute;
  right: 28px;
  padding: 4px 8px;
  font-weight: 300;
  transition: all .3s cubic-bezier(0, 0, 0.2, 1)
}

.app-sidebar .navigation i {
  font-size: 1.2rem;
  float: left;
  margin-right: 10px;
  line-height: 2rem;
  width: 30px;
  text-align: center;
  opacity: .8
}

.app-sidebar .navigation i.submenu-icon {
  font-size: .8rem;
  width: inherit
}

.app-sidebar .sidebar-background {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center
}

.app-sidebar .sidebar-background:after {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #fff;
  background-repeat: repeat-x;
  opacity: .95
}

.app-sidebar .logo {
  position: relative;
  padding: .5rem 0 .5rem .95rem;
  z-index: 4
}

.app-sidebar .logo p {
  float: left;
  font-size: 20px;
  margin: 10px 10px;
  color: #fff;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app-sidebar .logo .logo-text {
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #fff;
  text-align: left;
  font-weight: 400
}

.app-sidebar:after,
.app-sidebar:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2
}

.app-sidebar:before {
  opacity: .33
}

.app-sidebar:after {
  z-index: 3;
  opacity: 1
}

.app-sidebar[data-image]:after,
.app-sidebar.has-image:after {
  opacity: .77
}

.app-sidebar[data-background-color=white] {
  background-color: #fff
}

.app-sidebar[data-background-color=white] .sidebar-background:after {
  background: #fff;
  opacity: .9
}

.app-sidebar[data-background-color=white] .navigation i,
.app-sidebar[data-background-color=white] .navigation li>a {
  color: #000
}

.app-sidebar[data-background-color=white] .logo-text {
  color: #000;
  height: 45px
}

.app-sidebar[data-background-color=white] .sidebar-header a.nav-toggle {
  color: #000
}

.app-sidebar[data-background-color=white] .sidebar-header a.nav-close {
  color: #000
}

.app-sidebar[data-background-color=black] {
  background-color: #000
}

.app-sidebar[data-background-color=black] .sidebar-background:after {
  background: #000;
  opacity: .85
}

.app-sidebar[data-background-color=black] .navigation i,
.app-sidebar[data-background-color=black] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=black] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=black] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=black] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=primary] {
  background-color: #7441db
}

.app-sidebar[data-background-color=primary] .sidebar-background:after {
  background: #7441db;
  opacity: .95
}

.app-sidebar[data-background-color=primary] .navigation i,
.app-sidebar[data-background-color=primary] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=primary] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=primary] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=primary] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=info] {
  background-color: #226cc5
}

.app-sidebar[data-background-color=info] .sidebar-background:after {
  background: #226cc5;
  opacity: .95
}

.app-sidebar[data-background-color=info] .navigation i,
.app-sidebar[data-background-color=info] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=info] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=info] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=info] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=success] {
  background-color: #2ea54f
}

.app-sidebar[data-background-color=success] .sidebar-background:after {
  background: #2ea54f;
  opacity: .95
}

.app-sidebar[data-background-color=success] .navigation i,
.app-sidebar[data-background-color=success] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=success] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=success] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=success] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=warning] {
  background-color: #d46010
}

.app-sidebar[data-background-color=warning] .sidebar-background:after {
  background: #d46010;
  opacity: .95
}

.app-sidebar[data-background-color=warning] .navigation i,
.app-sidebar[data-background-color=warning] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=warning] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=warning] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=warning] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=danger] {
  background-color: #d23b48
}

.app-sidebar[data-background-color=danger] .sidebar-background:after {
  background: #d23b48;
  opacity: .95
}

.app-sidebar[data-background-color=danger] .navigation i,
.app-sidebar[data-background-color=danger] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=danger] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=danger] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=danger] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=mint] {
  background-image: linear-gradient(135deg, #1750a5, #40c057);
  background-repeat: repeat-x
}

.app-sidebar[data-background-color=mint] .sidebar-background:after {
  background-image: linear-gradient(135deg, #1750a5, #40c057);
  background-repeat: repeat-x;
  opacity: .95
}

.app-sidebar[data-background-color=mint] .navigation i,
.app-sidebar[data-background-color=mint] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=mint] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=mint] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=mint] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=king-yna] {
  background-image: linear-gradient(135deg, #562db7, #f55252);
  background-repeat: repeat-x
}

.app-sidebar[data-background-color=king-yna] .sidebar-background:after {
  background-image: linear-gradient(135deg, #562db7, #f55252);
  background-repeat: repeat-x;
  opacity: .95
}

.app-sidebar[data-background-color=king-yna] .navigation i,
.app-sidebar[data-background-color=king-yna] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=king-yna] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=king-yna] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=king-yna] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=ibiza-sunset] {
  background-image: linear-gradient(135deg, #8e1a38, #faa750);
  background-repeat: repeat-x
}

.app-sidebar[data-background-color=ibiza-sunset] .sidebar-background:after {
  background-image: linear-gradient(135deg, #8e1a38, #faa750);
  background-repeat: repeat-x;
  opacity: .95
}

.app-sidebar[data-background-color=ibiza-sunset] .navigation i,
.app-sidebar[data-background-color=ibiza-sunset] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=ibiza-sunset] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=ibiza-sunset] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=ibiza-sunset] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=flickr] {
  background-image: linear-gradient(135deg, #d46010, #226cc5);
  background-repeat: repeat-x
}

.app-sidebar[data-background-color=flickr] .sidebar-background:after {
  background-image: linear-gradient(135deg, #d46010, #226cc5);
  background-repeat: repeat-x;
  opacity: .95
}

.app-sidebar[data-background-color=flickr] .navigation i,
.app-sidebar[data-background-color=flickr] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=flickr] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=flickr] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=flickr] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=purple-bliss] {
  background-image: linear-gradient(135deg, #3b1c93, #2f8be6);
  background-repeat: repeat-x
}

.app-sidebar[data-background-color=purple-bliss] .sidebar-background:after {
  background-image: linear-gradient(135deg, #3b1c93, #2f8be6);
  background-repeat: repeat-x;
  opacity: .95
}

.app-sidebar[data-background-color=purple-bliss] .navigation i,
.app-sidebar[data-background-color=purple-bliss] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=purple-bliss] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=purple-bliss] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=purple-bliss] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=man-of-steel] {
  background-image: linear-gradient(135deg, #f77e17, #ae342d);
  background-repeat: repeat-x
}

.app-sidebar[data-background-color=man-of-steel] .sidebar-background:after {
  background-image: linear-gradient(135deg, #f77e17, #ae342d);
  background-repeat: repeat-x;
  opacity: .95
}

.app-sidebar[data-background-color=man-of-steel] .navigation i,
.app-sidebar[data-background-color=man-of-steel] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=man-of-steel] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=man-of-steel] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=man-of-steel] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar[data-background-color=purple-love] {
  background-image: linear-gradient(135deg, #562db7, #c89cff);
  background-repeat: repeat-x
}

.app-sidebar[data-background-color=purple-love] .sidebar-background:after {
  background-image: linear-gradient(135deg, #562db7, #c89cff);
  background-repeat: repeat-x;
  opacity: .95
}

.app-sidebar[data-background-color=purple-love] .navigation i,
.app-sidebar[data-background-color=purple-love] .navigation li>a {
  color: #fff
}

.app-sidebar[data-background-color=purple-love] .logo-text {
  color: #fff;
  height: 45px
}

.app-sidebar[data-background-color=purple-love] .sidebar-header a.nav-toggle {
  color: #fff
}

.app-sidebar[data-background-color=purple-love] .sidebar-header a.nav-close {
  color: #fff
}

.app-sidebar.menu-native-scroll .main-menu-content {
  overflow-y: scroll
}

.app-sidebar.menu-native-scroll .main-menu-content::-webkit-scrollbar {
  width: 0
}

.app-sidebar.menu-native-scroll .main-menu-content::-webkit-scrollbar-track {
  background-color: transparent
}

.app-sidebar.menu-native-scroll .main-menu-content::-webkit-scrollbar-thumb {
  background-color: transparent
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none
}

.drag-target {
  height: 100%;
  width: 40px;
  position: fixed;
  top: 0;
  left: -20px;
  z-index: 1036
}

.sidebar-header a.nav-toggle {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 14px;
  top: 25px;
  color: rgba(255, 255, 255, 0.55)
}

.sidebar-header a.nav-close {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 14px;
  top: 24px;
  color: #fff
}

.main-panel {
  position: relative;
  z-index: 2;
  float: right;
  transition: .33s, cubic-bezier(0.685, 0.0473, 0.346, 1)
}

.main-panel .main-content {
  position: relative;
  transition: all .3s ease;
  min-height: calc(1vh * 100 - 7.39rem);
  min-height: calc(var(--vh, 1vh) * 100 - 7.39rem)
}

.main-panel div .footer {
  border-top: 1px solid #eee
}

.main-panel>.navbar {
  margin-bottom: 0
}

.bootstrap-navbar .navigation {
  margin-top: 20px;
  float: none
}

.main-panel {
  width: 100%
}

.sidebar-sm.menu-expanded .app-sidebar,
.sidebar-sm.menu-open .app-sidebar {
  width: 220px;
  left: 0
}

.sidebar-lg.menu-expanded .app-sidebar,
.sidebar-lg.menu-open .app-sidebar {
  width: 280px;
  left: 0
}

@media(min-width:1200px) {
  .app-sidebar {
    left: 0;
    width: 280px
  }
}

@media(max-width:991.98px) {

  body.nav-collapsed:not(.sidebar-sm) .navbar,
  body.nav-collapsed:not(.sidebar-lg) .navbar {
    margin-left: 0
  }

  body.nav-collapsed:not(.sidebar-sm) .main-panel .main-content,
  body.nav-collapsed:not(.sidebar-lg) .main-panel .main-content {
    padding-left: 0
  }
}

@media(min-width:1200px) {
  .drag-target {
    z-index: 0
  }

  body.nav-collapsed .app-sidebar {
    width: 60px
  }

  body.nav-collapsed:not(.sidebar-sm):not(.sidebar-lg) .app-sidebar:hover {
    width: 280px
  }

  body.nav-collapsed.sidebar-sm .app-sidebar:hover {
    width: 220px
  }

  body.nav-collapsed.sidebar-lg .app-sidebar:hover {
    width: 280px
  }

  body.nav-collapsed:not(.horizontal-layout) .navbar {
    margin-left: 280px !important
  }

  body.nav-collapsed:not(.horizontal-layout) .navbar.no-class-add {
    margin-left: 60px !important
  }

  body.nav-collapsed:not(.horizontal-layout) .navbar.hide-only-sub-menu {
    margin-left: 60px !important
  }

  body.nav-collapsed:not(.horizontal-layout) .navbar.hide-app-nav-bar {
    margin-left: 0 !important
  }

  body.nav-collapsed:not(.horizontal-layout) .main-panel .main-content {
    margin-left: 280px !important
  }

  body.nav-collapsed:not(.horizontal-layout) .main-panel .main-content.no-class-add {
    margin-left: 60px !important
  }

  body.nav-collapsed:not(.horizontal-layout) .main-panel .main-content.hide-only-sub-menu {
    margin-left: 60px !important
  }

  body.nav-collapsed:not(.horizontal-layout) .main-panel .main-content.hide-app-nav-bar {
    margin-left: 0 !important
  }

  body.nav-collapsed:not(.horizontal-layout) footer.footer {
    margin-left: 60px
  }
}

@media(max-width:1199.98px) {
  .app-sidebar {
    transform: translate3d(-100%, 0, 0)
  }
}

#notification-sidebar {
  width: 400px;
  right: -405px;
  padding: 0;
  background-color: #fff;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
  transition: right .6s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  backface-visibility: hidden
}

#notification-sidebar.open {
  right: 0;
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11)
}

#notification-sidebar .notification-sidebar-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 7px;
  width: auto;
  z-index: 10
}

#notification-sidebar .notification-sidebar-content {
  position: relative;
  height: 100%;
  padding: 10px
}

#notification-sidebar .notification-sidebar-content .timeline-left {
  padding-left: 1.3rem
}

#notification-sidebar .notification-sidebar-content .timeline-left .timeline-line {
  width: 1px;
  margin-bottom: 4rem
}

#notification-sidebar .notification-sidebar-content .timeline-left .timeline-item {
  padding-bottom: 1rem
}

#notification-sidebar .notification-sidebar-content .timeline-left .timeline-item:after {
  border: 0
}

#notification-sidebar .notification-sidebar-content .timeline-left .timeline-item .activity-list-text {
  margin-top: .7rem;
  padding-left: 1rem;
  padding-right: 1rem
}

#notification-sidebar .notification-sidebar-content .timeline-left .timeline-item .activity-list-text .notification-note {
  background-color: #f5f5f5;
  border-radius: .35rem
}

#notification-sidebar .notification-sidebar-content .notification-tab-content {
  position: relative;
  height: calc(100vh - 3.333333rem);
  height: calc(1vh * 100 - 3.333333rem);
  height: calc(var(--vh, 1vh) * 100 - 3.333333rem)
}

#notification-sidebar .notification-sidebar-content .notification-tab-content .ps__rail-y {
  right: 5px
}

.auth-page:not(.layout-dark) {
  background-size: cover;
  background-repeat: no-repeat
}

.auth-page .auth-img {
  padding: 0
}

.auth-height {
  overflow: auto
}

.faq-wrapper .faq-bg {
  background: url('faq.png') repeat !important
}

.faq-wrapper .faq-search .faq-search-input {
  margin-bottom: 1.25rem
}

.faq-wrapper .faq-search .faq-search-input input {
  background-color: #fff
}

@media(max-width:991.98px) {
  .faq-wrapper .faq-search .faq-search-input {
    width: 75% !important
  }
}

@media(max-width:767.98px) {
  .faq-wrapper .faq-search .faq-search-input {
    width: 100% !important
  }
}

.faq-wrapper .faq-search button {
  right: .4rem;
  top: .36rem
}

@media(max-width:575.98px) {
  .faq-wrapper .faq-search button {
    padding: .65rem 1.3rem
  }
}

.faq-wrapper .faq .wrapper-content {
  display: none
}

.faq-wrapper .faq .wrapper-content.active {
  display: block
}

.faq-wrapper .faq .wrapper-content .collapse-icon.accordion-icon-rotate:not(.left) .card-header {
  padding-right: 3.5rem !important
}

@media(max-width:575.98px) {
  .faq-wrapper .faq-title {
    font-size: 2rem
  }

  .faq-wrapper .faq-subtitle {
    font-size: 1.5rem
  }
}

.gallery-thumbnail {
  max-width: 100%;
  height: auto
}

.grid-sizer,
.grid-item {
  width: 20%
}

.grid-item figure,
.grid-item>div {
  margin: 0;
  margin: .4rem
}

@media screen and (max-width:2200px) {

  .grid-sizer,
  .grid-item {
    width: 20%
  }
}

@media screen and (max-width:1800px) {

  .grid-sizer,
  .grid-item {
    width: 30%
  }
}

@media screen and (max-width:1600px) {

  .grid-sizer,
  .grid-item {
    width: 33.33%
  }
}

@media screen and (max-width:1224px) {

  .grid-sizer,
  .grid-item {
    width: 33.33%
  }
}

@media screen and (max-width:980px) {

  .grid-sizer,
  .grid-item {
    width: 50%
  }
}

@media screen and (max-width:720px) {

  .grid-sizer,
  .grid-item {
    width: 50%
  }
}

@media screen and (max-width:480px) {

  .grid-sizer,
  .grid-item {
    width: 100%
  }
}

.grid-hover {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  list-style: none
}

.grid-hover figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  min-width: auto;
  max-width: 480px;
  max-height: 360px;
  background: #60aff0;
  text-align: center;
  cursor: pointer
}

.grid-hover figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: .8
}

.grid-hover figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.grid-hover figure figcaption::before {
  pointer-events: none
}

.grid-hover figure figcaption::after {
  pointer-events: none
}

.grid-hover figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0
}

.grid-hover figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0
}

.grid-hover figure h2 span {
  font-weight: 800
}

.grid-hover figure p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%
}

figure.effect-lily img {
  max-width: none;
  width: calc(100%+50px);
  opacity: .7;
  transition: opacity .35s, transform .35s;
  transform: translate3d(-40px, 0, 0)
}

figure.effect-lily figcaption {
  text-align: left
}

figure.effect-lily figcaption>div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%
}

figure.effect-lily h2 {
  transform: translate3d(0, 40px, 0);
  transition: transform .35s
}

figure.effect-lily p {
  transform: translate3d(0, 40px, 0);
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity .2s, transform .35s
}

figure.effect-lily:hover img {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-lily:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .05s;
  transition-duration: .35s
}

figure.effect-lily:hover h2 {
  transform: translate3d(0, 0, 0)
}

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition: opacity .35s, transform .35s
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform .35s, color .35s;
  transform: translate3d(0, -50%, 0)
}

figure.effect-sadie p {
  transition: opacity .35s, transform .35s;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0)
}

figure.effect-sadie:hover h2 {
  color: #fff;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0)
}

figure.effect-sadie:hover figcaption::before {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-sadie:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-roxy {
  background: #2f8be6
}

figure.effect-roxy img {
  max-width: none;
  width: calc(100%+60px);
  transition: opacity .35s, transform .35s;
  transform: translate3d(-50px, 0, 0)
}

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left
}

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: translate3d(-20px, 0, 0)
}

figure.effect-roxy h2 {
  padding: 30% 0 10px 0
}

figure.effect-roxy p {
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: translate3d(-10px, 0, 0)
}

figure.effect-roxy:hover img {
  opacity: .7;
  transform: translate3d(0, 0, 0)
}

figure.effect-roxy:hover figcaption::before {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-roxy:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-bubba {
  background: #d46010
}

figure.effect-bubba img {
  opacity: .7;
  transition: opacity .35s
}

figure.effect-bubba:hover img {
  opacity: .4
}

figure.effect-bubba:hover figcaption::before {
  opacity: 1;
  transform: scale(1)
}

figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  transform: scale(1)
}

figure.effect-bubba:hover h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-bubba:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-bubba figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity .35s, transform .35s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1)
}

figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity .35s, transform .35s;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0)
}

figure.effect-bubba h2 {
  padding-top: 30%;
  transition: transform .35s;
  transform: translate3d(0, -20px, 0)
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: translate3d(0, 20px, 0)
}

figure.effect-romeo {
  perspective: 1000px
}

figure.effect-romeo img {
  transition: opacity .35s, transform .35s;
  transform: translate3d(0, 0, 300px)
}

figure.effect-romeo:hover img {
  opacity: .6;
  transform: translate3d(0, 0, 0)
}

figure.effect-romeo:hover figcaption::before {
  opacity: .5;
  transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

figure.effect-romeo:hover figcaption::after {
  opacity: .5;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

figure.effect-romeo:hover h2 {
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0)
}

figure.effect-romeo:hover p {
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0)
}

figure.effect-romeo figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: "";
  transition: opacity .35s, transform .35s;
  transform: translate3d(-50%, -50%, 0)
}

figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: "";
  transition: opacity .35s, transform .35s;
  transform: translate3d(-50%, -50%, 0)
}

figure.effect-romeo h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform .35s;
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0)
}

figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform .35s;
  padding: .25em 2em;
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0)
}

figure.effect-layla {
  background: #2ea54f
}

figure.effect-layla img {
  height: 390px;
  transform: translate3d(0, -30px, 0);
  transition: opacity .35s, transform .35s
}

figure.effect-layla figcaption {
  padding: 3em
}

figure.effect-layla figcaption::before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: opacity .35s, transform .35s
}

figure.effect-layla figcaption::after {
  position: absolute;
  content: "";
  opacity: 0;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
  transition: opacity .35s, transform .35s
}

figure.effect-layla h2 {
  padding-top: 26%;
  transition: transform .35s;
  transform: translate3d(0, -30px, 0)
}

figure.effect-layla p {
  padding: .5em 2em;
  text-transform: none;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: opacity .35s, transform .35s
}

figure.effect-layla:hover img {
  opacity: .7;
  transform: translate3d(0, 0, 0);
  transition-delay: .15s
}

figure.effect-layla:hover figcaption::before {
  opacity: 1;
  transform: scale(1)
}

figure.effect-layla:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
  transition-delay: .15s
}

figure.effect-layla:hover h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .15s
}

figure.effect-layla:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .15s
}

figure.effect-honey {
  background: #303c62
}

figure.effect-honey img {
  opacity: .9;
  transition: opacity .35s
}

figure.effect-honey:hover img {
  opacity: .5
}

figure.effect-honey:hover figcaption::before {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-honey:hover h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-honey:hover h2 i {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: "";
  transform: translate3d(0, 10px, 0);
  transition: transform .35s
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  transform: translate3d(0, -30px, 0);
  transition: transform .35s
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: translate3d(0, -30px, 0)
}

figure.effect-oscar {
  background-image: linear-gradient(45deg, #750f33, #f77e17);
  background-repeat: repeat-x
}

figure.effect-oscar img {
  opacity: .9;
  transition: opacity .35s
}

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  transition: background-color .35s
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: scale(0)
}

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  transition: transform .35s;
  transform: translate3d(0, 100%, 0)
}

figure.effect-oscar p {
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: scale(0)
}

figure.effect-oscar:hover h2 {
  transform: translate3d(0, 0, 0)
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0)
}

figure.effect-oscar:hover figcaption::before {
  opacity: 1;
  transform: scale(1)
}

figure.effect-oscar:hover p {
  opacity: 1;
  transform: scale(1)
}

figure.effect-oscar:hover img {
  opacity: .4
}

figure.effect-marley figcaption {
  text-align: right
}

figure.effect-marley h2 {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  top: 30px;
  transition: transform .35s;
  transform: translate3d(0, 20px, 0)
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  transition: opacity .35s, transform .35s
}

figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  bottom: 30px;
  line-height: 1.5;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: opacity .35s, transform .35s
}

figure.effect-marley:hover h2 {
  transform: translate3d(0, 0, 0)
}

figure.effect-marley:hover h2::after {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-marley:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-ruby {
  background-color: #2f8be6
}

figure.effect-ruby img {
  opacity: .7;
  transition: opacity .35s, transform .35s;
  transform: scale(1.15)
}

figure.effect-ruby:hover img {
  opacity: .5;
  transform: scale(1)
}

figure.effect-ruby:hover h2 {
  transform: translate3d(0, 0, 0)
}

figure.effect-ruby:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1)
}

figure.effect-ruby h2 {
  margin-top: 20%;
  transition: transform .35s;
  transform: translate3d(0, 20px, 0)
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: translate3d(0, 20px, 0) scale(1.1)
}

figure.effect-milo {
  background: #0c5c38
}

figure.effect-milo img {
  max-width: none;
  width: calc(100%+60px);
  opacity: 1;
  transition: opacity .35s, transform .35s;
  transform: translate3d(-30px, 0, 0) scale(1.12);
  backface-visibility: hidden
}

figure.effect-milo:hover img {
  opacity: .5;
  transform: translate3d(0, 0, 0) scale(1)
}

figure.effect-milo:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em
}

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: translate3d(-40px, 0, 0)
}

figure.effect-dexter {
  background: linear-gradient(to bottom, #258dc8 0, #683c13 100%)
}

figure.effect-dexter img {
  transition: opacity .35s
}

figure.effect-dexter:hover img {
  opacity: .4
}

figure.effect-dexter:hover figcaption::after {
  transform: translate3d(0, 0, 0)
}

figure.effect-dexter:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left
}

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: "";
  transition: transform .35s;
  transform: translate3d(0, -100%, 0)
}

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: translate3d(0, -100px, 0)
}

figure.effect-sarah {
  background: #208a47
}

figure.effect-sarah img {
  max-width: none;
  width: calc(100%+20px);
  transition: opacity .35s, transform .35s;
  transform: translate3d(-10px, 0, 0);
  backface-visibility: hidden
}

figure.effect-sarah:hover img {
  opacity: .4;
  transform: translate3d(0, 0, 0)
}

figure.effect-sarah:hover h2::after {
  transform: translate3d(0, 0, 0)
}

figure.effect-sarah:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

figure.effect-sarah figcaption {
  text-align: left
}

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: .5em 0
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  transition: transform .35s;
  transform: translate3d(-100%, 0, 0)
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: translate3d(100%, 0, 0)
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #342e49;
  transition: transform .35s;
  transform: translate3d(0, 100%, 0)
}

figure.effect-zoe h2 {
  float: left;
  transition: transform .35s;
  transform: translate3d(0, 200%, 0);
  display: inline-block
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #342e49;
  font-size: 1.4em;
  transition: transform .35s;
  transform: translate3d(0, 200%, 0)
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: "feathericons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

figure.effect-zoe:hover p.icon-links a {
  transform: translate3d(0, 0, 0)
}

figure.effect-zoe:hover p.icon-links a:hover {
  color: #000
}

figure.effect-zoe:hover p.icon-links a:focus {
  color: #000
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  transition-delay: .1s
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  transition-delay: .15s
}

figure.effect-zoe:hover p.icon-links a:first-child {
  transition-delay: .2s
}

figure.effect-zoe:hover p.description {
  opacity: 1
}

figure.effect-zoe:hover figcaption {
  transform: translate3d(0, 0, 0)
}

figure.effect-zoe:hover h2 {
  transform: translate3d(0, 0, 0);
  transition-delay: .05s
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transition: opacity .35s;
  -webkit-backface-visibility: hidden
}

figure.effect-chico img {
  transition: opacity .35s, transform .35s;
  transform: scale(1.12)
}

figure.effect-chico:hover img {
  opacity: .5;
  transform: scale(1)
}

figure.effect-chico:hover figcaption::before {
  opacity: 1;
  transform: scale(1)
}

figure.effect-chico:hover p {
  opacity: 1;
  transform: scale(1)
}

figure.effect-chico figcaption {
  padding: 3em
}

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  transform: scale(1.1);
  opacity: 0;
  transition: opacity .35s, transform .35s
}

figure.effect-chico p {
  opacity: 0;
  transition: opacity .35s, transform .35s;
  margin: 0 auto;
  max-width: 200px;
  transform: scale(1.5)
}

figure.effect-chico h2 {
  padding: 20% 0 20px 0
}

@media screen and (max-width:50em) {
  .content {
    padding: 0 10px
  }

  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%
  }
}

.search-wrapper .search-bar .page-search-input input {
  background-color: #fff
}

.search-wrapper .search-bar .search-btn {
  right: .4rem;
  top: .3rem
}

@media(max-width:575.98px) {
  .search-wrapper .search-bar .search-btn {
    padding: .65rem 1.25rem
  }
}

.search-wrapper .video-result-swiper.swiper-container .swiper-slide {
  font-weight: 500;
  background-color: #fff;
  height: auto;
  width: 18.66rem;
  padding: .7rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.search-wrapper .video-result-swiper.swiper-container .swiper-slide .slide-content .card-img-overlay i {
  color: rgba(255, 255, 255, 0.65)
}

.search-wrapper .video-result-swiper .swiper-button-next:after,
.search-wrapper .video-result-swiper .swiper-button-prev:after {
  width: 2.35rem;
  height: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #01295c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important
}

.search-wrapper .video-result-swiper .swiper-button-next.swiper-button-disabled,
.search-wrapper .video-result-swiper .swiper-button-prev.swiper-button-disabled {
  display: none
}

@media(max-width:991.98px) {
  .kb-wrapper .kb-search .kb-search-input {
    width: 75% !important
  }
}

@media(max-width:575.98px) {
  .kb-wrapper .kb-search .kb-search-input {
    width: 100% !important
  }
}

.kb-wrapper .kb-search .kb-search-input input {
  background-color: #fff
}

.kb-wrapper .kb-search .kb-search-input button {
  right: .4rem;
  top: .3rem
}

@media(max-width:575.98px) {
  .kb-wrapper .kb-search .kb-search-input button {
    padding: .65rem 1.25rem
  }
}

.kb-wrapper .kb-content .kb-content-info i {
  font-size: 2.3rem
}

.kb-categories .kb-ellipsis,
.kb-question .kb-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.kb-categories .kb-effect,
.kb-question .kb-effect {
  transition: all .3s ease
}

.kb-categories .kb-effect:hover,
.kb-question .kb-effect:hover {
  color: #01295c !important;
  margin-left: .5rem
}

.kb-categories .kb-categories-text,
.kb-question .kb-categories-text {
  color: #6c757d
}

@media(max-width:767.98px) {

  .kb-categories .kb-sidebar,
  .kb-question .kb-sidebar {
    height: 100vh;
    width: 260px;
    background-color: #fff;
    position: absolute;
    transform: translateX(-115%);
    transition: all .3s ease;
    z-index: 12;
    left: 1rem;
    top: 0;
    padding: 1.1rem 0 0 1.2rem
  }

  .kb-categories .kb-sidebar.show,
  .kb-question .kb-sidebar.show {
    transform: translateX(0)
  }

  .kb-categories .kb-sidebar .kb-close-icon,
  .kb-question .kb-sidebar .kb-close-icon {
    position: absolute;
    top: .9rem;
    right: .9rem
  }

  .kb-categories .kb-overlay,
  .kb-question .kb-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 11;
    visibility: hidden
  }

  .kb-categories .kb-overlay.show,
  .kb-question .kb-overlay.show {
    visibility: visible;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.6)
  }
}

@media(max-width:575.98px) {

  .kb-categories .kb-sidebar,
  .kb-question .kb-sidebar {
    width: 250px
  }
}

.page-user-profile .user-profile-images {
  position: relative
}

.page-user-profile .user-profile-images .user-timeline-image {
  min-height: 150px;
  -o-object-fit: cover;
  object-fit: cover
}

.page-user-profile .user-profile-images .user-profile-image {
  position: absolute;
  left: 20px;
  bottom: -65px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.41)
}

.page-user-profile .user-profile-text {
  position: absolute;
  bottom: 105px;
  left: 190px;
  color: #fff
}

.page-user-profile .user-profile-text .profile-text-color {
  color: #fff
}

.page-user-profile .user-profile-buttons {
  padding-left: 11.25rem
}

.page-user-profile .profile-info-posts .profile-post .profile-post-img {
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover
}

.page-user-profile .user-profile-stories-image {
  max-height: 300px
}

.page-user-profile .user-profile-stories.swiper-container .swiper-slide {
  width: auto !important;
  cursor: pointer
}

.page-user-profile .user-profile-stories.swiper-container .swiper-slide .user-swiper-text {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 10px
}

@media(max-width:576px) {
  .user-profile-images .user-profile-image {
    height: 100px;
    width: 100px;
    top: 40%;
    left: 50% !important;
    margin-left: -45px;
    margin-top: 30px
  }

  .user-profile-text {
    top: 50%;
    left: 50% !important;
    margin-left: -60px;
    margin-top: 3rem;
    color: #17102f !important;
    text-align: center !important
  }

  .user-profile-text .profile-text-color {
    color: #17102f !important
  }

  .user-profile-buttons {
    padding-left: 0 !important;
    padding-top: 6rem
  }
}

.card-coming-soon .getting-started {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500
}

@media(max-width:576px) {
  .card-coming-soon {
    top: -12px
  }

  .card-coming-soon img {
    width: 150px
  }
}

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  transition: opacity .2s
}

.cd-horizontal-timeline::before {
  content: "mobile";
  display: none
}

.cd-horizontal-timeline.loaded {
  opacity: 1
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  margin: 0 auto
}

.cd-horizontal-timeline .timeline:before,
.cd-horizontal-timeline .timeline:after {
  display: none
}

.cd-horizontal-timeline .timeline ul li,
.cd-horizontal-timeline .timeline ol li {
  list-style: none
}

.cd-horizontal-timeline .timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden
}

.cd-horizontal-timeline .timeline .events-wrapper .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #efdeff;
  transition: transform .4s
}

.cd-horizontal-timeline .timeline .events-wrapper .events .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #01295c;
  transform: scale(0);
  transform-origin: left center;
  transition: transform .3s
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  padding-bottom: 15px;
  color: #342e49
}

.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  transition: all .25s ease;
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #efdeff;
  background-color: #fff;
  transition: background-color .3s, border-color .3s
}

.cd-horizontal-timeline .events a:hover::after {
  background-color: #01295c !important;
  border-color: #01295c
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #01295c;
  border-color: #01295c
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #01295c
}

@media only screen and (min-width:1100px) {
  .cd-horizontal-timeline {
    margin: 4rem auto
  }

  .cd-horizontal-timeline::before {
    content: "desktop"
  }
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2rem 0;
  overflow: hidden;
  transition: height .4s
}

.cd-horizontal-timeline .events-content li {
  list-style: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all .25s ease;
  padding: 0 5%;
  opacity: 0;
  animation-duration: .4s;
  animation-timing-function: ease-in-out
}

.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0)
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  animation-name: cd-enter-right
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  animation-name: cd-enter-left
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse
}

.cd-horizontal-timeline .events-content li>* {
  margin: 0 auto
}

.cd-horizontal-timeline .events-content p {
  line-height: 1.6
}

.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #efdeff;
  background-color: #fff;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color .3s
}

.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transition: all .25s ease;
  background: url('cd-arrow.svg') no-repeat 0 0
}

.cd-timeline-navigation a.prev {
  top: 60%;
  left: 25px;
  transform: translateY(-50%) rotate(180deg)
}

.cd-timeline-navigation a.next {
  top: 43%;
  right: 8px
}

.cd-timeline-navigation a:hover {
  border-color: #01295c
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px
}

.cd-timeline-navigation a.inactive:hover {
  border-color: #efdeff
}

@keyframes cd-enter-right {
  0 {
    opacity: 0;
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes cd-enter-left {
  0 {
    opacity: 0;
    transform: translateX(-100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.timeline {
  position: relative;
  margin: 0;
  padding: 10px 0
}

.timeline:after {
  content: "";
  display: table;
  clear: both
}

.timeline:before {
  content: "";
  display: table
}

.timeline>li:nth-child(even) {
  float: left;
  clear: left
}

.timeline>li:nth-child(odd) {
  float: right;
  clear: right
}

.timeline .timeline-line {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e0e0e0;
  transform: translate(-50%, 0)
}

.timeline .timeline-group {
  display: block;
  position: relative;
  text-align: center;
  float: none !important;
  z-index: 1
}

.timeline .timeline-item {
  position: relative;
  display: inline-block;
  line-height: inherit
}

.timeline .timeline-item .timeline-card .progress .progress-bar {
  border-radius: 0
}

.timeline .timeline-item>.timeline-badge {
  position: absolute;
  top: 12px;
  z-index: 1
}

.timeline .timeline-item>.timeline-badge>span {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all ease .3s
}

.timeline .timeline-item>.timeline-badge>span:active,
.timeline .timeline-item>.timeline-badge>span:focus,
.timeline .timeline-item>.timeline-badge>span:hover {
  transform: scale(1.1)
}

.timeline .timeline-item>.timeline-badge>span i {
  font-size: 1.4rem;
  line-height: 40px
}

.timeline-center .timeline-line {
  left: 50%
}

.timeline-center .timeline-item {
  width: 50%;
  padding: 0 50px 35px
}

.timeline-center .timeline-item:nth-child(even) {
  padding: 0 35px 30px 0
}

.timeline-center .timeline-item:nth-child(even):after {
  content: "";
  position: absolute;
  right: 14px;
  top: 32px;
  width: 1.4rem;
  z-index: 0;
  border: 1px dashed #e0e0e0
}

.timeline-center .timeline-item:nth-child(even)>.timeline-badge {
  right: -20px
}

.timeline-center .timeline-item:nth-child(odd) {
  padding: 0 0 30px 35px
}

.timeline-center .timeline-item:nth-child(odd):after {
  content: "";
  position: absolute;
  left: 20px;
  top: 32px;
  width: 1rem;
  z-index: 0;
  border: 1px dashed #e0e0e0
}

.timeline-center .timeline-item:nth-child(odd)>.timeline-badge {
  left: -20px
}

.timeline-center .timeline-item.center-block {
  width: 100%;
  margin-top: 5px;
  padding: 0 0 30px !important
}

.timeline-center .timeline-item.center-block>.timeline-badge {
  top: -28px;
  right: auto !important;
  width: 100%;
  text-align: center
}

.timeline-center .timeline-item.center-block:after {
  display: none
}

.timeline-right .timeline-line {
  right: 12px
}

.timeline-right .timeline-group {
  text-align: right
}

.timeline-right .timeline-item {
  width: 100%;
  padding: 0 3.2rem 2.333333rem 0
}

.timeline-right .timeline-item:after {
  content: "";
  position: absolute;
  right: 32px;
  top: 32px;
  width: 1rem;
  z-index: 0;
  border: 1px dashed #e0e0e0
}

.timeline-right .timeline-item>.timeline-badge {
  right: -8px
}

.timeline-right .timeline-item.right-block:after {
  right: 15px;
  width: 2.2rem
}

.timeline-left .timeline-line {
  left: 12px
}

.timeline-left .timeline-group {
  text-align: left
}

.timeline-left .timeline-item {
  width: 100%;
  padding: 0 0 2.333333rem 3.2rem
}

.timeline-left .timeline-item:after {
  content: "";
  position: absolute;
  left: 32px;
  top: 32px;
  width: 1rem;
  z-index: 0;
  border: 1px dashed #e0e0e0
}

.timeline-left .timeline-item>.timeline-badge {
  left: -8px
}

.timeline-left .timeline-item.left-block:after {
  left: 13px;
  width: 2.3rem
}

@media(max-width:991px) {
  .timeline-center .timeline-item {
    display: block !important;
    padding: 20px 0 20px !important;
    width: 100% !important;
    margin-top: 0 !important;
    float: none !important;
    clear: both !important
  }

  .timeline-center .timeline-item:after,
  .timeline-center .timeline-item:before {
    display: none
  }

  .timeline-center .timeline-item>.timeline-badge {
    top: -12px !important;
    right: auto !important;
    left: auto !important;
    width: 100%;
    text-align: center
  }

  .timeline-center .timeline-item .bg-transparent {
    background-color: #f7f7f8 !important
  }
}

@media(max-width:575px) {
  .timeline-wrapper {
    padding: 0
  }
}

.email-application {
  position: relative;
  border-radius: .35rem;
  height: calc(1vh * 100 - 7.55rem);
  height: calc(var(--vh, 1vh) * 100 - 7.55rem)
}

.horizontal-layout .email-application {
  margin-top: 1rem
}

.horizontal-layout .email-application,
.horizontal-layout .email-application .email-app-sidebar {
  height: calc(1vh * 100 - 12rem);
  height: calc(var(--vh, 1vh) * 100 - 12rem)
}

.horizontal-layout .email-application .email-app-list-mails,
.horizontal-layout .email-application .email-app-mail-content,
.horizontal-layout .email-application .email-app-mail-content-detail {
  height: calc(1vh * 100 - 14.4rem);
  height: calc(var(--vh, 1vh) * 100 - 14.4rem)
}

.horizontal-layout .email-application .email-app-list-mails .email-app-list {
  height: calc(1vh * 100 - 18rem);
  height: calc(var(--vh, 1vh) * 100 - 18rem)
}

.email-application .ps__rail-x {
  display: none !important
}

.email-application .wrapper {
  height: calc(1vh * 100 - 8rem);
  height: calc(var(--vh, 1vh) * 100 - 8rem)
}

.email-application.navbar-sticky .wrapper {
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100)
}

.email-application.horizontal-layout .wrapper {
  height: calc(1vh * 100 - 4rem);
  height: calc(var(--vh, 1vh) * 100 - 4rem)
}

.email-application.horizontal-layout.navbar-sticky .footer {
  margin-top: 0
}

.email-application .app-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  border-radius: .35rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: -1;
  visibility: visible
}

.email-application .app-content-overlay.show {
  opacity: 1;
  z-index: 3
}

.email-application .email-app-sidebar {
  z-index: 2;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem;
  height: calc(1vh * 100 - 7.55rem);
  height: calc(var(--vh, 1vh) * 100 - 7.55rem);
  border-right: 1px solid #e0e0e0
}

.email-application .email-app-sidebar .sidebar-close-icon {
  position: absolute;
  right: .5rem;
  top: .25rem;
  cursor: pointer;
  font-size: 1.25rem;
  z-index: 1
}

.email-application .email-app-sidebar .email-app-sidebar-content {
  position: relative;
  height: 100%;
  padding: 20px
}

.email-application .email-app-sidebar .email-app-sidebar-content .list-group-messages a {
  padding: .5rem 1rem;
  margin-bottom: .3rem;
  font-size: 1.1rem
}

.email-application .email-app-sidebar .email-app-sidebar-content .list-group-messages a.list-group-item {
  border-radius: .35rem
}

.email-application .email-app-sidebar .email-app-sidebar-content .list-group-messages a.list-group-item.active {
  background-color: #975aff !important;
  color: #fff !important
}

.email-application .compose-new-mail-sidebar {
  height: calc(100vh - 7.5rem);
  width: 23rem;
  border-radius: 0;
  background-color: #fff;
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out
}

.email-application .compose-new-mail-sidebar.show {
  transform: translateX(0)
}

.email-application .compose-new-mail-sidebar .compose-sidebar-close-icon {
  position: absolute;
  right: 1rem;
  top: .6rem;
  cursor: pointer;
  font-size: 1.25rem;
  z-index: 1
}

.email-application .compose-new-mail-sidebar .ql-editor {
  min-height: 5rem
}

.email-application .compose-new-mail-sidebar [class*=ql] {
  border: 0
}

@media(max-width:575.98px) {
  .email-application .compose-new-mail-sidebar {
    width: 18rem
  }
}

.email-application .email-app-content {
  padding-right: 1rem;
  height: 100%
}

.email-application .email-app-content .email-search-box {
  background-color: #fff
}

.email-application .email-app-list-mails {
  position: relative;
  padding: 0;
  width: 100%;
  overflow-y: hidden;
  background-color: #fff;
  height: calc(1vh * 100 - 13.5rem);
  height: calc(var(--vh, 1vh) * 100 - 13.5rem)
}

.email-application .email-app-list-mails .email-app-list {
  position: relative;
  height: 100%
}

.email-application .email-app-list-mails .email-app-list p {
  margin-bottom: .2rem
}

.email-application .email-app-list-mails .email-app-list .ps__rail-x,
.email-application .email-app-list-mails .email-app-list .ps__rail-y {
  z-index: 2
}

.email-application .email-app-mail-content {
  float: left;
  z-index: 1;
  width: calc(100% - 320px);
  position: relative;
  padding: 0;
  background-color: #fff;
  height: calc(1vh * 100 - 13.5rem);
  height: calc(var(--vh, 1vh) * 100 - 13.5rem);
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out
}

.email-application .email-app-mail-content-detail {
  position: relative;
  height: calc(1vh * 100 - 13.5rem);
  height: calc(var(--vh, 1vh) * 100 - 13.5rem);
  overflow-y: auto
}

.email-application .email-app-mail-content-detail .opened-email {
  background: #f7f7f8
}

.email-application .email-app-content-wrapper {
  overflow-y: scroll;
  height: calc(100% - 30px)
}

.email-application .email-app-content-wrapper .email-app-options,
.email-application .email-app-content-wrapper .email-app-title {
  border-bottom: 1px solid #e0e0e0
}

.email-application .users-list-padding .list-group-item-text .float-right i.ft-star {
  color: #bdbdbd
}

.email-application .users-list-padding .email-list-text {
  color: #616161
}

.email-application .users-list-padding .selected-email {
  background-color: #eee;
  border: 0;
  border-right: 3px solid #975aff !important
}

.email-application .users-list-padding .selected-email:first-child,
.email-application .users-list-padding .selected-email:last-child {
  border-radius: 0
}

@media(max-width:1199.98px) {

  .horizontal-layout .email-application,
  .horizontal-layout .email-application .email-app-sidebar,
  .horizontal-layout .email-application .compose-new-mail-sidebar {
    height: calc(1vh * 100 - 8.5rem);
    height: calc(var(--vh, 1vh) * 100 - 8.5rem)
  }

  .email-app-sidebar {
    transform: translateX(-110%);
    transition: transform .4s
  }

  .email-app-sidebar.show {
    transform: translateX(0);
    z-index: 3
  }

  .email-app-content {
    padding-left: 1rem
  }
}

@media(min-width:768px) {
  .email-application .email-app-sidebar {
    left: 0
  }

  .email-application .email-app-list-mails {
    width: 319px;
    border-right: 1px solid #e0e0e0;
    float: left
  }
}

@media(min-width:1200px) {
  .email-application .email-app-content {
    margin-left: 16rem
  }

  .horizontal-layout .email-application .email-app-sidebar,
  .horizontal-layout .email-application .compose-new-mail-sidebar {
    height: calc(1vh * 100 - 11.98rem);
    height: calc(var(--vh, 1vh) * 100 - 11.98rem)
  }

  .horizontal-layout .email-application .email-app-list-mails,
  .horizontal-layout .email-application .email-app-mail-content,
  .horizontal-layout .email-application .email-app-mail-content-detail {
    height: calc(1vh * 100 - 13.5rem) !important;
    height: calc(var(--vh, 1vh) * 100 - 13.5rem) !important
  }

  .email-application.horizontal-layout.navbar-sticky .wrapper {
    height: calc(1vh * 100);
    height: calc(var(--vh, 1vh) * 100)
  }

  .email-application.horizontal-layout.navbar-static .wrapper {
    height: calc(1vh * 100 - 4rem);
    height: calc(var(--vh, 1vh) * 100 - 4rem)
  }
}

@media(max-width:767.98px) {
  .email-application .email-app-mail-content {
    position: absolute !important;
    top: 0 !important;
    left: 110% !important;
    width: 100% !important;
    height: calc(1vh * 100 - 7.5rem) !important;
    height: calc(var(--vh, 1vh) * 100 - 7.5rem) !important;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
  }

  .email-application .email-app-mail-content .email-app-mail-content-detail {
    height: calc(1vh * 100 - 7.5rem) !important;
    height: calc(var(--vh, 1vh) * 100 - 7.5rem) !important
  }

  .email-application .show-email-content {
    left: 0 !important
  }

  .horizontal-layout .email-application .email-app-mail-content,
  .horizontal-layout .email-application .email-app-mail-content-detail {
    height: calc(1vh * 100 - 8.5rem) !important;
    height: calc(var(--vh, 1vh) * 100 - 8.5rem) !important
  }
}

.chat-application {
  position: relative;
  border-radius: .35rem
}

.vertical-layout .chat-application {
  height: calc(1vh * 100 - 7.55rem) !important;
  height: calc(var(--vh, 1vh) * 100 - 7.55rem) !important
}

.horizontal-layout .chat-application {
  margin-top: 1rem;
  height: calc(1vh * 100 - 8.43rem) !important;
  height: calc(var(--vh, 1vh) * 100 - 8.43rem) !important
}

.horizontal-layout .chat-application .chat-sidebar {
  height: calc(1vh * 100 - 8.43rem);
  height: calc(var(--vh, 1vh) * 100 - 8.43rem)
}

.horizontal-layout .chat-application .chat-sidebar .users-list-padding {
  height: calc(1vh * 100 - 13.2rem);
  height: calc(var(--vh, 1vh) * 100 - 13.2rem)
}

.horizontal-layout .chat-application .chat-app-window {
  height: calc(1vh * 100 - 17.23rem);
  height: calc(var(--vh, 1vh) * 100 - 17.23rem)
}

.chat-application .ps__rail-x {
  display: none !important
}

.chat-application .wrapper {
  height: calc(1vh * 100 - 4rem);
  height: calc(var(--vh, 1vh) * 100 - 4rem)
}

.chat-application.navbar-sticky:not(.horizontal-layout) .wrapper {
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100)
}

.chat-application.horizontal-menu.navbar-sticky .wrapper,
.chat-application.vertical-menu.navbar-sticky .wrapper {
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100)
}

.chat-application.horizontal-layout.navbar-sticky .footer {
  margin-top: 0
}

.chat-application .app-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  border-radius: .35rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all .4s;
  z-index: -1;
  visibility: visible
}

.chat-application .app-content-overlay.show {
  opacity: 1;
  z-index: 3
}

.chat-application .chat-sidebar {
  background: #fff;
  position: absolute;
  width: 300px;
  vertical-align: top;
  height: calc(1vh * 100 - 7.55rem);
  height: calc(var(--vh, 1vh) * 100 - 7.55rem);
  border-right: 1px solid #e0e0e0;
  z-index: 4;
  border-bottom-left-radius: .35rem;
  border-top-left-radius: .35rem
}

.chat-application .chat-sidebar .sidebar-close-icon {
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  font-size: 1rem;
  z-index: 1
}

.chat-application .chat-sidebar .chat-fixed-search {
  margin-bottom: 1px
}

.chat-application .chat-sidebar .users-list-padding {
  height: calc(1vh * 100 - 12.33rem);
  height: calc(var(--vh, 1vh) * 100 - 12.33rem)
}

.chat-application .chat-sidebar .users-list-padding .list-group-item {
  border: 0;
  border-radius: 0
}

.chat-application .chat-sidebar .users-list-padding .list-group-item-heading span {
  font-size: .8rem;
  font-weight: 400
}

.chat-application .chat-sidebar .users-list-padding .chat-list-text {
  color: #616161
}

.chat-application .chat-sidebar .users-list-padding .selected-chat {
  background-color: #eee;
  border-right: 3px solid #975aff
}

.chat-application .chat-name {
  background-color: #fff;
  margin-left: 300px;
  border-bottom: 1px solid #e0e0e0
}

.chat-application .chat-app-window {
  margin-left: 300px;
  padding: 20px 30px;
  overflow-y: scroll;
  text-align: center;
  height: calc(1vh * 100 - 16.35rem);
  height: calc(var(--vh, 1vh) * 100 - 16.35rem);
  background-color: rgba(40, 17, 122, 0.1);
  background-image: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='260'height='260'viewBox='00260260'%3E%3Cgfill-rule='evenodd'%3E%3Cgfill='%236f76a1'fill-opacity='0.1'%3E%3Cpathd='M24.3716c.2.65.391.32.542H21.17l1.172.34.45.9-.24.11V28a55001-2.238.94l-.02.06a88001-7.756h-20a88001-7.74-6l-.02-.06A55001-17.4528v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.0123.0100144.37-2zm-36.822a11000-.44.1l-3.11.56.891.791.31-.66a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.86.02l2.88-1.27a330012.430l2.881.27a11000.85-.02l3.1-1.55-.89-1.79-1.42.71a33001-2.56.06l-2.77-1.23a11000-.4-.09h-.01a11000-.4.09l-2.781.23a33001-2.56-.06l-2.3-1.15a11000-.45-.11h-.01a11000-.44.1L.919.22a33001-2.690l-2.2-1.1a11000-.45-.11h-.01a11000-.44.1l-2.211.11a33001-2.690l-2.2-1.1a11000-.45-.11h-.01zm0-2h-4.9a21.0121.0100139.610h-2.09l-.06-.13-.26.13h-32.31zm30.357.68l1.36-.68h1.3v2h-36v-1.15l.34-.171.36-.68h2.59l1.36.68a330002.690l1.36-.68h2.59l1.36.68a330002.690L2.2623h2.59l1.36.68a330002.56.06l1.67-.74h3.23l1.67.74a330002.56-.06zM-13.8227l16.374.91L18.9327h-32.75zm-.632h.34l16.66516.67-5h.33a3301106h-34a330110-6zm1.358a660005.654h20a660005.66-4H-13.1z'/%3E%3Cpathid='path6_fill-copy'd='M284.3716c.2.65.391.32.542H281.17l1.172.34.45.9-.24.11V28a55001-2.238.94l-.02.06a88001-7.756h-20a88001-7.74-6l-.02-.06a55001-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.0123.0100144.37-2zm-36.822a11000-.44.1l-3.11.56.891.791.31-.66a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.86.02l2.88-1.27a330012.430l2.881.27a11000.85-.02l3.1-1.55-.89-1.79-1.42.71a33001-2.56.06l-2.77-1.23a11000-.4-.09h-.01a11000-.4.09l-2.781.23a33001-2.56-.06l-2.3-1.15a11000-.45-.11h-.01a11000-.44.1l-2.211.11a33001-2.690l-2.2-1.1a11000-.45-.11h-.01a11000-.44.1l-2.211.11a33001-2.690l-2.2-1.1a11000-.45-.11h-.01zm0-2h-4.9a21.0121.0100139.610h-2.09l-.06-.13-.26.13h-32.31zm30.357.68l1.36-.68h1.3v2h-36v-1.15l.34-.171.36-.68h2.59l1.36.68a330002.690l1.36-.68h2.59l1.36.68a330002.690l1.36-.68h2.59l1.36.68a330002.56.06l1.67-.74h3.23l1.67.74a330002.56-.06zM246.1827l16.374.91L278.9327h-32.75zm-.632h.34l16.66516.67-5h.33a3301106h-34a330110-6zm1.358a660005.654h20a660005.66-4H246.9z'/%3E%3Cpathd='M159.521.02A9900015115h-42a99000-8.56.0266000.0211.96A8.998.9900010945h42a990008.48-12.0266000.02-11.96zM15117h-42a77000-6.334h54.66a77000-6.33-4zm-9.3426a8.988.980003.34-7h-2a77001-77h-4.34a8.988.980003.34-7h-2a77001-77h-4.34a8.988.980003.34-7h-2a77001-77h-7a770110-14h42a77011014h-9.34zM10927a99000-7.484H101a440110-8h58a4400108h-.52a99000-7.48-4h-42z'/%3E%3Cpathd='M39115a880100-1688000016zm6-8a66011-12066001120zm-3-29v-2h8v-6H40a44000-44v10H22l-1.334-.672h2.19L26130h26l3.81-40H58l-.67-2L5684H42v-6zm-4-4v10h2V74h8v-2h-8a22000-22zm212h14.56l.672H22.77l.67-2H40zm13.84H24.2l3.6238h22.36l3.62-38z'/%3E%3Cpathd='M12992h-6v4h-6v4h-6v14h-3l.2423.7632h36l3.76-32.24-2h-3v-14h-6v-4h-6v-4h-8zm1822v-12h-4v4h3v8h1zm-30v-6h-4v6h4zm-66v-16h-4v19.17c1.6-.72.97-1.84-3.17zm-63.8V100h-4v23.8a10.0410.0400040zm-6-.63V104h-4v16a10.0410.0400043.17zm-6-9.17v-6h-4v6h4zm-60v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-60v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-64v-4h-4v8h1v-4h3zm724a121200011.83-10h7.92l-3.5330h-32.44l-3.53-30h7.92A1212000130126z'/%3E%3Cpathd='M21286v2h-4v-2h4zm40h-2v2h2v-2zm-200v.1a55000-.569.65l.06.251.124.48a220001.941.52h.01l7.0224.55a220001.921.45h4.98a220001.92-1.45l7.02-24.55a220001.95-1.52L224.596l.06-.25a55000-.56-9.65V86a1414000-280zm40h6v2h-9a3301006H223a330100-6H220v-2h2a1212010-240h2zm-1.4414l-1-4h24.88l-14h-22.88zm8.9526l-6.86-24h18.7l-6.8624h-4.98zM150242a22220100-442222000044zm24-22a2424011-4802424001480zm-28.3817.73l2.04-.87a660014.680l2.04.87a220002.5-.82l1.14-1.9a660013.79-2.75l2.15-.5a220001.54-2.12l-.19-2.2a660011.45-4.46l1.45-1.67a220000-2.62l-1.45-1.67a66001-1.45-4.46l.2-2.2a22000-1.55-2.13l-2.15-.5a66001-3.8-2.75l-1.13-1.9a22000-2.5-.8l-2.04.86a66001-4.680l-2.04-.87a22000-2.5.82l-1.141.9a66001-3.792.75l-2.15.5a22000-1.542.12l.192.2a66001-1.454.46l-1.451.67a2200002.62l1.451.67a660011.454.46l-.22.2a220001.552.13l2.15.5a660013.82.75l1.131.9a220002.5.8zm2.82.97a440013.120l2.04.87a440004.99-1.62l1.14-1.9a440012.53-1.84l2.15-.5a440003.09-4.24l-.2-2.2a44001.97-2.98l1.45-1.67a440000-5.24l-1.45-1.67a44001-.97-2.97l.2-2.2a44000-3.09-4.25l-2.15-.5a44001-2.53-1.84l-1.14-1.9a44000-5-1.62l-2.03.87a44001-3.120l-2.04-.87a44000-4.991.62l-1.141.9a44001-2.531.84l-2.15.5a44000-3.094.24l.22.2a44001-.972.98l-1.451.67a4400005.24l1.451.67a44001.972.97l-.22.2a440003.094.25l2.15.5a440012.531.84l1.141.9a4400051.62l2.03-.87zM152207a110112011001-20zm62a110112011001-20zm-111a110112011001-20zm-60a110112011001-20zm3-5a110112011001-20zm-88a110112011001-20zm36a110112011001-20zm06a110112011001-20zm47a110112011001-20zm5-2a110112011001-20zm54a110112011001-20zm4-6a110112011001-20zm6-4a110112011001-20zm-4-3a110112011001-20zm4-3a110112011001-20zm-5-4a110112011001-20zm-246a110112011001-20zm165a550100-1055000010zm7-5a77011-14077001140zm86-29a1100002h2a110000-2h-2zm199a110011-1h2a1100102h-2a11001-1-1zm-145a1100002h2a110000-2h-2zm-251a1100002h2a110000-2h-2zm54a1100002h2a110000-2h-2zm90a110011-1h2a1100102h-2a11001-1-1zm151a110011-1h2a1100102h-2a11001-1-1zm12-2a1100002h2a110000-2h-2zm-11-14a110011-1h2a1100102h-2a11001-1-1zm-190a1100002h2a110000-2h-2zm65a110011-1h2a1100102h-2a11001-1-1zm-2515c0-.47.01-.94.03-1.4a55001-1.7-83.993.990011.88-5.18550013.4-6.22330011.46-1.05550017.76-3.27A30.8630.86001246184c6.79013.062.1818.175.88a550017.763.27330011.471.05550013.46.22440011.875.184.984.98001-1.78c.02.46.03.93.031.4v1h-62v-1zm.83-7.17a30.930.9000-.623.5733001-.61-4.2c.37.28.78.491.23.63zm1.49-4.61c-.36.87-.681.76-.962.68a22001-.21-3.71c.33.4.73.751.171.03zm2.32-4.54c-.54.86-1.031.76-1.492.68a33001-.07-4.67330001.561.99zm1.14-1.7c.35-.5.72-.981.1-1.46a11010-1.11.45zm5.34-5.77c-1.03.86-21.79-2.92.77a33000-1.11-.77330014-2zm42.662.77c-.9-.98-1.87-1.9-2.9-2.77a330014.01233000-1.1.77zm1.341.54c.38.48.75.961.11.45a11010-1.1-1.45zm3.735.84c-.46-.92-.95-1.82-1.5-2.68a330001.57-1.9933001-.074.67zm1.84.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.631.17-1.03a22001-.23.7zm1.145.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.351.23-.63a2.992.99001-.64.2zM275214a2929000-57.970h57.96zM72.33198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.014.010007.092.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.991.99001-2222001-1.66-.88zM75176c.380.74-.041.1-.12a440006.192.4A13.9413.9400184185v24a66001-66h-3v9a55011-100v-9h-3a66001-6-6v-24a141400114-145500055zm-1715v12a1.991.990001.221.84220002.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.983.98001-5.353.773.983.98001-.65-.3V209a4400044h16a440004-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a66001-5.2-377001-6.47-4.88A121200058185v6zm924v9a3301060v-9h-6z'/%3E%3Cpathd='M-17191a1100002h2a110000-2h-2zm199a110011-1h2a1100102H3a11001-1-1zm-145a1100002h2a110000-2h-2zm-251a1100002h2a110000-2h-2zm54a1100002h2a110000-2h-2zm90a110011-1h2a1100102h-2a11001-1-1zm151a110011-1h2a1100102h-2a11001-1-1zm12-2a1100002h2a110000-2H4zm-11-14a110011-1h2a1100102h-2a11001-1-1zm-190a1100002h2a110000-2h-2zm65a110011-1h2a1100102h-2a11001-1-1zm-2515c0-.47.01-.94.03-1.4a55001-1.7-83.993.990011.88-5.18550013.4-6.22330011.46-1.05550017.76-3.27A30.8630.86001-14184c6.79013.062.1818.175.88a550017.763.27330011.471.05550013.46.22440011.875.184.984.98001-1.78c.02.46.03.93.031.4v1h-62v-1zm.83-7.17a30.930.9000-.623.5733001-.61-4.2c.37.28.78.491.23.63zm1.49-4.61c-.36.87-.681.76-.962.68a22001-.21-3.71c.33.4.73.751.171.03zm2.32-4.54c-.54.86-1.031.76-1.492.68a33001-.07-4.67330001.561.99zm1.14-1.7c.35-.5.72-.981.1-1.46a11010-1.11.45zm5.34-5.77c-1.03.86-21.79-2.92.77a33000-1.11-.77330014-2zm42.662.77c-.9-.98-1.87-1.9-2.9-2.77a330014.01233000-1.1.77zm1.341.54c.38.48.75.961.11.45a11010-1.1-1.45zm3.735.84c-.46-.92-.95-1.82-1.5-2.68a330001.57-1.9933001-.074.67zm1.84.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.631.17-1.03a22001-.23.7zm1.145.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.351.23-.63a2.992.99001-.64.2zM15214a2929000-57.970h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.chat-application .chat-app-form {
  background: #fff;
  margin-left: 300px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e0e0e0
}

.chat-application .chats {
  padding: 0
}

.chat-application .chats .chat-body {
  display: block;
  margin: 10px 30px 0 0;
  overflow: hidden
}

.chat-application .chats .chat-body .chat-content {
  text-align: right;
  position: relative;
  display: block;
  float: right;
  padding: 8px 15px;
  margin: 0 20px 10px 0;
  clear: both;
  color: #fff;
  background-color: #975aff;
  border-radius: 4px
}

.chat-application .chats .chat-body .chat-content:before {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #975aff
}

.chat-application .chats .chat-body .chat-content+.chat-content:before {
  border-color: transparent
}

.chat-application .chats .chat-body .chat-content p {
  margin: 0
}

.chat-application .chats .chat-avatar {
  float: right
}

.chat-application .chats .time {
  color: #bdbdbd;
  font-size: 12px;
  text-align: center;
  margin: 40px 0
}

.chat-application .chats .chat-left .chat-avatar {
  float: left
}

.chat-application .chats .chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px
}

.chat-application .chats .chat-left .chat-content {
  text-align: left;
  float: left;
  margin: 0 0 10px 20px;
  color: #342e49;
  background-color: #f7f7f8
}

.chat-application .chats .chat-left .chat-content+.chat-content:before {
  border-color: transparent
}

.chat-application .chats .chat-left .chat-content:before {
  right: auto;
  left: -10px;
  border-right-color: white;
  border-left-color: transparent
}

.chat-application .form-control-position {
  cursor: pointer
}

.chat-application .form-control-position.control-position-right {
  right: 18px;
  top: 2px;
  cursor: pointer
}

.chat-application i#chatOptions {
  cursor: pointer
}

.chat-application i#chatOptions:after {
  display: none
}

@media(max-width:575.98px) {
  .chat-application .chat-sidebar {
    width: 260px
  }
}

@media(max-width:767.98px) {
  .chat-application .chat-app-window {
    margin-left: 0
  }

  .chat-application .chat-app-form {
    margin-left: 0
  }

  .chat-application .chat-name {
    margin-left: 0
  }

  .chat-application .chat-sidebar {
    left: 0
  }

  .chat-sidebar {
    transform: translateX(-110%);
    transition: transform .4s
  }

  .app-content-overlay.show+.chat-sidebar {
    transform: translateX(0)
  }
}

@media(max-width:991.98px) {
  .chat-application .chat-app-form .form-group i.fa.fa-paper-plane-o {
    padding: .25rem !important
  }
}

@media(min-width:1200px) {
  .horizontal-layout .chat-application {
    height: calc(1vh * 100 - 12.05rem) !important;
    height: calc(var(--vh, 1vh) * 100 - 12.05rem) !important
  }

  .horizontal-layout .chat-application .chat-sidebar {
    height: calc(1vh * 100 - 12.05rem);
    height: calc(var(--vh, 1vh) * 100 - 12.05rem)
  }

  .horizontal-layout .chat-application .chat-sidebar .users-list-padding {
    height: calc(1vh * 100 - 16.82rem);
    height: calc(var(--vh, 1vh) * 100 - 16.82rem)
  }

  .horizontal-layout .chat-application .chat-app-window {
    height: calc(1vh * 100 - 20.85rem);
    height: calc(var(--vh, 1vh) * 100 - 20.85rem)
  }
}

.dragdrop-container>div {
  cursor: grab;
  cursor: -webkit-grab;
  transition: opacity .4s ease-in-out
}

.dragdrop-container:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2)
}

.dragdrop-container .users-list li {
  line-height: 1.5
}

.dragdrop-container .users-list li img {
  border: 2px solid #fff
}

.dragdrop-container .users-list li+li {
  margin-left: -0.4rem
}

.gu-mirror {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transition: opacity .4s ease-in-out
}

.fc-view-container .fc-day-grid-event {
  margin: 0 5px 5px;
  padding: 5px 10px
}

.fc-view-container .fc-time {
  font-weight: normal !important
}

.fc-event {
  font-size: inherit !important;
  font-weight: bold !important
}

.fc-event span {
  color: #fff
}

.fc-button-primary {
  background-color: #efdeff;
  border-color: #efdeff;
  color: #975aff;
  outline: none !important
}

.fc-button-primary:hover,
.fc-button-primary:focus,
.fc-button-primary:active {
  outline: 0;
  box-shadow: none !important;
  background-color: #975aff !important;
  border-color: #975aff !important;
  color: #fff
}

.fc-button-primary:disabled {
  background-color: #8f9db8;
  border-color: #8f9db8
}

.fc-button-primary:disabled:hover {
  background-color: #8f9db8 !important;
  border-color: #8f9db8 !important
}

.fc-button-primary.fc-button-active {
  background-color: #975aff !important;
  border-color: #975aff !important;
  color: #fff
}

td.fc-other-month.fc-past {
  background: #f7f7f8
}

.fc-view>table th,
.fc-view>table td {
  border-color: #e0e0e0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  opacity: .65 !important;
  margin-left: 15px !important;
  padding: 5px 10px !important
}

.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end {
  opacity: .65 !important;
  margin-right: 15px !important;
  padding: 5px 10px !important
}

.fc-events-container {
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  text-align: left;
  margin-top: 1.6rem
}

.fc-events-container .fc-event {
  padding: 5px 10px;
  margin: 10px 0
}

.fc-events-container .checkbox label {
  margin-top: 2px
}

@media(max-width:849.98px) {
  #fc-external-drag .fc-toolbar {
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem
  }

  #fc-external-drag .fc-toolbar>div {
    margin-bottom: .5rem
  }
}

@media(max-width:575.98px) {
  .fc-toolbar {
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem
  }

  .fc-toolbar>div {
    margin-bottom: .5rem
  }
}

.apexcharts-tooltip,
.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
  color: #342e49 !important
}

.apexcharts-toolbar [class*=apexcharts-] svg {
  fill: #bdbdbd
}

.apexcharts-toolbar [class*=apexcharts-]:hover svg {
  fill: #bdbdbd !important
}

.swal2-container.swal2-center.swal2-fade.swal2-shown .swal2-popup.swal2-modal.swal2-show .swal2-header button.swal2-close:focus {
  outline: 0
}

.swal2-container.swal2-center.swal2-fade.swal2-shown .swal2-popup.swal2-modal.swal2-show .swal2-actions button.btn:focus {
  box-shadow: none
}

.swal2-modal .swal2-confirm.btn-success {
  background-color: #40c057 !important
}

.swal2-modal .swal2-cancel.btn-danger {
  background-color: #f55252 !important
}

.toast-container>div {
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
  border-radius: .35rem;
  border: 0;
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11)
}

.toast-top-full-width>div,
.toast-bottom-full-width>div {
  max-width: 100%
}

.toast {
  background-color: #01295c
}

.toast-success {
  background-color: #40c057
}

.toast-error {
  background-color: #f55252
}

.toast-info {
  background-color: #2f8be6
}

.toast-warning {
  background-color: #ff681e
}

.noUi-target {
  background-color: #e9e9ec;
  border: 0;
  box-shadow: none;
  border-radius: 1rem
}

.noUi-horizontal {
  height: 10px;
  padding-right: 1.2rem;
  margin: .5rem 0 3.5rem
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -5px;
  left: auto
}

.noUi-horizontal .noUi-pips-horizontal {
  left: 7px;
  width: calc(100% - 1rem)
}

.noUi-horizontal.slider-xl {
  height: 14px
}

.noUi-horizontal.slider-xl .noUi-handle {
  width: 28px;
  height: 28px;
  top: -7px
}

.noUi-horizontal.slider-lg {
  height: 12px
}

.noUi-horizontal.slider-lg .noUi-handle {
  width: 24px;
  height: 24px;
  top: -6px
}

.noUi-horizontal.slider-sm {
  height: 6px
}

.noUi-horizontal.slider-sm .noUi-handle {
  top: -7px
}

.noUi-horizontal.slider-xs {
  height: 3px
}

.noUi-horizontal.slider-xs .noUi-handle {
  top: -8px
}

.noUi-handle {
  box-shadow: none;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #01295c !important
}

.noUi-handle:after,
.noUi-handle:before {
  display: none
}

.circle-filled .noUi-handle {
  background: #01295c
}

.square .noUi-handle {
  background: #01295c;
  border-radius: 3px
}

.square .noUi-handle:before {
  display: block;
  width: 2px;
  height: 10px;
  left: 2px;
  top: 0
}

.square .noUi-handle:after {
  display: block;
  width: 2px;
  height: 10px;
  left: 7px;
  top: 0
}

.square.slider-xl .noUi-handle:before {
  left: 5px;
  top: 4px
}

.square.slider-xl .noUi-handle:after {
  left: 10px;
  top: 4px
}

.square.slider-lg .noUi-handle:before {
  left: 3px;
  top: 2px
}

.square.slider-lg .noUi-handle:after {
  left: 8px;
  top: 2px
}

.noUi-connect {
  background: #01295c;
  box-shadow: none;
  border-radius: 1rem
}

.noUi-vertical {
  display: inline-block;
  width: 8px;
  height: 150px
}

.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  top: -5px
}

.noUi-vertical .noUi-tooltip {
  margin-right: .2rem
}

.noUi-vertical.square .noUi-handle {
  background: #01295c;
  border-radius: 3px
}

.noUi-vertical.square .noUi-handle:before {
  display: block;
  width: 12px;
  height: 2px;
  left: -1px;
  top: 2px
}

.noUi-vertical.square .noUi-handle:after {
  display: block;
  width: 12px;
  height: 2px;
  left: -1px;
  top: 7px
}

.draggable {
  cursor: grab
}

.gu-unselectable .draggable {
  cursor: grabbing
}

.draggable-move {
  cursor: move
}

.gu-unselectable .draggable-move {
  cursor: move
}

#multiple-list-group-a,
#multiple-list-group-b {
  min-height: 5.714rem
}

#dd-with-handle .list-group {
  min-height: 5.714rem
}

#dd-with-handle .list-group .handle {
  padding: 2px 6px 0;
  margin-right: 10px;
  background-color: #eee;
  font-size: 1.2rem
}

.swiper-container .swiper-shadow {
  box-shadow: 2px 8px 10px 0 rgba(25, 42, 70, 0.13) !important
}

.swiper-centered-slides.swiper-container .swiper-slide {
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  color: #342e49;
  height: auto;
  width: auto !important;
  padding: 2rem 5.5rem;
  cursor: pointer
}

.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active {
  border: 2px solid #01295c
}

.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active i {
  color: #01295c
}

.swiper-centered-slides .swiper-button-next:after,
.swiper-centered-slides .swiper-button-prev:after {
  width: 2.35rem;
  height: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #01295c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important
}

.swiper-centered-slides-2.swiper-container .swiper-slide {
  background-color: #dbdee5;
  color: #342e49;
  height: auto;
  width: auto !important;
  cursor: pointer
}

.swiper-centered-slides-2.swiper-container .swiper-slide.swiper-slide-active {
  color: #fff;
  background-color: #01295c;
  box-shadow: 0 3px 6px 0 rgba(1, 41, 92, 0.5) !important
}

.swiper-cube-effect.swiper-container {
  width: 300px;
  left: 50%;
  margin-left: -150px;
  margin-top: -12px
}

.swiper-coverflow.swiper-container .swiper-slide {
  width: 300px
}

.gallery-thumbs {
  padding: 10px 0;
  background: #000
}

.gallery-thumbs .swiper-slide {
  opacity: .4
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1
}

.swiper-parallax .swiper-slide {
  padding: 2.67rem 4rem;
  color: #1a051d
}

.swiper-parallax .swiper-slide .title {
  font-size: 1.25rem;
  padding: .5rem 0
}

.swiper-parallax .swiper-slide .text {
  font-size: .875rem
}

.swiper-parallax .parallax-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130%
}

.swiper-virtual.swiper-container {
  height: 300px
}

.swiper-virtual.swiper-container .swiper-slide {
  font-size: 1.75rem;
  background-color: #dbdee5;
  color: #342e49;
  display: flex;
  justify-content: center;
  align-items: center
}

.swiper-virtual.swiper-container .swiper-pagination.swiper-pagination-fraction {
  color: #342e49
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  color: #fff;
  width: 35px;
  font-size: 2.5rem
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: 0
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "feather";
  font-size: 25px
}

.swiper-button-prev:after {
  content: "\e843"
}

.swiper-button-next:after {
  content: "\e844"
}

@media only screen and (max-width:768px) {
  .swiper-button-prev {
    font-size: 1.5rem;
    top: 55%
  }

  .swiper-button-next {
    font-size: 1.5rem;
    top: 55%
  }

  .swiper-parallax .swiper-slide {
    padding: 1rem 1.2rem
  }

  .swiper-parallax .parallax-bg {
    width: 170%
  }

  .swiper-parallax img {
    height: 100% !important
  }
}

@media only screen and (max-width:576px) {
  .swiper-centered-slides.swiper-container .swiper-slide {
    padding: 1.6rem 2.5rem
  }

  .swiper-centered-slides.swiper-container .swiper-slide i {
    font-size: 1.25rem !important
  }

  .swiper-cube-effect.swiper-container {
    width: 150px;
    left: 70%
  }

  .swiper-parallax .swiper-slide {
    padding: 1rem 1.3rem
  }

  .swiper-virtual.swiper-container .swiper-slide {
    font-size: 1rem
  }
}

html body.layout-dark:not(.layout-transparent) {
  background-color: #101010;
  color: #b2b1b5;
  height: 100%
}

html body.layout-dark:not(.layout-transparent) .card {
  box-shadow: -8px 8px 14px 0 rgba(0, 0, 0, 0.25)
}

html body.layout-dark:not(.layout-transparent).vertical-layout.navbar-sticky.page-scrolled nav.header-navbar {
  background-color: #1e1e1e;
  box-shadow: -8px 8px 14px 0 rgba(0, 0, 0, 0.25)
}

html body.layout-dark:not(.layout-transparent).auth-page {
  background-image: repeating-linear-gradient(135deg, rgba(19, 19, 19, 0.02) 0, rgba(19, 19, 19, 0.02) 132px, rgba(233, 233, 233, 0.02) 132px, rgba(233, 233, 233, 0.02) 257px, rgba(87, 87, 87, 0.02) 257px, rgba(87, 87, 87, 0.02) 356px, rgba(139, 139, 139, 0.02) 356px, rgba(139, 139, 139, 0.02) 449px, rgba(107, 107, 107, 0.02) 449px, rgba(107, 107, 107, 0.02) 540px, rgba(141, 141, 141, 0.02) 540px, rgba(141, 141, 141, 0.02) 606px, rgba(197, 197, 197, 0.02) 606px, rgba(197, 197, 197, 0.02) 754px, rgba(79, 79, 79, 0.02) 754px, rgba(79, 79, 79, 0.02) 851px), repeating-linear-gradient(135deg, rgba(152, 152, 152, 0.02) 0, rgba(152, 152, 152, 0.02) 76px, rgba(91, 91, 91, 0.02) 76px, rgba(91, 91, 91, 0.02) 199px, rgba(68, 68, 68, 0.02) 199px, rgba(68, 68, 68, 0.02) 298px, rgba(216, 216, 216, 0.02) 298px, rgba(216, 216, 216, 0.02) 378px, rgba(254, 254, 254, 0.02) 378px, rgba(254, 254, 254, 0.02) 438px, rgba(79, 79, 79, 0.02) 438px, rgba(79, 79, 79, 0.02) 523px, rgba(47, 47, 47, 0.02) 523px, rgba(47, 47, 47, 0.02) 590px, rgba(241, 241, 241, 0.02) 590px, rgba(241, 241, 241, 0.02) 730px), repeating-linear-gradient(135deg, rgba(39, 39, 39, 0.02) 0, rgba(39, 39, 39, 0.02) 109px, rgba(131, 131, 131, 0.02) 109px, rgba(131, 131, 131, 0.02) 202px, rgba(18, 18, 18, 0.02) 202px, rgba(18, 18, 18, 0.02) 329px, rgba(217, 217, 217, 0.02) 329px, rgba(217, 217, 217, 0.02) 405px, rgba(93, 93, 93, 0.02) 405px, rgba(93, 93, 93, 0.02) 487px, rgba(194, 194, 194, 0.02) 487px, rgba(194, 194, 194, 0.02) 551px, rgba(202, 202, 202, 0.02) 551px, rgba(202, 202, 202, 0.02) 614px, rgba(224, 224, 224, 0.02) 614px, rgba(224, 224, 224, 0.02) 747px), linear-gradient(90deg, #343434, #333)
}

html body.layout-dark:not(.layout-transparent).auth-page .auth-img .auth-img-bg {
  background-color: #212121
}

html body.layout-dark.layout-transparent {
  color: #d6d5d8
}

html body.layout-dark.layout-transparent[class*=bg-glass-],
html body.layout-dark.layout-transparent [class*=bg-glass-] {
  background-size: cover;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image .3s
}

html body.layout-dark.layout-transparent[class*=bg-glass-] {
  background-attachment: fixed
}

html body.layout-dark.layout-transparent.bg-glass-1,
html body.layout-dark.layout-transparent .bg-glass-1 {
  background-image: linear-gradient(135deg, rgba(29, 29, 29, 0.05) 0, rgba(29, 29, 29, 0.05) 17%, rgba(27, 27, 27, 0.05) 17%, rgba(27, 27, 27, 0.05) 34%, rgba(31, 31, 31, 0.05) 34%, rgba(31, 31, 31, 0.05) 93%, rgba(242, 242, 242, 0.05) 93%, rgba(242, 242, 242, 0.05) 100%), linear-gradient(135deg, rgba(129, 129, 129, 0.05) 0, rgba(129, 129, 129, 0.05) 66%, rgba(117, 117, 117, 0.05) 66%, rgba(117, 117, 117, 0.05) 91%, rgba(199, 199, 199, 0.05) 91%, rgba(199, 199, 199, 0.05) 100%), linear-gradient(135deg, rgba(31, 31, 31, 0.07) 0, rgba(31, 31, 31, 0.07) 15%, rgba(139, 139, 139, 0.07) 15%, rgba(139, 139, 139, 0.07) 23%, rgba(200, 200, 200, 0.07) 23%, rgba(200, 200, 200, 0.07) 29%, rgba(102, 102, 102, 0.07) 29%, rgba(102, 102, 102, 0.07) 100%), linear-gradient(90deg, #13c4e4, #7e08de)
}

html body.layout-dark.layout-transparent.bg-glass-2,
html body.layout-dark.layout-transparent .bg-glass-2 {
  background-image: linear-gradient(238deg, rgba(4, 4, 4, 0.05) 0, rgba(4, 4, 4, 0.05) 56%, rgba(211, 211, 211, 0.05) 56%, rgba(211, 211, 211, 0.05) 100%), linear-gradient(223deg, rgba(96, 96, 96, 0.05) 0, rgba(96, 96, 96, 0.05) 58%, rgba(161, 161, 161, 0.05) 58%, rgba(161, 161, 161, 0.05) 100%), linear-gradient(263deg, rgba(232, 232, 232, 0.05) 0, rgba(232, 232, 232, 0.05) 65%, rgba(243, 243, 243, 0.05) 65%, rgba(243, 243, 243, 0.05) 100%), linear-gradient(90deg, #cc52fc, #111f76)
}

html body.layout-dark.layout-transparent.bg-glass-3,
html body.layout-dark.layout-transparent .bg-glass-3 {
  background-image: radial-gradient(circle at 17% 1%, rgba(198, 198, 198, 0.03) 0, rgba(198, 198, 198, 0.03) 50%, rgba(42, 42, 42, 0.03) 50%, rgba(42, 42, 42, 0.03) 100%), radial-gradient(circle at 8% 81%, rgba(253, 253, 253, 0.03) 0, rgba(253, 253, 253, 0.03) 50%, rgba(36, 36, 36, 0.03) 50%, rgba(36, 36, 36, 0.03) 100%), radial-gradient(circle at 83% 29%, rgba(164, 164, 164, 0.03) 0, rgba(164, 164, 164, 0.03) 50%, rgba(60, 60, 60, 0.03) 50%, rgba(60, 60, 60, 0.03) 100%), radial-gradient(circle at 96% 62%, rgba(170, 170, 170, 0.03) 0, rgba(170, 170, 170, 0.03) 50%, rgba(169, 169, 169, 0.03) 50%, rgba(169, 169, 169, 0.03) 100%), linear-gradient(338deg, #028dd5, #05ac51)
}

html body.layout-dark.layout-transparent.bg-glass-4,
html body.layout-dark.layout-transparent .bg-glass-4 {
  background-image: linear-gradient(245deg, rgba(27, 27, 27, 0.04) 0, rgba(27, 27, 27, 0.04) 93%, rgba(92, 92, 92, 0.04) 93%, rgba(92, 92, 92, 0.04) 100%), linear-gradient(44deg, rgba(11, 11, 11, 0.04) 0, rgba(11, 11, 11, 0.04) 39%, rgba(186, 186, 186, 0.04) 39%, rgba(186, 186, 186, 0.04) 100%), linear-gradient(134deg, rgba(178, 178, 178, 0.04) 0, rgba(178, 178, 178, 0.04) 95%, rgba(237, 237, 237, 0.04) 95%, rgba(237, 237, 237, 0.04) 100%), linear-gradient(322deg, rgba(56, 56, 56, 0.04) 0, rgba(56, 56, 56, 0.04) 58%, rgba(232, 232, 232, 0.04) 58%, rgba(232, 232, 232, 0.04) 100%), linear-gradient(139deg, rgba(51, 51, 51, 0.04) 0, rgba(51, 51, 51, 0.04) 62%, rgba(35, 35, 35, 0.04) 62%, rgba(35, 35, 35, 0.04) 100%), linear-gradient(252deg, rgba(9, 9, 9, 0.04) 0, rgba(9, 9, 9, 0.04) 39%, rgba(174, 174, 174, 0.04) 39%, rgba(174, 174, 174, 0.04) 100%), linear-gradient(229deg, rgba(241, 241, 241, 0.04) 0, rgba(241, 241, 241, 0.04) 2%, rgba(140, 140, 140, 0.04) 2%, rgba(140, 140, 140, 0.04) 100%), linear-gradient(223deg, rgba(82, 82, 82, 0.04) 0, rgba(82, 82, 82, 0.04) 36%, rgba(229, 229, 229, 0.04) 36%, rgba(229, 229, 229, 0.04) 100%), linear-gradient(90deg, #f51011, #b145cf)
}

html body.layout-dark.layout-transparent.bg-glass-hibiscus,
html body.layout-dark.layout-transparent .bg-glass-hibiscus {
  background-image: linear-gradient(to right bottom, #f05f57, #c83d5c, #99245a, #671351, #360940)
}

html body.layout-dark.layout-transparent.bg-glass-purple-pizzazz,
html body.layout-dark.layout-transparent .bg-glass-purple-pizzazz {
  background-image: linear-gradient(to right bottom, #662d86, #8b2a8a, #ae2389, #cf1d83, #ed1e79)
}

html body.layout-dark.layout-transparent.bg-glass-blue-lagoon,
html body.layout-dark.layout-transparent .bg-glass-blue-lagoon {
  background-image: linear-gradient(to right bottom, #144e68, #006d83, #008d92, #00ad91, #57ca85)
}

html body.layout-dark.layout-transparent.bg-glass-electric-violet,
html body.layout-dark.layout-transparent .bg-glass-electric-violet {
  background-image: linear-gradient(to left top, #4a00e0, #600de0, #7119e1, #8023e1, #8e2de2)
}

html body.layout-dark.layout-transparent.bg-glass-portage,
html body.layout-dark.layout-transparent .bg-glass-portage {
  background-image: linear-gradient(to left top, #97abff, #798ce5, #5b6ecb, #3b51b1, #123597)
}

html body.layout-dark.layout-transparent.bg-glass-tundora,
html body.layout-dark.layout-transparent .bg-glass-tundora {
  background-image: linear-gradient(to left top, #ef4673, #ffc846)
}

html body.layout-dark.layout-transparent .header-navbar {
  background-attachment: fixed
}

html body.layout-dark.layout-transparent .alert.alert-light {
  color: #101010 !important
}

html body.layout-dark.layout-transparent.vertical-layout.navbar-sticky.page-scrolled nav.header-navbar {
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11)
}

html body.layout-dark.layout-transparent .nav-tabs .nav-link.active,
html body.layout-dark.layout-transparent .nav-tabs .nav-item.show .nav-link {
  color: #efdeff
}

html body.layout-dark.layout-transparent .nav-tabs .nav-link.active {
  border-bottom-color: #efdeff
}

html body.layout-dark.layout-transparent .nav-vertical .nav-left.nav-tabs .nav-link.active {
  border-right-color: #efdeff !important
}

html body.layout-dark.layout-transparent .nav-vertical .nav-right.nav-tabs .nav-link.active {
  border-left-color: #efdeff !important
}

html body.layout-dark.layout-transparent.nav-collapsed.menu-collapsed .sidebar-background {
  background: transparent
}

html body.layout-dark.layout-transparent.nav-collapsed .app-sidebar.expanded .sidebar-background {
  opacity: .9;
  background: #000;
  transition: all .5s ease
}

html body.layout-dark.layout-transparent .app-sidebar .sidebar-background:after {
  background: 0
}

html body.layout-dark.layout-transparent.auth-page .auth-img .auth-img-bg {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark.layout-transparent .language-markup,
html body.layout-dark.layout-transparent .language-css,
html body.layout-dark.layout-transparent .language-js,
html body.layout-dark.layout-transparent .language-javascript,
html body.layout-dark.layout-transparent .ql-syntax {
  background-color: rgba(0, 0, 0, 0.12) !important
}

html body.layout-dark.layout-transparent .email-application .email-list-text {
  color: #9e9e9e
}

html body.layout-dark.layout-transparent .chat-application .chat-list-text {
  color: #9e9e9e
}

html body.layout-dark.layout-transparent a.fc-more {
  color: #fff
}

@media(min-width:1199px) {
  html body.layout-dark.layout-transparent .app-sidebar {
    background: transparent !important
  }
}

@media(max-width:1199px) {
  html body.layout-dark.layout-transparent .app-sidebar {
    background: rgba(0, 0, 0, 0.8) !important
  }
}

html body.layout-dark.layout-transparent .app-content-overlay {
  background-color: rgba(0, 0, 0, 0.7)
}

@media(max-width:1199.98px) {
  html body.layout-dark.layout-transparent .email-app-sidebar {
    background-color: rgba(0, 0, 0, 0.9) !important
  }
}

@media(max-width:767.98px) {
  html body.layout-dark.layout-transparent .chat-sidebar {
    background-color: rgba(0, 0, 0, 0.9) !important
  }
}

html body.layout-dark.layout-transparent .customizer .sb-color-options,
html body.layout-dark.layout-transparent .customizer .sb-options,
html body.layout-dark.layout-transparent .customizer .sb-bg-img,
html body.layout-dark.layout-transparent .customizer .toggle-sb-bg-img {
  display: none !important
}

html body.layout-dark.layout-transparent .customizer .tl-color-option,
html body.layout-dark.layout-transparent .customizer .cz-tl-bg-color,
html body.layout-dark.layout-transparent .customizer .tl-bg-img {
  display: block !important
}

html body.layout-dark.layout-transparent .kb-categories-text {
  color: #adb5bd
}

html body.layout-dark.layout-transparent .kb-overlay.show {
  background-color: rgba(0, 0, 0, 0.7)
}

.layout-transparent a {
  color: #efdeff
}

.layout-transparent a:hover {
  color: #e3c5ff
}

html body.layout-dark.layout-transparent h1,
html body.layout-dark.layout-transparent h2,
html body.layout-dark.layout-transparent h3,
html body.layout-dark.layout-transparent h4,
html body.layout-dark.layout-transparent h5,
html body.layout-dark.layout-transparent h6,
html body.layout-dark.layout-transparent .h1,
html body.layout-dark.layout-transparent .h2,
html body.layout-dark.layout-transparent .h3,
html body.layout-dark.layout-transparent .h4,
html body.layout-dark.layout-transparent .h5,
html body.layout-dark.layout-transparent .h6,
html body.layout-dark.layout-transparent .content-header,
html body.layout-dark.layout-transparent .table th {
  color: #e9e9ea
}

html body.layout-dark:not(.layout-transparent) h1,
html body.layout-dark:not(.layout-transparent) h2,
html body.layout-dark:not(.layout-transparent) h3,
html body.layout-dark:not(.layout-transparent) h4,
html body.layout-dark:not(.layout-transparent) h5,
html body.layout-dark:not(.layout-transparent) h6,
html body.layout-dark:not(.layout-transparent) .h1,
html body.layout-dark:not(.layout-transparent) .h2,
html body.layout-dark:not(.layout-transparent) .h3,
html body.layout-dark:not(.layout-transparent) .h4,
html body.layout-dark:not(.layout-transparent) .h5,
html body.layout-dark:not(.layout-transparent) .h6,
html body.layout-dark:not(.layout-transparent) .content-header,
html body.layout-dark:not(.layout-transparent) .table th {
  color: #bfbec2
}

html body.layout-dark.layout-transparent .content-sub-header,
html body.layout-dark.layout-transparent .table td {
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .content-sub-header,
html body.layout-dark:not(.layout-transparent) .table td {
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .blockquote-footer,
html body.layout-dark.layout-transparent .text-muted {
  color: #c3c2c5 !important
}

html body.layout-dark:not(.layout-transparent) .blockquote-footer,
html body.layout-dark:not(.layout-transparent) .text-muted {
  color: white !important
}

html body.layout-dark.layout-transparent .disabled {
  color: #9e9e9e
}

html body.layout-dark:not(.layout-transparent) .disabled {
  color: #626164
}

html body.layout-dark.layout-transparent .logo-text {
  color: #e9e9ea
}

html body.layout-dark:not(.layout-transparent) .logo-text {
  color: #bfbec2
}

html body.layout-dark.layout-transparent .border {
  border-color: rgba(238, 238, 238, 0.2) !important
}

html body.layout-dark:not(.layout-transparent) .border {
  border-color: #474748 !important
}

html body.layout-dark.layout-transparent .border-top {
  border-top-color: rgba(238, 238, 238, 0.2) !important
}

html body.layout-dark:not(.layout-transparent) .border-top {
  border-top-color: #474748 !important
}

html body.layout-dark.layout-transparent .border-right {
  border-right-color: rgba(238, 238, 238, 0.2) !important
}

html body.layout-dark:not(.layout-transparent) .border-right {
  border-right-color: #474748 !important
}

html body.layout-dark.layout-transparent .border-bottom {
  border-bottom-color: rgba(238, 238, 238, 0.2) !important
}

html body.layout-dark:not(.layout-transparent) .border-bottom {
  border-bottom-color: #474748 !important
}

html body.layout-dark.layout-transparent .border-left {
  border-left-color: rgba(238, 238, 238, 0.2) !important
}

html body.layout-dark:not(.layout-transparent) .border-left {
  border-left-color: #474748 !important
}

html body.layout-dark.layout-transparent hr {
  border-color: rgba(238, 238, 238, 0.2) !important
}

html body.layout-dark:not(.layout-transparent) hr {
  border-color: #474748
}

html body.layout-dark:not(.layout-transparent) code {
  background-color: #101010
}

html body.layout-dark.layout-transparent pre {
  background: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) pre {
  background: #101010
}

html body.layout-dark.layout-transparent pre code {
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) pre code {
  color: #b2b1b5
}

html body.layout-dark.layout-transparent pre code[class*=language-] {
  background-color: transparent !important
}

html body.layout-dark.layout-transparent .table thead th,
html body.layout-dark.layout-transparent .table thead td,
html body.layout-dark.layout-transparent .table tfoot th,
html body.layout-dark.layout-transparent .table tfoot td {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .table thead th,
html body.layout-dark:not(.layout-transparent) .table thead td,
html body.layout-dark:not(.layout-transparent) .table tfoot th,
html body.layout-dark:not(.layout-transparent) .table tfoot td {
  background-color: #101010;
  border-color: #474748
}

html body.layout-dark.layout-transparent .table th,
html body.layout-dark.layout-transparent .table td {
  border-top-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .table th,
html body.layout-dark:not(.layout-transparent) .table td {
  border-top-color: #474748
}

html body.layout-dark.layout-transparent .table.table-bordered {
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .table.table-bordered {
  border-color: #474748
}

html body.layout-dark.layout-transparent .table.table-bordered th,
html body.layout-dark.layout-transparent .table.table-bordered td {
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .table.table-bordered th,
html body.layout-dark:not(.layout-transparent) .table.table-bordered td {
  border-color: #474748
}

html body.layout-dark.layout-transparent .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(33, 33, 33, 0.1)
}

html body.layout-dark:not(.layout-transparent) .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #212121
}

html body.layout-dark.layout-transparent .table.dataTable tr.group {
  background-color: rgba(66, 66, 66, 0.2)
}

html body.layout-dark:not(.layout-transparent) .table.dataTable tr.group {
  background-color: #424242
}

html body.layout-dark.layout-transparent .card:not([class*=gradient-]) {
  background: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .card:not([class*=gradient-]) {
  background: #1e1e1e
}

html body.layout-dark.layout-transparent .dropdown-menu {
  background-color: rgba(16, 16, 16, 0.92)
}

html body.layout-dark:not(.layout-transparent) .dropdown-menu {
  background-color: #101010
}

html body.layout-dark.layout-transparent .dropdown-menu .dropdown-item:not(:active) {
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .dropdown-menu .dropdown-item:not(:active) {
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .media-bordered .media {
  border-top-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .media-bordered .media {
  border-top-color: #474748
}

html body.layout-dark.layout-transparent .pagination .page-item .page-link {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .pagination .page-item .page-link {
  background-color: #1e1e1e;
  border-color: #474748
}

html body.layout-dark.layout-transparent .pagination .page-item.disabled .page-link {
  color: #757575
}

html body.layout-dark:not(.layout-transparent) .pagination .page-item.disabled .page-link {
  color: #757575
}

html body.layout-dark.layout-transparent .progress {
  background: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .progress {
  background: #101010
}

html body.layout-dark.layout-transparent .modal-content {
  background: rgba(16, 16, 16, 0.92)
}

html body.layout-dark:not(.layout-transparent) .modal-content {
  background: transparent
}

html body.layout-dark.layout-transparent .modal-content .modal-header {
  background: transparent;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .modal-content .modal-header {
  background: #1e1e1e;
  border-bottom: 1px solid #474748
}

html body.layout-dark.layout-transparent .modal-content .modal-body {
  background: transparent
}

html body.layout-dark:not(.layout-transparent) .modal-content .modal-body {
  background: #1e1e1e
}

html body.layout-dark.layout-transparent .modal-content .modal-footer {
  background: transparent;
  border-top: 1px solid rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .modal-content .modal-footer {
  background: #1e1e1e;
  border-top: 1px solid #474748
}

html body.layout-dark.layout-transparent .list-group .list-group-item {
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .list-group .list-group-item {
  border-color: #474748
}

html body.layout-dark.layout-transparent .list-group button {
  color: #d6d5d8 !important
}

html body.layout-dark:not(.layout-transparent) .list-group button {
  color: #b2b1b5 !important
}

html body.layout-dark.layout-transparent .popover {
  background-color: rgba(16, 16, 16, 0.92);
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .popover {
  background: transparent;
  box-shadow: -8px 8px 14px 0 rgba(0, 0, 0, 0.25);
  border-color: #474748
}

html body.layout-dark.layout-transparent .popover .popover-header {
  background: transparent;
  color: #e9e9ea;
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .popover .popover-header {
  background: #101010;
  color: #bfbec2;
  border-color: #474748
}

html body.layout-dark.layout-transparent .popover .popover-body {
  background: transparent;
  color: #e9e9ea
}

html body.layout-dark:not(.layout-transparent) .popover .popover-body {
  background: #1e1e1e;
  color: #bfbec2;
  border-bottom-left-radius: .35rem;
  border-bottom-right-radius: .35rem
}

html body.layout-dark.layout-transparent .popover.bs-popover-bottom>.arrow:after,
html body.layout-dark.layout-transparent .popover.bs-popover-auto[x-placement^=bottom]>.arrow:after {
  border-bottom-color: rgba(16, 16, 16, 0.92)
}

html body.layout-dark:not(.layout-transparent) .popover.bs-popover-bottom>.arrow:after,
html body.layout-dark:not(.layout-transparent) .popover.bs-popover-auto[x-placement^=bottom]>.arrow:after {
  border-bottom-color: #101010
}

html body.layout-dark.layout-transparent .popover.bs-popover-bottom>.arrow:before,
html body.layout-dark.layout-transparent .popover.bs-popover-auto[x-placement^=bottom]>.arrow:before {
  border-bottom-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .popover.bs-popover-bottom>.arrow:before,
html body.layout-dark:not(.layout-transparent) .popover.bs-popover-auto[x-placement^=bottom]>.arrow:before {
  border-bottom-color: #474748
}

html body.layout-dark.layout-transparent .popover.bs-popover-bottom .popover-header::before,
html body.layout-dark.layout-transparent .popover.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: rgba(16, 16, 16, 0.92)
}

html body.layout-dark:not(.layout-transparent) .popover.bs-popover-bottom .popover-header::before,
html body.layout-dark:not(.layout-transparent) .popover.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #101010
}

html body.layout-dark.layout-transparent .popover.bs-popover-top>.arrow:after,
html body.layout-dark.layout-transparent .popover.bs-popover-auto[x-placement^=top]>.arrow:after {
  border-top-color: rgba(16, 16, 16, 0.92)
}

html body.layout-dark:not(.layout-transparent) .popover.bs-popover-top>.arrow:after,
html body.layout-dark:not(.layout-transparent) .popover.bs-popover-auto[x-placement^=top]>.arrow:after {
  border-top-color: #1e1e1e
}

html body.layout-dark.layout-transparent .popover.bs-popover-top>.arrow:before,
html body.layout-dark.layout-transparent .popover.bs-popover-auto[x-placement^=top]>.arrow:before {
  border-top-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .popover.bs-popover-top>.arrow:before,
html body.layout-dark:not(.layout-transparent) .popover.bs-popover-auto[x-placement^=top]>.arrow:before {
  border-top-color: #474748
}

html body.layout-dark.layout-transparent .popover.bs-popover-left>.arrow:after,
html body.layout-dark.layout-transparent .popover.bs-popover-auto[x-placement^=left]>.arrow:after {
  border-left-color: rgba(16, 16, 16, 0.92)
}

html body.layout-dark:not(.layout-transparent) .popover.bs-popover-left>.arrow:after,
html body.layout-dark:not(.layout-transparent) .popover.bs-popover-auto[x-placement^=left]>.arrow:after {
  border-left-color: #1e1e1e
}

html body.layout-dark.layout-transparent .popover.bs-popover-left>.arrow:before,
html body.layout-dark.layout-transparent .popover.bs-popover-auto[x-placement^=left]>.arrow:before {
  border-left-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .popover.bs-popover-left>.arrow:before,
html body.layout-dark:not(.layout-transparent) .popover.bs-popover-auto[x-placement^=left]>.arrow:before {
  border-left-color: #474748
}

html body.layout-dark.layout-transparent .popover.bs-popover-right>.arrow:after,
html body.layout-dark.layout-transparent .popover.bs-popover-auto[x-placement^=right]>.arrow:after {
  border-right-color: rgba(16, 16, 16, 0.92)
}

html body.layout-dark:not(.layout-transparent) .popover.bs-popover-right>.arrow:after,
html body.layout-dark:not(.layout-transparent) .popover.bs-popover-auto[x-placement^=right]>.arrow:after {
  border-right-color: #1e1e1e
}

html body.layout-dark.layout-transparent .popover.bs-popover-right>.arrow:before,
html body.layout-dark.layout-transparent .popover.bs-popover-auto[x-placement^=right]>.arrow:before {
  border-right-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .popover.bs-popover-right>.arrow:before,
html body.layout-dark:not(.layout-transparent) .popover.bs-popover-auto[x-placement^=right]>.arrow:before {
  border-right-color: #474748
}

html body.layout-dark.layout-transparent .nav-tabs {
  border-bottom-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .nav-tabs {
  border-bottom-color: #474748
}

html body.layout-dark.layout-transparent .nav-vertical .nav-tabs.nav-left .nav-item .nav-link {
  border-right: 1px solid rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .nav-vertical .nav-tabs.nav-left .nav-item .nav-link {
  border-right: 1px solid #474748
}

html body.layout-dark.layout-transparent .nav-vertical .nav-tabs.nav-right .nav-item .nav-link {
  border-left: 1px solid rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .nav-vertical .nav-tabs.nav-right .nav-item .nav-link {
  border-left: 1px solid #474748
}

html body.layout-dark.layout-transparent .navbar .navbar-nav .nav-item,
html body.layout-dark.layout-transparent .navbar .nav-link,
html body.layout-dark.layout-transparent .navbar .navbar-toggle {
  color: #e9e9ea
}

html body.layout-dark:not(.layout-transparent) .navbar .navbar-nav .nav-item,
html body.layout-dark:not(.layout-transparent) .navbar .nav-link,
html body.layout-dark:not(.layout-transparent) .navbar .navbar-toggle {
  color: #bfbec2
}

html body.layout-dark.layout-transparent .form-control {
  border-color: rgba(238, 238, 238, 0.2);
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .form-control {
  border-color: #474748;
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .form-control::-moz-placeholder {
  color: #c3c2c5
}

html body.layout-dark.layout-transparent .form-control::placeholder {
  color: #c3c2c5
}

html body.layout-dark:not(.layout-transparent) .form-control::-moz-placeholder {
  color: #848484
}

html body.layout-dark:not(.layout-transparent) .form-control::placeholder {
  color: #848484
}

html body.layout-dark.layout-transparent .form-control:disabled,
html body.layout-dark.layout-transparent .form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .form-control:disabled,
html body.layout-dark:not(.layout-transparent) .form-control[readonly] {
  background-color: #101010
}

html body.layout-dark.layout-transparent .form-control:focus {
  border-color: #975aff
}

html body.layout-dark:not(.layout-transparent) .form-control:focus {
  border-color: #975aff
}

html body.layout-dark.layout-transparent .form-control.tagging .type-zone {
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .form-control.tagging .type-zone {
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .custom-file-label {
  border-color: rgba(238, 238, 238, 0.2);
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .custom-file-label {
  border-color: #474748;
  color: #b2b1b5
}

html body.layout-dark.layout-transparent form.form-bordered .form-group>div {
  border-left-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) form.form-bordered .form-group>div {
  border-left-color: #474748
}

html body.layout-dark.layout-transparent form.form-bordered .form-group {
  border-bottom-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) form.form-bordered .form-group {
  border-bottom-color: #474748
}

html body.layout-dark.layout-transparent form .form-actions {
  border-top-color: rgba(238, 238, 238, 0.2);
  border-bottom-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) form .form-actions {
  border-top-color: #474748;
  border-bottom-color: #474748
}

html body.layout-dark.layout-transparent form .form-section {
  border-bottom-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) form .form-section {
  border-bottom-color: #474748
}

html body.layout-dark.layout-transparent form.striped-rows .form-group:nth-child(even) {
  background: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) form.striped-rows .form-group:nth-child(even) {
  background: #101010
}

html body.layout-dark.layout-transparent .input-group-append .input-group-text,
html body.layout-dark.layout-transparent .input-group-prepend .input-group-text {
  background: rgba(0, 0, 0, 0.12);
  border-color: rgba(238, 238, 238, 0.2);
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .input-group-append .input-group-text,
html body.layout-dark:not(.layout-transparent) .input-group-prepend .input-group-text {
  background: #101010;
  border-color: #474748;
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .radio input[type=radio]:disabled~label {
  color: #9e9e9e
}

html body.layout-dark:not(.layout-transparent) .radio input[type=radio]:disabled~label {
  color: #626164
}

html body.layout-dark.layout-transparent .radio input[type=radio]:disabled~label:before {
  background-color: rgba(0, 0, 0, 0.12) !important
}

html body.layout-dark:not(.layout-transparent) .radio input[type=radio]:disabled~label:before {
  background-color: #101010 !important
}

html body.layout-dark:not(.layout-transparent) .checkbox label:before,
html body.layout-dark:not(.layout-transparent) .checkbox input[type=checkbox]:not(:checked)~label:after {
  border-color: #474748
}

html body.layout-dark.layout-transparent .checkbox input[type=checkbox]:disabled~label {
  color: #9e9e9e
}

html body.layout-dark:not(.layout-transparent) .checkbox input[type=checkbox]:disabled~label {
  color: #626164
}

html body.layout-dark.layout-transparent .checkbox input[type=checkbox]:disabled~label:before {
  background-color: rgba(0, 0, 0, 0.12) !important
}

html body.layout-dark:not(.layout-transparent) .checkbox input[type=checkbox]:disabled~label:before {
  background-color: #101010 !important
}

html body.layout-dark.layout-transparent .custom-radio .custom-control-input:disabled:not(:checked)~.custom-control-label:before,
html body.layout-dark.layout-transparent .custom-checkbox .custom-control-input:disabled:not(:checked)~.custom-control-label:before,
html body.layout-dark.layout-transparent .custom-switch .custom-control-input:disabled:not(:checked)~.custom-control-label:before {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .custom-radio .custom-control-input:disabled:not(:checked)~.custom-control-label:before,
html body.layout-dark:not(.layout-transparent) .custom-checkbox .custom-control-input:disabled:not(:checked)~.custom-control-label:before,
html body.layout-dark:not(.layout-transparent) .custom-switch .custom-control-input:disabled:not(:checked)~.custom-control-label:before {
  background-color: #101010
}

html body.layout-dark.layout-transparent .custom-control-input:disabled~.custom-control-label {
  color: #9e9e9e
}

html body.layout-dark:not(.layout-transparent) .custom-control-input:disabled~.custom-control-label {
  color: #626164
}

html body.layout-dark.layout-transparent .custom-select {
  color: #d6d5d8;
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .custom-select {
  color: #b2b1b5;
  border-color: #474748
}

html body.layout-dark.layout-transparent .select2-selection--single,
html body.layout-dark.layout-transparent .select2-selection--multiple {
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .select2-selection--single,
html body.layout-dark:not(.layout-transparent) .select2-selection--multiple {
  border-color: #474748
}

html body.layout-dark.layout-transparent .select2-selection--single .select2-selection__rendered,
html body.layout-dark.layout-transparent .select2-selection--multiple .select2-selection__rendered {
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .select2-selection--single .select2-selection__rendered,
html body.layout-dark:not(.layout-transparent) .select2-selection--multiple .select2-selection__rendered {
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .select2-selection--single .select2-selection__arrow b,
html body.layout-dark.layout-transparent .select2-selection--multiple .select2-selection__arrow b {
  border-color: rgba(238, 238, 238, 0.2) transparent
}

html body.layout-dark:not(.layout-transparent) .select2-selection--single .select2-selection__arrow b,
html body.layout-dark:not(.layout-transparent) .select2-selection--multiple .select2-selection__arrow b {
  border-color: #474748 transparent
}

html body.layout-dark.layout-transparent .handle {
  background-color: rgba(0, 0, 0, 0.12) !important
}

html body.layout-dark:not(.layout-transparent) .handle {
  background-color: #424242 !important
}

html body.layout-dark.layout-transparent .picker--opened .picker__holder {
  border-color: rgba(238, 238, 238, 0.2);
  background-color: #1e1e1e
}

html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder {
  border-color: #474748;
  background-color: #1e1e1e
}

html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__day--today {
  background-color: #101010
}

html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__day--today {
  background-color: #101010
}

html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__day--infocus:hover,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__day--outfocus:hover,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__nav--prev:hover,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__nav--next:hover,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__footer button:hover,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__footer button:focus,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__day--disabled,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__day--disabled:hover,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__list-item:hover,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__list-item:focus,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__list-item--disabled,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__list-item--disabled:hover,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker--focused .picker__list-item--disabled {
  background-color: #101010;
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__day--infocus:hover,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__day--outfocus:hover,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__nav--prev:hover,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__nav--next:hover,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__footer button:hover,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__footer button:focus,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__day--disabled,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__day--disabled:hover,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__list-item:hover,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__list-item:focus,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__list-item--disabled,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__list-item--disabled:hover,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker--focused .picker__list-item--disabled {
  background-color: #101010;
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__footer button,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__list {
  background-color: #1e1e1e;
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__footer button,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__list {
  background-color: #1e1e1e;
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__day--outfocus {
  color: #9e9e9e
}

html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__day--outfocus {
  color: #626164
}

html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__button--clear {
  background-color: #1e1e1e;
  color: #d6d5d8;
  border-top-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__button--clear {
  background-color: #1e1e1e;
  color: #b2b1b5;
  border-top-color: #474748
}

html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__button--clear:hover,
html body.layout-dark.layout-transparent .picker--opened .picker__holder .picker__button--clear:focus {
  background-color: #101010
}

html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__button--clear:hover,
html body.layout-dark:not(.layout-transparent) .picker--opened .picker__holder .picker__button--clear:focus {
  background-color: #101010
}

html body.layout-dark.layout-transparent .noUi-target {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .noUi-target {
  background-color: #424242
}

html body.layout-dark.layout-transparent .dropzone {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .dropzone {
  background-color: #101010
}

html body.layout-dark.layout-transparent .context-menu-list {
  background-color: rgba(30, 30, 30, 0.92)
}

html body.layout-dark:not(.layout-transparent) .context-menu-list {
  background-color: #1e1e1e
}

html body.layout-dark.layout-transparent .context-menu-list .context-menu-submenu:after {
  border-color: transparent #d6d5d8 !important
}

html body.layout-dark:not(.layout-transparent) .context-menu-list .context-menu-submenu:after {
  border-color: transparent #b2b1b5 !important
}

html body.layout-dark.layout-transparent .context-menu-list .context-menu-item {
  background-color: transparent;
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .context-menu-list .context-menu-item {
  background-color: #1e1e1e;
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .context-menu-list .context-menu-item:hover {
  background-color: rgba(16, 16, 16, 0.7) !important
}

html body.layout-dark:not(.layout-transparent) .context-menu-list .context-menu-item:hover {
  background-color: #101010 !important
}

html body.layout-dark.layout-transparent .wizard>.steps>ul>li a {
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .wizard>.steps>ul>li a {
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .wizard>.steps>ul>li.current:after {
  background-color: rgba(16, 16, 16, 0.1)
}

html body.layout-dark:not(.layout-transparent) .wizard>.steps>ul>li.current:after {
  background-color: #101010
}

html body.layout-dark.layout-transparent .wizard>.steps>ul>li.current~li:before,
html body.layout-dark.layout-transparent .wizard>.steps>ul>li.current~li:after {
  background-color: rgba(16, 16, 16, 0.1)
}

html body.layout-dark:not(.layout-transparent) .wizard>.steps>ul>li.current~li:before,
html body.layout-dark:not(.layout-transparent) .wizard>.steps>ul>li.current~li:after {
  background-color: #101010
}

html body.layout-dark.layout-transparent .wizard>.steps>ul>li .step {
  border-color: rgba(16, 16, 16, 0.5);
  background-color: rgba(30, 30, 30, 0.8)
}

html body.layout-dark:not(.layout-transparent) .wizard>.steps>ul>li .step {
  border-color: #101010;
  background-color: #1e1e1e
}

html body.layout-dark.layout-transparent .users-list li img {
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .users-list li img {
  border-color: #474748
}

html body.layout-dark:not(.layout-transparent) .app-sidebar {
  box-shadow: 6px 0 20px 0 rgba(0, 0, 0, 0.35)
}

html body.layout-dark.layout-transparent .app-sidebar {
  box-shadow: 6px 0 20px 0 rgba(25, 42, 70, 0.15)
}

html body.layout-dark.layout-transparent .read-notification {
  background-color: rgba(30, 30, 30, 0.6) !important
}

html body.layout-dark:not(.layout-transparent) .read-notification {
  background-color: #1e1e1e !important
}

html body.layout-dark.layout-transparent .notification-sidebar {
  background-color: rgba(30, 30, 30, 0.92) !important;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.38) !important
}

html body.layout-dark:not(.layout-transparent) .notification-sidebar {
  background-color: #1e1e1e !important;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.38) !important
}

html body.layout-dark.layout-transparent .notification-sidebar .notification-note {
  background-color: rgba(16, 16, 16, 0.5) !important
}

html body.layout-dark:not(.layout-transparent) .notification-sidebar .notification-note {
  background-color: #101010 !important
}

html body.layout-dark.layout-transparent .notification-sidebar .checkbox label:before,
html body.layout-dark.layout-transparent .notification-sidebar .checkbox input[type=checkbox]:not(:checked)~label:after {
  border-color: #474748
}

html body.layout-dark.layout-transparent .customizer {
  background-color: rgba(30, 30, 30, 0.92)
}

html body.layout-dark:not(.layout-transparent) .customizer {
  background-color: #1e1e1e
}

html body.layout-dark.layout-transparent .customizer .checkbox label:before,
html body.layout-dark.layout-transparent .customizer .checkbox input[type=checkbox]:not(:checked)~label:after {
  border-color: #474748
}

html body.layout-dark.layout-transparent .Stackbarchart .ct-series-b .ct-bar {
  stroke: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .Stackbarchart .ct-series-b .ct-bar {
  stroke: #101010
}

html body.layout-dark.layout-transparent .ct-label {
  color: #c3c2c5
}

html body.layout-dark:not(.layout-transparent) .ct-label {
  color: #848484
}

html body.layout-dark:not(.layout-transparent) .lineAreaDashboard .ct-series .ct-point-circle {
  fill: #1e1e1e
}

html body.layout-dark:not(.layout-transparent) .lineChart1Shadow {
  filter: drop-shadow(0 15px 4px rgba(0, 0, 0, 0.6))
}

html body.layout-dark.layout-transparent .ct-chart-donut .ct-series.ct-outstanding .ct-slice-donut {
  stroke: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .ct-chart-donut .ct-series.ct-outstanding .ct-slice-donut {
  stroke: #101010
}

html body.layout-dark:not(.layout-transparent) .lineChart2 .ct-series .ct-point-circle,
html body.layout-dark:not(.layout-transparent) .lineAreaChart .ct-series .ct-point-circle {
  fill: #1e1e1e
}

html body.layout-dark:not(.layout-transparent) .dash2-user .avatar {
  background-color: #1e1e1e
}

html body.layout-dark.layout-transparent .email-application .email-app-sidebar,
html body.layout-dark.layout-transparent .email-application .email-app-list-mails,
html body.layout-dark.layout-transparent .email-application .email-app-mail-content,
html body.layout-dark.layout-transparent .email-application .email-search-box {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .email-application .email-app-sidebar,
html body.layout-dark:not(.layout-transparent) .email-application .email-app-list-mails,
html body.layout-dark:not(.layout-transparent) .email-application .email-app-mail-content,
html body.layout-dark:not(.layout-transparent) .email-application .email-search-box {
  background-color: #1e1e1e;
  border-color: #474748
}

@media(max-width:767.98px) {
  html body.layout-dark.layout-transparent .email-application .email-app-mail-content {
    background-color: rgba(0, 0, 0, 0.9)
  }
}

.email-application .list-group-item.active {
  color: #fff
}

html body.layout-dark.layout-transparent .email-application .list-group-item-action {
  color: #d6d5d8 !important
}

html body.layout-dark:not(.layout-transparent) .email-application .list-group-item-action {
  color: #b2b1b5 !important
}

html body.layout-dark.layout-transparent .email-application .list-group-item-action:hover {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .email-application .list-group-item-action:hover {
  background-color: #101010 !important
}

html body.layout-dark.layout-transparent .email-application .list-group-item-action.email-app-sender,
html body.layout-dark.layout-transparent .email-application .list-group-item-action.selected-email {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .email-application .list-group-item-action.email-app-sender,
html body.layout-dark:not(.layout-transparent) .email-application .list-group-item-action.selected-email {
  background-color: #101010 !important
}

html body.layout-dark.layout-transparent .chat-application .chat-app-window,
html body.layout-dark.layout-transparent .chat-application .chat-sidebar,
html body.layout-dark.layout-transparent .chat-application .chat-name,
html body.layout-dark.layout-transparent .chat-application .chat-app-form {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .chat-application .chat-app-window,
html body.layout-dark:not(.layout-transparent) .chat-application .chat-sidebar,
html body.layout-dark:not(.layout-transparent) .chat-application .chat-name,
html body.layout-dark:not(.layout-transparent) .chat-application .chat-app-form {
  background-color: #1e1e1e
}

html body.layout-dark.layout-transparent .chat-application .selected-chat {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .chat-application .selected-chat {
  background-color: #101010 !important
}

html body.layout-dark.layout-transparent .chat-application .chat-name,
html body.layout-dark.layout-transparent .chat-application .chat-sidebar,
html body.layout-dark.layout-transparent .chat-application .chat-fixed-search,
html body.layout-dark.layout-transparent .chat-application .chat-app-form {
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .chat-application .chat-name,
html body.layout-dark:not(.layout-transparent) .chat-application .chat-sidebar,
html body.layout-dark:not(.layout-transparent) .chat-application .chat-fixed-search,
html body.layout-dark:not(.layout-transparent) .chat-application .chat-app-form {
  border-color: #474748
}

html body.layout-dark.layout-transparent .chat-application .chat-app-window {
  background-image: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='260'height='260'viewBox='00260260'%3E%3Cgfill-rule='evenodd'%3E%3Cgfill='%236f76a1'fill-opacity='0.5'%3E%3Cpathd='M24.3716c.2.65.391.32.542H21.17l1.172.34.45.9-.24.11V28a55001-2.238.94l-.02.06a88001-7.756h-20a88001-7.74-6l-.02-.06A55001-17.4528v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.0123.0100144.37-2zm-36.822a11000-.44.1l-3.11.56.891.791.31-.66a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.86.02l2.88-1.27a330012.430l2.881.27a11000.85-.02l3.1-1.55-.89-1.79-1.42.71a33001-2.56.06l-2.77-1.23a11000-.4-.09h-.01a11000-.4.09l-2.781.23a33001-2.56-.06l-2.3-1.15a11000-.45-.11h-.01a11000-.44.1L.919.22a33001-2.690l-2.2-1.1a11000-.45-.11h-.01a11000-.44.1l-2.211.11a33001-2.690l-2.2-1.1a11000-.45-.11h-.01zm0-2h-4.9a21.0121.0100139.610h-2.09l-.06-.13-.26.13h-32.31zm30.357.68l1.36-.68h1.3v2h-36v-1.15l.34-.171.36-.68h2.59l1.36.68a330002.690l1.36-.68h2.59l1.36.68a330002.690L2.2623h2.59l1.36.68a330002.56.06l1.67-.74h3.23l1.67.74a330002.56-.06zM-13.8227l16.374.91L18.9327h-32.75zm-.632h.34l16.66516.67-5h.33a3301106h-34a330110-6zm1.358a660005.654h20a660005.66-4H-13.1z'/%3E%3Cpathid='path6_fill-copy'd='M284.3716c.2.65.391.32.542H281.17l1.172.34.45.9-.24.11V28a55001-2.238.94l-.02.06a88001-7.756h-20a88001-7.74-6l-.02-.06a55001-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.0123.0100144.37-2zm-36.822a11000-.44.1l-3.11.56.891.791.31-.66a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.86.02l2.88-1.27a330012.430l2.881.27a11000.85-.02l3.1-1.55-.89-1.79-1.42.71a33001-2.56.06l-2.77-1.23a11000-.4-.09h-.01a11000-.4.09l-2.781.23a33001-2.56-.06l-2.3-1.15a11000-.45-.11h-.01a11000-.44.1l-2.211.11a33001-2.690l-2.2-1.1a11000-.45-.11h-.01a11000-.44.1l-2.211.11a33001-2.690l-2.2-1.1a11000-.45-.11h-.01zm0-2h-4.9a21.0121.0100139.610h-2.09l-.06-.13-.26.13h-32.31zm30.357.68l1.36-.68h1.3v2h-36v-1.15l.34-.171.36-.68h2.59l1.36.68a330002.690l1.36-.68h2.59l1.36.68a330002.690l1.36-.68h2.59l1.36.68a330002.56.06l1.67-.74h3.23l1.67.74a330002.56-.06zM246.1827l16.374.91L278.9327h-32.75zm-.632h.34l16.66516.67-5h.33a3301106h-34a330110-6zm1.358a660005.654h20a660005.66-4H246.9z'/%3E%3Cpathd='M159.521.02A9900015115h-42a99000-8.56.0266000.0211.96A8.998.9900010945h42a990008.48-12.0266000.02-11.96zM15117h-42a77000-6.334h54.66a77000-6.33-4zm-9.3426a8.988.980003.34-7h-2a77001-77h-4.34a8.988.980003.34-7h-2a77001-77h-4.34a8.988.980003.34-7h-2a77001-77h-7a770110-14h42a77011014h-9.34zM10927a99000-7.484H101a440110-8h58a4400108h-.52a99000-7.48-4h-42z'/%3E%3Cpathd='M39115a880100-1688000016zm6-8a66011-12066001120zm-3-29v-2h8v-6H40a44000-44v10H22l-1.334-.672h2.19L26130h26l3.81-40H58l-.67-2L5684H42v-6zm-4-4v10h2V74h8v-2h-8a22000-22zm212h14.56l.672H22.77l.67-2H40zm13.84H24.2l3.6238h22.36l3.62-38z'/%3E%3Cpathd='M12992h-6v4h-6v4h-6v14h-3l.2423.7632h36l3.76-32.24-2h-3v-14h-6v-4h-6v-4h-8zm1822v-12h-4v4h3v8h1zm-30v-6h-4v6h4zm-66v-16h-4v19.17c1.6-.72.97-1.84-3.17zm-63.8V100h-4v23.8a10.0410.0400040zm-6-.63V104h-4v16a10.0410.0400043.17zm-6-9.17v-6h-4v6h4zm-60v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-60v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-64v-4h-4v8h1v-4h3zm724a121200011.83-10h7.92l-3.5330h-32.44l-3.53-30h7.92A1212000130126z'/%3E%3Cpathd='M21286v2h-4v-2h4zm40h-2v2h2v-2zm-200v.1a55000-.569.65l.06.251.124.48a220001.941.52h.01l7.0224.55a220001.921.45h4.98a220001.92-1.45l7.02-24.55a220001.95-1.52L224.596l.06-.25a55000-.56-9.65V86a1414000-280zm40h6v2h-9a3301006H223a330100-6H220v-2h2a1212010-240h2zm-1.4414l-1-4h24.88l-14h-22.88zm8.9526l-6.86-24h18.7l-6.8624h-4.98zM150242a22220100-442222000044zm24-22a2424011-4802424001480zm-28.3817.73l2.04-.87a660014.680l2.04.87a220002.5-.82l1.14-1.9a660013.79-2.75l2.15-.5a220001.54-2.12l-.19-2.2a660011.45-4.46l1.45-1.67a220000-2.62l-1.45-1.67a66001-1.45-4.46l.2-2.2a22000-1.55-2.13l-2.15-.5a66001-3.8-2.75l-1.13-1.9a22000-2.5-.8l-2.04.86a66001-4.680l-2.04-.87a22000-2.5.82l-1.141.9a66001-3.792.75l-2.15.5a22000-1.542.12l.192.2a66001-1.454.46l-1.451.67a2200002.62l1.451.67a660011.454.46l-.22.2a220001.552.13l2.15.5a660013.82.75l1.131.9a220002.5.8zm2.82.97a440013.120l2.04.87a440004.99-1.62l1.14-1.9a440012.53-1.84l2.15-.5a440003.09-4.24l-.2-2.2a44001.97-2.98l1.45-1.67a440000-5.24l-1.45-1.67a44001-.97-2.97l.2-2.2a44000-3.09-4.25l-2.15-.5a44001-2.53-1.84l-1.14-1.9a44000-5-1.62l-2.03.87a44001-3.120l-2.04-.87a44000-4.991.62l-1.141.9a44001-2.531.84l-2.15.5a44000-3.094.24l.22.2a44001-.972.98l-1.451.67a4400005.24l1.451.67a44001.972.97l-.22.2a440003.094.25l2.15.5a440012.531.84l1.141.9a4400051.62l2.03-.87zM152207a110112011001-20zm62a110112011001-20zm-111a110112011001-20zm-60a110112011001-20zm3-5a110112011001-20zm-88a110112011001-20zm36a110112011001-20zm06a110112011001-20zm47a110112011001-20zm5-2a110112011001-20zm54a110112011001-20zm4-6a110112011001-20zm6-4a110112011001-20zm-4-3a110112011001-20zm4-3a110112011001-20zm-5-4a110112011001-20zm-246a110112011001-20zm165a550100-1055000010zm7-5a77011-14077001140zm86-29a1100002h2a110000-2h-2zm199a110011-1h2a1100102h-2a11001-1-1zm-145a1100002h2a110000-2h-2zm-251a1100002h2a110000-2h-2zm54a1100002h2a110000-2h-2zm90a110011-1h2a1100102h-2a11001-1-1zm151a110011-1h2a1100102h-2a11001-1-1zm12-2a1100002h2a110000-2h-2zm-11-14a110011-1h2a1100102h-2a11001-1-1zm-190a1100002h2a110000-2h-2zm65a110011-1h2a1100102h-2a11001-1-1zm-2515c0-.47.01-.94.03-1.4a55001-1.7-83.993.990011.88-5.18550013.4-6.22330011.46-1.05550017.76-3.27A30.8630.86001246184c6.79013.062.1818.175.88a550017.763.27330011.471.05550013.46.22440011.875.184.984.98001-1.78c.02.46.03.93.031.4v1h-62v-1zm.83-7.17a30.930.9000-.623.5733001-.61-4.2c.37.28.78.491.23.63zm1.49-4.61c-.36.87-.681.76-.962.68a22001-.21-3.71c.33.4.73.751.171.03zm2.32-4.54c-.54.86-1.031.76-1.492.68a33001-.07-4.67330001.561.99zm1.14-1.7c.35-.5.72-.981.1-1.46a11010-1.11.45zm5.34-5.77c-1.03.86-21.79-2.92.77a33000-1.11-.77330014-2zm42.662.77c-.9-.98-1.87-1.9-2.9-2.77a330014.01233000-1.1.77zm1.341.54c.38.48.75.961.11.45a11010-1.1-1.45zm3.735.84c-.46-.92-.95-1.82-1.5-2.68a330001.57-1.9933001-.074.67zm1.84.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.631.17-1.03a22001-.23.7zm1.145.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.351.23-.63a2.992.99001-.64.2zM275214a2929000-57.970h57.96zM72.33198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.014.010007.092.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.991.99001-2222001-1.66-.88zM75176c.380.74-.041.1-.12a440006.192.4A13.9413.9400184185v24a66001-66h-3v9a55011-100v-9h-3a66001-6-6v-24a141400114-145500055zm-1715v12a1.991.990001.221.84220002.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.983.98001-5.353.773.983.98001-.65-.3V209a4400044h16a440004-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a66001-5.2-377001-6.47-4.88A121200058185v6zm924v9a3301060v-9h-6z'/%3E%3Cpathd='M-17191a1100002h2a110000-2h-2zm199a110011-1h2a1100102H3a11001-1-1zm-145a1100002h2a110000-2h-2zm-251a1100002h2a110000-2h-2zm54a1100002h2a110000-2h-2zm90a110011-1h2a1100102h-2a11001-1-1zm151a110011-1h2a1100102h-2a11001-1-1zm12-2a1100002h2a110000-2H4zm-11-14a110011-1h2a1100102h-2a11001-1-1zm-190a1100002h2a110000-2h-2zm65a110011-1h2a1100102h-2a11001-1-1zm-2515c0-.47.01-.94.03-1.4a55001-1.7-83.993.990011.88-5.18550013.4-6.22330011.46-1.05550017.76-3.27A30.8630.86001-14184c6.79013.062.1818.175.88a550017.763.27330011.471.05550013.46.22440011.875.184.984.98001-1.78c.02.46.03.93.031.4v1h-62v-1zm.83-7.17a30.930.9000-.623.5733001-.61-4.2c.37.28.78.491.23.63zm1.49-4.61c-.36.87-.681.76-.962.68a22001-.21-3.71c.33.4.73.751.171.03zm2.32-4.54c-.54.86-1.031.76-1.492.68a33001-.07-4.67330001.561.99zm1.14-1.7c.35-.5.72-.981.1-1.46a11010-1.11.45zm5.34-5.77c-1.03.86-21.79-2.92.77a33000-1.11-.77330014-2zm42.662.77c-.9-.98-1.87-1.9-2.9-2.77a330014.01233000-1.1.77zm1.341.54c.38.48.75.961.11.45a11010-1.1-1.45zm3.735.84c-.46-.92-.95-1.82-1.5-2.68a330001.57-1.9933001-.074.67zm1.84.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.631.17-1.03a22001-.23.7zm1.145.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.351.23-.63a2.992.99001-.64.2zM15214a2929000-57.970h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

html body.layout-dark:not(.layout-transparent) .chat-application .chat-app-window {
  background-image: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='260'height='260'viewBox='00260260'%3E%3Cgfill-rule='evenodd'%3E%3Cgfill='%236f76a1'fill-opacity='0.25'%3E%3Cpathd='M24.3716c.2.65.391.32.542H21.17l1.172.34.45.9-.24.11V28a55001-2.238.94l-.02.06a88001-7.756h-20a88001-7.74-6l-.02-.06A55001-17.4528v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.0123.0100144.37-2zm-36.822a11000-.44.1l-3.11.56.891.791.31-.66a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.86.02l2.88-1.27a330012.430l2.881.27a11000.85-.02l3.1-1.55-.89-1.79-1.42.71a33001-2.56.06l-2.77-1.23a11000-.4-.09h-.01a11000-.4.09l-2.781.23a33001-2.56-.06l-2.3-1.15a11000-.45-.11h-.01a11000-.44.1L.919.22a33001-2.690l-2.2-1.1a11000-.45-.11h-.01a11000-.44.1l-2.211.11a33001-2.690l-2.2-1.1a11000-.45-.11h-.01zm0-2h-4.9a21.0121.0100139.610h-2.09l-.06-.13-.26.13h-32.31zm30.357.68l1.36-.68h1.3v2h-36v-1.15l.34-.171.36-.68h2.59l1.36.68a330002.690l1.36-.68h2.59l1.36.68a330002.690L2.2623h2.59l1.36.68a330002.56.06l1.67-.74h3.23l1.67.74a330002.56-.06zM-13.8227l16.374.91L18.9327h-32.75zm-.632h.34l16.66516.67-5h.33a3301106h-34a330110-6zm1.358a660005.654h20a660005.66-4H-13.1z'/%3E%3Cpathid='path6_fill-copy'd='M284.3716c.2.65.391.32.542H281.17l1.172.34.45.9-.24.11V28a55001-2.238.94l-.02.06a88001-7.756h-20a88001-7.74-6l-.02-.06a55001-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.0123.0100144.37-2zm-36.822a11000-.44.1l-3.11.56.891.791.31-.66a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.90l2.21-1.1a330012.690l2.21.1a11000.86.02l2.88-1.27a330012.430l2.881.27a11000.85-.02l3.1-1.55-.89-1.79-1.42.71a33001-2.56.06l-2.77-1.23a11000-.4-.09h-.01a11000-.4.09l-2.781.23a33001-2.56-.06l-2.3-1.15a11000-.45-.11h-.01a11000-.44.1l-2.211.11a33001-2.690l-2.2-1.1a11000-.45-.11h-.01a11000-.44.1l-2.211.11a33001-2.690l-2.2-1.1a11000-.45-.11h-.01zm0-2h-4.9a21.0121.0100139.610h-2.09l-.06-.13-.26.13h-32.31zm30.357.68l1.36-.68h1.3v2h-36v-1.15l.34-.171.36-.68h2.59l1.36.68a330002.690l1.36-.68h2.59l1.36.68a330002.690l1.36-.68h2.59l1.36.68a330002.56.06l1.67-.74h3.23l1.67.74a330002.56-.06zM246.1827l16.374.91L278.9327h-32.75zm-.632h.34l16.66516.67-5h.33a3301106h-34a330110-6zm1.358a660005.654h20a660005.66-4H246.9z'/%3E%3Cpathd='M159.521.02A9900015115h-42a99000-8.56.0266000.0211.96A8.998.9900010945h42a990008.48-12.0266000.02-11.96zM15117h-42a77000-6.334h54.66a77000-6.33-4zm-9.3426a8.988.980003.34-7h-2a77001-77h-4.34a8.988.980003.34-7h-2a77001-77h-4.34a8.988.980003.34-7h-2a77001-77h-7a770110-14h42a77011014h-9.34zM10927a99000-7.484H101a440110-8h58a4400108h-.52a99000-7.48-4h-42z'/%3E%3Cpathd='M39115a880100-1688000016zm6-8a66011-12066001120zm-3-29v-2h8v-6H40a44000-44v10H22l-1.334-.672h2.19L26130h26l3.81-40H58l-.67-2L5684H42v-6zm-4-4v10h2V74h8v-2h-8a22000-22zm212h14.56l.672H22.77l.67-2H40zm13.84H24.2l3.6238h22.36l3.62-38z'/%3E%3Cpathd='M12992h-6v4h-6v4h-6v14h-3l.2423.7632h36l3.76-32.24-2h-3v-14h-6v-4h-6v-4h-8zm1822v-12h-4v4h3v8h1zm-30v-6h-4v6h4zm-66v-16h-4v19.17c1.6-.72.97-1.84-3.17zm-63.8V100h-4v23.8a10.0410.0400040zm-6-.63V104h-4v16a10.0410.0400043.17zm-6-9.17v-6h-4v6h4zm-60v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-60v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-64v-4h-4v8h1v-4h3zm724a121200011.83-10h7.92l-3.5330h-32.44l-3.53-30h7.92A1212000130126z'/%3E%3Cpathd='M21286v2h-4v-2h4zm40h-2v2h2v-2zm-200v.1a55000-.569.65l.06.251.124.48a220001.941.52h.01l7.0224.55a220001.921.45h4.98a220001.92-1.45l7.02-24.55a220001.95-1.52L224.596l.06-.25a55000-.56-9.65V86a1414000-280zm40h6v2h-9a3301006H223a330100-6H220v-2h2a1212010-240h2zm-1.4414l-1-4h24.88l-14h-22.88zm8.9526l-6.86-24h18.7l-6.8624h-4.98zM150242a22220100-442222000044zm24-22a2424011-4802424001480zm-28.3817.73l2.04-.87a660014.680l2.04.87a220002.5-.82l1.14-1.9a660013.79-2.75l2.15-.5a220001.54-2.12l-.19-2.2a660011.45-4.46l1.45-1.67a220000-2.62l-1.45-1.67a66001-1.45-4.46l.2-2.2a22000-1.55-2.13l-2.15-.5a66001-3.8-2.75l-1.13-1.9a22000-2.5-.8l-2.04.86a66001-4.680l-2.04-.87a22000-2.5.82l-1.141.9a66001-3.792.75l-2.15.5a22000-1.542.12l.192.2a66001-1.454.46l-1.451.67a2200002.62l1.451.67a660011.454.46l-.22.2a220001.552.13l2.15.5a660013.82.75l1.131.9a220002.5.8zm2.82.97a440013.120l2.04.87a440004.99-1.62l1.14-1.9a440012.53-1.84l2.15-.5a440003.09-4.24l-.2-2.2a44001.97-2.98l1.45-1.67a440000-5.24l-1.45-1.67a44001-.97-2.97l.2-2.2a44000-3.09-4.25l-2.15-.5a44001-2.53-1.84l-1.14-1.9a44000-5-1.62l-2.03.87a44001-3.120l-2.04-.87a44000-4.991.62l-1.141.9a44001-2.531.84l-2.15.5a44000-3.094.24l.22.2a44001-.972.98l-1.451.67a4400005.24l1.451.67a44001.972.97l-.22.2a440003.094.25l2.15.5a440012.531.84l1.141.9a4400051.62l2.03-.87zM152207a110112011001-20zm62a110112011001-20zm-111a110112011001-20zm-60a110112011001-20zm3-5a110112011001-20zm-88a110112011001-20zm36a110112011001-20zm06a110112011001-20zm47a110112011001-20zm5-2a110112011001-20zm54a110112011001-20zm4-6a110112011001-20zm6-4a110112011001-20zm-4-3a110112011001-20zm4-3a110112011001-20zm-5-4a110112011001-20zm-246a110112011001-20zm165a550100-1055000010zm7-5a77011-14077001140zm86-29a1100002h2a110000-2h-2zm199a110011-1h2a1100102h-2a11001-1-1zm-145a1100002h2a110000-2h-2zm-251a1100002h2a110000-2h-2zm54a1100002h2a110000-2h-2zm90a110011-1h2a1100102h-2a11001-1-1zm151a110011-1h2a1100102h-2a11001-1-1zm12-2a1100002h2a110000-2h-2zm-11-14a110011-1h2a1100102h-2a11001-1-1zm-190a1100002h2a110000-2h-2zm65a110011-1h2a1100102h-2a11001-1-1zm-2515c0-.47.01-.94.03-1.4a55001-1.7-83.993.990011.88-5.18550013.4-6.22330011.46-1.05550017.76-3.27A30.8630.86001246184c6.79013.062.1818.175.88a550017.763.27330011.471.05550013.46.22440011.875.184.984.98001-1.78c.02.46.03.93.031.4v1h-62v-1zm.83-7.17a30.930.9000-.623.5733001-.61-4.2c.37.28.78.491.23.63zm1.49-4.61c-.36.87-.681.76-.962.68a22001-.21-3.71c.33.4.73.751.171.03zm2.32-4.54c-.54.86-1.031.76-1.492.68a33001-.07-4.67330001.561.99zm1.14-1.7c.35-.5.72-.981.1-1.46a11010-1.11.45zm5.34-5.77c-1.03.86-21.79-2.92.77a33000-1.11-.77330014-2zm42.662.77c-.9-.98-1.87-1.9-2.9-2.77a330014.01233000-1.1.77zm1.341.54c.38.48.75.961.11.45a11010-1.1-1.45zm3.735.84c-.46-.92-.95-1.82-1.5-2.68a330001.57-1.9933001-.074.67zm1.84.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.631.17-1.03a22001-.23.7zm1.145.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.351.23-.63a2.992.99001-.64.2zM275214a2929000-57.970h57.96zM72.33198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.014.010007.092.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.991.99001-2222001-1.66-.88zM75176c.380.74-.041.1-.12a440006.192.4A13.9413.9400184185v24a66001-66h-3v9a55011-100v-9h-3a66001-6-6v-24a141400114-145500055zm-1715v12a1.991.990001.221.84220002.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.983.98001-5.353.773.983.98001-.65-.3V209a4400044h16a440004-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a66001-5.2-377001-6.47-4.88A121200058185v6zm924v9a3301060v-9h-6z'/%3E%3Cpathd='M-17191a1100002h2a110000-2h-2zm199a110011-1h2a1100102H3a11001-1-1zm-145a1100002h2a110000-2h-2zm-251a1100002h2a110000-2h-2zm54a1100002h2a110000-2h-2zm90a110011-1h2a1100102h-2a11001-1-1zm151a110011-1h2a1100102h-2a11001-1-1zm12-2a1100002h2a110000-2H4zm-11-14a110011-1h2a1100102h-2a11001-1-1zm-190a1100002h2a110000-2h-2zm65a110011-1h2a1100102h-2a11001-1-1zm-2515c0-.47.01-.94.03-1.4a55001-1.7-83.993.990011.88-5.18550013.4-6.22330011.46-1.05550017.76-3.27A30.8630.86001-14184c6.79013.062.1818.175.88a550017.763.27330011.471.05550013.46.22440011.875.184.984.98001-1.78c.02.46.03.93.031.4v1h-62v-1zm.83-7.17a30.930.9000-.623.5733001-.61-4.2c.37.28.78.491.23.63zm1.49-4.61c-.36.87-.681.76-.962.68a22001-.21-3.71c.33.4.73.751.171.03zm2.32-4.54c-.54.86-1.031.76-1.492.68a33001-.07-4.67330001.561.99zm1.14-1.7c.35-.5.72-.981.1-1.46a11010-1.11.45zm5.34-5.77c-1.03.86-21.79-2.92.77a33000-1.11-.77330014-2zm42.662.77c-.9-.98-1.87-1.9-2.9-2.77a330014.01233000-1.1.77zm1.341.54c.38.48.75.961.11.45a11010-1.1-1.45zm3.735.84c-.46-.92-.95-1.82-1.5-2.68a330001.57-1.9933001-.074.67zm1.84.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.631.17-1.03a22001-.23.7zm1.145.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.351.23-.63a2.992.99001-.64.2zM15214a2929000-57.970h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

html body.layout-dark.layout-transparent .app-taskboard .users-list li img {
  border-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) .app-taskboard .users-list li img {
  border-color: #1e1e1e
}

html body.layout-dark.layout-transparent td.fc-other-month.fc-past:not([class*=fc-day-top]) {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark:not(.layout-transparent) td.fc-other-month.fc-past:not([class*=fc-day-top]) {
  background-color: #212121
}

html body.layout-dark.layout-transparent .fc-view>table th,
html body.layout-dark.layout-transparent .fc-view>table td,
html body.layout-dark.layout-transparent .fc-events-container {
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .fc-view>table th,
html body.layout-dark:not(.layout-transparent) .fc-view>table td,
html body.layout-dark:not(.layout-transparent) .fc-events-container {
  border-color: #474748
}

html body.layout-dark.layout-transparent .fc-popover {
  background-color: rgba(16, 16, 16, 0.92);
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .fc-popover {
  background-color: #101010;
  border-color: #474748
}

html body.layout-dark.layout-transparent .fc-popover .fc-header {
  background-color: rgba(16, 16, 16, 0.92);
  border-bottom: 1px solid rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .fc-popover .fc-header {
  background-color: #101010;
  border-bottom: 1px solid #474748
}

html body.layout-dark.layout-transparent .faq-wrapper .faq-search input,
html body.layout-dark.layout-transparent .faq-wrapper .swiper-wrapper .swiper-slide {
  background-color: rgba(0, 0, 0, 0.12);
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .faq-wrapper .faq-search input,
html body.layout-dark:not(.layout-transparent) .faq-wrapper .swiper-wrapper .swiper-slide {
  background-color: #1e1e1e;
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .search-wrapper .page-search-input input,
html body.layout-dark.layout-transparent .search-wrapper .video-result-swiper .swiper-slide {
  background-color: rgba(0, 0, 0, 0.12);
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .search-wrapper .page-search-input input,
html body.layout-dark:not(.layout-transparent) .search-wrapper .video-result-swiper .swiper-slide {
  background-color: #1e1e1e;
  color: #b2b1b5
}

html body.layout-dark.layout-transparent .kb-wrapper .kb-search-input input {
  background-color: rgba(0, 0, 0, 0.12);
  color: #d6d5d8
}

html body.layout-dark:not(.layout-transparent) .kb-wrapper .kb-search-input input {
  background-color: #1e1e1e;
  color: #b2b1b5
}

@media(max-width:767.98px) {
  html body.layout-dark.layout-transparent .kb-sidebar {
    background-color: rgba(0, 0, 0, 0.9)
  }

  html body.layout-dark:not(.layout-transparent) .kb-sidebar {
    background-color: #1e1e1e
  }
}

html body.layout-dark.layout-transparent .timeline .events li a {
  color: #d6d5d8 !important
}

html body.layout-dark:not(.layout-transparent) .timeline .events li a {
  color: #b2b1b5 !important
}

html body.layout-dark:not(.layout-transparent) .timeline .events li a:not(.selected):after {
  background-color: #1e1e1e
}

html body.layout-dark.layout-transparent .timeline .timeline-line {
  background-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .timeline .timeline-line {
  background-color: #474748
}

html body.layout-dark.layout-transparent .timeline .timeline-line.tline-t-none {
  background-color: transparent
}

html body.layout-dark.layout-transparent .timeline .timeline-item:after {
  border-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark:not(.layout-transparent) .timeline .timeline-item:after {
  border-color: #474748
}

html body.layout-dark:not(.layout-transparent) .timeline .cd-timeline-navigation a {
  background-color: #1e1e1e
}

@media(max-width:991px) {
  html body.layout-dark.layout-transparent .timeline-center .timeline .timeline-line {
    background-color: transparent
  }

  html body.layout-dark.layout-transparent .timeline-center .timeline .timeline-item .bg-transparent {
    background-color: transparent !important
  }

  html body.layout-dark:not(.layout-transparent) .timeline-center .timeline .timeline-item .bg-transparent {
    background-color: #101010 !important
  }
}

html body.layout-dark.layout-transparent .apexcharts-legend-text {
  color: #d6d5d8 !important
}

html body.layout-dark:not(.layout-transparent) .apexcharts-legend-text {
  color: #b2b1b5 !important
}

body.layout-dark .dropdown-menu {
  border-color: #474748
}

body.layout-dark .dropdown-menu .dropdown-header {
  color: #fff
}

body.layout-dark .dropdown-menu .dropdown-item:hover,
body.layout-dark .dropdown-menu .dropdown-item:focus {
  background-color: #1e1e1e !important
}

body.layout-dark .dropdown-menu .dropdown-divider {
  border-top-color: #474748
}

body.layout-dark .dropdown-menu .arrow:after,
body.layout-dark .dropdown-menu .arrow-left:after,
body.layout-dark .dropdown-menu .arrow-right:after {
  border-right-color: #101010
}

body.layout-dark .pagination .page-item.active .page-link {
  background-color: #01295c !important;
  border-color: #01295c !important
}

body.layout-dark .modal-content .close {
  color: #fff
}

body.layout-dark .list-group .list-group-item {
  background-color: inherit
}

body.layout-dark .list-group .list-group-item.active {
  background-color: #975aff;
  border-color: #975aff !important
}

body.layout-dark .nav-tabs .nav-item.dropdown.show a.nav-link.dropdown-toggle {
  color: #fff
}

body.layout-dark .nav-tabs.nav-right .nav-item a.nav-link,
body.layout-dark .nav-tabs.nav-left .nav-item a.nav-link {
  border-radius: 0
}

body.layout-dark select option {
  background-color: #1e1e1e
}

body.layout-dark .select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  color: inherit
}

body.layout-dark .select2-container .select2-dropdown {
  background-color: #1e1e1e
}

body.layout-dark .select2-container .select2-dropdown .select2-search__field {
  background-color: #1e1e1e;
  border-color: #474748;
  color: inherit
}

body.layout-dark .select2-container .select2-results .select2-results__options .select2-results__option .select2-results__group {
  background-color: #101010
}

body.layout-dark .tooltip {
  color: #bfbec2 !important
}

body.layout-dark .swal2-modal h2 {
  color: #342e49 !important
}

body.layout-dark .heading-elements {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem
}

body.layout-dark .heading-elements ul li span {
  background: #1e1e1e
}

body.layout-dark .media-wrapper .plyr--audio .plyr__controls .plyr__time--current.plyr__time {
  color: #fff
}

body.layout-dark .bootstraptreeview .colorful-treeview .list-group .list-group-item {
  background-color: #01295c
}

body.layout-dark .bootstraptreeview .colorful-treeview .list-group .list-group-item:hover {
  background-color: #b583ff
}

body.layout-dark .bootstraptreeview .override-treeview .list-group .list-group-item {
  background-color: #feefd0
}

body.layout-dark .bootstraptreeview .override-treeview .list-group .list-group-item:hover {
  background-color: #fedba1
}

body.layout-dark .context-menu-list {
  border: 0;
  box-shadow: -8px 8px 14px 0 rgba(0, 0, 0, 0.25)
}

body.layout-dark .context-menu-list .context-menu-item {
  border: 0
}

body.layout-dark .context-menu-list .context-menu-item.context-menu-hover {
  background-color: #975aff !important;
  color: #fff
}

body.layout-dark .ql-toolbar.ql-snow .ql-formats .ql-picker {
  color: #fff !important
}

body.layout-dark .ql-toolbar.ql-snow .ql-formats .ql-picker-options {
  color: #342e49
}

body.layout-dark .ql-toolbar.ql-snow .ql-formats svg {
  stroke: transparent
}

body.layout-dark .ql-toolbar.ql-snow .ql-formats svg .ql-stroke {
  stroke: #fff
}

body.layout-dark .ql-toolbar.ql-snow .ql-formats svg .ql-fill {
  fill: #fff
}

body.layout-dark .ql-toolbar.ql-snow .ql-formats .ql-active {
  border: 1px solid #fff
}

body.layout-dark .nav-search .search-input.open {
  background: #1e1e1e !important
}

body.layout-dark .nav-search .search-input.open .input {
  color: #b2b1b5
}

body.layout-dark .nav-search .search-input.open .search-list {
  background: #101010
}

body.layout-dark .nav-search .search-input.open .search-list li.current_item {
  background: #1e1e1e
}

body.layout-dark .nav-search .search-input.open .search-list li a {
  color: #b2b1b5
}

body.layout-dark .notification-dropdown .media {
  border-bottom-color: #474748 !important
}

body.layout-dark .customizer .cz-bg-color .selected,
body.layout-dark .customizer .cz-bg-image .selected,
body.layout-dark .customizer .cz-tl-bg-color .selected {
  border-color: #1e1e1e
}

body.layout-dark svg {
  stroke: #bfbec2
}

body.layout-dark .apexcharts-toolbar svg {
  stroke: none
}

body.layout-dark .ct-grid {
  stroke: rgba(255, 255, 255, 0.22)
}

body.layout-dark .users-view .table-borderless td {
  border: 0
}

html body.layout-dark:not(.layout-transparent).horizontal-layout.page-scrolled.navbar-sticky nav.header-navbar {
  background-color: #1e1e1e;
  border-bottom-color: rgba(71, 71, 72, 0.4)
}

html body.layout-dark:not(.layout-transparent).horizontal-layout.page-scrolled div.header-navbar {
  box-shadow: -8px 8px 14px 0 rgba(0, 0, 0, 0.25)
}

html body.layout-dark:not(.layout-transparent).horizontal-layout nav.header-navbar {
  background-color: #101010;
  border-bottom-color: #474748
}

html body.layout-dark:not(.layout-transparent).horizontal-layout div.navbar-horizontal {
  background-color: #101010
}

html body.layout-dark:not(.layout-transparent).horizontal-layout div.navbar-horizontal li.nav-item.show .dropdown-menu .dropdown-item:active,
html body.layout-dark:not(.layout-transparent).horizontal-layout div.navbar-horizontal li.nav-item.show .dropdown-menu .dropdown-item:focus {
  background-color: #1e1e1e !important;
  color: #b2b1b5 !important
}

html body.layout-dark:not(.layout-transparent).horizontal-layout div.navbar-horizontal li.nav-item.show li.active.dropdown-submenu {
  background-color: #1e1e1e !important;
  color: #b2b1b5 !important
}

html body.layout-dark:not(.layout-transparent).horizontal-layout div.navbar-horizontal li.nav-item.show li.show {
  background-color: #1e1e1e !important;
  color: #b2b1b5 !important
}

html body.layout-dark:not(.layout-transparent).horizontal-layout div.navbar-horizontal li.nav-item.show li:active.dropdown-item {
  background-color: #1e1e1e !important;
  color: #b2b1b5 !important
}

html body.layout-dark:not(.layout-transparent).horizontal-layout div.navbar-horizontal .main-menu-content>ul>li:hover:not(.active) {
  background-color: #1e1e1e
}

html body.layout-dark.layout-transparent.horizontal-layout.page-scrolled div.header-navbar {
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11)
}

html body.layout-dark.layout-transparent.horizontal-layout nav.header-navbar {
  background-color: transparent;
  border-bottom-color: rgba(238, 238, 238, 0.2)
}

html body.layout-dark.layout-transparent.horizontal-layout div.navbar-horizontal {
  background-color: transparent
}

html body.layout-dark.layout-transparent.horizontal-layout div.navbar-horizontal li.nav-item:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.12)
}

html body.layout-dark.layout-transparent.horizontal-layout div.navbar-horizontal li.nav-item.show li.show {
  background-color: #101010 !important;
  color: #b2b1b5 !important
}

.horizontal-menu.navbar-sticky:not(.auth-page):not(.navbar-static) .main-panel,
.horizontal-menu:not(.auth-page):not(.navbar-static) .main-panel {
  margin-top: 7.49rem
}

.horizontal-menu.navbar-sticky.page-scrolled:not(.layout-dark) nav.header-navbar {
  background-color: #fff
}

.horizontal-menu.navbar-sticky nav.header-navbar {
  position: fixed;
  top: 0;
  width: 100%
}

.horizontal-menu.navbar-static .header-navbar.navbar-sticky {
  position: sticky;
  top: 0
}

.horizontal-menu.navbar-static.navbar-scrolled .wrapper {
  padding-top: 52px
}

.horizontal-menu.navbar-static.navbar-scrolled .header-navbar.navbar-sticky {
  position: fixed
}

.horizontal-menu.page-scrolled:not(.layout-dark) div.header-navbar {
  box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11)
}

.horizontal-menu:not([class*=application]) .main-content {
  min-height: calc(1vh * 100 - 10.93rem);
  min-height: calc(var(--vh, 1vh) * 100 - 10.93rem)
}

.horizontal-menu[class*=application] .main-content {
  min-height: calc(1vh * 100 - 12rem);
  min-height: calc(var(--vh, 1vh) * 100 - 12rem)
}

.horizontal-menu .navbar-horizontal {
  padding-left: 2rem;
  position: static;
  position: initial
}

.horizontal-menu .navbar-horizontal .dropdown i {
  margin-right: .5rem
}

.horizontal-menu .navbar-horizontal .dropdown .dropdown-menu {
  transition: none;
  margin-top: 1px;
  min-width: 16rem;
  animation: .8s cubic-bezier(0.25, 0.8, 0.25, 1) 0 normal forwards 1 fadein
}

.horizontal-menu .navbar-horizontal .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 8px;
  margin-left: 1px
}

.horizontal-menu .navbar-horizontal .dropdown .dropdown-menu>li:first-child {
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem
}

.horizontal-menu .navbar-horizontal .dropdown .dropdown-menu>li:last-child {
  border-bottom-left-radius: .35rem;
  border-bottom-right-radius: .35rem
}

.horizontal-menu .navbar-horizontal .main-menu-content {
  padding-left: .5rem
}

.horizontal-menu .navbar-horizontal .main-menu-content .nav-link {
  padding: .5rem .75rem .45rem;
  font-weight: 500;
  color: #342e49
}

.horizontal-menu .navbar-horizontal .main-menu-content .nav-link:not(.dropdown-toggle) {
  display: flex;
  align-items: center
}

.horizontal-menu .navbar-horizontal .main-menu-content .nav-link i {
  margin-right: .5rem
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li {
  margin-right: .5rem
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.active:not(.dropdown-submenu) {
  background-color: #efdeff;
  border-radius: .35rem
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.active:not(.dropdown-submenu)>a {
  color: #7441db
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li:hover:not(.active) {
  background-color: #e7e9ec;
  border-radius: .35rem
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.show .dropdown-menu {
  animation: .8s cubic-bezier(0.25, 0.8, 0.25, 1) 0 normal forwards 1 fadein
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.show .dropdown-menu li.show {
  background-color: #e7e9ec;
  color: #342e49
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.show li.active:not(.dropdown-submenu) {
  background-color: #efdeff !important
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.show li.active:not(.dropdown-submenu) a {
  color: #975aff !important
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.show li.active:not(.dropdown-submenu)>.dropdown-item:hover,
.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.show li.active:not(.dropdown-submenu):hover,
.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.show li.active:not(.dropdown-submenu)>.dropdown-item:hover:active,
.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.show li.active:not(.dropdown-submenu):hover:active {
  background-color: #efdeff !important;
  color: #975aff !important
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.dropdown i {
  font-size: 1.1rem
}

.horizontal-menu .navbar-horizontal .main-menu-content>ul>li.dropdown i.submenu-icon {
  font-size: .8rem
}

.horizontal-menu:not(.layout-dark) .navbar-horizontal .main-menu-content>ul>li.show .dropdown-menu {
  animation: .8s cubic-bezier(0.25, 0.8, 0.25, 1) 0 normal forwards 1 fadein
}

.horizontal-menu:not(.layout-dark) .navbar-horizontal .main-menu-content>ul>li.show .dropdown-menu li.show {
  background-color: #e7e9ec;
  color: #342e49
}

.horizontal-menu:not(.layout-dark) .navbar-horizontal .main-menu-content>ul>li.show .dropdown-menu .dropdown-item.active,
.horizontal-menu:not(.layout-dark) .navbar-horizontal .main-menu-content>ul>li.show .dropdown-menu .dropdown-item:active,
.horizontal-menu:not(.layout-dark) .navbar-horizontal .main-menu-content>ul>li.show .dropdown-menu .dropdown-item:focus {
  background-color: #e7e9ec !important;
  color: #342e49;
  border-radius: 0
}

.horizontal-menu:not(.layout-dark) .navbar-horizontal .main-menu-content>ul>li.show li.active.dropdown-submenu {
  background-color: #e7e9ec
}

.horizontal-menu:not(.layout-dark) .navbar-horizontal .main-menu-content>ul>li.show li.active.dropdown-submenu>.dropdown-item:hover,
.horizontal-menu:not(.layout-dark) .navbar-horizontal .main-menu-content>ul>li.show li.active.dropdown-submenu:hover {
  background-color: #e7e9ec
}

.horizontal-menu .customizer .ct-bg-color,
.horizontal-menu .customizer .ct-bg-image,
.horizontal-menu .customizer .ct-bg-image-toggler,
.horizontal-menu .customizer .ct-compact-toggler,
.horizontal-menu .customizer .ct-sidebar-size {
  display: none !important
}

.horizontal-menu.layout-transparent .customizer .ct-bg-color,
.horizontal-menu.layout-transparent .customizer .ct-bg-image {
  display: block !important
}

.horizontal-menu nav.navbar .navbar-header .nav-item {
  padding-top: .25rem
}

.horizontal-menu .navigation-header {
  font-family: inherit;
  color: #929292;
  padding: 8px 20px;
  font-size: 1rem;
  text-transform: uppercase
}

.horizontal-menu .navbar-flipped .navbar-nav .nav-item {
  float: right
}

.horizontal-menu .main-menu .navigation>li>ul>li>a i {
  margin-right: .5rem
}

.horizontal-menu .container {
  padding: 0
}

.navbar.header-navbar {
  padding: .5rem 1rem .5rem 1.5rem !important
}

.navbar.header-navbar.navbar-horizontal {
  position: fixed;
  width: 100%;
  background-color: #f7f7f8;
  top: 4rem
}

.horizontal-layout .logo-text {
  color: #342e49
}

.horizontal-layout.page-scrolled nav.header-navbar {
  border-bottom-color: rgba(224, 224, 224, 0.6)
}

.horizontal-layout .customizer .ct-bg-color,
.horizontal-layout .customizer .ct-bg-image,
.horizontal-layout .customizer .ct-bg-image-toggler,
.horizontal-layout .customizer .ct-compact-toggler,
.horizontal-layout .customizer .ct-sidebar-size {
  display: none !important
}

.horizontal-layout.layout-transparent .customizer .ct-bg-color,
.horizontal-layout.layout-transparent .customizer .ct-bg-image {
  display: block !important
}

.horizontal-layout nav.navbar {
  border-bottom: 1px solid #e0e0e0;
  background-color: #f7f7f8;
  z-index: 999
}

.horizontal-layout .navbar.header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu.openLeft .dropdown-menu {
  left: auto !important;
  right: 100%
}

.horizontal-layout .navbar.header-navbar .container-fluid,
.horizontal-layout .navbar.header-navbar .container-sm,
.horizontal-layout .navbar.header-navbar .container-md,
.horizontal-layout .navbar.header-navbar .container-lg,
.horizontal-layout .navbar.header-navbar .container-xl {
  padding-left: 0
}

.horizontal-layout .navbar.header-navbar .nav-search .search-input.open {
  box-shadow: none
}

.horizontal-menu.vertical-layout.vertical-overlay-menu .main-menu .navigation>li>a>span.badge {
  position: absolute;
  top: 11px;
  right: 40px
}

.horizontal-menu.vertical-layout.vertical-overlay-menu .main-menu .navigation li.nav-item.menu-collapsed-open>a {
  background: 0;
  margin: 0;
  border-radius: 0
}

.horizontal-menu.vertical-layout.vertical-overlay-menu .main-menu .navigation li.nav-item.menu-collapsed-open>a~ul li.menu-collapsed-open>a~ul {
  margin-top: 4px
}

.horizontal-menu.vertical-layout.vertical-overlay-menu .main-menu .navigation li.nav-item.menu-collapsed-open>a~ul li.menu-collapsed-open>a~ul li.active a {
  background: 0
}

[data-textdirection=rtl] body.horizontal-menu.horizontal-menu.menu-collapsed .main-menu .navigation>li>a {
  padding: 14px 16px !important
}

[data-textdirection=rtl] body.horizontal-menu.horizontal-menu.menu-collapsed .main-menu .navigation>li.navigation-header .feather.icon-minus {
  padding: 12px 0
}

[data-textdirection=rtl] body.horizontal-menu.horizontal-menu .header-navbar.navbar .dropdown-menu .dropdown-submenu>a:after {
  content: "\f104" !important
}

@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeout {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@media(max-width:1199.98px) {
  .horizontal-layout .navbar.header-navbar.navbar-horizontal {
    top: -4rem
  }
}
