@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6574cd;
  --purple: #aa4cf2;
  --pink: #ec82ef;
  --red: #dc3545;
  --orange: #fc7303;
  --yellow: #ffc107;
  --green: #008c00;
  --teal: #2bcbba;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007BFF;
  --secondary: #fb1c52;
  --success: #38cb89;
  --info: #5b7fff;
  --warning: #ffab00;
  --danger: #ef4b4b;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007BFF;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #ec82ef;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.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;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #febfcf;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fd89a5;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7f0de;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98e4c2;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d1dbff;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #aabcff;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe7b8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd37a;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcdcd;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f7a1a1;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

.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 + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  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: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(56, 203, 137, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #38cb89;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338cb89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #38cb89;
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 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: #38cb89;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338cb89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #38cb89;
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #38cb89;
}
.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: #38cb89;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38cb89;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #60d6a1;
  background-color: #60d6a1;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 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: #38cb89;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38cb89;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38cb89;
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 75, 75, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ef4b4b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef4b4b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4b4b' 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: #ef4b4b;
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 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: #ef4b4b;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef4b4b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4b4b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ef4b4b;
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef4b4b;
}
.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: #ef4b4b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ef4b4b;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f37a7a;
  background-color: #f37a7a;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 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: #ef4b4b;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #fb1c52;
  border-color: #fb1c52;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #ed043c;
  border-color: #e00439;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #ed043c;
  border-color: #e00439;
  box-shadow: 0 0 0 0.2rem rgba(252, 62, 108, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #fb1c52;
  border-color: #fb1c52;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #e00439;
  border-color: #d40436;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 62, 108, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #38cb89;
  border-color: #38cb89;
}
.btn-success:hover {
  color: #fff;
  background-color: #2eaf75;
  border-color: #2ba56e;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2eaf75;
  border-color: #2ba56e;
  box-shadow: 0 0 0 0.2rem rgba(53, 178, 123, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #38cb89;
  border-color: #38cb89;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2ba56e;
  border-color: #289b67;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 178, 123, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #5b7fff;
  border-color: #5b7fff;
}
.btn-info:hover {
  color: #fff;
  background-color: #3561ff;
  border-color: #2857ff;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #3561ff;
  border-color: #2857ff;
  box-shadow: 0 0 0 0.2rem rgba(116, 146, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #5b7fff;
  border-color: #5b7fff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2857ff;
  border-color: #1b4dff;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 146, 255, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffab00;
  border-color: #ffab00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d99100;
  border-color: #cc8900;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d99100;
  border-color: #cc8900;
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffab00;
  border-color: #ffab00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc8900;
  border-color: #bf8000;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ec2828;
  border-color: #eb1c1c;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ec2828;
  border-color: #eb1c1c;
  box-shadow: 0 0 0 0.2rem rgba(241, 102, 102, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #eb1c1c;
  border-color: #e61414;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 102, 102, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007BFF;
  border-color: #007BFF;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007BFF;
  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: #007BFF;
  border-color: #007BFF;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #fb1c52;
  border-color: #fb1c52;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #fb1c52;
  border-color: #fb1c52;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 28, 82, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fb1c52;
  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: #fb1c52;
  border-color: #fb1c52;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 28, 82, 0.5);
}

.btn-outline-success {
  color: #38cb89;
  border-color: #38cb89;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #38cb89;
  border-color: #38cb89;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #38cb89;
  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: #212529;
  background-color: #38cb89;
  border-color: #38cb89;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.5);
}

.btn-outline-info {
  color: #5b7fff;
  border-color: #5b7fff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5b7fff;
  border-color: #5b7fff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 127, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5b7fff;
  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: #5b7fff;
  border-color: #5b7fff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 127, 255, 0.5);
}

.btn-outline-warning {
  color: #ffab00;
  border-color: #ffab00;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffab00;
  border-color: #ffab00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffab00;
  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: #212529;
  background-color: #ffab00;
  border-color: #ffab00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 0, 0.5);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ef4b4b;
  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: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007BFF;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

.dropdown-menu-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: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007BFF;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.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: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

.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: #007BFF;
  background-color: #007BFF;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007BFF;
  background-color: #007BFF;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.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 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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 + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 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 #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007BFF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007BFF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007BFF;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007BFF;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 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: 0.5rem;
    padding-left: 0.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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.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-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck .card {
  margin-bottom: 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: 0.75rem;
}
@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 {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.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: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007BFF;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007BFF;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #fb1c52;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #e00439;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 28, 82, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #38cb89;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #2ba56e;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #5b7fff;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #2857ff;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(91, 127, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffab00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cc8900;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ef4b4b;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #eb1c1c;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #830f2b;
  background-color: #fed2dc;
  border-color: #febfcf;
}
.alert-secondary hr {
  border-top-color: #fea6bc;
}
.alert-secondary .alert-link {
  color: #550a1c;
}

.alert-success {
  color: #1d6a47;
  background-color: #d7f5e7;
  border-color: #c7f0de;
}
.alert-success hr {
  border-top-color: #b3ebd2;
}
.alert-success .alert-link {
  color: #12422c;
}

.alert-info {
  color: #2f4285;
  background-color: #dee5ff;
  border-color: #d1dbff;
}
.alert-info hr {
  border-top-color: #b8c7ff;
}
.alert-info .alert-link {
  color: #222f5f;
}

.alert-warning {
  color: #855900;
  background-color: #ffeecc;
  border-color: #ffe7b8;
}
.alert-warning hr {
  border-top-color: #ffde9f;
}
.alert-warning .alert-link {
  color: #523700;
}

.alert-danger {
  color: #7c2727;
  background-color: #fcdbdb;
  border-color: #fbcdcd;
}
.alert-danger hr {
  border-top-color: #f9b5b5;
}
.alert-danger .alert-link {
  color: #551b1b;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.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: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #830f2b;
  background-color: #febfcf;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #830f2b;
  background-color: #fea6bc;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #830f2b;
  border-color: #830f2b;
}

.list-group-item-success {
  color: #1d6a47;
  background-color: #c7f0de;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1d6a47;
  background-color: #b3ebd2;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d6a47;
  border-color: #1d6a47;
}

.list-group-item-info {
  color: #2f4285;
  background-color: #d1dbff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2f4285;
  background-color: #b8c7ff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f4285;
  border-color: #2f4285;
}

.list-group-item-warning {
  color: #855900;
  background-color: #ffe7b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #855900;
  background-color: #ffde9f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855900;
  border-color: #855900;
}

.list-group-item-danger {
  color: #7c2727;
  background-color: #fbcdcd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7c2727;
  background-color: #f9b5b5;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7c2727;
  border-color: #7c2727;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

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

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

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007BFF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e00439 !important;
}

.bg-success {
  background-color: #38cb89 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2ba56e !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2857ff !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc8900 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #eb1c1c !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007BFF !important;
}

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

.border-success {
  border-color: #38cb89 !important;
}

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

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

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

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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%;
}

.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;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

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

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

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

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

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

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

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

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

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

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

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

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

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

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

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

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

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

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

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

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

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

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

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

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

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

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

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

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

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

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

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

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

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

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

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

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

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

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

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

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

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

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

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

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

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

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

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

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

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

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

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

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

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

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

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

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

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

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

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

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

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

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

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

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

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

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

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

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

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

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

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

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

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

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

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

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

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

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

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

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

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

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

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

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

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

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

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

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

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

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

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 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: #007BFF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #c70433 !important;
}

.text-success {
  color: #38cb89 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #269161 !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f43ff !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #b37800 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #da1313 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #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: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* ==========================================================================           
 *
 *    LOGIN PAGE
 *
 * ========================================================================== */
#login-google {
  background: #DB4437;
  color: #FFF;
  border-radius: 3px;
}
#login-google:hover, #login-google:focus {
  background-color: #1e1e2d;
}

#login-facebook {
  background: #4267B2;
  color: #FFF;
  border-radius: 3px;
}
#login-facebook:hover, #login-facebook:focus {
  background-color: #1e1e2d;
}

#login-twitter {
  background: #1DA1F2;
  color: #FFF;
  border-radius: 3px;
}
#login-twitter:hover, #login-twitter:focus {
  background-color: #1e1e2d;
}

#login-linkedin {
  background: #0e76a8;
  color: #FFF;
  border-radius: 3px;
}
#login-linkedin:hover, #login-linkedin:focus {
  background-color: #1e1e2d;
}

#login-footer {
  position: absolute;
  bottom: 0;
  left: 32.5%;
}

.invalid-feedback {
  font-size: 10px !important;
  color: #ff3547 !important;
}

#login-background {
  background-position: center;
  vertical-align: middle;
}
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.1);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px rgba(0, 72, 206, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #007bff 0%, #073fa7 74%);
  border-radius: 20px;
  opacity: 0.6;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  font-size: 14px;
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 800;
  color: #1e1e2d;
  margin-bottom: 18px;
}
.blog-slider__text {
  font-size: 14px;
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background: #007bFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  padding: 10px 32px;
  border-radius: 35px;
  color: #fff;
  box-shadow: 0 10px 20px #0048ce60;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  justify-content: center;
  text-align: center;
}
.blog-slider__button:hover, .blog-slider__button:focus {
  background: #1e1e2d;
  color: white;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007BFF;
  height: 30px;
  box-shadow: 0 0 5px #0048ce60;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

html {
  scroll-behavior: smooth;
}

.frontend-body {
  background: #fff;
}

.blue-background {
  background: #edf8fd;
}

/* ==========================================================================           
 *
 *    MAIN SECTION STYLES
 *
 * ========================================================================== */
#main-wrapper {
  /*------------------------------------------*/
  /*    Navigation
  /*------------------------------------------*/
}
#main-wrapper .navbar {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  z-index: 100;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  transition: all ease-in 0.2s;
}
#main-wrapper .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#main-wrapper #login-button {
  padding-left: 2rem;
  padding-right: 2rem;
  background: #1e1e2d;
}
#main-wrapper #login-button:hover, #main-wrapper #login-button:focus {
  background: #007BFF;
}
#main-wrapper .navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  padding: 0px 15px;
  color: #1e1e2d;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#main-wrapper .navbar-nav li.nav-item a.nav-link .active {
  color: #007BFF !important;
}
#main-wrapper .navbar-nav li.nav-item a.nav-link:hover, #main-wrapper .navbar-nav li.nav-item a.nav-link:focus {
  color: #007BFF;
}
#main-wrapper .navbar-nav li.nav-item a.active {
  color: #007BFF !important;
}
#main-wrapper .navbar-nav li.nav-item .action-button {
  background: #007BFF;
  outline: none;
  text-decoration: none;
  min-width: 125px;
  color: #FFF;
  padding: 0.375rem 0.75rem;
  border-radius: 35px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#main-wrapper .navbar-nav li.nav-item .action-button:hover, #main-wrapper .navbar-nav li.nav-item .action-button:focus {
  background: #1e1e2d;
}
#main-wrapper .register-button,
#main-wrapper .dashboard-button {
  background: #ffab00 !important;
}
#main-wrapper .register-button:hover, #main-wrapper .register-button:focus,
#main-wrapper .dashboard-button:hover,
#main-wrapper .dashboard-button:focus {
  background: #1e1e2d !important;
}
#main-wrapper .minimize-navbar {
  line-height: 60px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#main-wrapper #main-background {
  background-image: url(/img/files/waves.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-wrapper .central-banner {
  position: absolute;
  width: 100%;
  top: 23%;
}
#main-wrapper .text-container h2 {
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#main-wrapper .text-container h2 span {
  color: #007BFF;
}
#main-wrapper .text-container p {
  font-family: "Poppins", sans-serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
#main-wrapper .text-container a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  padding-left: 2rem;
  padding-right: 2rem;
}
#main-wrapper .text-container a:hover, #main-wrapper .text-container a:focus {
  background: #1e1e2d;
  border-color: #1e1e2d;
}
#main-wrapper .text-container .vendors {
  margin-top: 8rem;
}
#main-wrapper .text-container .vendors h6 {
  font-size: 12px;
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.special-action-button {
  box-shadow: 0 10px 20px #0048ce60 !important;
  border-radius: 35px !important;
  transition: all 0.3s ease !important;
}
.special-action-button:focus, .special-action-button:hover {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important;
}

.supported-formats {
  margin-top: -4rem;
}
.supported-formats h6 {
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.supported-formats h6 span {
  font-size: 14px;
  color: #007BFF;
}
.supported-formats span {
  font-size: 12px;
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================           
 *
 *    ABOUT SECTION STYLES
 *
 * ========================================================================== */
#about-wrapper {
  padding: 0 0 112px 0;
  background: #FFF;
}
#about-wrapper #about-us {
  margin-bottom: 96px;
}
#about-wrapper h6 {
  font-size: 16px;
  font-weight: 800;
}
#about-wrapper h6 span {
  color: #007BFF;
}
#about-wrapper .p-about {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#about-wrapper #about-title {
  text-align: right;
  padding-right: 64px;
}
#about-wrapper #about-info {
  text-align: left;
}
#about-wrapper #about-info p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
#about-wrapper #about-info p:last-of-type {
  margin-bottom: 1.7rem;
}
#about-wrapper #about-info a {
  font-family: "Poppins", sans-serif;
  padding: 0.4rem 2rem;
  background-color: #007BFF;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 35px;
  outline: none;
  text-decoration: none;
  line-height: 1.5;
  transition: all ease 0.3s;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#about-wrapper #about-info a:hover {
  background-color: #1e1e2d;
}
#about-wrapper #pills-tab .nav-item {
  width: 33.3%;
  transition: all ease 0.3s;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#about-wrapper #pills-tab .nav-item .nav-link {
  padding: 1rem;
}
#about-wrapper #pills-tab .nav-item .nav-link.active {
  background: #1e1e2d;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  border-radius: 55px;
}
#about-wrapper #pills-tabContent h4 {
  font-size: 20px;
  font-weight: 700;
}
#about-wrapper #pills-tabContent p {
  font-family: "Lato", sans-serif;
}
#about-wrapper #pills-tabContent a {
  text-transform: none;
  background: #1e1e2d;
  border-color: #1e1e2d;
  font-size: 12px;
}
#about-wrapper #pills-tabContent a:hover {
  background: #007bff;
  border-color: #007bff;
}

/* ==========================================================================           
*
*    USE CASES SECTION STYLES
*
* ========================================================================== */
#cases-wrapper {
  background: #edf8fd;
  padding: 0 0 128px 0;
}
#cases-wrapper .title h6 {
  font-size: 16px;
  font-weight: 800;
}
#cases-wrapper .title h6 span {
  color: #007BFF;
}
#cases-wrapper .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#cases-wrapper .mdi {
  line-height: 1;
}
#cases-wrapper #solutions-list .solution {
  background-color: #FFF;
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  border-radius: 10px;
  height: 100%;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
}
#cases-wrapper #solutions-list .solution:hover i, #cases-wrapper #solutions-list .solution:focus i {
  color: #007BFF;
}
#cases-wrapper #solutions-list .solution:hover {
  box-shadow: 0 1px 6px rgba(0, 123, 255, 0.9);
}
#cases-wrapper #solutions-list .solution-content {
  padding: 20px 20px 10px 20px;
}
#cases-wrapper #solutions-list .solution-content h5 {
  color: #007BFF;
  font-size: 14px;
  font-weight: 700;
}
#cases-wrapper #solutions-list .solution-content i {
  font-size: 32px;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
#cases-wrapper #solutions-list .solution-content p {
  font-size: 13px;
}
#cases-wrapper .green-audio-player {
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  min-width: auto;
  height: 50px;
}
#cases-wrapper .green-audio-player .slider .progress .pin {
  background-color: #1e1e2d;
}
#cases-wrapper .green-audio-player .controls span {
  color: #1e1e2d;
}
#cases-wrapper .green-audio-player .controls {
  color: #1e1e2d;
  font-size: 10px;
  margin-left: 20px;
}
#cases-wrapper .green-audio-player .slider .gap-progress .pin {
  background: #1e1e2d;
}
#cases-wrapper .green-audio-player .slider .gap-progress {
  background: #1e1e2d;
}

/* ==========================================================================           
 *
 *    FEATURES SECTION STYLES
 *
 * ========================================================================== */
#features-wrapper {
  background: #fff;
  padding: 0 0 112px 0;
}
#features-wrapper .feature-text {
  align-content: center;
  align-items: center;
  display: grid;
  padding: 1.9rem;
}
#features-wrapper .feature-text h4 {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 2rem;
}
#features-wrapper .feature-text h4 span {
  font-weight: 800;
}
#features-wrapper .feature-text p {
  font-size: 16px;
  line-height: 2em;
}
#features-wrapper .title h6 {
  font-size: 16px;
  font-weight: 800;
}
#features-wrapper .title h6 span {
  color: #007BFF;
}
#features-wrapper .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#features-wrapper .mdi {
  line-height: 1;
}
#features-wrapper #solutions-list .solution {
  background-color: #FFF;
  height: 100%;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
}
#features-wrapper #solutions-list .solution:hover i, #features-wrapper #solutions-list .solution:focus i {
  color: #007BFF;
}
#features-wrapper #solutions-list .solution:hover {
  box-shadow: none;
}
#features-wrapper #solutions-list .solution-content {
  padding: 20px 32px;
}
#features-wrapper #solutions-list .solution-content h5 {
  color: #007BFF;
  font-size: 14px;
  font-weight: 700;
}
#features-wrapper #solutions-list .solution-content i {
  font-size: 32px;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
#features-wrapper #solutions-list .solution-content p {
  font-size: 13px;
  margin-bottom: 3rem;
}

/*------------------------------------------*/
/*    Curve Box Styles 
/*------------------------------------------*/
#curve-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.curve-box {
  position: relative;
}
.curve-box .curve {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}
.curve-box .curve svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

/* ==========================================================================           
 *
 *    BANNER STYLES
 *
 * ========================================================================== */
#banner-wrapper {
  background: #007bff;
  padding: 90px 0 90px 0;
}
#banner-wrapper #banner-text {
  padding-left: 3rem;
  padding-right: 3rem;
}
#banner-wrapper .banner-text-inner {
  margin-bottom: 2rem;
}
#banner-wrapper h4 {
  font-size: 24px;
  font-weight: 800;
  color: white;
  margin-bottom: 4rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
#banner-wrapper h5 {
  font-weight: 800;
  font-size: 20px;
  color: white;
}
#banner-wrapper p {
  font-size: 14px;
  color: white;
  opacity: 0.7;
}
#banner-wrapper img {
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 10px;
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08), 0 9px 10px 0 rgba(0, 0, 0, 0.1), 0 9px 4.5px -9px rgba(0, 0, 0, 0.16);
}

/* ==========================================================================           
 *
 *    FAQ STYLES
 *
 * ========================================================================== */
#faq-wrapper {
  background: #FFF;
  padding: 0 0 90px 0;
}
#faq-wrapper #accordion {
  width: 100%;
}
#faq-wrapper #accordion .card {
  border-radius: 5px !important;
  box-shadow: inset 0 1px 0.5px rgba(255, 255, 255, 0.075), 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  border: none !important;
  border-bottom: none !important;
  overflow: visible;
  margin-bottom: 0.5rem;
  transition: box-shadow 0.2s ease-in-out !important;
}
#faq-wrapper #accordion .card:hover, #faq-wrapper #accordion .card:focus {
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}
#faq-wrapper #accordion .card .card-header {
  border-bottom: none;
  transition: box-shadow 0.2s ease-in-out !important;
}
#faq-wrapper #accordion .card .card-header h5 {
  width: 100%;
}
#faq-wrapper #accordion .card .card-header h5 span {
  text-align: left;
}
#faq-wrapper #accordion .card .card-header .btn-link {
  font-size: 14px;
  color: #1e1e2d;
  font-weight: 600;
  width: 100%;
  outline: none;
  border: none;
  text-decoration: none;
}
#faq-wrapper #accordion .card .card-header .btn-link:hover, #faq-wrapper #accordion .card .card-header .btn-link:focus {
  color: #007BFF;
  text-decoration: none !important;
  outline: none !important;
}
#faq-wrapper #accordion .card .card-body {
  font-size: 14px;
  padding-left: 2.2rem;
}

/* ==========================================================================           
 *
 *    CUSTOMER FEEDBACKS SECTION STYLES
 *
 * ========================================================================== */
#feedbacks-wrapper {
  background: #fff;
  padding: 0 0 128px 0;
  /*------------------------------------------*/
  /*    Feedback Commenter 
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*    Feedback Comment
  /*------------------------------------------*/
}
#feedbacks-wrapper .container {
  position: relative;
}
#feedbacks-wrapper .row {
  display: block;
}
#feedbacks-wrapper .row .title h6 {
  font-size: 16px;
  font-weight: 800;
  color: #1e1e2d;
}
#feedbacks-wrapper .row .title h6 span {
  color: #007BFF;
}
#feedbacks-wrapper .row .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#feedbacks-wrapper #feedbacks .slick-slide img {
  display: inline-block;
}
#feedbacks-wrapper #feedbacks .slick-dots {
  position: relative;
}
#feedbacks-wrapper #feedbacks .slick-dots li button:before {
  color: #007BFF;
  font-size: 18px !important;
}
#feedbacks-wrapper #feedbacks .slick-dots li.slick-active button:before {
  color: #007BFF;
}
#feedbacks-wrapper #feedbacks .slick-slide:hover {
  cursor: pointer;
}
#feedbacks-wrapper .feedback .feedback-reviewer {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #007BFF;
}
#feedbacks-wrapper .feedback img {
  padding: 3px;
  border: 1px solid rgba(94, 109, 129, 0.3);
  width: 70px;
  height: 70px;
}
#feedbacks-wrapper .feedback .feedback-image {
  text-align: center;
  padding-left: 25px;
}
#feedbacks-wrapper .feedback .feedback-image .small-quote {
  background-color: #FFA838;
}
#feedbacks-wrapper .feedback .feedback-image span {
  position: relative;
  top: -30px;
  left: -25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #007BFF;
  color: #FFF;
  line-height: 20px;
  font-size: 9px;
}
#feedbacks-wrapper .feedback {
  padding-left: 1rem;
  padding-right: 1rem;
}
#feedbacks-wrapper .feedback .comment {
  font-size: 14px;
  font-style: italic;
}
#feedbacks-wrapper .feedback .comment span {
  font-size: 10px;
}
#feedbacks-wrapper .feedback span {
  font-size: 12px;
  color: rgba(94, 109, 129, 0.8);
}

.offers-prev,
.offers-next {
  position: absolute;
  top: 65%;
  font-size: 10px;
  cursor: pointer;
}

.offers-prev i,
.offers-next i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  text-align: center;
  color: #007BFF;
  line-height: 40px;
  transition: all ease 0.3s;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
}
.offers-prev i:hover, .offers-prev i:focus,
.offers-next i:hover,
.offers-next i:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
  color: #FFA838;
}

.offers-prev {
  left: -50px;
}

.offers-next {
  right: -50px;
}

/* ==========================================================================           
 *
 *    Contact Us SECTION STYLES
 *
 * ========================================================================== */
.row .title h6 {
  font-size: 16px;
  font-weight: 800;
  color: #1e1e2d;
}
.row .title h6 span {
  color: #007BFF;
}
.row .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

#contact-wrapper {
  background: #FFF;
  padding: 0 0 128px 0;
}
#contact-wrapper #contact-row {
  display: block;
}
#contact-wrapper .row label {
  font-family: "Lato", sans-serif;
}
#contact-wrapper .row button {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  background-color: #007BFF;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: none;
  font-weight: 700;
}
#contact-wrapper .row button:hover {
  background: #1e1e2d;
  border-color: #1e1e2d;
}

/* ==========================================================================           
 *
 *    BLOG SECTION STYLES
 *
 * ========================================================================== */
#blog-wrapper {
  background: #FFF;
  padding: 0 0 90px 0;
}
#blog-wrapper .container {
  position: relative;
}
#blog-wrapper .blog {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 295px;
}
#blog-wrapper .blog-box {
  min-height: 270px;
  padding: 0.5rem;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 2.5px -5px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
}
#blog-wrapper .blog-box .blog-img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#blog-wrapper .blog-box .blog-info {
  margin-top: 0.7rem;
  padding-left: 0.5rem;
}
#blog-wrapper .blog-box .blog-info h5 {
  font-size: 14px;
  font-weight: 700;
}
#blog-wrapper .blog-box .blog-info h6 {
  font-size: 12px;
}
#blog-wrapper .blog-box:hover {
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08), 0 9px 10px 0 rgba(0, 0, 0, 0.1), 0 9px 4.5px -9px rgba(0, 0, 0, 0.16);
}
#blog-wrapper .blog-view {
  max-height: 300px;
  margin-bottom: 4rem;
}
#blog-wrapper .blog-view img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  width: 100%;
}
#blog-wrapper #blogs .slick-slide img {
  display: inline-block;
}
#blog-wrapper #blogs .slick-dots {
  position: relative;
}
#blog-wrapper #blogs .slick-dots li button:before {
  color: #007BFF;
  font-size: 18px !important;
}
#blog-wrapper #blogs .slick-dots li.slick-active button:before {
  color: #007BFF;
}
#blog-wrapper #blogs .slick-slide:hover {
  cursor: pointer;
}
#blog-wrapper .blogs-prev,
#blog-wrapper .blogs-next {
  position: absolute;
  top: 63%;
  font-size: 10px;
  cursor: pointer;
}
#blog-wrapper .blogs-prev i,
#blog-wrapper .blogs-next i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  text-align: center;
  color: #007BFF;
  line-height: 40px;
  transition: all ease 0.3s;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
}
#blog-wrapper .blogs-prev i:hover, #blog-wrapper .blogs-prev i:focus,
#blog-wrapper .blogs-next i:hover,
#blog-wrapper .blogs-next i:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
  color: #FFA838;
}
#blog-wrapper .blogs-prev {
  left: -50px;
}
#blog-wrapper .blogs-next {
  right: -50px;
}

/* ==========================================================================           
 *
 *    FOOTER STYLES
 *
 * ========================================================================== */
#welcome-footer {
  background-color: #151414;
}
#welcome-footer #footer {
  padding: 96px 0 64px 0;
}
#welcome-footer h5 {
  font-size: 14px;
  font-weight: 800;
}
#welcome-footer ul {
  text-align: left;
  font-size: 12px;
}
#welcome-footer ul li {
  border-bottom: none;
}
#welcome-footer ul li a {
  font-family: "Lato", sans-serif;
  color: #BEC0C2;
  line-height: 1.8em;
  outline: none;
}
#welcome-footer ul li a:hover, #welcome-footer ul li a:focus {
  color: #007BFF;
  text-decoration: none;
}
#welcome-footer #footer-logo {
  text-align: left;
  padding-right: 48px;
}
#welcome-footer #footer-logo img {
  margin-top: -25px;
  margin-left: -20px;
  margin-bottom: 0.5rem;
}
#welcome-footer #footer-logo p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 2em;
  color: #BEC0C2;
}
#welcome-footer #footer-logo p a {
  font-size: 12px;
  color: #007BFF;
}
#welcome-footer #footer-logo p a:hover, #welcome-footer #footer-logo p a:hover i {
  color: #1c5c7f;
  text-decoration: none;
}
#welcome-footer #footer-logo p i {
  margin-left: 4px;
  color: #007BFF;
  font-size: 10px;
}
#welcome-footer #footer-links {
  float: left;
  text-align: left;
  display: flex;
}
#welcome-footer #footer-links h5 {
  color: #FFF;
}
#welcome-footer #back-to-top {
  right: 25px;
  bottom: 23px;
}

/*------------------------------------------*/
/*    Connection Link Icons
/*------------------------------------------*/
#welcome-footer ul#footer-icons {
  padding-top: 8px;
  margin-bottom: 1.5rem;
}

#welcome-footer ul#footer-icons li.list-inline-item {
  margin-right: 0px;
}

#welcome-footer .footer-icon {
  position: relative;
  text-align: center;
  color: #BEC0C2;
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  border: 1px solid #2b3340;
  transition: all ease 0.3s;
}

#welcome-footer #footer-icons .fa-facebook:after {
  box-shadow: 0 0 0 2px #3b5998;
}

#welcome-footer #footer-icons .fa-twitter:after {
  box-shadow: 0 0 0 2px #55acee;
}

#welcome-footer #footer-icons .fa-linkedin:after {
  box-shadow: 0 0 0 2px #007bb5;
}

#welcome-footer #footer-icons .fa-instagram:after {
  box-shadow: 0 0 0 2px #e95950;
}

#welcome-footer #footer-icons .fa-flickr:after {
  box-shadow: 0 0 0 2px #ff0084;
}

#welcome-footer #footer-icons .fa-vimeo:after {
  box-shadow: 0 0 0 2px #aad450;
}

#welcome-footer #footer-icons .fa-facebook:hover {
  background-color: #3b5998;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-twitter:hover {
  background-color: #55acee;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-linkedin:hover {
  background-color: #007bb5;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-instagram:hover {
  background-color: #e95950;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-flickr:hover {
  background-color: #ff0084;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-vimeo:hover {
  background-color: #aad450;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-google:hover {
  background-color: #4285F4;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-youtube:hover {
  background-color: #FF0000;
  color: #FFF;
}

/*------------------------------------------*/
/*    Copyright Styles 
/*------------------------------------------*/
#welcome-footer #copyright {
  font-family: "Lato", sans-serif;
  border-top: 1px solid #2b3340;
  height: 64px;
  padding: 24px 0px 0px 0px;
}

#welcome-footer #copyright p {
  font-size: 12px;
  line-height: 1em;
  color: rgba(247, 247, 247, 0.9);
  font-weight: 700;
}

#welcome-footer #copyright p a {
  color: #007BFF;
  font-size: 12px;
}

#welcome-footer #copyright p a:hover {
  color: #1c5c7f;
  outline: none;
  text-decoration: none;
}

#welcome-footer #copyright span {
  color: #898989;
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

#welcome-footer #copyright .copyright-left {
  float: left;
}

#welcome-footer #copyright .copyright-right {
  float: right;
  text-align: right;
}

/* ==========================================================================           
 *
 *    GDPR Cookie
 *
 * ========================================================================== */
.js-cookie-consent {
  position: fixed;
  font-size: 14px;
  bottom: 0;
  padding: 2rem;
  text-align: justify;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  color: #1e1e2d;
  box-shadow: 0 2px 16px rgba(179, 186, 212, 0.7) !important;
}
.js-cookie-consent .js-cookie-consent-agree {
  margin-left: 0.7rem;
  margin-top: 0.5rem;
  font-size: 10px;
  min-width: 80px;
  border-radius: 35px;
  padding: 0.375rem 25px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #007BFF;
  border-color: #007BFF;
}
.js-cookie-consent .js-cookie-consent-agree:hover, .js-cookie-consent .js-cookie-consent-agree:focus {
  background-color: #1e1e2d;
  border-color: #1e1e2d;
}

/* ==========================================================================           
 *
 *    LOCALE STYLES
 *
 * ========================================================================== */
#frontend-local {
  float: left;
}
#frontend-local .nav-link.icon .header-icon {
  color: #FFF;
  padding-left: 0;
}
#frontend-local .dropdown-menu {
  left: -1px !important;
  margin-top: 10px;
  min-width: 8rem;
}
#frontend-local .dropdown-menu .dropdown-item:hover {
  color: #007BFF;
}

section .alert {
  right: 1rem;
  margin-top: 0;
  color: #FFF !important;
  font-family: "Poppins", sans-serif;
  float: right;
}

/* ==========================================================================           
*
*    LOGIN
*
* ========================================================================== */
.login-bg {
  background-image: url(/img/files/login-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.login-bg h4 {
  color: white;
  font-weight: 800;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

/*------ Alignments -------*/
.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-success {
  background-color: #38cb89 !important;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #15ca7c !important;
}

button.bg-success:hover, button.bg-success:focus {
  background-color: #15ca7c !important;
}

.bg-info {
  background-color: #007BFF !important;
}

.bg-dark {
  background-color: #1e1e2d !important;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #1594ef !important;
}

button.bg-info:hover, button.bg-info:focus {
  background-color: #1594ef !important;
}

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

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #c29d0b !important;
}

button.bg-warning:hover, button.bg-warning:focus {
  background-color: #c29d0b !important;
}

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

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #a11918 !important;
}

button.bg-danger:hover, button.bg-danger:focus {
  background-color: #a11918 !important;
}

.bg-light {
  background-color: #f0f0f2 !important;
}

a.bg-light:hover, a.bg-light:focus {
  background-color: #f0f0f2 !important;
}

button.bg-light:hover, button.bg-light:focus {
  background-color: #f0f0f2 !important;
}

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

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

.bg-gradient-success {
  background-image: linear-gradient(to left, #43c47a 0%, #10ae23 100%);
}

.bg-gradient-info {
  background-image: linear-gradient(to left, #8caef3 0%, #5b7fff 100%);
}

.bg-gradient-warning {
  background-image: linear-gradient(to left, #f8be8d 0%, #ff9a44 100%);
}

.bg-gradient-teal {
  background-image: linear-gradient(to left, #60c1db 0%, #0698a7 100%);
}

.bg-gradient-blue {
  background-image: linear-gradient(to left, #07aedb 0%, #055ee9 100%);
}

.bg-gradient-danger {
  background-image: linear-gradient(to left, #ff90a0 0%, #fc6076 100%);
}

.bg-gray-100 {
  background-color: #f2f2f2;
}

.bg-gray-200 {
  background-color: #e6e6e6;
}

.bg-gray-300 {
  background-color: #d9d9d9;
}

.bg-gray-400 {
  background-color: #cccccc;
}

.bg-gray-500 {
  background-color: #bfbfbf;
}

.bg-gray-600 {
  background-color: #b3b3b3;
}

.bg-gray-700 {
  background-color: #a9a9a9;
}

.bg-gray-800 {
  background-color: #a6a6a6;
}

.bg-gray-900 {
  background-color: #999999;
}

.bg-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

.border-left-right {
  border-right: 1px solid #ebecf1 !important;
  border-left: 1px solid #ebecf1 !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-top-bottom-0 {
  border-top: 0px solid #ebecf1 !important;
  border-bottom: 0px solid #ebecf1 !important;
}

.border-left-right-0 {
  border-right: 0px solid #ebecf1 !important;
  border-left: 0px solid #ebecf1 !important;
}

.border-success {
  border-color: #38cb89 !important;
}

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

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

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

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-transparent {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

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

.border-light2 {
  border-color: #ebecf1 !important;
}

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

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

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

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

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

.border-wd-5 {
  border-width: 5px !important;
}

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

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-circle {
  border-radius: 50% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.clearfix .fab {
  font-size: 25px;
}
.clearfix h5 {
  font-size: 20px;
  font-weight: bold;
}

i.fa.round {
  border-radius: 50%;
  padding: 5px;
  width: 15%;
}

.list-icon span p {
  border-radius: 15px;
  width: 50%;
  margin: 0px auto;
}

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

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

.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) {
  .float-sm-left {
    float: left !important;
  }

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

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

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

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

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-3, .my-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 0.75rem !important;
  }

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

  .mt-sm-4, .my-sm-4 {
    margin-top: 1rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-5, .my-sm-5 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-6, .my-sm-6 {
    margin-top: 2rem !important;
  }

  .mr-sm-6, .mx-sm-6 {
    margin-right: 2rem !important;
  }

  .mb-sm-6, .my-sm-6 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-6, .mx-sm-6 {
    margin-left: 2rem !important;
  }

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

  .mt-sm-7, .my-sm-7 {
    margin-top: 3rem !important;
  }

  .mr-sm-7, .mx-sm-7 {
    margin-right: 3rem !important;
  }

  .mb-sm-7, .my-sm-7 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-7, .mx-sm-7 {
    margin-left: 3rem !important;
  }

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

  .mt-sm-8, .my-sm-8 {
    margin-top: 4rem !important;
  }

  .mr-sm-8, .mx-sm-8 {
    margin-right: 4rem !important;
  }

  .mb-sm-8, .my-sm-8 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-8, .mx-sm-8 {
    margin-left: 4rem !important;
  }

  .m-sm-9 {
    margin: 6rem !important;
  }

  .mt-sm-9, .my-sm-9 {
    margin-top: 6rem !important;
  }

  .mr-sm-9, .mx-sm-9 {
    margin-right: 6rem !important;
  }

  .mb-sm-9, .my-sm-9 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-9, .mx-sm-9 {
    margin-left: 6rem !important;
  }

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

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

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-3, .py-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 0.75rem !important;
  }

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

  .pt-sm-4, .py-sm-4 {
    padding-top: 1rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-5, .py-sm-5 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-6, .py-sm-6 {
    padding-top: 2rem !important;
  }

  .pr-sm-6, .px-sm-6 {
    padding-right: 2rem !important;
  }

  .pb-sm-6, .py-sm-6 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-6, .px-sm-6 {
    padding-left: 2rem !important;
  }

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

  .pt-sm-7, .py-sm-7 {
    padding-top: 3rem !important;
  }

  .pr-sm-7, .px-sm-7 {
    padding-right: 3rem !important;
  }

  .pb-sm-7, .py-sm-7 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-7, .px-sm-7 {
    padding-left: 3rem !important;
  }

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

  .pt-sm-8, .py-sm-8 {
    padding-top: 4rem !important;
  }

  .pr-sm-8, .px-sm-8 {
    padding-right: 4rem !important;
  }

  .pb-sm-8, .py-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-8, .px-sm-8 {
    padding-left: 4rem !important;
  }

  .p-sm-9 {
    padding: 6rem !important;
  }

  .pt-sm-9, .py-sm-9 {
    padding-top: 6rem !important;
  }

  .pr-sm-9, .px-sm-9 {
    padding-right: 6rem !important;
  }

  .pb-sm-9, .py-sm-9 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-9, .px-sm-9 {
    padding-left: 6rem !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;
  }

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

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

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

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

  .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) {
  .page-content {
    margin: 1.5rem 0;
  }

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

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

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

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

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

  .float-md-none {
    float: none !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 0.75rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 0.75rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }

  .m-md-5 {
    margin: 1.5rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 1.5rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 1.5rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 1.5rem !important;
  }

  .m-md-6 {
    margin: 2rem !important;
  }

  .mt-md-6, .my-md-6 {
    margin-top: 2rem !important;
  }

  .mr-md-6, .mx-md-6 {
    margin-right: 2rem !important;
  }

  .mb-md-6, .my-md-6 {
    margin-bottom: 2rem !important;
  }

  .ml-md-6, .mx-md-6 {
    margin-left: 2rem !important;
  }

  .m-md-7 {
    margin: 3rem !important;
  }

  .mt-md-7, .my-md-7 {
    margin-top: 3rem !important;
  }

  .mr-md-7, .mx-md-7 {
    margin-right: 3rem !important;
  }

  .mb-md-7, .my-md-7 {
    margin-bottom: 3rem !important;
  }

  .ml-md-7, .mx-md-7 {
    margin-left: 3rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .mt-md-8, .my-md-8 {
    margin-top: 4rem !important;
  }

  .mr-md-8, .mx-md-8 {
    margin-right: 4rem !important;
  }

  .mb-md-8, .my-md-8 {
    margin-bottom: 4rem !important;
  }

  .ml-md-8, .mx-md-8 {
    margin-left: 4rem !important;
  }

  .m-md-9 {
    margin: 6rem !important;
  }

  .mt-md-9, .my-md-9 {
    margin-top: 6rem !important;
  }

  .mr-md-9, .mx-md-9 {
    margin-right: 6rem !important;
  }

  .mb-md-9, .my-md-9 {
    margin-bottom: 6rem !important;
  }

  .ml-md-9, .mx-md-9 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 0.75rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1rem !important;
  }

  .p-md-5 {
    padding: 1.5rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 1.5rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 1.5rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 1.5rem !important;
  }

  .p-md-6 {
    padding: 2rem !important;
  }

  .pt-md-6, .py-md-6 {
    padding-top: 2rem !important;
  }

  .pr-md-6, .px-md-6 {
    padding-right: 2rem !important;
  }

  .pb-md-6, .py-md-6 {
    padding-bottom: 2rem !important;
  }

  .pl-md-6, .px-md-6 {
    padding-left: 2rem !important;
  }

  .p-md-7 {
    padding: 3rem !important;
  }

  .pt-md-7, .py-md-7 {
    padding-top: 3rem !important;
  }

  .pr-md-7, .px-md-7 {
    padding-right: 3rem !important;
  }

  .pb-md-7, .py-md-7 {
    padding-bottom: 3rem !important;
  }

  .pl-md-7, .px-md-7 {
    padding-left: 3rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .pt-md-8, .py-md-8 {
    padding-top: 4rem !important;
  }

  .pr-md-8, .px-md-8 {
    padding-right: 4rem !important;
  }

  .pb-md-8, .py-md-8 {
    padding-bottom: 4rem !important;
  }

  .pl-md-8, .px-md-8 {
    padding-left: 4rem !important;
  }

  .p-md-9 {
    padding: 6rem !important;
  }

  .pt-md-9, .py-md-9 {
    padding-top: 6rem !important;
  }

  .pr-md-9, .px-md-9 {
    padding-right: 6rem !important;
  }

  .pb-md-9, .py-md-9 {
    padding-bottom: 6rem !important;
  }

  .pl-md-9, .px-md-9 {
    padding-left: 6rem !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;
  }

  .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;
  }

  .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) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .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;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.5rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 1.5rem !important;
  }

  .m-lg-6 {
    margin: 2rem !important;
  }

  .mt-lg-6, .my-lg-6 {
    margin-top: 2rem !important;
  }

  .mr-lg-6, .mx-lg-6 {
    margin-right: 2rem !important;
  }

  .mb-lg-6, .my-lg-6 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-6, .mx-lg-6 {
    margin-left: 2rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .mt-lg-7, .my-lg-7 {
    margin-top: 3rem !important;
  }

  .mr-lg-7, .mx-lg-7 {
    margin-right: 3rem !important;
  }

  .mb-lg-7, .my-lg-7 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-7, .mx-lg-7 {
    margin-left: 3rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .mt-lg-8, .my-lg-8 {
    margin-top: 4rem !important;
  }

  .mr-lg-8, .mx-lg-8 {
    margin-right: 4rem !important;
  }

  .mb-lg-8, .my-lg-8 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-8, .mx-lg-8 {
    margin-left: 4rem !important;
  }

  .m-lg-9 {
    margin: 6rem !important;
  }

  .mt-lg-9, .my-lg-9 {
    margin-top: 6rem !important;
  }

  .mr-lg-9, .mx-lg-9 {
    margin-right: 6rem !important;
  }

  .mb-lg-9, .my-lg-9 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-9, .mx-lg-9 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.5rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 1.5rem !important;
  }

  .p-lg-6 {
    padding: 2rem !important;
  }

  .pt-lg-6, .py-lg-6 {
    padding-top: 2rem !important;
  }

  .pr-lg-6, .px-lg-6 {
    padding-right: 2rem !important;
  }

  .pb-lg-6, .py-lg-6 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-6, .px-lg-6 {
    padding-left: 2rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .pt-lg-7, .py-lg-7 {
    padding-top: 3rem !important;
  }

  .pr-lg-7, .px-lg-7 {
    padding-right: 3rem !important;
  }

  .pb-lg-7, .py-lg-7 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-7, .px-lg-7 {
    padding-left: 3rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .pt-lg-8, .py-lg-8 {
    padding-top: 4rem !important;
  }

  .pr-lg-8, .px-lg-8 {
    padding-right: 4rem !important;
  }

  .pb-lg-8, .py-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-8, .px-lg-8 {
    padding-left: 4rem !important;
  }

  .p-lg-9 {
    padding: 6rem !important;
  }

  .pt-lg-9, .py-lg-9 {
    padding-top: 6rem !important;
  }

  .pr-lg-9, .px-lg-9 {
    padding-right: 6rem !important;
  }

  .pb-lg-9, .py-lg-9 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-9, .px-lg-9 {
    padding-left: 6rem !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;
  }

  .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: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .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;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.5rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 1.5rem !important;
  }

  .m-xl-6 {
    margin: 2rem !important;
  }

  .mt-xl-6, .my-xl-6 {
    margin-top: 2rem !important;
  }

  .mr-xl-6, .mx-xl-6 {
    margin-right: 2rem !important;
  }

  .mb-xl-6, .my-xl-6 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-6, .mx-xl-6 {
    margin-left: 2rem !important;
  }

  .m-xl-7 {
    margin: 3rem !important;
  }

  .mt-xl-7, .my-xl-7 {
    margin-top: 3rem !important;
  }

  .mr-xl-7, .mx-xl-7 {
    margin-right: 3rem !important;
  }

  .mb-xl-7, .my-xl-7 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-7, .mx-xl-7 {
    margin-left: 3rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .mt-xl-8, .my-xl-8 {
    margin-top: 4rem !important;
  }

  .mr-xl-8, .mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8, .my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8, .mx-xl-8 {
    margin-left: 4rem !important;
  }

  .m-xl-9 {
    margin: 6rem !important;
  }

  .mt-xl-9, .my-xl-9 {
    margin-top: 6rem !important;
  }

  .mr-xl-9, .mx-xl-9 {
    margin-right: 6rem !important;
  }

  .mb-xl-9, .my-xl-9 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-9, .mx-xl-9 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.5rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 1.5rem !important;
  }

  .p-xl-6 {
    padding: 2rem !important;
  }

  .pt-xl-6, .py-xl-6 {
    padding-top: 2rem !important;
  }

  .pr-xl-6, .px-xl-6 {
    padding-right: 2rem !important;
  }

  .pb-xl-6, .py-xl-6 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-6, .px-xl-6 {
    padding-left: 2rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .pt-xl-7, .py-xl-7 {
    padding-top: 3rem !important;
  }

  .pr-xl-7, .px-xl-7 {
    padding-right: 3rem !important;
  }

  .pb-xl-7, .py-xl-7 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-7, .px-xl-7 {
    padding-left: 3rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .pt-xl-8, .py-xl-8 {
    padding-top: 4rem !important;
  }

  .pr-xl-8, .px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8, .py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-8, .px-xl-8 {
    padding-left: 4rem !important;
  }

  .p-xl-9 {
    padding: 6rem !important;
  }

  .pt-xl-9, .py-xl-9 {
    padding-top: 6rem !important;
  }

  .pr-xl-9, .px-xl-9 {
    padding-right: 6rem !important;
  }

  .pb-xl-9, .py-xl-9 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-9, .px-xl-9 {
    padding-left: 6rem !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;
  }

  .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;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

/*------ Widths, Margins & Paddings -------*/
.wd-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-150 {
  width: 150px !important;
}

.w-auto {
  width: auto !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.fw-2 {
  width: 20px !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.5rem !important;
}

.w-6 {
  width: 2rem !important;
}

.w-7 {
  width: 3rem !important;
}

.w-8 {
  width: 4rem !important;
}

.w-9 {
  width: 6rem !important;
}

.w-100h {
  width: 100px !important;
}

.w-110 {
  width: 110px !important;
}

.w-200 {
  width: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.w-300 {
  width: 300px !important;
}

.w-350 {
  width: 350px !important;
}

.w-400 {
  width: 400px !important;
}

.w-450 {
  width: 450px !important;
}

.w-500 {
  width: 500px !important;
}

.ht-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100vh {
  height: 100vh !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-15 {
  height: 0.35rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.5rem !important;
}

.h-6 {
  height: 2rem !important;
}

.h-7 {
  height: 3rem !important;
}

.h-8 {
  height: 4rem !important;
}

.h-9 {
  height: 6rem !important;
}

.h-100h {
  height: 100px !important;
}

.h-130 {
  height: 130px !important;
}

.h-140 {
  height: 140px !important;
}

.h-150 {
  height: 150px !important;
}

.h-160 {
  height: 160px !important;
}

.h-170 {
  height: 170px !important;
}

.h-180 {
  height: 180px !important;
}

.h-200 {
  height: 200px !important;
}

.h-250 {
  height: 250px !important;
}

.h-300 {
  height: 300px !important;
}

.h-350 {
  height: 350px !important;
}

.h-370 {
  height: 370px !important;
}

.h-400 {
  height: 400px !important;
}

.h-420 {
  height: 420px !important;
}

.h-450 {
  height: 450px !important;
}

.h-500 {
  height: 500px !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-5px {
  margin-top: -5px;
}

.mt-m10 {
  margin-top: -10rem !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3, .my-3 {
  margin-top: 0.75rem !important;
}

.mr-3, .mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3, .mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5, .my-5 {
  margin-top: 1.5rem !important;
}

.mt-5-7, .my-5-7 {
  margin-top: 1.7rem !important;
}

.mr-5, .mx-5 {
  margin-right: 1.5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5, .mx-5 {
  margin-left: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6, .my-6 {
  margin-top: 2rem !important;
}

.mr-6, .mx-6 {
  margin-right: 2rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 2rem !important;
}

.ml-6, .mx-6 {
  margin-left: 2rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7, .my-7 {
  margin-top: 3rem !important;
}

.mr-7, .mx-7 {
  margin-right: 3rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 3rem !important;
}

.ml-7, .mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8, .my-8 {
  margin-top: 4rem !important;
}

.mr-8, .mx-8 {
  margin-right: 4rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 4rem !important;
}

.ml-8, .mx-8 {
  margin-left: 4rem !important;
}

.m-9 {
  margin: 6rem !important;
}

.mt-9, .my-9 {
  margin-top: 6rem !important;
}

.mr-9, .mx-9 {
  margin-right: 6rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 6rem !important;
}

.ml-9, .mx-9 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3, .py-3 {
  padding-top: 0.75rem !important;
}

.pr-3, .px-3 {
  padding-right: 0.75rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3, .px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4, .py-4 {
  padding-top: 1rem !important;
}

.pr-4, .px-4 {
  padding-right: 1rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1rem !important;
}

.pl-4, .px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5, .py-5 {
  padding-top: 1.5rem !important;
}

.pr-5, .px-5 {
  padding-right: 1.5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5, .px-5 {
  padding-left: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6, .py-6 {
  padding-top: 2rem !important;
}

.pr-6, .px-6 {
  padding-right: 2rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 2rem !important;
}

.pl-6, .px-6 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7, .py-7 {
  padding-top: 3rem !important;
}

.pr-7, .px-7 {
  padding-right: 3rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 3rem !important;
}

.pl-7, .px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8, .py-8 {
  padding-top: 4rem !important;
}

.pr-8, .px-8 {
  padding-right: 4rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 4rem !important;
}

.pl-8, .px-8 {
  padding-left: 4rem !important;
}

.p-9 {
  padding: 6rem !important;
}

.pt-9, .py-9 {
  padding-top: 6rem !important;
}

.pr-9, .px-9 {
  padding-right: 6rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pr-10 {
  padding-right: 8rem !important;
}

.pl-10 {
  padding-left: 8rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 6rem !important;
}

.pl-9, .px-9 {
  padding-left: 6rem !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;
}

/*------- Alignments & values-------*/
.text-monospace {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-normal1 {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #f0f0f0 !important;
}

.text-success {
  color: #38cb89 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #15ca7c !important;
}

.text-info {
  color: #007BFF !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1e1e2d !important;
}

.text-warning {
  color: #ffab00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c29d0b !important;
}

.text-danger {
  color: #ef4b4b !important;
  font-size: 12px;
  margin-top: 5px;
}

.is-danger {
  border: 1px solid #ef4b4b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #df0812 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #1e1e2d !important;
}

.text-highlight {
  color: #007BFF;
}

a.text-dark:hover, a.text-dark:focus {
  color: #384b6e !important;
}

.text-body {
  color: #495057 !important;
}

.text-muted {
  color: #728096 !important;
}

.icon-muted {
  color: #e2e2e9 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  .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;
  }

  .container {
    max-width: none;
  }

  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  *::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;
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  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, .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, .text-wrap table {
    border-collapse: collapse !important;
  }

  .table td, .text-wrap table td, .table th, .text-wrap table th {
    background-color: #fff !important;
  }

  .table-bordered th, .text-wrap table th, .table-bordered td, .text-wrap table td {
    border: 1px solid #ebecf1 !important;
  }
}
.background-white {
  background: #FFF !important;
}

.background-special {
  background: #f5f9fc !important;
}

.lead {
  line-height: 1.4;
}

.lead-3 {
  line-height: 1.3;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

strong, b {
  font-weight: 600;
}

p, ul, ol {
  margin-bottom: 1em;
}

blockquote {
  margin-bottom: 1em;
  font-style: italic;
  color: #6e7687;
  padding-left: 2rem;
  border-left: 2px solid rgba(0, 40, 100, 0.12);
}
blockquote p {
  margin-bottom: 1rem;
}
blockquote cite {
  display: block;
  text-align: right;
}
blockquote cite:before {
  content: "â€” ";
}

code {
  background: #f0f0f2;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  padding: 3px;
}

pre code {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

pre {
  color: #5b7fff;
  padding: 1.5rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f8fafc;
  border-radius: 3px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

img {
  max-width: 100%;
}

.text-wrap {
  font-size: 14px;
  line-height: 1.66;
}
.text-wrap > :first-child {
  margin-top: 0;
}
.text-wrap > :last-child {
  margin-bottom: 0;
}
.text-wrap > h1, .text-wrap > h2, .text-wrap > h3, .text-wrap > h4, .text-wrap > h5, .text-wrap > h6 {
  margin-top: 1em;
}

.section-nav {
  background-color: #f8f9fa;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  list-style: none;
}
.section-nav:before {
  content: "Table of contents:";
  display: block;
  font-weight: 600;
}

.row-cards > .col, .row-cards > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row-deck > .col, .row-deck > [class*=col-] {
  display: flex;
  align-items: stretch;
}
.row-deck > .col .card, .row-deck > [class*=col-] .card {
  flex: 1 1 auto;
}

.col-text {
  max-width: 48rem;
}

.col-login {
  max-width: 24rem;
}

.gutters-0 {
  margin-right: 0;
  margin-left: 0;
}
.gutters-0 > .col, .gutters-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.gutters-0 .card {
  margin-bottom: 0;
}

.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.gutters-xs > .col, .gutters-xs > [class*=col-] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.gutters-xs .card {
  margin-bottom: 0.5rem;
}

.gutters-sm {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.gutters-sm > .col, .gutters-sm > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.gutters-sm .card {
  margin-bottom: 1rem;
}

.gutters-lg {
  margin-right: -1rem;
  margin-left: -1rem;
}
.gutters-lg > .col, .gutters-lg > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutters-lg .card {
  margin-bottom: 2rem;
}

.gutters-xl {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.gutters-xl > .col, .gutters-xl > [class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.gutters-xl .card {
  margin-bottom: 3rem;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: 0.75rem 0;
}

body.fixed-header .page {
  padding-top: 4.5rem;
}

@media (min-width: 1600px) {
  body.aside-opened .page {
    margin-right: 22rem;
  }
}
.page-main {
  flex: 1 1 auto;
}

.pos-absolute {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.text-icon {
  color: #5c678f !important;
}

.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 1rem 0;
}
.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding: 0 1rem;
  text-transform: uppercase;
}
.divider .divider-text:before {
  right: 100%;
}
.divider .divider-text:after {
  left: 100%;
}
.divider .divider-text:after, .divider .divider-text:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #dfe3e7;
}

/*-----Back to Top-----*/
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  display: none;
  text-align: center;
  border-radius: 5px;
  -o-border-radius: 2px;
  height: 40px;
  width: 40px;
  line-height: 2.8;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#back-to-top i {
  font-size: 24px;
}

.tabs-menu .nav {
  display: inline-flex !important;
}

.tabs-menu ul li a {
  padding: 5px 20px;
  display: block;
  margin: 3px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100px;
}
.tabs-menu ul li .active {
  color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.tabs-menu-body {
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.tabs-menu-body .card {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important;
  transition: all 0.2s;
}
.tabs-menu-body .card:hover, .tabs-menu-body .card:focus {
  box-shadow: 0 0 12px rgba(33, 33, 33, 0.2) !important;
}
.tabs-menu-body .card:hover .plan-cost, .tabs-menu-body .card:focus .plan-cost {
  color: #007bff;
}
.tabs-menu-body .card:hover .prepaid-plan .plan-cost, .tabs-menu-body .card:focus .prepaid-plan .plan-cost {
  color: #666666;
}
.tabs-menu-body .card:hover .prepaid-plan .plan-title, .tabs-menu-body .card:focus .prepaid-plan .plan-title {
  color: #007bff;
}
.tabs-menu-body .card .plan {
  min-height: 380px;
}
.tabs-menu-body .card .plan-cost {
  font-size: 40px;
  font-weight: 800;
  color: #666666;
  padding-left: 17px;
  padding-right: 5px;
  font-family: "Open Sans", sans-serif;
}
.tabs-menu-body .card .plan-currency-sign {
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 25px;
  color: #ccc;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.tabs-menu-body .card .divider {
  background-color: #e6e6e6;
  border-radius: 5px;
  height: 3px;
  width: 40px;
}
.tabs-menu-body .card .plan-title {
  font-size: 24px;
  font-weight: 800;
  font-family: "Open Sans";
  margin-bottom: 1rem;
}
.tabs-menu-body .card ul li {
  margin-bottom: 0.3rem;
}
.tabs-menu-body .card ul li i {
  margin-right: 0.3rem;
}
.tabs-menu-body .card .action-button button {
  width: 145px;
}
.tabs-menu-body .card .action-button a {
  width: 145px;
}
.tabs-menu-body .card .prepaid-plan {
  min-height: auto !important;
}
.tabs-menu-body .card .prepaid-plan .plan-title {
  margin-bottom: 0 !important;
}
.tabs-menu-body .card .prepaid-plan .plan-cost {
  float: right;
  padding-left: 2px !important;
  padding-right: 2px !important;
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif;
}
.tabs-menu-body .card .prepaid-plan .prepaid-currency-sign {
  font-size: 10px !important;
  float: right;
  vertical-align: super;
  color: #ccc;
  margin-top: 6px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.tabs-menu-body .card .prepaid-plan .plan-note {
  margin-top: -5px;
}
.tabs-menu-body .card .prepaid-plan .action-button {
  position: unset;
}
.tabs-menu-body p:last-child {
  margin-bottom: 0;
}

.tab-menu-heading {
  padding: 20px;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

#back-to-top:hover {
  background: #fff;
  line-height: 3;
  border-color: #fff;
}
#back-to-top:hover i {
  color: #007bff;
}

/*------ Background colors -------*/
.bg-blue-lightest {
  background-color: #edf2fa !important;
}

a.bg-blue-lightest:hover, a.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}

button.bg-blue-lightest:hover, button.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}

.bg-blue-lighter {
  background-color: #c8d9f1 !important;
}

a.bg-blue-lighter:hover, a.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}

button.bg-blue-lighter:hover, button.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}

.bg-blue-light {
  background-color: #7ea5dd !important;
}

a.bg-blue-light:hover, a.bg-blue-light:focus {
  background-color: #5689d2 !important;
}

button.bg-blue-light:hover, button.bg-blue-light:focus {
  background-color: #5689d2 !important;
}

.bg-blue-dark {
  background-color: #3866a6 !important;
}

a.bg-blue-dark:hover, a.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}

button.bg-blue-dark:hover, button.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}

.bg-blue-darker {
  background-color: #1c3353 !important;
}

a.bg-blue-darker:hover, a.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}

button.bg-blue-darker:hover, button.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}

.bg-blue-darkest {
  background-color: #0e1929 !important;
}

a.bg-blue-darkest:hover, a.bg-blue-darkest:focus {
  background-color: #010203 !important;
}

button.bg-blue-darkest:hover, button.bg-blue-darkest:focus {
  background-color: #010203 !important;
}

.bg-purssianblue {
  background-color: #362f71;
}

a.bg-purssianblue-lightest:hover, a.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}

button.bg-purssianblue-lightest:hover, button.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}

.bg-indigo-lightest {
  background-color: #f0f1fa !important;
}

a.bg-indigo-lightest:hover, a.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}

button.bg-indigo-lightest:hover, button.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}

.bg-indigo-lighter {
  background-color: #d1d5f0 !important;
}

a.bg-indigo-lighter:hover, a.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}

button.bg-indigo-lighter:hover, button.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}

.bg-indigo-light {
  background-color: #939edc !important;
}

a.bg-indigo-light:hover, a.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}

button.bg-indigo-light:hover, button.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}

.bg-indigo-dark {
  background-color: #515da4 !important;
}

a.bg-indigo-dark:hover, a.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}

button.bg-indigo-dark:hover, button.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}

.bg-indigo-darker {
  background-color: #282e52 !important;
}

a.bg-indigo-darker:hover, a.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}

button.bg-indigo-darker:hover, button.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}

.bg-indigo-darkest {
  background-color: #141729 !important;
}

a.bg-indigo-darkest:hover, a.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}

button.bg-indigo-darkest:hover, button.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}

.bg-purple-lightest {
  background-color: #f6effd !important;
}

a.bg-purple-lightest:hover, a.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}

button.bg-purple-lightest:hover, button.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}

.bg-purple-lighter {
  background-color: #e4cff9 !important;
}

a.bg-purple-lighter:hover, a.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}

button.bg-purple-lighter:hover, button.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}

.bg-purple-light {
  background-color: #c08ef0 !important;
}

a.bg-purple-light:hover, a.bg-purple-light:focus {
  background-color: #a761ea !important;
}

button.bg-purple-light:hover, button.bg-purple-light:focus {
  background-color: #a761ea !important;
}

.bg-purple-dark {
  background-color: #844bbb !important;
}

a.bg-purple-dark:hover, a.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}

button.bg-purple-dark:hover, button.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}

.bg-purple-darker {
  background-color: #42265e !important;
}

a.bg-purple-darker:hover, a.bg-purple-darker:focus {
  background-color: #29173a !important;
}

button.bg-purple-darker:hover, button.bg-purple-darker:focus {
  background-color: #29173a !important;
}

.bg-purple-darkest {
  background-color: #21132f !important;
}

a.bg-purple-darkest:hover, a.bg-purple-darkest:focus {
  background-color: #08040b !important;
}

button.bg-purple-darkest:hover, button.bg-purple-darkest:focus {
  background-color: #08040b !important;
}

.bg-pink-lightest {
  background-color: #fef0f5 !important;
}

a.bg-pink-lightest:hover, a.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}

button.bg-pink-lightest:hover, button.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}

.bg-pink-lighter {
  background-color: #fcd3e1 !important;
}

a.bg-pink-lighter:hover, a.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}

button.bg-pink-lighter:hover, button.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}

.bg-pink-light {
  background-color: #f999b9 !important;
}

a.bg-pink-light:hover, a.bg-pink-light:focus {
  background-color: #f66998 !important;
}

button.bg-pink-light:hover, button.bg-pink-light:focus {
  background-color: #f66998 !important;
}

.bg-pink-dark {
  background-color: #c5577c !important;
}

a.bg-pink-dark:hover, a.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}

button.bg-pink-dark:hover, button.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}

.bg-pink-darker {
  background-color: #622c3e !important;
}

a.bg-pink-darker:hover, a.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}

button.bg-pink-darker:hover, button.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}

.bg-pink-darkest {
  background-color: #31161f !important;
}

a.bg-pink-darkest:hover, a.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}

button.bg-pink-darkest:hover, button.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}

.bg-red-lightest {
  background-color: #fae9e9 !important;
}

a.bg-red-lightest:hover, a.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}

button.bg-red-lightest:hover, button.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}

.bg-red-lighter {
  background-color: #f0bcbc !important;
}

a.bg-red-lighter:hover, a.bg-red-lighter:focus {
  background-color: #e79292 !important;
}

button.bg-red-lighter:hover, button.bg-red-lighter:focus {
  background-color: #e79292 !important;
}

.bg-red-light {
  background-color: #dc6362 !important;
}

a.bg-red-light:hover, a.bg-red-light:focus {
  background-color: #d33a38 !important;
}

button.bg-red-light:hover, button.bg-red-light:focus {
  background-color: #d33a38 !important;
}

.bg-red-dark {
  background-color: #a41a19 !important;
}

a.bg-red-dark:hover, a.bg-red-dark:focus {
  background-color: #781312 !important;
}

button.bg-red-dark:hover, button.bg-red-dark:focus {
  background-color: #781312 !important;
}

.bg-red-darker {
  background-color: #520d0c !important;
}

a.bg-red-darker:hover, a.bg-red-darker:focus {
  background-color: #260605 !important;
}

button.bg-red-darker:hover, button.bg-red-darker:focus {
  background-color: #260605 !important;
}

.bg-red-darkest {
  background-color: #290606 !important;
}

a.bg-red-darkest:hover, a.bg-red-darkest:focus {
  background-color: black !important;
}

button.bg-red-darkest:hover, button.bg-red-darkest:focus {
  background-color: black !important;
}

.bg-orange-lightest {
  background-color: #fff !important;
}

a.bg-orange-lightest:hover, a.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}

button.bg-orange-lightest:hover, button.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}

.bg-orange-lighter {
  background-color: #fee0c7 !important;
}

a.bg-orange-lighter:hover, a.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}

button.bg-orange-lighter:hover, button.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}

.bg-orange-light {
  background-color: #feb67c !important;
}

a.bg-orange-light:hover, a.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}

button.bg-orange-light:hover, button.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}

.bg-orange-dark {
  background-color: #ca7836 !important;
}

a.bg-orange-dark:hover, a.bg-orange-dark:focus {
  background-color: #a2602b !important;
}

button.bg-orange-dark:hover, button.bg-orange-dark:focus {
  background-color: #a2602b !important;
}

.bg-orange-darker {
  background-color: #653c1b !important;
}

a.bg-orange-darker:hover, a.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}

button.bg-orange-darker:hover, button.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}

.bg-orange-darkest {
  background-color: #331e0e !important;
}

a.bg-orange-darkest:hover, a.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}

button.bg-orange-darkest:hover, button.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}

.bg-yellow-lightest {
  background-color: #fef9e7 !important;
}

a.bg-yellow-lightest:hover, a.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}

button.bg-yellow-lightest:hover, button.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}

.bg-yellow-lighter {
  background-color: #fbedb7 !important;
}

a.bg-yellow-lighter:hover, a.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}

button.bg-yellow-lighter:hover, button.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}

.bg-yellow-light {
  background-color: #f5d657 !important;
}

a.bg-yellow-light:hover, a.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}

button.bg-yellow-light:hover, button.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}

.bg-yellow-dark {
  background-color: #c19d0c !important;
}

a.bg-yellow-dark:hover, a.bg-yellow-dark:focus {
  background-color: #917609 !important;
}

button.bg-yellow-dark:hover, button.bg-yellow-dark:focus {
  background-color: #917609 !important;
}

.bg-yellow-darker {
  background-color: #604e06 !important;
}

a.bg-yellow-darker:hover, a.bg-yellow-darker:focus {
  background-color: #302703 !important;
}

button.bg-yellow-darker:hover, button.bg-yellow-darker:focus {
  background-color: #302703 !important;
}

.bg-yellow-darkest {
  background-color: #302703 !important;
}

a.bg-yellow-darkest:hover, a.bg-yellow-darkest:focus {
  background-color: black !important;
}

button.bg-yellow-darkest:hover, button.bg-yellow-darkest:focus {
  background-color: black !important;
}

.bg-green-lightest {
  background-color: #eff8e6 !important;
}

a.bg-green-lightest:hover, a.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}

button.bg-green-lightest:hover, button.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}

.bg-green-lighter {
  background-color: #cfeab3 !important;
}

a.bg-green-lighter:hover, a.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}

button.bg-green-lighter:hover, button.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}

.bg-green-light {
  background-color: #8ecf4d !important;
}

a.bg-green-light:hover, a.bg-green-light:focus {
  background-color: #75b831 !important;
}

button.bg-green-light:hover, button.bg-green-light:focus {
  background-color: #75b831 !important;
}

.bg-green-dark {
  background-color: #4b9500 !important;
}

a.bg-green-dark:hover, a.bg-green-dark:focus {
  background-color: #316200 !important;
}

button.bg-green-dark:hover, button.bg-green-dark:focus {
  background-color: #316200 !important;
}

.bg-green-darker {
  background-color: #264a00 !important;
}

a.bg-green-darker:hover, a.bg-green-darker:focus {
  background-color: #0c1700 !important;
}

button.bg-green-darker:hover, button.bg-green-darker:focus {
  background-color: #0c1700 !important;
}

.bg-green-darkest {
  background-color: #132500 !important;
}

a.bg-green-darkest:hover, a.bg-green-darkest:focus {
  background-color: black !important;
}

button.bg-green-darkest:hover, button.bg-green-darkest:focus {
  background-color: black !important;
}

.bg-teal-lightest {
  background-color: #eafaf8 !important;
}

a.bg-teal-lightest:hover, a.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}

button.bg-teal-lightest:hover, button.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}

.bg-teal-lighter {
  background-color: #bfefea !important;
}

a.bg-teal-lighter:hover, a.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}

button.bg-teal-lighter:hover, button.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}

.bg-teal-light {
  background-color: #6bdbcf !important;
}

a.bg-teal-light:hover, a.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}

button.bg-teal-light:hover, button.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}

.bg-teal-dark {
  background-color: #22a295 !important;
}

a.bg-teal-dark:hover, a.bg-teal-dark:focus {
  background-color: #19786e !important;
}

button.bg-teal-dark:hover, button.bg-teal-dark:focus {
  background-color: #19786e !important;
}

.bg-teal-darker {
  background-color: #11514a !important;
}

a.bg-teal-darker:hover, a.bg-teal-darker:focus {
  background-color: #082723 !important;
}

button.bg-teal-darker:hover, button.bg-teal-darker:focus {
  background-color: #082723 !important;
}

.bg-teal-darkest {
  background-color: #092925 !important;
}

a.bg-teal-darkest:hover, a.bg-teal-darkest:focus {
  background-color: black !important;
}

button.bg-teal-darkest:hover, button.bg-teal-darkest:focus {
  background-color: black !important;
}

.bg-cyan-lightest {
  background-color: #e8f6f8 !important;
}

a.bg-cyan-lightest:hover, a.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}

button.bg-cyan-lightest:hover, button.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}

.bg-cyan-lighter {
  background-color: #b9e3ea !important;
}

a.bg-cyan-lighter:hover, a.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}

button.bg-cyan-lighter:hover, button.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}

.bg-cyan-light {
  background-color: #5dbecd !important;
}

a.bg-cyan-light:hover, a.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}

button.bg-cyan-light:hover, button.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}

.bg-cyan-dark {
  background-color: #128293 !important;
}

a.bg-cyan-dark:hover, a.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}

button.bg-cyan-dark:hover, button.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}

.bg-cyan-darker {
  background-color: #09414a !important;
}

a.bg-cyan-darker:hover, a.bg-cyan-darker:focus {
  background-color: #03191d !important;
}

button.bg-cyan-darker:hover, button.bg-cyan-darker:focus {
  background-color: #03191d !important;
}

.bg-cyan-darkest {
  background-color: #052025 !important;
}

a.bg-cyan-darkest:hover, a.bg-cyan-darkest:focus {
  background-color: black !important;
}

button.bg-cyan-darkest:hover, button.bg-cyan-darkest:focus {
  background-color: black !important;
}

.bg-white-lightest {
  background-color: white !important;
}

a.bg-white-lightest:hover, a.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}

button.bg-white-lightest:hover, button.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-lighter {
  background-color: white !important;
}

a.bg-white-lighter:hover, a.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}

button.bg-white-lighter:hover, button.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-light {
  background-color: white !important;
}

a.bg-white-light:hover, a.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}

button.bg-white-light:hover, button.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-dark {
  background-color: #cccccc !important;
}

a.bg-white-dark:hover, a.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}

button.bg-white-dark:hover, button.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}

.bg-white-darker {
  background-color: #666666 !important;
}

a.bg-white-darker:hover, a.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}

button.bg-white-darker:hover, button.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}

.bg-white-darkest {
  background-color: #333333 !important;
}

a.bg-white-darkest:hover, a.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}

button.bg-white-darkest:hover, button.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}

.bg-gray-lightest {
  background-color: #f3f4f5 !important;
}

a.bg-gray-lightest:hover, a.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}

button.bg-gray-lightest:hover, button.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}

.bg-gray-lighter {
  background-color: #dbdde0 !important;
}

a.bg-gray-lighter:hover, a.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}

button.bg-gray-lighter:hover, button.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}

.bg-gray-light {
  background-color: #aab0b6 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus {
  background-color: #8f979e !important;
}

button.bg-gray-light:hover, button.bg-gray-light:focus {
  background-color: #8f979e !important;
}

.bg-gray-dark {
  background-color: #6b7278 !important;
  background-color: #343a40 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus {
  background-color: #53585d !important;
  background-color: #1d2124 !important;
}

button.bg-gray-dark:hover, button.bg-gray-dark:focus {
  background-color: #53585d !important;
  background-color: #1d2124 !important;
}

.bg-gray-darker {
  background-color: #36393c !important;
}

a.bg-gray-darker:hover, a.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}

button.bg-gray-darker:hover, button.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}

.bg-gray-darkest {
  background-color: #1b1c1e !important;
}

a.bg-gray-darkest:hover, a.bg-gray-darkest:focus {
  background-color: #030303 !important;
}

button.bg-gray-darkest:hover, button.bg-gray-darkest:focus {
  background-color: #030303 !important;
}

.bg-gray-dark-lightest {
  background-color: #ebebec !important;
}

a.bg-gray-dark-lightest:hover, a.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}

button.bg-gray-dark-lightest:hover, button.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}

.bg-gray-dark-lighter {
  background-color: #c2c4c6 !important;
}

a.bg-gray-dark-lighter:hover, a.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}

button.bg-gray-dark-lighter:hover, button.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}

.bg-gray-dark-light {
  background-color: #717579 !important;
}

a.bg-gray-dark-light:hover, a.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}

button.bg-gray-dark-light:hover, button.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}

.bg-gray-dark-dark {
  background-color: #2a2e33 !important;
}

a.bg-gray-dark-dark:hover, a.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}

button.bg-gray-dark-dark:hover, button.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}

.bg-gray-dark-darker {
  background-color: #15171a !important;
}

a.bg-gray-dark-darker:hover, a.bg-gray-dark-darker:focus {
  background-color: black !important;
}

button.bg-gray-dark-darker:hover, button.bg-gray-dark-darker:focus {
  background-color: black !important;
}

.bg-gray-dark-darkest {
  background-color: #0a0c0d !important;
}

a.bg-gray-dark-darkest:hover, a.bg-gray-dark-darkest:focus {
  background-color: black !important;
}

button.bg-gray-dark-darkest:hover, button.bg-gray-dark-darkest:focus {
  background-color: black !important;
}

.bg-azure-lightest {
  background-color: #ecf7fe !important;
}

a.bg-azure-lightest:hover, a.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}

button.bg-azure-lightest:hover, button.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}

.bg-azure-lighter {
  background-color: #c7e6fb !important;
}

a.bg-azure-lighter:hover, a.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}

button.bg-azure-lighter:hover, button.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}

.bg-azure-light {
  background-color: #7dc4f6 !important;
}

a.bg-azure-light:hover, a.bg-azure-light:focus {
  background-color: #4daef3 !important;
}

button.bg-azure-light:hover, button.bg-azure-light:focus {
  background-color: #4daef3 !important;
}

.bg-azure-dark {
  background-color: #3788c2 !important;
}

a.bg-azure-dark:hover, a.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}

button.bg-azure-dark:hover, button.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}

.bg-azure-darker {
  background-color: #1c4461 !important;
}

a.bg-azure-darker:hover, a.bg-azure-darker:focus {
  background-color: #112839 !important;
}

button.bg-azure-darker:hover, button.bg-azure-darker:focus {
  background-color: #112839 !important;
}

.bg-azure-darkest {
  background-color: #0e2230 !important;
}

a.bg-azure-darkest:hover, a.bg-azure-darkest:focus {
  background-color: #020609 !important;
}

button.bg-azure-darkest:hover, button.bg-azure-darkest:focus {
  background-color: #020609 !important;
}

.bg-lime-lightest {
  background-color: #f2fbeb !important;
}

a.bg-lime-lightest:hover, a.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}

button.bg-lime-lightest:hover, button.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}

.bg-lime-lighter {
  background-color: #d7f2c2 !important;
}

a.bg-lime-lighter:hover, a.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}

button.bg-lime-lighter:hover, button.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}

.bg-lime-light {
  background-color: #a3e072 !important;
}

a.bg-lime-light:hover, a.bg-lime-light:focus {
  background-color: #88d748 !important;
}

button.bg-lime-light:hover, button.bg-lime-light:focus {
  background-color: #88d748 !important;
}

.bg-lime-dark {
  background-color: #62a82a !important;
}

a.bg-lime-dark:hover, a.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}

button.bg-lime-dark:hover, button.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}

.bg-lime-darker {
  background-color: #315415 !important;
}

a.bg-lime-darker:hover, a.bg-lime-darker:focus {
  background-color: #192b0b !important;
}

button.bg-lime-darker:hover, button.bg-lime-darker:focus {
  background-color: #192b0b !important;
}

.bg-lime-darkest {
  background-color: #192a0b !important;
}

a.bg-lime-darkest:hover, a.bg-lime-darkest:focus {
  background-color: #010200 !important;
}

button.bg-lime-darkest:hover, button.bg-lime-darkest:focus {
  background-color: #010200 !important;
}

.display-1 i, .display-2 i, .display-3 i, .display-4 i {
  vertical-align: baseline;
  font-size: 0.815em;
}

.text-inherit {
  color: inherit !important;
}

.text-default {
  color: #4e5761 !important;
}

.text-muted-dark {
  color: #6e7687 !important;
}

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.05em !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.bg-blue {
  background-color: #083dc1 !important;
  color: #fff !important;
}

a.bg-blue:hover, a.bg-blue:focus {
  background-color: #1747bd !important;
}

button.bg-blue:hover, button.bg-blue:focus {
  background-color: #1747bd !important;
}

.text-blue {
  color: #083dc1 !important;
}

.bg-indigo {
  background-color: #5323a7 !important;
  color: #fff !important;
}

a.bg-indigo:hover, a.bg-indigo:focus {
  background-color: #3f51c1 !important;
}

button.bg-indigo:hover, button.bg-indigo:focus {
  background-color: #3f51c1 !important;
}

.text-indigo {
  color: #5323a7 !important;
}

.bg-purple {
  background-color: #920bfa !important;
  color: #fff !important;
}

a.bg-purple:hover, a.bg-purple:focus {
  background-color: #8c31e4 !important;
}

button.bg-purple:hover, button.bg-purple:focus {
  background-color: #8c31e4 !important;
}

.text-purple {
  color: #920bfa !important;
}

.text-lightpink-red {
  color: #ff7088 !important;
}

.text-lightgreen {
  color: #26eda2 !important;
}

.bg-pink {
  background-color: #bb08c0 !important;
  color: #fff !important;
}

.bg-darkpink {
  background-color: #14A485 !important;
  color: #fff !important;
}

a.bg-pink:hover, a.bg-pink:focus {
  background-color: #f33d7a !important;
}

button.bg-pink:hover, button.bg-pink:focus {
  background-color: #f33d7a !important;
}

.text-pink {
  color: #bb08c0 !important;
}

.bg-red {
  background-color: #dc0441 !important;
  color: #fff !important;
}

a.bg-red:hover, a.bg-red:focus {
  background-color: #a11918 !important;
}

button.bg-red:hover, button.bg-red:focus {
  background-color: #a11918 !important;
}

.text-red {
  color: #dc0441 !important;
}

.bg-orange {
  background-color: #fc7303 !important;
  color: #fff !important;
}

a.bg-orange:hover, a.bg-orange:focus {
  background-color: #fc7a12 !important;
}

button.bg-orange:hover, button.bg-orange:focus {
  background-color: #fc7a12 !important;
}

.text-orange {
  color: #fc7303 !important;
}

.bg-yellow {
  background-color: #ecb403 !important;
  color: #fff !important;
}

a.bg-yellow:hover, a.bg-yellow:focus {
  background-color: #c29d0b !important;
}

button.bg-yellow:hover, button.bg-yellow:focus {
  background-color: #c29d0b !important;
}

.text-yellow {
  color: #ecb403 !important;
}

.bg-green {
  background-color: #2dce89 !important;
  color: #fff !important;
}

a.bg-green:hover, a.bg-green:focus {
  background-color: #15ca7c !important;
}

button.bg-green:hover, button.bg-green:focus {
  background-color: #15ca7c !important;
}

.text-green {
  color: #2dce89 !important;
}

.bg-teal {
  background-color: #06c0d9 !important;
}

a.bg-teal:hover, a.bg-teal:focus {
  background-color: #22a193 !important;
}

button.bg-teal:hover, button.bg-teal:focus {
  background-color: #22a193 !important;
}

.text-teal {
  color: #06c0d9 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

a.bg-cyan:hover, a.bg-cyan:focus {
  background-color: #117a8b !important;
}

button.bg-cyan:hover, button.bg-cyan:focus {
  background-color: #117a8b !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus {
  background-color: #f3f4f5 !important;
}

button.bg-white:hover, button.bg-white:focus {
  background-color: #f3f4f5 !important;
}

.text-white {
  color: #fff !important;
}

.bg-gray {
  background-color: #868e96 !important;
}

a.bg-gray:hover, a.bg-gray:focus {
  background-color: #6c757d !important;
}

button.bg-gray:hover, button.bg-gray:focus {
  background-color: #6c757d !important;
}

.text-gray {
  color: #969696 !important;
}

.bg-lightpink-red {
  color: #ff7088 !important;
}

.text-gray-dark {
  color: #343a40 !important;
}

.bg-azure {
  background-color: #45aaf2 !important;
}

a.bg-azure:hover, a.bg-azure:focus {
  background-color: #1594ef !important;
}

button.bg-azure:hover, button.bg-azure:focus {
  background-color: #1594ef !important;
}

.text-azure {
  color: #45aaf2 !important;
}

.bg-lime {
  background-color: #1e74a0 !important;
}

a.bg-lime:hover, a.bg-lime:focus {
  background-color: #63ad27 !important;
}

button.bg-lime:hover, button.bg-lime:focus {
  background-color: #63ad27 !important;
}

.text-lime {
  color: #1e74a0 !important;
}

.icon {
  color: #fff !important;
}
.icon i {
  vertical-align: -1px;
  color: #5c678f;
}

a.icon {
  text-decoration: none;
  cursor: pointer;
}
a.icon:hover {
  color: #fff !important;
}

.o-auto {
  overflow: auto !important;
}

.o-hidden {
  overflow: hidden !important;
}

.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow2 {
  box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0), 10px 10px 15px -5px #b0b8d6 !important;
}

.shadow-none {
  box-shadow: none !important;
}

.bg-info-green {
  background-color: rgba(0, 200, 81, 0.4);
}

.bg-success-transparent {
  background-color: rgba(56, 203, 137, 0.2) !important;
}

.bg-info-transparent {
  background-color: rgba(34, 133, 204, 0.2) !important;
}

.bg-warning-transparent {
  background-color: rgba(252, 191, 9, 0.2) !important;
}

.bg-danger-transparent {
  background-color: rgba(250, 96, 96, 0.2) !important;
}

.bg-success-transparent-2 {
  background-color: rgba(56, 203, 137, 0.15) !important;
}

.bg-info-transparent-2 {
  background-color: rgba(34, 133, 204, 0.15) !important;
}

.bg-warning-transparent-2 {
  background-color: rgba(252, 191, 9, 0.15) !important;
}

.bg-danger-transparent-2 {
  background-color: rgba(250, 96, 96, 0.15) !important;
}

.bg-facebook {
  background: #2b4170 !important;
}

.bg-google {
  background: linear-gradient(to bottom right, #e64522, #c33219) !important;
  color: #fff;
}

.bg-dribbble {
  background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}

/*------ Default -------*/
.card {
  font-family: "Lato", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid #dbe2eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.special-shadow {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  margin-top: 1rem;
}

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-header:before {
  content: "";
  position: absolute;
  left: 0px;
  padding: 3px;
  border-radius: 0 50px 50px 0;
  height: 20px;
}
.card-header:first-child {
  border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0rem 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  color: #6e7687;
}
.card-footer:last-child {
  border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
  margin: -1.25rem 0;
  border-bottom: 0;
  line-height: 2rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

.card-img {
  width: 100%;
  border-radius: calc(3px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(3px - 1px);
  border-bottom-left-radius: calc(3px - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (max-width: 576px) {
  .header {
    border-bottom: 0px !important;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 0.75rem;
}

@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%;
  }

  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }

  .horizontalMenucontainer .header-brand-img.mobile-logo, .horizontalMenucontainer .header-brand-img.darkmobile-logo, .horizontalMenucontainer .header-brand-img.dark-logo {
    display: none;
  }

  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 3px;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.5rem;
}

/*------ Default Card Values -------*/
.rhombus {
  width: 350px;
  height: 80px;
  transform: rotate(67.5deg);
  background-color: yellow;
}

@media print {
  .card {
    box-shadow: none;
    border: none;
  }

  .card-header {
    display: none;
  }

  .card-body {
    padding: 0;
  }
}
.card-body {
  flex: 1 1 auto;
  margin: 0;
  padding: 1rem 1.5rem;
  position: relative;
}
.card-body + .card-body {
  border-top: 1px solid #ebecf1;
}

.tilebox-one i {
  font-size: 62px;
}

.card-body > :last-child {
  margin-bottom: 0;
}

.card-body-scrollable {
  overflow: auto;
}

.card-footer, .card-bottom {
  padding: 1rem 1.5rem;
  background: none;
}

.log {
  margin-top: -26px;
}

.card-header {
  background: transparent;
  padding: 0.5rem 1.5rem;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #ebecf1;
  position: relative;
}
.card-header .card-title {
  margin-bottom: 0;
}
.card-header.border-0 + .card-body {
  padding-top: 0;
}

.card-title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
}

.card-title-inner {
  font-weight: 700;
  font-size: 14px;
}

.reg {
  text-align: center;
  font-size: 50px;
  color: #2e1170;
  float: right;
}

.card-title a {
  color: inherit;
}
.card-title:only-child {
  margin-bottom: 0;
}
.card-title small {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.card-subtitle {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.card-table {
  margin-bottom: 0;
}
.card-table tr:first-child td, .card-table tr:first-child th {
  border-top: 0;
}
.card-table tr td:first-child, .card-table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table tr td:last-child, .card-table tr th:last-child {
  padding-right: 1.5rem;
}

.card-body + .card-table {
  border-top: 1px solid #ebecf1;
}

.card-profile .card-header {
  height: 5rem;
  background-size: cover;
  border: 0;
}

.profie-img .flex-md-row img {
  width: 60px;
}

.card-profile-img {
  max-width: 6rem;
  margin-bottom: 1rem;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.card-link + .card-link {
  margin-left: 1rem;
  margin-left: 1.5rem;
}

.card-body + .card-list-group {
  border-top: 1px solid #ebecf1;
}

.card-list-group .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card-list-group .list-group-item:last-child {
  border-bottom: 0;
}
.card-list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header-tabs .nav-item {
  margin-bottom: 1px;
}

.card-header-pills {
  margin: -0.75rem 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-aside {
  flex-direction: row;
}

.card-aside-column {
  min-width: 5rem;
  width: 20%;
  flex: 0 0 20%;
  background: no-repeat center/cover;
}

.card-value {
  font-size: 1rem;
  line-height: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.card-value i {
  vertical-align: middle;
}

.card-chart-bg {
  height: 4rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.list-media .media-img {
  position: relative;
  float: left;
  width: 48px;
  margin-right: 20px;
}
.list-media .info {
  padding-left: 55px;
  min-height: 40px;
  height: auto;
  position: relative;
}
.list-media .info h4 a {
  font-size: 16px;
  margin-top: 10px;
}
.list-media .info p {
  font-size: 13px;
}
.list-media .info .text-right {
  right: 0;
  color: #8a8a8a;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -28px;
}

.card-options {
  margin-left: auto;
  display: flex;
  order: 100;
  margin-right: -0.5rem;
  color: #9aa0ac;
  align-self: center;
}
.card-options a:not(.btn) {
  color: #1e1e2d;
}
.card-options a:not(.btn):hover {
  text-decoration: none;
}
.card-options a:not(.btn) i {
  font-size: 1rem;
}
.card-options a.option-dots {
  color: #5c678f;
  display: inline-block;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
  padding: 0;
}
.card-options a.option-dots:hover {
  text-decoration: none;
  color: #007BFF;
}
.card-options .dropdown-toggle:after {
  display: none;
}

.widgets-cards .wrp.icon-circle {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 15px;
}
.widgets-cards .wrp.icon-circle i {
  font-size: 1.6rem;
  color: #fff;
}
.widgets-cards .wrp p {
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.widgets-cards .wrp p:first-child {
  font-weight: 400;
  font-size: 36px;
}

ul li .legend-dots {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

.legend li {
  padding: 5px;
  float: left;
}

.stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.icon-size {
  font-size: 2.5rem !important;
}

.card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.statistics-box {
  position: relative;
  padding-left: 80px;
  text-align: right;
  padding-top: 14px;
  min-height: 80px;
  text-align: center;
}
.statistics-box .ico {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}
.statistics-box .ico.small {
  font-weight: 900;
  font-size: 42px;
}
.statistics-box h2 {
  font-weight: 600 !important;
}

/*Card options*/
.card-collapsed > :not(.card-header):not(.card-status) {
  display: none;
}
.card-collapsed .card-options-collapse i:before {
  content: "";
}

.card-fullscreen .card-options-fullscreen i:before {
  content: "";
}
.card-fullscreen .card-options-remove {
  display: none;
}

/*Card maps*/
.card-map {
  height: 15rem;
  background: #e9ecef;
}

.card-map-placeholder {
  background: no-repeat center;
}

/**Card tabs*/
.card-tabs {
  display: flex;
}

.card-tabs-bottom .card-tabs-item {
  border: 0;
}
.card-tabs-bottom .card-tabs-item.active {
  border-top-color: #fff;
}

.card-tabs-item {
  flex: 1 1 auto;
  display: block;
  padding: 1.4rem 1.5rem;
  color: inherit;
  overflow: hidden;
}

a.card-tabs-item {
  background: #fafbfc;
}
a.card-tabs-item:hover {
  text-decoration: none;
  color: inherit;
}
a.card-tabs-item:focus {
  z-index: 1;
}
a.card-tabs-item.active {
  background: #fff;
  border-bottom-color: #fff;
}

/**Card status*/
.card-status {
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 3px;
  border-radius: 7px 7px 0 0;
  background: rgba(0, 40, 100, 0.12);
}

.card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 3px;
}

/**Card icon*/
.card-icon {
  width: 3rem;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}

/**Card fullscreen*/
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}

/**Card alert*/
.card-alert {
  border-radius: 0;
  margin: -1px -1px 0;
}

.card-category {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  background: #f3f3f3;
}

.list-card {
  padding: 14px 25px;
  border-radius: 0px;
  box-shadow: 0 2px 10px 0 rgba(4, 4, 7, 0.1);
  margin-bottom: 12px;
  background: #fff;
  position: relative;
}

.card > .list-group {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.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.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/*------Drop Downs-------*/
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #c4c9d6;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  min-width: auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: 1px solid #ebecf1;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.header .dropdown-menu[x-placement^=top], .header .dropdown-menu[x-placement^=right], .header .dropdown-menu[x-placement^=bottom], .header .dropdown-menu[x-placement^=left] {
  top: 62px !important;
  border-radius: 6px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  border: 1px solid #ebecf1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header-notify.show .dropdown-menu {
  left: -273px !important;
  min-width: 320px !important;
}

.header-locale.show .dropdown-menu {
  left: -80px !important;
}
.header-locale.show .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
}
.header-locale.show .dropdown-menu .dropdown-item:hover, .header-locale.show .dropdown-menu .dropdown-item:focus {
  background: #f5f9fc;
}

.profile-dropdown.show .dropdown-menu[x-placement^=bottom] {
  left: -130px !important;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.notifyimg {
  color: #fff;
  float: left;
  height: 40px;
  line-height: 39px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  border-radius: 50%;
  margin-top: 5px;
}

.view-all-button {
  padding: 0.5rem 0.5rem 0.2rem;
}

.mark-read:hover {
  background-color: #1e1e2d !important;
}

.text-brown {
  color: #363b40;
}

.header-expand .mdi {
  line-height: 1 !important;
}

.profile-icon {
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  margin-right: 12px;
}

.notify-menu {
  position: relative;
  overflow-y: scroll;
  max-height: 300px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.7rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.drop-icon-wrap {
  text-align: center;
}
.drop-icon-wrap li {
  display: block;
}
.drop-icon-wrap .drop-icon-item {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #878787;
  text-transform: capitalize;
  width: 50%;
  float: left;
}

.block {
  display: block !important;
}

.drop-icon-item i {
  font-size: 20px;
  padding-bottom: 5px;
}

.drop-icon-wrap .drop-icon-item:hover, .drop-icon-wrap .drop-icon-item:focus {
  text-decoration: none;
  background-color: #eef0ff;
}

.dropdown-item.user {
  font-size: 12px;
  padding: 5px;
}

.floating {
  -webkit-animation: floating 3s ease infinite;
          animation: floating 3s ease infinite;
  will-change: transform;
}

.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  background-color: #f0f0f2;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background-color: #f0f0f2;
  color: #3e4358;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #fff;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
  margin: 0;
}

.dropdown-menu-arrow.dropdown-menu-right:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  border-bottom: 10px solid #ebecf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-right:after {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 16px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-left:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  border-bottom: 10px solid #ebecf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-left:after {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 16px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.nav-item.show .dropdown-menu.dropdown-menu-arrow.show {
  top: -1px !important;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 1;
}

.btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group {
  margin-left: -1px;
}
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group {
  margin-left: -1px;
}
.btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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;
}

/*-----List Of Dropdwons-----*/
btn.dropdown-toggle ~ .dropdown-menu {
  background-color: #f4f4f4 !important;
  background-color: white !important;
  border: 0 solid #4285f4 !important;
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu {
  background-color: #f4f4f4 !important;
  background-color: white !important;
  border: 0 solid #4285f4 !important;
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  width: 100% !important;
}

.dropdown-menu > li > a {
  display: block;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1e1e2d;
  background-color: #f0f0f2;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background: #ebecf1;
}
.dropdown-menu .dropdown-plus-title {
  width: 100% !important;
  color: #6b6f80 !important;
  padding: 6px 12px !important;
  font-weight: 500 !important;
  border: 0 solid #ebecf1 !important;
  border-bottom-width: 1px !important;
  cursor: pointer !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px !important;
}

.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
  border-color: #38cb89 !important;
}
.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
  border-color: #5b7fff !important;
}
.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
  border-color: #ffab00 !important;
}
.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
  border-color: #ef4b4b !important;
}

.dropdown-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid #ebecf1;
}

.dropdown-demo .dropdown-menu {
  position: static;
  float: none;
}

.dropdown-menu-header label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b6f80;
}

.dropdown-media-list .media {
  padding: 12px 15px;
}
.dropdown-media-list .media:hover, .dropdown-media-list .media:focus {
  background-color: #f8f9fa;
}

.media {
  display: flex;
  align-items: flex-start;
}

.dropdown-media-list img {
  border-radius: 100%;
}
.dropdown-media-list .media-body {
  margin-left: 15px;
}

.media-body {
  flex: 1;
}

.dropdown-media-list .media-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-media-list .media-body > div p {
  margin-bottom: 0;
  font-weight: 500;
  color: #6b6f80;
  font-size: 14px;
}
.dropdown-media-list .media-body > div span {
  font-size: 12px;
}
.dropdown-media-list .media-body > p {
  font-size: 14px;
  margin-bottom: 0;
}

.dropdown-list-footer {
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #ebecf1;
}

.label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.dropdown-media-list {
  padding: 0;
}

@media (min-width: 768px) {
  ul.dropdown-menu li.dropdown ul.dropdown-menu {
    width: auto !important;
  }
  ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.dropdown {
  display: block;
}

#sidebar .dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 12rem;
}

.dropdown-menu-arrow.dropdown-menu-right:before, .dropdown-menu-arrow.dropdown-menu-right:after {
  left: auto;
  right: 12px;
}

.dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.dropdown-toggle:after {
  vertical-align: 0.155em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-icon {
  color: #3e4358;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: -1px;
}

.header .profile-dropdown .dropdown-menu {
  top: 61px !important;
}
.header .profile-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
}
.header .profile-dropdown .dropdown-menu .dropdown-item:hover, .header .profile-dropdown .dropdown-menu .dropdown-item:focus {
  background: #f5f9fc;
}
.header .header-dropdown-list {
  height: 300px;
}

.dropdown-header {
  padding: 15px;
  border-bottom: 1px solid #ebecf1;
  color: #1e1e2d;
  display: flex;
}

.dropdown-toggle.split-dropdown {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.result-message {
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  color: #596fd6;
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none;
}

#card-error {
  color: #697386;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

#payment-request-button {
  margin-bottom: 32px;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
  }
}
/*------ Icons List ------*/
.flag {
  width: 1.6rem;
  height: 1.2rem;
  display: inline-block;
  background: no-repeat center/100% 100%;
  vertical-align: bottom;
  font-style: normal;
}

.flag-ad {
  background-image: url("/img/flags/ad.svg");
}

.flag-ae {
  background-image: url("/img/flags/ae.svg");
}

.flag-af {
  background-image: url("/img/flags/af.svg");
}

.flag-ag {
  background-image: url("/img/flags/ag.svg");
}

.flag-ai {
  background-image: url("/img/flags/ai.svg");
}

.flag-al {
  background-image: url("/img/flags/al.svg");
}

.flag-am {
  background-image: url("/img/flags/am.svg");
}

.flag-ao {
  background-image: url("/img/flags/ao.svg");
}

.flag-aq {
  background-image: url("/img/flags/aq.svg");
}

.flag-ar {
  background-image: url("/img/flags/ar.svg");
}

.flag-as {
  background-image: url("/img/flags/as.svg");
}

.flag-at {
  background-image: url("/img/flags/at.svg");
}

.flag-au {
  background-image: url("/img/flags/au.svg");
}

.flag-aw {
  background-image: url("/img/flags/aw.svg");
}

.flag-ax {
  background-image: url("/img/flags/ax.svg");
}

.flag-az {
  background-image: url("/img/flags/az.svg");
}

.flag-ba {
  background-image: url("/img/flags/ba.svg");
}

.flag-bb {
  background-image: url("/img/flags/bb.svg");
}

.flag-bd {
  background-image: url("/img/flags/bd.svg");
}

.flag-be {
  background-image: url("/img/flags/be.svg");
}

.flag-bf {
  background-image: url("/img/flags/bf.svg");
}

.flag-bg {
  background-image: url("/img/flags/bg.svg");
}

.flag-bh {
  background-image: url("/img/flags/bh.svg");
}

.flag-bi {
  background-image: url("/img/flags/bi.svg");
}

.flag-bj {
  background-image: url("/img/flags/bj.svg");
}

.flag-bl {
  background-image: url("/img/flags/bl.svg");
}

.flag-bm {
  background-image: url("/img/flags/bm.svg");
}

.flag-bn {
  background-image: url("/img/flags/bn.svg");
}

.flag-bo {
  background-image: url("/img/flags/bo.svg");
}

.flag-bq {
  background-image: url("/img/flags/bq.svg");
}

.flag-br {
  background-image: url("/img/flags/br.svg");
}

.flag-bs {
  background-image: url("/img/flags/bs.svg");
}

.flag-bt {
  background-image: url("/img/flags/bt.svg");
}

.flag-bv {
  background-image: url("/img/flags/bv.svg");
}

.flag-bw {
  background-image: url("/img/flags/bw.svg");
}

.flag-by {
  background-image: url("/img/flags/by.svg");
}

.flag-bz {
  background-image: url("/img/flags/bz.svg");
}

.flag-ca {
  background-image: url("/img/flags/ca.svg");
}

.flag-cc {
  background-image: url("/img/flags/cc.svg");
}

.flag-cd {
  background-image: url("/img/flags/cd.svg");
}

.flag-cf {
  background-image: url("/img/flags/cf.svg");
}

.flag-cg {
  background-image: url("/img/flags/cg.svg");
}

.flag-ch {
  background-image: url("/img/flags/ch.svg");
}

.flag-ci {
  background-image: url("/img/flags/ci.svg");
}

.flag-ck {
  background-image: url("/img/flags/ck.svg");
}

.flag-cl {
  background-image: url("/img/flags/cl.svg");
}

.flag-cm {
  background-image: url("/img/flags/cm.svg");
}

.flag-cn {
  background-image: url("/img/flags/cn.svg");
}

.flag-co {
  background-image: url("/img/flags/co.svg");
}

.flag-cr {
  background-image: url("/img/flags/cr.svg");
}

.flag-cu {
  background-image: url("/img/flags/cu.svg");
}

.flag-cv {
  background-image: url("/img/flags/cv.svg");
}

.flag-cw {
  background-image: url("/img/flags/cw.svg");
}

.flag-cx {
  background-image: url("/img/flags/cx.svg");
}

.flag-cy {
  background-image: url("/img/flags/cy.svg");
}

.flag-cz {
  background-image: url("/img/flags/cz.svg");
}

.flag-de {
  background-image: url("/img/flags/de.svg");
}

.flag-dj {
  background-image: url("/img/flags/dj.svg");
}

.flag-dk {
  background-image: url("/img/flags/dk.svg");
}

.flag-dm {
  background-image: url("/img/flags/dm.svg");
}

.flag-do {
  background-image: url("/img/flags/do.svg");
}

.flag-dz {
  background-image: url("/img/flags/dz.svg");
}

.flag-ec {
  background-image: url("/img/flags/ec.svg");
}

.flag-ee {
  background-image: url("/img/flags/ee.svg");
}

.flag-eg {
  background-image: url("/img/flags/eg.svg");
}

.flag-eh {
  background-image: url("/img/flags/eh.svg");
}

.flag-er {
  background-image: url("/img/flags/er.svg");
}

.flag-es {
  background-image: url("/img/flags/es.svg");
}

.flag-et {
  background-image: url("/img/flags/et.svg");
}

.flag-eu {
  background-image: url("/img/flags/eu.svg");
}

.flag-fi {
  background-image: url("/img/flags/fi.svg");
}

.flag-fj {
  background-image: url("/img/flags/fj.svg");
}

.flag-fk {
  background-image: url("/img/flags/fk.svg");
}

.flag-fm {
  background-image: url("/img/flags/fm.svg");
}

.flag-fo {
  background-image: url("/img/flags/fo.svg");
}

.flag-fr {
  background-image: url("/img/flags/fr.svg");
}

.flag-ga {
  background-image: url("/img/flags/ga.svg");
}

.flag-gb-eng {
  background-image: url("/img/flags/gb-eng.svg");
}

.flag-gb-nir {
  background-image: url("/img/flags/gb-nir.svg");
}

.flag-gb-sct {
  background-image: url("/img/flags/gb-sct.svg");
}

.flag-gb-wls {
  background-image: url("/img/flags/gb-wls.svg");
}

.flag-gb {
  background-image: url("/img/flags/gb.svg");
}

.flag-gd {
  background-image: url("/img/flags/gd.svg");
}

.flag-ge {
  background-image: url("/img/flags/ge.svg");
}

.flag-gf {
  background-image: url("/img/flags/gf.svg");
}

.flag-gg {
  background-image: url("/img/flags/gg.svg");
}

.flag-gh {
  background-image: url("/img/flags/gh.svg");
}

.flag-gi {
  background-image: url("/img/flags/gi.svg");
}

.flag-gl {
  background-image: url("/img/flags/gl.svg");
}

.flag-gm {
  background-image: url("/img/flags/gm.svg");
}

.flag-gn {
  background-image: url("/img/flags/gn.svg");
}

.flag-gp {
  background-image: url("/img/flags/gp.svg");
}

.flag-gq {
  background-image: url("/img/flags/gq.svg");
}

.flag-gr {
  background-image: url("/img/flags/gr.svg");
}

.flag-gs {
  background-image: url("/img/flags/gs.svg");
}

.flag-gt {
  background-image: url("/img/flags/gt.svg");
}

.flag-gu {
  background-image: url("/img/flags/gu.svg");
}

.flag-gw {
  background-image: url("/img/flags/gw.svg");
}

.flag-gy {
  background-image: url("/img/flags/gy.svg");
}

.flag-hk {
  background-image: url("/img/flags/hk.svg");
}

.flag-hm {
  background-image: url("/img/flags/hm.svg");
}

.flag-hn {
  background-image: url("/img/flags/hn.svg");
}

.flag-hr {
  background-image: url("/img/flags/hr.svg");
}

.flag-ht {
  background-image: url("/img/flags/ht.svg");
}

.flag-hu {
  background-image: url("/img/flags/hu.svg");
}

.flag-id {
  background-image: url("/img/flags/id.svg");
}

.flag-ie {
  background-image: url("/img/flags/ie.svg");
}

.flag-il {
  background-image: url("/img/flags/il.svg");
}

.flag-im {
  background-image: url("/img/flags/im.svg");
}

.flag-in {
  background-image: url("/img/flags/in.svg");
}

.flag-io {
  background-image: url("/img/flags/io.svg");
}

.flag-iq {
  background-image: url("/img/flags/iq.svg");
}

.flag-ir {
  background-image: url("/img/flags/ir.svg");
}

.flag-is {
  background-image: url("/img/flags/is.svg");
}

.flag-it {
  background-image: url("/img/flags/it.svg");
}

.flag-je {
  background-image: url("/img/flags/je.svg");
}

.flag-jm {
  background-image: url("/img/flags/jm.svg");
}

.flag-jo {
  background-image: url("/img/flags/jo.svg");
}

.flag-jp {
  background-image: url("/img/flags/jp.svg");
}

.flag-ke {
  background-image: url("/img/flags/ke.svg");
}

.flag-kg {
  background-image: url("/img/flags/kg.svg");
}

.flag-kh {
  background-image: url("/img/flags/kh.svg");
}

.flag-ki {
  background-image: url("/img/flags/ki.svg");
}

.flag-km {
  background-image: url("/img/flags/km.svg");
}

.flag-kn {
  background-image: url("/img/flags/kn.svg");
}

.flag-kp {
  background-image: url("/img/flags/kp.svg");
}

.flag-kr {
  background-image: url("/img/flags/kr.svg");
}

.flag-kw {
  background-image: url("/img/flags/kw.svg");
}

.flag-ky {
  background-image: url("/img/flags/ky.svg");
}

.flag-kz {
  background-image: url("/img/flags/kz.svg");
}

.flag-la {
  background-image: url("/img/flags/la.svg");
}

.flag-lb {
  background-image: url("/img/flags/lb.svg");
}

.flag-lc {
  background-image: url("/img/flags/lc.svg");
}

.flag-li {
  background-image: url("/img/flags/li.svg");
}

.flag-lk {
  background-image: url("/img/flags/lk.svg");
}

.flag-lr {
  background-image: url("/img/flags/lr.svg");
}

.flag-ls {
  background-image: url("/img/flags/ls.svg");
}

.flag-lt {
  background-image: url("/img/flags/lt.svg");
}

.flag-lu {
  background-image: url("/img/flags/lu.svg");
}

.flag-lv {
  background-image: url("/img/flags/lv.svg");
}

.flag-ly {
  background-image: url("/img/flags/ly.svg");
}

.flag-ma {
  background-image: url("/img/flags/ma.svg");
}

.flag-mc {
  background-image: url("/img/flags/mc.svg");
}

.flag-md {
  background-image: url("/img/flags/md.svg");
}

.flag-me {
  background-image: url("/img/flags/me.svg");
}

.flag-mf {
  background-image: url("/img/flags/mf.svg");
}

.flag-mg {
  background-image: url("/img/flags/mg.svg");
}

.flag-mh {
  background-image: url("/img/flags/mh.svg");
}

.flag-mk {
  background-image: url("/img/flags/mk.svg");
}

.flag-ml {
  background-image: url("/img/flags/ml.svg");
}

.flag-mm {
  background-image: url("/img/flags/mm.svg");
}

.flag-mn {
  background-image: url("/img/flags/mn.svg");
}

.flag-mo {
  background-image: url("/img/flags/mo.svg");
}

.flag-mp {
  background-image: url("/img/flags/mp.svg");
}

.flag-mq {
  background-image: url("/img/flags/mq.svg");
}

.flag-mr {
  background-image: url("/img/flags/mr.svg");
}

.flag-ms {
  background-image: url("/img/flags/ms.svg");
}

.flag-mt {
  background-image: url("/img/flags/mt.svg");
}

.flag-mu {
  background-image: url("/img/flags/mu.svg");
}

.flag-mv {
  background-image: url("/img/flags/mv.svg");
}

.flag-mw {
  background-image: url("/img/flags/mw.svg");
}

.flag-mx {
  background-image: url("/img/flags/mx.svg");
}

.flag-my {
  background-image: url("/img/flags/my.svg");
}

.flag-mz {
  background-image: url("/img/flags/mz.svg");
}

.flag-na {
  background-image: url("/img/flags/na.svg");
}

.flag-nc {
  background-image: url("/img/flags/nc.svg");
}

.flag-ne {
  background-image: url("/img/flags/ne.svg");
}

.flag-nf {
  background-image: url("/img/flags/nf.svg");
}

.flag-ng {
  background-image: url("/img/flags/ng.svg");
}

.flag-ni {
  background-image: url("/img/flags/ni.svg");
}

.flag-nl {
  background-image: url("/img/flags/nl.svg");
}

.flag-no {
  background-image: url("/img/flags/no.svg");
}

.flag-np {
  background-image: url("/img/flags/np.svg");
}

.flag-nr {
  background-image: url("/img/flags/nr.svg");
}

.flag-nu {
  background-image: url("/img/flags/nu.svg");
}

.flag-nz {
  background-image: url("/img/flags/nz.svg");
}

.flag-om {
  background-image: url("/img/flags/om.svg");
}

.flag-pa {
  background-image: url("/img/flags/pa.svg");
}

.flag-pe {
  background-image: url("/img/flags/pe.svg");
}

.flag-pf {
  background-image: url("/img/flags/pf.svg");
}

.flag-pg {
  background-image: url("/img/flags/pg.svg");
}

.flag-ph {
  background-image: url("/img/flags/ph.svg");
}

.flag-pk {
  background-image: url("/img/flags/pk.svg");
}

.flag-pl {
  background-image: url("/img/flags/pl.svg");
}

.flag-pm {
  background-image: url("/img/flags/pm.svg");
}

.flag-pn {
  background-image: url("/img/flags/pn.svg");
}

.flag-pr {
  background-image: url("/img/flags/pr.svg");
}

.flag-ps {
  background-image: url("/img/flags/ps.svg");
}

.flag-pt {
  background-image: url("/img/flags/pt.svg");
}

.flag-pw {
  background-image: url("/img/flags/pw.svg");
}

.flag-py {
  background-image: url("/img/flags/py.svg");
}

.flag-qa {
  background-image: url("/img/flags/qa.svg");
}

.flag-re {
  background-image: url("/img/flags/re.svg");
}

.flag-ro {
  background-image: url("/img/flags/ro.svg");
}

.flag-rs {
  background-image: url("/img/flags/rs.svg");
}

.flag-ru {
  background-image: url("/img/flags/ru.svg");
}

.flag-rw {
  background-image: url("/img/flags/rw.svg");
}

.flag-sa {
  background-image: url("/img/flags/sa.svg");
}

.flag-sb {
  background-image: url("/img/flags/sb.svg");
}

.flag-sc {
  background-image: url("/img/flags/sc.svg");
}

.flag-sd {
  background-image: url("/img/flags/sd.svg");
}

.flag-se {
  background-image: url("/img/flags/se.svg");
}

.flag-sg {
  background-image: url("/img/flags/sg.svg");
}

.flag-sh {
  background-image: url("/img/flags/sh.svg");
}

.flag-si {
  background-image: url("/img/flags/si.svg");
}

.flag-sj {
  background-image: url("/img/flags/sj.svg");
}

.flag-sk {
  background-image: url("/img/flags/sk.svg");
}

.flag-sl {
  background-image: url("/img/flags/sl.svg");
}

.flag-sm {
  background-image: url("/img/flags/sm.svg");
}

.flag-sn {
  background-image: url("/img/flags/sn.svg");
}

.flag-so {
  background-image: url("/img/flags/so.svg");
}

.flag-sr {
  background-image: url("/img/flags/sr.svg");
}

.flag-ss {
  background-image: url("/img/flags/ss.svg");
}

.flag-st {
  background-image: url("/img/flags/st.svg");
}

.flag-sv {
  background-image: url("/img/flags/sv.svg");
}

.flag-sx {
  background-image: url("/img/flags/sx.svg");
}

.flag-sy {
  background-image: url("/img/flags/sy.svg");
}

.flag-sz {
  background-image: url("/img/flags/sz.svg");
}

.flag-tc {
  background-image: url("/img/flags/tc.svg");
}

.flag-td {
  background-image: url("/img/flags/td.svg");
}

.flag-tf {
  background-image: url("/img/flags/tf.svg");
}

.flag-tg {
  background-image: url("/img/flags/tg.svg");
}

.flag-th {
  background-image: url("/img/flags/th.svg");
}

.flag-tj {
  background-image: url("/img/flags/tj.svg");
}

.flag-tk {
  background-image: url("/img/flags/tk.svg");
}

.flag-tl {
  background-image: url("/img/flags/tl.svg");
}

.flag-tm {
  background-image: url("/img/flags/tm.svg");
}

.flag-tn {
  background-image: url("/img/flags/tn.svg");
}

.flag-to {
  background-image: url("/img/flags/to.svg");
}

.flag-tr {
  background-image: url("/img/flags/tr.svg");
}

.flag-tt {
  background-image: url("/img/flags/tt.svg");
}

.flag-tv {
  background-image: url("/img/flags/tv.svg");
}

.flag-tw {
  background-image: url("/img/flags/tw.svg");
}

.flag-tz {
  background-image: url("/img/flags/tz.svg");
}

.flag-ua {
  background-image: url("/img/flags/ua.svg");
}

.flag-ug {
  background-image: url("/img/flags/ug.svg");
}

.flag-um {
  background-image: url("/img/flags/um.svg");
}

.flag-un {
  background-image: url("/img/flags/un.svg");
}

.flag-us {
  background-image: url("/img/flags/us.svg");
}

.flag-uy {
  background-image: url("/img/flags/uy.svg");
}

.flag-uz {
  background-image: url("/img/flags/uz.svg");
}

.flag-va {
  background-image: url("/img/flags/va.svg");
}

.flag-vc {
  background-image: url("/img/flags/vc.svg");
}

.flag-ve {
  background-image: url("/img/flags/ve.svg");
}

.flag-vg {
  background-image: url("/img/flags/vg.svg");
}

.flag-vi {
  background-image: url("/img/flags/vi.svg");
}

.flag-vn {
  background-image: url("/img/flags/vn.svg");
}

.flag-vu {
  background-image: url("/img/flags/vu.svg");
}

.flag-wf {
  background-image: url("/img/flags/wf.svg");
}

.flag-ws {
  background-image: url("/img/flags/ws.svg");
}

.flag-ye {
  background-image: url("/img/flags/ye.svg");
}

.flag-yt {
  background-image: url("/img/flags/yt.svg");
}

.flag-za {
  background-image: url("/img/flags/za.svg");
}

.flag-zm {
  background-image: url("/img/flags/zm.svg");
}

.flag-zw {
  background-image: url("/img/flags/zw.svg");
}

.payment {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background: no-repeat center/100% 100%;
  vertical-align: bottom;
  font-style: normal;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.payment-2checkout-dark {
  background-image: url("/img/payments/2checkout-dark.svg");
}

.payment-2checkout {
  background-image: url("/img/payments/2checkout.svg");
}

.payment-alipay-dark {
  background-image: url("/img/payments/alipay-dark.svg");
}

.payment-alipay {
  background-image: url("/img/payments/alipay.svg");
}

.payment-amazon-dark {
  background-image: url("/img/payments/amazon-dark.svg");
}

.payment-amazon {
  background-image: url("/img/payments/amazon.svg");
}

.payment-americanexpress-dark {
  background-image: url("/img/payments/americanexpress-dark.svg");
}

.payment-americanexpress {
  background-image: url("/img/payments/americanexpress.svg");
}

.payment-applepay-dark {
  background-image: url("/img/payments/applepay-dark.svg");
}

.payment-applepay {
  background-image: url("/img/payments/applepay.svg");
}

.payment-bancontact-dark {
  background-image: url("/img/payments/bancontact-dark.svg");
}

.payment-bancontact {
  background-image: url("/img/payments/bancontact.svg");
}

.payment-bitcoin-dark {
  background-image: url("/img/payments/bitcoin-dark.svg");
}

.payment-bitcoin {
  background-image: url("/img/payments/bitcoin.svg");
}

.payment-bitpay-dark {
  background-image: url("/img/payments/bitpay-dark.svg");
}

.payment-bitpay {
  background-image: url("/img/payments/bitpay.svg");
}

.payment-cirrus-dark {
  background-image: url("/img/payments/cirrus-dark.svg");
}

.payment-cirrus {
  background-image: url("/img/payments/cirrus.svg");
}

.payment-clickandbuy-dark {
  background-image: url("/img/payments/clickandbuy-dark.svg");
}

.payment-clickandbuy {
  background-image: url("/img/payments/clickandbuy.svg");
}

.payment-coinkite-dark {
  background-image: url("/img/payments/coinkite-dark.svg");
}

.payment-coinkite {
  background-image: url("/img/payments/coinkite.svg");
}

.payment-dinersclub-dark {
  background-image: url("/img/payments/dinersclub-dark.svg");
}

.payment-dinersclub {
  background-image: url("/img/payments/dinersclub.svg");
}

.payment-directdebit-dark {
  background-image: url("/img/payments/directdebit-dark.svg");
}

.payment-directdebit {
  background-image: url("/img/payments/directdebit.svg");
}

.payment-discover-dark {
  background-image: url("/img/payments/discover-dark.svg");
}

.payment-discover {
  background-image: url("/img/payments/discover.svg");
}

.payment-dwolla-dark {
  background-image: url("/img/payments/dwolla-dark.svg");
}

.payment-dwolla {
  background-image: url("/img/payments/dwolla.svg");
}

.payment-ebay-dark {
  background-image: url("/img/payments/ebay-dark.svg");
}

.payment-ebay {
  background-image: url("/img/payments/ebay.svg");
}

.payment-eway-dark {
  background-image: url("/img/payments/eway-dark.svg");
}

.payment-eway {
  background-image: url("/img/payments/eway.svg");
}

.payment-giropay-dark {
  background-image: url("/img/payments/giropay-dark.svg");
}

.payment-giropay {
  background-image: url("/img/payments/giropay.svg");
}

.payment-googlewallet-dark {
  background-image: url("/img/payments/googlewallet-dark.svg");
}

.payment-googlewallet {
  background-image: url("/img/payments/googlewallet.svg");
}

.payment-ingenico-dark {
  background-image: url("/img/payments/ingenico-dark.svg");
}

.payment-ingenico {
  background-image: url("/img/payments/ingenico.svg");
}

.payment-jcb-dark {
  background-image: url("/img/payments/jcb-dark.svg");
}

.payment-jcb {
  background-image: url("/img/payments/jcb.svg");
}

.payment-klarna-dark {
  background-image: url("/img/payments/klarna-dark.svg");
}

.payment-klarna {
  background-image: url("/img/payments/klarna.svg");
}

.payment-laser-dark {
  background-image: url("/img/payments/laser-dark.svg");
}

.payment-laser {
  background-image: url("/img/payments/laser.svg");
}

.payment-maestro-dark {
  background-image: url("/img/payments/maestro-dark.svg");
}

.payment-maestro {
  background-image: url("/img/payments/maestro.svg");
}

.payment-mastercard-dark {
  background-image: url("/img/payments/mastercard-dark.svg");
}

.payment-mastercard {
  background-image: url("/img/payments/mastercard.svg");
}

.payment-monero-dark {
  background-image: url("/img/payments/monero-dark.svg");
}

.payment-monero {
  background-image: url("/img/payments/monero.svg");
}

.payment-neteller-dark {
  background-image: url("/img/payments/neteller-dark.svg");
}

.payment-neteller {
  background-image: url("/img/payments/neteller.svg");
}

.payment-ogone-dark {
  background-image: url("/img/payments/ogone-dark.svg");
}

.payment-ogone {
  background-image: url("/img/payments/ogone.svg");
}

.payment-okpay-dark {
  background-image: url("/img/payments/okpay-dark.svg");
}

.payment-okpay {
  background-image: url("/img/payments/okpay.svg");
}

.payment-paybox-dark {
  background-image: url("/img/payments/paybox-dark.svg");
}

.payment-paybox {
  background-image: url("/img/payments/paybox.svg");
}

.payment-paymill-dark {
  background-image: url("/img/payments/paymill-dark.svg");
}

.payment-paymill {
  background-image: url("/img/payments/paymill.svg");
}

.payment-payone-dark {
  background-image: url("/img/payments/payone-dark.svg");
}

.payment-payone {
  background-image: url("/img/payments/payone.svg");
}

.payment-payoneer-dark {
  background-image: url("/img/payments/payoneer-dark.svg");
}

.payment-payoneer {
  background-image: url("/img/payments/payoneer.svg");
}

.payment-paypal-dark {
  background-image: url("/img/payments/paypal-dark.svg");
}

.payment-paypal {
  background-image: url("/img/payments/paypal.svg");
}

.payment-paysafecard-dark {
  background-image: url("/img/payments/paysafecard-dark.svg");
}

.payment-paysafecard {
  background-image: url("/img/payments/paysafecard.svg");
}

.payment-payu-dark {
  background-image: url("/img/payments/payu-dark.svg");
}

.payment-payu {
  background-image: url("/img/payments/payu.svg");
}

.payment-payza-dark {
  background-image: url("/img/payments/payza-dark.svg");
}

.payment-payza {
  background-image: url("/img/payments/payza.svg");
}

.payment-ripple-dark {
  background-image: url("/img/payments/ripple-dark.svg");
}

.payment-ripple {
  background-image: url("/img/payments/ripple.svg");
}

.payment-sage-dark {
  background-image: url("/img/payments/sage-dark.svg");
}

.payment-sage {
  background-image: url("/img/payments/sage.svg");
}

.payment-sepa-dark {
  background-image: url("/img/payments/sepa-dark.svg");
}

.payment-sepa {
  background-image: url("/img/payments/sepa.svg");
}

.payment-shopify-dark {
  background-image: url("/img/payments/shopify-dark.svg");
}

.payment-shopify {
  background-image: url("/img/payments/shopify.svg");
}

.payment-skrill-dark {
  background-image: url("/img/payments/skrill-dark.svg");
}

.payment-skrill {
  background-image: url("/img/payments/skrill.svg");
}

.payment-solo-dark {
  background-image: url("/img/payments/solo-dark.svg");
}

.payment-solo {
  background-image: url("/img/payments/solo.svg");
}

.payment-square-dark {
  background-image: url("/img/payments/square-dark.svg");
}

.payment-square {
  background-image: url("/img/payments/square.svg");
}

.payment-stripe-dark {
  background-image: url("/img/payments/stripe-dark.svg");
}

.payment-stripe {
  background-image: url("/img/payments/stripe.svg");
}

.payment-switch-dark {
  background-image: url("/img/payments/switch-dark.svg");
}

.payment-switch {
  background-image: url("/img/payments/switch.svg");
}

.payment-ukash-dark {
  background-image: url("/img/payments/ukash-dark.svg");
}

.payment-ukash {
  background-image: url("/img/payments/ukash.svg");
}

.payment-unionpay-dark {
  background-image: url("/img/payments/unionpay-dark.svg");
}

.payment-unionpay {
  background-image: url("/img/payments/unionpay.svg");
}

.payment-verifone-dark {
  background-image: url("/img/payments/verifone-dark.svg");
}

.payment-verifone {
  background-image: url("/img/payments/verifone.svg");
}

.payment-verisign-dark {
  background-image: url("/img/payments/verisign-dark.svg");
}

.payment-verisign {
  background-image: url("/img/payments/verisign.svg");
}

.payment-visa-dark {
  background-image: url("/img/payments/visa-dark.svg");
}

.payment-visa {
  background-image: url("/img/payments/visa.svg");
}

.payment-webmoney-dark {
  background-image: url("/img/payments/webmoney-dark.svg");
}

.payment-webmoney {
  background-image: url("/img/payments/webmoney.svg");
}

.payment-westernunion-dark {
  background-image: url("/img/payments/westernunion-dark.svg");
}

.payment-westernunion {
  background-image: url("/img/payments/westernunion.svg");
}

.payment-worldpay-dark {
  background-image: url("/img/payments/worldpay-dark.svg");
}

.payment-worldpay {
  background-image: url("/img/payments/worldpay.svg");
}

svg {
  touch-action: none;
}

/*-------- Bootstrap Framework -------*/
#area-chart, #line-chart, #bar-chart, #stacked, #pie-chart {
  min-height: 250px;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.nav-sidebar li ul {
  background: #eeeeee;
}
.nav-sidebar li ul li:last-child {
  border-bottom: 0px;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1e1e2d;
  text-align: left;
  background: #f5f9fc;
  overflow-x: hidden;
}

.horizontalMenucontainer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.66em;
}

.overflow-auto {
  overflow: auto;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1a1630;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 85%;
  color: #282d3c;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #505662;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:focus, textarea:focus {
  outline: 0;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.bcolor {
  background-color: #cf4c3a !important;
}

.bcolor1 {
  background-color: #d6124a !important;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.66em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}

.display-1 {
  font-size: 10.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.display-2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ebecf1;
}

small, .small {
  font-size: 87.5%;
  font-weight: 400;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li {
  border-bottom: 1px solid #ebecf1;
}

#lightgallery.list-unstyled li {
  margin: 10px 0;
  border: 0;
}

#sidebar .list-unstyled li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.nav-sidebar .list-unstyled li:last-child {
  border-bottom: 0px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-70 {
  font-size: 70px;
}

.fs-75 {
  font-size: 75px;
}

.fs-80 {
  font-size: 80px;
}

.fs-85 {
  font-size: 85px;
}

.fs-90 {
  font-size: 90px;
}

.fs-95 {
  font-size: 95px;
}

.fs-100 {
  font-size: 100px;
}

.mt-m1 {
  margin-top: -1rem;
}

code, kbd, pre, samp {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 85%;
  color: inherit;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 85%;
  color: #fff;
  background-color: #343a40;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  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;
  }

  #sticky {
    text-align: center;
    padding: 1px;
    font-size: 1.75em;
    color: #FFF;
    z-index: 0;
    height: 130px !important;
  }
  #sticky.stick {
    z-index: 1;
    height: 130px !important;
  }

  .header.top-header {
    z-index: 999 !important;
  }

  .app-content.page-body {
    margin-top: 9.5rem;
  }

  .comb-page .app-content.page-body {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
.number-font {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.number-font-chars {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 24px;
}

.number-font-light {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

/*----- Global Loader -----*/
#global-loader {
  position: fixed;
  z-index: 50000;
  background: white;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#global-loader img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

/*------ Custom Default -------*/
.loader {
  border: 2px solid #ffffff;
  border-top: 2px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 1rem 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.loader.animate {
  opacity: 1;
}

h2.animate {
  opacity: 1;
  transform: translateY(0);
}

.custom-card.blue {
  color: #1687ed;
  background: #ebf5fd;
  border: 1px solid #5dacf2;
  border-radius: 8px;
}
.custom-card.blue .loader {
  border-color: #99d0ff;
  border-top-color: #1687ed;
}
.custom-card.red {
  color: #ff0000;
  background: #ffe6e6;
  border: 1px solid #ff8080;
  border-radius: 8px;
}
.custom-card.red .loader {
  border-color: #ff9696;
  border-top-color: #ff0000;
}
.custom-card.green {
  color: #007e08;
  background: #cbffce;
  border: 1px solid #00cb0d;
  border-radius: 8px;
}
.custom-card.green .loader {
  border-color: #75cc7d;
  border-top-color: #007e08;
}

.default-card.default .loader {
  border-color: #e0e3f5;
}

.parent {
  transform-origin: 66px 56px;
  -webkit-animation: spin 200s infinite;
  animation: spin 200s infinite;
}

.child1 {
  -webkit-animation: child1 10s 2s alternate infinite;
  animation: child1 10s 2s alternate infinite;
}

.child2 {
  -webkit-animation: child2 5s alternate infinite;
  animation: child2 5s alternate infinite;
}

.child3 {
  -webkit-animation: child3 10s alternate infinite;
  animation: child3 10s alternate infinite;
  transform-origin: center center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes child1 {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(35px, -20px);
  }
}
@keyframes child1 {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(35px, -20px);
  }
}
@-webkit-keyframes child2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}
@keyframes child2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes child3 {
  0% {
    transform: translateY(-10px) rotate(50deg);
  }
  to {
    transform: translateY(20px) rotate(0deg);
  }
}
@keyframes child3 {
  0% {
    transform: translateY(-10px) rotate(50deg);
  }
  to {
    transform: translateY(20px) rotate(0deg);
  }
}
/*------ Scroll -------*/
.index1 {
  height: 270px;
}

.topsales {
  height: 330px;
}

.salesscroll {
  height: 280px;
}

.countryscroll {
  height: 350px;
}

.countrytable td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.countrytable tr {
  border-bottom: 1px solid #ebecf1;
}
.countrytable tr:last-child {
  border-bottom: 0px;
}

* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
* + html .fileinput-button {
  margin: 1px 0 0;
  padding: 2px 15px;
}

@media (max-width: 767px) {
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

.list-icons .svg-icon2, .list-icons .svg-icon {
  width: 60px;
  height: 60px;
}

.file-manger.list-group-transparent .list-group-item {
  padding: 0.5rem;
  border: 0 !important;
}
.file-manger.list-group-transparent .list-group-item.active {
  background: transparent;
}
.file-manger.list-group-transparent a i {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px !important;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  color: #5c678f;
}
.file-manger.list-group-transparent .list-group-item .svg-icon {
  width: 24px;
  height: 24px;
}

.file-manger-icon {
  position: relative;
}

.file-manger-absolute-icon {
  position: absolute;
  top: 30px;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.file-manger-icon i {
  font-size: 70px;
  margin: 0 auto;
  text-align: center;
}
.file-manger-icon img {
  width: 70px;
  height: 70px;
}

.profile-footer {
  margin: 25px -25px -25px -25px;
  padding: 15px;
  background: #f0f0f2;
}

.w-200 {
  width: 200px;
}

.option-dots {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 15px;
  color: #5c678f;
  padding: 10px 12px;
}
.new.option-dots {
  line-height: 55px;
}

.new-list.option-dots {
  line-height: 55px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.new-list2.option-dots {
  height: 40px;
  width: 40px;
  background: 0 0;
  color: #5c678f;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  border-radius: 50px;
  font-size: 18px;
  line-height: initial;
  margin-right: 8px;
}
.new-list2.option-dots:hover {
  background: #f0f0f2;
}

.ms-body .action-header {
  background: #fff;
}

.user-contact-list {
  overflow: hidden;
}
.user-contact-list:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  border-radius: 0% 98% 84% 16%/100% 0% 100% 0%;
  background: linear-gradient(rgba(112, 94, 200, 0.85), rgba(112, 94, 200, 0.51));
  background-size: cover;
  background-position: top;
}

hr.divider:after {
  content: "OR";
  display: block;
  position: relative;
  top: -1.5em;
  font-size: 11px;
  padding: 0 0.25em;
  background: #f0f0f2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 9;
  left: 0;
  right: 0;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 500;
  border: 1px solid #f0eff1;
  text-align: center;
}

.page-style1 {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-style1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f0eff1;
}

.error-page {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.error-page:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(254, 96, 96, 0.7) 0%, rgba(227, 9, 113, 0.7) 100%);
}

.bg-style {
  position: relative;
}
.bg-style:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(68, 84, 195, 0.9), rgba(68, 84, 195, 0.8));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.8;
}
.bg-style .svg-icon {
  fill: #fff;
}
.bg-style .header-brand-img {
  position: absolute;
  top: 30px;
  left: 55px;
}

.page-style2 .h-100vh {
  max-height: 100vh;
}

.page-style1 .page-content, .page-style2 .page-content {
  margin: 0;
}

@media (max-width: 767px) {
  .d-md-flex .bg-style {
    display: none;
  }
  .d-md-flex .w-80 {
    width: 100% !important;
  }
}
.title-style h1 {
  position: absolute;
  width: 100%;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  top: 20px;
  padding: 0 20px;
}

.page-style2.page-style1:before {
  background: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.75));
  background-repeat: no-repeat;
  background-size: cover;
}

.relative {
  position: relative;
}

.page-style1 .input-group-addon {
  border: 1px solid #ebecf1;
  background: #f0f0f2;
  border-right: 0;
  line-height: 0px;
}
.page-style1 .input-group-append {
  border: 1px solid #ebecf1;
  background: #f0f0f2;
  border-left: 0;
  line-height: 16px;
  border-radius: 0 5px 5px 0;
}
.page-style1 .form-control {
  border: 1px solid #ebecf1;
}
.page-style1 hr {
  border-top: 1px solid #ebecf1;
}
.page-style1 .custom-control-label {
  line-height: 26px;
}
.page-style1 .btn-svgs .svg-icon {
  position: absolute;
  left: 37%;
  top: auto;
}
.page-style1 .custom-control-label:before {
  border: 1px solid #cccdd3;
}

/* CROSS BROWSER SELECTOR*/
.custom-progress {
  /* RESETS */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 10px;
  border-radius: 0px;
  background-color: #e8ebf2;
  width: 80%;
}
.custom-progress::-webkit-progress-bar {
  background-color: #e8ebf2;
  border-radius: 0px;
}
.custom-progress::-webkit-progress-value {
  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);
  border-radius: 0px;
}
.custom-progress::-moz-progress-bar {
  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);
}
.custom-progress::-ms-fill {
  border-radius: 0px;
  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);
}

/* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
/* MOZILLA FIREFOX */
/* MICROSOFT EDGE & IE */
.map svg {
  height: 400px;
}

.coming-footer {
  width: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 30px;
  margin-top: 10px;
}

.page-style1 .form-control {
  padding-top: 4px;
  height: 45px;
  padding-bottom: 6px;
}
.page-style1 .btn {
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}

.card-pay .tabs-menu {
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.card-pay .tabs-menu li {
  width: 33.3%;
  display: block;
}
.card-pay .tabs-menu li a {
  padding: 0.5rem 1rem;
  background: #f0f0f2;
  display: block;
  text-align: center;
  border-right: 1px solid #ebecf1;
}
.card-pay .tabs-menu li a.active {
  color: #fff;
  border-radius: 2px;
  text-align: center;
}
.card-pay .tabs-menu li:last-child a {
  border-right: 0;
}

.morris-donut-wrapper-demo {
  height: 270px;
}

.shop-title {
  font-size: 16px;
}

.apexcharts-toolbar {
  display: none !important;
}

#SvgjsText1920 {
  font-weight: 500;
  font-size: 20px;
}

.pos-static {
  position: static;
}

.html-code {
  padding: 9px 20px;
  background: #e3e2e5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ebecf1;
  border-bottom: 0;
  margin-bottom: -1px;
  z-index: 1;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
  color: #282d3c;
}
.html-code .svg-icon {
  position: absolute;
  left: 14px;
}

.list-style {
  list-style: inherit;
  padding-left: inherit;
}
.list-style ul {
  list-style: inherit;
  padding-left: 30px;
}
.list-style li {
  line-height: 30px;
}

.list-style2 {
  list-style: decimal;
  padding-left: inherit;
}
.list-style2 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style2 li {
  line-height: 30px;
}

.list-style3 {
  list-style: circle;
  padding-left: inherit;
}
.list-style3 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style3 li {
  line-height: 30px;
}

.list-style4 {
  list-style: lower-alpha;
  padding-left: inherit;
}
.list-style4 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style4 li {
  line-height: 30px;
}

.order-list li {
  line-height: 30px;
}

.list-style5 {
  list-style: square;
  padding-left: inherit;
}
.list-style5 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style5 li {
  line-height: 30px;
}

.list-style6 {
  list-style: lower-roman;
  padding-left: inherit;
}
.list-style6 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style6 li {
  line-height: 30px;
}

.profile-dropdown {
  margin-top: 1px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .expenses-card .fs-50 {
    font-size: 25px !important;
  }
  .expenses-card .fs-18 {
    font-size: 14px !important;
  }
}
@media (max-width: 567px) {
  .card-pay .tabs-menu li {
    width: 100%;
  }
  .card-pay .tabs-menu li a {
    margin-bottom: 15px;
  }
}
.browse-file.form-control {
  background-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 41px;
}

.input-group-btn .btn-primary {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  padding: 0.52rem 15px;
  border-radius: 0;
}

.apexcharts-pie-label, .apexcharts-datalabels, .apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value {
  cursor: default;
  pointer-events: none;
  font-weight: 500;
  text-shadow: none;
  filter: initial;
}

.select2 {
  outline-width: 0px !important;
}
.select2 > *:focus, .select2:focus .select2 > * {
  outline-width: 0px !important;
}

@media (min-width: 1440px) {
  .crypto-header-section h3 {
    font-size: 32px;
  }
  .crypto-header-section .w-5 {
    width: 2rem !important;
  }
  .crypto-header-section .h-5 {
    height: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .crypto-header-section h3 {
    font-size: 35px;
  }
  .crypto-header-section .w-5 {
    width: 2.5rem !important;
  }
  .crypto-header-section .h-5 {
    height: 2.5rem !important;
  }
}
@media (max-width: 768px) {
  .page-single .card-group {
    display: block;
  }

  .d-md-down-none {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .item-card .btn-svgs {
    width: 100%;
  }
}
.header.bg-primary .form-control.header-search.bg-transparent.border-transparent {
  color: #fff;
}

@media (max-width: 1200px) {
  .sales-img {
    width: 50% !important;
    margin: 0 auto;
    text-align: center !important;
    display: block;
  }
}
.error-text {
  text-shadow: -4px 4px 4px #6355a3;
}

.box div {
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.box div:nth-child(1) {
  top: 12%;
  left: 42%;
  -webkit-animation: animate 10s linear infinite;
          animation: animate 10s linear infinite;
}
.box div:nth-child(2) {
  top: 70%;
  left: 50%;
  -webkit-animation: animate 7s linear infinite;
          animation: animate 7s linear infinite;
}
.box div:nth-child(3) {
  top: 17%;
  left: 6%;
  -webkit-animation: animate 9s linear infinite;
          animation: animate 9s linear infinite;
}
.box div:nth-child(4) {
  top: 20%;
  left: 60%;
  -webkit-animation: animate 10s linear infinite;
          animation: animate 10s linear infinite;
}
.box div:nth-child(5) {
  top: 67%;
  left: 10%;
  -webkit-animation: animate 6s linear infinite;
          animation: animate 6s linear infinite;
}
.box div:nth-child(6) {
  top: 80%;
  left: 70%;
  -webkit-animation: animate 12s linear infinite;
          animation: animate 12s linear infinite;
}
.box div:nth-child(7) {
  top: 60%;
  left: 80%;
  -webkit-animation: animate 15s linear infinite;
          animation: animate 15s linear infinite;
}
.box div:nth-child(8) {
  top: 32%;
  left: 25%;
  -webkit-animation: animate 16s linear infinite;
          animation: animate 16s linear infinite;
}
.box div:nth-child(9) {
  top: 90%;
  left: 25%;
  -webkit-animation: animate 9s linear infinite;
          animation: animate 9s linear infinite;
}
.box div:nth-child(10) {
  top: 20%;
  left: 80%;
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(0) translateY(0) rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3) translateY(-90px) rotate(360deg);
    opacity: 0;
  }
}
.page-content .input-group .form-control:focus {
  border-color: #ffffff;
}

body *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
body *::-webkit-scrollbar-thumb, body *:hover::-webkit-scrollbar-thumb {
  background: #c2cbdf;
}
body *::-webkit-scrollbar-track {
  background: #fff;
}

/*------ Headers -------*/
.page-header {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 1.5rem;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.page-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
}

.page-title-icon {
  color: #9aa0ac;
  font-size: 1.25rem;
}

.page-subtitle {
  font-size: 0.8125rem;
  color: #6e7687;
  margin-left: 2rem;
  position: relative;
}
.page-subtitle a {
  color: inherit;
}

.page-options {
  margin-left: auto;
}

.page-description {
  margin: 0.25rem 0 0;
  color: #6e7687;
}
.page-description a {
  color: inherit;
}

.page-single, .page-single-content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-heading {
  font-weight: 400;
  margin: 2rem 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
.content-heading:first-child {
  margin-top: 0;
}

.aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22rem;
  background: #fff;
  border-left: 1px solid #ebecf1;
  display: flex;
  flex-direction: column;
  z-index: 100;
  visibility: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.aside-progress {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.aside-progress-position {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 1600px) {
  body.aside-opened .aside {
    visibility: visible;
  }
}
.aside-body {
  padding: 1.5rem;
  flex: 1 1 auto;
  overflow: auto;
}

.aside-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #ebecf1;
}

.aside-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ebecf1;
}

.header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #fff;
}

body.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.header .dropdown-menu {
  margin-top: 0;
  border-radius: 0px 0 4px 4px !important;
}
.header .mega-menu {
  width: 350px;
}

.nav-unread {
  position: absolute;
  top: 0.1rem;
  right: 0.4rem;
  background: #ecd938;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.nav-unread.badge {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.nav-link.icon {
  padding: 5px;
  text-align: center;
  height: 2.5rem;
  font-size: 1.2rem;
  position: relative;
  border-radius: 3px;
}

.app-header.header .nav-link.icon {
  padding: 5px;
}

.nav-link.icon .nav-span {
  font-size: 0.9rem;
  color: #576482;
  vertical-align: middle;
  margin-left: 0.5rem;
  font-weight: 400;
}

.header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
}

.app-header .header-brand {
  color: inherit;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 220px;
  text-align: center;
}
.app-header .header-brand .header-brand-img {
  margin-right: 0;
}

.app-header1 .header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 215px;
  text-align: center;
}
.app-header1 .header-brand .header-brand-img {
  margin-right: 0;
}

.header-brand:hover {
  color: inherit;
  text-decoration: none;
}

.header-brand-img {
  height: 2.5rem;
  line-height: 2rem;
  vertical-align: bottom;
  margin-right: 0;
  width: auto;
}

.desktop-lgo {
  height: 3rem !important;
}

.csp-brand-img {
  height: 70px;
  margin-right: 0;
  width: auto;
  margin-top: -1rem;
}

.header-btn.has-new {
  position: relative;
}
.header-btn.has-new:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #dc0441;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
}

.header-toggler {
  width: 3rem;
  height: 3rem;
  position: relative;
  color: #000;
}
.header-toggler:hover {
  color: #32e448;
}

.header-toggler-icon {
  position: absolute;
  width: 1rem;
  height: 2px;
  color: inherit;
  background: currentColor;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -0.5rem;
  box-shadow: 0 5px currentColor, 0 -5px currentColor;
}

.footer {
  font-size: 12px;
  padding: 1.25rem 0;
}

footer.footer {
  font-size: 12px;
  border-top: 0;
  padding: 0 1.3rem 1rem;
  display: block;
  margin-top: auto;
}

.footer .social {
  margin: 0 auto;
}
.footer .social ul li {
  float: left;
  padding: 7px;
}
.footer .social ul li a {
  color: #abb8c3;
}
.footer a:not(.btn) {
  font-weight: 400;
}

@media print {
  .footer, .header {
    display: none;
  }
}
.br-100 {
  border-radius: 100% !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-tl-7 {
  border-top-left-radius: 7px !important;
}

.br-bl-7 {
  border-bottom-left-radius: 7px !important;
}

.br-tr-7 {
  border-top-right-radius: 7px !important;
}

.br-br-7 {
  border-bottom-right-radius: 7px !important;
}

.br-0 {
  border-radius: 0px;
}

.br-tl-0 {
  border-top-left-radius: 0px !important;
}

.br-bl-0 {
  border-bottom-left-radius: 0px !important;
}

.br-tr-0 {
  border-top-right-radius: 0px !important;
}

.br-br-0 {
  border-bottom-right-radius: 0px !important;
}

.list.d-flex img {
  width: 60px;
}

#popup {
  position: absolute;
  width: auto;
  height: 30px;
  background: #fe6b1f;
  display: none;
  color: white;
  border-radius: 5px;
}

#copy {
  background: none;
  color: white;
  font-weight: bold;
  padding: 8px 25px;
  border: 0;
}

/*------ Charts styles ------*/
.h-85 {
  height: 85px !important;
}

.chart-visitors {
  min-height: 18rem;
  overflow: hidden;
}

.chart-height {
  height: 20rem;
  overflow: hidden;
}

.chart-tasks {
  height: 15rem;
  overflow: hidden;
}

.chart-donut {
  height: 21rem;
  overflow: hidden;
}

.chart-pie {
  height: 22rem;
  overflow: hidden;
}

.chartsh {
  height: 16rem;
  overflow: hidden;
}

.chartwidget {
  height: 17rem;
  overflow: hidden;
}

/*-----Countdown-----*/
.countdown span:first-child {
  font-size: 30px;
  font-weight: 500;
}

.social i {
  font-size: 40px;
}
.social .social-icon i {
  font-size: 14px;
}

.instagram {
  background: #de497b;
}

.linkedin {
  background: #0077b5;
}

.twitter {
  background: #1da1f2;
}

.facebook {
  background: #3b5998;
}

.widget-info i {
  width: 100px;
  height: 100px;
  padding: 27px 0;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
.widget-info a {
  border-bottom: 1px solid #fff;
}

.z-index-10 {
  z-index: 10 !important;
}

.card-blog-overlay .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-blog-overlay1:before, .card-blog-overlay2:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 7px;
}

.page-breadcrumb {
  background: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.875rem;
  flex-basis: 100%;
}
.page-breadcrumb .breadcrumb-item {
  color: #9aa0ac;
}
.page-breadcrumb .breadcrumb-item.active {
  color: #6e7687;
}

@media (min-width: 768px) {
  .page-breadcrumb {
    margin: -0.5rem 0 0;
  }
}
@media (max-width: 320px) {
  .fc-toolbar .fc-right {
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
.pagination-simple .page-item .page-link {
  background: none;
  border: none;
}
.pagination-simple .page-item.active .page-link {
  color: #495057;
  font-weight: 700;
}

.pagination-pager .page-prev {
  margin-right: auto;
}
.pagination-pager .page-next {
  margin-left: auto;
}

.page-total-text {
  margin-right: 1rem;
  align-self: center;
  color: #6e7687;
}

.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.icons-list > li {
  flex: 1 0 2.5rem;
}

.icons-list-wrap {
  overflow: hidden;
}

.flags-icons .icons-list-item {
  line-height: inherit;
}

.payment-icons .icons-list-item {
  line-height: 2rem;
}

.icons-list-item {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  color: #5c678f;
  margin: 5px;
}

.img-gallery {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  margin-bottom: -0.5rem;
}
.img-gallery > .col, .img-gallery > [class*=col-] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
}

.link-overlay {
  position: relative;
}
.link-overlay:hover .link-overlay-bg {
  opacity: 1;
}

.link-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(70, 127, 207, 0.8);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  opacity: 0;
  transition: 0.3s opacity;
}

.media-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
}

.media-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea[cols] {
  height: auto;
}

#textarea-box .input-label {
  position: absolute;
  top: 0;
  padding-left: 5px;
  font-size: 14px;
  color: #728096;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#textarea-box .input-label::after {
  content: "";
  position: absolute;
}

#textarea-box .input-label-content {
  position: relative;
  padding: 0 5px;
  color: #728096;
  background-color: #FFF;
  opacity: 1;
  display: inline-block;
  transform-origin: 0 0;
  top: -7px;
  left: 15px;
  font-size: 10px;
}

#textarea-box .input-label-main {
  top: -13px;
}

/* --------Added--------- css*/
.overflow-hidden {
  overflow: hidden;
}

.user-profile .user-pro-body .u-dropdown {
  color: #fff;
}

#sidebar ul li {
  position: relative;
}
#sidebar ul li a {
  color: #384056;
  font-weight: 400;
}
#sidebar ul li ul li:last-child {
  border-bottom: 0;
}
#sidebar li a[aria-expanded=true]:hover {
  color: #fff !important;
}

.timeline__content {
  background-color: #eaf0f9;
}

.tab_wrapper > ul {
  border-bottom: 1px solid #ebecf1;
}
.tab_wrapper > ul li {
  border: 1px solid #ebecf1;
  border-top: 1px solid #ebecf1;
}
.tab_wrapper.right_side .content_wrapper {
  border: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul {
  border-bottom: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul li.active {
  border-color: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul li:after {
  background: 1px solid #ebecf1;
}

.text-right {
  text-align: right;
}

/*--- img container---*/
.search {
  position: absolute;
  width: 320px;
}
.search svg {
  transform: translateX(-126px);
  width: 180px;
  height: auto;
  stroke-width: 8px;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transition: all 0.5s ease-in-out;
  margin-top: 5px;
}

.input-search {
  position: absolute;
  width: calc(100% - 148px);
  height: 34px;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}

.search-label {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  margin-left: -54px;
  z-index: 100;
  transition: 0.5s ease-in-out;
}

.isActive .search-label {
  transform: translateX(246px);
}
.isActive svg, .isActive.full svg {
  stroke-dashoffset: -65;
  stroke-dasharray: 141.305 65;
  transform: translateX(0);
}

.full .search-label {
  transform: translateX(246px);
}
.full svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transform: translateX(0);
}

.search-inline {
  width: 100%;
  left: 0;
  padding: 33px 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInDown 0.2s ease-in-out;
          animation: fadeInDown 0.2s ease-in-out;
}
.search-inline button[type=submit] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 100%;
  color: #fff;
}
.search-inline .form-control {
  border: 0px;
  padding-left: 0;
  font-size: 20px;
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  width: 99%;
  outline: none;
}
.search-inline .form-control:focus {
  box-shadow: none;
}
.search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #616161;
  width: 80px;
  height: 100%;
  text-align: center;
  display: table;
  background: #efefef;
  text-decoration: none;
}
.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}

.searching i {
  font-size: 18px;
}

.search-close i {
  padding: 24px 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.lockscreen {
  background: inherit;
  width: 300px;
  height: 280px;
  overflow: hidden;
}
.lockscreen:before {
  content: "";
  width: 350px;
  height: 400px;
  background: inherit;
  position: absolute;
  left: -25px;
  right: 0;
  top: -25px;
  bottom: 0;
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.4);
  filter: blur(1px);
}

.table-stats table th, .table-stats table td {
  border: none;
  border-bottom: 1px solid #e8e9ef;
  font-size: 12px;
  font-weight: normal;
  padding: 0.75em 1.25em;
  text-transform: uppercase;
}
.table-stats table th img, .table-stats table td img {
  margin-right: 10px;
  max-width: 45px;
}
.table-stats table th .name {
  font-size: 14px;
  text-transform: capitalize;
}
.table-stats table td {
  font-size: 14px;
  text-transform: capitalize;
  vertical-align: middle;
}
.table-stats table td .name {
  font-size: 14px;
  text-transform: capitalize;
}

.traffic-sales-content {
  padding: 14px;
}

.traffic-sales-amount {
  float: right;
}

.pulse {
  display: block;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3547;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(247, 45, 102, 0.9);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.pulse:hover {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 45, 102, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(247, 45, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 45, 102, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 45, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(247, 45, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(247, 45, 102, 0);
  }
}
@media (max-width: 992px) {
  .header.top-header .header-option, .header.top-header .header-setting {
    display: none;
  }

  .hor-header.header {
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .hor-content.main-content {
    margin-top: 6rem;
  }

  .horizontal-main.hor-menu {
    border-bottom: 0;
  }

  .page-body {
    padding-top: 1px;
  }

  .app-content.page-body .container, .header.top-header .container, .hor-content.main-content .container {
    max-width: none;
  }

  .active .header.top-header {
    z-index: 999;
  }

  .app-content.page-body .side-app {
    padding: 6.2rem 0.75rem 0 0.75rem !important;
  }

  .navsearch {
    margin: 5px;
    padding: 0px;
    text-align: center;
    height: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    border: 0px solid #ebecf1;
    border-radius: 3px;
  }
  .navsearch svg {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #ebecf1;
  }
  .navsearch i {
    padding-top: 0 !important;
  }

  .app-content.page-body {
    margin-top: 4.7rem;
  }

  .comb-page .app-content.page-body {
    margin-top: 0;
  }
}
.header.top-header .search-element input {
  border-radius: 4px;
}

@media (max-width: 992px) {
  .media.profile-footer .media-user {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .header-brand-img.desktop-lgo {
    margin-left: 2rem;
  }

  .hor-header .header-brand-img.desktop-lgo, .header-brand-img.dark-logo {
    margin-left: 1rem;
  }

  .animated-arrow.hor-toggle {
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    border: 1px solid #ebecf1;
    border-radius: 50px;
    margin: 5px;
    top: 0;
  }
  .animated-arrow.hor-toggle span {
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: middle;
  }
}
.activity {
  position: relative;
  border-left: 3px solid #ebecf1;
  margin-left: 16px;
}
.activity .img-activity {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  border: 3px solid;
}
.activity .item-activity {
  margin-left: 40px;
  margin-bottom: 26px;
}

#AreaChart2 {
  width: 105% !important;
  height: 88px !important;
  bottom: -20px;
  position: relative;
  left: -7px;
}

#CryptoChart, #CryptoChart1, #CryptoChart2, #CryptoChart3 {
  width: 105% !important;
  height: 70px !important;
  bottom: -15px;
  position: relative;
  left: -7px;
}

/* News ticker */
[class*=js-conveyor-] ul li {
  padding: 9px 15px;
  /* line-height: 47px; */
  border: 1px solid #efefef;
  margin-right: 5px;
  background: #fff;
  margin: 15px 6px;
  border-radius: 5px;
  box-shadow: 0 0px 10px -5px rgba(68, 84, 195, 0.5);
}

.news-crypto span {
  font-size: 0.8rem;
}

/*latetes news timeline */
.latest-timeline {
  height: 355px;
}
.latest-timeline ul.timeline {
  list-style-type: none;
  position: relative;
}
.latest-timeline ul.timeline:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 10px;
  height: 100%;
  z-index: 1;
  border-left: 3px dotted #ebecf1;
}
.latest-timeline ul.timeline > li {
  margin: 20px 0;
  padding-left: 2.5rem;
}
.latest-timeline ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #1753fc;
  left: 5px;
  width: 13px;
  height: 13px;
  z-index: 1;
}
.latest-timeline ul.timeline > li:first-child:before {
  border: 2px solid #0dd157;
}
.latest-timeline ul.timeline > li:nth-child(2):before {
  border: 2px solid #2d9eef;
}
.latest-timeline ul.timeline > li:nth-child(3):before {
  border: 2px solid #f35e90;
}
.latest-timeline ul.timeline > li:nth-child(4):before {
  border: 2px solid #fc7303;
}
.latest-timeline ul.timeline > li:nth-child(5):before {
  border: 2px solid #05a5ba;
}
.latest-timeline ul.timeline > li:nth-child(6):before {
  border: 2px solid #920bfa;
}
.latest-timeline ul.timeline > li:last-child:before {
  border: 2px solid #ec2d38;
}

.app-content.page-body {
  min-height: 67vh;
}

.time-data {
  font-size: 14px;
  font-weight: 500;
}

/*
 *  Accordion-Wizard-Form
 * ----------------------
 */
div[data-acc-content] {
  display: none;
}
div[data-acc-step]:not(.open) {
  background: #f0f0f2;
}
div[data-acc-step]:not(.open) h5 {
  color: #8e9cad;
}
div[data-acc-step]:not(.open) .badge-primary {
  background: #afb4d8;
}

#form .list-group-item:hover {
  background: none;
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
  background: transparent;
}

.fc-widget-content .fc-bgevent {
  background-color: #f0f0f2 !important;
}

.apexcharts-toolbar {
  z-index: 0 !important;
  display: none;
}

.card-bgimg {
  background-size: cover;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  border: 0;
}
.card-bgimg:before {
  opacity: 0.9;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  top: 0;
}
.card-bgimg .card-body {
  z-index: 10;
}

/*Horizontal Centerlogo */
@media (min-width: 992px) {
  .top-header.hor-top-header .header-brand-img {
    display: none;
  }
  .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
    left: 0;
    display: block;
    position: absolute;
    margin: 0 auto;
    right: 0px;
  }
  .top-header.hor-top-header .form-inline .form-control {
    width: 175px;
  }
  .top-header.hor-top-header .header-brand {
    margin-right: 0rem;
  }

  .search-element {
    margin-top: 4px;
  }

  .sticky-pin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 991px) {
  .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
    display: none;
  }

  .header.top-header.hor-top-header {
    border-bottom: 0px;
  }
}
.icon.icon-shape {
  width: 2.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  font-size: 12px;
}

.h-250 {
  height: 150px;
}

.latest-timeline1 li {
  position: relative;
}

.latest-timeline.latest-timeline1-icon ul.timeline > li:before {
  display: none;
}

.latest-timeline1-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 7px;
  line-height: 2rem;
  text-align: center;
  left: 0;
  z-index: 1;
  color: #fff;
  font-weight: 500;
}

.h-330 {
  height: 330px;
}

.shadow {
  box-shadow: 0 2px 16px rgba(179, 186, 212, 0.7) !important;
}

.shadow3 {
  box-shadow: 0 0px 6px rgba(179, 186, 212, 0.7) !important;
}

.apexcharts-tooltip.light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0px 17px -5px rgba(68, 84, 195, 0.5);
}

.chart-dropshadow-primary {
  filter: drop-shadow(-6px 12px 4px rgba(68, 84, 195, 0.2));
}

.icon-dropshadow {
  filter: drop-shadow(0px 10px 4px #e5e9f2);
}

.icon-dropshadow-info {
  filter: drop-shadow(0px 4px 4px rgba(69, 170, 242, 0.3));
}

.icon-dropshadow-success {
  filter: drop-shadow(0px 4px 4px rgba(45, 206, 137, 0.3));
}

.icon-dropshadow-danger {
  filter: drop-shadow(0px 4px 4px rgba(255, 91, 81, 0.3));
}

.icon-dropshadow-warning {
  filter: drop-shadow(0px 4px 4px rgba(236, 180, 3, 0.3));
}

.chart-dropshadow {
  filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.5));
}

.GradientlineShadow {
  filter: drop-shadow(0 -8px 4px rgba(179, 186, 212, 0.2));
}

.BarChartShadow {
  filter: drop-shadow(0px 1px 4px rgba(179, 186, 212, 0.3));
}

.donutShadow {
  filter: drop-shadow(-5px 0px 10px rgba(179, 186, 212, 0.4));
}

.transaction-table.table td {
  vertical-align: middle;
}
.transaction-table.table .apexcharts-tooltip.light {
  display: none;
}
.transaction-table.table thead th {
  padding-bottom: 20px;
}

.inde4-table tr td:first-child {
  position: relative;
}
.inde4-table tr td:first-child:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  left: 0px;
  top: 17px;
}
.inde4-table tr:nth-child(1) td:first-child:before {
  background: rgba(68, 84, 195, 0.7);
}
.inde4-table tr:nth-child(2) td:first-child:before {
  background: rgba(247, 45, 102, 0.7);
}
.inde4-table tr:nth-child(3) td:first-child:before {
  background: rgba(45, 206, 137, 0.7);
}
.inde4-table tr:nth-child(4) td:first-child:before {
  background: rgba(69, 170, 242, 0.7);
}
.inde4-table tr:nth-child(5) td:first-child:before {
  background: rgba(236, 180, 3, 0.7);
}
.inde4-table tr:nth-child(6) td:first-child:before {
  background: rgba(255, 91, 81, 0.7);
}
.inde4-table tr:nth-child(7) td:first-child:before {
  background: rgba(68, 84, 195, 0.7);
}
.inde4-table tr:nth-child(8) td:first-child:before {
  background: rgba(247, 45, 102, 0.7);
}
.inde4-table tr:nth-child(9) td:first-child:before {
  background: rgba(45, 206, 137, 0.7);
}
.inde4-table tr:nth-child(10) td:first-child:before {
  background: rgba(69, 170, 242, 0.7);
}

.crypto-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 4px;
  line-height: 3rem;
  text-align: center;
  font-size: 1.8rem;
  margin-right: 18px;
}

.crypto-tabs {
  padding: 0 !important;
  border: 0 !important;
}
.crypto-tabs .tabs-menu1 ul li .active {
  background: #fff;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0.09), 10px 10px 15px -5px #b0b8d6;
  border: 0px solid #ebecf1;
  border-bottom: 0;
}
.crypto-tabs .tabs-menu1 ul li a {
  display: block;
  font-size: 16px;
}

table.table-bordered.dataTable td:first-child {
  border-left: 0px solid #ebecf1 !important;
}

.js-conveyor-example:before {
  width: 20%;
  position: absolute;
  content: "";
  height: 60px;
  background: linear-gradient(to right, #f0eff1, transparent);
  z-index: 9;
  left: 0;
  top: 8px;
}
.js-conveyor-example:after {
  width: 20%;
  position: absolute;
  content: "";
  height: 60px;
  background: linear-gradient(to left, #f0eff1, transparent);
  z-index: 9;
  right: 0;
  top: 8px;
}

.user-info .social li {
  display: inline-block;
}
.user-info .social .social-icon {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  line-height: 2.5rem;
  border-radius: 50%;
}

.date-range-btn {
  font-size: 0.9375rem;
}

.side-menu__icon {
  color: #1e1e2d;
}

.sidemneu-icon2 {
  fill: #8e98db;
}

.svg-icon {
  color: #5c678f;
  fill: #5c678f;
}

.svg-icon1 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  width: 37.5px;
  height: 37.5px;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  color: #5c678f;
  fill: #5c678f;
}

.profile-dropdown .header-icon {
  line-height: 20px;
}

.header-option .header-icon {
  margin-top: -3px;
}
.header-option .nav-link {
  margin: 7px 0 0 0;
}

.card-custom-icon.text-success {
  fill: #2dce89;
}

.feature .feature-icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  background: rgba(68, 84, 195, 0.2);
  text-align: center;
  font-size: 25px;
}

.expenses-card {
  padding-top: 170px;
}
.expenses-card #Chart {
  width: 105% !important;
  bottom: -15px;
  position: relative;
  left: -7px;
  height: 120px !important;
}
.expenses-card .card-body {
  position: absolute;
  top: 0;
}

.page-rightheader .breadcrumb {
  padding: 0;
  background: transparent;
}

.under-countdown .countdown {
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}

/*----- clipboard-----*/
.clip-widget {
  position: relative;
}

.clipboard-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 0px;
  background: #fff;
  color: #212529;
  border-radius: 5px;
  width: 35px;
  cursor: pointer;
  /* line-height: 37px; */
  height: 35px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.clipboard-icon i {
  margin-top: 5px;
  font-size: 20px;
}

.highlight {
  position: relative;
  background: #f7f6fd;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
.highlight pre {
  margin-bottom: 0;
  max-height: 15rem;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/*----- clipboard-----*/
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid #4757c4;
  border-radius: 14px;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
}

.usertab-list li {
  margin: 5px 0;
}

.profile-media-img {
  border: 0px solid #efefef;
  display: block;
  position: relative;
  display: block;
}
.profile-media-img h6 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
.profile-media-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
.profile-media-img h6 a {
  position: relative;
  z-index: 999;
}

#form .list-group-item {
  padding: 25px;
}

.custom-switch {
  padding-left: 0;
  font-size: 12px;
}

.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #f5f9fc;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #ebecf1;
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
  content: "";
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: calc(1rem + 1px);
}

.custom-switch-input:focus ~ .custom-switch-indicator {
  box-shadow: none;
}

.custom-switch-description {
  margin-left: 0.5rem;
  color: #6e7687;
  transition: 0.3s color;
}

.custom-switch-input:checked ~ .custom-switch-description {
  color: #1e1e2d;
}

.page-rightheader .date-range-btn {
  position: relative;
  padding-left: 40px;
}

.main-proifle {
  position: relative;
  background: #FFF;
  padding: 25px;
  padding-bottom: 0;
  margin-bottom: 30px;
  border-top: 1px solid #ebecf1;
  border-radius: 8px;
  overflow: hidden;
}
.main-proifle .tab-menu-heading {
  border-left: 0;
  border-right: 0;
  margin: 0 -30px;
  margin-top: 25px;
}

.profile-edit {
  position: relative;
}

.profile-share {
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.profile-share a {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}

.main-proifle .profile-icon, .profile-footer .new, .pro-option {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.pro-details li {
  width: 50%;
  float: left;
  margin-bottom: 0.5rem;
}

.profile-edit textarea {
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.profile-edit textarea:focus {
  background: #ebecf1;
  border: 1px solid #ebecf1;
}

.social-profile-buttons li {
  float: left;
  display: block;
}
.social-profile-buttons li a {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background: #d2d6f1;
  border: 2px solid #1e1e2d;
  margin: 2px;
}

.fill-white {
  fill: transparent;
}

.page-header .breadcrumb-icon {
  margin-top: 3px;
  margin-left: 4px;
}
.page-header .breadcrumb-item .svg-icon {
  width: 20px;
}
.page-header .breadcrumb-item:first-child {
  margin-top: 0;
}

.only-subscription {
  display: block;
}

.main-nav-calendar-event .nav-link {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.main-nav-calendar-event .nav-link.exclude {
  position: relative;
  opacity: 0.3;
}
.main-nav-calendar-event .nav-link.exclude:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #737688;
}

.form-wizard-title {
  line-height: 25px;
  margin-left: 10px;
}

.footer .social .social-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 1px solid #ebecf1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
}

.richText .richText-undo, .richText .richText-redo {
  border-right: #ebecf1 solid 1px !important;
}

.modal-open .select2-dropdown {
  z-index: 10000 !important;
}

.page-leftheader ol {
  padding-left: 0;
  background: none;
  padding: 0;
}
.page-leftheader .breadcrumb-item {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  margin-top: 0;
}
.page-leftheader .breadcrumb-item + .breadcrumb-item::before {
  color: #1e1e2d;
  padding-left: 0;
  font-family: "FontAwesome";
  content: "";
  font-weight: 400;
}
.page-leftheader .breadcrumb-item a {
  color: #1e1e2d;
}

.sub-pageheader {
  display: flex;
  margin-bottom: 2.3rem;
  font-size: 14px;
}
.sub-pageheader .nav-link:first-child {
  padding-left: 0;
}
.sub-pageheader .nav-link:last-child {
  padding-right: 0;
}
.sub-pageheader .nav-link.border-right {
  border-right: 1px solid #cfd1e1 !important;
}

hr.pageheader-border {
  border-top: 1px solid #dfe0e7;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}

@media (max-width: 992px) {
  .sub-pageheader .nav-link {
    display: none;
  }
  .sub-pageheader .left-nav .nav-link:first-child, .sub-pageheader .left-nav .nav-link:nth-child(2) {
    display: block;
  }
  .sub-pageheader .right-nav .nav-link.d-md-none {
    display: block;
  }

  .page-header {
    display: block;
  }
  .page-header .page-leftheader ol {
    padding-top: 0;
  }

  .page-rightheader h6 {
    font-size: 10px;
  }
}
.dash1-card {
  position: absolute;
}
.dash1-card p {
  font-size: 14px;
}
.dash1-card .ratio {
  position: absolute;
  right: -10px;
  top: 20px;
  padding: 5px 15px;
  background-color: #222222;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 15px 0px 0px 15px;
}
.dash1-card .ratio-text {
  position: absolute;
  top: 55px;
  right: 5px;
  font-size: 13px;
}

.sales-bar {
  min-height: 280px !important;
  position: relative;
  bottom: -21px;
  left: -10px;
}

.header-dropdown-list .ps__thumb-y {
  opacity: 0;
}

.page-header.main-pageheader {
  margin-bottom: 0;
}

.page-rightheader .breadcrumb-item a {
  color: #1e1e2d;
}
.page-rightheader .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.page-rightheader .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: feather !important;
  color: #1e1e2d;
  opacity: inherit;
}

.card-over {
  position: relative;
  top: -20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #dbe2eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem !important;
}

.bread-select {
  display: flex;
}
.bread-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
}

.emp-circle-chart {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
}

.dash1-iocns {
  padding: 6px 14px;
  border-radius: 50px;
  border: 2px dotted;
}

.country-card {
  overflow: auto;
}

#talent-chart {
  filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.2));
}

.custom-btns .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background: 0 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 2rem;
}

.widget-user-image {
  height: 100px;
  width: 100px;
  clear: both;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  position: relative;
}

.widget-user-image-sm {
  height: 40px;
  width: 40px;
  clear: both;
  display: block;
  border-radius: 100%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  position: relative;
}

.vendor-image-sm {
  clear: both;
  display: block;
  position: relative;
}
.vendor-image-sm img {
  width: 20px;
}

.header .nav-link.icon i {
  color: #5c678f;
}

.mail-inbox .list-group-item {
  border: 0 !important;
}

.user-details .user-icon {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.user-details span.h6 {
  vertical-align: middle;
}

.item7-card-desc .fe {
  color: #5c678f;
}

.nav-link.icon .header-icon {
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  color: #1e1e2d;
  padding: 11px 10px 10px;
}

.profile-dropdown img {
  width: 40px;
  height: 40px;
  border: 1px solid #ebecf1;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  margin-top: -3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-dropdown .nav-link {
  padding: 5px 0 0;
}

.hor-header {
  border-bottom: 1px solid #dbe2eb;
}
.hor-header .search-element {
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .horizontalMenucontainer .header.top-header {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .top-header1 .header-brand2 .header-brand-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px;
  }

  .top-header1 .header-brand {
    display: none;
  }

  .top-header1 .form-inline .form-control {
    width: 250px;
  }
}
@media (max-width: 575px) and (min-width: 569px) {
  .animated-arrow.hor-toggle {
    padding: 16px 35px 16px 0px !important;
  }
}
/*---- IE11 Support ----*/
*::-ms-backdrop, .img-height {
  height: 100%;
}

*::-ms-backdrop, .img-height1 {
  height: 333px;
}

*::-ms-backdrop, .social-profile-buttons li {
  float: none;
  display: inline-block;
}

*::-ms-backdrop, .social-profile-buttons ul {
  margin-bottom: 0;
}

*::-ms-backdrop, .btn-icon.btn-svg .svg-icon {
  height: 16px;
}

*::-ms-backdrop, .price-svg .price-title {
  top: 0 !important;
}

*::-ms-backdrop, .price-svg svg {
  height: 65px !important;
}

*::-ms-backdrop, .item7-card-img {
  height: 100%;
}

*::-ms-backdrop, .main-content {
  height: 100%;
}

*::-ms-backdrop, .app-sidebar-help {
  display: none;
}

*::-ms-backdrop, .list-card .media-body {
  display: block !important;
}

*::-ms-backdrop, .media-body.time-title1 {
  display: block !important;
}

*::-ms-backdrop, .media .media-body {
  display: table-cell;
}

*::-ms-backdrop, .chat-widget-header .option-dots new-list2 .fe {
  display: block;
}

*::-ms-backdrop, .message-feed.right .media-body {
  display: table-cell;
}

*::-ms-backdrop, .message-feed.media .media-body {
  display: block;
}

*::-ms-backdrop, .main-chat-body .media .media-body {
  display: -ms-flexbox;
}

*::-ms-backdrop, .main-chat-list .media-body {
  display: block;
}

*::-ms-backdrop, .chat-widget-header .option-dots.new-list2 .fe {
  display: block;
}

*::-ms-backdrop, .card-img-top {
  height: 250px;
}

*::-ms-backdrop, .image10 {
  height: 250px;
}

*::-ms-backdrop, .card-image1 {
  height: 250px;
}

*::-ms-backdrop, .sweet-alert .sa-info.sa-icon::after {
  margin-left: 37px !important;
  top: 17px !important;
}

*::-ms-backdrop, .main-contact-info-header .media-body {
  display: block;
}

*::-ms-backdrop, .main-contact-info-body .media-body {
  display: -ms-flexbox;
}

*::-ms-backdrop, #media3 .media-body, #media1 .media-body {
  display: block;
}

*::-ms-backdrop, .page-style1 {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

*::-ms-backdrop, .page-single, .page-single-content {
  display: block !important;
}

*::-ms-backdrop, .page-style1 .page-single-content {
  display: block !important;
}

*::-ms-backdrop, .page, .page-content {
  display: flex !important;
}

*::-ms-backdrop, .page-style1 .page-single {
  display: block !important;
}

*::-ms-backdrop, .page-content img {
  min-width: 50%;
}

*::-ms-backdrop, .chat-conatct-list .option-dots {
  padding: 2px 12px !important;
}

.sidenav-toggled .header.py-4 .header-brand .header-brand-img.desktop-lgo {
  display: flex !important;
  margin: 0;
}

*::-ms-backdrop, .chat-conatct-list .media {
  overflow: visible;
}

.data-percentage-change {
  vertical-align: middle;
}

.remove-voice {
  display: none;
}

.voice-neural-sign {
  font-size: 10px;
  color: #D13212;
  font-style: normal;
}

.no-italics {
  font-style: normal;
}

/* ==========================================================================           
 *
 *    DATA TABLE STYLES
 *
 * ========================================================================== */
.data-table {
  margin-bottom: 1rem !important;
}

.dataTable tbody tr.shown + tr td:first-of-type {
  padding: 0 3rem 0 2rem;
  border-top: none;
}

.dataTable thead tr {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-transform: none;
  font-weight: 800;
}

.dataTable tbody td {
  font-size: 12px;
  vertical-align: middle;
  padding-right: 0;
}
.dataTable tbody td tbody td button {
  background-color: #1E1E2D;
  color: #FFF;
  border-radius: 0;
  font-size: 11px;
}
.dataTable tbody td tbody td button {
  background-color: #1E1E2D;
}
.dataTable tbody td tbody td button:hover {
  background-color: #7B83EB;
}
.dataTable tbody td tbody td .processing {
  padding: 0.4rem 0.7rem;
  background-color: #F6AD0F;
}
.dataTable tbody td tbody td .in_progress {
  padding: 0.4rem 0.7rem;
  background-color: #F6AD0F;
}
.dataTable tbody td tbody td .completed {
  padding: 0.4rem 0.7rem;
  color: #FFF;
  background-color: #008c00;
}
.dataTable tbody td tbody td .failed {
  padding: 0.4rem 0.7rem;
  color: #FFF;
  background-color: #D13212;
}

.cell-box {
  border-radius: 35px;
  padding: 3px 20px;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
}

.user-pending,
.user-suspended,
.support-resolved,
.support-pending,
.priority-low,
.user-group-user,
.notification-info,
.transcribe-in_progress,
.type-file {
  background: #1e1e2d;
}

.notification-new-user,
.notification-marketing {
  background: #007BFF;
}

.user-active,
.priority-normal,
.support-open,
.support-escalated,
.notification-announcement,
.notification-new-payment,
.blog-published,
.transcribe-completed,
.status-active,
.faq-visible,
.user-group-subscriber {
  background: #00c851;
}

.priority-high {
  background: #fc7303;
}

.user-deactivated,
.support-declined,
.priority-critical,
.user-group-admin,
.blog-hidden,
.notification-payout-request,
.transcribe-failed,
.status-deactive,
.faq-hidden,
.notification-warning {
  background: #ff3547;
}

.table-actions {
  font-size: 14px;
  color: #555;
}

.table-actions-dropdown {
  font-size: 12px;
  min-width: auto;
  padding: 0;
  color: #1e1e2d;
}
.table-actions-dropdown i {
  font-size: 14px;
  margin-right: 10px;
}
.table-actions-dropdown .dropdown-item {
  padding: 0.5rem 1rem;
}
.table-actions-dropdown .dropdown-item:hover, .table-actions-dropdown .dropdown-item:focus {
  background: #f5f9fc;
}

.table#subscriptionsAdminTable th, .table#subscriptionsAdminTable td {
  border-top: none !important;
}

.dataTables_wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.dataTables_wrapper .dataTables_filter {
  text-align: right !important;
}
.dataTables_wrapper .dataTables_filter .form-control-sm {
  padding: 0 1rem !important;
}
.dataTables_wrapper .dataTables_filter label {
  font-weight: 800;
}
.dataTables_wrapper .dataTables_length label {
  font-weight: 800;
  margin-bottom: 0 !important;
  padding-top: 0.3rem !important;
}
.dataTables_wrapper .dataTables_length label select {
  margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length select {
  font-size: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ebecf1;
  margin-bottom: 0.5rem;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: 0;
  font-size: 12px;
  border: none;
  padding-left: 15px;
  border-bottom: 1px solid #ebecf1;
}
.dataTables_wrapper .dataTables_filter input:hover, .dataTables_wrapper .dataTables_filter input:focus {
  border-color: #007BFF;
  box-shadow: none;
  transition: all 0.2s;
}
.dataTables_wrapper .dataTables_filter .search-icon {
  position: absolute;
  top: 8px;
  margin-left: 5px;
}
.dataTables_wrapper .dataTables_length .custom-select:focus {
  border-color: #007BFF;
  box-shadow: none;
  transition: all 0.2s;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.disabled a {
  color: #ebecf1 !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active {
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  margin-bottom: 0.5rem;
  border-radius: 0;
  color: #555;
  border-color: #ebecf1;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link:hover {
  background: #f5f9fc;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active .page-link {
  background-color: #007BFF;
  border-color: #007BFF;
  color: #fff;
}

.dataTables_info {
  padding-left: 12px;
  font-size: 10px;
}

.details-table {
  width: 100%;
  margin-bottom: 0;
}
.details-table td {
  padding: 12px 0 12px 12px !important;
  border-top: 1px solid #ebecf1 !important;
}
.details-table audio {
  width: 100%;
}
.details-table .details-title, .details-table .details-result {
  font-weight: 700;
}

.dataTable div.slider {
  display: none;
}

@media (max-width: 575px) {
  .dataTable tbody tr.parent {
    display: contents;
  }
}
#no-results-img {
  width: 150px;
  opacity: 0.7;
  margin-bottom: 0.2rem;
}

.result-download {
  text-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
  color: #007BFF;
  margin-top: 4px;
}
.result-download:hover {
  color: #1e1e2d;
}

.result-play {
  background: none;
  padding: 3px 6px 3px 8px;
  border: 1px solid white;
  border-radius: 50%;
  margin-left: -5px;
  line-height: 1.4;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
  color: #007BFF;
}
.result-play:hover {
  color: #1e1e2d;
}

.result-download {
  margin-left: -5px;
}
.result-download i {
  padding-right: 0 !important;
}

.result-pause {
  padding: 3px 7px 3px 7px !important;
  color: #1e1e2d;
}

.voice-action-buttons {
  background: none;
  border: 1px solid white;
  border-radius: 50%;
  line-height: 2;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
  color: #1e1e2d;
  margin-right: 0.5rem;
  width: 26px;
  height: 25px;
  text-align: center;
}

.transcribe-action-buttons {
  background: none;
  border: 1px solid white;
  border-radius: 50%;
  line-height: 2;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
  color: #1e1e2d;
  margin-right: 0.2rem;
  width: 26px;
  height: 25px;
  text-align: center;
  padding-right: 1px;
}

#refresh-button, #live-refresh-button {
  position: absolute;
  right: 1.5rem;
}
#refresh-button i, #live-refresh-button i {
  font-size: 12px;
  border-radius: 0;
  padding-right: 0;
}

.rename-voice:hover, .rename-voice:focus {
  color: #007BFF;
}

.activate-voice:hover, .activate-voice:focus {
  color: #00c851;
}

.deactivate-voice:hover, .deactivate-voice:focus {
  color: #D13212;
}

.transcribe-result:hover, .transcribe-result:focus {
  color: #007BFF;
}

.balance-highlight {
  color: #007BFF;
  font-weight: 600;
}

/* ==========================================================================           
 *
 *    INPUT FORM BOX STYLES
 *
 * ========================================================================== */
.input-box {
  margin-bottom: 1.5rem;
}
.input-box h6 {
  font-family: "Lato", sans-serif;
  margin-bottom: 0.6rem;
  font-size: 12px;
}
.input-box .form-control {
  font-family: "Poppins", sans-serif;
  border-radius: 0px;
  padding: 1.15rem 1.3rem;
  font-size: 10px;
  color: #1e1e2d;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.input-box input:hover, .input-box input:focus {
  border-color: #007BFF;
  box-shadow: 0px 0px 3px 1px rgba(0, 123, 255, 0.4);
  transition: all 0.2s;
}
.input-box textarea {
  font-weight: 400 !important;
}
.input-box textarea:hover, .input-box textarea:focus {
  border-color: #007BFF;
  box-shadow: 0px 0px 3px 1px rgba(0, 123, 255, 0.4);
  transition: all 0.2s;
}

/* ==========================================================================           
 *
 *    AWSELECT DROPDOWN SELECT BOX
 *
 * ========================================================================== */
.awselect {
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 12px !important;
  font-weight: 600;
}

.awselect .front_face {
  padding: 10px 20px !important;
}

.awselect .front_face > .bg {
  background: #FFF !important;
  color: #1e1e2d;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.awselect .back_face {
  padding: 0px !important;
  float: left;
}

.awselect.animate2 > .bg {
  box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.5);
}

.awselect .back_face ul li a {
  padding: 10px 20px !important;
  float: left;
  border-bottom: 1px solid #ebecf1;
}

.awselect .back_face ul li a:hover {
  background: #f5f9fc;
  color: #007BFF;
}

.awselect .awselect-img {
  vertical-align: middle;
  border-style: none;
  width: 20px;
  padding-bottom: 1px;
  margin-right: 1rem;
}

.awselect.placeholder_animate2 .front_face .placeholder {
  color: #728096;
}

.avoid-clicks {
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.4 !important;
}

/* ==========================================================================           
*
*    GREEN AUDIO PLAYER
*
* ========================================================================== */
.voice-player {
  position: relative;
}
.voice-player img {
  position: absolute;
  padding: 0 1.5rem;
  border: 1px solid #EBECF2;
  border-radius: 20px;
  background: #fff;
  top: -15px;
  left: 75px;
}
.voice-player i {
  position: absolute;
  top: 27px;
  right: 21px;
}
.voice-player .voice-name {
  font-size: 12px;
  font-weight: 800;
  top: 25px;
  position: absolute;
  left: 25px;
  color: #007BFF;
}
.voice-player .neural-voice {
  position: absolute;
  top: 15px;
  font-size: 10px;
  left: 15px;
  font-weight: 700;
  color: red;
}

.green-audio-player {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  padding-left: 100px;
  padding-right: 25px;
  width: auto;
  min-width: auto;
  height: 70px;
}
.green-audio-player .slider .progress .pin {
  background-color: #1e1e2d;
}
.green-audio-player .controls span {
  color: #1e1e2d;
}
.green-audio-player .controls {
  color: #1e1e2d;
  font-size: 10px;
  margin-left: 20px;
}
.green-audio-player .slider .gap-progress .pin {
  background: #1e1e2d;
}
.green-audio-player .slider .gap-progress {
  background: #1e1e2d;
}

#user-result .green-audio-player {
  padding-left: 24px;
  padding-right: 24px;
  height: 50px;
}

.green-audio-player .play-pause-btn svg {
  width: 12px;
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}

.green-audio-player .volume .volume__button svg {
  width: 16px;
}

.green-audio-player .download .download__link svg {
  width: 16px;
  margin-right: 0.3rem;
}

.green-audio-player .holder .play-pause-btn path {
  fill: #1e1e2d;
}

.green-audio-player .volume .volume__button path {
  fill: #1e1e2d;
}

.green-audio-player .volume .volume__button.open path {
  fill: #1e1e2d;
}

.green-audio-player .volume .volume-btn.open path {
  fill: #1e1e2d;
}

.green-audio-player .download .download__link path {
  fill: #1e1e2d;
}

.tooltip {
  font-size: 11px;
}

.tooltip-inner {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

.info-notification {
  padding: 3px 6.5px 3px 6.4px;
  background: #1e1e2d;
  color: white;
  font-size: 9.5px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  cursor: pointer;
  margin-bottom: -7px;
}

.green-color {
  color: #007e08;
}

#listen-result-player .green-audio-player {
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: 56px !important;
  box-shadow: none !important;
}

#listenModal .modal-footer {
  justify-content: center;
}

#listenModal .modal-body {
  padding-bottom: 10px;
}

#notificationModal .modal-title {
  line-height: 1.7;
  text-transform: none;
}

/* ==========================================================================           
 *
 *    PROFILE/EDIT - USERS
 *
 * ========================================================================== */
.card-body table td, .card-body .table th {
  border-top: 1px solid #ebecf1;
}
.card-body table tbody tr {
  font-size: 12px;
}

.intl-tel-input .flag-dropdown .selected-flag {
  padding: 3px 24px 10px 16px;
  margin-top: 1px;
  margin-left: 1px;
  border: none;
}

.country-users h6 {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 1rem;
}
.country-users ul {
  -moz-column-count: 3;
       column-count: 3;
  font-size: 12px;
}
.country-users ul li {
  margin-bottom: 0.5rem;
}

.special-btn {
  padding: 0.74rem 15px !important;
}

/* ==========================================================================           
 *
 *    SUPPORT/CREATE - USERS
 *
 * ========================================================================== */
.ql-toolbar.ql-snow {
  border: 1px solid #ced4da;
  font-family: "Lato", sans-serif;
  background: #fff;
}

.ql-container.ql-snow {
  border: 1px solid #ced4da;
  font-family: "Lato", sans-serif;
}

/* ==========================================================================           
 *
 *    RESULT/SHOW - USERS/ADMINS
 *
 * ========================================================================== */
#user-text {
  border: 1px solid #ced4da;
  padding: 10px 20px;
  font-size: 14px;
}

.actions-total button.btn {
  padding: 0.3rem 0.4rem;
  background-color: #FFF;
  width: 35px;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 0;
  color: #1e1e2d;
  margin-right: 0.1rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.actions-total button:hover {
  background-color: #007BFF;
  color: #FFF;
  transition: all 0.2s ease;
}

.actions-total a.btn {
  padding: 0.3rem 0.4rem;
  background-color: #FFF;
  width: 35px;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 0;
  color: #1e1e2d;
  margin-right: 0.1rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.actions-total a:hover {
  background-color: #007BFF;
  color: #FFF;
  transition: all 0.2s ease;
}

/* ==========================================================================           
 *
 *    FLASH ALERT MESSAGES
 *
 * ========================================================================== */
.alert {
  z-index: 100;
  position: absolute;
  right: 2rem;
  margin-top: 2rem;
  font-size: 12px;
  width: 30%;
  line-height: 2.2;
  color: #fff;
  font-weight: 600;
  border: none !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.alert i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.alert-login {
  right: auto;
  width: 93% !important;
  top: 10px !important;
}

.alert-success {
  background: #00c851 !important;
}

.alert-info {
  background: #33b5e5 !important;
}

.alert-warning {
  background: #fb3 !important;
}

.alert-danger {
  background: #ff3547 !important;
}

.close {
  font-size: 1.3rem;
  line-height: 1.3;
  opacity: 0.8;
  color: #fff;
}

#verify-email .alert {
  font-size: 10px;
  line-height: 3;
}

/* ==========================================================================           
 *
 *    MODAL STYLES
 *
 * ========================================================================== */
.modal-header {
  padding: 1rem 2rem;
  border-bottom: none;
}
.modal-header .close {
  color: #1e1e2d;
}

.modal-title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.modal-title i {
  font-weight: 600;
  margin-right: 0.5rem;
  color: #007BFF;
}
.modal-title button {
  outline: none;
  color: #1e1e2d;
}

.modal-body {
  padding-top: 5px;
  padding-bottom: 1.5rem;
}
.modal-body p {
  font-size: 12px;
  margin-bottom: 0;
}

.modal-footer {
  padding: 0 10px 0 0;
  border-top: none;
}

.modal-footer-awselect {
  display: inline-flex !important;
  float: right !important;
}

.transcript-modal .modal-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.transcript-modal .form-control {
  font-size: 14px;
}
.transcript-modal .modal-buttons {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.transcript-modal .modal-buttons a {
  padding: 0.3rem 0.5rem;
  color: #1e1e2d;
  font-size: 14px;
  margin-right: 0.5rem;
  background-color: #FFF;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
}
.transcript-modal .modal-buttons a:hover, .transcript-modal .modal-buttons a:focus {
  color: #007BFF;
}
.transcript-modal .save-status {
  font-size: 12px;
  margin-left: 1.5rem;
  color: green;
  transition: all 0.5s ease-in;
  margin-bottom: 0.4rem;
  display: none;
}

.main-action-button {
  width: 142px;
  font-size: 12px !important;
}

#processing {
  display: none;
}

/* -------------------------------------------- */
/* 		Create Project
/* -------------------------------------------- */
.pt-align {
  padding-top: 18px;
}

.pt-align-2 {
  padding-top: 23px;
}

.pt-align-17 {
  padding-top: 17px;
}

#awselect_projects .current_value {
  color: #007BFF !important;
}

.create-project {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  border-radius: 0;
}
.create-project:hover {
  cursor: pointer;
  background-color: #007BFF;
  color: #FFF;
}

.create-project-info {
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

#delete-project:hover {
  background-color: #ec2d38;
}

/* ==========================================================================           
 *
 *    DATABASE BACKUP TABLE
 *
 * ========================================================================== */
#database-backup {
  font-family: "Poppins", sans-serif;
}
#database-backup tr th, #database-backup tr td {
  vertical-align: middle !important;
}
#database-backup tr:hover {
  background: #f5f9fc;
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

/* ==========================================================================           
 *
 *    SEARCH FIELD IN NAVBAR
 *
 * ========================================================================== */
#search-field input[type=search] {
  background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10em;
  transition: all 0.5s;
  width: 15px;
  padding-left: 10px;
  color: #1e1e2d;
  cursor: pointer;
  margin-top: 6px;
  font-weight: 600;
}

#search-field input[type=search]:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  width: 300px;
  padding-left: 32px;
  color: #000;
  background-color: transparent;
  cursor: auto;
}

#search-field input[type=search]:hover {
  background-color: transparent;
}

#search-field input:-moz-placeholder {
  color: #fff;
}

#search-field input::-webkit-input-placeholder {
  color: #fff;
}

/* ==========================================================================           
 *
 *    INSTALLATION STYLES
 *
 * ========================================================================== */
#install-wrapper i {
  padding: 1.5rem 2.5rem;
  background: #f5f9fc;
  border-radius: 10px;
  margin-bottom: 2rem;
  color: #007BFF;
  font-size: 68px;
}
#install-wrapper .svg-success {
  color: #28a745 !important;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
#install-wrapper .svg-error {
  color: #D13212 !important;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.install-path span {
  padding: 0.3rem 0.4rem;
  background-color: #FFF;
  width: 35px;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  color: #1e1e2d;
  margin-right: 0.1rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.install-path span.active {
  background-color: #007BFF !important;
  color: #FFF;
}

.install-notification .alert,
#manual-activation .alert {
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: normal;
  width: 100% !important;
}

#install-footer {
  position: absolute;
  bottom: 0;
  left: 42%;
}

/* ==========================================================================           
 *
 *    MEDIA FILE UPLOADS CONTAINER (FILEPOND PLUGIN)
 *
 * ========================================================================== */
.task-heading {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #1e1e2d;
  font-weight: 700;
}

#upload-container {
  cursor: pointer;
}

#upload-container audio {
  display: none;
}

.filepond--root {
  color: #1e1e2d;
  border-radius: 0.4rem;
  margin-bottom: 0;
}

.filepond--drop-label.filepond--drop-label label {
  font-weight: 800;
}
.filepond--drop-label.filepond--drop-label label .restrictions {
  font-size: 10px;
  font-weight: 600;
}
.filepond--drop-label.filepond--drop-label label .restrictions-highlight {
  color: #007bff;
}

.filepond--drop-label.filepond--drop-label label:hover {
  cursor: pointer;
}

.filepond--drop-label {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #1e1e2d;
  height: 120px;
}

.filepond--browser.filepond--browser {
  bottom: 1.75em;
}

.filepond--file-info {
  font-weight: 400;
}

.filepond--item-panel {
  background: #1e1e2d;
}

.filepond--panel-root {
  background-color: #FFF;
}

.filepond--label-action {
  text-decoration: none;
  color: #007BFF;
}

.filepond--label-action:hover {
  color: #0e2e40;
}

.filepond--file-status {
  flex-shrink: 1;
}
.filepond--file-status .filepond--file-status-sub {
  display: none;
}

[data-filepond-item-state*=invalid] .filepond--item-panel, [data-filepond-item-state*=error] .filepond--item-panel {
  background-color: #c44e47 !important;
}

/* ==========================================================================           
 *
 *    AUDIO RECORDING (FLIPCLOCK PLUGIN)
 *
 * ========================================================================== */
.countdown.flip-clock-wrapper {
  margin-left: 0;
  padding-left: 0.9rem;
}

.countdown.flip-clock-wrapper ul {
  height: 52.5px;
  margin: 0 2.05px 0 2.11px;
  width: 40px;
}

.countdown.flip-clock-wrapper ul li {
  line-height: 52.5px;
}

.countdown.flip-clock-wrapper ul li a div div.inn {
  color: #FFF;
  background-color: #1e1e2d;
  font-size: 35px;
}

.countdown .flip-clock-dot {
  height: 7px;
  left: 7px;
  width: 7px;
  background: #1e1e2d;
}

.countdown .flip-clock-divider {
  height: 52.5px;
}

.countdown .flip-clock-divider .flip-clock-label {
  font-size: 8.75px;
  float: none;
  top: -2em;
  right: -57px;
  text-align: center;
  color: #1e1e2d;
}

.countdown .flip-clock-divider.seconds .flip-clock-label {
  right: -61px;
  margin-bottom: 0.5rem;
}

.countdown .flip-clock-divider.minutes .flip-clock-label {
  right: -60px;
}

/* -------------------------------------------- */
/* 		RECORDING ACTION BUTTONS
/* -------------------------------------------- */
#record-buttons {
  display: inline-flex;
  margin-top: 0.7rem;
}

#record-buttons .controls {
  padding: 0.6rem 1rem;
  text-transform: uppercase;
  color: #FFF;
  width: 150px;
  font-size: 12px;
  border: none;
  outline: none;
  position: relative;
  border-radius: 35px;
  background-color: #1e1e2d;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

#record-buttons .controls i {
  margin-right: 7px;
}

#record-buttons .controls:hover {
  background-color: #1e1e2d;
  color: #FFF;
  transition: ease 0.2s all;
}

#record-buttons #record {
  margin-right: 5px;
}

#record-buttons .active {
  background-color: #DD2C00;
}

.is-recording {
  background-color: #1e1e2d;
  color: #FFF;
}

.is-blocked {
  cursor: not-allowed !important;
}

#audio-settings {
  display: none;
}

#audio-settings-inner {
  display: inline-flex;
}

#audio-format {
  font-size: 10px;
  color: #888;
  font-weight: 400;
  display: none;
}

#error {
  display: none;
  margin-top: 1.5rem;
}

#error span {
  color: #FFF;
  font-size: 12px;
  background: #DD2C00;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

/*------------------------------------------*/
/*    Audio Player Element
/*------------------------------------------*/
#recordings {
  display: none;
  margin-top: 2rem;
}

#recordings.green-audio-player {
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  height: 30px;
}

#recordings.green-audio-player .slider .progress .pin {
  background-color: #1e1e2d;
}

#recordings.green-audio-player .controls span {
  color: #1e1e2d !important;
}

#recordings.green-audio-player .controls {
  color: #1e1e2d;
  font-size: 10px;
}

#recordings.green-audio-player .slider .gap-progress .pin {
  background: #1e1e2d;
}

#recordings.green-audio-player .slider .gap-progress {
  background: #1e1e2d;
}

#recordings.green-audio-player .play-pause-btn svg {
  width: 12px;
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}

.green-audio-player .volume .volume__button svg {
  width: 16px;
}

#recordings.green-audio-player .download .download__link svg {
  width: 16px;
  margin-right: 0.3rem;
}

#recordings.green-audio-player .holder .play-pause-btn path {
  fill: #1e1e2d;
}

#recordings.green-audio-player .volume .volume__button path {
  fill: #1e1e2d;
}

#recordings.green-audio-player .volume .volume__button.open path {
  fill: #1e1e2d;
}

#recordings.green-audio-player .volume .volume-btn.open path {
  fill: #1e1e2d;
}

#recordings.green-audio-player .download .download__link path {
  fill: #1e1e2d;
}

/* -------------------------------------------- */
/* 		Speaker Identification Options
/* -------------------------------------------- */
#speakers-box {
  display: none;
  width: 100%;
}

.restrictions {
  font-size: 10px;
}

/* ==========================================================================           
 *
 *    VIEW TRANSCRIBE RESULT
 *
 * ========================================================================== */
.control-button {
  height: 30px;
  cursor: pointer;
  filter: drop-shadow(1px 1px 1px #7B7B7B);
}

.control-button-left {
  float: left !important;
  cursor: pointer;
  filter: drop-shadow(1px 1px 1px #7B7B7B);
}

.control-button-right {
  float: right !important;
}

#transcript-table .transcript-table-column {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f5f9fc;
}

/* ==========================================================================           
 *
 *    BACKEND RESPONSIVE STYLES
 *
 * ========================================================================== */
@media (max-width: 768px) {
  .header-brand-img {
    display: none;
  }

  .header-brand {
    min-width: 30px !important;
  }

  .app-header .header-brand-img.mobile-logo {
    display: block !important;
    height: 3rem;
  }

  #search-bar {
    display: none;
  }

  .header-notify {
    display: none;
  }

  .header-expand {
    display: none;
  }

  #tts-body-minify {
    padding-left: 1.5rem !important;
  }

  #listen-text {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
}
/* ==========================================================================           
 *
 *    FRONTEND RESPONSIVE STYLES
 *
 * ========================================================================== */
@media (max-width: 768px) {
  form {
    width: 100%;
  }

  .central-banner .pl-9 {
    padding-left: 0 !important;
  }
  .central-banner .pr-9 {
    padding-right: 0 !important;
  }
  .central-banner h2 {
    font-size: 1.5rem;
  }
  .central-banner p {
    font-size: 12px;
  }
  .central-banner .image-container {
    display: none;
  }

  #login-responsive .card-body {
    padding: 5rem 1.5rem !important;
  }
  #login-responsive #login-footer {
    position: relative;
    left: auto !important;
  }

  #login-background {
    display: none;
  }

  .nav-item {
    width: 100% !important;
  }

  .offers-next,
.blogs-next {
    display: none !important;
  }

  #banner-wrapper img {
    display: none;
  }
  #banner-wrapper h5 {
    font-size: 16px;
  }

  #footer {
    padding-bottom: 0 !important;
  }
  #footer #footer-logo {
    text-align: center;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 2rem;
  }
  #footer #footer-logo #frontend-local {
    float: none;
  }
  #footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  #footer h5 {
    text-align: center;
  }
  #footer ul {
    text-align: center;
    margin-bottom: 1rem;
  }
  #footer .footer-connect {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  #copyright .copyright-left {
    float: none !important;
    text-align: center;
  }
  #copyright div {
    padding-right: 80px;
  }

  .frontend-body .navbar {
    padding: 0;
  }
  .frontend-body .navbar-collapse {
    background: #FFF;
    padding: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .policy .card-body {
    padding: 4rem 1rem !important;
  }

  #prices-wrapper ul.nav {
    padding-left: 4rem;
  }

  #about-wrapper #about-title {
    text-align: center;
    padding-right: 15px;
  }
  #about-wrapper #about-info {
    text-align: center;
  }
  #about-wrapper #about-info p {
    text-align: justify;
  }

  #live-transcribe-form .card-body {
    padding: 1rem 0rem 0 0.5rem;
  }

  #transcribe-record .card-body {
    padding: 1rem 0rem 0 0.5rem;
  }
}
