@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5867dd;
  --secondary: #e1e1ef;
  --success: #1dc9b7;
  --info: #5578eb;
  --warning: #ffb822;
  --danger: #fd397a;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1399px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #5867dd;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2739c1;
  text-decoration: underline;
}

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

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

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

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: #74788d;
  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;
}

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

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

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: #e83e8c;
  word-break: 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 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

.col-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: 10px;
  padding-left: 10px;
}

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

.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%;
  }
  .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%;
  }
  .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: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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: 1399px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ebedf2;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebedf2;
}
.table tbody + tbody {
  border-top: 2px solid #ebedf2;
}

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

.table-bordered {
  border: 1px solid #ebedf2;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ebedf2;
}
.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: #f7f8fa;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #fafbfc;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d0d4f5;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a8b0ed;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c0f0eb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89e3da;
}

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

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

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

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

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

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

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

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

.table-hover .table-active:hover {
  background-color: #4354d9;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #4354d9;
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #595d6e;
  background-color: #ebedf2;
  border-color: #ebedf2;
}

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

.asc::after {
  content: "▲";
  font-size: 12px;
  margin-left: 5px;
}

.desc::after {
  content: "▼";
  font-size: 12px;
  margin-left: 5px;
}

@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: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1398.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 + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e5ec;
  border-radius: 8px;
  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:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7088f1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}
.form-control::placeholder {
  color: #74788d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f7f8fa;
  opacity: 1;
}

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.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #595d6e;
  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 + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 2.3rem + 2px);
  padding: 1.15rem 1.65rem;
  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 {
  color: #74788d;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #1dc9b7;
  border-radius: 3px;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1dc9b7;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' 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: center right calc(0.375em + 0.325rem);
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1dc9b7;
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1dc9b7;
  padding-right: calc((1em + 1.3rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1dc9b7;
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1dc9b7;
}
.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: #1dc9b7;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1dc9b7;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #37e2d0;
  background-color: #37e2d0;
}
.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(29, 201, 183, 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: #1dc9b7;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1dc9b7;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1dc9b7;
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #fd397a;
  border-radius: 3px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fd397a;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.325rem);
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #fd397a;
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fd397a;
  padding-right: calc((1em + 1.3rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #fd397a;
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fd397a;
}
.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: #fd397a;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fd397a;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fe6b9c;
  background-color: #fe6b9c;
}
.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(253, 57, 122, 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: #fd397a;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fd397a;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fd397a;
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 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: normal;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  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(88, 103, 221, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #384ad7;
  border-color: #2e40d4;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2e40d4;
  border-color: #293ccc;
}
.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(113, 126, 226, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #c8c8e2;
  border-color: #c0c0dd;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #c0c0dd;
  border-color: #b7b7d9;
}
.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(196, 197, 209, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}
.btn-success:hover {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #179c8e;
  border-color: #159184;
}
.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(63, 209, 194, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-info:hover {
  color: #fff;
  background-color: #335de7;
  border-color: #2754e6;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2754e6;
  border-color: #1c4be4;
}
.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(111, 140, 238, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-warning:hover {
  color: #212529;
  background-color: #fbaa00;
  border-color: #eea200;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #eea200;
  border-color: #e19900;
}
.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, 162, 35, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #fd1361;
  border-color: #fc0758;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc0758;
  border-color: #f40252;
}
.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(253, 87, 142, 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 {
  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 {
  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: #5867dd;
  border-color: #5867dd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5867dd;
  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: #5867dd;
  border-color: #5867dd;
}
.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(88, 103, 221, 0.5);
}

.btn-outline-secondary {
  color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e1e1ef;
  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: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.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(225, 225, 239, 0.5);
}

.btn-outline-success {
  color: #1dc9b7;
  border-color: #1dc9b7;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1dc9b7;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}
.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(29, 201, 183, 0.5);
}

.btn-outline-info {
  color: #5578eb;
  border-color: #5578eb;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5578eb;
  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: #5578eb;
  border-color: #5578eb;
}
.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(85, 120, 235, 0.5);
}

.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffb822;
  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: #ffb822;
  border-color: #ffb822;
}
.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, 184, 34, 0.5);
}

.btn-outline-danger {
  color: #fd397a;
  border-color: #fd397a;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fd397a;
  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: #fd397a;
  border-color: #fd397a;
}
.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(253, 57, 122, 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: #5867dd;
  text-decoration: none;
}
.btn-link:hover {
  color: #2739c1;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  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: 1051;
  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: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1399px) {
  .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: #74788d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #595d6e;
  text-decoration: none;
  background-color: #f7f8fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #385aeb;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a2a5b9;
  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: #74788d;
  white-space: nowrap;
}

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

.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.75rem;
  padding-left: 0.75rem;
}
.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.75rem;
  padding-left: 0.75rem;
}

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

.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;
}
@media (max-width: 577px) {
  .btn-group-vertical-xs {
    flex-direction: column;
    justify-content: center;
  }
}

.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%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.65rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #74788d;
  text-align: center;
  white-space: nowrap;
  background-color: #f7f8fa;
  border: 1px solid #e2e5ec;
  border-radius: 8px;
}
.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 + 2.3rem + 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: 1.15rem 1.65rem;
  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 + 1rem + 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.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5867dd;
  background-color: #5867dd;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7088f1;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #eceefb;
  border-color: #eceefb;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f7f8fa;
}

.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: no-repeat 50% / 50% 50%;
}

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5867dd;
  background-color: #5867dd;
}
.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' 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(88, 103, 221, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(88, 103, 221, 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' 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(88, 103, 221, 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(88, 103, 221, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 2rem 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #e2e5ec;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #7088f1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 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: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #7088f1;
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f7f8fa;
}
.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 + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e2e5ec;
  border-radius: 8px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.3rem);
  padding: 0.65rem 1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #f7f8fa;
  border-left: inherit;
  border-radius: 0 8px 8px 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5867dd;
  border: 0;
  border-radius: 1rem;
  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-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #eceefb;
}
.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 {
  appearance: none;
  width: 1rem;
  height: 1rem;
  background-color: #5867dd;
  border: 0;
  border-radius: 1rem;
  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-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #eceefb;
}
.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 {
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #5867dd;
  border: 0;
  border-radius: 1rem;
  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-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #eceefb;
}
.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-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #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: #5867dd;
}

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1398.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1399px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.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 #ebedf2;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.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: #f7f8fa;
  border-bottom: 1px solid #ebedf2;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f8fa;
  border-top: 1px solid #ebedf2;
}
.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;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card: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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  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 {
  display: inline-block;
  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: #385aeb;
  background-color: #fff;
  border: 1px solid #ebedf2;
}
.page-link:hover {
  z-index: 2;
  color: #2739c1;
  text-decoration: none;
  background-color: #ebedf2;
  border-color: #ebedf2;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 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: 1;
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ebedf2;
}

.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.5em 0.75em;
  font-size: 85%;
  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: #5867dd;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2e40d4;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #e1e1ef;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #c0c0dd;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #1dc9b7;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #179c8e;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #5578eb;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #2754e6;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffb822;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #eea200;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #fd397a;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #fc0758;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 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;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #2e3673;
  background-color: #dee1f8;
  border-color: #d0d4f5;
}
.alert-primary hr {
  border-top-color: #bbc1f1;
}
.alert-primary .alert-link {
  color: #1f254f;
}

.alert-secondary {
  color: #75757c;
  background-color: #f9f9fc;
  border-color: #f7f7fb;
}
.alert-secondary hr {
  border-top-color: #e6e6f3;
}
.alert-secondary .alert-link {
  color: #5c5c62;
}

.alert-success {
  color: #0f695f;
  background-color: #d2f4f1;
  border-color: #c0f0eb;
}
.alert-success hr {
  border-top-color: #abebe4;
}
.alert-success .alert-link {
  color: #093c37;
}

.alert-info {
  color: #2c3e7a;
  background-color: #dde4fb;
  border-color: #cfd9f9;
}
.alert-info hr {
  border-top-color: #b8c7f6;
}
.alert-info .alert-link {
  color: #1e2b55;
}

.alert-warning {
  color: #856012;
  background-color: #fff1d3;
  border-color: #ffebc1;
}
.alert-warning hr {
  border-top-color: #ffe3a8;
}
.alert-warning .alert-link {
  color: #58400c;
}

.alert-danger {
  color: #841e3f;
  background-color: #ffd7e4;
  border-color: #fec8da;
}
.alert-danger hr {
  border-top-color: #feafc9;
}
.alert-danger .alert-link {
  color: #5a152b;
}

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

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

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

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

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

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

.media-body {
  flex: 1;
}

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

.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: #ebedf2;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ebedf2;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

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

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

.list-group-item-primary {
  color: #2e3673;
  background-color: #d0d4f5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2e3673;
  background-color: #bbc1f1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2e3673;
  border-color: #2e3673;
}

.list-group-item-secondary {
  color: #75757c;
  background-color: #f7f7fb;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #75757c;
  background-color: #e6e6f3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #75757c;
  border-color: #75757c;
}

.list-group-item-success {
  color: #0f695f;
  background-color: #c0f0eb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f695f;
  background-color: #abebe4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f695f;
  border-color: #0f695f;
}

.list-group-item-info {
  color: #2c3e7a;
  background-color: #cfd9f9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2c3e7a;
  background-color: #b8c7f6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2c3e7a;
  border-color: #2c3e7a;
}

.list-group-item-warning {
  color: #856012;
  background-color: #ffebc1;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856012;
  background-color: #ffe3a8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856012;
  border-color: #856012;
}

.list-group-item-danger {
  color: #841e3f;
  background-color: #fec8da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #841e3f;
  background-color: #feafc9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #841e3f;
  border-color: #841e3f;
}

.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;
  appearance: none;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  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: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  backdrop-filter: blur(10px);
  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: #595d6e;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ebedf2;
}

.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 {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.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);
  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 #ebedf2;
  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: 1.25rem;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1.25rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #ebedf2;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1399px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Poppins, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}
.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) * -1);
  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: white;
}
.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) * -1);
}
.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: white;
}
.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 #ffffff;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}
.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: 1rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #595d6e;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1.25rem;
  color: #74788d;
}

.carousel {
  position: relative;
}

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

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

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

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

.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: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

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

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 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;
}

@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%;
  animation: spinner-border 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #5867dd !important;
}

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

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

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

.bg-success {
  background-color: #1dc9b7 !important;
}

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

.bg-info {
  background-color: #5578eb !important;
}

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

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fc0758 !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: #5867dd !important;
}

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

.border-success {
  border-color: #1dc9b7 !important;
}

.border-info {
  border-color: #5578eb !important;
}

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

.border-danger {
  border-color: #fd397a !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: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1399px) {
  .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: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1399px) {
  .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: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1399px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: 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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vh-100 {
  height: 100vh !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);
}

.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: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1399px) {
  .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;
  }
}
.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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1399px) {
  .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: #5867dd !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #2739c1 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #afafd4 !important;
}

.text-success {
  color: #1dc9b7 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #13867a !important;
}

.text-info {
  color: #5578eb !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1a46da !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #d59000 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #e7024e !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: #74788d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 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: 1024px !important;
  }
  .container {
    min-width: 1024px !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: #ebedf2;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ebedf2;
  }
}
.accordion .card {
  overflow: visible !important;
  margin: 0;
}
.accordion .card .card-header {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.accordion .card .card-header .card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1rem 1rem;
  color: #385aeb;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion .card .card-header .card-title > i {
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #385aeb;
}
.accordion .card .card-header .card-title.collapsed {
  color: #595d6e;
}
.accordion .card .card-header .card-title.collapsed > i {
  color: #74788d;
}
.accordion .card .card-header .card-title:after {
  right: 1rem;
}
.accordion .card .card-body {
  padding: 1.25rem;
  font-size: 1rem;
}
.accordion--no-bg .card {
  background-color: transparent;
}

.accordion.accordion-light .card {
  border: 0;
  border-top: 1px solid #eeeef4;
  margin: 0;
}
.accordion.accordion-light .card .card-header {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}
.accordion.accordion-light .card .card-header .card-title {
  margin: 0;
  font-size: 1.1rem;
  padding: 1rem 1rem 1rem 0;
  font-weight: 500;
  color: #385aeb;
}
.accordion.accordion-light .card .card-header .card-title.collapsed {
  color: #74788d;
}
.accordion.accordion-light .card .card-header .card-title.collapsed:after {
  color: #74788d;
}
.accordion.accordion-light .card .card-header .card-title:after {
  right: 0;
}
.accordion.accordion-light .card .card-body {
  padding: 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.accordion.accordion-light .card:first-child {
  border-top: 0;
}
.accordion.accordion-light .card:first-child .card-header {
  margin: 0;
}
.accordion.accordion-light .card:last-child {
  margin-bottom: 1.25rem;
}
.accordion.accordion-light .card:last-child .card-body {
  padding: 0;
  margin: 0;
}

.accordion.accordion-outline--padded {
  padding: 1.7rem;
}
.accordion.accordion-outline .card {
  margin-bottom: 1.25rem;
  border: 0;
}
.accordion.accordion-outline .card .card-header {
  padding: 0;
  background-color: transparent;
}
.accordion.accordion-outline .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  border-color: #95a7f4;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  padding-bottom: calc(1.5rem + 2px);
  border-left-width: 2px;
  border-style: solid;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.accordion.accordion-outline .card .card-header .card-title:after {
  position: absolute;
  right: 1.25rem;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f28e";
  font-size: 1.7rem;
  font-weight: bold;
  color: #385aeb;
}
.accordion.accordion-outline .card .card-header .card-title.collapsed {
  color: #464457;
  border-color: #efeff0;
  border-bottom-width: 2px;
  padding-bottom: 1.5rem;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.accordion.accordion-outline .card .card-header .card-title.collapsed:after {
  content: "\f2c2";
  color: #efeff0;
}
.accordion.accordion-outline .card .card-body-wrapper > .card-body {
  padding: 0 2.7rem 1.7rem 1.7rem;
  font-size: 1.1rem;
  font-weight: 400;
  border-color: #95a7f4;
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  color: #8d8c9b;
}
.accordion.accordion-outline .card .card-body-wrapper > .card-body > p:last-child {
  margin-bottom: 0;
}
.accordion.accordion-outline .card:last-child {
  margin-bottom: 0;
}

.accordion.accordion-solid .card {
  margin-bottom: 1.5rem;
  border: 0;
}
.accordion.accordion-solid .card:last-child {
  margin-bottom: 0;
}
.accordion.accordion-solid .card .card-header {
  padding: 0;
  background-color: transparent;
}
.accordion.accordion-solid .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  background-color: #ebedf2;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion.accordion-solid .card .card-header .card-title.collapsed {
  border-radius: 8px;
}
.accordion.accordion-solid .card .card-body {
  border: 1px solid #ebedf2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title {
  color: #385aeb;
  position: relative;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
  position: absolute;
  font-size: 1rem;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f110";
  color: #385aeb;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed {
  color: #74788d;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
  color: #74788d;
  content: "\f112";
}

.accordion.accordion-toggle-plus .card .card-header .card-title {
  color: #385aeb;
  position: relative;
}
.accordion.accordion-toggle-plus .card .card-header .card-title:after {
  position: absolute;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f28e";
  font-size: 1.2rem;
  color: #385aeb;
}
.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed {
  color: #74788d;
}
.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after {
  color: #74788d;
  content: "\f2c2";
}

.accordion.accordion-svg-icon .card {
  border-top: 0;
}
.accordion.accordion-svg-icon .card .card-header .card-title {
  color: #48465b;
  position: relative;
  font-size: 1.2rem;
}
.accordion.accordion-svg-icon .card .card-header .card-title .kt-svg-icon {
  margin-right: 1.2rem;
  transform: rotate(90deg);
  flex: 0 0 2rem;
}
.accordion.accordion-svg-icon .card .card-header .card-title .kt-svg-icon {
  transition: all 0.3s;
}
.accordion.accordion-svg-icon .card .card-header .card-title.collapsed {
  color: #48465b;
}
.accordion.accordion-svg-icon .card .card-header .card-title.collapsed .kt-svg-icon {
  transform: rotate(0);
}
.accordion.accordion-svg-icon .card .card-body {
  padding-left: 3.2rem;
}
.accordion.accordion-svg-icon .card:last-child .card-body {
  padding-left: 3.2rem;
}

.accordion.accordion-toggle-svg .card .card-header .card-title {
  color: #48465b;
  font-size: 1.2rem;
  background-color: #ffffff;
}
.accordion.accordion-toggle-svg .card .card-header .card-title .kt-svg-icon {
  margin: auto 0 auto auto;
  transform: rotate(90deg);
}
.accordion.accordion-toggle-svg .card .card-header .card-title .kt-svg-icon {
  transition: all 0.3s;
}
.accordion.accordion-toggle-svg .card .card-header .card-title.collapsed {
  color: #48465b;
}
.accordion.accordion-toggle-svg .card .card-header .card-title.collapsed .kt-svg-icon {
  transform: rotate(0);
}

.accordion.accordion-panel .card {
  border-radius: 8px !important;
}
.accordion.accordion-panel .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 8px !important;
}
.accordion.accordion-panel .card .card-body {
  padding-top: 0;
  border: 0;
  border-radius: 8px !important;
}

.alert {
  display: flex;
  align-items: stretch;
  padding: 1rem 2rem;
  margin: 0 0 20px 0;
  border-radius: 8px;
}
.alert .alert-icon {
  display: flex;
  align-items: center;
  padding: 0 1.25rem 0 0;
}
.alert .alert-icon i {
  font-size: 2.4rem;
}
.alert .alert-icon.alert-icon-top {
  align-items: flex-start;
  align-content: stretch;
}
.alert .alert-text {
  align-self: center;
  flex-grow: 1;
}
.alert .alert-close {
  padding: 0 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.alert .alert-close .close {
  text-shadow: none !important;
}
.alert .alert-close i {
  opacity: 0.8;
  transition: all 0.3s ease;
  cursor: pointer;
}
.alert .alert-close i:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.alert.alert-elevate {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}
.alert.alert-brand {
  background: #385aeb;
  border: 1px solid #385aeb;
  color: #ffffff;
}
.alert.alert-brand .alert-icon i {
  color: #ffffff;
}
.alert.alert-brand .alert-text {
  color: #ffffff;
}
.alert.alert-brand .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-brand .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-brand {
  border: 1px solid #385aeb;
  color: #385aeb;
}
.alert.alert-outline-brand .alert-icon i {
  color: #385aeb;
}
.alert.alert-outline-brand .alert-text {
  color: #385aeb;
}
.alert.alert-outline-brand .alert-close i {
  color: #385aeb;
}
.alert.alert-solid-brand {
  background: rgba(56, 90, 235, 0.1);
  border-color: transparent;
  color: #385aeb;
}
.alert.alert-solid-brand .alert-icon i {
  color: #385aeb;
}
.alert.alert-solid-brand .alert-text {
  color: #385aeb;
}
.alert.alert-solid-brand .alert-close i {
  color: #385aeb;
}
.alert.alert-metal {
  background: #d3dae6;
  border: 1px solid #d3dae6;
  color: #586272;
}
.alert.alert-metal .alert-icon i {
  color: #586272;
}
.alert.alert-metal .alert-text {
  color: #586272;
}
.alert.alert-metal .alert-text hr {
  border-top-color: #586272;
  opacity: 0.4;
}
.alert.alert-metal .alert-close i {
  color: #586272;
}
.alert.alert-outline-metal {
  border: 1px solid #d3dae6;
  color: #d3dae6;
}
.alert.alert-outline-metal .alert-icon i {
  color: #d3dae6;
}
.alert.alert-outline-metal .alert-text {
  color: #d3dae6;
}
.alert.alert-outline-metal .alert-close i {
  color: #d3dae6;
}
.alert.alert-solid-metal {
  background: rgba(211, 218, 230, 0.1);
  border-color: transparent;
  color: #d3dae6;
}
.alert.alert-solid-metal .alert-icon i {
  color: #d3dae6;
}
.alert.alert-solid-metal .alert-text {
  color: #d3dae6;
}
.alert.alert-solid-metal .alert-close i {
  color: #d3dae6;
}
.alert.alert-light {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #282a3c;
}
.alert.alert-light .alert-icon i {
  color: #282a3c;
}
.alert.alert-light .alert-text {
  color: #282a3c;
}
.alert.alert-light .alert-text hr {
  border-top-color: #282a3c;
  opacity: 0.4;
}
.alert.alert-light .alert-close i {
  color: #282a3c;
}
.alert.alert-outline-light {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.alert.alert-outline-light .alert-icon i {
  color: #ffffff;
}
.alert.alert-outline-light .alert-text {
  color: #ffffff;
}
.alert.alert-outline-light .alert-close i {
  color: #ffffff;
}
.alert.alert-solid-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #ffffff;
}
.alert.alert-solid-light .alert-icon i {
  color: #ffffff;
}
.alert.alert-solid-light .alert-text {
  color: #ffffff;
}
.alert.alert-solid-light .alert-close i {
  color: #ffffff;
}
.alert.alert-dark {
  background: #645ca1;
  border: 1px solid #645ca1;
  color: #ffffff;
}
.alert.alert-dark .alert-icon i {
  color: #ffffff;
}
.alert.alert-dark .alert-text {
  color: #ffffff;
}
.alert.alert-dark .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-dark .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-dark {
  border: 1px solid #645ca1;
  color: #645ca1;
}
.alert.alert-outline-dark .alert-icon i {
  color: #645ca1;
}
.alert.alert-outline-dark .alert-text {
  color: #645ca1;
}
.alert.alert-outline-dark .alert-close i {
  color: #645ca1;
}
.alert.alert-solid-dark {
  background: rgba(100, 92, 161, 0.1);
  border-color: transparent;
  color: #645ca1;
}
.alert.alert-solid-dark .alert-icon i {
  color: #645ca1;
}
.alert.alert-solid-dark .alert-text {
  color: #645ca1;
}
.alert.alert-solid-dark .alert-close i {
  color: #645ca1;
}
.alert.alert-accent {
  background: #00c5dc;
  border: 1px solid #00c5dc;
  color: #ffffff;
}
.alert.alert-accent .alert-icon i {
  color: #ffffff;
}
.alert.alert-accent .alert-text {
  color: #ffffff;
}
.alert.alert-accent .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-accent .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-accent {
  border: 1px solid #00c5dc;
  color: #00c5dc;
}
.alert.alert-outline-accent .alert-icon i {
  color: #00c5dc;
}
.alert.alert-outline-accent .alert-text {
  color: #00c5dc;
}
.alert.alert-outline-accent .alert-close i {
  color: #00c5dc;
}
.alert.alert-solid-accent {
  background: rgba(0, 197, 220, 0.1);
  border-color: transparent;
  color: #00c5dc;
}
.alert.alert-solid-accent .alert-icon i {
  color: #00c5dc;
}
.alert.alert-solid-accent .alert-text {
  color: #00c5dc;
}
.alert.alert-solid-accent .alert-close i {
  color: #00c5dc;
}
.alert.alert-focus {
  background: #9816f4;
  border: 1px solid #9816f4;
  color: #ffffff;
}
.alert.alert-focus .alert-icon i {
  color: #ffffff;
}
.alert.alert-focus .alert-text {
  color: #ffffff;
}
.alert.alert-focus .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-focus .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-focus {
  border: 1px solid #9816f4;
  color: #9816f4;
}
.alert.alert-outline-focus .alert-icon i {
  color: #9816f4;
}
.alert.alert-outline-focus .alert-text {
  color: #9816f4;
}
.alert.alert-outline-focus .alert-close i {
  color: #9816f4;
}
.alert.alert-solid-focus {
  background: rgba(152, 22, 244, 0.1);
  border-color: transparent;
  color: #9816f4;
}
.alert.alert-solid-focus .alert-icon i {
  color: #9816f4;
}
.alert.alert-solid-focus .alert-text {
  color: #9816f4;
}
.alert.alert-solid-focus .alert-close i {
  color: #9816f4;
}
.alert.alert-primary {
  background: #5867dd;
  border: 1px solid #5867dd;
  color: #ffffff;
}
.alert.alert-primary .alert-icon i {
  color: #ffffff;
}
.alert.alert-primary .alert-text {
  color: #ffffff;
}
.alert.alert-primary .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-primary .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-primary {
  border: 1px solid #5867dd;
  color: #5867dd;
}
.alert.alert-outline-primary .alert-icon i {
  color: #5867dd;
}
.alert.alert-outline-primary .alert-text {
  color: #5867dd;
}
.alert.alert-outline-primary .alert-close i {
  color: #5867dd;
}
.alert.alert-solid-primary {
  background: rgba(88, 103, 221, 0.1);
  border-color: transparent;
  color: #5867dd;
}
.alert.alert-solid-primary .alert-icon i {
  color: #5867dd;
}
.alert.alert-solid-primary .alert-text {
  color: #5867dd;
}
.alert.alert-solid-primary .alert-close i {
  color: #5867dd;
}
.alert.alert-success {
  background: #1dc9b7;
  border: 1px solid #1dc9b7;
  color: #ffffff;
}
.alert.alert-success .alert-icon i {
  color: #ffffff;
}
.alert.alert-success .alert-text {
  color: #ffffff;
}
.alert.alert-success .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-success .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-success {
  border: 1px solid #1dc9b7;
  color: #1dc9b7;
}
.alert.alert-outline-success .alert-icon i {
  color: #1dc9b7;
}
.alert.alert-outline-success .alert-text {
  color: #1dc9b7;
}
.alert.alert-outline-success .alert-close i {
  color: #1dc9b7;
}
.alert.alert-solid-success {
  background: rgba(29, 201, 183, 0.1);
  border-color: transparent;
  color: #1dc9b7;
}
.alert.alert-solid-success .alert-icon i {
  color: #1dc9b7;
}
.alert.alert-solid-success .alert-text {
  color: #1dc9b7;
}
.alert.alert-solid-success .alert-close i {
  color: #1dc9b7;
}
.alert.alert-info {
  background: #5578eb;
  border: 1px solid #5578eb;
  color: #ffffff;
}
.alert.alert-info .alert-icon i {
  color: #ffffff;
}
.alert.alert-info .alert-text {
  color: #ffffff;
}
.alert.alert-info .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-info .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-info {
  border: 1px solid #5578eb;
  color: #5578eb;
}
.alert.alert-outline-info .alert-icon i {
  color: #5578eb;
}
.alert.alert-outline-info .alert-text {
  color: #5578eb;
}
.alert.alert-outline-info .alert-close i {
  color: #5578eb;
}
.alert.alert-solid-info {
  background: rgba(85, 120, 235, 0.1);
  border-color: transparent;
  color: #5578eb;
}
.alert.alert-solid-info .alert-icon i {
  color: #5578eb;
}
.alert.alert-solid-info .alert-text {
  color: #5578eb;
}
.alert.alert-solid-info .alert-close i {
  color: #5578eb;
}
.alert.alert-warning {
  background: #ffb822;
  border: 1px solid #ffb822;
  color: #111111;
}
.alert.alert-warning .alert-icon i {
  color: #111111;
}
.alert.alert-warning .alert-text {
  color: #111111;
}
.alert.alert-warning .alert-text hr {
  border-top-color: #111111;
  opacity: 0.4;
}
.alert.alert-warning .alert-close i {
  color: #111111;
}
.alert.alert-outline-warning {
  border: 1px solid #ffb822;
  color: #ffb822;
}
.alert.alert-outline-warning .alert-icon i {
  color: #ffb822;
}
.alert.alert-outline-warning .alert-text {
  color: #ffb822;
}
.alert.alert-outline-warning .alert-close i {
  color: #ffb822;
}
.alert.alert-solid-warning {
  background: rgba(255, 184, 34, 0.1);
  border-color: transparent;
  color: #ffb822;
}
.alert.alert-solid-warning .alert-icon i {
  color: #ffb822;
}
.alert.alert-solid-warning .alert-text {
  color: #ffb822;
}
.alert.alert-solid-warning .alert-close i {
  color: #ffb822;
}
.alert.alert-danger {
  background: #fd397a;
  border: 1px solid #fd397a;
  color: #ffffff;
}
.alert.alert-danger .alert-icon i {
  color: #ffffff;
}
.alert.alert-danger .alert-text {
  color: #ffffff;
}
.alert.alert-danger .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-danger .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-danger {
  border: 1px solid #fd397a;
  color: #fd397a;
}
.alert.alert-outline-danger .alert-icon i {
  color: #fd397a;
}
.alert.alert-outline-danger .alert-text {
  color: #fd397a;
}
.alert.alert-outline-danger .alert-close i {
  color: #fd397a;
}
.alert.alert-solid-danger {
  background: rgba(253, 57, 122, 0.1);
  border-color: transparent;
  color: #fd397a;
}
.alert.alert-solid-danger .alert-icon i {
  color: #fd397a;
}
.alert.alert-solid-danger .alert-text {
  color: #fd397a;
}
.alert.alert-solid-danger .alert-close i {
  color: #fd397a;
}
.alert.alert-secondary .alert-icon i {
  color: #74788d;
}
.alert.alert-secondary .alert-text {
  color: #595d6e;
}
.alert.alert--marginless {
  margin: 0;
}
.alert.alert-bold .alert-text {
  font-weight: 500;
}

.badge {
  font-weight: 400;
}

.btn {
  background: transparent;
  outline: none !important;
  vertical-align: middle;
  border-radius: 0.6rem;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.btn:focus:not(.btn-elevate) {
  box-shadow: none !important;
}
.btn .fa, .btn .fas, .btn .fab {
  position: relative;
  top: -1px;
}

label.btn,
input.btn,
button.btn {
  cursor: pointer;
}

.btn.btn-clean {
  border-color: transparent;
  background: transparent;
  color: #93a2dd;
}
.btn.btn-clean i {
  color: #93a2dd;
}
.show > .btn.btn-clean, .btn.btn-clean.active, .btn.btn-clean:active, .btn.btn-clean:hover {
  color: #385aeb;
  background: #f0f3ff;
}
.show > .btn.btn-clean i, .btn.btn-clean.active i, .btn.btn-clean:active i, .btn.btn-clean:hover i {
  color: #385aeb;
}

.btn.btn-default {
  border: 0;
  background: transparent;
  color: #74788d;
  border: 1px solid #e8ecfa;
}
.btn.btn-default i {
  color: #93a2dd;
}
.show > .btn.btn-default, .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {
  color: #ffffff;
  background: #385aeb;
  border-color: #385aeb;
}
.show > .btn.btn-default i, .btn.btn-default.active i, .btn.btn-default:active i, .btn.btn-default:hover i {
  color: #ffffff;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #e2e5ec;
  color: #595d6e;
}
.show > .btn-secondary.dropdown-toggle, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .btn-secondary:hover {
  color: #595d6e;
  border-color: #e2e5ec;
  background-color: #f4f5f8;
}

.btn-brand {
  color: #ffffff;
  color: #fff;
  background-color: #385aeb;
  border-color: #385aeb;
}
.btn-brand:hover {
  color: #fff;
  background-color: #173ee6;
  border-color: #163bda;
}
.btn-brand:focus, .btn-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 115, 238, 0.5);
}
.btn-brand.disabled, .btn-brand:disabled {
  color: #fff;
  background-color: #385aeb;
  border-color: #385aeb;
}
.btn-brand:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active, .show > .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #163bda;
  border-color: #1538ce;
}
.btn-brand:not(:disabled):not(.disabled):active:focus, .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .btn-brand.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 115, 238, 0.5);
}
.btn-brand + .btn.dropdown-toggle {
  position: relative;
}
.btn-brand + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-brand + .btn.dropdown-toggle:hover:before, .btn-brand + .btn.dropdown-toggle:focus:before, .btn-brand + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-metal {
  color: #586272;
  color: #212529;
  background-color: #d3dae6;
  border-color: #d3dae6;
}
.btn-metal:hover {
  color: #212529;
  background-color: #bbc5d8;
  border-color: #b2bfd4;
}
.btn-metal:focus, .btn-metal.focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 191, 202, 0.5);
}
.btn-metal.disabled, .btn-metal:disabled {
  color: #212529;
  background-color: #d3dae6;
  border-color: #d3dae6;
}
.btn-metal:not(:disabled):not(.disabled):active, .btn-metal:not(:disabled):not(.disabled).active, .show > .btn-metal.dropdown-toggle {
  color: #212529;
  background-color: #b2bfd4;
  border-color: #aab8cf;
}
.btn-metal:not(:disabled):not(.disabled):active:focus, .btn-metal:not(:disabled):not(.disabled).active:focus, .show > .btn-metal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 191, 202, 0.5);
}
.btn-metal + .btn.dropdown-toggle {
  position: relative;
}
.btn-metal + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #586272;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-metal + .btn.dropdown-toggle:hover:before, .btn-metal + .btn.dropdown-toggle:focus:before, .btn-metal + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-light {
  color: #282a3c;
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.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(222, 222, 223, 0.5);
}
.show > .btn-light.dropdown-toggle, .btn-light:focus, .btn-light.active, .btn-light:active, .btn-light:hover {
  background-color: #f7f8fa;
  border-color: #f7f8fa;
}
.btn-light + .btn.dropdown-toggle {
  position: relative;
}
.btn-light + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #282a3c;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-light + .btn.dropdown-toggle:hover:before, .btn-light + .btn.dropdown-toggle:focus:before, .btn-light + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-dark {
  color: #ffffff;
  color: #fff;
  background-color: #645ca1;
  border-color: #645ca1;
}
.btn-dark:hover {
  color: #fff;
  background-color: #554e89;
  border-color: #504a80;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 116, 175, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #645ca1;
  border-color: #645ca1;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #504a80;
  border-color: #4b4578;
}
.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(123, 116, 175, 0.5);
}
.btn-dark + .btn.dropdown-toggle {
  position: relative;
}
.btn-dark + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-dark + .btn.dropdown-toggle:hover:before, .btn-dark + .btn.dropdown-toggle:focus:before, .btn-dark + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-accent {
  color: #ffffff;
  color: #fff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}
.btn-accent:hover {
  color: #fff;
  background-color: #00a3b6;
  border-color: #0097a9;
}
.btn-accent:focus, .btn-accent.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 206, 225, 0.5);
}
.btn-accent.disabled, .btn-accent:disabled {
  color: #fff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}
.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active, .show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #0097a9;
  border-color: #008c9c;
}
.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus, .show > .btn-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 206, 225, 0.5);
}
.btn-accent + .btn.dropdown-toggle {
  position: relative;
}
.btn-accent + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-accent + .btn.dropdown-toggle:hover:before, .btn-accent + .btn.dropdown-toggle:focus:before, .btn-accent + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-focus {
  color: #ffffff;
  color: #fff;
  background-color: #9816f4;
  border-color: #9816f4;
}
.btn-focus:hover {
  color: #fff;
  background-color: #840ad9;
  border-color: #7c0acd;
}
.btn-focus:focus, .btn-focus.focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 57, 246, 0.5);
}
.btn-focus.disabled, .btn-focus:disabled {
  color: #fff;
  background-color: #9816f4;
  border-color: #9816f4;
}
.btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active, .show > .btn-focus.dropdown-toggle {
  color: #fff;
  background-color: #7c0acd;
  border-color: #7509c1;
}
.btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus:not(:disabled):not(.disabled).active:focus, .show > .btn-focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 57, 246, 0.5);
}
.btn-focus + .btn.dropdown-toggle {
  position: relative;
}
.btn-focus + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-focus + .btn.dropdown-toggle:hover:before, .btn-focus + .btn.dropdown-toggle:focus:before, .btn-focus + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-primary {
  color: #ffffff;
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #384ad7;
  border-color: #2e40d4;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2e40d4;
  border-color: #293ccc;
}
.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(113, 126, 226, 0.5);
}
.btn-primary + .btn.dropdown-toggle {
  position: relative;
}
.btn-primary + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-primary + .btn.dropdown-toggle:hover:before, .btn-primary + .btn.dropdown-toggle:focus:before, .btn-primary + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-success {
  color: #ffffff;
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}
.btn-success:hover {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #179c8e;
  border-color: #159184;
}
.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(63, 209, 194, 0.5);
}
.btn-success + .btn.dropdown-toggle {
  position: relative;
}
.btn-success + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-success + .btn.dropdown-toggle:hover:before, .btn-success + .btn.dropdown-toggle:focus:before, .btn-success + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-info {
  color: #ffffff;
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-info:hover {
  color: #fff;
  background-color: #335de7;
  border-color: #2754e6;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2754e6;
  border-color: #1c4be4;
}
.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(111, 140, 238, 0.5);
}
.btn-info + .btn.dropdown-toggle {
  position: relative;
}
.btn-info + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-info + .btn.dropdown-toggle:hover:before, .btn-info + .btn.dropdown-toggle:focus:before, .btn-info + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-warning {
  color: #111111;
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-warning:hover {
  color: #212529;
  background-color: #fbaa00;
  border-color: #eea200;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #eea200;
  border-color: #e19900;
}
.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, 162, 35, 0.5);
}
.btn-warning + .btn.dropdown-toggle {
  position: relative;
}
.btn-warning + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #111111;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-warning + .btn.dropdown-toggle:hover:before, .btn-warning + .btn.dropdown-toggle:focus:before, .btn-warning + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-danger {
  color: #ffffff;
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #fd1361;
  border-color: #fc0758;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc0758;
  border-color: #f40252;
}
.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(253, 87, 142, 0.5);
}
.btn-danger + .btn.dropdown-toggle {
  position: relative;
}
.btn-danger + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-danger + .btn.dropdown-toggle:hover:before, .btn-danger + .btn.dropdown-toggle:focus:before, .btn-danger + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-facebook {
  color: #ffffff;
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-facebook + .btn.dropdown-toggle {
  position: relative;
}
.btn-facebook + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-facebook + .btn.dropdown-toggle:hover:before, .btn-facebook + .btn.dropdown-toggle:focus:before, .btn-facebook + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-google {
  color: #ffffff;
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
}
.btn-google:hover {
  color: #fff;
  background-color: #d03526;
  border-color: #c63224;
}
.btn-google:focus, .btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c63224;
  border-color: #bb2f22;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5);
}
.btn-google + .btn.dropdown-toggle {
  position: relative;
}
.btn-google + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-google + .btn.dropdown-toggle:hover:before, .btn-google + .btn.dropdown-toggle:focus:before, .btn-google + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-twitter {
  color: #ffffff;
  color: #212529;
  background-color: #4AB3F4;
  border-color: #4AB3F4;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #26a4f2;
  border-color: #1a9ff1;
}
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #212529;
  background-color: #4AB3F4;
  border-color: #4AB3F4;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1a9ff1;
  border-color: #0f9af0;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5);
}
.btn-twitter + .btn.dropdown-toggle {
  position: relative;
}
.btn-twitter + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-twitter + .btn.dropdown-toggle:hover:before, .btn-twitter + .btn.dropdown-toggle:focus:before, .btn-twitter + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-instagram {
  color: #ffffff;
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}
.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}
.btn-instagram + .btn.dropdown-toggle {
  position: relative;
}
.btn-instagram + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-instagram + .btn.dropdown-toggle:hover:before, .btn-instagram + .btn.dropdown-toggle:focus:before, .btn-instagram + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-youtube {
  color: #ffffff;
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
}
.btn-youtube:hover {
  color: #fff;
  background-color: #900f13;
  border-color: #850d11;
}
.btn-youtube:focus, .btn-youtube.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #850d11;
  border-color: #790c10;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5);
}
.btn-youtube + .btn.dropdown-toggle {
  position: relative;
}
.btn-youtube + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-youtube + .btn.dropdown-toggle:hover:before, .btn-youtube + .btn.dropdown-toggle:focus:before, .btn-youtube + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-linkedin {
  color: #ffffff;
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005e8f;
  border-color: #005582;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005582;
  border-color: #004d75;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
}
.btn-linkedin + .btn.dropdown-toggle {
  position: relative;
}
.btn-linkedin + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-linkedin + .btn.dropdown-toggle:hover:before, .btn-linkedin + .btn.dropdown-toggle:focus:before, .btn-linkedin + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-skype {
  color: #ffffff;
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-skype:hover {
  color: #fff;
  background-color: #0093ca;
  border-color: #008abd;
}
.btn-skype:focus, .btn-skype.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 242, 0.5);
}
.btn-skype.disabled, .btn-skype:disabled {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-skype:not(:disabled):not(.disabled):active, .btn-skype:not(:disabled):not(.disabled).active, .show > .btn-skype.dropdown-toggle {
  color: #fff;
  background-color: #008abd;
  border-color: #0081b0;
}
.btn-skype:not(:disabled):not(.disabled):active:focus, .btn-skype:not(:disabled):not(.disabled).active:focus, .show > .btn-skype.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 242, 0.5);
}
.btn-skype + .btn.dropdown-toggle {
  position: relative;
}
.btn-skype + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-skype + .btn.dropdown-toggle:hover:before, .btn-skype + .btn.dropdown-toggle:focus:before, .btn-skype + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-outline-brand {
  color: #385aeb;
  border-color: #385aeb;
}
.btn-outline-brand:hover {
  color: #ffffff;
  background-color: #385aeb;
  border-color: #385aeb;
}
.btn-outline-brand:focus, .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 90, 235, 0.5);
}
.btn-outline-brand.disabled, .btn-outline-brand:disabled {
  color: #385aeb;
  background-color: transparent;
}
.btn-outline-brand:not(:disabled):not(.disabled):active, .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #385aeb;
  border-color: #385aeb;
}
.btn-outline-brand:not(:disabled):not(.disabled):active:focus, .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 90, 235, 0.5);
}

.btn-outline-metal {
  color: #d3dae6;
  border-color: #d3dae6;
}
.btn-outline-metal:hover {
  color: #586272;
  background-color: #d3dae6;
  border-color: #d3dae6;
}
.btn-outline-metal:focus, .btn-outline-metal.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 218, 230, 0.5);
}
.btn-outline-metal.disabled, .btn-outline-metal:disabled {
  color: #d3dae6;
  background-color: transparent;
}
.btn-outline-metal:not(:disabled):not(.disabled):active, .btn-outline-metal:not(:disabled):not(.disabled).active, .show > .btn-outline-metal.dropdown-toggle {
  color: #212529;
  background-color: #d3dae6;
  border-color: #d3dae6;
}
.btn-outline-metal:not(:disabled):not(.disabled):active:focus, .btn-outline-metal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-metal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 218, 230, 0.5);
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #282a3c;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ffffff;
  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: #ffffff;
  border-color: #ffffff;
}
.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(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #645ca1;
  border-color: #645ca1;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #645ca1;
  border-color: #645ca1;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 92, 161, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #645ca1;
  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: #645ca1;
  border-color: #645ca1;
}
.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(100, 92, 161, 0.5);
}

.btn-outline-accent {
  color: #00c5dc;
  border-color: #00c5dc;
}
.btn-outline-accent:hover {
  color: #ffffff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}
.btn-outline-accent:focus, .btn-outline-accent.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
}
.btn-outline-accent.disabled, .btn-outline-accent:disabled {
  color: #00c5dc;
  background-color: transparent;
}
.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active, .show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}
.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
}

.btn-outline-focus {
  color: #9816f4;
  border-color: #9816f4;
}
.btn-outline-focus:hover {
  color: #ffffff;
  background-color: #9816f4;
  border-color: #9816f4;
}
.btn-outline-focus:focus, .btn-outline-focus.focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
}
.btn-outline-focus.disabled, .btn-outline-focus:disabled {
  color: #9816f4;
  background-color: transparent;
}
.btn-outline-focus:not(:disabled):not(.disabled):active, .btn-outline-focus:not(:disabled):not(.disabled).active, .show > .btn-outline-focus.dropdown-toggle {
  color: #fff;
  background-color: #9816f4;
  border-color: #9816f4;
}
.btn-outline-focus:not(:disabled):not(.disabled):active:focus, .btn-outline-focus:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
}

.btn-outline-primary {
  color: #5867dd;
  border-color: #5867dd;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5867dd;
  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: #5867dd;
  border-color: #5867dd;
}
.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(88, 103, 221, 0.5);
}

.btn-outline-success {
  color: #1dc9b7;
  border-color: #1dc9b7;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1dc9b7;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}
.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(29, 201, 183, 0.5);
}

.btn-outline-info {
  color: #5578eb;
  border-color: #5578eb;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5578eb;
  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: #5578eb;
  border-color: #5578eb;
}
.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(85, 120, 235, 0.5);
}

.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:hover {
  color: #111111;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffb822;
  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: #ffb822;
  border-color: #ffb822;
}
.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, 184, 34, 0.5);
}

.btn-outline-danger {
  color: #fd397a;
  border-color: #fd397a;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fd397a;
  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: #fd397a;
  border-color: #fd397a;
}
.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(253, 57, 122, 0.5);
}

.show > .btn-hover-brand, .btn-hover-brand.active, .btn-hover-brand:active, .btn-hover-brand:hover {
  color: #ffffff;
  background-color: #385aeb;
  border-color: #385aeb;
}

.btn-outline-hover-brand.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-brand, .btn-outline-hover-brand.active, .btn-outline-hover-brand:active, .btn-outline-hover-brand:hover {
  color: #385aeb;
  border-color: #385aeb;
  background-color: transparent;
}

.show > .btn-hover-metal, .btn-hover-metal.active, .btn-hover-metal:active, .btn-hover-metal:hover {
  color: #586272;
  background-color: #d3dae6;
  border-color: #d3dae6;
}

.btn-outline-hover-metal.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-metal, .btn-outline-hover-metal.active, .btn-outline-hover-metal:active, .btn-outline-hover-metal:hover {
  color: #d3dae6;
  border-color: #d3dae6;
  background-color: transparent;
}

.show > .btn-hover-light, .btn-hover-light.active, .btn-hover-light:active, .btn-hover-light:hover {
  color: #282a3c;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-hover-light.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-light, .btn-outline-hover-light.active, .btn-outline-hover-light:active, .btn-outline-hover-light:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.show > .btn-hover-dark, .btn-hover-dark.active, .btn-hover-dark:active, .btn-hover-dark:hover {
  color: #ffffff;
  background-color: #645ca1;
  border-color: #645ca1;
}

.btn-outline-hover-dark.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-dark, .btn-outline-hover-dark.active, .btn-outline-hover-dark:active, .btn-outline-hover-dark:hover {
  color: #645ca1;
  border-color: #645ca1;
  background-color: transparent;
}

.show > .btn-hover-accent, .btn-hover-accent.active, .btn-hover-accent:active, .btn-hover-accent:hover {
  color: #ffffff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}

.btn-outline-hover-accent.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-accent, .btn-outline-hover-accent.active, .btn-outline-hover-accent:active, .btn-outline-hover-accent:hover {
  color: #00c5dc;
  border-color: #00c5dc;
  background-color: transparent;
}

.show > .btn-hover-focus, .btn-hover-focus.active, .btn-hover-focus:active, .btn-hover-focus:hover {
  color: #ffffff;
  background-color: #9816f4;
  border-color: #9816f4;
}

.btn-outline-hover-focus.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-focus, .btn-outline-hover-focus.active, .btn-outline-hover-focus:active, .btn-outline-hover-focus:hover {
  color: #9816f4;
  border-color: #9816f4;
  background-color: transparent;
}

.show > .btn-hover-primary, .btn-hover-primary.active, .btn-hover-primary:active, .btn-hover-primary:hover {
  color: #ffffff;
  background-color: #5867dd;
  border-color: #5867dd;
}

.btn-outline-hover-primary.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-primary, .btn-outline-hover-primary.active, .btn-outline-hover-primary:active, .btn-outline-hover-primary:hover {
  color: #5867dd;
  border-color: #5867dd;
  background-color: transparent;
}

.show > .btn-hover-success, .btn-hover-success.active, .btn-hover-success:active, .btn-hover-success:hover {
  color: #ffffff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

.btn-outline-hover-success.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-success, .btn-outline-hover-success.active, .btn-outline-hover-success:active, .btn-outline-hover-success:hover {
  color: #1dc9b7;
  border-color: #1dc9b7;
  background-color: transparent;
}

.show > .btn-hover-info, .btn-hover-info.active, .btn-hover-info:active, .btn-hover-info:hover {
  color: #ffffff;
  background-color: #5578eb;
  border-color: #5578eb;
}

.btn-outline-hover-info.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-info, .btn-outline-hover-info.active, .btn-outline-hover-info:active, .btn-outline-hover-info:hover {
  color: #5578eb;
  border-color: #5578eb;
  background-color: transparent;
}

.show > .btn-hover-warning, .btn-hover-warning.active, .btn-hover-warning:active, .btn-hover-warning:hover {
  color: #111111;
  background-color: #ffb822;
  border-color: #ffb822;
}

.btn-outline-hover-warning.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-warning, .btn-outline-hover-warning.active, .btn-outline-hover-warning:active, .btn-outline-hover-warning:hover {
  color: #ffb822;
  border-color: #ffb822;
  background-color: transparent;
}

.show > .btn-hover-danger, .btn-hover-danger.active, .btn-hover-danger:active, .btn-hover-danger:hover {
  color: #ffffff;
  background-color: #fd397a;
  border-color: #fd397a;
}

.btn-outline-hover-danger.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-danger, .btn-outline-hover-danger.active, .btn-outline-hover-danger:active, .btn-outline-hover-danger:hover {
  color: #fd397a;
  border-color: #fd397a;
  background-color: transparent;
}

.btn-font-brand {
  color: #385aeb;
}

.show > .btn-font-hover-brand, .btn-font-hover-brand.active, .btn-font-hover-brand:active, .btn-font-hover-brand:hover {
  color: #385aeb;
}

.btn-font-metal {
  color: #d3dae6;
}

.show > .btn-font-hover-metal, .btn-font-hover-metal.active, .btn-font-hover-metal:active, .btn-font-hover-metal:hover {
  color: #d3dae6;
}

.btn-font-light {
  color: #ffffff;
}

.show > .btn-font-hover-light, .btn-font-hover-light.active, .btn-font-hover-light:active, .btn-font-hover-light:hover {
  color: #ffffff;
}

.btn-font-dark {
  color: #645ca1;
}

.show > .btn-font-hover-dark, .btn-font-hover-dark.active, .btn-font-hover-dark:active, .btn-font-hover-dark:hover {
  color: #645ca1;
}

.btn-font-accent {
  color: #00c5dc;
}

.show > .btn-font-hover-accent, .btn-font-hover-accent.active, .btn-font-hover-accent:active, .btn-font-hover-accent:hover {
  color: #00c5dc;
}

.btn-font-focus {
  color: #9816f4;
}

.show > .btn-font-hover-focus, .btn-font-hover-focus.active, .btn-font-hover-focus:active, .btn-font-hover-focus:hover {
  color: #9816f4;
}

.btn-font-primary {
  color: #5867dd;
}

.show > .btn-font-hover-primary, .btn-font-hover-primary.active, .btn-font-hover-primary:active, .btn-font-hover-primary:hover {
  color: #5867dd;
}

.btn-font-success {
  color: #1dc9b7;
}

.show > .btn-font-hover-success, .btn-font-hover-success.active, .btn-font-hover-success:active, .btn-font-hover-success:hover {
  color: #1dc9b7;
}

.btn-font-info {
  color: #5578eb;
}

.show > .btn-font-hover-info, .btn-font-hover-info.active, .btn-font-hover-info:active, .btn-font-hover-info:hover {
  color: #5578eb;
}

.btn-font-warning {
  color: #ffb822;
}

.show > .btn-font-hover-warning, .btn-font-hover-warning.active, .btn-font-hover-warning:active, .btn-font-hover-warning:hover {
  color: #ffb822;
}

.btn-font-danger {
  color: #fd397a;
}

.show > .btn-font-hover-danger, .btn-font-hover-danger.active, .btn-font-hover-danger:active, .btn-font-hover-danger:hover {
  color: #fd397a;
}

.btn.btn-outline-secondary {
  color: #494988;
}
.show > .btn.btn-outline-secondary, .btn.btn-outline-secondary.active, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:hover {
  background-color: #e1e1ef;
}

.btn.btn-elevate {
  transition: all 0.3s ease 0s;
}
.btn.btn-elevate.btn-elevate-air:hover {
  transform: translate(0, -4px);
}
.btn.btn-brand.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(56, 90, 235, 0.15);
}
.show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(56, 90, 235, 0.25) !important;
}
.show > .btn.btn-brand.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(56, 90, 235, 0.25) !important;
}
.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(56, 90, 235, 0.25) !important;
}
.show > .btn.btn-brand.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(56, 90, 235, 0.25) !important;
}
.btn.btn-metal.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(211, 218, 230, 0.15);
}
.show > .btn.btn-metal.btn-elevate, .btn.btn-metal.btn-elevate:focus, .btn.btn-metal.btn-elevate.active, .btn.btn-metal.btn-elevate:active, .btn.btn-metal.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(211, 218, 230, 0.25) !important;
}
.show > .btn.btn-metal.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-metal.btn-elevate, .btn.btn-metal.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate:focus, .btn.btn-metal.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate.active, .btn.btn-metal.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate:active, .btn.btn-metal.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(211, 218, 230, 0.25) !important;
}
.show > .btn.btn-metal.btn-elevate-hover, .btn.btn-metal.btn-elevate-hover.active, .btn.btn-metal.btn-elevate-hover:focus, .btn.btn-metal.btn-elevate-hover:active, .btn.btn-metal.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(211, 218, 230, 0.25) !important;
}
.show > .btn.btn-metal.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-metal.btn-elevate-hover, .btn.btn-metal.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate-hover.active, .btn.btn-metal.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate-hover:focus, .btn.btn-metal.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate-hover:active, .btn.btn-metal.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(211, 218, 230, 0.25) !important;
}
.btn.btn-light.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(153, 153, 153, 0.15);
}
.show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  background-color: transparent;
  border-color: transparent;
}
.show > .btn.btn-light.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
}
.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  background-color: transparent;
  border-color: transparent;
}
.show > .btn.btn-light.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
}
.btn.btn-dark.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(100, 92, 161, 0.15);
}
.show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(100, 92, 161, 0.25) !important;
}
.show > .btn.btn-dark.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(100, 92, 161, 0.25) !important;
}
.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(100, 92, 161, 0.25) !important;
}
.show > .btn.btn-dark.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(100, 92, 161, 0.25) !important;
}
.btn.btn-accent.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(0, 197, 220, 0.15);
}
.show > .btn.btn-accent.btn-elevate, .btn.btn-accent.btn-elevate:focus, .btn.btn-accent.btn-elevate.active, .btn.btn-accent.btn-elevate:active, .btn.btn-accent.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(0, 197, 220, 0.25) !important;
}
.show > .btn.btn-accent.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-accent.btn-elevate, .btn.btn-accent.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate:focus, .btn.btn-accent.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate.active, .btn.btn-accent.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate:active, .btn.btn-accent.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 197, 220, 0.25) !important;
}
.show > .btn.btn-accent.btn-elevate-hover, .btn.btn-accent.btn-elevate-hover.active, .btn.btn-accent.btn-elevate-hover:focus, .btn.btn-accent.btn-elevate-hover:active, .btn.btn-accent.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(0, 197, 220, 0.25) !important;
}
.show > .btn.btn-accent.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-accent.btn-elevate-hover, .btn.btn-accent.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate-hover.active, .btn.btn-accent.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate-hover:focus, .btn.btn-accent.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate-hover:active, .btn.btn-accent.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 197, 220, 0.25) !important;
}
.btn.btn-focus.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(152, 22, 244, 0.15);
}
.show > .btn.btn-focus.btn-elevate, .btn.btn-focus.btn-elevate:focus, .btn.btn-focus.btn-elevate.active, .btn.btn-focus.btn-elevate:active, .btn.btn-focus.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(152, 22, 244, 0.25) !important;
}
.show > .btn.btn-focus.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-focus.btn-elevate, .btn.btn-focus.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate:focus, .btn.btn-focus.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate.active, .btn.btn-focus.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate:active, .btn.btn-focus.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(152, 22, 244, 0.25) !important;
}
.show > .btn.btn-focus.btn-elevate-hover, .btn.btn-focus.btn-elevate-hover.active, .btn.btn-focus.btn-elevate-hover:focus, .btn.btn-focus.btn-elevate-hover:active, .btn.btn-focus.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(152, 22, 244, 0.25) !important;
}
.show > .btn.btn-focus.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-focus.btn-elevate-hover, .btn.btn-focus.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate-hover.active, .btn.btn-focus.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate-hover:focus, .btn.btn-focus.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate-hover:active, .btn.btn-focus.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(152, 22, 244, 0.25) !important;
}
.btn.btn-primary.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(88, 103, 221, 0.15);
}
.show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important;
}
.show > .btn.btn-primary.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important;
}
.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important;
}
.show > .btn.btn-primary.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important;
}
.btn.btn-success.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(29, 201, 183, 0.15);
}
.show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(29, 201, 183, 0.25) !important;
}
.show > .btn.btn-success.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(29, 201, 183, 0.25) !important;
}
.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(29, 201, 183, 0.25) !important;
}
.show > .btn.btn-success.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(29, 201, 183, 0.25) !important;
}
.btn.btn-info.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(85, 120, 235, 0.15);
}
.show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important;
}
.show > .btn.btn-info.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important;
}
.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important;
}
.show > .btn.btn-info.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important;
}
.btn.btn-warning.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(255, 184, 34, 0.15);
}
.show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.show > .btn.btn-warning.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.show > .btn.btn-warning.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.btn.btn-danger.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(253, 57, 122, 0.15);
}
.show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important;
}
.show > .btn.btn-danger.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important;
}
.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important;
}
.show > .btn.btn-danger.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important;
}

.btn.btn-square {
  border-radius: 0;
}

.btn.btn-pill {
  border-radius: 2rem;
}

.btn.btn-upper {
  text-transform: uppercase;
}
.btn.btn-bold {
  font-weight: 600;
}
.btn.btn-bolder {
  font-weight: 600;
}
.btn.btn-boldest {
  font-weight: 700;
}
.btn.btn-thin {
  font-weight: 400;
}
.btn.btn-lower {
  text-transform: lowercase;
}

.btn.btn-wide {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.btn.btn-wider {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.btn.btn-widest {
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn.btn-tall {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.btn.btn-taller {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}
.btn.btn-tallest {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

.btn.btn-font-sm {
  font-size: 0.85rem;
}
.btn.btn-font-md {
  font-size: 1rem;
}
.btn.btn-font-lg {
  font-size: 1.1rem;
}

.btn {
  align-items: center;
}
.btn [class^=la-],
.btn [class*=" la-"] {
  font-size: 1.5rem;
}
.btn [class^=fa-],
.btn [class*=" fa-"] {
  font-size: 1.2rem;
}
.btn [class^=flaticon-],
.btn [class*=" flaticon-"],
.btn [class^=flaticon2-],
.btn [class*=" flaticon2-"] {
  font-size: 1.2rem;
}
.btn i {
  padding-right: 0.5rem;
  vertical-align: middle;
  line-height: 0;
}
.btn.btn-sm [class^=la-], .btn-group-sm > .btn [class^=la-],
.btn.btn-sm [class*=" la-"],
.btn-group-sm > .btn [class*=" la-"] {
  font-size: 1.3rem;
}
.btn.btn-sm [class^=fa-], .btn-group-sm > .btn [class^=fa-],
.btn.btn-sm [class*=" fa-"],
.btn-group-sm > .btn [class*=" fa-"] {
  font-size: 1rem;
}
.btn.btn-sm [class^=flaticon-], .btn-group-sm > .btn [class^=flaticon-],
.btn.btn-sm [class*=" flaticon-"],
.btn-group-sm > .btn [class*=" flaticon-"],
.btn.btn-sm [class^=flaticon2-],
.btn-group-sm > .btn [class^=flaticon2-],
.btn.btn-sm [class*=" flaticon2-"],
.btn-group-sm > .btn [class*=" flaticon2-"] {
  font-size: 1rem;
}
.btn.btn-sm i, .btn-group-sm > .btn i {
  padding-right: 0.35rem;
}
.btn.btn-lg [class^=la-], .btn-group-lg > .btn [class^=la-],
.btn.btn-lg [class*=" la-"],
.btn-group-lg > .btn [class*=" la-"] {
  font-size: 1.7rem;
}
.btn.btn-lg [class^=fa-], .btn-group-lg > .btn [class^=fa-],
.btn.btn-lg [class*=" fa-"],
.btn-group-lg > .btn [class*=" fa-"] {
  font-size: 1.4rem;
}
.btn.btn-lg [class^=flaticon-], .btn-group-lg > .btn [class^=flaticon-],
.btn.btn-lg [class*=" flaticon-"],
.btn-group-lg > .btn [class*=" flaticon-"],
.btn.btn-lg [class^=flaticon2-],
.btn-group-lg > .btn [class^=flaticon2-],
.btn.btn-lg [class*=" flaticon2-"],
.btn-group-lg > .btn [class*=" flaticon2-"] {
  font-size: 1.3rem;
}
.btn.btn-lg i, .btn-group-lg > .btn i {
  padding-right: 0.75rem;
}

.btn.btn-label {
  background-color: #f0f3ff;
  color: #385aeb;
  cursor: text !important;
}

.btn.btn-link,
a.btn.btn-label,
button.btn.btn-label,
input.btn.btn-label {
  cursor: pointer !important;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link.active,
a.btn.btn-label:focus,
a.btn.btn-label:hover,
a.btn.btn-label.active,
button.btn.btn-label:focus,
button.btn.btn-label:hover,
button.btn.btn-label.active,
input.btn.btn-label:focus,
input.btn.btn-label:hover,
input.btn.btn-label.active {
  background-color: #385aeb;
  color: #ffffff;
}

.btn.btn-label-brand {
  background-color: rgba(56, 90, 235, 0.1);
  color: #385aeb;
  cursor: text !important;
}

.btn.btn-label-brand-o2 {
  background-color: rgba(56, 90, 235, 0.2);
  color: #385aeb;
  cursor: text !important;
}

label.btn.btn-label-brand,
a.btn.btn-label-brand,
button.btn.btn-label-brand,
input.btn.btn-label-brand {
  cursor: pointer !important;
}
label.btn.btn-label-brand:focus, label.btn.btn-label-brand:hover, label.btn.btn-label-brand.active,
a.btn.btn-label-brand:focus,
a.btn.btn-label-brand:hover,
a.btn.btn-label-brand.active,
button.btn.btn-label-brand:focus,
button.btn.btn-label-brand:hover,
button.btn.btn-label-brand.active,
input.btn.btn-label-brand:focus,
input.btn.btn-label-brand:hover,
input.btn.btn-label-brand.active {
  background-color: #385aeb;
  color: #ffffff;
}

.btn.btn-label-metal {
  background-color: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
  cursor: text !important;
}

.btn.btn-label-metal-o2 {
  background-color: rgba(211, 218, 230, 0.2);
  color: #d3dae6;
  cursor: text !important;
}

label.btn.btn-label-metal,
a.btn.btn-label-metal,
button.btn.btn-label-metal,
input.btn.btn-label-metal {
  cursor: pointer !important;
}
label.btn.btn-label-metal:focus, label.btn.btn-label-metal:hover, label.btn.btn-label-metal.active,
a.btn.btn-label-metal:focus,
a.btn.btn-label-metal:hover,
a.btn.btn-label-metal.active,
button.btn.btn-label-metal:focus,
button.btn.btn-label-metal:hover,
button.btn.btn-label-metal.active,
input.btn.btn-label-metal:focus,
input.btn.btn-label-metal:hover,
input.btn.btn-label-metal.active {
  background-color: #d3dae6;
  color: #586272;
}

.btn.btn-label-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: text !important;
}

.btn.btn-label-light-o2 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: text !important;
}

label.btn.btn-label-light,
a.btn.btn-label-light,
button.btn.btn-label-light,
input.btn.btn-label-light {
  cursor: pointer !important;
}
label.btn.btn-label-light:focus, label.btn.btn-label-light:hover, label.btn.btn-label-light.active,
a.btn.btn-label-light:focus,
a.btn.btn-label-light:hover,
a.btn.btn-label-light.active,
button.btn.btn-label-light:focus,
button.btn.btn-label-light:hover,
button.btn.btn-label-light.active,
input.btn.btn-label-light:focus,
input.btn.btn-label-light:hover,
input.btn.btn-label-light.active {
  background-color: #ffffff;
  color: #282a3c;
}

.btn.btn-label-dark {
  background-color: rgba(100, 92, 161, 0.1);
  color: #645ca1;
  cursor: text !important;
}

.btn.btn-label-dark-o2 {
  background-color: rgba(100, 92, 161, 0.2);
  color: #645ca1;
  cursor: text !important;
}

label.btn.btn-label-dark,
a.btn.btn-label-dark,
button.btn.btn-label-dark,
input.btn.btn-label-dark {
  cursor: pointer !important;
}
label.btn.btn-label-dark:focus, label.btn.btn-label-dark:hover, label.btn.btn-label-dark.active,
a.btn.btn-label-dark:focus,
a.btn.btn-label-dark:hover,
a.btn.btn-label-dark.active,
button.btn.btn-label-dark:focus,
button.btn.btn-label-dark:hover,
button.btn.btn-label-dark.active,
input.btn.btn-label-dark:focus,
input.btn.btn-label-dark:hover,
input.btn.btn-label-dark.active {
  background-color: #645ca1;
  color: #ffffff;
}

.btn.btn-label-accent {
  background-color: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
  cursor: text !important;
}

.btn.btn-label-accent-o2 {
  background-color: rgba(0, 197, 220, 0.2);
  color: #00c5dc;
  cursor: text !important;
}

label.btn.btn-label-accent,
a.btn.btn-label-accent,
button.btn.btn-label-accent,
input.btn.btn-label-accent {
  cursor: pointer !important;
}
label.btn.btn-label-accent:focus, label.btn.btn-label-accent:hover, label.btn.btn-label-accent.active,
a.btn.btn-label-accent:focus,
a.btn.btn-label-accent:hover,
a.btn.btn-label-accent.active,
button.btn.btn-label-accent:focus,
button.btn.btn-label-accent:hover,
button.btn.btn-label-accent.active,
input.btn.btn-label-accent:focus,
input.btn.btn-label-accent:hover,
input.btn.btn-label-accent.active {
  background-color: #00c5dc;
  color: #ffffff;
}

.btn.btn-label-focus {
  background-color: rgba(152, 22, 244, 0.1);
  color: #9816f4;
  cursor: text !important;
}

.btn.btn-label-focus-o2 {
  background-color: rgba(152, 22, 244, 0.2);
  color: #9816f4;
  cursor: text !important;
}

label.btn.btn-label-focus,
a.btn.btn-label-focus,
button.btn.btn-label-focus,
input.btn.btn-label-focus {
  cursor: pointer !important;
}
label.btn.btn-label-focus:focus, label.btn.btn-label-focus:hover, label.btn.btn-label-focus.active,
a.btn.btn-label-focus:focus,
a.btn.btn-label-focus:hover,
a.btn.btn-label-focus.active,
button.btn.btn-label-focus:focus,
button.btn.btn-label-focus:hover,
button.btn.btn-label-focus.active,
input.btn.btn-label-focus:focus,
input.btn.btn-label-focus:hover,
input.btn.btn-label-focus.active {
  background-color: #9816f4;
  color: #ffffff;
}

.btn.btn-label-primary {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
  cursor: text !important;
}

.btn.btn-label-primary-o2 {
  background-color: rgba(88, 103, 221, 0.2);
  color: #5867dd;
  cursor: text !important;
}

label.btn.btn-label-primary,
a.btn.btn-label-primary,
button.btn.btn-label-primary,
input.btn.btn-label-primary {
  cursor: pointer !important;
}
label.btn.btn-label-primary:focus, label.btn.btn-label-primary:hover, label.btn.btn-label-primary.active,
a.btn.btn-label-primary:focus,
a.btn.btn-label-primary:hover,
a.btn.btn-label-primary.active,
button.btn.btn-label-primary:focus,
button.btn.btn-label-primary:hover,
button.btn.btn-label-primary.active,
input.btn.btn-label-primary:focus,
input.btn.btn-label-primary:hover,
input.btn.btn-label-primary.active {
  background-color: #5867dd;
  color: #ffffff;
}

.btn.btn-label-success {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
  cursor: text !important;
}

.btn.btn-label-success-o2 {
  background-color: rgba(29, 201, 183, 0.2);
  color: #1dc9b7;
  cursor: text !important;
}

label.btn.btn-label-success,
a.btn.btn-label-success,
button.btn.btn-label-success,
input.btn.btn-label-success {
  cursor: pointer !important;
}
label.btn.btn-label-success:focus, label.btn.btn-label-success:hover, label.btn.btn-label-success.active,
a.btn.btn-label-success:focus,
a.btn.btn-label-success:hover,
a.btn.btn-label-success.active,
button.btn.btn-label-success:focus,
button.btn.btn-label-success:hover,
button.btn.btn-label-success.active,
input.btn.btn-label-success:focus,
input.btn.btn-label-success:hover,
input.btn.btn-label-success.active {
  background-color: #1dc9b7;
  color: #ffffff;
}

.btn.btn-label-info {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
  cursor: text !important;
}

.btn.btn-label-info-o2 {
  background-color: rgba(85, 120, 235, 0.2);
  color: #5578eb;
  cursor: text !important;
}

label.btn.btn-label-info,
a.btn.btn-label-info,
button.btn.btn-label-info,
input.btn.btn-label-info {
  cursor: pointer !important;
}
label.btn.btn-label-info:focus, label.btn.btn-label-info:hover, label.btn.btn-label-info.active,
a.btn.btn-label-info:focus,
a.btn.btn-label-info:hover,
a.btn.btn-label-info.active,
button.btn.btn-label-info:focus,
button.btn.btn-label-info:hover,
button.btn.btn-label-info.active,
input.btn.btn-label-info:focus,
input.btn.btn-label-info:hover,
input.btn.btn-label-info.active {
  background-color: #5578eb;
  color: #ffffff;
}

.btn.btn-label-warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  cursor: text !important;
}

.btn.btn-label-warning-o2 {
  background-color: rgba(255, 184, 34, 0.2);
  color: #ffb822;
  cursor: text !important;
}

label.btn.btn-label-warning,
a.btn.btn-label-warning,
button.btn.btn-label-warning,
input.btn.btn-label-warning {
  cursor: pointer !important;
}
label.btn.btn-label-warning:focus, label.btn.btn-label-warning:hover, label.btn.btn-label-warning.active,
a.btn.btn-label-warning:focus,
a.btn.btn-label-warning:hover,
a.btn.btn-label-warning.active,
button.btn.btn-label-warning:focus,
button.btn.btn-label-warning:hover,
button.btn.btn-label-warning.active,
input.btn.btn-label-warning:focus,
input.btn.btn-label-warning:hover,
input.btn.btn-label-warning.active {
  background-color: #ffb822;
  color: #111111;
}

.btn.btn-label-danger {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  cursor: text !important;
}

.btn.btn-label-danger-o2 {
  background-color: rgba(253, 57, 122, 0.2);
  color: #fd397a;
  cursor: text !important;
}

label.btn.btn-label-danger,
a.btn.btn-label-danger,
button.btn.btn-label-danger,
input.btn.btn-label-danger {
  cursor: pointer !important;
}
label.btn.btn-label-danger:focus, label.btn.btn-label-danger:hover, label.btn.btn-label-danger.active,
a.btn.btn-label-danger:focus,
a.btn.btn-label-danger:hover,
a.btn.btn-label-danger.active,
button.btn.btn-label-danger:focus,
button.btn.btn-label-danger:hover,
button.btn.btn-label-danger.active,
input.btn.btn-label-danger:focus,
input.btn.btn-label-danger:hover,
input.btn.btn-label-danger.active {
  background-color: #fd397a;
  color: #ffffff;
}

.btn.btn-label-facebook {
  background-color: rgba(59, 89, 152, 0.1);
  color: #3b5998;
  cursor: text !important;
}

.btn.btn-label-facebook-o2 {
  background-color: rgba(59, 89, 152, 0.2);
  color: #3b5998;
  cursor: text !important;
}

label.btn.btn-label-facebook,
a.btn.btn-label-facebook,
button.btn.btn-label-facebook,
input.btn.btn-label-facebook {
  cursor: pointer !important;
}
label.btn.btn-label-facebook:focus, label.btn.btn-label-facebook:hover, label.btn.btn-label-facebook.active,
a.btn.btn-label-facebook:focus,
a.btn.btn-label-facebook:hover,
a.btn.btn-label-facebook.active,
button.btn.btn-label-facebook:focus,
button.btn.btn-label-facebook:hover,
button.btn.btn-label-facebook.active,
input.btn.btn-label-facebook:focus,
input.btn.btn-label-facebook:hover,
input.btn.btn-label-facebook.active {
  background-color: #3b5998;
  color: #ffffff;
}

.btn.btn-label-google {
  background-color: rgba(220, 78, 65, 0.1);
  color: #dc4e41;
  cursor: text !important;
}

.btn.btn-label-google-o2 {
  background-color: rgba(220, 78, 65, 0.2);
  color: #dc4e41;
  cursor: text !important;
}

label.btn.btn-label-google,
a.btn.btn-label-google,
button.btn.btn-label-google,
input.btn.btn-label-google {
  cursor: pointer !important;
}
label.btn.btn-label-google:focus, label.btn.btn-label-google:hover, label.btn.btn-label-google.active,
a.btn.btn-label-google:focus,
a.btn.btn-label-google:hover,
a.btn.btn-label-google.active,
button.btn.btn-label-google:focus,
button.btn.btn-label-google:hover,
button.btn.btn-label-google.active,
input.btn.btn-label-google:focus,
input.btn.btn-label-google:hover,
input.btn.btn-label-google.active {
  background-color: #dc4e41;
  color: #ffffff;
}

.btn.btn-label-twitter {
  background-color: rgba(74, 179, 244, 0.1);
  color: #4AB3F4;
  cursor: text !important;
}

.btn.btn-label-twitter-o2 {
  background-color: rgba(74, 179, 244, 0.2);
  color: #4AB3F4;
  cursor: text !important;
}

label.btn.btn-label-twitter,
a.btn.btn-label-twitter,
button.btn.btn-label-twitter,
input.btn.btn-label-twitter {
  cursor: pointer !important;
}
label.btn.btn-label-twitter:focus, label.btn.btn-label-twitter:hover, label.btn.btn-label-twitter.active,
a.btn.btn-label-twitter:focus,
a.btn.btn-label-twitter:hover,
a.btn.btn-label-twitter.active,
button.btn.btn-label-twitter:focus,
button.btn.btn-label-twitter:hover,
button.btn.btn-label-twitter.active,
input.btn.btn-label-twitter:focus,
input.btn.btn-label-twitter:hover,
input.btn.btn-label-twitter.active {
  background-color: #4AB3F4;
  color: #ffffff;
}

.btn.btn-label-instagram {
  background-color: rgba(81, 127, 164, 0.1);
  color: #517fa4;
  cursor: text !important;
}

.btn.btn-label-instagram-o2 {
  background-color: rgba(81, 127, 164, 0.2);
  color: #517fa4;
  cursor: text !important;
}

label.btn.btn-label-instagram,
a.btn.btn-label-instagram,
button.btn.btn-label-instagram,
input.btn.btn-label-instagram {
  cursor: pointer !important;
}
label.btn.btn-label-instagram:focus, label.btn.btn-label-instagram:hover, label.btn.btn-label-instagram.active,
a.btn.btn-label-instagram:focus,
a.btn.btn-label-instagram:hover,
a.btn.btn-label-instagram.active,
button.btn.btn-label-instagram:focus,
button.btn.btn-label-instagram:hover,
button.btn.btn-label-instagram.active,
input.btn.btn-label-instagram:focus,
input.btn.btn-label-instagram:hover,
input.btn.btn-label-instagram.active {
  background-color: #517fa4;
  color: #ffffff;
}

.btn.btn-label-youtube {
  background-color: rgba(179, 18, 23, 0.1);
  color: #b31217;
  cursor: text !important;
}

.btn.btn-label-youtube-o2 {
  background-color: rgba(179, 18, 23, 0.2);
  color: #b31217;
  cursor: text !important;
}

label.btn.btn-label-youtube,
a.btn.btn-label-youtube,
button.btn.btn-label-youtube,
input.btn.btn-label-youtube {
  cursor: pointer !important;
}
label.btn.btn-label-youtube:focus, label.btn.btn-label-youtube:hover, label.btn.btn-label-youtube.active,
a.btn.btn-label-youtube:focus,
a.btn.btn-label-youtube:hover,
a.btn.btn-label-youtube.active,
button.btn.btn-label-youtube:focus,
button.btn.btn-label-youtube:hover,
button.btn.btn-label-youtube.active,
input.btn.btn-label-youtube:focus,
input.btn.btn-label-youtube:hover,
input.btn.btn-label-youtube.active {
  background-color: #b31217;
  color: #ffffff;
}

.btn.btn-label-linkedin {
  background-color: rgba(0, 119, 181, 0.1);
  color: #0077b5;
  cursor: text !important;
}

.btn.btn-label-linkedin-o2 {
  background-color: rgba(0, 119, 181, 0.2);
  color: #0077b5;
  cursor: text !important;
}

label.btn.btn-label-linkedin,
a.btn.btn-label-linkedin,
button.btn.btn-label-linkedin,
input.btn.btn-label-linkedin {
  cursor: pointer !important;
}
label.btn.btn-label-linkedin:focus, label.btn.btn-label-linkedin:hover, label.btn.btn-label-linkedin.active,
a.btn.btn-label-linkedin:focus,
a.btn.btn-label-linkedin:hover,
a.btn.btn-label-linkedin.active,
button.btn.btn-label-linkedin:focus,
button.btn.btn-label-linkedin:hover,
button.btn.btn-label-linkedin.active,
input.btn.btn-label-linkedin:focus,
input.btn.btn-label-linkedin:hover,
input.btn.btn-label-linkedin.active {
  background-color: #0077b5;
  color: #ffffff;
}

.btn.btn-label-skype {
  background-color: rgba(0, 175, 240, 0.1);
  color: #00aff0;
  cursor: text !important;
}

.btn.btn-label-skype-o2 {
  background-color: rgba(0, 175, 240, 0.2);
  color: #00aff0;
  cursor: text !important;
}

label.btn.btn-label-skype,
a.btn.btn-label-skype,
button.btn.btn-label-skype,
input.btn.btn-label-skype {
  cursor: pointer !important;
}
label.btn.btn-label-skype:focus, label.btn.btn-label-skype:hover, label.btn.btn-label-skype.active,
a.btn.btn-label-skype:focus,
a.btn.btn-label-skype:hover,
a.btn.btn-label-skype.active,
button.btn.btn-label-skype:focus,
button.btn.btn-label-skype:hover,
button.btn.btn-label-skype.active,
input.btn.btn-label-skype:focus,
input.btn.btn-label-skype:hover,
input.btn.btn-label-skype.active {
  background-color: #00aff0;
  color: #ffffff;
}

.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn.btn-icon.btn-circle {
  border-radius: 50%;
}
.btn.btn-icon i {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.btn.btn-icon [class^=socicon-],
.btn.btn-icon [class*=" socicon-"] {
  line-height: 1;
}
.btn.btn-icon {
  height: 3rem;
  width: 3rem;
  padding-top: 3px;
}
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
  height: 2.5rem;
  width: 2.5rem;
}
.btn.btn-icon.btn-lg, .btn-group-lg > .btn.btn-icon {
  height: 4rem;
  width: 4rem;
}
.btn.btn-icon.btn-icon-sm [class^=la-],
.btn.btn-icon.btn-icon-sm [class*=" la-"] {
  font-size: 1.25rem;
}
.btn.btn-icon.btn-icon-sm [class^=fa-],
.btn.btn-icon.btn-icon-sm [class*=" fa-"] {
  font-size: 1.15rem;
}
.btn.btn-icon.btn-icon-sm [class^=flaticon-],
.btn.btn-icon.btn-icon-sm [class*=" flaticon-"],
.btn.btn-icon.btn-icon-sm [class^=flaticon2-],
.btn.btn-icon.btn-icon-sm [class*=" flaticon2-"] {
  font-size: 1.15rem;
}
.btn.btn-icon.btn-icon-md [class^=la-],
.btn.btn-icon.btn-icon-md [class*=" la-"] {
  font-size: 1.3rem;
}
.btn.btn-icon.btn-icon-md [class^=fa-],
.btn.btn-icon.btn-icon-md [class*=" fa-"] {
  font-size: 1.2rem;
}
.btn.btn-icon.btn-icon-md [class^=flaticon-],
.btn.btn-icon.btn-icon-md [class*=" flaticon-"],
.btn.btn-icon.btn-icon-md [class^=flaticon2-],
.btn.btn-icon.btn-icon-md [class*=" flaticon2-"] {
  font-size: 1.2rem;
}
.btn.btn-icon.btn-icon-lg [class^=la-],
.btn.btn-icon.btn-icon-lg [class*=" la-"] {
  font-size: 1.4rem;
}
.btn.btn-icon.btn-icon-lg [class^=fa-],
.btn.btn-icon.btn-icon-lg [class*=" fa-"] {
  font-size: 1.4rem;
}
.btn.btn-icon.btn-icon-lg [class^=flaticon-],
.btn.btn-icon.btn-icon-lg [class*=" flaticon-"],
.btn.btn-icon.btn-icon-lg [class^=flaticon2-],
.btn.btn-icon.btn-icon-lg [class*=" flaticon2-"] {
  font-size: 1.4rem;
}
.btn.btn-icon.btn-brand i {
  color: #ffffff;
}
.btn.btn-icon.btn-brand:focus i, .btn.btn-icon.btn-brand:hover i, .btn.btn-icon.btn-brand.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-metal i {
  color: #586272;
}
.btn.btn-icon.btn-metal:focus i, .btn.btn-icon.btn-metal:hover i, .btn.btn-icon.btn-metal.active i {
  color: #586272;
}
.btn.btn-icon.btn-light i {
  color: #282a3c;
}
.btn.btn-icon.btn-light:focus i, .btn.btn-icon.btn-light:hover i, .btn.btn-icon.btn-light.active i {
  color: #282a3c;
}
.btn.btn-icon.btn-dark i {
  color: #ffffff;
}
.btn.btn-icon.btn-dark:focus i, .btn.btn-icon.btn-dark:hover i, .btn.btn-icon.btn-dark.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-accent i {
  color: #ffffff;
}
.btn.btn-icon.btn-accent:focus i, .btn.btn-icon.btn-accent:hover i, .btn.btn-icon.btn-accent.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-focus i {
  color: #ffffff;
}
.btn.btn-icon.btn-focus:focus i, .btn.btn-icon.btn-focus:hover i, .btn.btn-icon.btn-focus.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-primary i {
  color: #ffffff;
}
.btn.btn-icon.btn-primary:focus i, .btn.btn-icon.btn-primary:hover i, .btn.btn-icon.btn-primary.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-success i {
  color: #ffffff;
}
.btn.btn-icon.btn-success:focus i, .btn.btn-icon.btn-success:hover i, .btn.btn-icon.btn-success.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-info i {
  color: #ffffff;
}
.btn.btn-icon.btn-info:focus i, .btn.btn-icon.btn-info:hover i, .btn.btn-icon.btn-info.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-warning i {
  color: #111111;
}
.btn.btn-icon.btn-warning:focus i, .btn.btn-icon.btn-warning:hover i, .btn.btn-icon.btn-warning.active i {
  color: #111111;
}
.btn.btn-icon.btn-danger i {
  color: #ffffff;
}
.btn.btn-icon.btn-danger:focus i, .btn.btn-icon.btn-danger:hover i, .btn.btn-icon.btn-danger.active i {
  color: #ffffff;
}

.btn-icon-h {
  height: 3rem;
}
.btn-icon-h.btn-sm, .btn-group-sm > .btn-icon-h.btn {
  height: 2.25rem;
}
.btn-icon-h.btn-lg, .btn-group-lg > .btn-icon-h.btn {
  height: 4rem;
}

.input-group-append .btn.btn-icon,
.input-group-prepend .btn.btn-icon {
  height: auto;
}

.btn.kt-spinner:not(.kt-spinner--center) {
  padding-left: 3rem;
}
.btn.kt-spinner:not(.kt-spinner--center):before {
  left: 1rem;
}
.btn.kt-spinner.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 3rem;
}
.btn.kt-spinner.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}
.btn.kt-spinner.kt-spinner--sm:not(.kt-spinner--center) {
  padding-left: 2.5rem;
}
.btn.kt-spinner.kt-spinner--sm:not(.kt-spinner--center):before {
  left: 1rem;
}
.btn.kt-spinner.kt-spinner--sm.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 2.5rem;
}
.btn.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}
.btn.kt-spinner.kt-spinner--lg:not(.kt-spinner--center) {
  padding-left: 3.5rem;
}
.btn.kt-spinner.kt-spinner--lg:not(.kt-spinner--center):before {
  left: 1rem;
}
.btn.kt-spinner.kt-spinner--lg.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 3.5rem;
}
.btn.kt-spinner.kt-spinner--lg.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}

.btn.btn-glow {
  box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.1);
}
.show > .btn.btn-glow, .btn.btn-glow.active, .btn.btn-glow:active, .btn.btn-glow:hover {
  box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.3);
}

.btn-group.btn-pill {
  border-radius: 2rem;
  overflow: hidden;
}
.btn-group.btn-pill .btn-brand {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-metal {
  color: #d3dae6;
  background-color: #586272;
  border-color: #586272;
  border-width: 1px;
  border-style: solid;
}
.show > .btn-group.btn-pill .btn-metal, .btn-group.btn-pill .btn-metal.active, .btn-group.btn-pill .btn-metal:active, .btn-group.btn-pill .btn-metal:hover {
  color: #586272;
  background-color: #d3dae6;
  border-color: #d3dae6;
}
.btn-group.btn-pill .btn-light {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-dark {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-accent {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-focus {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-primary {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-success {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-info {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-warning {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-danger {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-elevated {
  box-shadow: 0px 0px 11px 0px rgba(56, 36, 99, 0.08);
}
@media (max-width: 768px) {
  .btn-group.btn-pill {
    border-radius: 0;
  }
  .btn-group.btn-pill .nav {
    justify-content: center;
  }
  .btn-group.btn-pill .btn {
    margin-bottom: 0.5rem;
    border-radius: 2rem;
  }
}

code {
  background-color: #f7f8fa;
  padding: 0.15rem 0.25rem;
  border-radius: 8px;
}

.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 0;
  min-width: 14rem;
  padding: 0;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0;
  border-radius: 8px;
  left: 0 /*rtl:ignore*/;
  /*rtl:raw:
  right: auto;
  */
}
.dropdown-menu.dropdown-menu-top-unround {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu.dropdown-menu-fit {
  padding: 0;
}
.dropdown-menu.dropdown-menu-fit-bottom {
  padding-bottom: 0;
}
.dropdown-menu.dropdown-menu-fit-top {
  padding-top: 0;
}
.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) > div:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) form {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dropdown-menu:before, .dropdown-menu:after {
  display: none !important;
}
.dropdown-menu > li > a,
.dropdown-menu > .dropdown-item {
  outline: none !important;
  display: flex;
  flex-grow: 1;
  padding: 0.7rem 1.2rem;
}
.dropdown-menu > li > a [class^=la-],
.dropdown-menu > li > a [class*=" la-"],
.dropdown-menu > .dropdown-item [class^=la-],
.dropdown-menu > .dropdown-item [class*=" la-"] {
  font-size: 1.4rem;
}
.dropdown-menu > li > a [class^=fa-],
.dropdown-menu > li > a [class*=" fa-"],
.dropdown-menu > .dropdown-item [class^=fa-],
.dropdown-menu > .dropdown-item [class*=" fa-"] {
  font-size: 1.4rem;
}
.dropdown-menu > li > a [class^=flaticon-],
.dropdown-menu > li > a [class*=" flaticon-"],
.dropdown-menu > li > a [class^=flaticon2-],
.dropdown-menu > li > a [class*=" flaticon2-"],
.dropdown-menu > .dropdown-item [class^=flaticon-],
.dropdown-menu > .dropdown-item [class*=" flaticon-"],
.dropdown-menu > .dropdown-item [class^=flaticon2-],
.dropdown-menu > .dropdown-item [class*=" flaticon2-"] {
  font-size: 1.3rem;
}
.dropdown-menu > li > a > i,
.dropdown-menu > .dropdown-item > i {
  margin-right: 0.75rem;
  color: #74788d;
}
.dropdown-menu > li > a > i:before,
.dropdown-menu > .dropdown-item > i:before {
  line-height: 0;
  vertical-align: middle;
}
.dropdown-menu .dropdown-divider {
  border-top: 1px solid #ebedf2;
}
.dropdown-menu .dropdown-menu:not(.daterangepicker) {
  /*rtl:raw:
  left: auto !important;
  */
}
.dropdown-menu.dropdown-menu-xs {
  width: 160px;
}
.dropdown-menu.dropdown-menu-sm {
  width: 240px;
}
.dropdown-menu.dropdown-menu-md {
  width: 260px;
}
.dropdown-menu.dropdown-menu-lg {
  width: 320px;
}
.dropdown-menu.dropdown-menu-xl {
  width: 380px;
}
.dropdown-menu.dropdown-menu-anim {
  animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1;
}
.dropup .dropdown-menu.dropdown-menu-anim,
.dropdown-menu .dropdown-menu-anim-down.dropdown-menu-anim {
  animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-down 0.3s ease-out 1;
}
@media (max-width: 768px) {
  .dropdown-menu.dropdown-menu-xl, .dropdown-menu.dropdown-menu-lg, .dropdown-menu.dropdown-menu-md {
    width: 300px;
  }
}

.dropdown-menu-show-more {
  cursor: pointer;
  text-align: center;
  margin: 5px 0 5px 0;
}
.dropdown-menu-show-more a {
  color: #a2a5b9;
}
.dropdown-menu-show-more:hover {
  font-weight: 500;
}

.nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  text-align: center;
  display: inline;
  border: 0;
  font-size: 0.6rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  margin-left: 0.5rem /*rtl:ignore*/;
  opacity: 0.7;
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f1a3";
}
.nav-link.dropdown-toggle.dropdown-toggle-split:after,
.btn.dropdown-toggle.dropdown-toggle-split:after {
  right: 1px;
}

.dropdown.dropdown-inline {
  display: inline-block;
}

.dropup .nav-link.dropdown-toggle:after,
.dropup .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f1a5";
}

.btn-group.dropright .nav-link.dropdown-toggle:before,
.btn-group.dropright .btn.dropdown-toggle:before {
  display: none;
}
.btn-group.dropright .nav-link.dropdown-toggle:after,
.btn-group.dropright .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f19d";
}

.btn-group.dropleft .nav-link.dropdown-toggle:before,
.btn-group.dropleft .btn.dropdown-toggle:before {
  display: none;
}
.btn-group.dropleft .nav-link.dropdown-toggle:after,
.btn-group.dropleft .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f1a4";
}

@keyframes dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
.form-group {
  margin-bottom: 2rem;
}
.form-group.form-group-marginless, .form-group.form-group-last {
  margin-bottom: 0px;
}
.form-group label {
  font-size: 1rem;
  font-weight: 400;
}
.form-group .invalid-feedback,
.form-group .valid-feedback {
  font-weight: 400;
}
.form-group .form-text {
  font-size: 0.9rem;
}
.form-group.form-group-md {
  margin-bottom: 1rem;
}
.form-group.form-group-sm {
  margin-bottom: 0.5rem;
}
.form-group.form-group-xs {
  margin-bottom: 0.25rem;
}
.form-group.form-group-last {
  margin-bottom: 0rem;
}

.form-control:focus, .form-control:active {
  box-shadow: none !important;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control.form-control-pill {
  border-radius: 50px;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-file {
  width: 100%;
}

.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none !important;
}

.custom-file-label {
  text-align: left;
}
.custom-file-label:after {
  float: left;
}

.input-group [class^=la-],
.input-group [class*=" la-"] {
  font-size: 1.4rem;
}
.input-group [class^=fa-],
.input-group [class*=" fa-"] {
  font-size: 1.2rem;
}
.input-group [class^=flaticon-],
.input-group [class*=" flaticon-"],
.input-group [class^=flaticon2-],
.input-group [class*=" flaticon2-"] {
  font-size: 1.2rem;
}
.input-group i {
  color: #74788d;
  line-height: 0;
}
.input-group .form-control.is-valid + .input-group-append,
.input-group .form-control.is-invalid + .input-group-append {
  margin-left: 0;
}
.input-group .input-group-prepend + .form-control.is-valid,
.input-group .input-group-prepend + .form-control.is-invalid {
  margin-left: 1px;
}

.validated .valid-feedback,
.validated .invalid-feedback {
  display: block;
}

.row.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.row-no-padding > div {
  padding-left: 0;
  padding-right: 0;
}
.row.row-full-height {
  height: 100%;
}
.row .col-stretch {
  display: flex;
  align-items: stretch;
}
.row[class*=row-col-separator-] > div {
  border-bottom: 1px solid #ebedf2;
}
.row[class*=row-col-separator-] > div:last-child {
  border-bottom: 0;
}
@media (min-width: 1px) {
  .row.row-col-separator-xs > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-xs > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 577px) {
  .row.row-col-separator-sm > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-sm > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 769px) {
  .row.row-col-separator-md > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-md > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 1025px) {
  .row.row-col-separator-lg > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-lg > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 1400px) {
  .row.row-col-separator-xl > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-xl > div:last-child {
    border-right: 0;
  }
}

.modal .modal-content {
  border-radius: 8px;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #48465b;
}
.modal .modal-content .modal-header .modal-title small {
  font-weight: 400;
  font-size: 0.9rem;
  color: #74788d;
}
.modal .modal-content .modal-header .close {
  outline: none !important;
  color: #74788d;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.modal .modal-content .modal-header .close:before {
  content: "\f191";
}
.modal .modal-content .modal-header .close {
  transition: all 0.3s;
}
.modal .modal-content .modal-header .close:hover {
  transition: all 0.3s;
}
.modal .modal-content .modal-header .close:before {
  font-size: 1.3rem;
}
.modal .modal-content .modal-header .close span {
  display: none;
}
.modal .modal-content .modal-header .close:hover {
  color: #385aeb;
}
.modal.modal-sticky-bottom-right {
  padding: 0 !important;
  max-width: 500px;
  height: auto;
  position: fixed;
  left: auto;
  top: auto;
  bottom: 25px;
  right: 25px;
  margin: 0;
  box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .modal.modal-sticky-bottom-right {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .modal.modal-sticky-bottom-right {
    max-width: 90%;
  }
}
.modal.modal-sticky-bottom-right.modal-sticky-lg {
  max-width: 600px;
}
.modal.modal-sticky-bottom-right .modal-dialog {
  position: static;
  max-width: 500px;
  width: auto;
  margin: 0;
  border-radius: 8px;
}
.modal.modal-sticky-bottom-right .modal-dialog .modal-content {
  border: 0;
  border-radius: 8px;
}
.modal.modal-sticky-bottom-right.modal-sticky-lg .modal-dialog {
  max-width: 600px;
}

.modal-open {
  overflow: auto !important;
  padding: 0 !important;
}

.modal-body.modal-body-fit {
  padding: 0;
}
.modal-body.modal-body-x-fit {
  padding-left: 0;
  padding-right: 0;
}
.modal-body.modal-body-y-fit {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1400px) {
  .modal-dialog.modal-xl {
    max-width: 1299px;
  }
}
.pagination.pagination--grid {
  flex: 1;
  display: flex;
  justify-content: center;
  margin: 0;
}
.pagination.pagination--grid .page-item .page-link {
  background-color: transparent;
  border: 0;
  font-weight: 400;
  color: #928eaa;
  border-radius: 5px;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 0.1rem;
}
.pagination.pagination--grid .page-item .page-link {
  transition: all 0.3s;
}
.pagination.pagination--grid .page-item.active .page-link, .pagination.pagination--grid .page-item:hover .page-link, .pagination.pagination--grid .page-item:focus .page-link {
  background-color: #385aeb;
  color: #ffffff;
}

.popover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.popover .popover-header {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #ebedf2;
}

.progress {
  background-color: #ebedf2;
}
.progress .progress-bar {
  transition: all 0.5s ease;
}
.progress.progress-sm {
  height: 6px;
}
.progress.progress-sm .progress-bar {
  border-radius: 3px;
}
.progress.progress-lg {
  height: 20px;
}
.progress.progress-lg .progress-bar {
  border-radius: 4px;
}

.table th, .table td {
  border-bottom: 1px solid rgba(235, 237, 242, 0.7960784314);
}
.table th.table-center, .table td.table-center {
  text-align: center;
}
.table th:has(.kt-checkbox), .table th:has(input[type=checkbox]), .table td:has(.kt-checkbox), .table td:has(input[type=checkbox]) {
  min-width: min-content;
}
.table:has(td:last-child [class*=btn]) thead th:not(.column-relative):last-child {
  position: sticky;
  right: -1px;
  background: #fff;
  min-width: auto;
  padding: 0.75rem 1rem;
}
.table:has(td:last-child [class*=btn]) thead th:not(.column-relative):last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-left: 1px solid #eff1f5;
}
.table thead th, .table thead td {
  font-weight: 500;
  border-bottom-width: 1px;
  min-width: 105px;
  padding: 1rem 8px;
}
.table thead th.min-width-auto, .table thead td.min-width-auto {
  min-width: auto;
}
.table tbody td {
  background: #fff;
}
.table tbody td:has([class*=btn]):last-child {
  position: sticky;
  right: -1px;
}
.table tbody td:has([class*=btn]):last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-left: 1px solid #eff1f5;
}
.table tbody tr:hover td {
  background: #f9f9fc;
}
.table.table-width-auto thead th, .table.table-width-auto thead td {
  min-width: auto;
}
.table.table-nowrap th {
  text-wrap: nowrap;
}
.table tr.table-active td, .table tr.table-active th {
  color: #ffffff;
}
.table.table-head-noborder thead th, .table.table-head-noborder thead td {
  border-top: 0;
}
.table.table-head-solid thead th, .table.table-head-solid thead td {
  background-color: #f7f8fa;
}
.table.table-light tr {
  border-radius: 5px;
  color: #9392a0;
}
.table.table-light tr:nth-child(even) {
  background-color: #f7f8fa;
}
.table.table-light tr td.table-row-title {
  color: #48465b;
}
.table.table-light thead tr {
  background-color: rgba(56, 90, 235, 0.15);
  color: #385aeb;
}
.table.table-light--brand thead tr {
  color: #385aeb;
  background-color: rgba(56, 90, 235, 0.15);
}
.table.table-light--metal thead tr {
  color: #d3dae6;
  background-color: rgba(211, 218, 230, 0.15);
}
.table.table-light--light thead tr {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.table.table-light--dark thead tr {
  color: #645ca1;
  background-color: rgba(100, 92, 161, 0.15);
}
.table.table-light--accent thead tr {
  color: #00c5dc;
  background-color: rgba(0, 197, 220, 0.15);
}
.table.table-light--focus thead tr {
  color: #9816f4;
  background-color: rgba(152, 22, 244, 0.15);
}
.table.table-light--primary thead tr {
  color: #5867dd;
  background-color: rgba(88, 103, 221, 0.15);
}
.table.table-light--success thead tr {
  color: #1dc9b7;
  background-color: rgba(29, 201, 183, 0.15);
}
.table.table-light--info thead tr {
  color: #5578eb;
  background-color: rgba(85, 120, 235, 0.15);
}
.table.table-light--warning thead tr {
  color: #ffb822;
  background-color: rgba(255, 184, 34, 0.15);
}
.table.table-light--danger thead tr {
  color: #fd397a;
  background-color: rgba(253, 57, 122, 0.15);
}
.table .overflow-wrap {
  overflow-wrap: anywhere;
}
.table .overflow-wrap--text-wrap {
  text-wrap: nowrap;
}

.table-grey-rows {
  position: relative;
}
.table-grey-rows:not(.no-side-parts)::before, .table-grey-rows:not(.no-side-parts)::after {
  content: "";
  height: 46px;
  background: #EBEDF1;
  width: 25px;
  position: absolute;
  top: 0;
  display: block;
}
.table-grey-rows::before {
  left: -25px;
}
.table-grey-rows::after {
  right: -25px;
}
.table-grey-rows .table thead tr, .table-grey-rows .table thead th {
  background: #ebedf1 !important;
}
.table-grey-rows .table thead tr th, .table-grey-rows .table thead th th {
  font-weight: 600;
  color: #575962;
}

.fixed-grey-rows {
  background: #EBEDF1;
  width: 100%;
  display: block;
  height: 44px;
  position: absolute;
  left: 0px;
}

.table:not(.table-bordered) thead th, .table:not(.table-bordered) thead td {
  border-top: 0;
}

.nav-pills,
.nav-tabs {
  margin: 0 0 25px 0;
}
.nav-pills .nav-item .nav-link,
.nav-tabs .nav-item .nav-link {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
}
.nav-pills .nav-item .nav-link,
.nav-tabs .nav-item .nav-link {
  transition: all 0.3s;
}
.nav-pills .nav-item .nav-link [class^=la-],
.nav-pills .nav-item .nav-link [class*=" la-"],
.nav-tabs .nav-item .nav-link [class^=la-],
.nav-tabs .nav-item .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}
.nav-pills .nav-item .nav-link [class^=fa-],
.nav-pills .nav-item .nav-link [class*=" fa-"],
.nav-tabs .nav-item .nav-link [class^=fa-],
.nav-tabs .nav-item .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}
.nav-pills .nav-item .nav-link [class^=flaticon-],
.nav-pills .nav-item .nav-link [class*=" flaticon-"],
.nav-pills .nav-item .nav-link [class^=flaticon2-],
.nav-pills .nav-item .nav-link [class*=" flaticon2-"],
.nav-tabs .nav-item .nav-link [class^=flaticon-],
.nav-tabs .nav-item .nav-link [class*=" flaticon-"],
.nav-tabs .nav-item .nav-link [class^=flaticon2-],
.nav-tabs .nav-item .nav-link [class*=" flaticon2-"] {
  font-size: 1.4rem;
}
.nav-pills .nav-item .nav-link i,
.nav-tabs .nav-item .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:active,
.nav-tabs .nav-item .nav-link:hover {
  transition: all 0.3s;
}

.nav-tabs .nav-item .nav-link {
  color: #385aeb;
}
.nav-tabs .nav-item .nav-link i {
  color: #385aeb;
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
  color: #385aeb;
}
.nav-tabs .nav-item .nav-link.active i, .nav-tabs .nav-item .nav-link:active i, .nav-tabs .nav-item .nav-link:hover i {
  color: #385aeb;
}
.nav-tabs .nav-item .nav-link.disabled {
  color: #74788d;
}
.nav-tabs .nav-item .nav-link.disabled i {
  color: #74788d;
}
.nav-tabs .nav-item.show > .nav-link {
  color: #385aeb;
}
.nav-tabs .nav-item.show > .nav-link i {
  color: #385aeb;
}

.nav-pills .nav-item {
  margin-right: 0.5rem;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills .nav-item .nav-link {
  color: #595d6e;
}
.nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:hover {
  background-color: #385aeb;
  color: #ffffff;
}
.nav-pills .nav-item.show > .nav-link {
  background-color: #385aeb;
  color: #ffffff;
}
.nav-pills.nav-pills-sm .nav-item .nav-link {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.nav-pills.nav-pills-bold .nav-item .nav-link {
  font-weight: 500;
}
.nav-pills.nav-pills-label .nav-item .nav-link:active, .nav-pills.nav-pills-label .nav-item .nav-link.active, .nav-pills.nav-pills-label .nav-item .nav-link.active:hover {
  background-color: rgba(56, 90, 235, 0.1);
  color: #385aeb;
}
.nav-pills.nav-pills-label .nav-item.show > .nav-link {
  background-color: rgba(56, 90, 235, 0.1);
  color: #385aeb;
}

.nav-fit {
  margin: 0 !important;
}

.page-tabs {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
.page-tabs .tab-link {
  padding: 5px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s;
  color: #575962;
}
.page-tabs .tab-link.active {
  background: #EBEDF1;
}

.nav-pills.nav-tabs-btn {
  display: flex;
  justify-content: center;
}
.nav-pills.nav-tabs-btn:before, .nav-pills.nav-tabs-btn:after {
  content: " ";
  display: table;
}
.nav-pills.nav-tabs-btn:after {
  clear: both;
}
.nav-pills.nav-tabs-btn .nav-item {
  max-width: 100%;
  min-width: 75px;
  margin: 0.5rem;
  box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  border-radius: 0.5rem;
  text-align: center;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0.85rem 0.75rem;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon {
  display: block;
  padding-bottom: 0.5rem;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon i {
  margin: 0;
  font-size: 1.3rem;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-title {
  display: block;
  font-weight: 500;
}
.nav-pills.nav-tabs-btn .nav-link {
  border: 0;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 400;
}
.nav-pills.nav-tabs-btn .nav-link [class^=la-],
.nav-pills.nav-tabs-btn .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}
.nav-pills.nav-tabs-btn .nav-link [class^=fa-],
.nav-pills.nav-tabs-btn .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}
.nav-pills.nav-tabs-btn .nav-link [class^=flaticon-],
.nav-pills.nav-tabs-btn .nav-link [class*=" flaticon-"],
.nav-pills.nav-tabs-btn .nav-link [class^=flaticon2-],
.nav-pills.nav-tabs-btn .nav-link [class*=" flaticon2-"] {
  font-size: 1.4rem;
}
.nav-pills.nav-tabs-btn .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
.nav-pills.nav-tabs-btn.nav-tabs-btn-2x a.nav-link {
  border-bottom-width: 2px !important;
}
.nav-pills.nav-tabs-btn.nav-tabs-btn-left {
  float: left;
}
.nav-pills.nav-tabs-btn.nav-tabs-btn-right {
  float: right;
}
.kt-portlet--tabs .nav-pills.nav-tabs-btn {
  margin: 0 0 -1px 0;
}
.kt-portlet--tabs .nav-pills.nav-tabs-btn.nav-tabs-btn-2x {
  margin: 0 0 -2px 0;
}
.kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item {
  display: flex;
  align-items: stretch;
}
.kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.nav-pills.nav-tabs-btn.nav-tabs-bold .nav-item .nav-link {
  font-weight: 500;
}

.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-icon i {
  color: #fff;
}
.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-title {
  color: #fff;
}
.nav-pills.nav-tabs-btn a.nav-link .nav-link-icon i {
  color: #a2a5b9;
}
.nav-pills.nav-tabs-btn a.nav-link .nav-link-title {
  color: #74788d;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active {
  background-color: #385aeb;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-metal a.nav-link.active {
  background-color: #d3dae6;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-metal a.nav-link.active .nav-link-icon i {
  color: #586272 !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-metal a.nav-link.active .nav-link-title {
  color: #586272 !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active {
  background-color: #ffffff;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-icon i {
  color: #282a3c !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-title {
  color: #282a3c !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active {
  background-color: #645ca1;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-accent a.nav-link.active {
  background-color: #00c5dc;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-accent a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-accent a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-focus a.nav-link.active {
  background-color: #9816f4;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-focus a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-focus a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active {
  background-color: #5867dd;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active {
  background-color: #1dc9b7;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active {
  background-color: #5578eb;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active {
  background-color: #ffb822;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-icon i {
  color: #111111 !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-title {
  color: #111111 !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active {
  background-color: #fd397a;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .nav-pills.nav-tabs-btn .nav .nav-item {
    max-width: 100%;
    width: 6.5rem;
    margin: 0.6rem;
  }
  .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-icon i {
    font-size: 1.2rem;
  }
  .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-title {
    font-size: 1rem;
  }
}
.nav-tabs.nav-tabs-line {
  margin: 0 0 25px 0;
}
.nav-tabs.nav-tabs-line:before, .nav-tabs.nav-tabs-line:after {
  content: " ";
  display: table;
}
.nav-tabs.nav-tabs-line:after {
  clear: both;
}
.nav-tabs.nav-tabs-line .nav-item {
  margin-right: 20px;
  margin-bottom: -1px;
}
@media (max-width: 1399px) {
  .nav-tabs.nav-tabs-line .nav-item {
    margin-right: 15px;
  }
}
.nav-tabs.nav-tabs-line .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs.nav-tabs-line .nav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 400;
}
.nav-tabs.nav-tabs-line .nav-link [class^=la-],
.nav-tabs.nav-tabs-line .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}
.nav-tabs.nav-tabs-line .nav-link [class^=fa-],
.nav-tabs.nav-tabs-line .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}
.nav-tabs.nav-tabs-line .nav-link [class^=flaticon-],
.nav-tabs.nav-tabs-line .nav-link [class*=" flaticon-"],
.nav-tabs.nav-tabs-line .nav-link [class^=flaticon2-],
.nav-tabs.nav-tabs-line .nav-link [class*=" flaticon2-"] {
  font-size: 1.2rem;
}
.nav-tabs.nav-tabs-line .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
.nav-tabs.nav-tabs-line .nav-link svg {
  margin-right: 0.5rem;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-left {
  float: left;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-right {
  float: right;
}
.kt-portlet--tabs .nav-tabs.nav-tabs-line {
  margin: 0 0 -1px 0.5rem;
  border-color: transparent !important;
}
.kt-portlet--tabs .nav-tabs.nav-tabs-line.nav-tabs-line-2x {
  margin: 0 0 -2px 0;
}
.kt-portlet--tabs .nav-tabs.nav-tabs-line .nav-item {
  display: flex;
  align-items: stretch;
}
.kt-portlet--tabs .nav-tabs.nav-tabs-line .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.nav-tabs.nav-tabs-line.nav-tabs-bold .nav-item .nav-link {
  font-weight: 500;
}
.nav-tabs.nav-tabs-line.nav-tabs-bolder .nav-item .nav-link {
  font-weight: 600;
}
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
  margin-right: 30px;
}
@media (max-width: 1399px) {
  .nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
    margin-right: 15px;
  }
}
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item .nav-link {
  padding: 12px 0;
  font-size: 1rem;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-2x {
  border-bottom-width: 2px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-2x .nav-item {
  margin-bottom: -2px;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-2x a.nav-link {
  border-bottom-width: 2px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-3x {
  border-bottom-width: 3px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-item {
  margin-bottom: -3px;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-3x a.nav-link {
  border-bottom-width: 3px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
  margin-right: 40px;
}
.nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
    margin-right: 20px;
  }
  .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
    margin-right: 0;
  }
}
.nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
  margin-right: 50px;
}
.nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
    margin-right: 20px;
  }
  .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
    margin-right: 0;
  }
}

.nav-tabs.nav-tabs-line {
  border-bottom: 1px solid #ebedf2;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link,
.nav-tabs.nav-tabs-line a.nav-link {
  background-color: transparent;
  color: #595d6e;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link i,
.nav-tabs.nav-tabs-line a.nav-link i {
  color: #a2a5b9;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:disabled,
.nav-tabs.nav-tabs-line a.nav-link:disabled {
  opacity: 0.7;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link g [fill],
.nav-tabs.nav-tabs-line a.nav-link g [fill] {
  transition: fill 0.3s ease;
  fill: #74788d;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover g [fill] {
  transition: fill 0.3s ease;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line a.nav-link:hover,
.nav-tabs.nav-tabs-line a.nav-link.active {
  background-color: transparent;
  color: #595d6e;
  border-bottom: 1px solid #385aeb;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line a.nav-link:hover > i,
.nav-tabs.nav-tabs-line a.nav-link.active > i {
  color: #385aeb;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link.active g [fill] {
  transition: fill 0.3s ease;
  fill: #385aeb;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link.active:hover g [fill] {
  transition: fill 0.3s ease;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover {
  border-bottom: 1px solid #385aeb;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
  color: #385aeb;
  border-bottom: 1px solid #385aeb;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active > i {
  color: #4f6ded;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-3x {
  border-bottom-color: rgba(56, 90, 235, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link:hover {
  border-bottom: 1px solid #d3dae6;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link.active {
  color: #d3dae6;
  border-bottom: 1px solid #d3dae6;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link.active > i {
  color: #e3e8ef;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav-tabs-line-3x {
  border-bottom-color: rgba(211, 218, 230, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover {
  border-bottom: 1px solid #ffffff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active > i {
  color: white;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-3x {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover {
  border-bottom: 1px solid #645ca1;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active {
  color: #645ca1;
  border-bottom: 1px solid #645ca1;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active > i {
  color: #736cab;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-3x {
  border-bottom-color: rgba(100, 92, 161, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link:hover {
  border-bottom: 1px solid #00c5dc;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link.active {
  color: #00c5dc;
  border-bottom: 1px solid #00c5dc;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link.active > i {
  color: #00dcf6;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav-tabs-line-3x {
  border-bottom-color: rgba(0, 197, 220, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link:hover {
  border-bottom: 1px solid #9816f4;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link.active {
  color: #9816f4;
  border-bottom: 1px solid #9816f4;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link.active > i {
  color: #a32ef5;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav-tabs-line-3x {
  border-bottom-color: rgba(152, 22, 244, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover {
  border-bottom: 1px solid #5867dd;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active {
  color: #5867dd;
  border-bottom: 1px solid #5867dd;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active > i {
  color: #6d7ae1;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-3x {
  border-bottom-color: rgba(88, 103, 221, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover {
  border-bottom: 1px solid #1dc9b7;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active {
  color: #1dc9b7;
  border-bottom: 1px solid #1dc9b7;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active > i {
  color: #21dfcb;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-3x {
  border-bottom-color: rgba(29, 201, 183, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover {
  border-bottom: 1px solid #5578eb;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active {
  color: #5578eb;
  border-bottom: 1px solid #5578eb;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active > i {
  color: #6c8aee;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-3x {
  border-bottom-color: rgba(85, 120, 235, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover {
  border-bottom: 1px solid #ffb822;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active {
  color: #ffb822;
  border-bottom: 1px solid #ffb822;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active > i {
  color: #ffc03c;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-3x {
  border-bottom-color: rgba(255, 184, 34, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover {
  border-bottom: 1px solid #fd397a;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active {
  color: #fd397a;
  border-bottom: 1px solid #fd397a;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active > i {
  color: #fd528b;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-3x {
  border-bottom-color: rgba(253, 57, 122, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-clear {
  border-bottom-color: transparent !important;
}

.toast.toast-custom {
  display: none;
  position: absolute;
  z-index: 1151;
  top: 2rem;
  right: 2rem;
  width: 350px;
  border: 0;
}
.toast.toast-custom.toast-left {
  left: 2rem;
  right: auto;
}
.toast.toast-custom.toast-bottom {
  top: auto;
  bottom: 2rem;
}
.toast.toast-custom.toast-top {
  bottom: auto;
  top: 2rem;
}
.toast.toast-custom.toast-center-v {
  top: 45%;
  bottom: auto;
}
.toast.toast-custom.toast-center-h {
  right: auto;
  left: 50%;
  margin-left: 175px;
}
.toast.toast-custom .toast-header {
  padding: 0.5rem 1rem;
}
.toast.toast-custom .toast-body {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.toast.toast-custom.show {
  display: block;
}
.toast.toast-custom.toast-fill {
  background-color: #fff;
}
.toast .toast-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #595d6e;
  margin-right: auto !important;
}
.toast .toast-time {
  margin-left: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #595d6e;
}
.toast .toast-icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  color: #74788d;
}
.toast .toast-close {
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none !important;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast .toast-close i {
  font-size: 1.1rem;
  color: #74788d;
}
.toast .toast-close i:before {
  line-height: 0;
  vertical-align: middle;
}
.toast .toast-close:hover i {
  color: #385aeb;
}

.tooltip .tooltip-inner {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  /*rtl:raw:
     left: auto;
     right: 0;
     */
}
.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before {
  /*rtl:raw:
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
  */
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  /*rtl:raw:
  right: auto;
  left: 0;
  */
}
.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before {
  /*rtl:raw:
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
  */
}
.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.tooltip.tooltip-dark .tooltip-inner {
  color: #fff;
  background: #2c2e3e;
}
.tooltip.tooltip-dark.bs-tooltip-top .arrow::before {
  border-top-color: #2c2e3e;
}
.tooltip.tooltip-dark.bs-tooltip-right .arrow::before {
  border-right-color: #2c2e3e/*rtl:ignore*/;
}
.tooltip.tooltip-dark.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #2c2e3e;
}
.tooltip.tooltip-dark.bs-tooltip-left .arrow::before {
  border-left-color: #2c2e3e/*rtl:ignore*/;
}
.tooltip.tooltip-brand .tooltip-inner {
  color: #ffffff;
  background: #385aeb;
}
.tooltip.tooltip-brand.bs-tooltip-top .arrow::before {
  border-top-color: #385aeb;
}
.tooltip.tooltip-brand.bs-tooltip-right .arrow::before {
  border-right-color: #385aeb/*rtl:ignore*/;
}
.tooltip.tooltip-brand.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #385aeb;
}
.tooltip.tooltip-brand.bs-tooltip-left .arrow::before {
  border-left-color: #385aeb/*rtl:ignore*/;
}

.kt-scroll.kt-scroll--pull {
  padding-right: 12px;
  margin-right: -12px;
}
.kt-scroll.kt-scroll--pull .ps__rail-y {
  right: -2px;
}

.ps > .ps__rail-y {
  width: 4px;
}
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  width: 4px;
}
.ps > .ps__rail-y > .ps__thumb-y {
  width: 4px;
  border-radius: 8px;
}
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  width: 4px;
}

.ps > .ps__rail-x {
  height: 4px;
}
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  height: 4px;
}
.ps > .ps__rail-x > .ps__thumb-x {
  top: 0;
  height: 4px;
  border-radius: 8px;
}
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  top: 0;
  height: 4px;
}

.ps > .ps__rail-x {
  background: transparent;
}
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  opacity: 1;
  background: transparent;
}
.ps > .ps__rail-x:hover > .ps__thumb-x, .ps > .ps__rail-x:focus > .ps__thumb-x {
  opacity: 1;
}
.ps > .ps__rail-x > .ps__thumb-x {
  background: #d8dce6;
  opacity: 1;
}
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background: #d8dce6;
}
.ps > .ps__rail-y {
  background: transparent;
}
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
}
.ps > .ps__rail-y:hover > .ps__thumb-y, .ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}
.ps > .ps__rail-y > .ps__thumb-y {
  background: #d8dce6;
  opacity: 1;
}
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  opacity: 1;
  background: #d8dce6;
}

.blockui {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: table;
  table-layout: fixed;
  border-radius: 8px;
}
.blockui.blockui-noshadow {
  box-shadow: none;
}
.blockui > span {
  color: #74788d;
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
}
.blockui > span > .kt-loader,
.blockui > span > .kt-spinner {
  margin-right: 1.25rem;
}

.fc-unthemed .fc-day-grid td:not(.fc-axis) {
  padding: 0.5rem 0.5rem;
}
.fc-unthemed .fc-day-grid td:not(.fc-axis).fc-event-container {
  padding: 0.2rem 0.5rem;
}
.fc-unthemed .fc-axis {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.fc-unthemed .fc-scroller .fc-content-col {
  padding: 0.5rem 0.5rem;
}
.fc-unthemed th.fc-day-header {
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.fc-unthemed .fc-list-heading .fc-widget-header {
  padding: 0.75rem 1.25rem;
}
.fc-unthemed .fc-list-heading .fc-list-heading-main,
.fc-unthemed .fc-list-heading .fc-list-heading-alt {
  font-size: 1rem;
  font-weight: 400;
}
.fc-unthemed .fc-list-heading .fc-list-heading-main {
  font-weight: 500;
  text-transform: uppercase;
}
.fc-unthemed .fc-list-item td {
  padding: 0.75rem 1.25rem;
}
.fc-unthemed .fc-list-item .fc-event-dot {
  border-radius: 50%;
}
.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
  padding: 0;
  border-radius: 8px;
}
.fc-unthemed .fc-event .fc-content,
.fc-unthemed .fc-event-dot .fc-content {
  padding: 0.55rem 0.55rem 0.55rem 2rem;
}
.fc-unthemed .fc-event .fc-content:before,
.fc-unthemed .fc-event-dot .fc-content:before {
  display: block;
  content: " ";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 0.7rem;
  left: 0.75rem;
}
.fc-unthemed .fc-event.fc-not-start.fc-end .fc-content,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end .fc-content {
  padding-left: 0.5rem;
}
.fc-unthemed .fc-event .fc-time,
.fc-unthemed .fc-event-dot .fc-time {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
}
.fc-unthemed .fc-event .fc-title,
.fc-unthemed .fc-event-dot .fc-title {
  font-size: 0.9rem;
  font-weight: 400;
}
.fc-unthemed .fc-description {
  font-size: 0.9rem;
  margin-top: 0.25rem;
  font-weight: normal;
}
.fc-unthemed .fc-list-item-title > a {
  font-size: 1rem;
  font-weight: 500;
}
.fc-unthemed a.fc-more {
  font-size: 0.9rem;
  font-weight: 500;
}
.fc-unthemed .fc-popover {
  border-radius: 8px;
}
.fc-unthemed .fc-popover .fc-header {
  padding: 0.75rem 1.25rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  margin-top: 0.35rem;
}
.fc-unthemed .fc-popover .fc-header .fc-title {
  font-weight: 400;
}
.fc-unthemed .fc-popover .fc-body .fc-event-container {
  padding: 1.25rem 1.25rem 0.75rem 1.25rem;
}
.fc-unthemed .fc-popover .fc-body .fc-event {
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-unthemed .fc-toolbar {
  margin-bottom: 1.5rem;
}
.fc-unthemed .fc-toolbar h2 {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0.75rem;
}
.fc-unthemed .fc-toolbar .fc-button {
  outline: none !important;
  height: 2.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
}
.fc-unthemed .fc-toolbar .fc-button.fc-corner-left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fc-unthemed .fc-toolbar .fc-button.fc-corner-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon {
  font-size: 1.1rem;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon:after {
  display: none;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow:before {
  content: "\f111";
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow:before {
  content: "\f112";
}
.fc-unthemed .fc-axis > span {
  font-size: 0.9rem;
}

.ui-draggable-handle {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

@media (max-width: 1024px) {
  .fc-unthemed .fc-toolbar {
    margin-bottom: 1.5rem;
  }
  .fc-unthemed .fc-toolbar .fc-left,
  .fc-unthemed .fc-toolbar .fc-right,
  .fc-unthemed .fc-toolbar .fc-center {
    display: block;
    float: none;
    margin-bottom: 1rem;
    text-align: center;
  }
  .fc-unthemed .fc-toolbar .fc-left h2,
  .fc-unthemed .fc-toolbar .fc-right h2,
  .fc-unthemed .fc-toolbar .fc-center h2 {
    text-align: center;
    float: none;
  }
  .fc-unthemed .fc-toolbar .fc-left > .fc-button-group,
  .fc-unthemed .fc-toolbar .fc-right > .fc-button-group,
  .fc-unthemed .fc-toolbar .fc-center > .fc-button-group {
    display: inline-block;
    float: none;
  }
  .fc-unthemed .fc-toolbar .fc-left > .fc-button-group > .fc-button,
  .fc-unthemed .fc-toolbar .fc-right > .fc-button-group > .fc-button,
  .fc-unthemed .fc-toolbar .fc-center > .fc-button-group > .fc-button {
    float: none;
  }
  .fc-unthemed .fc-toolbar .fc-left > .fc-button,
  .fc-unthemed .fc-toolbar .fc-right > .fc-button,
  .fc-unthemed .fc-toolbar .fc-center > .fc-button {
    float: none;
  }
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #ebedf2;
}
.fc-unthemed td.fc-today {
  background: rgba(56, 90, 235, 0.025);
}
.fc-unthemed .fc-day-grid-event {
  margin: 0;
}
.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
  background: #fff;
  border: 1px solid #ebedf2;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.055);
}
.fc-unthemed .fc-event.fc-not-start.fc-not-end,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end {
  border-left: 1px solid #f7f8fa;
}
.fc-unthemed .fc-event.fc-start .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start .fc-content:before {
  background: #e2e5ec;
}
.fc-unthemed .fc-event .fc-time,
.fc-unthemed .fc-event-dot .fc-time {
  color: #595d6e;
}
.fc-unthemed .fc-event .fc-title,
.fc-unthemed .fc-event-dot .fc-title {
  color: #595d6e;
}
.fc-unthemed .fc-description {
  color: #74788d;
}
.fc-unthemed .fc-list-item-title > a[href]:hover {
  color: #385aeb;
  text-decoration: none;
}
.fc-unthemed .fc-more {
  color: #74788d;
}
.fc-unthemed .fc-event.fc-start.fc-event-brand .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-brand .fc-content:before {
  background: #385aeb;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand {
  background: #385aeb;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-metal .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-metal .fc-content:before {
  background: #d3dae6;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-metal, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal, .fc-unthemed .fc-event.fc-start.fc-event-solid-metal,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-metal,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-metal {
  background: #d3dae6;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-metal .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-metal .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-metal .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-metal .fc-title {
  color: #586272;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-metal .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-metal .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-metal .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-metal .fc-description {
  color: #586272;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-metal .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-metal .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-metal .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-metal .fc-time {
  color: #586272;
}
.fc-unthemed .fc-event.fc-start.fc-event-light .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-light .fc-content:before {
  background: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light, .fc-unthemed .fc-event.fc-start.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light {
  background: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-title {
  color: #282a3c;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-description {
  color: #282a3c;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-time {
  color: #282a3c;
}
.fc-unthemed .fc-event.fc-start.fc-event-dark .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-dark .fc-content:before {
  background: #645ca1;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark {
  background: #645ca1;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-accent .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-accent .fc-content:before {
  background: #00c5dc;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-accent, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent, .fc-unthemed .fc-event.fc-start.fc-event-solid-accent,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-accent,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-accent {
  background: #00c5dc;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-accent .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-accent .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-accent .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-accent .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-accent .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-accent .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-accent .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-accent .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-accent .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-accent .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-accent .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-accent .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-focus .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-focus .fc-content:before {
  background: #9816f4;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-focus, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus, .fc-unthemed .fc-event.fc-start.fc-event-solid-focus,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-focus,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-focus {
  background: #9816f4;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-focus .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-focus .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-focus .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-focus .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-focus .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-focus .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-focus .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-focus .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-focus .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-focus .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-focus .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-focus .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-primary .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-primary .fc-content:before {
  background: #5867dd;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary {
  background: #5867dd;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-success .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-success .fc-content:before {
  background: #1dc9b7;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success, .fc-unthemed .fc-event.fc-start.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success {
  background: #1dc9b7;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-info .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-info .fc-content:before {
  background: #5578eb;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info, .fc-unthemed .fc-event.fc-start.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info {
  background: #5578eb;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-warning .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-warning .fc-content:before {
  background: #ffb822;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning {
  background: #ffb822;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-title {
  color: #111111;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-description {
  color: #111111;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-time {
  color: #111111;
}
.fc-unthemed .fc-event.fc-start.fc-event-danger .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-danger .fc-content:before {
  background: #fd397a;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger {
  background: #fd397a;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #f7f8fa;
}
.fc-unthemed .fc-time-grid-event {
  overflow: hidden;
}
.fc-unthemed .fc-popover {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.075);
  background: #fff;
}
.fc-unthemed .fc-popover .fc-header {
  background: #fff;
  border-bottom: 1px solid #ebedf2;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #74788d;
}
.fc-unthemed .fc-popover .fc-header .fc-close:hover {
  color: #595d6e;
}
.fc-unthemed .fc-popover .fc-header .fc-title {
  color: #595d6e;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end .fc-content:before {
  background: #ebedf2;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-brand .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-brand .fc-content:before {
  background: #385aeb;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand {
  background: #385aeb;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-metal .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-metal .fc-content:before {
  background: #d3dae6;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal {
  background: #d3dae6;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-title {
  color: #586272;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-description {
  color: #586272;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-time {
  color: #586272;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-light .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-light .fc-content:before {
  background: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light {
  background: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-title {
  color: #282a3c;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-description {
  color: #282a3c;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-time {
  color: #282a3c;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-dark .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-dark .fc-content:before {
  background: #645ca1;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark {
  background: #645ca1;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-accent .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-accent .fc-content:before {
  background: #00c5dc;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent {
  background: #00c5dc;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-focus .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-focus .fc-content:before {
  background: #9816f4;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus {
  background: #9816f4;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-primary .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-primary .fc-content:before {
  background: #5867dd;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary {
  background: #5867dd;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-success .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-success .fc-content:before {
  background: #1dc9b7;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success {
  background: #1dc9b7;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-info .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-info .fc-content:before {
  background: #5578eb;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info {
  background: #5578eb;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-warning .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-warning .fc-content:before {
  background: #ffb822;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning {
  background: #ffb822;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title {
  color: #111111;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description {
  color: #111111;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time {
  color: #111111;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-danger .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-danger .fc-content:before {
  background: #fd397a;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger {
  background: #fd397a;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time {
  color: #ffffff;
}
.fc-unthemed th.fc-day-header > a,
.fc-unthemed th.fc-day-header > span {
  color: #74788d;
}
.fc-unthemed .fc-list-heading td {
  background: #ebedf2;
  border-color: #ebedf2;
}
.fc-unthemed .fc-list-heading .fc-list-heading-main {
  color: #595d6e;
}
.fc-unthemed .fc-list-heading .fc-list-heading-alt {
  color: #74788d;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
  background: #f7f8fa;
}
.fc-unthemed .fc-list-item:hover td {
  background: transparent !important;
}
.fc-unthemed .fc-list-item .fc-event-dot {
  background: #e2e5ec;
  border-color: #e2e5ec;
}
.fc-unthemed .fc-list-item.fc-event-solid-brand .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-brand .fc-event-dot {
  background: #385aeb;
  border-color: #385aeb;
}
.fc-unthemed .fc-list-item.fc-event-solid-metal .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-metal .fc-event-dot {
  background: #d3dae6;
  border-color: #d3dae6;
}
.fc-unthemed .fc-list-item.fc-event-solid-light .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-light .fc-event-dot {
  background: #ffffff;
  border-color: #ffffff;
}
.fc-unthemed .fc-list-item.fc-event-solid-dark .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-dark .fc-event-dot {
  background: #645ca1;
  border-color: #645ca1;
}
.fc-unthemed .fc-list-item.fc-event-solid-accent .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-accent .fc-event-dot {
  background: #00c5dc;
  border-color: #00c5dc;
}
.fc-unthemed .fc-list-item.fc-event-solid-focus .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-focus .fc-event-dot {
  background: #9816f4;
  border-color: #9816f4;
}
.fc-unthemed .fc-list-item.fc-event-solid-primary .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-primary .fc-event-dot {
  background: #5867dd;
  border-color: #5867dd;
}
.fc-unthemed .fc-list-item.fc-event-solid-success .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-success .fc-event-dot {
  background: #1dc9b7;
  border-color: #1dc9b7;
}
.fc-unthemed .fc-list-item.fc-event-solid-info .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-info .fc-event-dot {
  background: #5578eb;
  border-color: #5578eb;
}
.fc-unthemed .fc-list-item.fc-event-solid-warning .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-warning .fc-event-dot {
  background: #ffb822;
  border-color: #ffb822;
}
.fc-unthemed .fc-list-item.fc-event-solid-danger .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-danger .fc-event-dot {
  background: #fd397a;
  border-color: #fd397a;
}
.fc-unthemed .fc-toolbar .fc-button {
  color: #74788d;
  background: transparent;
  border: 1px solid #ebedf2;
  text-shadow: none !important;
  box-shadow: none !important;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon {
  color: #74788d;
}
.fc-unthemed .fc-toolbar .fc-button:hover {
  border: 0;
  background: #f7f8fa;
  border: 1px solid #ebedf2;
  color: #74788d;
}
.fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-button-active {
  background: #385aeb;
  color: #ffffff;
  border: 1px solid #385aeb;
  box-shadow: none;
  text-shadow: none;
}
.fc-unthemed .fc-toolbar .fc-button:focus .fc-icon, .fc-unthemed .fc-toolbar .fc-button:active .fc-icon, .fc-unthemed .fc-toolbar .fc-button.fc-button-active .fc-icon {
  color: #ffffff;
}
.fc-unthemed .fc-toolbar .fc-button.fc-button-disabled {
  opacity: 0.7;
}

.datepicker {
  width: 265px;
  padding: 10px;
}
.datepicker.datepicker-orient-top {
  margin-top: 8px;
}
.datepicker table {
  width: 100%;
}
.datepicker td,
.datepicker th {
  font-weight: regular;
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
.datepicker thead th {
  color: #74788d;
}
.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
  font-weight: 500;
  color: #74788d;
}
.datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
  font-size: 1.2rem;
  color: #74788d;
}
.datepicker thead th.prev i:before, .datepicker thead th.datepicker-switch i:before, .datepicker thead th.next i:before {
  line-height: 0;
  vertical-align: middle;
}
.datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
  background: #f7f8fa !important;
}
.datepicker thead th.dow {
  color: #595d6e;
  font-weight: 500;
}
.datepicker tbody tr > td.day {
  color: #595d6e;
}
.datepicker tbody tr > td.day:hover {
  background: #ebedf2;
  color: #595d6e;
}
.datepicker tbody tr > td.day.old {
  color: #74788d;
}
.datepicker tbody tr > td.day.new {
  color: #595d6e;
}
.datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
  background: #5867dd;
  color: #ffffff;
}
.datepicker tbody tr > td.day.today {
  position: relative;
  background: rgba(56, 90, 235, 0.7) !important;
  color: #ffffff !important;
}
.datepicker tbody tr > td.day.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #ffffff;
  border-top-color: #ebedf2;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.datepicker tbody tr > td.day.range {
  background: #f7f8fa;
}
.datepicker tbody tr > td span.year,
.datepicker tbody tr > td span.hour,
.datepicker tbody tr > td span.minute,
.datepicker tbody tr > td span.month {
  color: #595d6e;
}
.datepicker tbody tr > td span.year:hover,
.datepicker tbody tr > td span.hour:hover,
.datepicker tbody tr > td span.minute:hover,
.datepicker tbody tr > td span.month:hover {
  background: #f7f8fa;
}
.datepicker tbody tr > td span.year.focused, .datepicker tbody tr > td span.year.focused:hover, .datepicker tbody tr > td span.year.active:hover, .datepicker tbody tr > td span.year.active.focused:hover, .datepicker tbody tr > td span.year.active,
.datepicker tbody tr > td span.hour.focused,
.datepicker tbody tr > td span.hour.focused:hover,
.datepicker tbody tr > td span.hour.active:hover,
.datepicker tbody tr > td span.hour.active.focused:hover,
.datepicker tbody tr > td span.hour.active,
.datepicker tbody tr > td span.minute.focused,
.datepicker tbody tr > td span.minute.focused:hover,
.datepicker tbody tr > td span.minute.active:hover,
.datepicker tbody tr > td span.minute.active.focused:hover,
.datepicker tbody tr > td span.minute.active,
.datepicker tbody tr > td span.month.focused,
.datepicker tbody tr > td span.month.focused:hover,
.datepicker tbody tr > td span.month.active:hover,
.datepicker tbody tr > td span.month.active.focused:hover,
.datepicker tbody tr > td span.month.active {
  background: #5867dd;
  color: #ffffff;
}
.datepicker tfoot tr > th.today, .datepicker tfoot tr > th.clear {
  border-radius: 3px;
  font-weight: 500;
}
.datepicker tfoot tr > th.today:hover, .datepicker tfoot tr > th.clear:hover {
  background: #ebedf2;
}
.datepicker.datepicker-inline {
  border: 1px solid #ebedf2;
}

.input-daterange .input-group-addon {
  min-width: 44px;
}
.input-daterange input {
  text-align: left;
}

.datetimepicker {
  width: 265px;
  padding: 10px;
  left: auto;
}
.datetimepicker.datetimepicker-orient-top {
  margin-top: 8px;
}
.datetimepicker table {
  width: 100%;
}
.datetimepicker td,
.datetimepicker th {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  font-weight: normal;
}
.datetimepicker thead th i {
  font-size: 1.2rem;
}
.datetimepicker thead th.prev, .datetimepicker thead th.switch, .datetimepicker thead th.next {
  color: #74788d;
  font-weight: 500;
}
.datetimepicker thead th.prev .glyphicon, .datetimepicker thead th.switch .glyphicon, .datetimepicker thead th.next .glyphicon {
  color: #74788d;
}
.datetimepicker thead th.prev:hover, .datetimepicker thead th.switch:hover, .datetimepicker thead th.next:hover {
  background: #f7f8fa !important;
}
.datetimepicker thead th.dow {
  font-weight: 500;
  color: #595d6e;
}
.datetimepicker thead th.next > span, .datetimepicker thead th.prev > span {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1.2rem;
}
.datetimepicker thead th.next > span:before {
  content: "\f112";
}
.datetimepicker thead th.prev > span:before {
  content: "\f111";
}
.datetimepicker tbody tr > td span {
  color: #595d6e;
}
.datetimepicker tbody tr > td.day {
  color: #595d6e;
}
.datetimepicker tbody tr > td.day:hover {
  background: #f7f8fa;
}
.datetimepicker tbody tr > td.day.old {
  color: #74788d;
}
.datetimepicker tbody tr > td.day.new {
  color: #595d6e;
}
.datetimepicker tbody tr > td.day.selected, .datetimepicker tbody tr > td.day.active {
  background: #5867dd;
  color: #ffffff;
}
.datetimepicker tbody tr > td.day.today {
  position: relative;
  background: rgba(56, 90, 235, 0.7) !important;
  color: #ffffff !important;
}
.datetimepicker tbody tr > td.day.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #ffffff;
  border-top-color: #ebedf2;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.datetimepicker tbody tr > td.day.range {
  background: #f7f8fa;
}
.datetimepicker tbody tr > td span.year,
.datetimepicker tbody tr > td span.hour,
.datetimepicker tbody tr > td span.minute,
.datetimepicker tbody tr > td span.month {
  color: #595d6e;
}
.datetimepicker tbody tr > td span.year.focused, .datetimepicker tbody tr > td span.year:hover,
.datetimepicker tbody tr > td span.hour.focused,
.datetimepicker tbody tr > td span.hour:hover,
.datetimepicker tbody tr > td span.minute.focused,
.datetimepicker tbody tr > td span.minute:hover,
.datetimepicker tbody tr > td span.month.focused,
.datetimepicker tbody tr > td span.month:hover {
  background: #f7f8fa;
}
.datetimepicker tbody tr > td span.year.active:hover, .datetimepicker tbody tr > td span.year.active,
.datetimepicker tbody tr > td span.hour.active:hover,
.datetimepicker tbody tr > td span.hour.active,
.datetimepicker tbody tr > td span.minute.active:hover,
.datetimepicker tbody tr > td span.minute.active,
.datetimepicker tbody tr > td span.month.active:hover,
.datetimepicker tbody tr > td span.month.active {
  background: #5867dd;
  color: #ffffff;
}
.datetimepicker tfoot tr > th.today, .datetimepicker tfoot tr > th.clear {
  border-radius: 3px;
  font-weight: 500;
}
.datetimepicker tfoot tr > th.today:hover, .datetimepicker tfoot tr > th.clear:hover {
  background-color: #f7f8fa;
}
.datetimepicker.datetimepicker-inline {
  border: 1px solid #f7f8fa;
}

.input-daterange .input-group-addon {
  min-width: 44px;
}

.bootstrap-timepicker-widget {
  left: auto;
  width: 175px;
}
.bootstrap-timepicker-widget .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
.bootstrap-timepicker-widget .bootstrap-timepicker-second {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
}
.bootstrap-timepicker-widget table td > a {
  border: 0;
}
.bootstrap-timepicker-widget table td > a i {
  font-size: 1.1rem;
}

.bootstrap-timepicker-widget .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
.bootstrap-timepicker-widget .bootstrap-timepicker-second {
  color: #595d6e;
}
.bootstrap-timepicker-widget table td > a .la {
  font-size: 1.2rem;
  color: #74788d;
}
.bootstrap-timepicker-widget table td > a:hover {
  background: #f7f8fa;
}

.daterangepicker {
  padding: 0;
  margin: 0;
  width: auto;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 8px;
  border: 0;
  font-family: Poppins, Helvetica, sans-serif;
  z-index: 1051;
}
.modal-open .daterangepicker {
  z-index: 1051;
}
.daterangepicker:after, .daterangepicker:before {
  display: none;
}
.daterangepicker .ranges ul {
  padding: 1rem 0;
  width: 170px;
}
.daterangepicker .ranges li {
  padding: 0.7rem 1.75rem;
  font-weight: 400;
  font-size: 1rem;
  color: #595d6e;
  transition: color 0.3s ease;
}
.daterangepicker .ranges li:hover, .daterangepicker .ranges li.active {
  background-color: #f7f8fa;
  color: #385aeb;
  transition: color 0.3s ease;
}
.daterangepicker.show-calendar .ranges {
  border-right: 1px solid #ebedf2;
}
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 0;
}
.daterangepicker .drp-buttons {
  padding: 1rem 1.75rem;
  border-top: 1px solid #ebedf2;
}
.daterangepicker .drp-buttons .btn {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border-radius: 8px;
}
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.daterangepicker .drp-calendar.left {
  border-left: 0 !important;
}
.daterangepicker .drp-calendar th {
  font-weight: 500;
  font-size: 1rem;
  color: #595d6e;
}
.daterangepicker .drp-calendar th.month {
  font-weight: 400;
  color: #74788d;
}
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
  border-width: 0 1px 1px 0;
  border-color: #74788d;
}
.daterangepicker .drp-calendar th.next span {
  margin-right: 1px;
}
.daterangepicker .drp-calendar th.prev span {
  margin-left: 1px;
}
.daterangepicker .drp-calendar td {
  font-size: 1rem;
  color: #595d6e;
}
.daterangepicker .drp-calendar td.available.off {
  color: #a2a5b9;
}
.daterangepicker .drp-calendar td.active {
  background-color: #385aeb;
  color: #ffffff;
  border-radius: 0;
  border-radius: 8px;
}
.daterangepicker .drp-calendar td.active.start-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daterangepicker .drp-calendar td.active.end-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker .drp-calendar td.active.start-date.end-date {
  border-radius: 8px;
}
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
  border-radius: 0;
  border-radius: 8px;
  background: rgba(56, 90, 235, 0.7) !important;
  color: #ffffff !important;
}
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
  background-color: #f7f8fa;
  color: #595d6e;
}
.daterangepicker select {
  border-radius: 8px;
  background: transparent !important;
  border-color: #ebedf2;
  color: #595d6e;
}

.bootstrap-touchspin .input-group-btn-vertical .btn {
  justify-content: center;
  text-align: center;
}
.bootstrap-touchspin .input-group-btn-vertical .btn:first-child {
  border-bottom: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .btn i {
  padding: 0;
  font-size: 1rem;
}

.bootstrap-maxlength {
  z-index: 1040 !important;
}
.bootstrap-maxlength.kt-badge {
  display: inline-flex !important;
}
.modal .bootstrap-maxlength {
  z-index: 1060 !important;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  outline: none !important;
  padding: 0.65rem 1rem;
  border-radius: 8px !important;
}
.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle:after {
  border: 0;
  margin-right: -2px;
  font-size: 0.6rem;
  display: inline-block;
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f1a3";
}
.bootstrap-select > .dropdown-toggle:before {
  width: auto;
}
.bootstrap-select .dropdown-menu.inner {
  display: block;
}
.bootstrap-select .dropdown-menu.inner > li > a {
  display: block;
  position: relative;
  outline: none !important;
  padding: 10px 15px;
}
.bootstrap-select .dropdown-menu.inner > li > a:hover {
  text-decoration: none;
}
.bootstrap-select .dropdown-menu.inner > li > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" la-"] {
  font-size: 1.2rem;
}
.bootstrap-select .dropdown-menu.inner > li > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" fa-"] {
  font-size: 1.2rem;
}
.bootstrap-select .dropdown-menu.inner > li > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon2-"] {
  font-size: 1.1rem;
}
.bootstrap-select .dropdown-menu.inner > li > a i {
  vertical-align: middle;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark {
  top: 50%;
  position: absolute;
  margin-top: 0.425rem;
  font-size: 0.85rem;
  right: 1rem;
  display: inline-block;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:before {
  content: "\f17b";
}
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:after {
  display: none;
}
.bootstrap-select .dropdown-menu.inner > li.divider {
  margin: 10px 0;
}
.bootstrap-select .dropdown-menu.inner > li.hidden {
  display: none;
}
.bootstrap-select .dropdown-menu.inner > li.no-results {
  padding: 10px 15px;
}
.bootstrap-select .popover-title {
  padding: 10px 15px;
  margin-bottom: 5px;
}
.bootstrap-select .popover-title .close {
  display: none;
}
.bootstrap-select .bs-searchbox,
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton {
  padding: 10px 15px;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
  background: #fff;
  color: #595d6e;
  border-color: #e2e5ec;
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle.btn-light:focus, .bootstrap-select > .dropdown-toggle.btn-light.active, .bootstrap-select > .dropdown-toggle.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.btn-secondary.active {
  background-color: transparent;
  border-color: #7088f1;
}
.bootstrap-select > .dropdown-toggle.btn-light.disabled, .bootstrap-select > .dropdown-toggle.btn-light:disabled, .bootstrap-select > .dropdown-toggle.btn-secondary.disabled, .bootstrap-select > .dropdown-toggle.btn-secondary:disabled {
  background: #f7f8fa;
  border-color: #f7f8fa;
}
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^=la-],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" la-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^=fa-],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" fa-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^=flaticon-],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^=flaticon2-],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon2-"], .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^=la-],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" la-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^=fa-],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" fa-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^=flaticon-],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^=flaticon2-],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon2-"] {
  color: #74788d;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #74788d;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-metal {
  color: #586272;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-metal > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light {
  color: #282a3c;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-accent {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-accent > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-focus {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-focus > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning {
  color: #111111;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger > .filter-option {
  opacity: 0.8;
}
.bootstrap-select.show > .dropdown-toggle.btn-light, .bootstrap-select.show > .dropdown-toggle.btn-secondary {
  border-color: #7088f1;
  box-shadow: none;
}
.bootstrap-select.is-invalid .btn.dropdown-toggle {
  border-color: #fd397a;
}
.bootstrap-select.is-valid .btn.dropdown-toggle {
  border-color: #1dc9b7;
}
.bootstrap-select .dropdown-menu.inner > li > a .text {
  color: #595d6e;
}
.bootstrap-select .dropdown-menu.inner > li > a .text small {
  color: #a2a5b9;
}
.bootstrap-select .dropdown-menu.inner > li > a span.check-mark {
  color: #74788d;
}
.bootstrap-select .dropdown-menu.inner > li > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon2-"] {
  color: #a2a5b9;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a, .bootstrap-select .dropdown-menu.inner > li:hover > a {
  background: #f7f8fa;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a .text, .bootstrap-select .dropdown-menu.inner > li:hover > a .text {
  color: #595d6e;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon2-"], .bootstrap-select .dropdown-menu.inner > li:hover > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon2-"] {
  color: #a2a5b9;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark, .bootstrap-select .dropdown-menu.inner > li:hover > a span.check-mark {
  color: #74788d;
}
.bootstrap-select .dropdown-menu.inner > li.dropdown-header {
  color: #74788d;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a {
  background: #f7f8fa;
}
.bootstrap-select .dropdown-menu.inner > li.disabled > a {
  opacity: 0.6;
}
.bootstrap-select .dropdown-menu.inner > li.divider {
  border-bottom: 1px solid #f7f8fa;
}
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a {
  background: #5867dd;
}
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a .text {
  color: #ffffff;
}
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon2-"] {
  color: #ffffff;
}
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a span.check-mark {
  color: #ffffff;
}
.bootstrap-select .dropdown-menu.inner > li.no-results {
  color: #74788d;
}
.bootstrap-select .popover-title {
  background: #f7f8fa;
  border: 0;
}
.bootstrap-select .dropdown-menu {
  margin-top: 1px;
}

.typeahead .twitter-typeahead {
  display: block !important;
}
.typeahead .tt-menu {
  border: 0;
  margin: 0;
  min-width: 275px;
  padding: 5px 0;
  left: auto /*rtl:ignore*/ !important;
  border-radius: 0;
  border-radius: 8px;
}
.typeahead .tt-menu .tt-dataset .tt-suggestion {
  padding: 5px 15px;
  font-size: 1rem;
}

.typeahead .form-control.tt-hint {
  color: #74788d;
}
.typeahead .form-control.tt-input {
  color: #595d6e;
}
.typeahead .tt-menu {
  background: white;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.typeahead .tt-menu .tt-dataset .tt-suggestion {
  color: #595d6e;
  cursor: pointer;
}
.typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
  color: #48465b;
  font-weight: 500;
}
.typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  background: #f7f8fa;
}

.noUi-target.noUi-horizontal {
  height: 15px;
}
.noUi-target.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -17px;
  top: -6px;
  border-radius: 50%;
  outline: none;
}
.noUi-target.noUi-horizontal .noUi-handle::before {
  display: none;
}
.noUi-target.noUi-horizontal .noUi-handle::after {
  display: none;
}
.noUi-target.noUi-vertical {
  height: 150px;
  width: 15px;
}
.noUi-target.noUi-vertical .noUi-handle {
  width: 24px;
  height: 24px;
  left: -5.5px;
  top: -6px;
  border-radius: 50%;
  outline: none;
}
.noUi-target.noUi-vertical .noUi-handle::before {
  display: none;
}
.noUi-target.noUi-vertical .noUi-handle::after {
  display: none;
}
.noUi-target.nouislider.nouislider-connect-brand .noUi-connect {
  background: #385aeb;
}
.noUi-target.nouislider.nouislider-handle-brand .noUi-handle {
  border: 0;
  background: #385aeb;
  box-shadow: 0 3px 6px -3px #385aeb;
}
.noUi-target.nouislider.nouislider-connect-metal .noUi-connect {
  background: #d3dae6;
}
.noUi-target.nouislider.nouislider-handle-metal .noUi-handle {
  border: 0;
  background: #d3dae6;
  box-shadow: 0 3px 6px -3px #d3dae6;
}
.noUi-target.nouislider.nouislider-connect-light .noUi-connect {
  background: #ffffff;
}
.noUi-target.nouislider.nouislider-handle-light .noUi-handle {
  border: 0;
  background: #ffffff;
  box-shadow: 0 3px 6px -3px #ffffff;
}
.noUi-target.nouislider.nouislider-connect-dark .noUi-connect {
  background: #645ca1;
}
.noUi-target.nouislider.nouislider-handle-dark .noUi-handle {
  border: 0;
  background: #645ca1;
  box-shadow: 0 3px 6px -3px #645ca1;
}
.noUi-target.nouislider.nouislider-connect-accent .noUi-connect {
  background: #00c5dc;
}
.noUi-target.nouislider.nouislider-handle-accent .noUi-handle {
  border: 0;
  background: #00c5dc;
  box-shadow: 0 3px 6px -3px #00c5dc;
}
.noUi-target.nouislider.nouislider-connect-focus .noUi-connect {
  background: #9816f4;
}
.noUi-target.nouislider.nouislider-handle-focus .noUi-handle {
  border: 0;
  background: #9816f4;
  box-shadow: 0 3px 6px -3px #9816f4;
}
.noUi-target.nouislider.nouislider-connect-primary .noUi-connect {
  background: #5867dd;
}
.noUi-target.nouislider.nouislider-handle-primary .noUi-handle {
  border: 0;
  background: #5867dd;
  box-shadow: 0 3px 6px -3px #5867dd;
}
.noUi-target.nouislider.nouislider-connect-success .noUi-connect {
  background: #1dc9b7;
}
.noUi-target.nouislider.nouislider-handle-success .noUi-handle {
  border: 0;
  background: #1dc9b7;
  box-shadow: 0 3px 6px -3px #1dc9b7;
}
.noUi-target.nouislider.nouislider-connect-info .noUi-connect {
  background: #5578eb;
}
.noUi-target.nouislider.nouislider-handle-info .noUi-handle {
  border: 0;
  background: #5578eb;
  box-shadow: 0 3px 6px -3px #5578eb;
}
.noUi-target.nouislider.nouislider-connect-warning .noUi-connect {
  background: #ffb822;
}
.noUi-target.nouislider.nouislider-handle-warning .noUi-handle {
  border: 0;
  background: #ffb822;
  box-shadow: 0 3px 6px -3px #ffb822;
}
.noUi-target.nouislider.nouislider-connect-danger .noUi-connect {
  background: #fd397a;
}
.noUi-target.nouislider.nouislider-handle-danger .noUi-handle {
  border: 0;
  background: #fd397a;
  box-shadow: 0 3px 6px -3px #fd397a;
}

.noUi-target {
  border: 1px solid #e2e5ec;
  background: #f7f8fa;
  box-shadow: none;
}
.noUi-target .noUi-connect {
  background: #385aeb;
}
.noUi-target .noUi-handle {
  border: 1px solid #f7f8fa;
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.7);
}

.fa-lg {
  font-size: 1.33333em !important;
}

.fa-xs {
  font-size: 0.75em !important;
}

.fa-sm {
  font-size: 0.875em !important;
}

.fa-1x {
  font-size: 1em !important;
}

.fa-1_5x {
  font-size: 1.5em !important;
}

.fa-2x {
  font-size: 2em !important;
}

.fa-3x {
  font-size: 3em !important;
}

.fa-4x {
  font-size: 4em !important;
}

.fa-5x {
  font-size: 5em !important;
}

.fa-6x {
  font-size: 6em !important;
}

.fa-7x {
  font-size: 7em !important;
}

.fa-8x {
  font-size: 8em !important;
}

.fa-9x {
  font-size: 9em !important;
}

.fa-10x {
  font-size: 10em !important;
}

.note-popover {
  display: none;
}

.note-editor {
  position: static;
  border-radius: 8px;
}
.note-editor .note-toolbar {
  position: static;
}
.note-editor .modal .modal-header .close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 0;
}
.note-editor .panel-heading.note-toolbar {
  padding: 5px 10px 10px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.note-editor .panel-heading.note-toolbar .btn {
  outline: none !important;
}
.note-editor .panel-heading.note-toolbar .dropdown-menu {
  min-width: 185px;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 350px;
  padding: 10px;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li {
  display: table;
  table-layout: fixed;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group {
  display: table-cell !important;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group:first-child {
  padding-right: 10px;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-color-reset {
  margin: 5px 0 10px 0;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-palette-title {
  margin: 5px 0;
  text-align: left;
  border: 0;
}
.note-editor .dropdown-toggle::after {
  display: none;
}

.note-editor.note-frame {
  border: 1px solid #e2e5ec;
}
.note-editor.note-frame .panel-heading.note-toolbar {
  background: #f7f8fa;
}
.note-editor.note-frame .note-statusbar {
  background: #f7f8fa;
}
.note-editor .note-toolbar .note-btn-group .btn {
  background: white;
  border: 1px solid #ebedf2;
}
.note-editor .note-toolbar .note-btn-group .btn i {
  vertical-align: initial;
  line-height: initial;
  padding-right: 0;
  color: #74788d;
}
.note-editor .note-toolbar .note-btn-group .btn:hover, .note-editor .note-toolbar .note-btn-group .btn:focus, .note-editor .note-toolbar .note-btn-group .btn:active, .note-editor .note-toolbar .note-btn-group .btn.active {
  background: transparent;
  color: #595d6e;
}

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

.is-valid .note-editor {
  border-color: #1dc9b7;
}

.is-invalid .note-editor {
  border-color: #fd397a;
}

.md-editor {
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none !important;
}
.md-editor .md-footer,
.md-editor .md-header {
  padding: 10px 10px;
}
.md-editor .md-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.md-editor .md-header .btn-group {
  margin-right: 10px;
}
.md-editor .md-header .btn-group .btn {
  background: white;
  border: 1px solid #ebedf2;
  color: #74788d;
}
.md-editor .md-header .btn-group .btn {
  transition: all 0.3s;
}
.md-editor .md-header .btn-group .btn:hover, .md-editor .md-header .btn-group .btn:focus, .md-editor .md-header .btn-group .btn:active, .md-editor .md-header .btn-group .btn.active {
  color: #595d6e;
  background: transparent;
}
.md-editor .md-header .btn-group .btn:hover, .md-editor .md-header .btn-group .btn:focus, .md-editor .md-header .btn-group .btn:active, .md-editor .md-header .btn-group .btn.active {
  transition: all 0.3s;
}
.md-editor .md-footer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.md-editor > textarea {
  padding: 10px 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.md-editor {
  border: 1px solid #e2e5ec;
}
.md-editor.active {
  border: 1px solid #e2e5ec;
  box-shadow: none;
}
.md-editor .md-footer,
.md-editor .md-header {
  background: #f7f8fa;
}
.md-editor > textarea {
  background: #f7f8fa;
}
.md-editor.active > textarea {
  background: #f7f8fa;
}

.is-valid .md-editor {
  border-color: #1dc9b7;
}

.is-invalid .md-editor {
  border-color: #fd397a;
}

.dropzone {
  min-height: auto;
}

.dropzone.dropzone-default {
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border: 2px dashed #ebedf2;
  border-radius: 8px;
}
.dropzone.dropzone-default .dropzone-msg-title {
  color: #595d6e;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
.dropzone.dropzone-default .dropzone-msg-desc {
  color: #74788d;
  font-weight: 400;
  font-size: 1rem;
}
.dropzone.dropzone-default .dz-preview .dz-image {
  border-radius: 8px;
}
.dropzone.dropzone-default.dropzone-brand {
  border-color: #385aeb;
}
.dropzone.dropzone-default.dropzone-metal {
  border-color: #d3dae6;
}
.dropzone.dropzone-default.dropzone-light {
  border-color: #ffffff;
}
.dropzone.dropzone-default.dropzone-dark {
  border-color: #645ca1;
}
.dropzone.dropzone-default.dropzone-accent {
  border-color: #00c5dc;
}
.dropzone.dropzone-default.dropzone-focus {
  border-color: #9816f4;
}
.dropzone.dropzone-default.dropzone-primary {
  border-color: #5867dd;
}
.dropzone.dropzone-default.dropzone-success {
  border-color: #1dc9b7;
}
.dropzone.dropzone-default.dropzone-info {
  border-color: #5578eb;
}
.dropzone.dropzone-default.dropzone-warning {
  border-color: #ffb822;
}
.dropzone.dropzone-default.dropzone-danger {
  border-color: #fd397a;
}

.dropzone.dropzone-multi {
  border: 0;
  padding: 0;
}
.dropzone.dropzone-multi .dz-message {
  display: none;
}
.dropzone.dropzone-multi .dropzone-panel .dropzone-upload,
.dropzone.dropzone-multi .dropzone-panel .dropzone-remove-all {
  display: none;
}
.dropzone.dropzone-multi .dropzone-item {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  background-color: #f4f6fa;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file {
  flex-grow: 1;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
  font-size: 0.9rem;
  font-weight: 500;
  color: #595d6e;
  text-overflow: ellipsis;
  margin-right: 0.5rem;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename b {
  font-size: 0.9rem;
  font-weight: 500;
  color: #a2a5b9;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #fd397a;
  text-overflow: ellipsis;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-progress {
  width: 15%;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
  height: 5px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
    transition: none;
  }
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar {
  margin-left: 1rem;
  display: flex;
  flex-wrap: nowrap;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete {
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i {
  font-size: 0.8rem;
  color: #a2a5b9;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover i {
  color: #385aeb;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
    transition: none;
  }
}

.recaptcha {
  padding: 15px;
  border-radius: 8px;
}
.recaptcha .recaptcha-img {
  margin-bottom: 10px;
}
.recaptcha .input-group .btn i {
  padding-right: 0;
}
.recaptcha .input-group .form-control {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.recaptcha {
  border: 1px solid #ebedf2;
}
.recaptcha .recaptcha_only_if_incorrect_sol {
  color: #fd397a;
}

.toast {
  background-position: 15px center /*rtl:calc(100% - 15px) center*/ !important;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0;
}
.toast .toast-close-button {
  outline: none !important;
  font-size: 0;
  content: " ";
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.toast .toast-close-button:before {
  content: "\f191";
}
.toast .toast-close-button:before {
  font-size: 0.9rem;
}
.toast .toast-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.toast .toast-message {
  font-size: 0.9rem;
}

.toast-success {
  background-color: #1dc9b7;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.toast-warning {
  background-color: #ffb822;
  color: #111111;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.toast-info {
  background-color: #5578eb;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.toast-error {
  background-color: #fd397a;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.kt-gmaps {
  /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
}
.kt-gmaps img {
  max-width: none;
}
.kt-gmaps.kt-gmaps--static > div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: initial !important;
}
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.kt-sweetalert2--nopadding),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.kt-sweetalert2--nopadding) {
  padding-right: 0 !important;
}
@media screen\0  {
  html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: visible;
  }
}

.swal2-popup {
  padding: 2rem;
  border-radius: 8px;
}
.swal2-popup .swal2-icon {
  margin: 2rem 0 0rem 0;
}
.swal2-popup .swal2-title {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
}
.swal2-popup .swal2-content {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}
.swal2-popup .btn {
  margin: 15px 5px 0;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none;
}
.swal2-popup .swal2-actions {
  margin: 1.5rem auto 1rem auto;
}

.swal2-container {
  overflow-y: hidden !important;
}

body.swal2-height-auto {
  height: 100% !important;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2);
}

.swal2-popup .swal2-title {
  color: #48465b;
}
.swal2-popup .swal2-content {
  color: #74788d;
}

#session-timeout-dialog .modal-header .close {
  position: absolute;
  right: 25px;
  font-size: 0;
  top: 1.75rem;
}
#session-timeout-dialog .modal-header .modal-title {
  flex: 1 auto;
}

.dataTables_wrapper {
  padding: 0 !important;
}
.dataTables_wrapper .dataTable {
  width: 100% !important;
  border-collapse: initial !important;
  border-spacing: 0 !important;
  margin: 1rem 0 !important;
}
.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTable th .kt-checkbox, .dataTables_wrapper .dataTable td .kt-checkbox {
  margin-top: 0.3rem;
  margin-bottom: 0;
}
.dataTables_wrapper .dataTable th.dt-center, .dataTables_wrapper .dataTable td.dt-center {
  text-align: center;
}
.dataTables_wrapper .dataTable th.dt-left, .dataTables_wrapper .dataTable td.dt-left {
  text-align: left;
}
.dataTables_wrapper .dataTable th.dt-right, .dataTables_wrapper .dataTable td.dt-right {
  text-align: right;
}
.dataTables_wrapper .dataTable th.sorting_desc:before, .dataTables_wrapper .dataTable th.sorting_desc:after, .dataTables_wrapper .dataTable th.orting_asc_disabled:before, .dataTables_wrapper .dataTable th.orting_asc_disabled:after, .dataTables_wrapper .dataTable th.orting_desc_disabled:before, .dataTables_wrapper .dataTable th.orting_desc_disabled:after, .dataTables_wrapper .dataTable th.sorting_asc:before, .dataTables_wrapper .dataTable th.sorting_asc:after, .dataTables_wrapper .dataTable th.sorting:before, .dataTables_wrapper .dataTable th.sorting:after, .dataTables_wrapper .dataTable td.sorting_desc:before, .dataTables_wrapper .dataTable td.sorting_desc:after, .dataTables_wrapper .dataTable td.orting_asc_disabled:before, .dataTables_wrapper .dataTable td.orting_asc_disabled:after, .dataTables_wrapper .dataTable td.orting_desc_disabled:before, .dataTables_wrapper .dataTable td.orting_desc_disabled:after, .dataTables_wrapper .dataTable td.sorting_asc:before, .dataTables_wrapper .dataTable td.sorting_asc:after, .dataTables_wrapper .dataTable td.sorting:before, .dataTables_wrapper .dataTable td.sorting:after {
  bottom: 1.25rem !important;
}
.dataTables_wrapper .dataTable .filter th, .dataTables_wrapper .dataTable .filter td {
  vertical-align: top;
}
.dataTables_wrapper .dataTable .filter th .input-group + .input-group, .dataTables_wrapper .dataTable .filter td .input-group + .input-group {
  margin-top: 0.5rem;
}
.dataTables_wrapper .dataTable .filter th .btn + .btn, .dataTables_wrapper .dataTable .filter td .btn + .btn {
  margin-top: 0.5rem;
}
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  font-size: 1.1rem;
  font-weight: 500;
}
.dataTables_wrapper .dataTables_scroll {
  margin: 1rem 0 !important;
}
.dataTables_wrapper .dataTables_scroll .dataTable {
  margin: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item {
  margin-left: 0.4rem;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link {
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  min-width: 2.25rem;
  vertical-align: middle;
  padding: 0.5rem;
  text-align: center;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link > i {
  font-size: 1rem;
  text-align: center;
  display: inline-block;
}
.dataTables_wrapper .text-right .dataTables_filter,
.dataTables_wrapper .text-left .dataTables_filter {
  display: inline-block;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 0.45rem;
}
.dataTables_wrapper .dataTables_pager {
  text-align: right;
}
.dataTables_wrapper .dataTables_pager .dataTables_length {
  margin-right: 0.5rem;
  display: inline-block;
}
.dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate {
  margin-left: 1rem;
}
.dataTables_wrapper .dataTables_pager .dataTables_info {
  display: inline-block;
  margin-right: 0.5rem;
}
.dataTables_wrapper .dataTables_pager .dataTables_paginate {
  display: inline-block;
}
@media (max-width: 1024px) {
  .dataTables_wrapper .dataTables_pager {
    margin-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-left: 0 !important;
  }
  .dataTables_wrapper .dataTables_paginate .pagination .page-item:first-child {
    margin-left: 0 !important;
  }
  .dataTables_wrapper .dataTables_paginate .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before {
  box-shadow: none;
  border-radius: 0;
  top: 50%;
  left: 8px;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  font-size: 18px;
  color: #385aeb;
  border: 0;
  background-color: transparent;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f2c3";
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f28f";
  color: #385aeb;
  background-color: transparent;
}
.dataTables_wrapper .child .dtr-details {
  display: table !important;
}
.dataTables_wrapper .child .dtr-details > li {
  display: table-row !important;
  border: 0 !important;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #efefef;
  font-weight: 500;
  padding: 0.5rem 2rem 0.5rem 0;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title:after {
  content: ":";
}
.dataTables_wrapper .child .dtr-details > li .dtr-data {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #efefef;
  padding: 0.5rem 0;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-title {
  border-bottom: 0;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-data {
  border-bottom: 0;
}

.dt-bootstrap4 .dropdown .dropdown-menu.dropdown-menu-right {
  /*rtl:ignore*/
  margin-left: 65px;
}

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  color: #595d6e;
}
.dataTables_wrapper .dataTable .selected th, .dataTables_wrapper .dataTable .selected td {
  background-color: #f7f8fa;
  color: #595d6e;
}
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  background-color: #f7f8fa;
}
.dataTables_wrapper .pagination .page-item > .page-link {
  color: #595d6e;
  border: 0;
  outline: none !important;
}
.dataTables_wrapper .pagination .page-item.previous > .page-link, .dataTables_wrapper .pagination .page-item.next > .page-link, .dataTables_wrapper .pagination .page-item.last > .page-link, .dataTables_wrapper .pagination .page-item.first > .page-link {
  background: #ebe9f2;
}
.dataTables_wrapper .pagination .page-item.previous > .page-link:hover, .dataTables_wrapper .pagination .page-item.next > .page-link:hover, .dataTables_wrapper .pagination .page-item.last > .page-link:hover, .dataTables_wrapper .pagination .page-item.first > .page-link:hover {
  background: #385aeb;
  color: #ffffff;
}
.dataTables_wrapper .pagination .page-item.active > .page-link {
  background: #385aeb;
  color: #ffffff;
}
.dataTables_wrapper .pagination .page-item:hover > .page-link {
  background: #385aeb;
  color: #ffffff;
}
.dataTables_wrapper .pagination .page-item.disabled > .page-link, .dataTables_wrapper .pagination .page-item.disabled:hover > .page-link {
  opacity: 0.6;
}

.kt-repeater .kt-repeater__row {
  display: flex;
  flex-wrap: wrap;
}
.kt-repeater .kt-repeater__row > input {
  flex: 1;
}
.kt-repeater .kt-repeater__row .kt-repeater__close {
  background-color: transparent;
  border: none;
}
.kt-repeater .kt-repeater__row .form-text {
  flex-basis: 100%;
}
.kt-repeater .kt-repeater__item {
  position: relative;
}
.kt-repeater .kt-repeater__item .btn-icon {
  height: auto;
}
.kt-repeater .kt-repeater__item:first-child .form-control {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.kt-repeater .kt-repeater__item:first-child .input-group-append {
  display: none;
}
.kt-repeater .kt-repeater__close--align-right {
  position: absolute;
  top: 0;
  right: 0;
}

.dual-listbox .dual-listbox__search {
  width: 225px;
  border: 1px solid #ebedf2;
  color: #595d6e;
  outline: none !important;
  border-radius: 8px;
}
.dual-listbox .dual-listbox__search:active, .dual-listbox .dual-listbox__search:focus {
  border-color: #7088f1 !important;
}
.dual-listbox .dual-listbox__search.dual-listbox__search--hidden {
  display: none;
}
.dual-listbox .dual-listbox__container .dual-listbox__title {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.75rem 0.75rem;
  border: 1px solid #ebedf2;
  border-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dual-listbox .dual-listbox__container .dual-listbox__buttons {
  margin: 0 1rem;
}
.dual-listbox .dual-listbox__container .dual-listbox__buttons .dual-listbox__button {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
  outline: none !important;
  padding: 0.5rem 1rem;
  color: #a2a5b9;
  font-weight: 500;
  font-size: 0.9rem;
  background-color: #f2f3f7;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.dual-listbox .dual-listbox__container .dual-listbox__buttons .dual-listbox__button i {
  font-size: 0.6rem;
}
.dual-listbox .dual-listbox__container .dual-listbox__buttons .dual-listbox__button:hover {
  transition: all 0.3s ease;
  color: #385aeb;
}
.dual-listbox .dual-listbox__container .dual-listbox__selected,
.dual-listbox .dual-listbox__container .dual-listbox__available {
  width: 225px;
  color: #595d6e;
  border: 1px solid #ebedf2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dual-listbox .dual-listbox__container .dual-listbox__selected .dual-listbox__item,
.dual-listbox .dual-listbox__container .dual-listbox__available .dual-listbox__item {
  padding: 0.75rem 0.75rem;
  border-bottom: 1px solid #ebedf2;
}
.dual-listbox .dual-listbox__container .dual-listbox__selected .dual-listbox__item:last-child,
.dual-listbox .dual-listbox__container .dual-listbox__available .dual-listbox__item:last-child {
  border-bottom: 0;
}
.dual-listbox .dual-listbox__container .dual-listbox__selected .dual-listbox__item.dual-listbox__item--selected,
.dual-listbox .dual-listbox__container .dual-listbox__available .dual-listbox__item.dual-listbox__item--selected {
  background-color: #f2f3f7;
}

.kt-uppy .uppy-Root {
  font-family: Poppins, Helvetica, sans-serif;
}
.kt-uppy .uppy-Root.uppy-DragDrop--is-dragdrop-supported {
  border: 2px dashed #ebedf2;
}
.kt-uppy .uppy-Dashboard-inner {
  background-color: #f7f8fa;
  border: 1px solid #ebedf2;
}
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardContent-bar,
.kt-uppy .uppy-Dashboard-inner .uppy-Dashboard-AddFilesPanel,
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardContent-panel,
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardItem-progress,
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardItem-action,
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardItem-previewLink {
  z-index: 1;
}
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardContent-title {
  color: #74788d;
  font-size: 1rem;
  font-weight: 500;
}
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardTabs .uppy-Dashboard-dropFilesTitle {
  color: #74788d;
  font-size: 1.3rem;
  font-weight: 500;
}
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardTabs .uppy-DashboardTab-name {
  color: #74788d;
}
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardItem.is-complete .progress {
  stroke: #1dc9b7;
  fill: #1dc9b7;
}
.kt-uppy .uppy-Dashboard-inner .uppy-StatusBar-statusSecondary {
  overflow: visible;
}
.kt-uppy .uppy-DashboardAddFiles-info {
  bottom: 20px !important;
}
.kt-uppy .uppy-Dashboard-note {
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 400;
}
.kt-uppy .uppy-c-btn-primary {
  font-size: 1rem;
  font-weight: 400;
  background: #385aeb;
  color: #ffffff;
  outline: none !important;
}
.kt-uppy .uppy-c-btn-primary:focus, .kt-uppy .uppy-c-btn-primary:hover {
  background-color: #1c43e8;
}
.kt-uppy .uppy-DashboardContent-back {
  font-size: 1rem;
  font-weight: 500;
  color: #385aeb;
  outline: none !important;
}
.kt-uppy .uppy-DashboardContent-back:focus, .kt-uppy .uppy-DashboardContent-back:hover {
  color: #1c43e8;
}
.kt-uppy .uppy-Dashboard-browse {
  color: #385aeb;
}
.kt-uppy .uppy-Dashboard-browse:focus, .kt-uppy .uppy-Dashboard-browse:hover {
  color: #1c43e8;
}
.kt-uppy .uppy-DashboardContent-addMore svg {
  stroke: #385aeb;
  fill: #385aeb;
}
.kt-uppy .uppy-ProgressBar {
  z-index: 1;
}
.kt-uppy .uppy-ProgressBar .uppy-ProgressBar-inner {
  background-color: #385aeb;
  box-shadow: none;
}
.kt-uppy .uppy-ProgressBar .uppy-ProgressBar-percentage {
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 400;
}
.kt-uppy .uppy-DragDrop-label {
  font-size: 1rem;
  font-weight: 500;
  color: #74788d;
}
.kt-uppy .uppy-DragDrop-label .uppy-DragDrop-dragText {
  color: #385aeb;
}
.kt-uppy .uppy-DragDrop-label .uppy-DragDrop-dragText:focus, .kt-uppy .uppy-DragDrop-label .uppy-DragDrop-dragText:hover {
  color: #1c43e8;
}
.kt-uppy .uppy-StatusBar {
  z-index: 1;
}
.kt-uppy .uppy-StatusBar .uppy-StatusBar-status {
  overflow-x: visible;
  display: none;
}
.kt-uppy .uppy-StatusBar .uppy-StatusBar-progress {
  background-color: #385aeb;
}
.kt-uppy .uppy-StatusBar .uppy-StatusBar-content .uppy-StatusBar-statusPrimary {
  font-size: 0.9rem;
  font-weight: 400;
  color: #74788d;
}
.kt-uppy .uppy-StatusBar .uppy-StatusBar-content .uppy-StatusBar-spinner svg {
  fill: #385aeb;
}
.kt-uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon circle {
  transition: all 0.3s ease;
  fill: #ebedf2;
}
.kt-uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon path {
  transition: all 0.3s ease;
  fill: #74788d;
}
.kt-uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon:hover circle {
  transition: all 0.3s ease;
  fill: #385aeb;
}
.kt-uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon:hover path {
  transition: all 0.3s ease;
  fill: #ffffff;
}
.kt-uppy .uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #1dc9b7;
}
.kt-uppy .uppy-StatusBar.uppy-Root .uppy-StatusBar-content {
  padding-left: 0 !important;
}
.kt-uppy .uppy-StatusBar.uppy-Root .uppy-StatusBar-actions {
  right: 0 !important;
}
.kt-uppy .uppy.uppy-Informer p {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  border-radius: 0;
  border-radius: 8px;
}
.kt-uppy .kt-uppy__progress {
  position: relative;
  display: flex;
  align-items: center;
}
.kt-uppy .kt-uppy__status {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .kt-uppy .kt-uppy__status {
    transition: none;
  }
}
.kt-uppy .kt-uppy__status.kt-uppy__status--ongoing {
  height: 40px;
  opacity: 1;
}
.kt-uppy .kt-uppy__status.kt-uppy__status--hidden {
  display: none;
}
.kt-uppy .kt-uppy__btn {
  margin-top: 10px;
}
.kt-uppy .kt-uppy__thumbnails {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container {
  width: calc(50% - 5px);
  margin: 10px 5px 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #f7f8fa;
  border-radius: 8px;
  overflow: hidden;
}
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container .kt-uppy__thumbnail {
  width: 60px;
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container .kt-uppy__thumbnail img {
  height: 100%;
  width: auto;
}
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container .kt-uppy__thumbnail-label {
  font-weight: 400;
  color: #74788d;
  margin-left: 10px;
  padding-right: 10px;
}
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container .kt-uppy__remove-thumbnail {
  margin: auto 10px auto auto;
  cursor: pointer;
}
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container:nth-child(odd) {
  margin-left: 0;
}
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 1399px) {
  .kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container {
    width: 100%;
    margin: 10px 0 0;
  }
}
.kt-uppy .kt-uppy__list .kt-uppy__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #f7f8fa;
  margin-top: 0.75rem;
  border-radius: 8px;
}
.kt-uppy .kt-uppy__list .kt-uppy__list-item:last-child {
  margin-bottom: 0.75rem;
}
.kt-uppy .kt-uppy__list .kt-uppy__list-item .kt-uppy__list-label {
  font-weight: 500;
  color: #74788d;
}
.kt-uppy .kt-uppy__list .kt-uppy__list-item .kt-uppy__list-remove {
  cursor: pointer;
  margin-left: 1rem;
}
.kt-uppy .kt-uppy__list .kt-uppy__list-item .kt-uppy__list-remove i {
  transition: color 0.3s ease;
  font-size: 0.7rem;
  color: #a2a5b9;
}
.kt-uppy .kt-uppy__list .kt-uppy__list-item .kt-uppy__list-remove:hover i {
  transition: color 0.3s ease;
  color: #385aeb;
}
.kt-uppy .kt-uppy__wrapper .uppy-FileInput-container {
  margin-bottom: 0rem;
}
.kt-uppy .kt-uppy__input-control {
  position: relative;
  z-index: 1;
  height: 0;
  width: 0;
  opacity: 0;
}
.kt-uppy .kt-uppy__informer--min .uppy-Informer {
  position: static !important;
  top: auto;
  bottom: auto;
  transform: none;
  z-index: 0;
}
.kt-uppy .kt-uppy__informer--min .uppy-Informer[aria-hidden=true] {
  display: none;
}
.kt-uppy .kt-uppy__informer--min .uppy-Informer p {
  display: block;
  max-width: none;
}

.jstree-default .jstree-anchor {
  color: #a2a5b9;
  padding: 0 8px 0 4px;
}
.jstree-default .jstree-icon {
  color: #a2a5b9;
  font-size: 1.3rem;
}
.jstree-default .jstree-icon.la {
  font-size: 1.5rem;
}
.jstree-default .jstree-icon.fa {
  font-size: 1.2rem;
}
.jstree-default .jstree-disabled {
  cursor: not-allowed;
  line-height: auto;
  height: auto;
  opacity: 0.7;
}
.jstree-default .jstree-disabled .jstree-icon {
  color: #a2a5b9;
}
.jstree-default .jstree-clicked {
  border: 0;
  background: #f7f8fa;
  box-shadow: none;
}
.jstree-default .jstree-hovered {
  border: 0;
  background-color: #f7f8fa;
  box-shadow: none;
}
.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-clicked {
  background: #ebedf2;
  box-shadow: none;
}
.jstree-default .jstree-wholerow-hovered, .jstree-default.jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: #f7f8fa;
  box-shadow: none;
}

.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "\f07c";
}

.jstree-open > .jstree-anchor > .la-folder:before {
  margin-left: 2px;
  content: "\f200";
}

.jstree-default.jstree-rtl .jstree-node {
  background-position: 100% 1px /*rtl:ignore*/ !important;
}

.jstree-default.jstree-rtl .jstree-last {
  background: transparent /*rtl:ignore*/;
  background-repeat: no-repeat;
}

.jstree-rtl .jstree-anchor {
  padding: 0 4px 0 8px /*rtl:ignore*/;
}

.vakata-context,
.vakata-context ul {
  padding: 0.5rem 0;
  min-width: 150px;
  font-size: 1rem;
  font-family: Poppins, Helvetica, sans-serif;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0;
  border-radius: 8px;
}
.vakata-context li,
.vakata-context ul li {
  padding: 0;
  border: 0;
}
.vakata-context li a,
.vakata-context ul li a {
  padding: 0rem 1.2rem;
  border: 0;
}
.vakata-context li a i,
.vakata-context ul li a i {
  display: none;
}
.vakata-context li a .vakata-contextmenu-sep,
.vakata-context ul li a .vakata-contextmenu-sep {
  display: none;
}
.vakata-context li a span,
.vakata-context li a ins,
.vakata-context ul li a span,
.vakata-context ul li a ins {
  display: none;
  border: 0 !important;
}
.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover,
.vakata-context ul .vakata-context-hover > a,
.vakata-context ul li a:hover {
  margin: 0;
  background-color: #f7f8fa;
  color: #385aeb;
  box-shadow: none;
}
.vakata-context .vakata-context-hover > a .span,
.vakata-context .vakata-context-hover > a .ins,
.vakata-context li a:hover .span,
.vakata-context li a:hover .ins,
.vakata-context ul .vakata-context-hover > a .span,
.vakata-context ul .vakata-context-hover > a .ins,
.vakata-context ul li a:hover .span,
.vakata-context ul li a:hover .ins {
  border: 0 !important;
}

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0;
  height: 2px;
  background-color: #ebedf2;
}

.jstree-rename-input {
  outline: none !important;
  padding: 2px 6px !important;
  margin-right: -4px !important;
  background-color: #f7f8fa !important;
  border: 1px solid #f7f8fa !important;
  border-radius: 4px;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ebedf2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ql-toolbar.ql-snow button.ql-active .ql-stroke, .ql-toolbar.ql-snow button:focus .ql-stroke, .ql-toolbar.ql-snow button:hover .ql-stroke {
  stroke: #385aeb;
}
.ql-toolbar.ql-snow .ql-picker-label.ql-active, .ql-toolbar.ql-snow .ql-picker-label:hover {
  color: #385aeb;
}
.ql-toolbar.ql-snow .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-picker-item.ql-active, .ql-toolbar.ql-snow .ql-picker-item:hover {
  color: #385aeb;
}

.ql-container.ql-snow {
  border: 1px solid #ebedf2;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ql-snow .ql-picker.ql-expanded {
  outline: none !important;
  border-color: transparent !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent !important;
  color: #385aeb;
  outline: none !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label.ql-active, .ql-snow .ql-picker.ql-expanded .ql-picker-label:hover {
  color: #385aeb;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border: 0;
  padding: 0.5rem 1rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 8px;
}
.ql-snow .ql-tooltip {
  border: 0;
  padding: 0.5rem 1rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
  border: 1px solid #ebedf2;
  color: #595d6e;
  outline: none !important;
  border-radius: 8px;
}
.ql-snow .ql-tooltip input[type=text]:active, .ql-snow .ql-tooltip input[type=text]:focus {
  border-color: #7088f1 !important;
}
.ql-snow .ql-tooltip .ql-preview {
  color: #74788d;
}
.ql-snow .ql-tooltip .ql-action {
  transition: color 0.3s ease;
  color: #74788d;
}
.ql-snow .ql-tooltip .ql-action:hover {
  transition: color 0.3s ease;
  color: #385aeb;
}
.modal .ql-snow .ql-tooltip.ql-editing {
  left: 20px !important;
}
.ql-snow .ql-editor {
  color: #74788d;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #333;
  color: #f8f8f2;
  overflow: visible;
  border-radius: 8px;
}

.tagify {
  border-radius: 8px;
  border-color: #e2e5ec;
}
.tagify:hover {
  border-color: #e2e5ec;
}
.tagify.tagify--focus {
  border: 1px solid #7088f1;
}
.tagify .tagify__input {
  color: #595d6e;
}
.tagify .tagify__input:before {
  margin-top: 2px;
}
.tagify .tagify__tag {
  background-color: #ebedf2;
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  border-radius: 8px;
}
.tagify .tagify__tag div {
  order: 1;
  padding-right: 0.25rem;
}
.tagify .tagify__tag div .tagify__tag-text {
  color: #74788d;
  font-weight: 400;
}
.tagify .tagify__tag div:before {
  box-shadow: none !important;
  animation: none;
  transition: none;
}
.tagify .tagify__tag .tagify__tag__removeBtn {
  line-height: 1;
  order: 2;
  transform: none;
  position: static;
  border-radius: 0;
  margin-top: -2px;
}
.tagify .tagify__tag .tagify__tag__removeBtn:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f1b2";
  font-size: 0.6rem;
  color: #a2a5b9;
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #385aeb;
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.4;
}
.tagify .tagify__tag.tagify__tag--brand {
  background-color: rgba(56, 90, 235, 0.1);
}
.tagify .tagify__tag.tagify__tag--brand div .tagify__tag-text {
  color: #385aeb;
}
.tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:after {
  color: #385aeb;
}
.tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--metal {
  background-color: rgba(211, 218, 230, 0.1);
}
.tagify .tagify__tag.tagify__tag--metal div .tagify__tag-text {
  color: #d3dae6;
}
.tagify .tagify__tag.tagify__tag--metal .tagify__tag__removeBtn:after {
  color: #d3dae6;
}
.tagify .tagify__tag.tagify__tag--metal .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #586272;
}
.tagify .tagify__tag.tagify__tag--metal .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--light {
  background-color: rgba(255, 255, 255, 0.1);
}
.tagify .tagify__tag.tagify__tag--light div .tagify__tag-text {
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:after {
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #282a3c;
}
.tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--dark {
  background-color: rgba(100, 92, 161, 0.1);
}
.tagify .tagify__tag.tagify__tag--dark div .tagify__tag-text {
  color: #645ca1;
}
.tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:after {
  color: #645ca1;
}
.tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--accent {
  background-color: rgba(0, 197, 220, 0.1);
}
.tagify .tagify__tag.tagify__tag--accent div .tagify__tag-text {
  color: #00c5dc;
}
.tagify .tagify__tag.tagify__tag--accent .tagify__tag__removeBtn:after {
  color: #00c5dc;
}
.tagify .tagify__tag.tagify__tag--accent .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--accent .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--focus {
  background-color: rgba(152, 22, 244, 0.1);
}
.tagify .tagify__tag.tagify__tag--focus div .tagify__tag-text {
  color: #9816f4;
}
.tagify .tagify__tag.tagify__tag--focus .tagify__tag__removeBtn:after {
  color: #9816f4;
}
.tagify .tagify__tag.tagify__tag--focus .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--focus .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--primary {
  background-color: rgba(88, 103, 221, 0.1);
}
.tagify .tagify__tag.tagify__tag--primary div .tagify__tag-text {
  color: #5867dd;
}
.tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:after {
  color: #5867dd;
}
.tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--success {
  background-color: rgba(29, 201, 183, 0.1);
}
.tagify .tagify__tag.tagify__tag--success div .tagify__tag-text {
  color: #1dc9b7;
}
.tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:after {
  color: #1dc9b7;
}
.tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--info {
  background-color: rgba(85, 120, 235, 0.1);
}
.tagify .tagify__tag.tagify__tag--info div .tagify__tag-text {
  color: #5578eb;
}
.tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:after {
  color: #5578eb;
}
.tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--warning {
  background-color: rgba(255, 184, 34, 0.1);
}
.tagify .tagify__tag.tagify__tag--warning div .tagify__tag-text {
  color: #ffb822;
}
.tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:after {
  color: #ffb822;
}
.tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #111111;
}
.tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--danger {
  background-color: rgba(253, 57, 122, 0.1);
}
.tagify .tagify__tag.tagify__tag--danger div .tagify__tag-text {
  color: #fd397a;
}
.tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:after {
  color: #fd397a;
}
.tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}

.tagify--outside {
  border: 0 !important;
  padding: 0 !important;
  margin: 5px 0 10px 0 !important;
}
.tagify--outside tag:first-child {
  margin-left: 0;
}

.tagify__input.form-control {
  margin: 0;
}
.tagify__input.form-control:before {
  top: 6px;
}

.tagify__input--outside {
  display: block;
  max-width: 600px;
  border: 1px solid #DDD;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.tagify__dropdown {
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  background: #fff;
  border: 0 !important;
  padding: 0.75rem 0;
  z-index: 1051;
  border-radius: 8px;
}
.modal-open .tagify__dropdown {
  z-index: 1051;
}
.tagify__dropdown .tagify__dropdown__item {
  color: #74788d;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  margin: 0;
  box-shadow: none;
}
.tagify__dropdown .tagify__dropdown__item.tagify__dropdown__item--active {
  background: #f7f8fa;
  color: #385aeb;
}

.country-picker .picker-country-code {
  position: relative;
  width: 280px;
  max-height: 300px;
  overflow-y: auto;
}

.country-picker .picker-country-code input[type=radio] + label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  cursor: pointer;
}

.country-picker .picker-country-code input[type=radio] + label .prefix {
  width: 50px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.country-picker .picker-country-code input[type=radio] + label .name {
  width: 200px;
  display: inline-block;
}

.country-picker .picker-country-code input[type=radio] {
  display: none;
}

.country-picker .picker-country-code input[type=radio]:checked + label {
  background-color: rgba(0, 0, 0, 0.15);
}

.country-picker .picker-country-code:hover input[type=radio] + label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.country-picker .picker-country-code-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.country-picker .picker-country-code-input {
  margin-top: 0 !important;
  height: auto !important;
  border-left: 0;
}

.country-picker.danger, .country-picker .danger {
  box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.3882352941);
  border-radius: 5px;
}

.country-picker .flag {
  display: inline-block;
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/assets/img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .country-picker .flag {
    background-image: url("/assets/img/flags@2x.png");
  }
}
.country-picker .flag {
  width: 20px;
}

.country-picker .flag.be {
  width: 18px;
}

.country-picker .flag.ch {
  width: 15px;
}

.country-picker .flag.mc {
  width: 19px;
}

.country-picker .flag.ne {
  width: 18px;
}

.country-picker .flag.np {
  width: 13px;
}

.country-picker .flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .country-picker .flag {
    background-size: 5630px 15px;
  }
}
.country-picker .flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.country-picker .flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.country-picker .flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.country-picker .flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.country-picker .flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.country-picker .flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.country-picker .flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.country-picker .flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.country-picker .flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.country-picker .flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.country-picker .flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.country-picker .flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.country-picker .flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.country-picker .flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.country-picker .flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.country-picker .flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.country-picker .flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.country-picker .flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.country-picker .flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.country-picker .flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.country-picker .flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.country-picker .flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.country-picker .flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.country-picker .flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.country-picker .flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.country-picker .flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.country-picker .flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.country-picker .flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.country-picker .flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.country-picker .flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.country-picker .flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.country-picker .flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.country-picker .flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.country-picker .flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.country-picker .flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.country-picker .flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.country-picker .flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.country-picker .flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.country-picker .flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.country-picker .flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.country-picker .flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.country-picker .flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.country-picker .flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.country-picker .flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.country-picker .flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.country-picker .flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.country-picker .flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.country-picker .flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.country-picker .flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.country-picker .flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.country-picker .flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.country-picker .flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.country-picker .flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.country-picker .flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.country-picker .flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.country-picker .flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.country-picker .flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.country-picker .flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.country-picker .flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.country-picker .flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.country-picker .flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.country-picker .flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.country-picker .flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.country-picker .flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.country-picker .flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.country-picker .flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.country-picker .flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.country-picker .flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.country-picker .flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.country-picker .flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.country-picker .flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.country-picker .flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.country-picker .flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.country-picker .flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.country-picker .flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.country-picker .flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.country-picker .flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.country-picker .flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.country-picker .flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.country-picker .flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.country-picker .flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.country-picker .flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.country-picker .flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.country-picker .flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.country-picker .flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.country-picker .flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.country-picker .flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.country-picker .flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.country-picker .flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.country-picker .flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.country-picker .flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.country-picker .flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.country-picker .flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.country-picker .flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.country-picker .flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.country-picker .flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.country-picker .flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.country-picker .flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.country-picker .flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.country-picker .flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.country-picker .flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.country-picker .flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.country-picker .flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.country-picker .flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.country-picker .flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.country-picker .flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.country-picker .flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.country-picker .flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.country-picker .flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.country-picker .flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.country-picker .flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.country-picker .flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.country-picker .flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.country-picker .flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.country-picker .flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.country-picker .flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.country-picker .flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.country-picker .flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.country-picker .flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.country-picker .flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.country-picker .flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.country-picker .flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.country-picker .flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.country-picker .flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.country-picker .flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.country-picker .flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.country-picker .flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.country-picker .flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.country-picker .flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.country-picker .flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.country-picker .flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.country-picker .flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.country-picker .flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.country-picker .flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.country-picker .flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.country-picker .flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.country-picker .flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.country-picker .flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.country-picker .flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.country-picker .flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.country-picker .flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.country-picker .flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.country-picker .flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.country-picker .flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.country-picker .flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.country-picker .flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.country-picker .flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.country-picker .flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.country-picker .flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.country-picker .flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.country-picker .flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.country-picker .flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.country-picker .flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.country-picker .flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.country-picker .flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.country-picker .flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.country-picker .flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.country-picker .flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.country-picker .flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.country-picker .flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.country-picker .flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.country-picker .flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.country-picker .flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.country-picker .flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.country-picker .flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.country-picker .flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.country-picker .flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.country-picker .flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.country-picker .flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.country-picker .flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.country-picker .flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.country-picker .flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.country-picker .flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.country-picker .flag.np {
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}

.country-picker .flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.country-picker .flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.country-picker .flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.country-picker .flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.country-picker .flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.country-picker .flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.country-picker .flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.country-picker .flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.country-picker .flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.country-picker .flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.country-picker .flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.country-picker .flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.country-picker .flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.country-picker .flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.country-picker .flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.country-picker .flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.country-picker .flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.country-picker .flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.country-picker .flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.country-picker .flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.country-picker .flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.country-picker .flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.country-picker .flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.country-picker .flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.country-picker .flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.country-picker .flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.country-picker .flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.country-picker .flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.country-picker .flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.country-picker .flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.country-picker .flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.country-picker .flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.country-picker .flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.country-picker .flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.country-picker .flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.country-picker .flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.country-picker .flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.country-picker .flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.country-picker .flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.country-picker .flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.country-picker .flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.country-picker .flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.country-picker .flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.country-picker .flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.country-picker .flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.country-picker .flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.country-picker .flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.country-picker .flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.country-picker .flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.country-picker .flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.country-picker .flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.country-picker .flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.country-picker .flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.country-picker .flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.country-picker .flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.country-picker .flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.country-picker .flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.country-picker .flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.country-picker .flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.country-picker .flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.country-picker .flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.country-picker .flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.country-picker .flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.country-picker .flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.country-picker .flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.country-picker .flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.country-picker .flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.country-picker .flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.country-picker .flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.country-picker .flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.country-picker .flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.country-picker .flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.country-picker .flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.country-picker .flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.country-picker .flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.country-picker .flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.country-picker .flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.country-picker .flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.country-picker .flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.country-picker .flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.country-picker .flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.country-picker .flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.country-picker .flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.kt-page--loading * {
  transition: none !important;
}

.kt-page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.kt-page--loading .kt-page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kt-page-loader.kt-page-loader--non-block {
  background: transparent;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
}
.kt-page--loading-non-block .kt-page-loader.kt-page-loader--non-block {
  display: inline-block;
}
.kt-page-loader.kt-page-loader--logo {
  flex-direction: column;
  align-items: center;
}
.kt-page-loader.kt-page-loader--logo img {
  display: block;
}
.kt-page-loader.kt-page-loader--logo .kt-spinner {
  margin-top: 3rem;
}
.kt-page-loader.kt-page-loader--logo .kt-spinner:before {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}

.kt-container, .kt-container.kt-container--fluid {
  width: 100%;
  margin: 0;
}
.kt-container.kt-container--fit {
  padding: 0 !important;
}
.kt-container.kt-container--fit-left {
  padding-left: 0 !important;
}
.kt-container.kt-container--fit-right {
  padding-right: 0 !important;
}

@media (min-width: 1439px) {
  .kt-container {
    width: 1380px;
    margin: 0 auto;
  }
  .kt-container.kt-container--fluid {
    width: 100%;
    margin: 0;
  }
}
.kt-page--loading * {
  transition: none !important;
}

.kt-page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.kt-page--loading .kt-page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kt-page-loader.kt-page-loader--non-block {
  background: transparent;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
}
.kt-page--loading-non-block .kt-page-loader.kt-page-loader--non-block {
  display: inline-block;
}
.kt-page-loader.kt-page-loader--logo {
  flex-direction: column;
  align-items: center;
}
.kt-page-loader.kt-page-loader--logo img {
  display: block;
}
.kt-page-loader.kt-page-loader--logo .kt-spinner {
  margin-top: 3rem;
}
.kt-page-loader.kt-page-loader--logo .kt-spinner:before {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}
html a,
html button,
body a,
body button {
  outline: none !important;
}

body {
  display: flex;
  flex-direction: column;
  color: #575962;
}

router-outlet {
  display: none;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* Customize website's scrollbar like Mac OS */
/* 
::-webkit-scrollbar {
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track:hover {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
}

::-webkit-scrollbar-thumb {
    transition: all 0.3s ease;
    background-color:#c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
    transition: all 0.3s ease;
    background-color: darken(#c1c1c1, 3%);
}
*/
/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}
.kt-animate-fade-in-up {
  animation: kt-animate-fade-in-up 0.5s;
}

.kt-animate-fade-out {
  animation: kt-animate-fade-out 0.5s;
}

.kt-animate-fade-in {
  animation: kt-animate-fade-in 0.5s;
}

.kt-animate-blink {
  animation: kt-animate-blink 1s step-start 0s infinite;
  animation-fill-mode: initial;
}

.kt-animate-shake {
  animation: kt-animate-shake 0.1s ease-in 0.1s infinite alternate;
  animation-fill-mode: initial;
}

.kt-animate-pause {
  animation-play-state: paused;
}

.kt-notransition {
  transition: none !important;
}

@keyframes kt-animate-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes kt-animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kt-animate-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes kt-animate-fade-out-up {
  from {
    opacity: 1;
    transform: translateY(15px);
  }
  to {
    opacity: 0;
    transform: translateY(0px);
  }
}
@keyframes kt-animate-blink {
  50% {
    opacity: 0;
  }
}
@keyframes kt-animate-shake {
  from {
    transform: rotate(13deg);
  }
  to {
    -webkit-transform-origin: center center;
    transform: rotate(-13deg);
  }
}
.kt-margin-0 {
  margin: 0px !important;
}

.kt-margin-t-0 {
  margin-top: 0px !important;
}

.kt-margin-b-0 {
  margin-bottom: 0px !important;
}

.kt-margin-l-0 {
  margin-left: 0px !important;
}

.kt-margin-r-0 {
  margin-right: 0px !important;
}

.kt-padding-0 {
  padding: 0px !important;
}

.kt-padding-t-0 {
  padding-top: 0px !important;
}

.kt-padding-b-0 {
  padding-bottom: 0px !important;
}

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

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

.kt-m0 {
  margin: 0px !important;
}

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

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

.kt-ml-0 {
  margin-left: 0px !important;
}

.kt-mr-0 {
  margin-right: 0px !important;
}

.kt-p0 {
  padding: 0px !important;
}

.kt-pt0 {
  padding-top: 0px !important;
}

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

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

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

.kt-margin-5 {
  margin: 5px !important;
}

.kt-margin-t-5 {
  margin-top: 5px !important;
}

.kt-margin-b-5 {
  margin-bottom: 5px !important;
}

.kt-margin-l-5 {
  margin-left: 5px !important;
}

.kt-margin-r-5 {
  margin-right: 5px !important;
}

.kt-padding-5 {
  padding: 5px !important;
}

.kt-padding-t-5 {
  padding-top: 5px !important;
}

.kt-padding-b-5 {
  padding-bottom: 5px !important;
}

.kt-padding-l-5 {
  padding-left: 5px !important;
}

.kt-padding-r-5 {
  padding-right: 5px !important;
}

.kt-m5 {
  margin: 5px !important;
}

.kt-mt-5 {
  margin-top: 5px !important;
}

.kt-mb-5 {
  margin-bottom: 5px !important;
}

.kt-ml-5 {
  margin-left: 5px !important;
}

.kt-mr-5 {
  margin-right: 5px !important;
}

.kt-p5 {
  padding: 5px !important;
}

.kt-pt5 {
  padding-top: 5px !important;
}

.kt-pb-5 {
  padding-bottom: 5px !important;
}

.kt-pl5 {
  padding-left: 5px !important;
}

.kt-pr5 {
  padding-right: 5px !important;
}

.kt-margin-10 {
  margin: 10px !important;
}

.kt-margin-t-10 {
  margin-top: 10px !important;
}

.kt-margin-b-10 {
  margin-bottom: 10px !important;
}

.kt-margin-l-10 {
  margin-left: 10px !important;
}

.kt-margin-r-10 {
  margin-right: 10px !important;
}

.kt-padding-10 {
  padding: 10px !important;
}

.kt-padding-t-10 {
  padding-top: 10px !important;
}

.kt-padding-b-10 {
  padding-bottom: 10px !important;
}

.kt-padding-l-10 {
  padding-left: 10px !important;
}

.kt-padding-r-10 {
  padding-right: 10px !important;
}

.kt-m10 {
  margin: 10px !important;
}

.kt-mt-10 {
  margin-top: 10px !important;
}

.kt-mb-10 {
  margin-bottom: 10px !important;
}

.kt-ml-10 {
  margin-left: 10px !important;
}

.kt-mr-10 {
  margin-right: 10px !important;
}

.kt-p10 {
  padding: 10px !important;
}

.kt-pt10 {
  padding-top: 10px !important;
}

.kt-pb-10 {
  padding-bottom: 10px !important;
}

.kt-pl10 {
  padding-left: 10px !important;
}

.kt-pr10 {
  padding-right: 10px !important;
}

.kt-margin-15 {
  margin: 15px !important;
}

.kt-margin-t-15 {
  margin-top: 15px !important;
}

.kt-margin-b-15 {
  margin-bottom: 15px !important;
}

.kt-margin-l-15 {
  margin-left: 15px !important;
}

.kt-margin-r-15 {
  margin-right: 15px !important;
}

.kt-padding-15 {
  padding: 15px !important;
}

.kt-padding-t-15 {
  padding-top: 15px !important;
}

.kt-padding-b-15 {
  padding-bottom: 15px !important;
}

.kt-padding-l-15 {
  padding-left: 15px !important;
}

.kt-padding-r-15 {
  padding-right: 15px !important;
}

.kt-m15 {
  margin: 15px !important;
}

.kt-mt-15 {
  margin-top: 15px !important;
}

.kt-mb-15 {
  margin-bottom: 15px !important;
}

.kt-ml-15 {
  margin-left: 15px !important;
}

.kt-mr-15 {
  margin-right: 15px !important;
}

.kt-p15 {
  padding: 15px !important;
}

.kt-pt15 {
  padding-top: 15px !important;
}

.kt-pb-15 {
  padding-bottom: 15px !important;
}

.kt-pl15 {
  padding-left: 15px !important;
}

.kt-pr15 {
  padding-right: 15px !important;
}

.kt-margin-20 {
  margin: 20px !important;
}

.kt-margin-t-20 {
  margin-top: 20px !important;
}

.kt-margin-b-20 {
  margin-bottom: 20px !important;
}

.kt-margin-l-20 {
  margin-left: 20px !important;
}

.kt-margin-r-20 {
  margin-right: 20px !important;
}

.kt-padding-20 {
  padding: 20px !important;
}

.kt-padding-t-20 {
  padding-top: 20px !important;
}

.kt-padding-b-20 {
  padding-bottom: 20px !important;
}

.kt-padding-l-20 {
  padding-left: 20px !important;
}

.kt-padding-r-20 {
  padding-right: 20px !important;
}

.kt-m20 {
  margin: 20px !important;
}

.kt-mt-20 {
  margin-top: 20px !important;
}

.kt-mb-20 {
  margin-bottom: 20px !important;
}

.kt-ml-20 {
  margin-left: 20px !important;
}

.kt-mr-20 {
  margin-right: 20px !important;
}

.kt-p20 {
  padding: 20px !important;
}

.kt-pt20 {
  padding-top: 20px !important;
}

.kt-pb-20 {
  padding-bottom: 20px !important;
}

.kt-pl20 {
  padding-left: 20px !important;
}

.kt-pr20 {
  padding-right: 20px !important;
}

.kt-margin-25 {
  margin: 25px !important;
}

.kt-margin-t-25 {
  margin-top: 25px !important;
}

.kt-margin-b-25 {
  margin-bottom: 25px !important;
}

.kt-margin-l-25 {
  margin-left: 25px !important;
}

.kt-margin-r-25 {
  margin-right: 25px !important;
}

.kt-padding-25 {
  padding: 25px !important;
}

.kt-padding-t-25 {
  padding-top: 25px !important;
}

.kt-padding-b-25 {
  padding-bottom: 25px !important;
}

.kt-padding-l-25 {
  padding-left: 25px !important;
}

.kt-padding-r-25 {
  padding-right: 25px !important;
}

.kt-m25 {
  margin: 25px !important;
}

.kt-mt-25 {
  margin-top: 25px !important;
}

.kt-mb-25 {
  margin-bottom: 25px !important;
}

.kt-ml-25 {
  margin-left: 25px !important;
}

.kt-mr-25 {
  margin-right: 25px !important;
}

.kt-p25 {
  padding: 25px !important;
}

.kt-pt25 {
  padding-top: 25px !important;
}

.kt-pb-25 {
  padding-bottom: 25px !important;
}

.kt-pl25 {
  padding-left: 25px !important;
}

.kt-pr25 {
  padding-right: 25px !important;
}

.kt-margin-30 {
  margin: 30px !important;
}

.kt-margin-t-30 {
  margin-top: 30px !important;
}

.kt-margin-b-30 {
  margin-bottom: 30px !important;
}

.kt-margin-l-30 {
  margin-left: 30px !important;
}

.kt-margin-r-30 {
  margin-right: 30px !important;
}

.kt-padding-30 {
  padding: 30px !important;
}

.kt-padding-t-30 {
  padding-top: 30px !important;
}

.kt-padding-b-30 {
  padding-bottom: 30px !important;
}

.kt-padding-l-30 {
  padding-left: 30px !important;
}

.kt-padding-r-30 {
  padding-right: 30px !important;
}

.kt-m30 {
  margin: 30px !important;
}

.kt-mt-30 {
  margin-top: 30px !important;
}

.kt-mb-30 {
  margin-bottom: 30px !important;
}

.kt-ml-30 {
  margin-left: 30px !important;
}

.kt-mr-30 {
  margin-right: 30px !important;
}

.kt-p30 {
  padding: 30px !important;
}

.kt-pt30 {
  padding-top: 30px !important;
}

.kt-pb-30 {
  padding-bottom: 30px !important;
}

.kt-pl30 {
  padding-left: 30px !important;
}

.kt-pr30 {
  padding-right: 30px !important;
}

.kt-margin-35 {
  margin: 35px !important;
}

.kt-margin-t-35 {
  margin-top: 35px !important;
}

.kt-margin-b-35 {
  margin-bottom: 35px !important;
}

.kt-margin-l-35 {
  margin-left: 35px !important;
}

.kt-margin-r-35 {
  margin-right: 35px !important;
}

.kt-padding-35 {
  padding: 35px !important;
}

.kt-padding-t-35 {
  padding-top: 35px !important;
}

.kt-padding-b-35 {
  padding-bottom: 35px !important;
}

.kt-padding-l-35 {
  padding-left: 35px !important;
}

.kt-padding-r-35 {
  padding-right: 35px !important;
}

.kt-m35 {
  margin: 35px !important;
}

.kt-mt-35 {
  margin-top: 35px !important;
}

.kt-mb-35 {
  margin-bottom: 35px !important;
}

.kt-ml-35 {
  margin-left: 35px !important;
}

.kt-mr-35 {
  margin-right: 35px !important;
}

.kt-p35 {
  padding: 35px !important;
}

.kt-pt35 {
  padding-top: 35px !important;
}

.kt-pb-35 {
  padding-bottom: 35px !important;
}

.kt-pl35 {
  padding-left: 35px !important;
}

.kt-pr35 {
  padding-right: 35px !important;
}

.kt-margin-40 {
  margin: 40px !important;
}

.kt-margin-t-40 {
  margin-top: 40px !important;
}

.kt-margin-b-40 {
  margin-bottom: 40px !important;
}

.kt-margin-l-40 {
  margin-left: 40px !important;
}

.kt-margin-r-40 {
  margin-right: 40px !important;
}

.kt-padding-40 {
  padding: 40px !important;
}

.kt-padding-t-40 {
  padding-top: 40px !important;
}

.kt-padding-b-40 {
  padding-bottom: 40px !important;
}

.kt-padding-l-40 {
  padding-left: 40px !important;
}

.kt-padding-r-40 {
  padding-right: 40px !important;
}

.kt-m40 {
  margin: 40px !important;
}

.kt-mt-40 {
  margin-top: 40px !important;
}

.kt-mb-40 {
  margin-bottom: 40px !important;
}

.kt-ml-40 {
  margin-left: 40px !important;
}

.kt-mr-40 {
  margin-right: 40px !important;
}

.kt-p40 {
  padding: 40px !important;
}

.kt-pt40 {
  padding-top: 40px !important;
}

.kt-pb-40 {
  padding-bottom: 40px !important;
}

.kt-pl40 {
  padding-left: 40px !important;
}

.kt-pr40 {
  padding-right: 40px !important;
}

.kt-margin-45 {
  margin: 45px !important;
}

.kt-margin-t-45 {
  margin-top: 45px !important;
}

.kt-margin-b-45 {
  margin-bottom: 45px !important;
}

.kt-margin-l-45 {
  margin-left: 45px !important;
}

.kt-margin-r-45 {
  margin-right: 45px !important;
}

.kt-padding-45 {
  padding: 45px !important;
}

.kt-padding-t-45 {
  padding-top: 45px !important;
}

.kt-padding-b-45 {
  padding-bottom: 45px !important;
}

.kt-padding-l-45 {
  padding-left: 45px !important;
}

.kt-padding-r-45 {
  padding-right: 45px !important;
}

.kt-m45 {
  margin: 45px !important;
}

.kt-mt-45 {
  margin-top: 45px !important;
}

.kt-mb-45 {
  margin-bottom: 45px !important;
}

.kt-ml-45 {
  margin-left: 45px !important;
}

.kt-mr-45 {
  margin-right: 45px !important;
}

.kt-p45 {
  padding: 45px !important;
}

.kt-pt45 {
  padding-top: 45px !important;
}

.kt-pb-45 {
  padding-bottom: 45px !important;
}

.kt-pl45 {
  padding-left: 45px !important;
}

.kt-pr45 {
  padding-right: 45px !important;
}

.kt-margin-50 {
  margin: 50px !important;
}

.kt-margin-t-50 {
  margin-top: 50px !important;
}

.kt-margin-b-50 {
  margin-bottom: 50px !important;
}

.kt-margin-l-50 {
  margin-left: 50px !important;
}

.kt-margin-r-50 {
  margin-right: 50px !important;
}

.kt-padding-50 {
  padding: 50px !important;
}

.kt-padding-t-50 {
  padding-top: 50px !important;
}

.kt-padding-b-50 {
  padding-bottom: 50px !important;
}

.kt-padding-l-50 {
  padding-left: 50px !important;
}

.kt-padding-r-50 {
  padding-right: 50px !important;
}

.kt-m50 {
  margin: 50px !important;
}

.kt-mt-50 {
  margin-top: 50px !important;
}

.kt-mb-50 {
  margin-bottom: 50px !important;
}

.kt-ml-50 {
  margin-left: 50px !important;
}

.kt-mr-50 {
  margin-right: 50px !important;
}

.kt-p50 {
  padding: 50px !important;
}

.kt-pt50 {
  padding-top: 50px !important;
}

.kt-pb-50 {
  padding-bottom: 50px !important;
}

.kt-pl50 {
  padding-left: 50px !important;
}

.kt-pr50 {
  padding-right: 50px !important;
}

.kt-margin-55 {
  margin: 55px !important;
}

.kt-margin-t-55 {
  margin-top: 55px !important;
}

.kt-margin-b-55 {
  margin-bottom: 55px !important;
}

.kt-margin-l-55 {
  margin-left: 55px !important;
}

.kt-margin-r-55 {
  margin-right: 55px !important;
}

.kt-padding-55 {
  padding: 55px !important;
}

.kt-padding-t-55 {
  padding-top: 55px !important;
}

.kt-padding-b-55 {
  padding-bottom: 55px !important;
}

.kt-padding-l-55 {
  padding-left: 55px !important;
}

.kt-padding-r-55 {
  padding-right: 55px !important;
}

.kt-m55 {
  margin: 55px !important;
}

.kt-mt-55 {
  margin-top: 55px !important;
}

.kt-mb-55 {
  margin-bottom: 55px !important;
}

.kt-ml-55 {
  margin-left: 55px !important;
}

.kt-mr-55 {
  margin-right: 55px !important;
}

.kt-p55 {
  padding: 55px !important;
}

.kt-pt55 {
  padding-top: 55px !important;
}

.kt-pb-55 {
  padding-bottom: 55px !important;
}

.kt-pl55 {
  padding-left: 55px !important;
}

.kt-pr55 {
  padding-right: 55px !important;
}

.kt-margin-60 {
  margin: 60px !important;
}

.kt-margin-t-60 {
  margin-top: 60px !important;
}

.kt-margin-b-60 {
  margin-bottom: 60px !important;
}

.kt-margin-l-60 {
  margin-left: 60px !important;
}

.kt-margin-r-60 {
  margin-right: 60px !important;
}

.kt-padding-60 {
  padding: 60px !important;
}

.kt-padding-t-60 {
  padding-top: 60px !important;
}

.kt-padding-b-60 {
  padding-bottom: 60px !important;
}

.kt-padding-l-60 {
  padding-left: 60px !important;
}

.kt-padding-r-60 {
  padding-right: 60px !important;
}

.kt-m60 {
  margin: 60px !important;
}

.kt-mt-60 {
  margin-top: 60px !important;
}

.kt-mb-60 {
  margin-bottom: 60px !important;
}

.kt-ml-60 {
  margin-left: 60px !important;
}

.kt-mr-60 {
  margin-right: 60px !important;
}

.kt-p60 {
  padding: 60px !important;
}

.kt-pt60 {
  padding-top: 60px !important;
}

.kt-pb-60 {
  padding-bottom: 60px !important;
}

.kt-pl60 {
  padding-left: 60px !important;
}

.kt-pr60 {
  padding-right: 60px !important;
}

.kt-margin-65 {
  margin: 65px !important;
}

.kt-margin-t-65 {
  margin-top: 65px !important;
}

.kt-margin-b-65 {
  margin-bottom: 65px !important;
}

.kt-margin-l-65 {
  margin-left: 65px !important;
}

.kt-margin-r-65 {
  margin-right: 65px !important;
}

.kt-padding-65 {
  padding: 65px !important;
}

.kt-padding-t-65 {
  padding-top: 65px !important;
}

.kt-padding-b-65 {
  padding-bottom: 65px !important;
}

.kt-padding-l-65 {
  padding-left: 65px !important;
}

.kt-padding-r-65 {
  padding-right: 65px !important;
}

.kt-m65 {
  margin: 65px !important;
}

.kt-mt-65 {
  margin-top: 65px !important;
}

.kt-mb-65 {
  margin-bottom: 65px !important;
}

.kt-ml-65 {
  margin-left: 65px !important;
}

.kt-mr-65 {
  margin-right: 65px !important;
}

.kt-p65 {
  padding: 65px !important;
}

.kt-pt65 {
  padding-top: 65px !important;
}

.kt-pb-65 {
  padding-bottom: 65px !important;
}

.kt-pl65 {
  padding-left: 65px !important;
}

.kt-pr65 {
  padding-right: 65px !important;
}

.kt-margin-70 {
  margin: 70px !important;
}

.kt-margin-t-70 {
  margin-top: 70px !important;
}

.kt-margin-b-70 {
  margin-bottom: 70px !important;
}

.kt-margin-l-70 {
  margin-left: 70px !important;
}

.kt-margin-r-70 {
  margin-right: 70px !important;
}

.kt-padding-70 {
  padding: 70px !important;
}

.kt-padding-t-70 {
  padding-top: 70px !important;
}

.kt-padding-b-70 {
  padding-bottom: 70px !important;
}

.kt-padding-l-70 {
  padding-left: 70px !important;
}

.kt-padding-r-70 {
  padding-right: 70px !important;
}

.kt-m70 {
  margin: 70px !important;
}

.kt-mt-70 {
  margin-top: 70px !important;
}

.kt-mb-70 {
  margin-bottom: 70px !important;
}

.kt-ml-70 {
  margin-left: 70px !important;
}

.kt-mr-70 {
  margin-right: 70px !important;
}

.kt-p70 {
  padding: 70px !important;
}

.kt-pt70 {
  padding-top: 70px !important;
}

.kt-pb-70 {
  padding-bottom: 70px !important;
}

.kt-pl70 {
  padding-left: 70px !important;
}

.kt-pr70 {
  padding-right: 70px !important;
}

.kt-margin-75 {
  margin: 75px !important;
}

.kt-margin-t-75 {
  margin-top: 75px !important;
}

.kt-margin-b-75 {
  margin-bottom: 75px !important;
}

.kt-margin-l-75 {
  margin-left: 75px !important;
}

.kt-margin-r-75 {
  margin-right: 75px !important;
}

.kt-padding-75 {
  padding: 75px !important;
}

.kt-padding-t-75 {
  padding-top: 75px !important;
}

.kt-padding-b-75 {
  padding-bottom: 75px !important;
}

.kt-padding-l-75 {
  padding-left: 75px !important;
}

.kt-padding-r-75 {
  padding-right: 75px !important;
}

.kt-m75 {
  margin: 75px !important;
}

.kt-mt-75 {
  margin-top: 75px !important;
}

.kt-mb-75 {
  margin-bottom: 75px !important;
}

.kt-ml-75 {
  margin-left: 75px !important;
}

.kt-mr-75 {
  margin-right: 75px !important;
}

.kt-p75 {
  padding: 75px !important;
}

.kt-pt75 {
  padding-top: 75px !important;
}

.kt-pb-75 {
  padding-bottom: 75px !important;
}

.kt-pl75 {
  padding-left: 75px !important;
}

.kt-pr75 {
  padding-right: 75px !important;
}

.kt-margin-80 {
  margin: 80px !important;
}

.kt-margin-t-80 {
  margin-top: 80px !important;
}

.kt-margin-b-80 {
  margin-bottom: 80px !important;
}

.kt-margin-l-80 {
  margin-left: 80px !important;
}

.kt-margin-r-80 {
  margin-right: 80px !important;
}

.kt-padding-80 {
  padding: 80px !important;
}

.kt-padding-t-80 {
  padding-top: 80px !important;
}

.kt-padding-b-80 {
  padding-bottom: 80px !important;
}

.kt-padding-l-80 {
  padding-left: 80px !important;
}

.kt-padding-r-80 {
  padding-right: 80px !important;
}

.kt-m80 {
  margin: 80px !important;
}

.kt-mt-80 {
  margin-top: 80px !important;
}

.kt-mb-80 {
  margin-bottom: 80px !important;
}

.kt-ml-80 {
  margin-left: 80px !important;
}

.kt-mr-80 {
  margin-right: 80px !important;
}

.kt-p80 {
  padding: 80px !important;
}

.kt-pt80 {
  padding-top: 80px !important;
}

.kt-pb-80 {
  padding-bottom: 80px !important;
}

.kt-pl80 {
  padding-left: 80px !important;
}

.kt-pr80 {
  padding-right: 80px !important;
}

.kt-margin-85 {
  margin: 85px !important;
}

.kt-margin-t-85 {
  margin-top: 85px !important;
}

.kt-margin-b-85 {
  margin-bottom: 85px !important;
}

.kt-margin-l-85 {
  margin-left: 85px !important;
}

.kt-margin-r-85 {
  margin-right: 85px !important;
}

.kt-padding-85 {
  padding: 85px !important;
}

.kt-padding-t-85 {
  padding-top: 85px !important;
}

.kt-padding-b-85 {
  padding-bottom: 85px !important;
}

.kt-padding-l-85 {
  padding-left: 85px !important;
}

.kt-padding-r-85 {
  padding-right: 85px !important;
}

.kt-m85 {
  margin: 85px !important;
}

.kt-mt-85 {
  margin-top: 85px !important;
}

.kt-mb-85 {
  margin-bottom: 85px !important;
}

.kt-ml-85 {
  margin-left: 85px !important;
}

.kt-mr-85 {
  margin-right: 85px !important;
}

.kt-p85 {
  padding: 85px !important;
}

.kt-pt85 {
  padding-top: 85px !important;
}

.kt-pb-85 {
  padding-bottom: 85px !important;
}

.kt-pl85 {
  padding-left: 85px !important;
}

.kt-pr85 {
  padding-right: 85px !important;
}

.kt-margin-90 {
  margin: 90px !important;
}

.kt-margin-t-90 {
  margin-top: 90px !important;
}

.kt-margin-b-90 {
  margin-bottom: 90px !important;
}

.kt-margin-l-90 {
  margin-left: 90px !important;
}

.kt-margin-r-90 {
  margin-right: 90px !important;
}

.kt-padding-90 {
  padding: 90px !important;
}

.kt-padding-t-90 {
  padding-top: 90px !important;
}

.kt-padding-b-90 {
  padding-bottom: 90px !important;
}

.kt-padding-l-90 {
  padding-left: 90px !important;
}

.kt-padding-r-90 {
  padding-right: 90px !important;
}

.kt-m90 {
  margin: 90px !important;
}

.kt-mt-90 {
  margin-top: 90px !important;
}

.kt-mb-90 {
  margin-bottom: 90px !important;
}

.kt-ml-90 {
  margin-left: 90px !important;
}

.kt-mr-90 {
  margin-right: 90px !important;
}

.kt-p90 {
  padding: 90px !important;
}

.kt-pt90 {
  padding-top: 90px !important;
}

.kt-pb-90 {
  padding-bottom: 90px !important;
}

.kt-pl90 {
  padding-left: 90px !important;
}

.kt-pr90 {
  padding-right: 90px !important;
}

.kt-margin-95 {
  margin: 95px !important;
}

.kt-margin-t-95 {
  margin-top: 95px !important;
}

.kt-margin-b-95 {
  margin-bottom: 95px !important;
}

.kt-margin-l-95 {
  margin-left: 95px !important;
}

.kt-margin-r-95 {
  margin-right: 95px !important;
}

.kt-padding-95 {
  padding: 95px !important;
}

.kt-padding-t-95 {
  padding-top: 95px !important;
}

.kt-padding-b-95 {
  padding-bottom: 95px !important;
}

.kt-padding-l-95 {
  padding-left: 95px !important;
}

.kt-padding-r-95 {
  padding-right: 95px !important;
}

.kt-m95 {
  margin: 95px !important;
}

.kt-mt-95 {
  margin-top: 95px !important;
}

.kt-mb-95 {
  margin-bottom: 95px !important;
}

.kt-ml-95 {
  margin-left: 95px !important;
}

.kt-mr-95 {
  margin-right: 95px !important;
}

.kt-p95 {
  padding: 95px !important;
}

.kt-pt95 {
  padding-top: 95px !important;
}

.kt-pb-95 {
  padding-bottom: 95px !important;
}

.kt-pl95 {
  padding-left: 95px !important;
}

.kt-pr95 {
  padding-right: 95px !important;
}

.kt-margin-100 {
  margin: 100px !important;
}

.kt-margin-t-100 {
  margin-top: 100px !important;
}

.kt-margin-b-100 {
  margin-bottom: 100px !important;
}

.kt-margin-l-100 {
  margin-left: 100px !important;
}

.kt-margin-r-100 {
  margin-right: 100px !important;
}

.kt-padding-100 {
  padding: 100px !important;
}

.kt-padding-t-100 {
  padding-top: 100px !important;
}

.kt-padding-b-100 {
  padding-bottom: 100px !important;
}

.kt-padding-l-100 {
  padding-left: 100px !important;
}

.kt-padding-r-100 {
  padding-right: 100px !important;
}

.kt-m100 {
  margin: 100px !important;
}

.kt-mt-100 {
  margin-top: 100px !important;
}

.kt-mb-100 {
  margin-bottom: 100px !important;
}

.kt-ml-100 {
  margin-left: 100px !important;
}

.kt-mr-100 {
  margin-right: 100px !important;
}

.kt-p100 {
  padding: 100px !important;
}

.kt-pt100 {
  padding-top: 100px !important;
}

.kt-pb-100 {
  padding-bottom: 100px !important;
}

.kt-pl100 {
  padding-left: 100px !important;
}

.kt-pr100 {
  padding-right: 100px !important;
}

@media (min-width: 1025px) {
  .kt-margin-0-desktop {
    margin: 0px !important;
  }
  .kt-margin-t-0-desktop {
    margin-top: 0px !important;
  }
  .kt-margin-b-0-desktop {
    margin-bottom: 0px !important;
  }
  .kt-margin-l-0-desktop {
    margin-left: 0px !important;
  }
  .kt-margin-r-0-desktop {
    margin-right: 0px !important;
  }
  .kt-padding-0-desktop {
    padding: 0px !important;
  }
  .kt-padding-t-0-desktop {
    padding-top: 0px !important;
  }
  .kt-padding-b-0-desktop {
    padding-bottom: 0px !important;
  }
  .kt-padding-l-0-desktop {
    padding-left: 0px !important;
  }
  .kt-padding-r-0-desktop {
    padding-right: 0px !important;
  }
  .kt-m0-desktop {
    margin: 0px !important;
  }
  .kt-mt-0-desktop {
    margin-top: 0px !important;
  }
  .kt-mb-0-desktop {
    margin-bottom: 0px !important;
  }
  .kt-ml-0-desktop {
    margin-left: 0px !important;
  }
  .kt-mr-0-desktop {
    margin-right: 0px !important;
  }
  .kt-p0-desktop {
    padding: 0px !important;
  }
  .kt-pt0-desktop {
    padding-top: 0px !important;
  }
  .kt-pb-0-desktop {
    padding-bottom: 0px !important;
  }
  .kt-pl0-desktop {
    padding-left: 0px !important;
  }
  .kt-pr0-desktop {
    padding-right: 0px !important;
  }
  .kt-margin-5-desktop {
    margin: 5px !important;
  }
  .kt-margin-t-5-desktop {
    margin-top: 5px !important;
  }
  .kt-margin-b-5-desktop {
    margin-bottom: 5px !important;
  }
  .kt-margin-l-5-desktop {
    margin-left: 5px !important;
  }
  .kt-margin-r-5-desktop {
    margin-right: 5px !important;
  }
  .kt-padding-5-desktop {
    padding: 5px !important;
  }
  .kt-padding-t-5-desktop {
    padding-top: 5px !important;
  }
  .kt-padding-b-5-desktop {
    padding-bottom: 5px !important;
  }
  .kt-padding-l-5-desktop {
    padding-left: 5px !important;
  }
  .kt-padding-r-5-desktop {
    padding-right: 5px !important;
  }
  .kt-m5-desktop {
    margin: 5px !important;
  }
  .kt-mt-5-desktop {
    margin-top: 5px !important;
  }
  .kt-mb-5-desktop {
    margin-bottom: 5px !important;
  }
  .kt-ml-5-desktop {
    margin-left: 5px !important;
  }
  .kt-mr-5-desktop {
    margin-right: 5px !important;
  }
  .kt-p5-desktop {
    padding: 5px !important;
  }
  .kt-pt5-desktop {
    padding-top: 5px !important;
  }
  .kt-pb-5-desktop {
    padding-bottom: 5px !important;
  }
  .kt-pl5-desktop {
    padding-left: 5px !important;
  }
  .kt-pr5-desktop {
    padding-right: 5px !important;
  }
  .kt-margin-10-desktop {
    margin: 10px !important;
  }
  .kt-margin-t-10-desktop {
    margin-top: 10px !important;
  }
  .kt-margin-b-10-desktop {
    margin-bottom: 10px !important;
  }
  .kt-margin-l-10-desktop {
    margin-left: 10px !important;
  }
  .kt-margin-r-10-desktop {
    margin-right: 10px !important;
  }
  .kt-padding-10-desktop {
    padding: 10px !important;
  }
  .kt-padding-t-10-desktop {
    padding-top: 10px !important;
  }
  .kt-padding-b-10-desktop {
    padding-bottom: 10px !important;
  }
  .kt-padding-l-10-desktop {
    padding-left: 10px !important;
  }
  .kt-padding-r-10-desktop {
    padding-right: 10px !important;
  }
  .kt-m10-desktop {
    margin: 10px !important;
  }
  .kt-mt-10-desktop {
    margin-top: 10px !important;
  }
  .kt-mb-10-desktop {
    margin-bottom: 10px !important;
  }
  .kt-ml-10-desktop {
    margin-left: 10px !important;
  }
  .kt-mr-10-desktop {
    margin-right: 10px !important;
  }
  .kt-p10-desktop {
    padding: 10px !important;
  }
  .kt-pt10-desktop {
    padding-top: 10px !important;
  }
  .kt-pb-10-desktop {
    padding-bottom: 10px !important;
  }
  .kt-pl10-desktop {
    padding-left: 10px !important;
  }
  .kt-pr10-desktop {
    padding-right: 10px !important;
  }
  .kt-margin-15-desktop {
    margin: 15px !important;
  }
  .kt-margin-t-15-desktop {
    margin-top: 15px !important;
  }
  .kt-margin-b-15-desktop {
    margin-bottom: 15px !important;
  }
  .kt-margin-l-15-desktop {
    margin-left: 15px !important;
  }
  .kt-margin-r-15-desktop {
    margin-right: 15px !important;
  }
  .kt-padding-15-desktop {
    padding: 15px !important;
  }
  .kt-padding-t-15-desktop {
    padding-top: 15px !important;
  }
  .kt-padding-b-15-desktop {
    padding-bottom: 15px !important;
  }
  .kt-padding-l-15-desktop {
    padding-left: 15px !important;
  }
  .kt-padding-r-15-desktop {
    padding-right: 15px !important;
  }
  .kt-m15-desktop {
    margin: 15px !important;
  }
  .kt-mt-15-desktop {
    margin-top: 15px !important;
  }
  .kt-mb-15-desktop {
    margin-bottom: 15px !important;
  }
  .kt-ml-15-desktop {
    margin-left: 15px !important;
  }
  .kt-mr-15-desktop {
    margin-right: 15px !important;
  }
  .kt-p15-desktop {
    padding: 15px !important;
  }
  .kt-pt15-desktop {
    padding-top: 15px !important;
  }
  .kt-pb-15-desktop {
    padding-bottom: 15px !important;
  }
  .kt-pl15-desktop {
    padding-left: 15px !important;
  }
  .kt-pr15-desktop {
    padding-right: 15px !important;
  }
  .kt-margin-20-desktop {
    margin: 20px !important;
  }
  .kt-margin-t-20-desktop {
    margin-top: 20px !important;
  }
  .kt-margin-b-20-desktop {
    margin-bottom: 20px !important;
  }
  .kt-margin-l-20-desktop {
    margin-left: 20px !important;
  }
  .kt-margin-r-20-desktop {
    margin-right: 20px !important;
  }
  .kt-padding-20-desktop {
    padding: 20px !important;
  }
  .kt-padding-t-20-desktop {
    padding-top: 20px !important;
  }
  .kt-padding-b-20-desktop {
    padding-bottom: 20px !important;
  }
  .kt-padding-l-20-desktop {
    padding-left: 20px !important;
  }
  .kt-padding-r-20-desktop {
    padding-right: 20px !important;
  }
  .kt-m20-desktop {
    margin: 20px !important;
  }
  .kt-mt-20-desktop {
    margin-top: 20px !important;
  }
  .kt-mb-20-desktop {
    margin-bottom: 20px !important;
  }
  .kt-ml-20-desktop {
    margin-left: 20px !important;
  }
  .kt-mr-20-desktop {
    margin-right: 20px !important;
  }
  .kt-p20-desktop {
    padding: 20px !important;
  }
  .kt-pt20-desktop {
    padding-top: 20px !important;
  }
  .kt-pb-20-desktop {
    padding-bottom: 20px !important;
  }
  .kt-pl20-desktop {
    padding-left: 20px !important;
  }
  .kt-pr20-desktop {
    padding-right: 20px !important;
  }
  .kt-margin-25-desktop {
    margin: 25px !important;
  }
  .kt-margin-t-25-desktop {
    margin-top: 25px !important;
  }
  .kt-margin-b-25-desktop {
    margin-bottom: 25px !important;
  }
  .kt-margin-l-25-desktop {
    margin-left: 25px !important;
  }
  .kt-margin-r-25-desktop {
    margin-right: 25px !important;
  }
  .kt-padding-25-desktop {
    padding: 25px !important;
  }
  .kt-padding-t-25-desktop {
    padding-top: 25px !important;
  }
  .kt-padding-b-25-desktop {
    padding-bottom: 25px !important;
  }
  .kt-padding-l-25-desktop {
    padding-left: 25px !important;
  }
  .kt-padding-r-25-desktop {
    padding-right: 25px !important;
  }
  .kt-m25-desktop {
    margin: 25px !important;
  }
  .kt-mt-25-desktop {
    margin-top: 25px !important;
  }
  .kt-mb-25-desktop {
    margin-bottom: 25px !important;
  }
  .kt-ml-25-desktop {
    margin-left: 25px !important;
  }
  .kt-mr-25-desktop {
    margin-right: 25px !important;
  }
  .kt-p25-desktop {
    padding: 25px !important;
  }
  .kt-pt25-desktop {
    padding-top: 25px !important;
  }
  .kt-pb-25-desktop {
    padding-bottom: 25px !important;
  }
  .kt-pl25-desktop {
    padding-left: 25px !important;
  }
  .kt-pr25-desktop {
    padding-right: 25px !important;
  }
  .kt-margin-30-desktop {
    margin: 30px !important;
  }
  .kt-margin-t-30-desktop {
    margin-top: 30px !important;
  }
  .kt-margin-b-30-desktop {
    margin-bottom: 30px !important;
  }
  .kt-margin-l-30-desktop {
    margin-left: 30px !important;
  }
  .kt-margin-r-30-desktop {
    margin-right: 30px !important;
  }
  .kt-padding-30-desktop {
    padding: 30px !important;
  }
  .kt-padding-t-30-desktop {
    padding-top: 30px !important;
  }
  .kt-padding-b-30-desktop {
    padding-bottom: 30px !important;
  }
  .kt-padding-l-30-desktop {
    padding-left: 30px !important;
  }
  .kt-padding-r-30-desktop {
    padding-right: 30px !important;
  }
  .kt-m30-desktop {
    margin: 30px !important;
  }
  .kt-mt-30-desktop {
    margin-top: 30px !important;
  }
  .kt-mb-30-desktop {
    margin-bottom: 30px !important;
  }
  .kt-ml-30-desktop {
    margin-left: 30px !important;
  }
  .kt-mr-30-desktop {
    margin-right: 30px !important;
  }
  .kt-p30-desktop {
    padding: 30px !important;
  }
  .kt-pt30-desktop {
    padding-top: 30px !important;
  }
  .kt-pb-30-desktop {
    padding-bottom: 30px !important;
  }
  .kt-pl30-desktop {
    padding-left: 30px !important;
  }
  .kt-pr30-desktop {
    padding-right: 30px !important;
  }
  .kt-margin-35-desktop {
    margin: 35px !important;
  }
  .kt-margin-t-35-desktop {
    margin-top: 35px !important;
  }
  .kt-margin-b-35-desktop {
    margin-bottom: 35px !important;
  }
  .kt-margin-l-35-desktop {
    margin-left: 35px !important;
  }
  .kt-margin-r-35-desktop {
    margin-right: 35px !important;
  }
  .kt-padding-35-desktop {
    padding: 35px !important;
  }
  .kt-padding-t-35-desktop {
    padding-top: 35px !important;
  }
  .kt-padding-b-35-desktop {
    padding-bottom: 35px !important;
  }
  .kt-padding-l-35-desktop {
    padding-left: 35px !important;
  }
  .kt-padding-r-35-desktop {
    padding-right: 35px !important;
  }
  .kt-m35-desktop {
    margin: 35px !important;
  }
  .kt-mt-35-desktop {
    margin-top: 35px !important;
  }
  .kt-mb-35-desktop {
    margin-bottom: 35px !important;
  }
  .kt-ml-35-desktop {
    margin-left: 35px !important;
  }
  .kt-mr-35-desktop {
    margin-right: 35px !important;
  }
  .kt-p35-desktop {
    padding: 35px !important;
  }
  .kt-pt35-desktop {
    padding-top: 35px !important;
  }
  .kt-pb-35-desktop {
    padding-bottom: 35px !important;
  }
  .kt-pl35-desktop {
    padding-left: 35px !important;
  }
  .kt-pr35-desktop {
    padding-right: 35px !important;
  }
  .kt-margin-40-desktop {
    margin: 40px !important;
  }
  .kt-margin-t-40-desktop {
    margin-top: 40px !important;
  }
  .kt-margin-b-40-desktop {
    margin-bottom: 40px !important;
  }
  .kt-margin-l-40-desktop {
    margin-left: 40px !important;
  }
  .kt-margin-r-40-desktop {
    margin-right: 40px !important;
  }
  .kt-padding-40-desktop {
    padding: 40px !important;
  }
  .kt-padding-t-40-desktop {
    padding-top: 40px !important;
  }
  .kt-padding-b-40-desktop {
    padding-bottom: 40px !important;
  }
  .kt-padding-l-40-desktop {
    padding-left: 40px !important;
  }
  .kt-padding-r-40-desktop {
    padding-right: 40px !important;
  }
  .kt-m40-desktop {
    margin: 40px !important;
  }
  .kt-mt-40-desktop {
    margin-top: 40px !important;
  }
  .kt-mb-40-desktop {
    margin-bottom: 40px !important;
  }
  .kt-ml-40-desktop {
    margin-left: 40px !important;
  }
  .kt-mr-40-desktop {
    margin-right: 40px !important;
  }
  .kt-p40-desktop {
    padding: 40px !important;
  }
  .kt-pt40-desktop {
    padding-top: 40px !important;
  }
  .kt-pb-40-desktop {
    padding-bottom: 40px !important;
  }
  .kt-pl40-desktop {
    padding-left: 40px !important;
  }
  .kt-pr40-desktop {
    padding-right: 40px !important;
  }
  .kt-margin-45-desktop {
    margin: 45px !important;
  }
  .kt-margin-t-45-desktop {
    margin-top: 45px !important;
  }
  .kt-margin-b-45-desktop {
    margin-bottom: 45px !important;
  }
  .kt-margin-l-45-desktop {
    margin-left: 45px !important;
  }
  .kt-margin-r-45-desktop {
    margin-right: 45px !important;
  }
  .kt-padding-45-desktop {
    padding: 45px !important;
  }
  .kt-padding-t-45-desktop {
    padding-top: 45px !important;
  }
  .kt-padding-b-45-desktop {
    padding-bottom: 45px !important;
  }
  .kt-padding-l-45-desktop {
    padding-left: 45px !important;
  }
  .kt-padding-r-45-desktop {
    padding-right: 45px !important;
  }
  .kt-m45-desktop {
    margin: 45px !important;
  }
  .kt-mt-45-desktop {
    margin-top: 45px !important;
  }
  .kt-mb-45-desktop {
    margin-bottom: 45px !important;
  }
  .kt-ml-45-desktop {
    margin-left: 45px !important;
  }
  .kt-mr-45-desktop {
    margin-right: 45px !important;
  }
  .kt-p45-desktop {
    padding: 45px !important;
  }
  .kt-pt45-desktop {
    padding-top: 45px !important;
  }
  .kt-pb-45-desktop {
    padding-bottom: 45px !important;
  }
  .kt-pl45-desktop {
    padding-left: 45px !important;
  }
  .kt-pr45-desktop {
    padding-right: 45px !important;
  }
  .kt-margin-50-desktop {
    margin: 50px !important;
  }
  .kt-margin-t-50-desktop {
    margin-top: 50px !important;
  }
  .kt-margin-b-50-desktop {
    margin-bottom: 50px !important;
  }
  .kt-margin-l-50-desktop {
    margin-left: 50px !important;
  }
  .kt-margin-r-50-desktop {
    margin-right: 50px !important;
  }
  .kt-padding-50-desktop {
    padding: 50px !important;
  }
  .kt-padding-t-50-desktop {
    padding-top: 50px !important;
  }
  .kt-padding-b-50-desktop {
    padding-bottom: 50px !important;
  }
  .kt-padding-l-50-desktop {
    padding-left: 50px !important;
  }
  .kt-padding-r-50-desktop {
    padding-right: 50px !important;
  }
  .kt-m50-desktop {
    margin: 50px !important;
  }
  .kt-mt-50-desktop {
    margin-top: 50px !important;
  }
  .kt-mb-50-desktop {
    margin-bottom: 50px !important;
  }
  .kt-ml-50-desktop {
    margin-left: 50px !important;
  }
  .kt-mr-50-desktop {
    margin-right: 50px !important;
  }
  .kt-p50-desktop {
    padding: 50px !important;
  }
  .kt-pt50-desktop {
    padding-top: 50px !important;
  }
  .kt-pb-50-desktop {
    padding-bottom: 50px !important;
  }
  .kt-pl50-desktop {
    padding-left: 50px !important;
  }
  .kt-pr50-desktop {
    padding-right: 50px !important;
  }
  .kt-margin-55-desktop {
    margin: 55px !important;
  }
  .kt-margin-t-55-desktop {
    margin-top: 55px !important;
  }
  .kt-margin-b-55-desktop {
    margin-bottom: 55px !important;
  }
  .kt-margin-l-55-desktop {
    margin-left: 55px !important;
  }
  .kt-margin-r-55-desktop {
    margin-right: 55px !important;
  }
  .kt-padding-55-desktop {
    padding: 55px !important;
  }
  .kt-padding-t-55-desktop {
    padding-top: 55px !important;
  }
  .kt-padding-b-55-desktop {
    padding-bottom: 55px !important;
  }
  .kt-padding-l-55-desktop {
    padding-left: 55px !important;
  }
  .kt-padding-r-55-desktop {
    padding-right: 55px !important;
  }
  .kt-m55-desktop {
    margin: 55px !important;
  }
  .kt-mt-55-desktop {
    margin-top: 55px !important;
  }
  .kt-mb-55-desktop {
    margin-bottom: 55px !important;
  }
  .kt-ml-55-desktop {
    margin-left: 55px !important;
  }
  .kt-mr-55-desktop {
    margin-right: 55px !important;
  }
  .kt-p55-desktop {
    padding: 55px !important;
  }
  .kt-pt55-desktop {
    padding-top: 55px !important;
  }
  .kt-pb-55-desktop {
    padding-bottom: 55px !important;
  }
  .kt-pl55-desktop {
    padding-left: 55px !important;
  }
  .kt-pr55-desktop {
    padding-right: 55px !important;
  }
  .kt-margin-60-desktop {
    margin: 60px !important;
  }
  .kt-margin-t-60-desktop {
    margin-top: 60px !important;
  }
  .kt-margin-b-60-desktop {
    margin-bottom: 60px !important;
  }
  .kt-margin-l-60-desktop {
    margin-left: 60px !important;
  }
  .kt-margin-r-60-desktop {
    margin-right: 60px !important;
  }
  .kt-padding-60-desktop {
    padding: 60px !important;
  }
  .kt-padding-t-60-desktop {
    padding-top: 60px !important;
  }
  .kt-padding-b-60-desktop {
    padding-bottom: 60px !important;
  }
  .kt-padding-l-60-desktop {
    padding-left: 60px !important;
  }
  .kt-padding-r-60-desktop {
    padding-right: 60px !important;
  }
  .kt-m60-desktop {
    margin: 60px !important;
  }
  .kt-mt-60-desktop {
    margin-top: 60px !important;
  }
  .kt-mb-60-desktop {
    margin-bottom: 60px !important;
  }
  .kt-ml-60-desktop {
    margin-left: 60px !important;
  }
  .kt-mr-60-desktop {
    margin-right: 60px !important;
  }
  .kt-p60-desktop {
    padding: 60px !important;
  }
  .kt-pt60-desktop {
    padding-top: 60px !important;
  }
  .kt-pb-60-desktop {
    padding-bottom: 60px !important;
  }
  .kt-pl60-desktop {
    padding-left: 60px !important;
  }
  .kt-pr60-desktop {
    padding-right: 60px !important;
  }
  .kt-margin-65-desktop {
    margin: 65px !important;
  }
  .kt-margin-t-65-desktop {
    margin-top: 65px !important;
  }
  .kt-margin-b-65-desktop {
    margin-bottom: 65px !important;
  }
  .kt-margin-l-65-desktop {
    margin-left: 65px !important;
  }
  .kt-margin-r-65-desktop {
    margin-right: 65px !important;
  }
  .kt-padding-65-desktop {
    padding: 65px !important;
  }
  .kt-padding-t-65-desktop {
    padding-top: 65px !important;
  }
  .kt-padding-b-65-desktop {
    padding-bottom: 65px !important;
  }
  .kt-padding-l-65-desktop {
    padding-left: 65px !important;
  }
  .kt-padding-r-65-desktop {
    padding-right: 65px !important;
  }
  .kt-m65-desktop {
    margin: 65px !important;
  }
  .kt-mt-65-desktop {
    margin-top: 65px !important;
  }
  .kt-mb-65-desktop {
    margin-bottom: 65px !important;
  }
  .kt-ml-65-desktop {
    margin-left: 65px !important;
  }
  .kt-mr-65-desktop {
    margin-right: 65px !important;
  }
  .kt-p65-desktop {
    padding: 65px !important;
  }
  .kt-pt65-desktop {
    padding-top: 65px !important;
  }
  .kt-pb-65-desktop {
    padding-bottom: 65px !important;
  }
  .kt-pl65-desktop {
    padding-left: 65px !important;
  }
  .kt-pr65-desktop {
    padding-right: 65px !important;
  }
  .kt-margin-70-desktop {
    margin: 70px !important;
  }
  .kt-margin-t-70-desktop {
    margin-top: 70px !important;
  }
  .kt-margin-b-70-desktop {
    margin-bottom: 70px !important;
  }
  .kt-margin-l-70-desktop {
    margin-left: 70px !important;
  }
  .kt-margin-r-70-desktop {
    margin-right: 70px !important;
  }
  .kt-padding-70-desktop {
    padding: 70px !important;
  }
  .kt-padding-t-70-desktop {
    padding-top: 70px !important;
  }
  .kt-padding-b-70-desktop {
    padding-bottom: 70px !important;
  }
  .kt-padding-l-70-desktop {
    padding-left: 70px !important;
  }
  .kt-padding-r-70-desktop {
    padding-right: 70px !important;
  }
  .kt-m70-desktop {
    margin: 70px !important;
  }
  .kt-mt-70-desktop {
    margin-top: 70px !important;
  }
  .kt-mb-70-desktop {
    margin-bottom: 70px !important;
  }
  .kt-ml-70-desktop {
    margin-left: 70px !important;
  }
  .kt-mr-70-desktop {
    margin-right: 70px !important;
  }
  .kt-p70-desktop {
    padding: 70px !important;
  }
  .kt-pt70-desktop {
    padding-top: 70px !important;
  }
  .kt-pb-70-desktop {
    padding-bottom: 70px !important;
  }
  .kt-pl70-desktop {
    padding-left: 70px !important;
  }
  .kt-pr70-desktop {
    padding-right: 70px !important;
  }
  .kt-margin-75-desktop {
    margin: 75px !important;
  }
  .kt-margin-t-75-desktop {
    margin-top: 75px !important;
  }
  .kt-margin-b-75-desktop {
    margin-bottom: 75px !important;
  }
  .kt-margin-l-75-desktop {
    margin-left: 75px !important;
  }
  .kt-margin-r-75-desktop {
    margin-right: 75px !important;
  }
  .kt-padding-75-desktop {
    padding: 75px !important;
  }
  .kt-padding-t-75-desktop {
    padding-top: 75px !important;
  }
  .kt-padding-b-75-desktop {
    padding-bottom: 75px !important;
  }
  .kt-padding-l-75-desktop {
    padding-left: 75px !important;
  }
  .kt-padding-r-75-desktop {
    padding-right: 75px !important;
  }
  .kt-m75-desktop {
    margin: 75px !important;
  }
  .kt-mt-75-desktop {
    margin-top: 75px !important;
  }
  .kt-mb-75-desktop {
    margin-bottom: 75px !important;
  }
  .kt-ml-75-desktop {
    margin-left: 75px !important;
  }
  .kt-mr-75-desktop {
    margin-right: 75px !important;
  }
  .kt-p75-desktop {
    padding: 75px !important;
  }
  .kt-pt75-desktop {
    padding-top: 75px !important;
  }
  .kt-pb-75-desktop {
    padding-bottom: 75px !important;
  }
  .kt-pl75-desktop {
    padding-left: 75px !important;
  }
  .kt-pr75-desktop {
    padding-right: 75px !important;
  }
  .kt-margin-80-desktop {
    margin: 80px !important;
  }
  .kt-margin-t-80-desktop {
    margin-top: 80px !important;
  }
  .kt-margin-b-80-desktop {
    margin-bottom: 80px !important;
  }
  .kt-margin-l-80-desktop {
    margin-left: 80px !important;
  }
  .kt-margin-r-80-desktop {
    margin-right: 80px !important;
  }
  .kt-padding-80-desktop {
    padding: 80px !important;
  }
  .kt-padding-t-80-desktop {
    padding-top: 80px !important;
  }
  .kt-padding-b-80-desktop {
    padding-bottom: 80px !important;
  }
  .kt-padding-l-80-desktop {
    padding-left: 80px !important;
  }
  .kt-padding-r-80-desktop {
    padding-right: 80px !important;
  }
  .kt-m80-desktop {
    margin: 80px !important;
  }
  .kt-mt-80-desktop {
    margin-top: 80px !important;
  }
  .kt-mb-80-desktop {
    margin-bottom: 80px !important;
  }
  .kt-ml-80-desktop {
    margin-left: 80px !important;
  }
  .kt-mr-80-desktop {
    margin-right: 80px !important;
  }
  .kt-p80-desktop {
    padding: 80px !important;
  }
  .kt-pt80-desktop {
    padding-top: 80px !important;
  }
  .kt-pb-80-desktop {
    padding-bottom: 80px !important;
  }
  .kt-pl80-desktop {
    padding-left: 80px !important;
  }
  .kt-pr80-desktop {
    padding-right: 80px !important;
  }
  .kt-margin-85-desktop {
    margin: 85px !important;
  }
  .kt-margin-t-85-desktop {
    margin-top: 85px !important;
  }
  .kt-margin-b-85-desktop {
    margin-bottom: 85px !important;
  }
  .kt-margin-l-85-desktop {
    margin-left: 85px !important;
  }
  .kt-margin-r-85-desktop {
    margin-right: 85px !important;
  }
  .kt-padding-85-desktop {
    padding: 85px !important;
  }
  .kt-padding-t-85-desktop {
    padding-top: 85px !important;
  }
  .kt-padding-b-85-desktop {
    padding-bottom: 85px !important;
  }
  .kt-padding-l-85-desktop {
    padding-left: 85px !important;
  }
  .kt-padding-r-85-desktop {
    padding-right: 85px !important;
  }
  .kt-m85-desktop {
    margin: 85px !important;
  }
  .kt-mt-85-desktop {
    margin-top: 85px !important;
  }
  .kt-mb-85-desktop {
    margin-bottom: 85px !important;
  }
  .kt-ml-85-desktop {
    margin-left: 85px !important;
  }
  .kt-mr-85-desktop {
    margin-right: 85px !important;
  }
  .kt-p85-desktop {
    padding: 85px !important;
  }
  .kt-pt85-desktop {
    padding-top: 85px !important;
  }
  .kt-pb-85-desktop {
    padding-bottom: 85px !important;
  }
  .kt-pl85-desktop {
    padding-left: 85px !important;
  }
  .kt-pr85-desktop {
    padding-right: 85px !important;
  }
  .kt-margin-90-desktop {
    margin: 90px !important;
  }
  .kt-margin-t-90-desktop {
    margin-top: 90px !important;
  }
  .kt-margin-b-90-desktop {
    margin-bottom: 90px !important;
  }
  .kt-margin-l-90-desktop {
    margin-left: 90px !important;
  }
  .kt-margin-r-90-desktop {
    margin-right: 90px !important;
  }
  .kt-padding-90-desktop {
    padding: 90px !important;
  }
  .kt-padding-t-90-desktop {
    padding-top: 90px !important;
  }
  .kt-padding-b-90-desktop {
    padding-bottom: 90px !important;
  }
  .kt-padding-l-90-desktop {
    padding-left: 90px !important;
  }
  .kt-padding-r-90-desktop {
    padding-right: 90px !important;
  }
  .kt-m90-desktop {
    margin: 90px !important;
  }
  .kt-mt-90-desktop {
    margin-top: 90px !important;
  }
  .kt-mb-90-desktop {
    margin-bottom: 90px !important;
  }
  .kt-ml-90-desktop {
    margin-left: 90px !important;
  }
  .kt-mr-90-desktop {
    margin-right: 90px !important;
  }
  .kt-p90-desktop {
    padding: 90px !important;
  }
  .kt-pt90-desktop {
    padding-top: 90px !important;
  }
  .kt-pb-90-desktop {
    padding-bottom: 90px !important;
  }
  .kt-pl90-desktop {
    padding-left: 90px !important;
  }
  .kt-pr90-desktop {
    padding-right: 90px !important;
  }
  .kt-margin-95-desktop {
    margin: 95px !important;
  }
  .kt-margin-t-95-desktop {
    margin-top: 95px !important;
  }
  .kt-margin-b-95-desktop {
    margin-bottom: 95px !important;
  }
  .kt-margin-l-95-desktop {
    margin-left: 95px !important;
  }
  .kt-margin-r-95-desktop {
    margin-right: 95px !important;
  }
  .kt-padding-95-desktop {
    padding: 95px !important;
  }
  .kt-padding-t-95-desktop {
    padding-top: 95px !important;
  }
  .kt-padding-b-95-desktop {
    padding-bottom: 95px !important;
  }
  .kt-padding-l-95-desktop {
    padding-left: 95px !important;
  }
  .kt-padding-r-95-desktop {
    padding-right: 95px !important;
  }
  .kt-m95-desktop {
    margin: 95px !important;
  }
  .kt-mt-95-desktop {
    margin-top: 95px !important;
  }
  .kt-mb-95-desktop {
    margin-bottom: 95px !important;
  }
  .kt-ml-95-desktop {
    margin-left: 95px !important;
  }
  .kt-mr-95-desktop {
    margin-right: 95px !important;
  }
  .kt-p95-desktop {
    padding: 95px !important;
  }
  .kt-pt95-desktop {
    padding-top: 95px !important;
  }
  .kt-pb-95-desktop {
    padding-bottom: 95px !important;
  }
  .kt-pl95-desktop {
    padding-left: 95px !important;
  }
  .kt-pr95-desktop {
    padding-right: 95px !important;
  }
  .kt-margin-100-desktop {
    margin: 100px !important;
  }
  .kt-margin-t-100-desktop {
    margin-top: 100px !important;
  }
  .kt-margin-b-100-desktop {
    margin-bottom: 100px !important;
  }
  .kt-margin-l-100-desktop {
    margin-left: 100px !important;
  }
  .kt-margin-r-100-desktop {
    margin-right: 100px !important;
  }
  .kt-padding-100-desktop {
    padding: 100px !important;
  }
  .kt-padding-t-100-desktop {
    padding-top: 100px !important;
  }
  .kt-padding-b-100-desktop {
    padding-bottom: 100px !important;
  }
  .kt-padding-l-100-desktop {
    padding-left: 100px !important;
  }
  .kt-padding-r-100-desktop {
    padding-right: 100px !important;
  }
  .kt-m100-desktop {
    margin: 100px !important;
  }
  .kt-mt-100-desktop {
    margin-top: 100px !important;
  }
  .kt-mb-100-desktop {
    margin-bottom: 100px !important;
  }
  .kt-ml-100-desktop {
    margin-left: 100px !important;
  }
  .kt-mr-100-desktop {
    margin-right: 100px !important;
  }
  .kt-p100-desktop {
    padding: 100px !important;
  }
  .kt-pt100-desktop {
    padding-top: 100px !important;
  }
  .kt-pb-100-desktop {
    padding-bottom: 100px !important;
  }
  .kt-pl100-desktop {
    padding-left: 100px !important;
  }
  .kt-pr100-desktop {
    padding-right: 100px !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-margin-0-tablet {
    margin: 0px !important;
  }
  .kt-margin-t-0-tablet {
    margin-top: 0px !important;
  }
  .kt-margin-b-0-tablet {
    margin-bottom: 0px !important;
  }
  .kt-margin-l-0-tablet {
    margin-left: 0px !important;
  }
  .kt-margin-r-0-tablet {
    margin-right: 0px !important;
  }
  .kt-padding-0-tablet {
    padding: 0px !important;
  }
  .kt-padding-t-0-tablet {
    padding-top: 0px !important;
  }
  .kt-padding-b-0-tablet {
    padding-bottom: 0px !important;
  }
  .kt-padding-l-0-tablet {
    padding-left: 0px !important;
  }
  .kt-padding-r-0-tablet {
    padding-right: 0px !important;
  }
  .kt-m0-tablet {
    margin: 0px !important;
  }
  .kt-mt-0-tablet {
    margin-top: 0px !important;
  }
  .kt-mb-0-tablet {
    margin-bottom: 0px !important;
  }
  .kt-ml-0-tablet {
    margin-left: 0px !important;
  }
  .kt-mr-0-tablet {
    margin-right: 0px !important;
  }
  .kt-p0-tablet {
    padding: 0px !important;
  }
  .kt-pt0-tablet {
    padding-top: 0px !important;
  }
  .kt-pb-0-tablet {
    padding-bottom: 0px !important;
  }
  .kt-pl0-tablet {
    padding-left: 0px !important;
  }
  .kt-pr0-tablet {
    padding-right: 0px !important;
  }
  .kt-margin-5-tablet {
    margin: 5px !important;
  }
  .kt-margin-t-5-tablet {
    margin-top: 5px !important;
  }
  .kt-margin-b-5-tablet {
    margin-bottom: 5px !important;
  }
  .kt-margin-l-5-tablet {
    margin-left: 5px !important;
  }
  .kt-margin-r-5-tablet {
    margin-right: 5px !important;
  }
  .kt-padding-5-tablet {
    padding: 5px !important;
  }
  .kt-padding-t-5-tablet {
    padding-top: 5px !important;
  }
  .kt-padding-b-5-tablet {
    padding-bottom: 5px !important;
  }
  .kt-padding-l-5-tablet {
    padding-left: 5px !important;
  }
  .kt-padding-r-5-tablet {
    padding-right: 5px !important;
  }
  .kt-m5-tablet {
    margin: 5px !important;
  }
  .kt-mt-5-tablet {
    margin-top: 5px !important;
  }
  .kt-mb-5-tablet {
    margin-bottom: 5px !important;
  }
  .kt-ml-5-tablet {
    margin-left: 5px !important;
  }
  .kt-mr-5-tablet {
    margin-right: 5px !important;
  }
  .kt-p5-tablet {
    padding: 5px !important;
  }
  .kt-pt5-tablet {
    padding-top: 5px !important;
  }
  .kt-pb-5-tablet {
    padding-bottom: 5px !important;
  }
  .kt-pl5-tablet {
    padding-left: 5px !important;
  }
  .kt-pr5-tablet {
    padding-right: 5px !important;
  }
  .kt-margin-10-tablet {
    margin: 10px !important;
  }
  .kt-margin-t-10-tablet {
    margin-top: 10px !important;
  }
  .kt-margin-b-10-tablet {
    margin-bottom: 10px !important;
  }
  .kt-margin-l-10-tablet {
    margin-left: 10px !important;
  }
  .kt-margin-r-10-tablet {
    margin-right: 10px !important;
  }
  .kt-padding-10-tablet {
    padding: 10px !important;
  }
  .kt-padding-t-10-tablet {
    padding-top: 10px !important;
  }
  .kt-padding-b-10-tablet {
    padding-bottom: 10px !important;
  }
  .kt-padding-l-10-tablet {
    padding-left: 10px !important;
  }
  .kt-padding-r-10-tablet {
    padding-right: 10px !important;
  }
  .kt-m10-tablet {
    margin: 10px !important;
  }
  .kt-mt-10-tablet {
    margin-top: 10px !important;
  }
  .kt-mb-10-tablet {
    margin-bottom: 10px !important;
  }
  .kt-ml-10-tablet {
    margin-left: 10px !important;
  }
  .kt-mr-10-tablet {
    margin-right: 10px !important;
  }
  .kt-p10-tablet {
    padding: 10px !important;
  }
  .kt-pt10-tablet {
    padding-top: 10px !important;
  }
  .kt-pb-10-tablet {
    padding-bottom: 10px !important;
  }
  .kt-pl10-tablet {
    padding-left: 10px !important;
  }
  .kt-pr10-tablet {
    padding-right: 10px !important;
  }
  .kt-margin-15-tablet {
    margin: 15px !important;
  }
  .kt-margin-t-15-tablet {
    margin-top: 15px !important;
  }
  .kt-margin-b-15-tablet {
    margin-bottom: 15px !important;
  }
  .kt-margin-l-15-tablet {
    margin-left: 15px !important;
  }
  .kt-margin-r-15-tablet {
    margin-right: 15px !important;
  }
  .kt-padding-15-tablet {
    padding: 15px !important;
  }
  .kt-padding-t-15-tablet {
    padding-top: 15px !important;
  }
  .kt-padding-b-15-tablet {
    padding-bottom: 15px !important;
  }
  .kt-padding-l-15-tablet {
    padding-left: 15px !important;
  }
  .kt-padding-r-15-tablet {
    padding-right: 15px !important;
  }
  .kt-m15-tablet {
    margin: 15px !important;
  }
  .kt-mt-15-tablet {
    margin-top: 15px !important;
  }
  .kt-mb-15-tablet {
    margin-bottom: 15px !important;
  }
  .kt-ml-15-tablet {
    margin-left: 15px !important;
  }
  .kt-mr-15-tablet {
    margin-right: 15px !important;
  }
  .kt-p15-tablet {
    padding: 15px !important;
  }
  .kt-pt15-tablet {
    padding-top: 15px !important;
  }
  .kt-pb-15-tablet {
    padding-bottom: 15px !important;
  }
  .kt-pl15-tablet {
    padding-left: 15px !important;
  }
  .kt-pr15-tablet {
    padding-right: 15px !important;
  }
  .kt-margin-20-tablet {
    margin: 20px !important;
  }
  .kt-margin-t-20-tablet {
    margin-top: 20px !important;
  }
  .kt-margin-b-20-tablet {
    margin-bottom: 20px !important;
  }
  .kt-margin-l-20-tablet {
    margin-left: 20px !important;
  }
  .kt-margin-r-20-tablet {
    margin-right: 20px !important;
  }
  .kt-padding-20-tablet {
    padding: 20px !important;
  }
  .kt-padding-t-20-tablet {
    padding-top: 20px !important;
  }
  .kt-padding-b-20-tablet {
    padding-bottom: 20px !important;
  }
  .kt-padding-l-20-tablet {
    padding-left: 20px !important;
  }
  .kt-padding-r-20-tablet {
    padding-right: 20px !important;
  }
  .kt-m20-tablet {
    margin: 20px !important;
  }
  .kt-mt-20-tablet {
    margin-top: 20px !important;
  }
  .kt-mb-20-tablet {
    margin-bottom: 20px !important;
  }
  .kt-ml-20-tablet {
    margin-left: 20px !important;
  }
  .kt-mr-20-tablet {
    margin-right: 20px !important;
  }
  .kt-p20-tablet {
    padding: 20px !important;
  }
  .kt-pt20-tablet {
    padding-top: 20px !important;
  }
  .kt-pb-20-tablet {
    padding-bottom: 20px !important;
  }
  .kt-pl20-tablet {
    padding-left: 20px !important;
  }
  .kt-pr20-tablet {
    padding-right: 20px !important;
  }
  .kt-margin-25-tablet {
    margin: 25px !important;
  }
  .kt-margin-t-25-tablet {
    margin-top: 25px !important;
  }
  .kt-margin-b-25-tablet {
    margin-bottom: 25px !important;
  }
  .kt-margin-l-25-tablet {
    margin-left: 25px !important;
  }
  .kt-margin-r-25-tablet {
    margin-right: 25px !important;
  }
  .kt-padding-25-tablet {
    padding: 25px !important;
  }
  .kt-padding-t-25-tablet {
    padding-top: 25px !important;
  }
  .kt-padding-b-25-tablet {
    padding-bottom: 25px !important;
  }
  .kt-padding-l-25-tablet {
    padding-left: 25px !important;
  }
  .kt-padding-r-25-tablet {
    padding-right: 25px !important;
  }
  .kt-m25-tablet {
    margin: 25px !important;
  }
  .kt-mt-25-tablet {
    margin-top: 25px !important;
  }
  .kt-mb-25-tablet {
    margin-bottom: 25px !important;
  }
  .kt-ml-25-tablet {
    margin-left: 25px !important;
  }
  .kt-mr-25-tablet {
    margin-right: 25px !important;
  }
  .kt-p25-tablet {
    padding: 25px !important;
  }
  .kt-pt25-tablet {
    padding-top: 25px !important;
  }
  .kt-pb-25-tablet {
    padding-bottom: 25px !important;
  }
  .kt-pl25-tablet {
    padding-left: 25px !important;
  }
  .kt-pr25-tablet {
    padding-right: 25px !important;
  }
  .kt-margin-30-tablet {
    margin: 30px !important;
  }
  .kt-margin-t-30-tablet {
    margin-top: 30px !important;
  }
  .kt-margin-b-30-tablet {
    margin-bottom: 30px !important;
  }
  .kt-margin-l-30-tablet {
    margin-left: 30px !important;
  }
  .kt-margin-r-30-tablet {
    margin-right: 30px !important;
  }
  .kt-padding-30-tablet {
    padding: 30px !important;
  }
  .kt-padding-t-30-tablet {
    padding-top: 30px !important;
  }
  .kt-padding-b-30-tablet {
    padding-bottom: 30px !important;
  }
  .kt-padding-l-30-tablet {
    padding-left: 30px !important;
  }
  .kt-padding-r-30-tablet {
    padding-right: 30px !important;
  }
  .kt-m30-tablet {
    margin: 30px !important;
  }
  .kt-mt-30-tablet {
    margin-top: 30px !important;
  }
  .kt-mb-30-tablet {
    margin-bottom: 30px !important;
  }
  .kt-ml-30-tablet {
    margin-left: 30px !important;
  }
  .kt-mr-30-tablet {
    margin-right: 30px !important;
  }
  .kt-p30-tablet {
    padding: 30px !important;
  }
  .kt-pt30-tablet {
    padding-top: 30px !important;
  }
  .kt-pb-30-tablet {
    padding-bottom: 30px !important;
  }
  .kt-pl30-tablet {
    padding-left: 30px !important;
  }
  .kt-pr30-tablet {
    padding-right: 30px !important;
  }
  .kt-margin-35-tablet {
    margin: 35px !important;
  }
  .kt-margin-t-35-tablet {
    margin-top: 35px !important;
  }
  .kt-margin-b-35-tablet {
    margin-bottom: 35px !important;
  }
  .kt-margin-l-35-tablet {
    margin-left: 35px !important;
  }
  .kt-margin-r-35-tablet {
    margin-right: 35px !important;
  }
  .kt-padding-35-tablet {
    padding: 35px !important;
  }
  .kt-padding-t-35-tablet {
    padding-top: 35px !important;
  }
  .kt-padding-b-35-tablet {
    padding-bottom: 35px !important;
  }
  .kt-padding-l-35-tablet {
    padding-left: 35px !important;
  }
  .kt-padding-r-35-tablet {
    padding-right: 35px !important;
  }
  .kt-m35-tablet {
    margin: 35px !important;
  }
  .kt-mt-35-tablet {
    margin-top: 35px !important;
  }
  .kt-mb-35-tablet {
    margin-bottom: 35px !important;
  }
  .kt-ml-35-tablet {
    margin-left: 35px !important;
  }
  .kt-mr-35-tablet {
    margin-right: 35px !important;
  }
  .kt-p35-tablet {
    padding: 35px !important;
  }
  .kt-pt35-tablet {
    padding-top: 35px !important;
  }
  .kt-pb-35-tablet {
    padding-bottom: 35px !important;
  }
  .kt-pl35-tablet {
    padding-left: 35px !important;
  }
  .kt-pr35-tablet {
    padding-right: 35px !important;
  }
  .kt-margin-40-tablet {
    margin: 40px !important;
  }
  .kt-margin-t-40-tablet {
    margin-top: 40px !important;
  }
  .kt-margin-b-40-tablet {
    margin-bottom: 40px !important;
  }
  .kt-margin-l-40-tablet {
    margin-left: 40px !important;
  }
  .kt-margin-r-40-tablet {
    margin-right: 40px !important;
  }
  .kt-padding-40-tablet {
    padding: 40px !important;
  }
  .kt-padding-t-40-tablet {
    padding-top: 40px !important;
  }
  .kt-padding-b-40-tablet {
    padding-bottom: 40px !important;
  }
  .kt-padding-l-40-tablet {
    padding-left: 40px !important;
  }
  .kt-padding-r-40-tablet {
    padding-right: 40px !important;
  }
  .kt-m40-tablet {
    margin: 40px !important;
  }
  .kt-mt-40-tablet {
    margin-top: 40px !important;
  }
  .kt-mb-40-tablet {
    margin-bottom: 40px !important;
  }
  .kt-ml-40-tablet {
    margin-left: 40px !important;
  }
  .kt-mr-40-tablet {
    margin-right: 40px !important;
  }
  .kt-p40-tablet {
    padding: 40px !important;
  }
  .kt-pt40-tablet {
    padding-top: 40px !important;
  }
  .kt-pb-40-tablet {
    padding-bottom: 40px !important;
  }
  .kt-pl40-tablet {
    padding-left: 40px !important;
  }
  .kt-pr40-tablet {
    padding-right: 40px !important;
  }
  .kt-margin-45-tablet {
    margin: 45px !important;
  }
  .kt-margin-t-45-tablet {
    margin-top: 45px !important;
  }
  .kt-margin-b-45-tablet {
    margin-bottom: 45px !important;
  }
  .kt-margin-l-45-tablet {
    margin-left: 45px !important;
  }
  .kt-margin-r-45-tablet {
    margin-right: 45px !important;
  }
  .kt-padding-45-tablet {
    padding: 45px !important;
  }
  .kt-padding-t-45-tablet {
    padding-top: 45px !important;
  }
  .kt-padding-b-45-tablet {
    padding-bottom: 45px !important;
  }
  .kt-padding-l-45-tablet {
    padding-left: 45px !important;
  }
  .kt-padding-r-45-tablet {
    padding-right: 45px !important;
  }
  .kt-m45-tablet {
    margin: 45px !important;
  }
  .kt-mt-45-tablet {
    margin-top: 45px !important;
  }
  .kt-mb-45-tablet {
    margin-bottom: 45px !important;
  }
  .kt-ml-45-tablet {
    margin-left: 45px !important;
  }
  .kt-mr-45-tablet {
    margin-right: 45px !important;
  }
  .kt-p45-tablet {
    padding: 45px !important;
  }
  .kt-pt45-tablet {
    padding-top: 45px !important;
  }
  .kt-pb-45-tablet {
    padding-bottom: 45px !important;
  }
  .kt-pl45-tablet {
    padding-left: 45px !important;
  }
  .kt-pr45-tablet {
    padding-right: 45px !important;
  }
  .kt-margin-50-tablet {
    margin: 50px !important;
  }
  .kt-margin-t-50-tablet {
    margin-top: 50px !important;
  }
  .kt-margin-b-50-tablet {
    margin-bottom: 50px !important;
  }
  .kt-margin-l-50-tablet {
    margin-left: 50px !important;
  }
  .kt-margin-r-50-tablet {
    margin-right: 50px !important;
  }
  .kt-padding-50-tablet {
    padding: 50px !important;
  }
  .kt-padding-t-50-tablet {
    padding-top: 50px !important;
  }
  .kt-padding-b-50-tablet {
    padding-bottom: 50px !important;
  }
  .kt-padding-l-50-tablet {
    padding-left: 50px !important;
  }
  .kt-padding-r-50-tablet {
    padding-right: 50px !important;
  }
  .kt-m50-tablet {
    margin: 50px !important;
  }
  .kt-mt-50-tablet {
    margin-top: 50px !important;
  }
  .kt-mb-50-tablet {
    margin-bottom: 50px !important;
  }
  .kt-ml-50-tablet {
    margin-left: 50px !important;
  }
  .kt-mr-50-tablet {
    margin-right: 50px !important;
  }
  .kt-p50-tablet {
    padding: 50px !important;
  }
  .kt-pt50-tablet {
    padding-top: 50px !important;
  }
  .kt-pb-50-tablet {
    padding-bottom: 50px !important;
  }
  .kt-pl50-tablet {
    padding-left: 50px !important;
  }
  .kt-pr50-tablet {
    padding-right: 50px !important;
  }
  .kt-margin-55-tablet {
    margin: 55px !important;
  }
  .kt-margin-t-55-tablet {
    margin-top: 55px !important;
  }
  .kt-margin-b-55-tablet {
    margin-bottom: 55px !important;
  }
  .kt-margin-l-55-tablet {
    margin-left: 55px !important;
  }
  .kt-margin-r-55-tablet {
    margin-right: 55px !important;
  }
  .kt-padding-55-tablet {
    padding: 55px !important;
  }
  .kt-padding-t-55-tablet {
    padding-top: 55px !important;
  }
  .kt-padding-b-55-tablet {
    padding-bottom: 55px !important;
  }
  .kt-padding-l-55-tablet {
    padding-left: 55px !important;
  }
  .kt-padding-r-55-tablet {
    padding-right: 55px !important;
  }
  .kt-m55-tablet {
    margin: 55px !important;
  }
  .kt-mt-55-tablet {
    margin-top: 55px !important;
  }
  .kt-mb-55-tablet {
    margin-bottom: 55px !important;
  }
  .kt-ml-55-tablet {
    margin-left: 55px !important;
  }
  .kt-mr-55-tablet {
    margin-right: 55px !important;
  }
  .kt-p55-tablet {
    padding: 55px !important;
  }
  .kt-pt55-tablet {
    padding-top: 55px !important;
  }
  .kt-pb-55-tablet {
    padding-bottom: 55px !important;
  }
  .kt-pl55-tablet {
    padding-left: 55px !important;
  }
  .kt-pr55-tablet {
    padding-right: 55px !important;
  }
  .kt-margin-60-tablet {
    margin: 60px !important;
  }
  .kt-margin-t-60-tablet {
    margin-top: 60px !important;
  }
  .kt-margin-b-60-tablet {
    margin-bottom: 60px !important;
  }
  .kt-margin-l-60-tablet {
    margin-left: 60px !important;
  }
  .kt-margin-r-60-tablet {
    margin-right: 60px !important;
  }
  .kt-padding-60-tablet {
    padding: 60px !important;
  }
  .kt-padding-t-60-tablet {
    padding-top: 60px !important;
  }
  .kt-padding-b-60-tablet {
    padding-bottom: 60px !important;
  }
  .kt-padding-l-60-tablet {
    padding-left: 60px !important;
  }
  .kt-padding-r-60-tablet {
    padding-right: 60px !important;
  }
  .kt-m60-tablet {
    margin: 60px !important;
  }
  .kt-mt-60-tablet {
    margin-top: 60px !important;
  }
  .kt-mb-60-tablet {
    margin-bottom: 60px !important;
  }
  .kt-ml-60-tablet {
    margin-left: 60px !important;
  }
  .kt-mr-60-tablet {
    margin-right: 60px !important;
  }
  .kt-p60-tablet {
    padding: 60px !important;
  }
  .kt-pt60-tablet {
    padding-top: 60px !important;
  }
  .kt-pb-60-tablet {
    padding-bottom: 60px !important;
  }
  .kt-pl60-tablet {
    padding-left: 60px !important;
  }
  .kt-pr60-tablet {
    padding-right: 60px !important;
  }
  .kt-margin-65-tablet {
    margin: 65px !important;
  }
  .kt-margin-t-65-tablet {
    margin-top: 65px !important;
  }
  .kt-margin-b-65-tablet {
    margin-bottom: 65px !important;
  }
  .kt-margin-l-65-tablet {
    margin-left: 65px !important;
  }
  .kt-margin-r-65-tablet {
    margin-right: 65px !important;
  }
  .kt-padding-65-tablet {
    padding: 65px !important;
  }
  .kt-padding-t-65-tablet {
    padding-top: 65px !important;
  }
  .kt-padding-b-65-tablet {
    padding-bottom: 65px !important;
  }
  .kt-padding-l-65-tablet {
    padding-left: 65px !important;
  }
  .kt-padding-r-65-tablet {
    padding-right: 65px !important;
  }
  .kt-m65-tablet {
    margin: 65px !important;
  }
  .kt-mt-65-tablet {
    margin-top: 65px !important;
  }
  .kt-mb-65-tablet {
    margin-bottom: 65px !important;
  }
  .kt-ml-65-tablet {
    margin-left: 65px !important;
  }
  .kt-mr-65-tablet {
    margin-right: 65px !important;
  }
  .kt-p65-tablet {
    padding: 65px !important;
  }
  .kt-pt65-tablet {
    padding-top: 65px !important;
  }
  .kt-pb-65-tablet {
    padding-bottom: 65px !important;
  }
  .kt-pl65-tablet {
    padding-left: 65px !important;
  }
  .kt-pr65-tablet {
    padding-right: 65px !important;
  }
  .kt-margin-70-tablet {
    margin: 70px !important;
  }
  .kt-margin-t-70-tablet {
    margin-top: 70px !important;
  }
  .kt-margin-b-70-tablet {
    margin-bottom: 70px !important;
  }
  .kt-margin-l-70-tablet {
    margin-left: 70px !important;
  }
  .kt-margin-r-70-tablet {
    margin-right: 70px !important;
  }
  .kt-padding-70-tablet {
    padding: 70px !important;
  }
  .kt-padding-t-70-tablet {
    padding-top: 70px !important;
  }
  .kt-padding-b-70-tablet {
    padding-bottom: 70px !important;
  }
  .kt-padding-l-70-tablet {
    padding-left: 70px !important;
  }
  .kt-padding-r-70-tablet {
    padding-right: 70px !important;
  }
  .kt-m70-tablet {
    margin: 70px !important;
  }
  .kt-mt-70-tablet {
    margin-top: 70px !important;
  }
  .kt-mb-70-tablet {
    margin-bottom: 70px !important;
  }
  .kt-ml-70-tablet {
    margin-left: 70px !important;
  }
  .kt-mr-70-tablet {
    margin-right: 70px !important;
  }
  .kt-p70-tablet {
    padding: 70px !important;
  }
  .kt-pt70-tablet {
    padding-top: 70px !important;
  }
  .kt-pb-70-tablet {
    padding-bottom: 70px !important;
  }
  .kt-pl70-tablet {
    padding-left: 70px !important;
  }
  .kt-pr70-tablet {
    padding-right: 70px !important;
  }
  .kt-margin-75-tablet {
    margin: 75px !important;
  }
  .kt-margin-t-75-tablet {
    margin-top: 75px !important;
  }
  .kt-margin-b-75-tablet {
    margin-bottom: 75px !important;
  }
  .kt-margin-l-75-tablet {
    margin-left: 75px !important;
  }
  .kt-margin-r-75-tablet {
    margin-right: 75px !important;
  }
  .kt-padding-75-tablet {
    padding: 75px !important;
  }
  .kt-padding-t-75-tablet {
    padding-top: 75px !important;
  }
  .kt-padding-b-75-tablet {
    padding-bottom: 75px !important;
  }
  .kt-padding-l-75-tablet {
    padding-left: 75px !important;
  }
  .kt-padding-r-75-tablet {
    padding-right: 75px !important;
  }
  .kt-m75-tablet {
    margin: 75px !important;
  }
  .kt-mt-75-tablet {
    margin-top: 75px !important;
  }
  .kt-mb-75-tablet {
    margin-bottom: 75px !important;
  }
  .kt-ml-75-tablet {
    margin-left: 75px !important;
  }
  .kt-mr-75-tablet {
    margin-right: 75px !important;
  }
  .kt-p75-tablet {
    padding: 75px !important;
  }
  .kt-pt75-tablet {
    padding-top: 75px !important;
  }
  .kt-pb-75-tablet {
    padding-bottom: 75px !important;
  }
  .kt-pl75-tablet {
    padding-left: 75px !important;
  }
  .kt-pr75-tablet {
    padding-right: 75px !important;
  }
  .kt-margin-80-tablet {
    margin: 80px !important;
  }
  .kt-margin-t-80-tablet {
    margin-top: 80px !important;
  }
  .kt-margin-b-80-tablet {
    margin-bottom: 80px !important;
  }
  .kt-margin-l-80-tablet {
    margin-left: 80px !important;
  }
  .kt-margin-r-80-tablet {
    margin-right: 80px !important;
  }
  .kt-padding-80-tablet {
    padding: 80px !important;
  }
  .kt-padding-t-80-tablet {
    padding-top: 80px !important;
  }
  .kt-padding-b-80-tablet {
    padding-bottom: 80px !important;
  }
  .kt-padding-l-80-tablet {
    padding-left: 80px !important;
  }
  .kt-padding-r-80-tablet {
    padding-right: 80px !important;
  }
  .kt-m80-tablet {
    margin: 80px !important;
  }
  .kt-mt-80-tablet {
    margin-top: 80px !important;
  }
  .kt-mb-80-tablet {
    margin-bottom: 80px !important;
  }
  .kt-ml-80-tablet {
    margin-left: 80px !important;
  }
  .kt-mr-80-tablet {
    margin-right: 80px !important;
  }
  .kt-p80-tablet {
    padding: 80px !important;
  }
  .kt-pt80-tablet {
    padding-top: 80px !important;
  }
  .kt-pb-80-tablet {
    padding-bottom: 80px !important;
  }
  .kt-pl80-tablet {
    padding-left: 80px !important;
  }
  .kt-pr80-tablet {
    padding-right: 80px !important;
  }
  .kt-margin-85-tablet {
    margin: 85px !important;
  }
  .kt-margin-t-85-tablet {
    margin-top: 85px !important;
  }
  .kt-margin-b-85-tablet {
    margin-bottom: 85px !important;
  }
  .kt-margin-l-85-tablet {
    margin-left: 85px !important;
  }
  .kt-margin-r-85-tablet {
    margin-right: 85px !important;
  }
  .kt-padding-85-tablet {
    padding: 85px !important;
  }
  .kt-padding-t-85-tablet {
    padding-top: 85px !important;
  }
  .kt-padding-b-85-tablet {
    padding-bottom: 85px !important;
  }
  .kt-padding-l-85-tablet {
    padding-left: 85px !important;
  }
  .kt-padding-r-85-tablet {
    padding-right: 85px !important;
  }
  .kt-m85-tablet {
    margin: 85px !important;
  }
  .kt-mt-85-tablet {
    margin-top: 85px !important;
  }
  .kt-mb-85-tablet {
    margin-bottom: 85px !important;
  }
  .kt-ml-85-tablet {
    margin-left: 85px !important;
  }
  .kt-mr-85-tablet {
    margin-right: 85px !important;
  }
  .kt-p85-tablet {
    padding: 85px !important;
  }
  .kt-pt85-tablet {
    padding-top: 85px !important;
  }
  .kt-pb-85-tablet {
    padding-bottom: 85px !important;
  }
  .kt-pl85-tablet {
    padding-left: 85px !important;
  }
  .kt-pr85-tablet {
    padding-right: 85px !important;
  }
  .kt-margin-90-tablet {
    margin: 90px !important;
  }
  .kt-margin-t-90-tablet {
    margin-top: 90px !important;
  }
  .kt-margin-b-90-tablet {
    margin-bottom: 90px !important;
  }
  .kt-margin-l-90-tablet {
    margin-left: 90px !important;
  }
  .kt-margin-r-90-tablet {
    margin-right: 90px !important;
  }
  .kt-padding-90-tablet {
    padding: 90px !important;
  }
  .kt-padding-t-90-tablet {
    padding-top: 90px !important;
  }
  .kt-padding-b-90-tablet {
    padding-bottom: 90px !important;
  }
  .kt-padding-l-90-tablet {
    padding-left: 90px !important;
  }
  .kt-padding-r-90-tablet {
    padding-right: 90px !important;
  }
  .kt-m90-tablet {
    margin: 90px !important;
  }
  .kt-mt-90-tablet {
    margin-top: 90px !important;
  }
  .kt-mb-90-tablet {
    margin-bottom: 90px !important;
  }
  .kt-ml-90-tablet {
    margin-left: 90px !important;
  }
  .kt-mr-90-tablet {
    margin-right: 90px !important;
  }
  .kt-p90-tablet {
    padding: 90px !important;
  }
  .kt-pt90-tablet {
    padding-top: 90px !important;
  }
  .kt-pb-90-tablet {
    padding-bottom: 90px !important;
  }
  .kt-pl90-tablet {
    padding-left: 90px !important;
  }
  .kt-pr90-tablet {
    padding-right: 90px !important;
  }
  .kt-margin-95-tablet {
    margin: 95px !important;
  }
  .kt-margin-t-95-tablet {
    margin-top: 95px !important;
  }
  .kt-margin-b-95-tablet {
    margin-bottom: 95px !important;
  }
  .kt-margin-l-95-tablet {
    margin-left: 95px !important;
  }
  .kt-margin-r-95-tablet {
    margin-right: 95px !important;
  }
  .kt-padding-95-tablet {
    padding: 95px !important;
  }
  .kt-padding-t-95-tablet {
    padding-top: 95px !important;
  }
  .kt-padding-b-95-tablet {
    padding-bottom: 95px !important;
  }
  .kt-padding-l-95-tablet {
    padding-left: 95px !important;
  }
  .kt-padding-r-95-tablet {
    padding-right: 95px !important;
  }
  .kt-m95-tablet {
    margin: 95px !important;
  }
  .kt-mt-95-tablet {
    margin-top: 95px !important;
  }
  .kt-mb-95-tablet {
    margin-bottom: 95px !important;
  }
  .kt-ml-95-tablet {
    margin-left: 95px !important;
  }
  .kt-mr-95-tablet {
    margin-right: 95px !important;
  }
  .kt-p95-tablet {
    padding: 95px !important;
  }
  .kt-pt95-tablet {
    padding-top: 95px !important;
  }
  .kt-pb-95-tablet {
    padding-bottom: 95px !important;
  }
  .kt-pl95-tablet {
    padding-left: 95px !important;
  }
  .kt-pr95-tablet {
    padding-right: 95px !important;
  }
  .kt-margin-100-tablet {
    margin: 100px !important;
  }
  .kt-margin-t-100-tablet {
    margin-top: 100px !important;
  }
  .kt-margin-b-100-tablet {
    margin-bottom: 100px !important;
  }
  .kt-margin-l-100-tablet {
    margin-left: 100px !important;
  }
  .kt-margin-r-100-tablet {
    margin-right: 100px !important;
  }
  .kt-padding-100-tablet {
    padding: 100px !important;
  }
  .kt-padding-t-100-tablet {
    padding-top: 100px !important;
  }
  .kt-padding-b-100-tablet {
    padding-bottom: 100px !important;
  }
  .kt-padding-l-100-tablet {
    padding-left: 100px !important;
  }
  .kt-padding-r-100-tablet {
    padding-right: 100px !important;
  }
  .kt-m100-tablet {
    margin: 100px !important;
  }
  .kt-mt-100-tablet {
    margin-top: 100px !important;
  }
  .kt-mb-100-tablet {
    margin-bottom: 100px !important;
  }
  .kt-ml-100-tablet {
    margin-left: 100px !important;
  }
  .kt-mr-100-tablet {
    margin-right: 100px !important;
  }
  .kt-p100-tablet {
    padding: 100px !important;
  }
  .kt-pt100-tablet {
    padding-top: 100px !important;
  }
  .kt-pb-100-tablet {
    padding-bottom: 100px !important;
  }
  .kt-pl100-tablet {
    padding-left: 100px !important;
  }
  .kt-pr100-tablet {
    padding-right: 100px !important;
  }
}
@media (max-width: 1024px) {
  .kt-margin-0-tablet-and-mobile {
    margin: 0px !important;
  }
  .kt-margin-t-0-tablet-and-mobile {
    margin-top: 0px !important;
  }
  .kt-margin-b-0-tablet-and-mobile {
    margin-bottom: 0px !important;
  }
  .kt-margin-l-0-tablet-and-mobile {
    margin-left: 0px !important;
  }
  .kt-margin-r-0-tablet-and-mobile {
    margin-right: 0px !important;
  }
  .kt-padding-0-tablet-and-mobile {
    padding: 0px !important;
  }
  .kt-padding-t-0-tablet-and-mobile {
    padding-top: 0px !important;
  }
  .kt-padding-b-0-tablet-and-mobile {
    padding-bottom: 0px !important;
  }
  .kt-padding-l-0-tablet-and-mobile {
    padding-left: 0px !important;
  }
  .kt-padding-r-0-tablet-and-mobile {
    padding-right: 0px !important;
  }
  .kt-m0-tablet-and-mobile {
    margin: 0px !important;
  }
  .kt-mt-0-tablet-and-mobile {
    margin-top: 0px !important;
  }
  .kt-mb-0-tablet-and-mobile {
    margin-bottom: 0px !important;
  }
  .kt-ml-0-tablet-and-mobile {
    margin-left: 0px !important;
  }
  .kt-mr-0-tablet-and-mobile {
    margin-right: 0px !important;
  }
  .kt-p0-tablet-and-mobile {
    padding: 0px !important;
  }
  .kt-pt0-tablet-and-mobile {
    padding-top: 0px !important;
  }
  .kt-pb-0-tablet-and-mobile {
    padding-bottom: 0px !important;
  }
  .kt-pl0-tablet-and-mobile {
    padding-left: 0px !important;
  }
  .kt-pr0-tablet-and-mobile {
    padding-right: 0px !important;
  }
  .kt-margin-5-tablet-and-mobile {
    margin: 5px !important;
  }
  .kt-margin-t-5-tablet-and-mobile {
    margin-top: 5px !important;
  }
  .kt-margin-b-5-tablet-and-mobile {
    margin-bottom: 5px !important;
  }
  .kt-margin-l-5-tablet-and-mobile {
    margin-left: 5px !important;
  }
  .kt-margin-r-5-tablet-and-mobile {
    margin-right: 5px !important;
  }
  .kt-padding-5-tablet-and-mobile {
    padding: 5px !important;
  }
  .kt-padding-t-5-tablet-and-mobile {
    padding-top: 5px !important;
  }
  .kt-padding-b-5-tablet-and-mobile {
    padding-bottom: 5px !important;
  }
  .kt-padding-l-5-tablet-and-mobile {
    padding-left: 5px !important;
  }
  .kt-padding-r-5-tablet-and-mobile {
    padding-right: 5px !important;
  }
  .kt-m5-tablet-and-mobile {
    margin: 5px !important;
  }
  .kt-mt-5-tablet-and-mobile {
    margin-top: 5px !important;
  }
  .kt-mb-5-tablet-and-mobile {
    margin-bottom: 5px !important;
  }
  .kt-ml-5-tablet-and-mobile {
    margin-left: 5px !important;
  }
  .kt-mr-5-tablet-and-mobile {
    margin-right: 5px !important;
  }
  .kt-p5-tablet-and-mobile {
    padding: 5px !important;
  }
  .kt-pt5-tablet-and-mobile {
    padding-top: 5px !important;
  }
  .kt-pb-5-tablet-and-mobile {
    padding-bottom: 5px !important;
  }
  .kt-pl5-tablet-and-mobile {
    padding-left: 5px !important;
  }
  .kt-pr5-tablet-and-mobile {
    padding-right: 5px !important;
  }
  .kt-margin-10-tablet-and-mobile {
    margin: 10px !important;
  }
  .kt-margin-t-10-tablet-and-mobile {
    margin-top: 10px !important;
  }
  .kt-margin-b-10-tablet-and-mobile {
    margin-bottom: 10px !important;
  }
  .kt-margin-l-10-tablet-and-mobile {
    margin-left: 10px !important;
  }
  .kt-margin-r-10-tablet-and-mobile {
    margin-right: 10px !important;
  }
  .kt-padding-10-tablet-and-mobile {
    padding: 10px !important;
  }
  .kt-padding-t-10-tablet-and-mobile {
    padding-top: 10px !important;
  }
  .kt-padding-b-10-tablet-and-mobile {
    padding-bottom: 10px !important;
  }
  .kt-padding-l-10-tablet-and-mobile {
    padding-left: 10px !important;
  }
  .kt-padding-r-10-tablet-and-mobile {
    padding-right: 10px !important;
  }
  .kt-m10-tablet-and-mobile {
    margin: 10px !important;
  }
  .kt-mt-10-tablet-and-mobile {
    margin-top: 10px !important;
  }
  .kt-mb-10-tablet-and-mobile {
    margin-bottom: 10px !important;
  }
  .kt-ml-10-tablet-and-mobile {
    margin-left: 10px !important;
  }
  .kt-mr-10-tablet-and-mobile {
    margin-right: 10px !important;
  }
  .kt-p10-tablet-and-mobile {
    padding: 10px !important;
  }
  .kt-pt10-tablet-and-mobile {
    padding-top: 10px !important;
  }
  .kt-pb-10-tablet-and-mobile {
    padding-bottom: 10px !important;
  }
  .kt-pl10-tablet-and-mobile {
    padding-left: 10px !important;
  }
  .kt-pr10-tablet-and-mobile {
    padding-right: 10px !important;
  }
  .kt-margin-15-tablet-and-mobile {
    margin: 15px !important;
  }
  .kt-margin-t-15-tablet-and-mobile {
    margin-top: 15px !important;
  }
  .kt-margin-b-15-tablet-and-mobile {
    margin-bottom: 15px !important;
  }
  .kt-margin-l-15-tablet-and-mobile {
    margin-left: 15px !important;
  }
  .kt-margin-r-15-tablet-and-mobile {
    margin-right: 15px !important;
  }
  .kt-padding-15-tablet-and-mobile {
    padding: 15px !important;
  }
  .kt-padding-t-15-tablet-and-mobile {
    padding-top: 15px !important;
  }
  .kt-padding-b-15-tablet-and-mobile {
    padding-bottom: 15px !important;
  }
  .kt-padding-l-15-tablet-and-mobile {
    padding-left: 15px !important;
  }
  .kt-padding-r-15-tablet-and-mobile {
    padding-right: 15px !important;
  }
  .kt-m15-tablet-and-mobile {
    margin: 15px !important;
  }
  .kt-mt-15-tablet-and-mobile {
    margin-top: 15px !important;
  }
  .kt-mb-15-tablet-and-mobile {
    margin-bottom: 15px !important;
  }
  .kt-ml-15-tablet-and-mobile {
    margin-left: 15px !important;
  }
  .kt-mr-15-tablet-and-mobile {
    margin-right: 15px !important;
  }
  .kt-p15-tablet-and-mobile {
    padding: 15px !important;
  }
  .kt-pt15-tablet-and-mobile {
    padding-top: 15px !important;
  }
  .kt-pb-15-tablet-and-mobile {
    padding-bottom: 15px !important;
  }
  .kt-pl15-tablet-and-mobile {
    padding-left: 15px !important;
  }
  .kt-pr15-tablet-and-mobile {
    padding-right: 15px !important;
  }
  .kt-margin-20-tablet-and-mobile {
    margin: 20px !important;
  }
  .kt-margin-t-20-tablet-and-mobile {
    margin-top: 20px !important;
  }
  .kt-margin-b-20-tablet-and-mobile {
    margin-bottom: 20px !important;
  }
  .kt-margin-l-20-tablet-and-mobile {
    margin-left: 20px !important;
  }
  .kt-margin-r-20-tablet-and-mobile {
    margin-right: 20px !important;
  }
  .kt-padding-20-tablet-and-mobile {
    padding: 20px !important;
  }
  .kt-padding-t-20-tablet-and-mobile {
    padding-top: 20px !important;
  }
  .kt-padding-b-20-tablet-and-mobile {
    padding-bottom: 20px !important;
  }
  .kt-padding-l-20-tablet-and-mobile {
    padding-left: 20px !important;
  }
  .kt-padding-r-20-tablet-and-mobile {
    padding-right: 20px !important;
  }
  .kt-m20-tablet-and-mobile {
    margin: 20px !important;
  }
  .kt-mt-20-tablet-and-mobile {
    margin-top: 20px !important;
  }
  .kt-mb-20-tablet-and-mobile {
    margin-bottom: 20px !important;
  }
  .kt-ml-20-tablet-and-mobile {
    margin-left: 20px !important;
  }
  .kt-mr-20-tablet-and-mobile {
    margin-right: 20px !important;
  }
  .kt-p20-tablet-and-mobile {
    padding: 20px !important;
  }
  .kt-pt20-tablet-and-mobile {
    padding-top: 20px !important;
  }
  .kt-pb-20-tablet-and-mobile {
    padding-bottom: 20px !important;
  }
  .kt-pl20-tablet-and-mobile {
    padding-left: 20px !important;
  }
  .kt-pr20-tablet-and-mobile {
    padding-right: 20px !important;
  }
  .kt-margin-25-tablet-and-mobile {
    margin: 25px !important;
  }
  .kt-margin-t-25-tablet-and-mobile {
    margin-top: 25px !important;
  }
  .kt-margin-b-25-tablet-and-mobile {
    margin-bottom: 25px !important;
  }
  .kt-margin-l-25-tablet-and-mobile {
    margin-left: 25px !important;
  }
  .kt-margin-r-25-tablet-and-mobile {
    margin-right: 25px !important;
  }
  .kt-padding-25-tablet-and-mobile {
    padding: 25px !important;
  }
  .kt-padding-t-25-tablet-and-mobile {
    padding-top: 25px !important;
  }
  .kt-padding-b-25-tablet-and-mobile {
    padding-bottom: 25px !important;
  }
  .kt-padding-l-25-tablet-and-mobile {
    padding-left: 25px !important;
  }
  .kt-padding-r-25-tablet-and-mobile {
    padding-right: 25px !important;
  }
  .kt-m25-tablet-and-mobile {
    margin: 25px !important;
  }
  .kt-mt-25-tablet-and-mobile {
    margin-top: 25px !important;
  }
  .kt-mb-25-tablet-and-mobile {
    margin-bottom: 25px !important;
  }
  .kt-ml-25-tablet-and-mobile {
    margin-left: 25px !important;
  }
  .kt-mr-25-tablet-and-mobile {
    margin-right: 25px !important;
  }
  .kt-p25-tablet-and-mobile {
    padding: 25px !important;
  }
  .kt-pt25-tablet-and-mobile {
    padding-top: 25px !important;
  }
  .kt-pb-25-tablet-and-mobile {
    padding-bottom: 25px !important;
  }
  .kt-pl25-tablet-and-mobile {
    padding-left: 25px !important;
  }
  .kt-pr25-tablet-and-mobile {
    padding-right: 25px !important;
  }
  .kt-margin-30-tablet-and-mobile {
    margin: 30px !important;
  }
  .kt-margin-t-30-tablet-and-mobile {
    margin-top: 30px !important;
  }
  .kt-margin-b-30-tablet-and-mobile {
    margin-bottom: 30px !important;
  }
  .kt-margin-l-30-tablet-and-mobile {
    margin-left: 30px !important;
  }
  .kt-margin-r-30-tablet-and-mobile {
    margin-right: 30px !important;
  }
  .kt-padding-30-tablet-and-mobile {
    padding: 30px !important;
  }
  .kt-padding-t-30-tablet-and-mobile {
    padding-top: 30px !important;
  }
  .kt-padding-b-30-tablet-and-mobile {
    padding-bottom: 30px !important;
  }
  .kt-padding-l-30-tablet-and-mobile {
    padding-left: 30px !important;
  }
  .kt-padding-r-30-tablet-and-mobile {
    padding-right: 30px !important;
  }
  .kt-m30-tablet-and-mobile {
    margin: 30px !important;
  }
  .kt-mt-30-tablet-and-mobile {
    margin-top: 30px !important;
  }
  .kt-mb-30-tablet-and-mobile {
    margin-bottom: 30px !important;
  }
  .kt-ml-30-tablet-and-mobile {
    margin-left: 30px !important;
  }
  .kt-mr-30-tablet-and-mobile {
    margin-right: 30px !important;
  }
  .kt-p30-tablet-and-mobile {
    padding: 30px !important;
  }
  .kt-pt30-tablet-and-mobile {
    padding-top: 30px !important;
  }
  .kt-pb-30-tablet-and-mobile {
    padding-bottom: 30px !important;
  }
  .kt-pl30-tablet-and-mobile {
    padding-left: 30px !important;
  }
  .kt-pr30-tablet-and-mobile {
    padding-right: 30px !important;
  }
  .kt-margin-35-tablet-and-mobile {
    margin: 35px !important;
  }
  .kt-margin-t-35-tablet-and-mobile {
    margin-top: 35px !important;
  }
  .kt-margin-b-35-tablet-and-mobile {
    margin-bottom: 35px !important;
  }
  .kt-margin-l-35-tablet-and-mobile {
    margin-left: 35px !important;
  }
  .kt-margin-r-35-tablet-and-mobile {
    margin-right: 35px !important;
  }
  .kt-padding-35-tablet-and-mobile {
    padding: 35px !important;
  }
  .kt-padding-t-35-tablet-and-mobile {
    padding-top: 35px !important;
  }
  .kt-padding-b-35-tablet-and-mobile {
    padding-bottom: 35px !important;
  }
  .kt-padding-l-35-tablet-and-mobile {
    padding-left: 35px !important;
  }
  .kt-padding-r-35-tablet-and-mobile {
    padding-right: 35px !important;
  }
  .kt-m35-tablet-and-mobile {
    margin: 35px !important;
  }
  .kt-mt-35-tablet-and-mobile {
    margin-top: 35px !important;
  }
  .kt-mb-35-tablet-and-mobile {
    margin-bottom: 35px !important;
  }
  .kt-ml-35-tablet-and-mobile {
    margin-left: 35px !important;
  }
  .kt-mr-35-tablet-and-mobile {
    margin-right: 35px !important;
  }
  .kt-p35-tablet-and-mobile {
    padding: 35px !important;
  }
  .kt-pt35-tablet-and-mobile {
    padding-top: 35px !important;
  }
  .kt-pb-35-tablet-and-mobile {
    padding-bottom: 35px !important;
  }
  .kt-pl35-tablet-and-mobile {
    padding-left: 35px !important;
  }
  .kt-pr35-tablet-and-mobile {
    padding-right: 35px !important;
  }
  .kt-margin-40-tablet-and-mobile {
    margin: 40px !important;
  }
  .kt-margin-t-40-tablet-and-mobile {
    margin-top: 40px !important;
  }
  .kt-margin-b-40-tablet-and-mobile {
    margin-bottom: 40px !important;
  }
  .kt-margin-l-40-tablet-and-mobile {
    margin-left: 40px !important;
  }
  .kt-margin-r-40-tablet-and-mobile {
    margin-right: 40px !important;
  }
  .kt-padding-40-tablet-and-mobile {
    padding: 40px !important;
  }
  .kt-padding-t-40-tablet-and-mobile {
    padding-top: 40px !important;
  }
  .kt-padding-b-40-tablet-and-mobile {
    padding-bottom: 40px !important;
  }
  .kt-padding-l-40-tablet-and-mobile {
    padding-left: 40px !important;
  }
  .kt-padding-r-40-tablet-and-mobile {
    padding-right: 40px !important;
  }
  .kt-m40-tablet-and-mobile {
    margin: 40px !important;
  }
  .kt-mt-40-tablet-and-mobile {
    margin-top: 40px !important;
  }
  .kt-mb-40-tablet-and-mobile {
    margin-bottom: 40px !important;
  }
  .kt-ml-40-tablet-and-mobile {
    margin-left: 40px !important;
  }
  .kt-mr-40-tablet-and-mobile {
    margin-right: 40px !important;
  }
  .kt-p40-tablet-and-mobile {
    padding: 40px !important;
  }
  .kt-pt40-tablet-and-mobile {
    padding-top: 40px !important;
  }
  .kt-pb-40-tablet-and-mobile {
    padding-bottom: 40px !important;
  }
  .kt-pl40-tablet-and-mobile {
    padding-left: 40px !important;
  }
  .kt-pr40-tablet-and-mobile {
    padding-right: 40px !important;
  }
  .kt-margin-45-tablet-and-mobile {
    margin: 45px !important;
  }
  .kt-margin-t-45-tablet-and-mobile {
    margin-top: 45px !important;
  }
  .kt-margin-b-45-tablet-and-mobile {
    margin-bottom: 45px !important;
  }
  .kt-margin-l-45-tablet-and-mobile {
    margin-left: 45px !important;
  }
  .kt-margin-r-45-tablet-and-mobile {
    margin-right: 45px !important;
  }
  .kt-padding-45-tablet-and-mobile {
    padding: 45px !important;
  }
  .kt-padding-t-45-tablet-and-mobile {
    padding-top: 45px !important;
  }
  .kt-padding-b-45-tablet-and-mobile {
    padding-bottom: 45px !important;
  }
  .kt-padding-l-45-tablet-and-mobile {
    padding-left: 45px !important;
  }
  .kt-padding-r-45-tablet-and-mobile {
    padding-right: 45px !important;
  }
  .kt-m45-tablet-and-mobile {
    margin: 45px !important;
  }
  .kt-mt-45-tablet-and-mobile {
    margin-top: 45px !important;
  }
  .kt-mb-45-tablet-and-mobile {
    margin-bottom: 45px !important;
  }
  .kt-ml-45-tablet-and-mobile {
    margin-left: 45px !important;
  }
  .kt-mr-45-tablet-and-mobile {
    margin-right: 45px !important;
  }
  .kt-p45-tablet-and-mobile {
    padding: 45px !important;
  }
  .kt-pt45-tablet-and-mobile {
    padding-top: 45px !important;
  }
  .kt-pb-45-tablet-and-mobile {
    padding-bottom: 45px !important;
  }
  .kt-pl45-tablet-and-mobile {
    padding-left: 45px !important;
  }
  .kt-pr45-tablet-and-mobile {
    padding-right: 45px !important;
  }
  .kt-margin-50-tablet-and-mobile {
    margin: 50px !important;
  }
  .kt-margin-t-50-tablet-and-mobile {
    margin-top: 50px !important;
  }
  .kt-margin-b-50-tablet-and-mobile {
    margin-bottom: 50px !important;
  }
  .kt-margin-l-50-tablet-and-mobile {
    margin-left: 50px !important;
  }
  .kt-margin-r-50-tablet-and-mobile {
    margin-right: 50px !important;
  }
  .kt-padding-50-tablet-and-mobile {
    padding: 50px !important;
  }
  .kt-padding-t-50-tablet-and-mobile {
    padding-top: 50px !important;
  }
  .kt-padding-b-50-tablet-and-mobile {
    padding-bottom: 50px !important;
  }
  .kt-padding-l-50-tablet-and-mobile {
    padding-left: 50px !important;
  }
  .kt-padding-r-50-tablet-and-mobile {
    padding-right: 50px !important;
  }
  .kt-m50-tablet-and-mobile {
    margin: 50px !important;
  }
  .kt-mt-50-tablet-and-mobile {
    margin-top: 50px !important;
  }
  .kt-mb-50-tablet-and-mobile {
    margin-bottom: 50px !important;
  }
  .kt-ml-50-tablet-and-mobile {
    margin-left: 50px !important;
  }
  .kt-mr-50-tablet-and-mobile {
    margin-right: 50px !important;
  }
  .kt-p50-tablet-and-mobile {
    padding: 50px !important;
  }
  .kt-pt50-tablet-and-mobile {
    padding-top: 50px !important;
  }
  .kt-pb-50-tablet-and-mobile {
    padding-bottom: 50px !important;
  }
  .kt-pl50-tablet-and-mobile {
    padding-left: 50px !important;
  }
  .kt-pr50-tablet-and-mobile {
    padding-right: 50px !important;
  }
  .kt-margin-55-tablet-and-mobile {
    margin: 55px !important;
  }
  .kt-margin-t-55-tablet-and-mobile {
    margin-top: 55px !important;
  }
  .kt-margin-b-55-tablet-and-mobile {
    margin-bottom: 55px !important;
  }
  .kt-margin-l-55-tablet-and-mobile {
    margin-left: 55px !important;
  }
  .kt-margin-r-55-tablet-and-mobile {
    margin-right: 55px !important;
  }
  .kt-padding-55-tablet-and-mobile {
    padding: 55px !important;
  }
  .kt-padding-t-55-tablet-and-mobile {
    padding-top: 55px !important;
  }
  .kt-padding-b-55-tablet-and-mobile {
    padding-bottom: 55px !important;
  }
  .kt-padding-l-55-tablet-and-mobile {
    padding-left: 55px !important;
  }
  .kt-padding-r-55-tablet-and-mobile {
    padding-right: 55px !important;
  }
  .kt-m55-tablet-and-mobile {
    margin: 55px !important;
  }
  .kt-mt-55-tablet-and-mobile {
    margin-top: 55px !important;
  }
  .kt-mb-55-tablet-and-mobile {
    margin-bottom: 55px !important;
  }
  .kt-ml-55-tablet-and-mobile {
    margin-left: 55px !important;
  }
  .kt-mr-55-tablet-and-mobile {
    margin-right: 55px !important;
  }
  .kt-p55-tablet-and-mobile {
    padding: 55px !important;
  }
  .kt-pt55-tablet-and-mobile {
    padding-top: 55px !important;
  }
  .kt-pb-55-tablet-and-mobile {
    padding-bottom: 55px !important;
  }
  .kt-pl55-tablet-and-mobile {
    padding-left: 55px !important;
  }
  .kt-pr55-tablet-and-mobile {
    padding-right: 55px !important;
  }
  .kt-margin-60-tablet-and-mobile {
    margin: 60px !important;
  }
  .kt-margin-t-60-tablet-and-mobile {
    margin-top: 60px !important;
  }
  .kt-margin-b-60-tablet-and-mobile {
    margin-bottom: 60px !important;
  }
  .kt-margin-l-60-tablet-and-mobile {
    margin-left: 60px !important;
  }
  .kt-margin-r-60-tablet-and-mobile {
    margin-right: 60px !important;
  }
  .kt-padding-60-tablet-and-mobile {
    padding: 60px !important;
  }
  .kt-padding-t-60-tablet-and-mobile {
    padding-top: 60px !important;
  }
  .kt-padding-b-60-tablet-and-mobile {
    padding-bottom: 60px !important;
  }
  .kt-padding-l-60-tablet-and-mobile {
    padding-left: 60px !important;
  }
  .kt-padding-r-60-tablet-and-mobile {
    padding-right: 60px !important;
  }
  .kt-m60-tablet-and-mobile {
    margin: 60px !important;
  }
  .kt-mt-60-tablet-and-mobile {
    margin-top: 60px !important;
  }
  .kt-mb-60-tablet-and-mobile {
    margin-bottom: 60px !important;
  }
  .kt-ml-60-tablet-and-mobile {
    margin-left: 60px !important;
  }
  .kt-mr-60-tablet-and-mobile {
    margin-right: 60px !important;
  }
  .kt-p60-tablet-and-mobile {
    padding: 60px !important;
  }
  .kt-pt60-tablet-and-mobile {
    padding-top: 60px !important;
  }
  .kt-pb-60-tablet-and-mobile {
    padding-bottom: 60px !important;
  }
  .kt-pl60-tablet-and-mobile {
    padding-left: 60px !important;
  }
  .kt-pr60-tablet-and-mobile {
    padding-right: 60px !important;
  }
  .kt-margin-65-tablet-and-mobile {
    margin: 65px !important;
  }
  .kt-margin-t-65-tablet-and-mobile {
    margin-top: 65px !important;
  }
  .kt-margin-b-65-tablet-and-mobile {
    margin-bottom: 65px !important;
  }
  .kt-margin-l-65-tablet-and-mobile {
    margin-left: 65px !important;
  }
  .kt-margin-r-65-tablet-and-mobile {
    margin-right: 65px !important;
  }
  .kt-padding-65-tablet-and-mobile {
    padding: 65px !important;
  }
  .kt-padding-t-65-tablet-and-mobile {
    padding-top: 65px !important;
  }
  .kt-padding-b-65-tablet-and-mobile {
    padding-bottom: 65px !important;
  }
  .kt-padding-l-65-tablet-and-mobile {
    padding-left: 65px !important;
  }
  .kt-padding-r-65-tablet-and-mobile {
    padding-right: 65px !important;
  }
  .kt-m65-tablet-and-mobile {
    margin: 65px !important;
  }
  .kt-mt-65-tablet-and-mobile {
    margin-top: 65px !important;
  }
  .kt-mb-65-tablet-and-mobile {
    margin-bottom: 65px !important;
  }
  .kt-ml-65-tablet-and-mobile {
    margin-left: 65px !important;
  }
  .kt-mr-65-tablet-and-mobile {
    margin-right: 65px !important;
  }
  .kt-p65-tablet-and-mobile {
    padding: 65px !important;
  }
  .kt-pt65-tablet-and-mobile {
    padding-top: 65px !important;
  }
  .kt-pb-65-tablet-and-mobile {
    padding-bottom: 65px !important;
  }
  .kt-pl65-tablet-and-mobile {
    padding-left: 65px !important;
  }
  .kt-pr65-tablet-and-mobile {
    padding-right: 65px !important;
  }
  .kt-margin-70-tablet-and-mobile {
    margin: 70px !important;
  }
  .kt-margin-t-70-tablet-and-mobile {
    margin-top: 70px !important;
  }
  .kt-margin-b-70-tablet-and-mobile {
    margin-bottom: 70px !important;
  }
  .kt-margin-l-70-tablet-and-mobile {
    margin-left: 70px !important;
  }
  .kt-margin-r-70-tablet-and-mobile {
    margin-right: 70px !important;
  }
  .kt-padding-70-tablet-and-mobile {
    padding: 70px !important;
  }
  .kt-padding-t-70-tablet-and-mobile {
    padding-top: 70px !important;
  }
  .kt-padding-b-70-tablet-and-mobile {
    padding-bottom: 70px !important;
  }
  .kt-padding-l-70-tablet-and-mobile {
    padding-left: 70px !important;
  }
  .kt-padding-r-70-tablet-and-mobile {
    padding-right: 70px !important;
  }
  .kt-m70-tablet-and-mobile {
    margin: 70px !important;
  }
  .kt-mt-70-tablet-and-mobile {
    margin-top: 70px !important;
  }
  .kt-mb-70-tablet-and-mobile {
    margin-bottom: 70px !important;
  }
  .kt-ml-70-tablet-and-mobile {
    margin-left: 70px !important;
  }
  .kt-mr-70-tablet-and-mobile {
    margin-right: 70px !important;
  }
  .kt-p70-tablet-and-mobile {
    padding: 70px !important;
  }
  .kt-pt70-tablet-and-mobile {
    padding-top: 70px !important;
  }
  .kt-pb-70-tablet-and-mobile {
    padding-bottom: 70px !important;
  }
  .kt-pl70-tablet-and-mobile {
    padding-left: 70px !important;
  }
  .kt-pr70-tablet-and-mobile {
    padding-right: 70px !important;
  }
  .kt-margin-75-tablet-and-mobile {
    margin: 75px !important;
  }
  .kt-margin-t-75-tablet-and-mobile {
    margin-top: 75px !important;
  }
  .kt-margin-b-75-tablet-and-mobile {
    margin-bottom: 75px !important;
  }
  .kt-margin-l-75-tablet-and-mobile {
    margin-left: 75px !important;
  }
  .kt-margin-r-75-tablet-and-mobile {
    margin-right: 75px !important;
  }
  .kt-padding-75-tablet-and-mobile {
    padding: 75px !important;
  }
  .kt-padding-t-75-tablet-and-mobile {
    padding-top: 75px !important;
  }
  .kt-padding-b-75-tablet-and-mobile {
    padding-bottom: 75px !important;
  }
  .kt-padding-l-75-tablet-and-mobile {
    padding-left: 75px !important;
  }
  .kt-padding-r-75-tablet-and-mobile {
    padding-right: 75px !important;
  }
  .kt-m75-tablet-and-mobile {
    margin: 75px !important;
  }
  .kt-mt-75-tablet-and-mobile {
    margin-top: 75px !important;
  }
  .kt-mb-75-tablet-and-mobile {
    margin-bottom: 75px !important;
  }
  .kt-ml-75-tablet-and-mobile {
    margin-left: 75px !important;
  }
  .kt-mr-75-tablet-and-mobile {
    margin-right: 75px !important;
  }
  .kt-p75-tablet-and-mobile {
    padding: 75px !important;
  }
  .kt-pt75-tablet-and-mobile {
    padding-top: 75px !important;
  }
  .kt-pb-75-tablet-and-mobile {
    padding-bottom: 75px !important;
  }
  .kt-pl75-tablet-and-mobile {
    padding-left: 75px !important;
  }
  .kt-pr75-tablet-and-mobile {
    padding-right: 75px !important;
  }
  .kt-margin-80-tablet-and-mobile {
    margin: 80px !important;
  }
  .kt-margin-t-80-tablet-and-mobile {
    margin-top: 80px !important;
  }
  .kt-margin-b-80-tablet-and-mobile {
    margin-bottom: 80px !important;
  }
  .kt-margin-l-80-tablet-and-mobile {
    margin-left: 80px !important;
  }
  .kt-margin-r-80-tablet-and-mobile {
    margin-right: 80px !important;
  }
  .kt-padding-80-tablet-and-mobile {
    padding: 80px !important;
  }
  .kt-padding-t-80-tablet-and-mobile {
    padding-top: 80px !important;
  }
  .kt-padding-b-80-tablet-and-mobile {
    padding-bottom: 80px !important;
  }
  .kt-padding-l-80-tablet-and-mobile {
    padding-left: 80px !important;
  }
  .kt-padding-r-80-tablet-and-mobile {
    padding-right: 80px !important;
  }
  .kt-m80-tablet-and-mobile {
    margin: 80px !important;
  }
  .kt-mt-80-tablet-and-mobile {
    margin-top: 80px !important;
  }
  .kt-mb-80-tablet-and-mobile {
    margin-bottom: 80px !important;
  }
  .kt-ml-80-tablet-and-mobile {
    margin-left: 80px !important;
  }
  .kt-mr-80-tablet-and-mobile {
    margin-right: 80px !important;
  }
  .kt-p80-tablet-and-mobile {
    padding: 80px !important;
  }
  .kt-pt80-tablet-and-mobile {
    padding-top: 80px !important;
  }
  .kt-pb-80-tablet-and-mobile {
    padding-bottom: 80px !important;
  }
  .kt-pl80-tablet-and-mobile {
    padding-left: 80px !important;
  }
  .kt-pr80-tablet-and-mobile {
    padding-right: 80px !important;
  }
  .kt-margin-85-tablet-and-mobile {
    margin: 85px !important;
  }
  .kt-margin-t-85-tablet-and-mobile {
    margin-top: 85px !important;
  }
  .kt-margin-b-85-tablet-and-mobile {
    margin-bottom: 85px !important;
  }
  .kt-margin-l-85-tablet-and-mobile {
    margin-left: 85px !important;
  }
  .kt-margin-r-85-tablet-and-mobile {
    margin-right: 85px !important;
  }
  .kt-padding-85-tablet-and-mobile {
    padding: 85px !important;
  }
  .kt-padding-t-85-tablet-and-mobile {
    padding-top: 85px !important;
  }
  .kt-padding-b-85-tablet-and-mobile {
    padding-bottom: 85px !important;
  }
  .kt-padding-l-85-tablet-and-mobile {
    padding-left: 85px !important;
  }
  .kt-padding-r-85-tablet-and-mobile {
    padding-right: 85px !important;
  }
  .kt-m85-tablet-and-mobile {
    margin: 85px !important;
  }
  .kt-mt-85-tablet-and-mobile {
    margin-top: 85px !important;
  }
  .kt-mb-85-tablet-and-mobile {
    margin-bottom: 85px !important;
  }
  .kt-ml-85-tablet-and-mobile {
    margin-left: 85px !important;
  }
  .kt-mr-85-tablet-and-mobile {
    margin-right: 85px !important;
  }
  .kt-p85-tablet-and-mobile {
    padding: 85px !important;
  }
  .kt-pt85-tablet-and-mobile {
    padding-top: 85px !important;
  }
  .kt-pb-85-tablet-and-mobile {
    padding-bottom: 85px !important;
  }
  .kt-pl85-tablet-and-mobile {
    padding-left: 85px !important;
  }
  .kt-pr85-tablet-and-mobile {
    padding-right: 85px !important;
  }
  .kt-margin-90-tablet-and-mobile {
    margin: 90px !important;
  }
  .kt-margin-t-90-tablet-and-mobile {
    margin-top: 90px !important;
  }
  .kt-margin-b-90-tablet-and-mobile {
    margin-bottom: 90px !important;
  }
  .kt-margin-l-90-tablet-and-mobile {
    margin-left: 90px !important;
  }
  .kt-margin-r-90-tablet-and-mobile {
    margin-right: 90px !important;
  }
  .kt-padding-90-tablet-and-mobile {
    padding: 90px !important;
  }
  .kt-padding-t-90-tablet-and-mobile {
    padding-top: 90px !important;
  }
  .kt-padding-b-90-tablet-and-mobile {
    padding-bottom: 90px !important;
  }
  .kt-padding-l-90-tablet-and-mobile {
    padding-left: 90px !important;
  }
  .kt-padding-r-90-tablet-and-mobile {
    padding-right: 90px !important;
  }
  .kt-m90-tablet-and-mobile {
    margin: 90px !important;
  }
  .kt-mt-90-tablet-and-mobile {
    margin-top: 90px !important;
  }
  .kt-mb-90-tablet-and-mobile {
    margin-bottom: 90px !important;
  }
  .kt-ml-90-tablet-and-mobile {
    margin-left: 90px !important;
  }
  .kt-mr-90-tablet-and-mobile {
    margin-right: 90px !important;
  }
  .kt-p90-tablet-and-mobile {
    padding: 90px !important;
  }
  .kt-pt90-tablet-and-mobile {
    padding-top: 90px !important;
  }
  .kt-pb-90-tablet-and-mobile {
    padding-bottom: 90px !important;
  }
  .kt-pl90-tablet-and-mobile {
    padding-left: 90px !important;
  }
  .kt-pr90-tablet-and-mobile {
    padding-right: 90px !important;
  }
  .kt-margin-95-tablet-and-mobile {
    margin: 95px !important;
  }
  .kt-margin-t-95-tablet-and-mobile {
    margin-top: 95px !important;
  }
  .kt-margin-b-95-tablet-and-mobile {
    margin-bottom: 95px !important;
  }
  .kt-margin-l-95-tablet-and-mobile {
    margin-left: 95px !important;
  }
  .kt-margin-r-95-tablet-and-mobile {
    margin-right: 95px !important;
  }
  .kt-padding-95-tablet-and-mobile {
    padding: 95px !important;
  }
  .kt-padding-t-95-tablet-and-mobile {
    padding-top: 95px !important;
  }
  .kt-padding-b-95-tablet-and-mobile {
    padding-bottom: 95px !important;
  }
  .kt-padding-l-95-tablet-and-mobile {
    padding-left: 95px !important;
  }
  .kt-padding-r-95-tablet-and-mobile {
    padding-right: 95px !important;
  }
  .kt-m95-tablet-and-mobile {
    margin: 95px !important;
  }
  .kt-mt-95-tablet-and-mobile {
    margin-top: 95px !important;
  }
  .kt-mb-95-tablet-and-mobile {
    margin-bottom: 95px !important;
  }
  .kt-ml-95-tablet-and-mobile {
    margin-left: 95px !important;
  }
  .kt-mr-95-tablet-and-mobile {
    margin-right: 95px !important;
  }
  .kt-p95-tablet-and-mobile {
    padding: 95px !important;
  }
  .kt-pt95-tablet-and-mobile {
    padding-top: 95px !important;
  }
  .kt-pb-95-tablet-and-mobile {
    padding-bottom: 95px !important;
  }
  .kt-pl95-tablet-and-mobile {
    padding-left: 95px !important;
  }
  .kt-pr95-tablet-and-mobile {
    padding-right: 95px !important;
  }
  .kt-margin-100-tablet-and-mobile {
    margin: 100px !important;
  }
  .kt-margin-t-100-tablet-and-mobile {
    margin-top: 100px !important;
  }
  .kt-margin-b-100-tablet-and-mobile {
    margin-bottom: 100px !important;
  }
  .kt-margin-l-100-tablet-and-mobile {
    margin-left: 100px !important;
  }
  .kt-margin-r-100-tablet-and-mobile {
    margin-right: 100px !important;
  }
  .kt-padding-100-tablet-and-mobile {
    padding: 100px !important;
  }
  .kt-padding-t-100-tablet-and-mobile {
    padding-top: 100px !important;
  }
  .kt-padding-b-100-tablet-and-mobile {
    padding-bottom: 100px !important;
  }
  .kt-padding-l-100-tablet-and-mobile {
    padding-left: 100px !important;
  }
  .kt-padding-r-100-tablet-and-mobile {
    padding-right: 100px !important;
  }
  .kt-m100-tablet-and-mobile {
    margin: 100px !important;
  }
  .kt-mt-100-tablet-and-mobile {
    margin-top: 100px !important;
  }
  .kt-mb-100-tablet-and-mobile {
    margin-bottom: 100px !important;
  }
  .kt-ml-100-tablet-and-mobile {
    margin-left: 100px !important;
  }
  .kt-mr-100-tablet-and-mobile {
    margin-right: 100px !important;
  }
  .kt-p100-tablet-and-mobile {
    padding: 100px !important;
  }
  .kt-pt100-tablet-and-mobile {
    padding-top: 100px !important;
  }
  .kt-pb-100-tablet-and-mobile {
    padding-bottom: 100px !important;
  }
  .kt-pl100-tablet-and-mobile {
    padding-left: 100px !important;
  }
  .kt-pr100-tablet-and-mobile {
    padding-right: 100px !important;
  }
}
@media (max-width: 768px) {
  .kt-margin-0-mobile {
    margin: 0px !important;
  }
  .kt-margin-t-0-mobile {
    margin-top: 0px !important;
  }
  .kt-margin-b-0-mobile {
    margin-bottom: 0px !important;
  }
  .kt-margin-l-0-mobile {
    margin-left: 0px !important;
  }
  .kt-margin-r-0-mobile {
    margin-right: 0px !important;
  }
  .kt-padding-0-mobile {
    padding: 0px !important;
  }
  .kt-padding-t-0-mobile {
    padding-top: 0px !important;
  }
  .kt-padding-b-0-mobile {
    padding-bottom: 0px !important;
  }
  .kt-padding-l-0-mobile {
    padding-left: 0px !important;
  }
  .kt-padding-r-0-mobile {
    padding-right: 0px !important;
  }
  .kt-m0-mobile {
    margin: 0px !important;
  }
  .kt-mt-0-mobile {
    margin-top: 0px !important;
  }
  .kt-mb-0-mobile {
    margin-bottom: 0px !important;
  }
  .kt-ml-0-mobile {
    margin-left: 0px !important;
  }
  .kt-mr-0-mobile {
    margin-right: 0px !important;
  }
  .kt-p0-mobile {
    padding: 0px !important;
  }
  .kt-pt0-mobile {
    padding-top: 0px !important;
  }
  .kt-pb-0-mobile {
    padding-bottom: 0px !important;
  }
  .kt-pl0-mobile {
    padding-left: 0px !important;
  }
  .kt-pr0-mobile {
    padding-right: 0px !important;
  }
  .kt-margin-5-mobile {
    margin: 5px !important;
  }
  .kt-margin-t-5-mobile {
    margin-top: 5px !important;
  }
  .kt-margin-b-5-mobile {
    margin-bottom: 5px !important;
  }
  .kt-margin-l-5-mobile {
    margin-left: 5px !important;
  }
  .kt-margin-r-5-mobile {
    margin-right: 5px !important;
  }
  .kt-padding-5-mobile {
    padding: 5px !important;
  }
  .kt-padding-t-5-mobile {
    padding-top: 5px !important;
  }
  .kt-padding-b-5-mobile {
    padding-bottom: 5px !important;
  }
  .kt-padding-l-5-mobile {
    padding-left: 5px !important;
  }
  .kt-padding-r-5-mobile {
    padding-right: 5px !important;
  }
  .kt-m5-mobile {
    margin: 5px !important;
  }
  .kt-mt-5-mobile {
    margin-top: 5px !important;
  }
  .kt-mb-5-mobile {
    margin-bottom: 5px !important;
  }
  .kt-ml-5-mobile {
    margin-left: 5px !important;
  }
  .kt-mr-5-mobile {
    margin-right: 5px !important;
  }
  .kt-p5-mobile {
    padding: 5px !important;
  }
  .kt-pt5-mobile {
    padding-top: 5px !important;
  }
  .kt-pb-5-mobile {
    padding-bottom: 5px !important;
  }
  .kt-pl5-mobile {
    padding-left: 5px !important;
  }
  .kt-pr5-mobile {
    padding-right: 5px !important;
  }
  .kt-margin-10-mobile {
    margin: 10px !important;
  }
  .kt-margin-t-10-mobile {
    margin-top: 10px !important;
  }
  .kt-margin-b-10-mobile {
    margin-bottom: 10px !important;
  }
  .kt-margin-l-10-mobile {
    margin-left: 10px !important;
  }
  .kt-margin-r-10-mobile {
    margin-right: 10px !important;
  }
  .kt-padding-10-mobile {
    padding: 10px !important;
  }
  .kt-padding-t-10-mobile {
    padding-top: 10px !important;
  }
  .kt-padding-b-10-mobile {
    padding-bottom: 10px !important;
  }
  .kt-padding-l-10-mobile {
    padding-left: 10px !important;
  }
  .kt-padding-r-10-mobile {
    padding-right: 10px !important;
  }
  .kt-m10-mobile {
    margin: 10px !important;
  }
  .kt-mt-10-mobile {
    margin-top: 10px !important;
  }
  .kt-mb-10-mobile {
    margin-bottom: 10px !important;
  }
  .kt-ml-10-mobile {
    margin-left: 10px !important;
  }
  .kt-mr-10-mobile {
    margin-right: 10px !important;
  }
  .kt-p10-mobile {
    padding: 10px !important;
  }
  .kt-pt10-mobile {
    padding-top: 10px !important;
  }
  .kt-pb-10-mobile {
    padding-bottom: 10px !important;
  }
  .kt-pl10-mobile {
    padding-left: 10px !important;
  }
  .kt-pr10-mobile {
    padding-right: 10px !important;
  }
  .kt-margin-15-mobile {
    margin: 15px !important;
  }
  .kt-margin-t-15-mobile {
    margin-top: 15px !important;
  }
  .kt-margin-b-15-mobile {
    margin-bottom: 15px !important;
  }
  .kt-margin-l-15-mobile {
    margin-left: 15px !important;
  }
  .kt-margin-r-15-mobile {
    margin-right: 15px !important;
  }
  .kt-padding-15-mobile {
    padding: 15px !important;
  }
  .kt-padding-t-15-mobile {
    padding-top: 15px !important;
  }
  .kt-padding-b-15-mobile {
    padding-bottom: 15px !important;
  }
  .kt-padding-l-15-mobile {
    padding-left: 15px !important;
  }
  .kt-padding-r-15-mobile {
    padding-right: 15px !important;
  }
  .kt-m15-mobile {
    margin: 15px !important;
  }
  .kt-mt-15-mobile {
    margin-top: 15px !important;
  }
  .kt-mb-15-mobile {
    margin-bottom: 15px !important;
  }
  .kt-ml-15-mobile {
    margin-left: 15px !important;
  }
  .kt-mr-15-mobile {
    margin-right: 15px !important;
  }
  .kt-p15-mobile {
    padding: 15px !important;
  }
  .kt-pt15-mobile {
    padding-top: 15px !important;
  }
  .kt-pb-15-mobile {
    padding-bottom: 15px !important;
  }
  .kt-pl15-mobile {
    padding-left: 15px !important;
  }
  .kt-pr15-mobile {
    padding-right: 15px !important;
  }
  .kt-margin-20-mobile {
    margin: 20px !important;
  }
  .kt-margin-t-20-mobile {
    margin-top: 20px !important;
  }
  .kt-margin-b-20-mobile {
    margin-bottom: 20px !important;
  }
  .kt-margin-l-20-mobile {
    margin-left: 20px !important;
  }
  .kt-margin-r-20-mobile {
    margin-right: 20px !important;
  }
  .kt-padding-20-mobile {
    padding: 20px !important;
  }
  .kt-padding-t-20-mobile {
    padding-top: 20px !important;
  }
  .kt-padding-b-20-mobile {
    padding-bottom: 20px !important;
  }
  .kt-padding-l-20-mobile {
    padding-left: 20px !important;
  }
  .kt-padding-r-20-mobile {
    padding-right: 20px !important;
  }
  .kt-m20-mobile {
    margin: 20px !important;
  }
  .kt-mt-20-mobile {
    margin-top: 20px !important;
  }
  .kt-mb-20-mobile {
    margin-bottom: 20px !important;
  }
  .kt-ml-20-mobile {
    margin-left: 20px !important;
  }
  .kt-mr-20-mobile {
    margin-right: 20px !important;
  }
  .kt-p20-mobile {
    padding: 20px !important;
  }
  .kt-pt20-mobile {
    padding-top: 20px !important;
  }
  .kt-pb-20-mobile {
    padding-bottom: 20px !important;
  }
  .kt-pl20-mobile {
    padding-left: 20px !important;
  }
  .kt-pr20-mobile {
    padding-right: 20px !important;
  }
  .kt-margin-25-mobile {
    margin: 25px !important;
  }
  .kt-margin-t-25-mobile {
    margin-top: 25px !important;
  }
  .kt-margin-b-25-mobile {
    margin-bottom: 25px !important;
  }
  .kt-margin-l-25-mobile {
    margin-left: 25px !important;
  }
  .kt-margin-r-25-mobile {
    margin-right: 25px !important;
  }
  .kt-padding-25-mobile {
    padding: 25px !important;
  }
  .kt-padding-t-25-mobile {
    padding-top: 25px !important;
  }
  .kt-padding-b-25-mobile {
    padding-bottom: 25px !important;
  }
  .kt-padding-l-25-mobile {
    padding-left: 25px !important;
  }
  .kt-padding-r-25-mobile {
    padding-right: 25px !important;
  }
  .kt-m25-mobile {
    margin: 25px !important;
  }
  .kt-mt-25-mobile {
    margin-top: 25px !important;
  }
  .kt-mb-25-mobile {
    margin-bottom: 25px !important;
  }
  .kt-ml-25-mobile {
    margin-left: 25px !important;
  }
  .kt-mr-25-mobile {
    margin-right: 25px !important;
  }
  .kt-p25-mobile {
    padding: 25px !important;
  }
  .kt-pt25-mobile {
    padding-top: 25px !important;
  }
  .kt-pb-25-mobile {
    padding-bottom: 25px !important;
  }
  .kt-pl25-mobile {
    padding-left: 25px !important;
  }
  .kt-pr25-mobile {
    padding-right: 25px !important;
  }
  .kt-margin-30-mobile {
    margin: 30px !important;
  }
  .kt-margin-t-30-mobile {
    margin-top: 30px !important;
  }
  .kt-margin-b-30-mobile {
    margin-bottom: 30px !important;
  }
  .kt-margin-l-30-mobile {
    margin-left: 30px !important;
  }
  .kt-margin-r-30-mobile {
    margin-right: 30px !important;
  }
  .kt-padding-30-mobile {
    padding: 30px !important;
  }
  .kt-padding-t-30-mobile {
    padding-top: 30px !important;
  }
  .kt-padding-b-30-mobile {
    padding-bottom: 30px !important;
  }
  .kt-padding-l-30-mobile {
    padding-left: 30px !important;
  }
  .kt-padding-r-30-mobile {
    padding-right: 30px !important;
  }
  .kt-m30-mobile {
    margin: 30px !important;
  }
  .kt-mt-30-mobile {
    margin-top: 30px !important;
  }
  .kt-mb-30-mobile {
    margin-bottom: 30px !important;
  }
  .kt-ml-30-mobile {
    margin-left: 30px !important;
  }
  .kt-mr-30-mobile {
    margin-right: 30px !important;
  }
  .kt-p30-mobile {
    padding: 30px !important;
  }
  .kt-pt30-mobile {
    padding-top: 30px !important;
  }
  .kt-pb-30-mobile {
    padding-bottom: 30px !important;
  }
  .kt-pl30-mobile {
    padding-left: 30px !important;
  }
  .kt-pr30-mobile {
    padding-right: 30px !important;
  }
  .kt-margin-35-mobile {
    margin: 35px !important;
  }
  .kt-margin-t-35-mobile {
    margin-top: 35px !important;
  }
  .kt-margin-b-35-mobile {
    margin-bottom: 35px !important;
  }
  .kt-margin-l-35-mobile {
    margin-left: 35px !important;
  }
  .kt-margin-r-35-mobile {
    margin-right: 35px !important;
  }
  .kt-padding-35-mobile {
    padding: 35px !important;
  }
  .kt-padding-t-35-mobile {
    padding-top: 35px !important;
  }
  .kt-padding-b-35-mobile {
    padding-bottom: 35px !important;
  }
  .kt-padding-l-35-mobile {
    padding-left: 35px !important;
  }
  .kt-padding-r-35-mobile {
    padding-right: 35px !important;
  }
  .kt-m35-mobile {
    margin: 35px !important;
  }
  .kt-mt-35-mobile {
    margin-top: 35px !important;
  }
  .kt-mb-35-mobile {
    margin-bottom: 35px !important;
  }
  .kt-ml-35-mobile {
    margin-left: 35px !important;
  }
  .kt-mr-35-mobile {
    margin-right: 35px !important;
  }
  .kt-p35-mobile {
    padding: 35px !important;
  }
  .kt-pt35-mobile {
    padding-top: 35px !important;
  }
  .kt-pb-35-mobile {
    padding-bottom: 35px !important;
  }
  .kt-pl35-mobile {
    padding-left: 35px !important;
  }
  .kt-pr35-mobile {
    padding-right: 35px !important;
  }
  .kt-margin-40-mobile {
    margin: 40px !important;
  }
  .kt-margin-t-40-mobile {
    margin-top: 40px !important;
  }
  .kt-margin-b-40-mobile {
    margin-bottom: 40px !important;
  }
  .kt-margin-l-40-mobile {
    margin-left: 40px !important;
  }
  .kt-margin-r-40-mobile {
    margin-right: 40px !important;
  }
  .kt-padding-40-mobile {
    padding: 40px !important;
  }
  .kt-padding-t-40-mobile {
    padding-top: 40px !important;
  }
  .kt-padding-b-40-mobile {
    padding-bottom: 40px !important;
  }
  .kt-padding-l-40-mobile {
    padding-left: 40px !important;
  }
  .kt-padding-r-40-mobile {
    padding-right: 40px !important;
  }
  .kt-m40-mobile {
    margin: 40px !important;
  }
  .kt-mt-40-mobile {
    margin-top: 40px !important;
  }
  .kt-mb-40-mobile {
    margin-bottom: 40px !important;
  }
  .kt-ml-40-mobile {
    margin-left: 40px !important;
  }
  .kt-mr-40-mobile {
    margin-right: 40px !important;
  }
  .kt-p40-mobile {
    padding: 40px !important;
  }
  .kt-pt40-mobile {
    padding-top: 40px !important;
  }
  .kt-pb-40-mobile {
    padding-bottom: 40px !important;
  }
  .kt-pl40-mobile {
    padding-left: 40px !important;
  }
  .kt-pr40-mobile {
    padding-right: 40px !important;
  }
  .kt-margin-45-mobile {
    margin: 45px !important;
  }
  .kt-margin-t-45-mobile {
    margin-top: 45px !important;
  }
  .kt-margin-b-45-mobile {
    margin-bottom: 45px !important;
  }
  .kt-margin-l-45-mobile {
    margin-left: 45px !important;
  }
  .kt-margin-r-45-mobile {
    margin-right: 45px !important;
  }
  .kt-padding-45-mobile {
    padding: 45px !important;
  }
  .kt-padding-t-45-mobile {
    padding-top: 45px !important;
  }
  .kt-padding-b-45-mobile {
    padding-bottom: 45px !important;
  }
  .kt-padding-l-45-mobile {
    padding-left: 45px !important;
  }
  .kt-padding-r-45-mobile {
    padding-right: 45px !important;
  }
  .kt-m45-mobile {
    margin: 45px !important;
  }
  .kt-mt-45-mobile {
    margin-top: 45px !important;
  }
  .kt-mb-45-mobile {
    margin-bottom: 45px !important;
  }
  .kt-ml-45-mobile {
    margin-left: 45px !important;
  }
  .kt-mr-45-mobile {
    margin-right: 45px !important;
  }
  .kt-p45-mobile {
    padding: 45px !important;
  }
  .kt-pt45-mobile {
    padding-top: 45px !important;
  }
  .kt-pb-45-mobile {
    padding-bottom: 45px !important;
  }
  .kt-pl45-mobile {
    padding-left: 45px !important;
  }
  .kt-pr45-mobile {
    padding-right: 45px !important;
  }
  .kt-margin-50-mobile {
    margin: 50px !important;
  }
  .kt-margin-t-50-mobile {
    margin-top: 50px !important;
  }
  .kt-margin-b-50-mobile {
    margin-bottom: 50px !important;
  }
  .kt-margin-l-50-mobile {
    margin-left: 50px !important;
  }
  .kt-margin-r-50-mobile {
    margin-right: 50px !important;
  }
  .kt-padding-50-mobile {
    padding: 50px !important;
  }
  .kt-padding-t-50-mobile {
    padding-top: 50px !important;
  }
  .kt-padding-b-50-mobile {
    padding-bottom: 50px !important;
  }
  .kt-padding-l-50-mobile {
    padding-left: 50px !important;
  }
  .kt-padding-r-50-mobile {
    padding-right: 50px !important;
  }
  .kt-m50-mobile {
    margin: 50px !important;
  }
  .kt-mt-50-mobile {
    margin-top: 50px !important;
  }
  .kt-mb-50-mobile {
    margin-bottom: 50px !important;
  }
  .kt-ml-50-mobile {
    margin-left: 50px !important;
  }
  .kt-mr-50-mobile {
    margin-right: 50px !important;
  }
  .kt-p50-mobile {
    padding: 50px !important;
  }
  .kt-pt50-mobile {
    padding-top: 50px !important;
  }
  .kt-pb-50-mobile {
    padding-bottom: 50px !important;
  }
  .kt-pl50-mobile {
    padding-left: 50px !important;
  }
  .kt-pr50-mobile {
    padding-right: 50px !important;
  }
  .kt-margin-55-mobile {
    margin: 55px !important;
  }
  .kt-margin-t-55-mobile {
    margin-top: 55px !important;
  }
  .kt-margin-b-55-mobile {
    margin-bottom: 55px !important;
  }
  .kt-margin-l-55-mobile {
    margin-left: 55px !important;
  }
  .kt-margin-r-55-mobile {
    margin-right: 55px !important;
  }
  .kt-padding-55-mobile {
    padding: 55px !important;
  }
  .kt-padding-t-55-mobile {
    padding-top: 55px !important;
  }
  .kt-padding-b-55-mobile {
    padding-bottom: 55px !important;
  }
  .kt-padding-l-55-mobile {
    padding-left: 55px !important;
  }
  .kt-padding-r-55-mobile {
    padding-right: 55px !important;
  }
  .kt-m55-mobile {
    margin: 55px !important;
  }
  .kt-mt-55-mobile {
    margin-top: 55px !important;
  }
  .kt-mb-55-mobile {
    margin-bottom: 55px !important;
  }
  .kt-ml-55-mobile {
    margin-left: 55px !important;
  }
  .kt-mr-55-mobile {
    margin-right: 55px !important;
  }
  .kt-p55-mobile {
    padding: 55px !important;
  }
  .kt-pt55-mobile {
    padding-top: 55px !important;
  }
  .kt-pb-55-mobile {
    padding-bottom: 55px !important;
  }
  .kt-pl55-mobile {
    padding-left: 55px !important;
  }
  .kt-pr55-mobile {
    padding-right: 55px !important;
  }
  .kt-margin-60-mobile {
    margin: 60px !important;
  }
  .kt-margin-t-60-mobile {
    margin-top: 60px !important;
  }
  .kt-margin-b-60-mobile {
    margin-bottom: 60px !important;
  }
  .kt-margin-l-60-mobile {
    margin-left: 60px !important;
  }
  .kt-margin-r-60-mobile {
    margin-right: 60px !important;
  }
  .kt-padding-60-mobile {
    padding: 60px !important;
  }
  .kt-padding-t-60-mobile {
    padding-top: 60px !important;
  }
  .kt-padding-b-60-mobile {
    padding-bottom: 60px !important;
  }
  .kt-padding-l-60-mobile {
    padding-left: 60px !important;
  }
  .kt-padding-r-60-mobile {
    padding-right: 60px !important;
  }
  .kt-m60-mobile {
    margin: 60px !important;
  }
  .kt-mt-60-mobile {
    margin-top: 60px !important;
  }
  .kt-mb-60-mobile {
    margin-bottom: 60px !important;
  }
  .kt-ml-60-mobile {
    margin-left: 60px !important;
  }
  .kt-mr-60-mobile {
    margin-right: 60px !important;
  }
  .kt-p60-mobile {
    padding: 60px !important;
  }
  .kt-pt60-mobile {
    padding-top: 60px !important;
  }
  .kt-pb-60-mobile {
    padding-bottom: 60px !important;
  }
  .kt-pl60-mobile {
    padding-left: 60px !important;
  }
  .kt-pr60-mobile {
    padding-right: 60px !important;
  }
  .kt-margin-65-mobile {
    margin: 65px !important;
  }
  .kt-margin-t-65-mobile {
    margin-top: 65px !important;
  }
  .kt-margin-b-65-mobile {
    margin-bottom: 65px !important;
  }
  .kt-margin-l-65-mobile {
    margin-left: 65px !important;
  }
  .kt-margin-r-65-mobile {
    margin-right: 65px !important;
  }
  .kt-padding-65-mobile {
    padding: 65px !important;
  }
  .kt-padding-t-65-mobile {
    padding-top: 65px !important;
  }
  .kt-padding-b-65-mobile {
    padding-bottom: 65px !important;
  }
  .kt-padding-l-65-mobile {
    padding-left: 65px !important;
  }
  .kt-padding-r-65-mobile {
    padding-right: 65px !important;
  }
  .kt-m65-mobile {
    margin: 65px !important;
  }
  .kt-mt-65-mobile {
    margin-top: 65px !important;
  }
  .kt-mb-65-mobile {
    margin-bottom: 65px !important;
  }
  .kt-ml-65-mobile {
    margin-left: 65px !important;
  }
  .kt-mr-65-mobile {
    margin-right: 65px !important;
  }
  .kt-p65-mobile {
    padding: 65px !important;
  }
  .kt-pt65-mobile {
    padding-top: 65px !important;
  }
  .kt-pb-65-mobile {
    padding-bottom: 65px !important;
  }
  .kt-pl65-mobile {
    padding-left: 65px !important;
  }
  .kt-pr65-mobile {
    padding-right: 65px !important;
  }
  .kt-margin-70-mobile {
    margin: 70px !important;
  }
  .kt-margin-t-70-mobile {
    margin-top: 70px !important;
  }
  .kt-margin-b-70-mobile {
    margin-bottom: 70px !important;
  }
  .kt-margin-l-70-mobile {
    margin-left: 70px !important;
  }
  .kt-margin-r-70-mobile {
    margin-right: 70px !important;
  }
  .kt-padding-70-mobile {
    padding: 70px !important;
  }
  .kt-padding-t-70-mobile {
    padding-top: 70px !important;
  }
  .kt-padding-b-70-mobile {
    padding-bottom: 70px !important;
  }
  .kt-padding-l-70-mobile {
    padding-left: 70px !important;
  }
  .kt-padding-r-70-mobile {
    padding-right: 70px !important;
  }
  .kt-m70-mobile {
    margin: 70px !important;
  }
  .kt-mt-70-mobile {
    margin-top: 70px !important;
  }
  .kt-mb-70-mobile {
    margin-bottom: 70px !important;
  }
  .kt-ml-70-mobile {
    margin-left: 70px !important;
  }
  .kt-mr-70-mobile {
    margin-right: 70px !important;
  }
  .kt-p70-mobile {
    padding: 70px !important;
  }
  .kt-pt70-mobile {
    padding-top: 70px !important;
  }
  .kt-pb-70-mobile {
    padding-bottom: 70px !important;
  }
  .kt-pl70-mobile {
    padding-left: 70px !important;
  }
  .kt-pr70-mobile {
    padding-right: 70px !important;
  }
  .kt-margin-75-mobile {
    margin: 75px !important;
  }
  .kt-margin-t-75-mobile {
    margin-top: 75px !important;
  }
  .kt-margin-b-75-mobile {
    margin-bottom: 75px !important;
  }
  .kt-margin-l-75-mobile {
    margin-left: 75px !important;
  }
  .kt-margin-r-75-mobile {
    margin-right: 75px !important;
  }
  .kt-padding-75-mobile {
    padding: 75px !important;
  }
  .kt-padding-t-75-mobile {
    padding-top: 75px !important;
  }
  .kt-padding-b-75-mobile {
    padding-bottom: 75px !important;
  }
  .kt-padding-l-75-mobile {
    padding-left: 75px !important;
  }
  .kt-padding-r-75-mobile {
    padding-right: 75px !important;
  }
  .kt-m75-mobile {
    margin: 75px !important;
  }
  .kt-mt-75-mobile {
    margin-top: 75px !important;
  }
  .kt-mb-75-mobile {
    margin-bottom: 75px !important;
  }
  .kt-ml-75-mobile {
    margin-left: 75px !important;
  }
  .kt-mr-75-mobile {
    margin-right: 75px !important;
  }
  .kt-p75-mobile {
    padding: 75px !important;
  }
  .kt-pt75-mobile {
    padding-top: 75px !important;
  }
  .kt-pb-75-mobile {
    padding-bottom: 75px !important;
  }
  .kt-pl75-mobile {
    padding-left: 75px !important;
  }
  .kt-pr75-mobile {
    padding-right: 75px !important;
  }
  .kt-margin-80-mobile {
    margin: 80px !important;
  }
  .kt-margin-t-80-mobile {
    margin-top: 80px !important;
  }
  .kt-margin-b-80-mobile {
    margin-bottom: 80px !important;
  }
  .kt-margin-l-80-mobile {
    margin-left: 80px !important;
  }
  .kt-margin-r-80-mobile {
    margin-right: 80px !important;
  }
  .kt-padding-80-mobile {
    padding: 80px !important;
  }
  .kt-padding-t-80-mobile {
    padding-top: 80px !important;
  }
  .kt-padding-b-80-mobile {
    padding-bottom: 80px !important;
  }
  .kt-padding-l-80-mobile {
    padding-left: 80px !important;
  }
  .kt-padding-r-80-mobile {
    padding-right: 80px !important;
  }
  .kt-m80-mobile {
    margin: 80px !important;
  }
  .kt-mt-80-mobile {
    margin-top: 80px !important;
  }
  .kt-mb-80-mobile {
    margin-bottom: 80px !important;
  }
  .kt-ml-80-mobile {
    margin-left: 80px !important;
  }
  .kt-mr-80-mobile {
    margin-right: 80px !important;
  }
  .kt-p80-mobile {
    padding: 80px !important;
  }
  .kt-pt80-mobile {
    padding-top: 80px !important;
  }
  .kt-pb-80-mobile {
    padding-bottom: 80px !important;
  }
  .kt-pl80-mobile {
    padding-left: 80px !important;
  }
  .kt-pr80-mobile {
    padding-right: 80px !important;
  }
  .kt-margin-85-mobile {
    margin: 85px !important;
  }
  .kt-margin-t-85-mobile {
    margin-top: 85px !important;
  }
  .kt-margin-b-85-mobile {
    margin-bottom: 85px !important;
  }
  .kt-margin-l-85-mobile {
    margin-left: 85px !important;
  }
  .kt-margin-r-85-mobile {
    margin-right: 85px !important;
  }
  .kt-padding-85-mobile {
    padding: 85px !important;
  }
  .kt-padding-t-85-mobile {
    padding-top: 85px !important;
  }
  .kt-padding-b-85-mobile {
    padding-bottom: 85px !important;
  }
  .kt-padding-l-85-mobile {
    padding-left: 85px !important;
  }
  .kt-padding-r-85-mobile {
    padding-right: 85px !important;
  }
  .kt-m85-mobile {
    margin: 85px !important;
  }
  .kt-mt-85-mobile {
    margin-top: 85px !important;
  }
  .kt-mb-85-mobile {
    margin-bottom: 85px !important;
  }
  .kt-ml-85-mobile {
    margin-left: 85px !important;
  }
  .kt-mr-85-mobile {
    margin-right: 85px !important;
  }
  .kt-p85-mobile {
    padding: 85px !important;
  }
  .kt-pt85-mobile {
    padding-top: 85px !important;
  }
  .kt-pb-85-mobile {
    padding-bottom: 85px !important;
  }
  .kt-pl85-mobile {
    padding-left: 85px !important;
  }
  .kt-pr85-mobile {
    padding-right: 85px !important;
  }
  .kt-margin-90-mobile {
    margin: 90px !important;
  }
  .kt-margin-t-90-mobile {
    margin-top: 90px !important;
  }
  .kt-margin-b-90-mobile {
    margin-bottom: 90px !important;
  }
  .kt-margin-l-90-mobile {
    margin-left: 90px !important;
  }
  .kt-margin-r-90-mobile {
    margin-right: 90px !important;
  }
  .kt-padding-90-mobile {
    padding: 90px !important;
  }
  .kt-padding-t-90-mobile {
    padding-top: 90px !important;
  }
  .kt-padding-b-90-mobile {
    padding-bottom: 90px !important;
  }
  .kt-padding-l-90-mobile {
    padding-left: 90px !important;
  }
  .kt-padding-r-90-mobile {
    padding-right: 90px !important;
  }
  .kt-m90-mobile {
    margin: 90px !important;
  }
  .kt-mt-90-mobile {
    margin-top: 90px !important;
  }
  .kt-mb-90-mobile {
    margin-bottom: 90px !important;
  }
  .kt-ml-90-mobile {
    margin-left: 90px !important;
  }
  .kt-mr-90-mobile {
    margin-right: 90px !important;
  }
  .kt-p90-mobile {
    padding: 90px !important;
  }
  .kt-pt90-mobile {
    padding-top: 90px !important;
  }
  .kt-pb-90-mobile {
    padding-bottom: 90px !important;
  }
  .kt-pl90-mobile {
    padding-left: 90px !important;
  }
  .kt-pr90-mobile {
    padding-right: 90px !important;
  }
  .kt-margin-95-mobile {
    margin: 95px !important;
  }
  .kt-margin-t-95-mobile {
    margin-top: 95px !important;
  }
  .kt-margin-b-95-mobile {
    margin-bottom: 95px !important;
  }
  .kt-margin-l-95-mobile {
    margin-left: 95px !important;
  }
  .kt-margin-r-95-mobile {
    margin-right: 95px !important;
  }
  .kt-padding-95-mobile {
    padding: 95px !important;
  }
  .kt-padding-t-95-mobile {
    padding-top: 95px !important;
  }
  .kt-padding-b-95-mobile {
    padding-bottom: 95px !important;
  }
  .kt-padding-l-95-mobile {
    padding-left: 95px !important;
  }
  .kt-padding-r-95-mobile {
    padding-right: 95px !important;
  }
  .kt-m95-mobile {
    margin: 95px !important;
  }
  .kt-mt-95-mobile {
    margin-top: 95px !important;
  }
  .kt-mb-95-mobile {
    margin-bottom: 95px !important;
  }
  .kt-ml-95-mobile {
    margin-left: 95px !important;
  }
  .kt-mr-95-mobile {
    margin-right: 95px !important;
  }
  .kt-p95-mobile {
    padding: 95px !important;
  }
  .kt-pt95-mobile {
    padding-top: 95px !important;
  }
  .kt-pb-95-mobile {
    padding-bottom: 95px !important;
  }
  .kt-pl95-mobile {
    padding-left: 95px !important;
  }
  .kt-pr95-mobile {
    padding-right: 95px !important;
  }
  .kt-margin-100-mobile {
    margin: 100px !important;
  }
  .kt-margin-t-100-mobile {
    margin-top: 100px !important;
  }
  .kt-margin-b-100-mobile {
    margin-bottom: 100px !important;
  }
  .kt-margin-l-100-mobile {
    margin-left: 100px !important;
  }
  .kt-margin-r-100-mobile {
    margin-right: 100px !important;
  }
  .kt-padding-100-mobile {
    padding: 100px !important;
  }
  .kt-padding-t-100-mobile {
    padding-top: 100px !important;
  }
  .kt-padding-b-100-mobile {
    padding-bottom: 100px !important;
  }
  .kt-padding-l-100-mobile {
    padding-left: 100px !important;
  }
  .kt-padding-r-100-mobile {
    padding-right: 100px !important;
  }
  .kt-m100-mobile {
    margin: 100px !important;
  }
  .kt-mt-100-mobile {
    margin-top: 100px !important;
  }
  .kt-mb-100-mobile {
    margin-bottom: 100px !important;
  }
  .kt-ml-100-mobile {
    margin-left: 100px !important;
  }
  .kt-mr-100-mobile {
    margin-right: 100px !important;
  }
  .kt-p100-mobile {
    padding: 100px !important;
  }
  .kt-pt100-mobile {
    padding-top: 100px !important;
  }
  .kt-pb-100-mobile {
    padding-bottom: 100px !important;
  }
  .kt-pl100-mobile {
    padding-left: 100px !important;
  }
  .kt-pr100-mobile {
    padding-right: 100px !important;
  }
}
.kt-opacity-1 {
  opacity: 0.1;
}

.kt-opacity-2 {
  opacity: 0.2;
}

.kt-opacity-3 {
  opacity: 0.3;
}

.kt-opacity-4 {
  opacity: 0.4;
}

.kt-opacity-5 {
  opacity: 0.5;
}

.kt-opacity-6 {
  opacity: 0.6;
}

.kt-opacity-7 {
  opacity: 0.7;
}

.kt-opacity-8 {
  opacity: 0.8;
}

.kt-opacity-9 {
  opacity: 0.9;
}

.kt-radius-100 {
  border-radius: 100%;
}

.kt-valign-top {
  vertical-align: top;
}

.kt-space-5 {
  display: block;
  height: 0;
  margin-bottom: 5px;
}

.kt-space-10 {
  display: block;
  height: 0;
  margin-bottom: 10px;
}

.kt-space-15 {
  display: block;
  height: 0;
  margin-bottom: 15px;
}

.kt-space-20 {
  display: block;
  height: 0;
  margin-bottom: 20px;
}

.kt-space-30 {
  display: block;
  height: 0;
  margin-bottom: 30px;
}

.kt-space-40 {
  display: block;
  height: 0;
  margin-bottom: 40px;
}

.kt-valign-middle {
  vertical-align: middle;
}

.kt-valign-bottom {
  vertical-align: bottom;
}

.kt-block-center {
  margin-left: auto;
  margin-right: auto;
}

.kt-align-right {
  text-align: right;
}

.kt-align-left {
  text-align: left;
}

.kt-align-center {
  text-align: center;
}

.kt-pull-right {
  float: right;
}

.kt-pull-left {
  float: left;
}

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

.kt-block-inline {
  display: inline-block;
}

.kt-icon-middle:before {
  vertical-align: middle;
}

.kt-hidden,
.kt-hide {
  display: none !important;
}

.kt-font-sm {
  font-size: 0.8rem !important;
}

.kt-font-md {
  font-size: 0.9rem !important;
}

.kt-font-lg {
  font-size: 1.2rem !important;
}

.kt-font-xl {
  font-size: 1.5rem !important;
}

.kt-clearfix:before, .kt-clearfix:after {
  content: " ";
  display: table;
}
.kt-clearfix:after {
  clear: both;
}

.kt-icon-sm {
  font-size: 0.75rem !important;
}

.kt-icon-md {
  font-size: 0.9rem !important;
}

.kt-icon-lg {
  font-size: 1.2rem !important;
}

.kt-icon-xl {
  font-size: 1.4rem !important;
}

.kt-marginless {
  margin: 0 !important;
}

.kt-img-centered {
  text-align: center;
}

.kt-font-transform-u {
  text-transform: uppercase;
}

.kt-font-transform-l {
  text-transform: lowercase;
}

.kt-font-transform-c {
  text-transform: capitalize;
}

.kt-font-transform-i {
  text-transform: initial;
}

.kt-font-regular {
  font-weight: 400 !important;
}

.kt-font-bold {
  font-weight: 500 !important;
}

.kt-font-bolder {
  font-weight: 600 !important;
}

.kt-font-boldest {
  font-weight: 700 !important;
}

b, strong {
  font-weight: bold;
}

.kt-font-brand {
  color: #385aeb !important;
}

.kt-font-hover-brand:hover {
  color: #112fac;
}

.kt-font-inverse-brand {
  color: #ffffff !important;
}

.kt-bg-brand {
  background-color: #385aeb !important;
}

.kt-bg-fill-brand {
  background-color: #385aeb !important;
  color: #ffffff !important;
}
.kt-bg-fill-brand > i {
  color: #ffffff !important;
}

.kt-bg-light-brand {
  background-color: rgba(56, 90, 235, 0.1) !important;
}

.kt-font-metal {
  color: #d3dae6 !important;
}

.kt-font-hover-metal:hover {
  color: #92a3c1;
}

.kt-font-inverse-metal {
  color: #586272 !important;
}

.kt-bg-metal {
  background-color: #d3dae6 !important;
}

.kt-bg-fill-metal {
  background-color: #d3dae6 !important;
  color: #586272 !important;
}
.kt-bg-fill-metal > i {
  color: #586272 !important;
}

.kt-bg-light-metal {
  background-color: rgba(211, 218, 230, 0.1) !important;
}

.kt-font-light {
  color: #ffffff !important;
}

.kt-font-hover-light:hover {
  color: #cccccc;
}

.kt-font-inverse-light {
  color: #282a3c !important;
}

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

.kt-bg-fill-light {
  background-color: #ffffff !important;
  color: #282a3c !important;
}
.kt-bg-fill-light > i {
  color: #282a3c !important;
}

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

.kt-font-dark {
  color: #645ca1 !important;
}

.kt-font-hover-dark:hover {
  color: #3c3760;
}

.kt-font-inverse-dark {
  color: #ffffff !important;
}

.kt-bg-dark {
  background-color: #645ca1 !important;
}

.kt-bg-fill-dark {
  background-color: #645ca1 !important;
  color: #ffffff !important;
}
.kt-bg-fill-dark > i {
  color: #ffffff !important;
}

.kt-bg-light-dark {
  background-color: rgba(100, 92, 161, 0.1) !important;
}

.kt-font-accent {
  color: #00c5dc !important;
}

.kt-font-hover-accent:hover {
  color: #006a76;
}

.kt-font-inverse-accent {
  color: #ffffff !important;
}

.kt-bg-accent {
  background-color: #00c5dc !important;
}

.kt-bg-fill-accent {
  background-color: #00c5dc !important;
  color: #ffffff !important;
}
.kt-bg-fill-accent > i {
  color: #ffffff !important;
}

.kt-bg-light-accent {
  background-color: rgba(0, 197, 220, 0.1) !important;
}

.kt-font-focus {
  color: #9816f4 !important;
}

.kt-font-hover-focus:hover {
  color: #5f079d;
}

.kt-font-inverse-focus {
  color: #ffffff !important;
}

.kt-bg-focus {
  background-color: #9816f4 !important;
}

.kt-bg-fill-focus {
  background-color: #9816f4 !important;
  color: #ffffff !important;
}
.kt-bg-fill-focus > i {
  color: #ffffff !important;
}

.kt-bg-light-focus {
  background-color: rgba(152, 22, 244, 0.1) !important;
}

.kt-font-primary {
  color: #5867dd !important;
}

.kt-font-hover-primary:hover {
  color: #2332ac;
}

.kt-font-inverse-primary {
  color: #ffffff !important;
}

.kt-bg-primary {
  background-color: #5867dd !important;
}

.kt-bg-fill-primary {
  background-color: #5867dd !important;
  color: #ffffff !important;
}
.kt-bg-fill-primary > i {
  color: #ffffff !important;
}

.kt-bg-light-primary {
  background-color: rgba(88, 103, 221, 0.1) !important;
}

.kt-font-success {
  color: #1dc9b7 !important;
}

.kt-font-hover-success:hover {
  color: #107066;
}

.kt-font-inverse-success {
  color: #ffffff !important;
}

.kt-bg-success {
  background-color: #1dc9b7 !important;
}

.kt-bg-fill-success {
  background-color: #1dc9b7 !important;
  color: #ffffff !important;
}
.kt-bg-fill-success > i {
  color: #ffffff !important;
}

.kt-bg-light-success {
  background-color: rgba(29, 201, 183, 0.1) !important;
}

.kt-font-info {
  color: #5578eb !important;
}

.kt-font-hover-info:hover {
  color: #173fc3;
}

.kt-font-inverse-info {
  color: #ffffff !important;
}

.kt-bg-info {
  background-color: #5578eb !important;
}

.kt-bg-fill-info {
  background-color: #5578eb !important;
  color: #ffffff !important;
}
.kt-bg-fill-info > i {
  color: #ffffff !important;
}

.kt-bg-light-info {
  background-color: rgba(85, 120, 235, 0.1) !important;
}

.kt-font-warning {
  color: #ffb822 !important;
}

.kt-font-hover-warning:hover {
  color: #bb7f00;
}

.kt-font-inverse-warning {
  color: #111111 !important;
}

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

.kt-bg-fill-warning {
  background-color: #ffb822 !important;
  color: #111111 !important;
}
.kt-bg-fill-warning > i {
  color: #111111 !important;
}

.kt-bg-light-warning {
  background-color: rgba(255, 184, 34, 0.1) !important;
}

.kt-font-danger {
  color: #fd397a !important;
}

.kt-font-hover-danger:hover {
  color: #ce0246;
}

.kt-font-inverse-danger {
  color: #ffffff !important;
}

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

.kt-bg-fill-danger {
  background-color: #fd397a !important;
  color: #ffffff !important;
}
.kt-bg-fill-danger > i {
  color: #ffffff !important;
}

.kt-bg-light-danger {
  background-color: rgba(253, 57, 122, 0.1) !important;
}

.kt-font-facebook {
  color: #3b5998 !important;
}

.kt-font-google {
  color: #dc4e41 !important;
}

.kt-font-twitter {
  color: #4AB3F4 !important;
}

.kt-font-instagram {
  color: #517fa4 !important;
}

.kt-font-youtube {
  color: #b31217 !important;
}

.kt-font-linkedin {
  color: #0077b5 !important;
}

.kt-font-skype {
  color: #00aff0 !important;
}

.kt-label-font-color-1 {
  color: #a2a5b9 !important;
}

.kt-label-bg-color-1 {
  background-color: #a2a5b9 !important;
}

.kt-label-font-color-2 {
  color: #74788d !important;
}

.kt-label-bg-color-2 {
  background-color: #74788d !important;
}

.kt-label-font-color-3 {
  color: #595d6e !important;
}

.kt-label-bg-color-3 {
  background-color: #595d6e !important;
}

.kt-label-font-color-4 {
  color: #48465b !important;
}

.kt-label-bg-color-4 {
  background-color: #48465b !important;
}

.kt-shape-font-color-1 {
  color: #f0f3ff !important;
}

.kt-shape-bg-color-1 {
  background-color: #f0f3ff !important;
}

.kt-shape-font-color-2 {
  color: #e8ecfa !important;
}

.kt-shape-bg-color-2 {
  background-color: #e8ecfa !important;
}

.kt-shape-font-color-3 {
  color: #93a2dd !important;
}

.kt-shape-bg-color-3 {
  background-color: #93a2dd !important;
}

.kt-shape-font-color-4 {
  color: #646c9a !important;
}

.kt-shape-bg-color-4 {
  background-color: #646c9a !important;
}

.kt-visible-desktop,
.kt-visible-desktop-inline-block,
.kt-visible-desktop-inline,
.kt-visible-desktop-table,
.kt-visible-desktop-table-cell,
.kt-visible-tablet,
.kt-visible-tablet-inline-block,
.kt-visible-tablet-inline,
.kt-visible-tablet-table,
.kt-visible-tablet-table-cell,
.kt-visible-tablet-and-mobile,
.kt-visible-tablet-and-mobile-inline-block,
.kt-visible-tablet-and-mobile-inline,
.kt-visible-tablet-and-mobile-table,
.kt-visible-tablet-and-mobile-table-cell,
.kt-visible-mobile,
.kt-visible-mobile-inline-block,
.kt-visible-mobile-inline,
.kt-visible-mobile-table,
.kt-visible-mobile-table-cell {
  display: none !important;
}

@media (min-width: 1025px) {
  .kt-visible-desktop {
    display: block !important;
  }
  .kt-visible-desktop-inline-block {
    display: inline-block !important;
  }
  .kt-visible-desktop-inline {
    display: inline !important;
  }
  .kt-visible-desktop-table {
    display: table !important;
  }
  .kt-visible-desktop-table-cell {
    display: table-cell !important;
  }
  .kt-hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-visible-tablet {
    display: block !important;
  }
  .kt-visible-tablet-inline-block {
    display: inline-block !important;
  }
  .kt-visible-tablet-inline {
    display: inline !important;
  }
  .kt-visible-tablet-table {
    display: table !important;
  }
  .kt-visible-tablet-table-cell {
    display: table-cell !important;
  }
  .kt-hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-visible-tablet-and-mobile {
    display: block !important;
  }
  .kt-visible-tablet-and-mobile-inline-block {
    display: inline-block !important;
  }
  .kt-visible-tablet-and-mobile-inline {
    display: inline !important;
  }
  .kt-visible-tablet-and-mobile-table {
    display: table !important;
  }
  .kt-visible-tablet-and-mobile-table-cell {
    display: table-cell !important;
  }
  .kt-hidden-tablet-and-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .kt-visible-mobile {
    display: block !important;
  }
  .kt-visible-mobile-inline-block {
    display: inline-block !important;
  }
  .kt-visible-mobile-inline {
    display: inline !important;
  }
  .kt-visible-mobile-table {
    display: table !important;
  }
  .kt-visible-mobile-table-cell {
    display: table-cell !important;
  }
  .kt-hidden-mobile {
    display: none !important;
  }
}
.kt-space-between {
  display: flex;
  justify-content: space-between;
}

.kt-rounded {
  border-radius: 8px !important;
}

.kt-negative-spacing--1 {
  margin-top: -10px;
}
.kt-negative-spacing--2 {
  margin-top: -20px;
}
.kt-negative-spacing--3 {
  margin-top: -30px;
}
.kt-negative-spacing--4 {
  margin-top: -40px;
}
.kt-negative-spacing--5 {
  margin-top: -50px;
}
.kt-negative-spacing--6 {
  margin-top: -60px;
}
.kt-negative-spacing--7 {
  margin-top: -70px;
}
.kt-negative-spacing--8 {
  margin-top: -80px;
}
.kt-negative-spacing--9 {
  margin-top: -90px;
}
.kt-negative-spacing--10 {
  margin-top: -100px;
}

.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  display: flex;
  flex-direction: column;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile).kt-grid--root {
  flex: 1;
  -ms-flex: 1 0 0px;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item {
  flex: none;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
  flex: 1 0 auto;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-1 {
  order: 1;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-2 {
  order: 2;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-3 {
  order: 3;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-4 {
  order: 4;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-5 {
  order: 5;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-6 {
  order: 6;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-7 {
  order: 7;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-8 {
  order: 8;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-9 {
  order: 9;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-10 {
  order: 10;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-11 {
  order: 11;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-12 {
  order: 12;
}

.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  display: flex;
  flex-direction: row;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile).kt-grid--root {
  flex: 1;
  -ms-flex: 1 0 0px;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item {
  flex: 0 0 auto;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
}
@media screen\0  {
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
    min-width: none;
  }
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-1 {
  order: 1;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-2 {
  order: 2;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-3 {
  order: 3;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-4 {
  order: 4;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-5 {
  order: 5;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-6 {
  order: 6;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-7 {
  order: 7;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-8 {
  order: 8;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-9 {
  order: 9;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-10 {
  order: 10;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-11 {
  order: 11;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-12 {
  order: 12;
}

.kt-grid.kt-grid--center {
  align-content: center;
}
.kt-grid.kt-grid--stretch {
  align-items: stretch;
}
.kt-grid > .kt-grid__item {
  max-width: 100%;
}
.kt-grid > .kt-grid__item.kt-grid__item--top {
  align-self: flex-start;
}
.kt-grid > .kt-grid__item.kt-grid__item--middle {
  align-self: center;
}
.kt-grid > .kt-grid__item.kt-grid__item--bottom {
  align-self: flex-end;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-1 {
  order: 1;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-2 {
  order: 2;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-3 {
  order: 3;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-4 {
  order: 4;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-5 {
  order: 5;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-6 {
  order: 6;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-7 {
  order: 7;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-8 {
  order: 8;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-9 {
  order: 9;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-10 {
  order: 10;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-11 {
  order: 11;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-12 {
  order: 12;
}

@media (min-width: 1025px) {
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-1-desktop {
    order: 1;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-2-desktop {
    order: 2;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-3-desktop {
    order: 3;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-4-desktop {
    order: 4;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-5-desktop {
    order: 5;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-6-desktop {
    order: 6;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-7-desktop {
    order: 7;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-8-desktop {
    order: 8;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-9-desktop {
    order: 9;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-10-desktop {
    order: 10;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-11-desktop {
    order: 11;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-12-desktop {
    order: 12;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
    min-width: none;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-1-desktop {
    order: 1;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-2-desktop {
    order: 2;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-3-desktop {
    order: 3;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-4-desktop {
    order: 4;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-5-desktop {
    order: 5;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-6-desktop {
    order: 6;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-7-desktop {
    order: 7;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-8-desktop {
    order: 8;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-9-desktop {
    order: 9;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-10-desktop {
    order: 10;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-11-desktop {
    order: 11;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-12-desktop {
    order: 12;
  }
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-1-desktop-xl {
    order: 1;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-2-desktop-xl {
    order: 2;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-3-desktop-xl {
    order: 3;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-4-desktop-xl {
    order: 4;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-5-desktop-xl {
    order: 5;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-6-desktop-xl {
    order: 6;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-7-desktop-xl {
    order: 7;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-8-desktop-xl {
    order: 8;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-9-desktop-xl {
    order: 9;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-10-desktop-xl {
    order: 10;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-11-desktop-xl {
    order: 11;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-12-desktop-xl {
    order: 12;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
    min-width: none;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-1-desktop-xl {
    order: 1;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-2-desktop-xl {
    order: 2;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-3-desktop-xl {
    order: 3;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-4-desktop-xl {
    order: 4;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-5-desktop-xl {
    order: 5;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-6-desktop-xl {
    order: 6;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-7-desktop-xl {
    order: 7;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-8-desktop-xl {
    order: 8;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-9-desktop-xl {
    order: 9;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-10-desktop-xl {
    order: 10;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-11-desktop-xl {
    order: 11;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-12-desktop-xl {
    order: 12;
  }
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-1-desktop-and-tablet {
    order: 1;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-2-desktop-and-tablet {
    order: 2;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-3-desktop-and-tablet {
    order: 3;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-4-desktop-and-tablet {
    order: 4;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-5-desktop-and-tablet {
    order: 5;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-6-desktop-and-tablet {
    order: 6;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-7-desktop-and-tablet {
    order: 7;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-8-desktop-and-tablet {
    order: 8;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-9-desktop-and-tablet {
    order: 9;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-10-desktop-and-tablet {
    order: 10;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-11-desktop-and-tablet {
    order: 11;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-12-desktop-and-tablet {
    order: 12;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
    min-width: none;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-1-desktop-and-tablet {
    order: 1;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-2-desktop-and-tablet {
    order: 2;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-3-desktop-and-tablet {
    order: 3;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-4-desktop-and-tablet {
    order: 4;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-5-desktop-and-tablet {
    order: 5;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-6-desktop-and-tablet {
    order: 6;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-7-desktop-and-tablet {
    order: 7;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-8-desktop-and-tablet {
    order: 8;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-9-desktop-and-tablet {
    order: 9;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-10-desktop-and-tablet {
    order: 10;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-11-desktop-and-tablet {
    order: 11;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-12-desktop-and-tablet {
    order: 12;
  }
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-1-tablet {
    order: 1;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-2-tablet {
    order: 2;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-3-tablet {
    order: 3;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-4-tablet {
    order: 4;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-5-tablet {
    order: 5;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-6-tablet {
    order: 6;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-7-tablet {
    order: 7;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-8-tablet {
    order: 8;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-9-tablet {
    order: 9;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-10-tablet {
    order: 10;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-11-tablet {
    order: 11;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-12-tablet {
    order: 12;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
    min-width: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-1-tablet {
    order: 1;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-2-tablet {
    order: 2;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-3-tablet {
    order: 3;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-4-tablet {
    order: 4;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-5-tablet {
    order: 5;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-6-tablet {
    order: 6;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-7-tablet {
    order: 7;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-8-tablet {
    order: 8;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-9-tablet {
    order: 9;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-10-tablet {
    order: 10;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-11-tablet {
    order: 11;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-12-tablet {
    order: 12;
  }
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-1-tablet-and-mobile {
    order: 1;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-2-tablet-and-mobile {
    order: 2;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-3-tablet-and-mobile {
    order: 3;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-4-tablet-and-mobile {
    order: 4;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-5-tablet-and-mobile {
    order: 5;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-6-tablet-and-mobile {
    order: 6;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-7-tablet-and-mobile {
    order: 7;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-8-tablet-and-mobile {
    order: 8;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-9-tablet-and-mobile {
    order: 9;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-10-tablet-and-mobile {
    order: 10;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-11-tablet-and-mobile {
    order: 11;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-12-tablet-and-mobile {
    order: 12;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
    min-width: none;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-1-tablet-and-mobile {
    order: 1;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-2-tablet-and-mobile {
    order: 2;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-3-tablet-and-mobile {
    order: 3;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-4-tablet-and-mobile {
    order: 4;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-5-tablet-and-mobile {
    order: 5;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-6-tablet-and-mobile {
    order: 6;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-7-tablet-and-mobile {
    order: 7;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-8-tablet-and-mobile {
    order: 8;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-9-tablet-and-mobile {
    order: 9;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-10-tablet-and-mobile {
    order: 10;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-11-tablet-and-mobile {
    order: 11;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-12-tablet-and-mobile {
    order: 12;
  }
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-1-mobile {
    order: 1;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-2-mobile {
    order: 2;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-3-mobile {
    order: 3;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-4-mobile {
    order: 4;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-5-mobile {
    order: 5;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-6-mobile {
    order: 6;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-7-mobile {
    order: 7;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-8-mobile {
    order: 8;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-9-mobile {
    order: 9;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-10-mobile {
    order: 10;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-11-mobile {
    order: 11;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-12-mobile {
    order: 12;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
    min-width: none;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-1-mobile {
    order: 1;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-2-mobile {
    order: 2;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-3-mobile {
    order: 3;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-4-mobile {
    order: 4;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-5-mobile {
    order: 5;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-6-mobile {
    order: 6;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-7-mobile {
    order: 7;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-8-mobile {
    order: 8;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-9-mobile {
    order: 9;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-10-mobile {
    order: 10;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-11-mobile {
    order: 11;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-12-mobile {
    order: 12;
  }
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
.kt-portlet {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
}
.kt-page-content-white .kt-portlet {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}
.kt-portlet:not(.top_shadow_0) {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}
.kt-portlet .kt-portlet__head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  padding: 0 25px;
  border-bottom: 1px solid #ebedf2;
  min-height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.kt-portlet .kt-portlet__head.kt-portlet__head--right {
  justify-content: flex-end;
}
.kt-portlet .kt-portlet__head.kt-portlet__head--noborder {
  border-bottom: 0;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label {
  display: flex;
  align-items: center;
  align-content: flex-first;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #48465b;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
  font-weight: 300;
  padding-left: 0.5rem;
  font-size: 1rem;
  color: #74788d;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
  padding-right: 0.75rem;
  font-size: 1.3rem;
  color: #74788d;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar {
  display: flex;
  align-items: center;
  align-content: flex-end;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-pills,
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-tabs {
  margin: 0;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .kt-portlet__head-wrapper {
  display: flex;
  align-items: center;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-progress {
  position: absolute;
  left: 0;
  right: 0;
}
.kt-portlet.kt-portlet--head-sm .kt-portlet__head {
  min-height: 50px;
}
.kt-portlet.kt-portlet--head-lg .kt-portlet__head {
  min-height: 80px;
}
.kt-portlet.kt-portlet--head-xl .kt-portlet__head {
  min-height: 100px;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head {
  height: 50px;
  min-height: 50px;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--sm {
  height: 40px;
  min-height: 40px;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--lg {
  height: 70px;
  min-height: 70px;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--xl {
  height: 90px;
  min-height: 90px;
}
.kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
  position: relative;
  z-index: 1;
  border: 0;
  height: 60px;
}
.kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
  margin-top: -60px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head {
  height: 50px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body {
  margin-top: -50px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head {
  height: 80px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body {
  margin-top: -80px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head {
  height: 100px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body {
  margin-top: -100px;
}
.kt-portlet .kt-portlet__body {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 8px;
}
.kt-portlet .kt-portlet__body .kt-portlet__content {
  padding: 0;
  margin: 0;
}
.kt-portlet .kt-portlet__body > .kt-datatable > .kt-datatable__table {
  border-radius: 8px;
}
.kt-portlet .kt-portlet__foot {
  padding: 25px;
  border-top: 1px solid #ebedf2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.kt-portlet .kt-portlet__foot .kt-portlet__foot-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--no-border {
  border-top: 0;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--top {
  border-top: 0;
  border-bottom: 1px solid #ebedf2;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--solid {
  background-color: #f7f8fa;
  border-top: 0;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--solid.kt-portlet__foot--top {
  border-bottom: 0;
}
.kt-portlet .kt-portlet__separator {
  height: 0;
  border-top: 1px solid #ebedf2;
}
.kt-portlet.kt-portlet--bordered {
  box-shadow: none;
  border: 1px solid #ebedf2;
}
.kt-portlet.kt-portlet--unelevate {
  box-shadow: none;
}
.kt-portlet.kt-portlet--unround .kt-portlet__head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.kt-portlet.kt-portlet--unround .kt-portlet__body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.kt-portlet.kt-portlet--unround .kt-portlet__foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.kt-portlet.kt-portlet--last {
  margin-bottom: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--center {
  justify-content: center;
  align-items: center;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--center-x {
  justify-content: center;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--center-y {
  align-items: center;
}
.kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
  margin-left: -25px;
  margin-right: -25px;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--stick-bottom {
  position: relative;
  bottom: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fluid {
  height: 100%;
  flex-direction: row;
  flex-grow: 1;
  width: 100%;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fill {
  flex-grow: 1 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--unfill {
  flex-grow: 0 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fullheight {
  flex-grow: auto;
}
.kt-portlet.kt-portlet--fit .kt-portlet__head {
  padding: 0;
}
.kt-portlet.kt-portlet--fit .kt-portlet__body {
  padding: 0;
}
.kt-portlet.kt-portlet--fit .kt-portlet__foot {
  padding: 0;
}
.kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half {
  align-items: stretch;
}
.kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half .kt-portlet__body {
  height: 100%;
  flex-direction: column;
  align-items: stretch;
}
.kt-portlet.kt-portlet--contain {
  overflow: hidden;
}
.kt-portlet .kt-portlet__head.kt-portlet__head--fit {
  padding: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit {
  padding: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-top {
  padding-top: 0 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-bottom {
  padding-bottom: 0 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-x,
.kt-portlet .kt-portlet__body.kt-portlet__body--hor-fit {
  padding-left: 0;
  padding-right: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-y {
  padding-top: 0;
  padding-bottom: 0;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--fit {
  padding: 0;
}
.kt-portlet.kt-portlet--space {
  padding-left: 25px;
  padding-right: 25px;
}
.kt-portlet.kt-portlet--space .kt-portlet__head,
.kt-portlet.kt-portlet--space .kt-portlet__body,
.kt-portlet.kt-portlet--space .kt-portlet__foot {
  padding-left: 0;
  padding-right: 0;
}
.kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
  border-bottom: 0;
}
.kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
  padding-top: 12.5px;
}
.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar {
  display: flex;
  align-items: stretch;
}
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
  border-bottom: 3px solid #f7f8fa;
}
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
  margin-bottom: -3px;
}
.kt-portlet.kt-portlet--solid-brand {
  background: #385aeb;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #1c43e8;
}
.kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
  border-bottom: 3px solid rgba(56, 90, 235, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-brand {
  border-bottom: 3px solid rgba(56, 90, 235, 0.2);
}
.kt-portlet.kt-portlet--solid-metal {
  background: #d3dae6;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head {
  color: #586272;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-title {
  color: #586272;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-title small {
  color: #4b5361;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-icon i {
  color: #4b5361;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-metal .kt-portlet__body {
  color: #586272;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__foot {
  color: #586272;
  border-top: 1px solid transparent;
  background: #bfcadb;
}
.kt-portlet.kt-portlet--tabs-border-3x-metal .kt-portlet__head {
  border-bottom: 3px solid rgba(211, 218, 230, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-metal {
  border-bottom: 3px solid rgba(211, 218, 230, 0.2);
}
.kt-portlet.kt-portlet--solid-light {
  background: #ffffff;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head {
  color: #282a3c;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title {
  color: #282a3c;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small {
  color: #1c1d2a;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i {
  color: #1c1d2a;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  color: #282a3c;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
  color: #282a3c;
  border-top: 1px solid transparent;
  background: #f0f0f0;
}
.kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-light {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.kt-portlet.kt-portlet--solid-dark {
  background: #645ca1;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #58518d;
}
.kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
  border-bottom: 3px solid rgba(100, 92, 161, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-dark {
  border-bottom: 3px solid rgba(100, 92, 161, 0.2);
}
.kt-portlet.kt-portlet--solid-accent {
  background: #00c5dc;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-accent .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #00aabd;
}
.kt-portlet.kt-portlet--tabs-border-3x-accent .kt-portlet__head {
  border-bottom: 3px solid rgba(0, 197, 220, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-accent {
  border-bottom: 3px solid rgba(0, 197, 220, 0.2);
}
.kt-portlet.kt-portlet--solid-focus {
  background: #9816f4;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-focus .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #880be1;
}
.kt-portlet.kt-portlet--tabs-border-3x-focus .kt-portlet__head {
  border-bottom: 3px solid rgba(152, 22, 244, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-focus {
  border-bottom: 3px solid rgba(152, 22, 244, 0.2);
}
.kt-portlet.kt-portlet--solid-primary {
  background: #5867dd;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3f50d8;
}
.kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
  border-bottom: 3px solid rgba(88, 103, 221, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-primary {
  border-bottom: 3px solid rgba(88, 103, 221, 0.2);
}
.kt-portlet.kt-portlet--solid-success {
  background: #1dc9b7;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #19ae9f;
}
.kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
  border-bottom: 3px solid rgba(29, 201, 183, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-success {
  border-bottom: 3px solid rgba(29, 201, 183, 0.2);
}
.kt-portlet.kt-portlet--solid-info {
  background: #5578eb;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3a62e8;
}
.kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
  border-bottom: 3px solid rgba(85, 120, 235, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-info {
  border-bottom: 3px solid rgba(85, 120, 235, 0.2);
}
.kt-portlet.kt-portlet--solid-warning {
  background: #ffb822;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
  color: #111111;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title {
  color: #111111;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small {
  color: #020202;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i {
  color: #020202;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  color: #111111;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
  color: #111111;
  border-top: 1px solid transparent;
  background: #ffae03;
}
.kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 184, 34, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-warning {
  border-bottom: 3px solid rgba(255, 184, 34, 0.2);
}
.kt-portlet.kt-portlet--solid-danger {
  background: #fd397a;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #fd1b66;
}
.kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
  border-bottom: 3px solid rgba(253, 57, 122, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-danger {
  border-bottom: 3px solid rgba(253, 57, 122, 0.2);
}
.kt-portlet.kt-portlet--sortable .kt-portlet__head {
  cursor: move;
}
.kt-portlet.kt-portlet--sortable-empty {
  visibility: hidden;
  height: 45px;
  min-height: 125px;
}
.kt-portlet.ui-sortable-helper {
  border: 1px dashed #ebedf2;
}
.kt-portlet .kt-portlet__head {
  transition: left 0.3s, right 0.3s, height 0.3s;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head {
  transition: left 0.3s, right 0.3s, height 0.3s;
  position: fixed;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  z-index: 101;
  background: #fff;
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  color: #fff;
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
  color: rgba(255, 255, 255, 0.8);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
  color: rgba(255, 255, 255, 0.8);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head:not(.kt-portlet__head--noborder) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
  color: #fff;
}
.kt-portlet .kt-portlet__space-x {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.kt-portlet .kt-portlet__space-y {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.kt-portlet.kt-portlet--collapsed > .kt-form,
.kt-portlet.kt-portlet--collapsed > .kt-portlet__body {
  display: none;
}
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before {
  content: "\f113";
}
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before {
  content: "\f28e";
}
.kt-portlet .kt-portlet__head.kt-portlet__head--fit {
  padding: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit {
  padding: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-top {
  padding-top: 0 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-bottom {
  padding-bottom: 0 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-x,
.kt-portlet .kt-portlet__body.kt-portlet__body--hor-fit {
  padding-left: 0;
  padding-right: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-y {
  padding-top: 0;
  padding-bottom: 0;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--fit {
  padding: 0;
}
.kt-portlet.kt-portlet--space {
  padding-left: 25px;
  padding-right: 25px;
}
.kt-portlet.kt-portlet--space .kt-portlet__head,
.kt-portlet.kt-portlet--space .kt-portlet__body,
.kt-portlet.kt-portlet--space .kt-portlet__foot {
  padding-left: 0;
  padding-right: 0;
}
.kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
  border-bottom: 0;
}
.kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
  padding-top: 12.5px;
}
.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar {
  display: flex;
  align-items: stretch;
}
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
  border-bottom: 3px solid #f7f8fa;
}
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
  margin-bottom: -3px;
}
.kt-portlet.kt-portlet--solid-brand {
  background: #385aeb;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #1c43e8;
}
.kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
  border-bottom: 3px solid rgba(56, 90, 235, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-brand {
  border-bottom: 3px solid rgba(56, 90, 235, 0.2);
}
.kt-portlet.kt-portlet--solid-metal {
  background: #d3dae6;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head {
  color: #586272;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-title {
  color: #586272;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-title small {
  color: #4b5361;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-icon i {
  color: #4b5361;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-metal .kt-portlet__body {
  color: #586272;
}
.kt-portlet.kt-portlet--solid-metal .kt-portlet__foot {
  color: #586272;
  border-top: 1px solid transparent;
  background: #bfcadb;
}
.kt-portlet.kt-portlet--tabs-border-3x-metal .kt-portlet__head {
  border-bottom: 3px solid rgba(211, 218, 230, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-metal {
  border-bottom: 3px solid rgba(211, 218, 230, 0.2);
}
.kt-portlet.kt-portlet--solid-light {
  background: #ffffff;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head {
  color: #282a3c;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title {
  color: #282a3c;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small {
  color: #1c1d2a;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i {
  color: #1c1d2a;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  color: #282a3c;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
  color: #282a3c;
  border-top: 1px solid transparent;
  background: #f0f0f0;
}
.kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-light {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.kt-portlet.kt-portlet--solid-dark {
  background: #645ca1;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #58518d;
}
.kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
  border-bottom: 3px solid rgba(100, 92, 161, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-dark {
  border-bottom: 3px solid rgba(100, 92, 161, 0.2);
}
.kt-portlet.kt-portlet--solid-accent {
  background: #00c5dc;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-accent .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-accent .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #00aabd;
}
.kt-portlet.kt-portlet--tabs-border-3x-accent .kt-portlet__head {
  border-bottom: 3px solid rgba(0, 197, 220, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-accent {
  border-bottom: 3px solid rgba(0, 197, 220, 0.2);
}
.kt-portlet.kt-portlet--solid-focus {
  background: #9816f4;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-focus .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-focus .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #880be1;
}
.kt-portlet.kt-portlet--tabs-border-3x-focus .kt-portlet__head {
  border-bottom: 3px solid rgba(152, 22, 244, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-focus {
  border-bottom: 3px solid rgba(152, 22, 244, 0.2);
}
.kt-portlet.kt-portlet--solid-primary {
  background: #5867dd;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3f50d8;
}
.kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
  border-bottom: 3px solid rgba(88, 103, 221, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-primary {
  border-bottom: 3px solid rgba(88, 103, 221, 0.2);
}
.kt-portlet.kt-portlet--solid-success {
  background: #1dc9b7;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #19ae9f;
}
.kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
  border-bottom: 3px solid rgba(29, 201, 183, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-success {
  border-bottom: 3px solid rgba(29, 201, 183, 0.2);
}
.kt-portlet.kt-portlet--solid-info {
  background: #5578eb;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3a62e8;
}
.kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
  border-bottom: 3px solid rgba(85, 120, 235, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-info {
  border-bottom: 3px solid rgba(85, 120, 235, 0.2);
}
.kt-portlet.kt-portlet--solid-warning {
  background: #ffb822;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
  color: #111111;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title {
  color: #111111;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small {
  color: #020202;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i {
  color: #020202;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  color: #111111;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
  color: #111111;
  border-top: 1px solid transparent;
  background: #ffae03;
}
.kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 184, 34, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-warning {
  border-bottom: 3px solid rgba(255, 184, 34, 0.2);
}
.kt-portlet.kt-portlet--solid-danger {
  background: #fd397a;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #fd1b66;
}
.kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
  border-bottom: 3px solid rgba(253, 57, 122, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-danger {
  border-bottom: 3px solid rgba(253, 57, 122, 0.2);
}
.kt-portlet.kt-portlet--sortable .kt-portlet__head {
  cursor: move;
}
.kt-portlet.kt-portlet--sortable-empty {
  visibility: hidden;
  height: 45px;
  min-height: 125px;
}
.kt-portlet.ui-sortable-helper {
  border: 1px dashed #ebedf2;
}
.kt-portlet .kt-portlet__head {
  transition: height 0.3s;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head {
  transition: height 0.3s;
  position: fixed;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  z-index: 101;
  background: #fff;
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  color: #fff;
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
  color: rgba(255, 255, 255, 0.8);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
  color: rgba(255, 255, 255, 0.8);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head:not(.kt-portlet__head--noborder) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
  color: #fff;
}
.kt-portlet .kt-portlet__space-x {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.kt-portlet .kt-portlet__space-y {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.kt-portlet.kt-portlet--collapsed > .kt-form,
.kt-portlet.kt-portlet--collapsed > .kt-portlet__body {
  display: none;
}
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before {
  content: "\f113";
}
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before {
  content: "\f28e";
}

.tooltip-portlet {
  opacity: 1;
}

@media (min-width: 1025px) {
  .kt-portlet.kt-portlet--height-fluid {
    height: calc(100% - 20px);
  }
  .kt-portlet.kt-portlet--height-fluid .kt-portlet__body {
    flex-grow: 1;
  }
  .kt-portlet.kt-portlet--height-fluid-half {
    height: calc(50% - 20px);
  }
  .kt-portlet.kt-portlet--height-fluid-half .kt-portlet__body {
    flex-grow: 1;
  }
}
@media (max-width: 1024px) {
  .kt-portlet {
    margin-bottom: 10px;
  }
  .kt-portlet .kt-portlet__head {
    padding: 0 15px;
    min-height: 50px;
  }
  .kt-portlet .kt-portlet__head.kt-portlet__head--sm {
    min-height: 40px;
  }
  .kt-portlet .kt-portlet__head.kt-portlet__head--lg {
    min-height: 60px;
  }
  .kt-portlet .kt-portlet__head.kt-portlet__head--xl {
    min-height: 80px;
  }
  .kt-portlet.kt-portlet--head-sm .kt-portlet__head {
    min-height: 40px;
  }
  .kt-portlet.kt-portlet--head-lg .kt-portlet__head {
    min-height: 60px;
  }
  .kt-portlet.kt-portlet--head-xl .kt-portlet__head {
    min-height: 80px;
  }
  .kt-portlet .kt-portlet__body {
    padding: 15px;
  }
  .kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
    margin-left: -15px;
    margin-right: -15px;
  }
  .kt-portlet .kt-portlet__foot {
    padding: 15px;
  }
  .kt-portlet.kt-portlet--marginless {
    margin-bottom: 0;
  }
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head {
    height: 40px;
  }
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--sm {
    height: 30px;
  }
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--lg {
    height: 50px;
  }
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--xl {
    height: 70px;
  }
  .kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
    height: 50px;
  }
  .kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
    margin-top: -50px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head {
    height: 40px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body {
    margin-top: -40px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head {
    height: 60px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body {
    margin-top: -60px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head {
    height: 80px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body {
    margin-top: -80px;
  }
  .kt-portlet.kt-portlet--head--noborder .kt-portlet__body {
    padding-top: 7.5px;
  }
  .kt-portlet .kt-portlet__space-x {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .kt-portlet .kt-portlet__space-y {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .kt-portlet.kt-portlet--head-break-sm .kt-portlet__head {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: initial !important;
    height: auto;
    flex-wrap: wrap;
  }
  .kt-portlet.kt-portlet--head-break-sm .kt-portlet__head .kt-portlet__head-label {
    margin-bottom: 1rem;
  }
}
.kt-datatable {
  display: none;
}

.kt-datatable.kt-datatable--default {
  display: block;
  margin-bottom: 25px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table {
  border-collapse: collapse;
  overflow: hidden;
  display: none;
  width: 100%;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot {
  visibility: hidden;
  display: block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  width: 100%;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell {
  vertical-align: middle;
  padding: 10px;
  font-size: 1rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:first-child {
  padding-left: 25px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:last-child {
  padding-right: 25px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left {
  text-align: left;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span {
  text-align: left;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right {
  text-align: right;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span {
  text-align: right;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i {
  right: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center {
  text-align: center;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span {
  text-align: center;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort {
  cursor: pointer;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i {
  font-size: 0.6rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing {
  cursor: col-resize;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check {
  text-align: center;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span {
  overflow: visible;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox {
  top: 2px;
  padding: 0;
  margin: 0 0 0 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span {
  width: 12px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail {
  display: inline-block;
  text-align: right;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i {
  font-size: 1.4rem;
  width: 12px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown {
  display: inline-block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu {
  margin-top: 0.5rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu {
  margin-top: auto;
  margin-bottom: 0.5rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right {
  margin-right: -0.8rem;
  /*rtl:ignore*/
  margin-left: 65px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left {
  margin-left: -10rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock {
  border: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
  font-weight: 500;
  vertical-align: middle;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell {
  padding: 16px 10px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span > i {
  display: inline-block;
  position: relative;
  right: -10px;
  line-height: 0;
  vertical-align: middle;
  font-size: 1.1rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body.ps {
  padding-bottom: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell {
  font-weight: regular;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox {
  top: 1px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail {
  display: block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail {
  display: block;
  padding: 0 60px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row {
  display: table-row;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell {
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell > span {
  width: auto !important;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell:first-child {
  font-weight: 500;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell:last-child {
  font-weight: regular;
  padding-left: 20px;
}
.kt-datatable.kt-datatable--default.kt-datatable--error .kt-datatable__body {
  padding: 30px;
  text-align: center;
}
.kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock,
.kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock,
.kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
.kt-datatable.kt-datatable--default.kt-datatable--loaded {
  display: block;
}
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table {
  display: block;
}
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__head,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__body,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__foot {
  visibility: visible;
  display: block;
  position: relative;
}
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  display: table;
  table-layout: initial;
}
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table {
  display: block;
}
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__head,
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__foot {
  overflow: hidden;
}
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  position: relative;
}
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__body {
  overflow: hidden;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager {
  margin: 0px;
  padding: 25px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager.kt-datatable__pager--top {
  margin-bottom: 20px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav {
  margin: 0;
  padding: 0;
  display: flex;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li {
  padding: 0;
  margin-right: 5px;
  display: inline-block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li:last-child {
  margin-right: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  min-width: 2.25rem;
  padding: 0.5rem;
  border-radius: 3px;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link > i {
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--more-prev, .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--more-next {
  font-weight: 600;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input {
  height: 2.25rem;
  width: 3.5rem;
  text-align: center;
  border-radius: 3px !important;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info {
  display: flex;
  align-items: center;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size {
  margin-right: 10px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle {
  height: 2.25rem;
  padding: 0.45rem 1rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu.inner > li.selected > a span.check-mark {
  margin-top: -0.6rem;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table {
  margin-bottom: 0;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable > i,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable > i,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable > i {
  line-height: 0;
  font-size: 1.4rem;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable:hover,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable:hover,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable:hover {
  text-decoration: none;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable {
  display: table;
  width: 100%;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable > .kt-datatable__subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable > .kt-datatable__subtable {
  padding: 20px;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .kt-datatable.kt-datatable--default {
    margin-bottom: 15px;
  }
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:first-child,
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:first-child,
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:first-child {
    padding-left: 15px;
  }
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:last-child,
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:last-child,
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:last-child {
    padding-right: 15px;
  }
  .kt-datatable.kt-datatable--default > .kt-datatable__pager {
    margin: 0;
    padding: 15px 15px 7.5px 15px;
  }
  .kt-datatable.kt-datatable--default > .kt-datatable__pager .kt-datatable__pager-nav,
  .kt-datatable.kt-datatable--default > .kt-datatable__pager .kt-datatable__pager-info {
    margin-top: 10px;
  }
}
.kt-datatable > .kt-datatable__table {
  background-color: #fff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--left,
.kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--left,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--left {
  z-index: 1;
  box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--right,
.kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--right,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--right {
  box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--scroll,
.kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--scroll,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--scroll {
  position: relative;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  border-bottom: 1px solid #f0f3ff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span,
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span {
  background: #f0f3ff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span,
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span {
  background: #e8ecfa;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail {
  vertical-align: middle;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail i {
  transition: color 0.3s ease;
  color: #385aeb;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail i:before {
  line-height: 0;
  vertical-align: middle;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail:hover i, .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail.kt-datatable__toggle-detail--active i {
  transition: color 0.3s ease;
  color: #385aeb;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail table {
  border-left: 1px solid #f0f3ff;
  border-right: 1px solid #f0f3ff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell {
  background: transparent;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
  color: #595d6e;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span > i {
  color: #385aeb;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
  color: #93a2dd;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
  transition: all 0.3s;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--first, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--prev, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--next, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--last {
  background: #f0f3ff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--first:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--prev:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--next:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--last:hover {
  background: #385aeb;
  color: #ffffff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link:hover {
  background: #385aeb;
  color: #ffffff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link:hover {
  transition: all 0.3s;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--active {
  background: #385aeb;
  color: #ffffff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled:hover {
  color: #93a2dd;
  background: #f0f3ff;
  opacity: 0.3;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input {
  background: #f0f3ff;
  border-color: #f0f3ff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input {
  transition: all 0.3s;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input:focus {
  background: #385aeb;
  border-color: #385aeb;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input:focus {
  transition: all 0.3s;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle {
  font-size: 1rem;
  font-weight: 500;
  border: 0 !important;
  color: #93a2dd;
  background: #f0f3ff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle i {
  color: #ffffff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size.show > .btn.dropdown-toggle {
  border: 0 !important;
  color: #ffffff !important;
  background: #385aeb;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus i,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover i, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size.show > .btn.dropdown-toggle i {
  color: #ffffff !important;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu {
  z-index: 100;
}
.modal .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu {
  z-index: 1051;
}
.kt-datatable.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable > i {
  color: #385aeb;
}
.kt-datatable.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable {
  border-top: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell {
  transition: background 0.3s ease;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span {
  color: #595d6e;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--hover {
  transition: background 0.3s ease;
  background: transparent;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--even > .kt-datatable__cell {
  background: transparent;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--active > .kt-datatable__cell {
  background: #f7f8fa;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--hover:not(.kt-datatable__row--active) {
  transition: background 0.3s ease;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--hover:not(.kt-datatable__row--active) > .kt-datatable__cell {
  transition: background 0.3s ease;
  background: transparent;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sorted > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sorted > span {
  color: #385aeb;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--subtable-expanded > .kt-datatable__cell {
  background: #f7f8fa !important;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable {
  background: transparent;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable {
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable.kt-datatable__row-loading > .kt-datatable__subtable > .kt-datatable > .kt-datatable__table {
  background: transparent;
}
.kt-datatable .ps > .ps__rail-y > .ps__thumb-y,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x {
  background: #dbe2f7;
}
.kt-datatable .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-datatable .ps > .ps__rail-y > .ps__thumb-y:focus,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x:hover,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x:focus {
  background: #dbe2f7;
}

.kt-scrolltop {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  background: #385aeb;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  opacity: 0;
  border-radius: 8px;
}
.kt-scrolltop {
  transition: all 0.3s;
}
.kt-scrolltop svg {
  height: 20px;
  width: 20px;
}
.kt-scrolltop > i {
  font-size: 1.3rem;
  color: #ffffff;
}
.kt-scrolltop g [fill] {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.kt-scrolltop:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-scrolltop:hover > i {
  color: #ffffff;
}
.kt-scrolltop--on .kt-scrolltop {
  opacity: 0.3;
  animation: kt-scrolltop-show-animation 0.4s ease-out 1;
  display: flex;
}
.kt-scrolltop--on .kt-scrolltop:hover {
  opacity: 1;
}
.kt-scrolltop--on .kt-scrolltop:hover {
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .kt-scrolltop {
    bottom: 30px;
    right: 15px;
  }
}

@keyframes kt-scrolltop-show-animation {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}
.kt-form .kt-form__group.kt-form__group--inline {
  display: table;
  padding: 0;
}
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__label {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding-right: 1rem;
}
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__label.kt-form__label-no-wrap {
  white-space: nowrap;
}
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__label > label {
  margin: 0;
}
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__control {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
}
.kt-form .kt-form__actions.kt-form__actions--right {
  text-align: right;
}
.kt-form .kt-form__actions.kt-form__actions--center {
  text-align: center;
}
.kt-form.kt-form--center {
  width: 60%;
  margin: 0 auto;
}

.is-valid .valid-feedback {
  display: inline-block;
}

.is-invalid .invalid-feedback {
  display: inline-block;
}

@media (min-width: 1025px) {
  .kt-form.kt-form--label-right .form-group label:not(.kt-checkbox):not(.kt-radio):not(.kt-option) {
    text-align: right;
  }
  .kt-form.kt-form--label-min-height .form-group.label-min-height label:not(.kt-checkbox):not(.kt-radio):not(.kt-option) {
    min-height: 3rem;
  }
}
.kt-input-icon {
  position: relative;
  padding: 0;
  width: 100%;
}
.kt-input-icon > .kt-input-icon__icon {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  width: 3.2rem;
}
.kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--left {
  left: 0;
}
.kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--right {
  right: 0;
}
.kt-input-icon > .kt-input-icon__icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.kt-input-icon > .kt-input-icon__icon > span i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #74788d;
}
.kt-input-icon > .kt-input-icon__icon [class^=la-],
.kt-input-icon > .kt-input-icon__icon [class*=" la-"] {
  font-size: 1.4em;
}
.kt-input-icon > .kt-input-icon__icon [class^=fa-],
.kt-input-icon > .kt-input-icon__icon [class*=" fa-"] {
  font-size: 1.2em;
}
.kt-input-icon > .kt-input-icon__icon [class^=flaticon-],
.kt-input-icon > .kt-input-icon__icon [class*=" flaticon-"],
.kt-input-icon > .kt-input-icon__icon [class^=flaticon2-],
.kt-input-icon > .kt-input-icon__icon [class*=" flaticon2-"] {
  font-size: 1.3em;
}
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon {
  width: 4.2rem;
}
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^=la-],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" la-"] {
  font-size: 1.6em;
}
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^=fa-],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" fa-"] {
  font-size: 1.3em;
}
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^=flaticon-],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" flaticon-"],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^=flaticon2-],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" flaticon2-"] {
  font-size: 1.4em;
}
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon {
  width: 2.7rem;
}
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^=la-],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" la-"] {
  font-size: 1.1em;
}
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^=fa-],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" fa-"] {
  font-size: 1em;
}
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^=flaticon-],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" flaticon-"],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^=flaticon2-],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" flaticon2-"] {
  font-size: 1em;
}
.kt-input-icon.kt-input-icon--left .form-control {
  padding-left: 2.8rem;
}
.kt-input-icon.kt-input-icon--left .form-control.form-control-lg {
  padding-left: 3.6rem;
}
.kt-input-icon.kt-input-icon--left .form-control.form-control-sm {
  padding-left: 2.5rem;
}
.kt-input-icon.kt-input-icon--right .form-control {
  padding-right: 2.8rem;
}
.kt-input-icon.kt-input-icon--right .form-control.form-control-lg {
  padding-right: 3.6rem;
}
.kt-input-icon.kt-input-icon--right .form-control.form-control-sm {
  padding-right: 2.5rem;
}
.kt-input-icon.kt-input-icon--fixed {
  display: inline-block;
}
.kt-input-icon.kt-input-icon--fixed-large {
  display: inline-block;
}
.kt-input-icon.kt-input-icon--fixed-small {
  display: inline-block;
}

.kt-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.kt-checkbox.kt-checkbox--disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.kt-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.kt-checkbox > span {
  border-radius: 3px;
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
}
.kt-checkbox > span:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
  transform: rotate(45deg) /*rtl:ignore*/;
}
.kt-checkbox > input:checked ~ span {
  transition: all 0.3s ease;
  background: none;
}
.kt-checkbox > input:checked ~ span:after {
  display: block;
}
.kt-checkbox:hover > input:not([disabled]):checked ~ span,
.kt-checkbox > input:checked ~ span {
  transition: all 0.3s ease;
}
.kt-checkbox > input:disabled ~ span {
  opacity: 0.6;
  pointer-events: none;
}
.kt-checkbox.kt-checkbox--solid > span {
  border: 1px solid transparent;
}
.kt-checkbox.kt-checkbox--solid:hover > input:not([disabled]) ~ span,
.kt-checkbox.kt-checkbox--solid > input:focus ~ span {
  transition: all 0.3s ease;
}
.kt-checkbox.kt-checkbox--square > span {
  border-radius: 0;
}
.kt-checkbox.kt-checkbox--bold > span {
  border-width: 2px !important;
  transition: all 0.3s ease;
}
.form-inline .kt-checkbox {
  margin-left: 15px;
  margin-right: 15px;
}
.kt-checkbox.kt-checkbox--single {
  width: 18px;
  height: 18px;
}
.kt-checkbox.kt-checkbox--single > span {
  top: 0px;
}
th > .kt-checkbox.kt-checkbox--single, td > .kt-checkbox.kt-checkbox--single {
  right: -5px;
}
.input-group .kt-checkbox {
  margin-bottom: 0 !important;
  padding-left: 0;
}

.kt-checkbox-list {
  padding: 0 0;
}
.form-horizontal .form-group .kt-checkbox-list {
  padding-top: 0;
}
.kt-checkbox-list .kt-checkbox {
  text-align: left;
  display: block;
}
.kt-checkbox-list .kt-checkbox:last-child {
  margin-bottom: 5px;
}

.kt-checkbox-inline {
  padding: 0 0;
}
.kt-checkbox-inline .kt-checkbox {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.kt-checkbox-inline .kt-checkbox:last-child {
  margin-right: 0;
}

.form-group.row .kt-checkbox-inline {
  margin-top: 0.75rem;
}
.form-group.row .kt-checkbox-list {
  margin-top: 2px;
}

.kt-checkbox.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox > span {
  border: 1px solid #d1d7e2;
}
.kt-checkbox > span:after {
  border: solid #bfc7d7;
}
.kt-checkbox > input:disabled ~ span:after {
  border-color: #c8cfdd;
}
.kt-checkbox > input:checked ~ span {
  border: 1px solid #c8cfdd;
}
.kt-checkbox.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #c8cfdd;
}
.kt-checkbox > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--solid > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--solid > span:after {
  border: solid #99a6bf;
}
.kt-checkbox.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--solid > input:checked ~ span {
  background: #dee2ea;
}
.kt-checkbox.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--tick > span:after {
  border: solid #99a6bf;
}
.kt-checkbox.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #dee2ea;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--brand > span {
  border: 1px solid #385aeb;
}
.kt-checkbox.kt-checkbox--brand > span:after {
  border: solid #385aeb;
}
.kt-checkbox.kt-checkbox--brand > input:disabled ~ span:after {
  border-color: #385aeb;
}
.kt-checkbox.kt-checkbox--brand > input:checked ~ span {
  border: 1px solid #385aeb;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #385aeb;
}
.kt-checkbox.kt-checkbox--brand > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span {
  background: #385aeb;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:checked ~ span {
  background: #385aeb;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #385aeb;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--metal > span {
  border: 1px solid #d3dae6;
}
.kt-checkbox.kt-checkbox--metal > span:after {
  border: solid #d3dae6;
}
.kt-checkbox.kt-checkbox--metal > input:disabled ~ span:after {
  border-color: #d3dae6;
}
.kt-checkbox.kt-checkbox--metal > input:checked ~ span {
  border: 1px solid #d3dae6;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #d3dae6;
}
.kt-checkbox.kt-checkbox--metal > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--solid > span {
  background: #d3dae6;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--solid > span:after {
  border: solid #586272;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--solid > input:checked ~ span {
  background: #d3dae6;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > span:after {
  border: solid #586272;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #d3dae6;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--light > span {
  border: 1px solid #ffffff;
}
.kt-checkbox.kt-checkbox--light > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--light > input:disabled ~ span:after {
  border-color: #ffffff;
}
.kt-checkbox.kt-checkbox--light > input:checked ~ span {
  border: 1px solid #ffffff;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #ffffff;
}
.kt-checkbox.kt-checkbox--light > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > span:after {
  border: solid #282a3c;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > input:checked ~ span {
  background: #ffffff;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > span:after {
  border: solid #282a3c;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--dark > span {
  border: 1px solid #645ca1;
}
.kt-checkbox.kt-checkbox--dark > span:after {
  border: solid #645ca1;
}
.kt-checkbox.kt-checkbox--dark > input:disabled ~ span:after {
  border-color: #645ca1;
}
.kt-checkbox.kt-checkbox--dark > input:checked ~ span {
  border: 1px solid #645ca1;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #645ca1;
}
.kt-checkbox.kt-checkbox--dark > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > span {
  background: #645ca1;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > input:checked ~ span {
  background: #645ca1;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #645ca1;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--accent > span {
  border: 1px solid #00c5dc;
}
.kt-checkbox.kt-checkbox--accent > span:after {
  border: solid #00c5dc;
}
.kt-checkbox.kt-checkbox--accent > input:disabled ~ span:after {
  border-color: #00c5dc;
}
.kt-checkbox.kt-checkbox--accent > input:checked ~ span {
  border: 1px solid #00c5dc;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #00c5dc;
}
.kt-checkbox.kt-checkbox--accent > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--solid > span {
  background: #00c5dc;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--solid > input:checked ~ span {
  background: #00c5dc;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #00c5dc;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--focus > span {
  border: 1px solid #9816f4;
}
.kt-checkbox.kt-checkbox--focus > span:after {
  border: solid #9816f4;
}
.kt-checkbox.kt-checkbox--focus > input:disabled ~ span:after {
  border-color: #9816f4;
}
.kt-checkbox.kt-checkbox--focus > input:checked ~ span {
  border: 1px solid #9816f4;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #9816f4;
}
.kt-checkbox.kt-checkbox--focus > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--solid > span {
  background: #9816f4;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--solid > input:checked ~ span {
  background: #9816f4;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #9816f4;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--primary > span {
  border: 1px solid #5867dd;
}
.kt-checkbox.kt-checkbox--primary > span:after {
  border: solid #5867dd;
}
.kt-checkbox.kt-checkbox--primary > input:disabled ~ span:after {
  border-color: #5867dd;
}
.kt-checkbox.kt-checkbox--primary > input:checked ~ span {
  border: 1px solid #5867dd;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5867dd;
}
.kt-checkbox.kt-checkbox--primary > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > span {
  background: #5867dd;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > input:checked ~ span {
  background: #5867dd;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #5867dd;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--success > span {
  border: 1px solid #1dc9b7;
}
.kt-checkbox.kt-checkbox--success > span:after {
  border: solid #1dc9b7;
}
.kt-checkbox.kt-checkbox--success > input:disabled ~ span:after {
  border-color: #1dc9b7;
}
.kt-checkbox.kt-checkbox--success > input:checked ~ span {
  border: 1px solid #1dc9b7;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #1dc9b7;
}
.kt-checkbox.kt-checkbox--success > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > span {
  background: #1dc9b7;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > input:checked ~ span {
  background: #1dc9b7;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #1dc9b7;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--info > span {
  border: 1px solid #5578eb;
}
.kt-checkbox.kt-checkbox--info > span:after {
  border: solid #5578eb;
}
.kt-checkbox.kt-checkbox--info > input:disabled ~ span:after {
  border-color: #5578eb;
}
.kt-checkbox.kt-checkbox--info > input:checked ~ span {
  border: 1px solid #5578eb;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5578eb;
}
.kt-checkbox.kt-checkbox--info > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > span {
  background: #5578eb;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > input:checked ~ span {
  background: #5578eb;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #5578eb;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--warning > span {
  border: 1px solid #ffb822;
}
.kt-checkbox.kt-checkbox--warning > span:after {
  border: solid #ffb822;
}
.kt-checkbox.kt-checkbox--warning > input:disabled ~ span:after {
  border-color: #ffb822;
}
.kt-checkbox.kt-checkbox--warning > input:checked ~ span {
  border: 1px solid #ffb822;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #ffb822;
}
.kt-checkbox.kt-checkbox--warning > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > span:after {
  border: solid #111111;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > input:checked ~ span {
  background: #ffb822;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > span:after {
  border: solid #111111;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #ffb822;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--danger > span {
  border: 1px solid #fd397a;
}
.kt-checkbox.kt-checkbox--danger > span:after {
  border: solid #fd397a;
}
.kt-checkbox.kt-checkbox--danger > input:disabled ~ span:after {
  border-color: #fd397a;
}
.kt-checkbox.kt-checkbox--danger > input:checked ~ span {
  border: 1px solid #fd397a;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #fd397a;
}
.kt-checkbox.kt-checkbox--danger > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > span {
  background: #fd397a;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > input:checked ~ span {
  background: #fd397a;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #fd397a;
}

.kt-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.kt-radio.kt-radio--disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.kt-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.kt-radio > span {
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50% !important;
}
.kt-radio > span:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100% !important;
}
.kt-radio > input:checked ~ span {
  transition: all 0.3s ease;
  background: none;
}
.kt-radio > input:checked ~ span:after {
  display: block;
}
.kt-radio:hover > input:not([disabled]):checked ~ span,
.kt-radio > input:checked ~ span {
  transition: all 0.3s ease;
}
.kt-radio > input:disabled ~ span {
  opacity: 0.6;
  pointer-events: none;
}
.kt-radio.kt-radio--solid > span {
  border: 1px solid transparent;
}
.kt-radio.kt-radio--solid:hover > input:not([disabled]) ~ span,
.kt-radio.kt-radio--solid > input:focus ~ span {
  transition: all 0.3s ease;
}
.kt-radio.kt-radio--square > span {
  border-radius: 0;
}
.kt-radio.kt-radio--bold > span {
  border-width: 2px !important;
  transition: all 0.3s ease;
}
.form-inline .kt-radio {
  margin-left: 15px;
  margin-right: 15px;
}
.kt-radio.kt-radio--single {
  width: 18px;
  height: 18px;
}
.kt-radio.kt-radio--single > span {
  top: 0px;
}
th > .kt-radio.kt-radio--single, td > .kt-radio.kt-radio--single {
  right: -5px;
}
.input-group .kt-radio {
  margin-bottom: 0 !important;
  padding-left: 0;
}

.kt-radio-list {
  padding: 0 0;
}
.form-horizontal .form-group .kt-radio-list {
  padding-top: 0;
}
.kt-radio-list .kt-radio {
  display: block;
  text-align: left;
}
.kt-radio-list .kt-radio:last-child {
  margin-bottom: 5px;
}

.kt-radio-inline {
  padding: 0 0;
}
.kt-radio-inline .kt-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.kt-radio-inline .kt-radio:last-child {
  margin-right: 0;
}

.form-group.row .kt-radio-inline {
  margin-top: 0.75rem;
}
.form-group.row .kt-radio-list {
  margin-top: 2px;
}

.kt-radio.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio > span {
  border: 1px solid #d1d7e2;
}
.kt-radio > span:after {
  border: solid #bfc7d7;
  background: #bfc7d7;
}
.kt-radio > input:disabled ~ span:after {
  border-color: #c8cfdd;
}
.kt-radio > input:checked ~ span {
  border: 1px solid #c8cfdd;
}
.kt-radio.kt-radio--bold > input:checked ~ span {
  border: 2px solid #c8cfdd;
}
.kt-radio > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--solid > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--solid > span:after {
  border: solid #99a6bf;
  background: #99a6bf;
}
.kt-radio.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--solid > input:checked ~ span {
  background: #dee2ea;
}
.kt-radio.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--tick > input:checked ~ span:after {
  border: solid #dee2ea;
  background: #dee2ea;
}
.kt-radio.kt-radio--brand.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--brand > span {
  border: 1px solid #385aeb;
}
.kt-radio.kt-radio--brand > span:after {
  border: solid #385aeb;
  background: #385aeb;
}
.kt-radio.kt-radio--brand > input:disabled ~ span:after {
  border-color: #385aeb;
}
.kt-radio.kt-radio--brand > input:checked ~ span {
  border: 1px solid #385aeb;
}
.kt-radio.kt-radio--brand.kt-radio--bold > input:checked ~ span {
  border: 2px solid #385aeb;
}
.kt-radio.kt-radio--brand > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--brand.kt-radio--solid > span {
  background: #385aeb;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--brand.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--brand.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--brand.kt-radio--solid > input:checked ~ span {
  background: #385aeb;
}
.kt-radio.kt-radio--brand.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--brand.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--brand.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--brand.kt-radio--tick > input:checked ~ span:after {
  border: solid #385aeb;
  background: #385aeb;
}
.kt-radio.kt-radio--metal.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--metal > span {
  border: 1px solid #d3dae6;
}
.kt-radio.kt-radio--metal > span:after {
  border: solid #d3dae6;
  background: #d3dae6;
}
.kt-radio.kt-radio--metal > input:disabled ~ span:after {
  border-color: #d3dae6;
}
.kt-radio.kt-radio--metal > input:checked ~ span {
  border: 1px solid #d3dae6;
}
.kt-radio.kt-radio--metal.kt-radio--bold > input:checked ~ span {
  border: 2px solid #d3dae6;
}
.kt-radio.kt-radio--metal > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--metal.kt-radio--solid > span {
  background: #d3dae6;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--metal.kt-radio--solid > span:after {
  border: solid #586272;
  background: #586272;
}
.kt-radio.kt-radio--metal.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--metal.kt-radio--solid > input:checked ~ span {
  background: #d3dae6;
}
.kt-radio.kt-radio--metal.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--metal.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--metal.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--metal.kt-radio--tick > input:checked ~ span:after {
  border: solid #d3dae6;
  background: #d3dae6;
}
.kt-radio.kt-radio--light.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--light > span {
  border: 1px solid #ffffff;
}
.kt-radio.kt-radio--light > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--light > input:disabled ~ span:after {
  border-color: #ffffff;
}
.kt-radio.kt-radio--light > input:checked ~ span {
  border: 1px solid #ffffff;
}
.kt-radio.kt-radio--light.kt-radio--bold > input:checked ~ span {
  border: 2px solid #ffffff;
}
.kt-radio.kt-radio--light > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--light.kt-radio--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--light.kt-radio--solid > span:after {
  border: solid #282a3c;
  background: #282a3c;
}
.kt-radio.kt-radio--light.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--light.kt-radio--solid > input:checked ~ span {
  background: #ffffff;
}
.kt-radio.kt-radio--light.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--light.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--light.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--light.kt-radio--tick > input:checked ~ span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--dark.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--dark > span {
  border: 1px solid #645ca1;
}
.kt-radio.kt-radio--dark > span:after {
  border: solid #645ca1;
  background: #645ca1;
}
.kt-radio.kt-radio--dark > input:disabled ~ span:after {
  border-color: #645ca1;
}
.kt-radio.kt-radio--dark > input:checked ~ span {
  border: 1px solid #645ca1;
}
.kt-radio.kt-radio--dark.kt-radio--bold > input:checked ~ span {
  border: 2px solid #645ca1;
}
.kt-radio.kt-radio--dark > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--dark.kt-radio--solid > span {
  background: #645ca1;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--dark.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--dark.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--dark.kt-radio--solid > input:checked ~ span {
  background: #645ca1;
}
.kt-radio.kt-radio--dark.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--dark.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--dark.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--dark.kt-radio--tick > input:checked ~ span:after {
  border: solid #645ca1;
  background: #645ca1;
}
.kt-radio.kt-radio--accent.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--accent > span {
  border: 1px solid #00c5dc;
}
.kt-radio.kt-radio--accent > span:after {
  border: solid #00c5dc;
  background: #00c5dc;
}
.kt-radio.kt-radio--accent > input:disabled ~ span:after {
  border-color: #00c5dc;
}
.kt-radio.kt-radio--accent > input:checked ~ span {
  border: 1px solid #00c5dc;
}
.kt-radio.kt-radio--accent.kt-radio--bold > input:checked ~ span {
  border: 2px solid #00c5dc;
}
.kt-radio.kt-radio--accent > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--accent.kt-radio--solid > span {
  background: #00c5dc;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--accent.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--accent.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--accent.kt-radio--solid > input:checked ~ span {
  background: #00c5dc;
}
.kt-radio.kt-radio--accent.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--accent.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--accent.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--accent.kt-radio--tick > input:checked ~ span:after {
  border: solid #00c5dc;
  background: #00c5dc;
}
.kt-radio.kt-radio--focus.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--focus > span {
  border: 1px solid #9816f4;
}
.kt-radio.kt-radio--focus > span:after {
  border: solid #9816f4;
  background: #9816f4;
}
.kt-radio.kt-radio--focus > input:disabled ~ span:after {
  border-color: #9816f4;
}
.kt-radio.kt-radio--focus > input:checked ~ span {
  border: 1px solid #9816f4;
}
.kt-radio.kt-radio--focus.kt-radio--bold > input:checked ~ span {
  border: 2px solid #9816f4;
}
.kt-radio.kt-radio--focus > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--focus.kt-radio--solid > span {
  background: #9816f4;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--focus.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--focus.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--focus.kt-radio--solid > input:checked ~ span {
  background: #9816f4;
}
.kt-radio.kt-radio--focus.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--focus.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--focus.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--focus.kt-radio--tick > input:checked ~ span:after {
  border: solid #9816f4;
  background: #9816f4;
}
.kt-radio.kt-radio--primary.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--primary > span {
  border: 1px solid #5867dd;
}
.kt-radio.kt-radio--primary > span:after {
  border: solid #5867dd;
  background: #5867dd;
}
.kt-radio.kt-radio--primary > input:disabled ~ span:after {
  border-color: #5867dd;
}
.kt-radio.kt-radio--primary > input:checked ~ span {
  border: 1px solid #5867dd;
}
.kt-radio.kt-radio--primary.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5867dd;
}
.kt-radio.kt-radio--primary > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--primary.kt-radio--solid > span {
  background: #5867dd;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--primary.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--primary.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--primary.kt-radio--solid > input:checked ~ span {
  background: #5867dd;
}
.kt-radio.kt-radio--primary.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--primary.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--primary.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--primary.kt-radio--tick > input:checked ~ span:after {
  border: solid #5867dd;
  background: #5867dd;
}
.kt-radio.kt-radio--success.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--success > span {
  border: 1px solid #1dc9b7;
}
.kt-radio.kt-radio--success > span:after {
  border: solid #1dc9b7;
  background: #1dc9b7;
}
.kt-radio.kt-radio--success > input:disabled ~ span:after {
  border-color: #1dc9b7;
}
.kt-radio.kt-radio--success > input:checked ~ span {
  border: 1px solid #1dc9b7;
}
.kt-radio.kt-radio--success.kt-radio--bold > input:checked ~ span {
  border: 2px solid #1dc9b7;
}
.kt-radio.kt-radio--success > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--success.kt-radio--solid > span {
  background: #1dc9b7;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--success.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--success.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--success.kt-radio--solid > input:checked ~ span {
  background: #1dc9b7;
}
.kt-radio.kt-radio--success.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--success.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--success.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--success.kt-radio--tick > input:checked ~ span:after {
  border: solid #1dc9b7;
  background: #1dc9b7;
}
.kt-radio.kt-radio--info.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--info > span {
  border: 1px solid #5578eb;
}
.kt-radio.kt-radio--info > span:after {
  border: solid #5578eb;
  background: #5578eb;
}
.kt-radio.kt-radio--info > input:disabled ~ span:after {
  border-color: #5578eb;
}
.kt-radio.kt-radio--info > input:checked ~ span {
  border: 1px solid #5578eb;
}
.kt-radio.kt-radio--info.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5578eb;
}
.kt-radio.kt-radio--info > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--info.kt-radio--solid > span {
  background: #5578eb;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--info.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--info.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--info.kt-radio--solid > input:checked ~ span {
  background: #5578eb;
}
.kt-radio.kt-radio--info.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--info.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--info.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--info.kt-radio--tick > input:checked ~ span:after {
  border: solid #5578eb;
  background: #5578eb;
}
.kt-radio.kt-radio--warning.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--warning > span {
  border: 1px solid #ffb822;
}
.kt-radio.kt-radio--warning > span:after {
  border: solid #ffb822;
  background: #ffb822;
}
.kt-radio.kt-radio--warning > input:disabled ~ span:after {
  border-color: #ffb822;
}
.kt-radio.kt-radio--warning > input:checked ~ span {
  border: 1px solid #ffb822;
}
.kt-radio.kt-radio--warning.kt-radio--bold > input:checked ~ span {
  border: 2px solid #ffb822;
}
.kt-radio.kt-radio--warning > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--warning.kt-radio--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--warning.kt-radio--solid > span:after {
  border: solid #111111;
  background: #111111;
}
.kt-radio.kt-radio--warning.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--warning.kt-radio--solid > input:checked ~ span {
  background: #ffb822;
}
.kt-radio.kt-radio--warning.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--warning.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--warning.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--warning.kt-radio--tick > input:checked ~ span:after {
  border: solid #ffb822;
  background: #ffb822;
}
.kt-radio.kt-radio--danger.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--danger > span {
  border: 1px solid #fd397a;
}
.kt-radio.kt-radio--danger > span:after {
  border: solid #fd397a;
  background: #fd397a;
}
.kt-radio.kt-radio--danger > input:disabled ~ span:after {
  border-color: #fd397a;
}
.kt-radio.kt-radio--danger > input:checked ~ span {
  border: 1px solid #fd397a;
}
.kt-radio.kt-radio--danger.kt-radio--bold > input:checked ~ span {
  border: 2px solid #fd397a;
}
.kt-radio.kt-radio--danger > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--danger.kt-radio--solid > span {
  background: #fd397a;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--danger.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--danger.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--danger.kt-radio--solid > input:checked ~ span {
  background: #fd397a;
}
.kt-radio.kt-radio--danger.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--danger.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--danger.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--danger.kt-radio--tick > input:checked ~ span:after {
  border: solid #fd397a;
  background: #fd397a;
}

.kt-switch {
  display: inline-block;
  font-size: 1rem;
}
.kt-switch input:empty {
  margin-left: -999px;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.kt-switch input:empty ~ span {
  display: inline-block;
  position: relative;
  float: left;
  width: 1px;
  text-indent: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.kt-switch input:empty ~ span:before,
.kt-switch input:empty ~ span:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.kt-switch.kt-switch--icon input:empty ~ span:after {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f342";
}
.kt-switch.kt-switch--icon input:checked ~ span:after {
  content: "\f17b";
}
.kt-switch.kt-switch--icon-check input:checked ~ span:after {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f17b";
}
.kt-switch input:empty ~ span {
  line-height: 30px;
  margin: 2px 0;
  height: 30px;
  width: 57px;
  border-radius: 15px;
}
.kt-switch input:empty ~ span:before,
.kt-switch input:empty ~ span:after {
  width: 54px;
  border-radius: 15px;
}
.kt-switch input:empty ~ span:after {
  height: 24px;
  width: 24px;
  line-height: 26px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
}
.kt-switch input:checked ~ span:after {
  margin-left: 26px;
}
.kt-switch.kt-switch--lg input:empty ~ span {
  line-height: 40px;
  margin: 2px 0;
  height: 40px;
  width: 75px;
  border-radius: 20px;
}
.kt-switch.kt-switch--lg input:empty ~ span:before,
.kt-switch.kt-switch--lg input:empty ~ span:after {
  width: 72px;
  border-radius: 20px;
}
.kt-switch.kt-switch--lg input:empty ~ span:after {
  height: 34px;
  width: 34px;
  line-height: 34px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}
.kt-switch.kt-switch--lg input:checked ~ span:after {
  margin-left: 34px;
}
.kt-switch.kt-switch--sm input:empty ~ span {
  line-height: 24px;
  margin: 2px 0;
  height: 24px;
  width: 40px;
  border-radius: 12px;
}
.kt-switch.kt-switch--sm input:empty ~ span:before,
.kt-switch.kt-switch--sm input:empty ~ span:after {
  width: 38px;
  border-radius: 12px;
}
.kt-switch.kt-switch--sm input:empty ~ span:after {
  height: 20px;
  width: 20px;
  line-height: 20px;
  top: 2px;
  bottom: 2px;
  margin-left: 2px;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
}
.kt-switch.kt-switch--sm input:checked ~ span:after {
  margin-left: 16px;
}
.form-group.row .kt-switch {
  margin-top: 0.15rem;
}
.form-group.row .kt-switch.kt-switch--lg {
  margin-top: 0rem;
  position: relative;
  top: -0.3rem;
}
.form-group.row .kt-switch.kt-switch--sm {
  margin-top: 0.3rem;
}

.kt-switch input:empty ~ span:before {
  background-color: #e8ebf1;
}
.kt-switch input:empty ~ span:after {
  color: #f8f9fb;
  background-color: #ffffff;
}
.kt-switch input:checked ~ span:before {
  background-color: #e8ebf1;
}
.kt-switch input:checked ~ span:after {
  background-color: #385aeb;
  color: #ffffff;
}
.kt-switch input[disabled] {
  cursor: not-allowed;
}
.kt-switch input[disabled] ~ span:after,
.kt-switch input[disabled] ~ span:before {
  cursor: not-allowed;
  opacity: 0.7;
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #385aeb;
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty ~ span:after {
  color: #385aeb;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #385aeb;
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:after {
  background-color: #385aeb;
  opacity: 1;
}
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #d3dae6;
}
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:empty ~ span:after {
  color: #d3dae6;
  background-color: #586272;
  opacity: 0.4;
}
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #d3dae6;
}
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--metal input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--metal input:empty ~ span:after {
  color: #586272;
}
.kt-switch.kt-switch--outline.kt-switch--metal input:checked ~ span:before {
  background-color: #586272;
}
.kt-switch.kt-switch--outline.kt-switch--metal input:checked ~ span:after {
  background-color: #d3dae6;
  opacity: 1;
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty ~ span:after {
  color: #ffffff;
  background-color: #282a3c;
  opacity: 0.4;
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--light input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--light input:empty ~ span:after {
  color: #282a3c;
}
.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:before {
  background-color: #282a3c;
}
.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1;
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #645ca1;
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty ~ span:after {
  color: #645ca1;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #645ca1;
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:after {
  background-color: #645ca1;
  opacity: 1;
}
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #00c5dc;
}
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:empty ~ span:after {
  color: #00c5dc;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #00c5dc;
}
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--accent input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--accent input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--accent input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--accent input:checked ~ span:after {
  background-color: #00c5dc;
  opacity: 1;
}
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #9816f4;
}
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:empty ~ span:after {
  color: #9816f4;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #9816f4;
}
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--focus input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--focus input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--focus input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--focus input:checked ~ span:after {
  background-color: #9816f4;
  opacity: 1;
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5867dd;
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5867dd;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5867dd;
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:after {
  background-color: #5867dd;
  opacity: 1;
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #1dc9b7;
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty ~ span:after {
  color: #1dc9b7;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #1dc9b7;
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--success input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--success input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:after {
  background-color: #1dc9b7;
  opacity: 1;
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5578eb;
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5578eb;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5578eb;
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--info input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--info input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:after {
  background-color: #5578eb;
  opacity: 1;
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #ffb822;
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty ~ span:after {
  color: #ffb822;
  background-color: #111111;
  opacity: 0.4;
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #ffb822;
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~ span:after {
  color: #111111;
}
.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:before {
  background-color: #111111;
}
.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:after {
  background-color: #ffb822;
  opacity: 1;
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #fd397a;
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty ~ span:after {
  color: #fd397a;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #fd397a;
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:after {
  background-color: #fd397a;
  opacity: 1;
}

.kt-option {
  display: flex;
  padding: 1.4em;
  border: 1px solid #ebedf2;
  border-radius: 8px;
}
.kt-option .kt-option__control {
  width: 2.7rem;
  padding-top: 0.1rem;
}
.kt-option .kt-option__control .kt-radio {
  display: block;
}
.kt-option .kt-option__label {
  width: 100%;
}
.kt-option .kt-option__label .kt-option__head {
  display: flex;
  justify-content: space-between;
}
.kt-option .kt-option__label .kt-option__head .kt-option__title {
  font-size: 1.1rem;
  font-weight: 400;
  color: #595d6e;
}
.kt-option .kt-option__label .kt-option__head .kt-option__focus {
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
}
.kt-option .kt-option__label .kt-option__body {
  display: block;
  padding-top: 0.7rem;
  font-size: 0.9rem;
  color: #74788d;
}
.kt-option.kt-option--plain {
  border: 0;
  padding: 0;
  margin-top: -0.2rem;
  margin-bottom: 2rem;
  align-items: center;
}
.kt-option.kt-option--plain .kt-option__control {
  vertical-align: middle;
  width: 2.7rem;
}
.kt-option.kt-option--plain .kt-option__control .kt-radio {
  margin-bottom: 1.6rem;
}
.kt-option.kt-option--plain .kt-option__label .kt-option__body {
  padding-top: 0.2rem;
}
.is-valid .kt-option {
  border-color: #1dc9b7;
}
.is-invalid .kt-option {
  border-color: #fd397a;
}

.has-success .kt-option .kt-option__label .kt-option__head .kt-option__title {
  color: #1dc9b7;
}

.has-error .kt-option .kt-option__label .kt-option__head .kt-option__title {
  color: #ffb822;
}

.kt-avatar {
  position: relative;
  display: inline-block;
}
.kt-avatar .kt-avatar__holder {
  width: 120px;
  height: 120px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
}
.kt-avatar .kt-avatar__upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}
.kt-avatar .kt-avatar__upload input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}
.kt-avatar .kt-avatar__upload i {
  color: #385aeb;
  font-size: 0.9rem;
}
.kt-avatar .kt-avatar__upload {
  transition: all 0.3s;
}
.kt-avatar .kt-avatar__upload:hover {
  background-color: #385aeb;
}
.kt-avatar .kt-avatar__upload:hover {
  transition: all 0.3s;
}
.kt-avatar .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar .kt-avatar__cancel {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  right: -10px;
  bottom: -5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.kt-avatar .kt-avatar__cancel i {
  color: #74788d;
  font-size: 0.9rem;
}
.kt-avatar .kt-avatar__cancel i {
  transition: all 0.3s;
}
.kt-avatar .kt-avatar__cancel:hover i {
  color: #385aeb;
}
.kt-avatar .kt-avatar__cancel:hover i {
  transition: all 0.3s;
}
.kt-avatar.kt-avatar--changed .kt-avatar__cancel {
  display: flex;
}
.kt-avatar.kt-avatar--brand .kt-avatar__upload i {
  color: #385aeb;
}
.kt-avatar.kt-avatar--brand .kt-avatar__upload:hover {
  background-color: #385aeb;
}
.kt-avatar.kt-avatar--brand .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--metal .kt-avatar__upload i {
  color: #d3dae6;
}
.kt-avatar.kt-avatar--metal .kt-avatar__upload:hover {
  background-color: #d3dae6;
}
.kt-avatar.kt-avatar--metal .kt-avatar__upload:hover i {
  color: #586272;
}
.kt-avatar.kt-avatar--light .kt-avatar__upload i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--light .kt-avatar__upload:hover {
  background-color: #ffffff;
}
.kt-avatar.kt-avatar--light .kt-avatar__upload:hover i {
  color: #282a3c;
}
.kt-avatar.kt-avatar--dark .kt-avatar__upload i {
  color: #645ca1;
}
.kt-avatar.kt-avatar--dark .kt-avatar__upload:hover {
  background-color: #645ca1;
}
.kt-avatar.kt-avatar--dark .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--accent .kt-avatar__upload i {
  color: #00c5dc;
}
.kt-avatar.kt-avatar--accent .kt-avatar__upload:hover {
  background-color: #00c5dc;
}
.kt-avatar.kt-avatar--accent .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--focus .kt-avatar__upload i {
  color: #9816f4;
}
.kt-avatar.kt-avatar--focus .kt-avatar__upload:hover {
  background-color: #9816f4;
}
.kt-avatar.kt-avatar--focus .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--primary .kt-avatar__upload i {
  color: #5867dd;
}
.kt-avatar.kt-avatar--primary .kt-avatar__upload:hover {
  background-color: #5867dd;
}
.kt-avatar.kt-avatar--primary .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--success .kt-avatar__upload i {
  color: #1dc9b7;
}
.kt-avatar.kt-avatar--success .kt-avatar__upload:hover {
  background-color: #1dc9b7;
}
.kt-avatar.kt-avatar--success .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--info .kt-avatar__upload i {
  color: #5578eb;
}
.kt-avatar.kt-avatar--info .kt-avatar__upload:hover {
  background-color: #5578eb;
}
.kt-avatar.kt-avatar--info .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--warning .kt-avatar__upload i {
  color: #ffb822;
}
.kt-avatar.kt-avatar--warning .kt-avatar__upload:hover {
  background-color: #ffb822;
}
.kt-avatar.kt-avatar--warning .kt-avatar__upload:hover i {
  color: #111111;
}
.kt-avatar.kt-avatar--danger .kt-avatar__upload i {
  color: #fd397a;
}
.kt-avatar.kt-avatar--danger .kt-avatar__upload:hover {
  background-color: #fd397a;
}
.kt-avatar.kt-avatar--danger .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--circle .kt-avatar__holder {
  border-radius: 50%;
}
.kt-avatar.kt-avatar--circle .kt-avatar__upload {
  right: 0px;
  top: 5px;
}
.kt-avatar.kt-avatar--circle .kt-avatar__cancel {
  right: 3px;
  bottom: 10px;
}
.kt-avatar.kt-avatar--outline .kt-avatar__holder {
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

.kt-spinner {
  position: relative;
}
.kt-spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}
.kt-spinner.kt-spinner--sm:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.kt-spinner.kt-spinner--sm.kt-spinner--center:before {
  left: 50%;
  margin-left: -8px;
}
.kt-spinner.kt-spinner--sm.kt-spinner--left:before {
  left: 0;
  right: auto;
}
.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
  left: auto;
  right: 0;
}
.kt-spinner:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.kt-spinner.kt-spinner--center:before {
  left: 50%;
  margin-left: -10px;
}
.kt-spinner.kt-spinner--left:before {
  left: 0;
  right: auto;
}
.kt-spinner.kt-spinner--right:before {
  left: auto;
  right: 0;
}
.kt-spinner.kt-spinner--lg:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.kt-spinner.kt-spinner--lg.kt-spinner--center:before {
  left: 50%;
  margin-left: -12px;
}
.kt-spinner.kt-spinner--lg.kt-spinner--left:before {
  left: 0;
  right: auto;
}
.kt-spinner.kt-spinner--lg.kt-spinner--right:before {
  left: auto;
  right: 0;
}
.kt-spinner:before {
  animation: kt-spinner 0.5s linear infinite;
}
.kt-spinner.kt-spinner--brand:before {
  border: 2px solid #385aeb;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--metal:before {
  border: 2px solid #d3dae6;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--light:before {
  border: 2px solid #ffffff;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--dark:before {
  border: 2px solid #645ca1;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--accent:before {
  border: 2px solid #00c5dc;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--focus:before {
  border: 2px solid #9816f4;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--primary:before {
  border: 2px solid #5867dd;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--success:before {
  border: 2px solid #1dc9b7;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--info:before {
  border: 2px solid #5578eb;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--warning:before {
  border: 2px solid #ffb822;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--danger:before {
  border: 2px solid #fd397a;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--input.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}
.kt-spinner.kt-spinner--input.kt-spinner--left:before {
  right: auto;
  left: 1rem;
}
.kt-spinner.kt-spinner--v2:before {
  animation: kt-spinner 0.5s linear infinite;
}
.kt-spinner.kt-spinner--v2.kt-spinner--brand:before {
  border: 2px solid #c3cdf9;
  border-top-color: #2a4eea;
}
.kt-spinner.kt-spinner--v2.kt-spinner--metal:before {
  border: 2px solid white;
  border-top-color: #c9d2e0;
}
.kt-spinner.kt-spinner--v2.kt-spinner--light:before {
  border: 2px solid white;
  border-top-color: #f7f7f7;
}
.kt-spinner.kt-spinner--v2.kt-spinner--dark:before {
  border: 2px solid #c0bdd9;
  border-top-color: #5e5797;
}
.kt-spinner.kt-spinner--v2.kt-spinner--accent:before {
  border: 2px solid #76f1ff;
  border-top-color: #00b7cd;
}
.kt-spinner.kt-spinner--v2.kt-spinner--focus:before {
  border: 2px solid #d9a8fb;
  border-top-color: #910bef;
}
.kt-spinner.kt-spinner--v2.kt-spinner--primary:before {
  border: 2px solid #d7dbf7;
  border-top-color: #4b5bda;
}
.kt-spinner.kt-spinner--v2.kt-spinner--success:before {
  border: 2px solid #90efe5;
  border-top-color: #1bbcab;
}
.kt-spinner.kt-spinner--v2.kt-spinner--info:before {
  border: 2px solid #dee5fb;
  border-top-color: #476de9;
}
.kt-spinner.kt-spinner--v2.kt-spinner--warning:before {
  border: 2px solid #ffe9bb;
  border-top-color: #ffb313;
}
.kt-spinner.kt-spinner--v2.kt-spinner--danger:before {
  border: 2px solid #ffd0e0;
  border-top-color: #fd2a70;
}

@keyframes kt-spinner {
  to {
    transform: rotate(360deg);
  }
}
.kt-loader {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #f7f8fa;
  opacity: 0;
  animation: kt-loader-scaleout 0.9s infinite ease-in-out;
}
.kt-loader.kt-loader--lg {
  width: 2rem;
  height: 2rem;
}
.kt-loader.kt-loader--sm {
  width: 1rem;
  height: 1rem;
}
.btn .kt-loader {
  position: relative;
  line-height: 0;
}

.kt-loader.kt-loader--brand {
  background-color: #385aeb;
}

.kt-loader.kt-loader--metal {
  background-color: #d3dae6;
}

.kt-loader.kt-loader--light {
  background-color: #ffffff;
}

.kt-loader.kt-loader--dark {
  background-color: #645ca1;
}

.kt-loader.kt-loader--accent {
  background-color: #00c5dc;
}

.kt-loader.kt-loader--focus {
  background-color: #9816f4;
}

.kt-loader.kt-loader--primary {
  background-color: #5867dd;
}

.kt-loader.kt-loader--success {
  background-color: #1dc9b7;
}

.kt-loader.kt-loader--info {
  background-color: #5578eb;
}

.kt-loader.kt-loader--warning {
  background-color: #ffb822;
}

.kt-loader.kt-loader--danger {
  background-color: #fd397a;
}

@keyframes kt-loader-scaleout {
  0% {
    opacity: 0.3;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.kt-pulse {
  position: relative;
}
.kt-pulse .kt-pulse__ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  animation: kt-pulse 3.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #d8dce6;
}
@media screen\0  {
  .kt-pulse .kt-pulse__ring {
    top: 2px;
    left: 2px;
  }
}
.kt-pulse.kt-pulse--brand .kt-pulse__ring {
  border-color: rgba(56, 90, 235, 0.8);
}
.kt-pulse.kt-pulse--metal .kt-pulse__ring {
  border-color: rgba(211, 218, 230, 0.8);
}
.kt-pulse.kt-pulse--light .kt-pulse__ring {
  border-color: rgba(255, 255, 255, 0.8);
}
.kt-pulse.kt-pulse--dark .kt-pulse__ring {
  border-color: rgba(100, 92, 161, 0.8);
}
.kt-pulse.kt-pulse--accent .kt-pulse__ring {
  border-color: rgba(0, 197, 220, 0.8);
}
.kt-pulse.kt-pulse--focus .kt-pulse__ring {
  border-color: rgba(152, 22, 244, 0.8);
}
.kt-pulse.kt-pulse--primary .kt-pulse__ring {
  border-color: rgba(88, 103, 221, 0.8);
}
.kt-pulse.kt-pulse--success .kt-pulse__ring {
  border-color: rgba(29, 201, 183, 0.8);
}
.kt-pulse.kt-pulse--info .kt-pulse__ring {
  border-color: rgba(85, 120, 235, 0.8);
}
.kt-pulse.kt-pulse--warning .kt-pulse__ring {
  border-color: rgba(255, 184, 34, 0.8);
}
.kt-pulse.kt-pulse--danger .kt-pulse__ring {
  border-color: rgba(253, 57, 122, 0.8);
}

@keyframes kt-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.kt-dialog {
  width: 130px;
  margin: 0 auto;
  position: fixed;
  z-index: 1100;
  justify-content: center;
  padding: 1rem;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
}
.kt-dialog.kt-dialog--top-center {
  display: flex;
  top: -100px;
  left: 50%;
  margin-left: -65px;
  transition: top 0.6s ease;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.kt-dialog.kt-dialog--top-center.kt-dialog--shown {
  top: 0px;
  transition: top 0.6s ease;
}
.kt-dialog.kt-dialog--loader {
  font-size: 1rem;
  padding: 0.75rem;
  font-weight: 400;
  color: #595d6e;
}
.kt-dialog.kt-dialog--loader.kt-dialog--brand {
  background-color: rgba(56, 90, 235, 0.1);
  color: #385aeb;
  box-shadow: 0px 0px 20px 0px rgba(56, 90, 235, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--metal {
  background-color: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
  box-shadow: 0px 0px 20px 0px rgba(211, 218, 230, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--dark {
  background-color: rgba(100, 92, 161, 0.1);
  color: #645ca1;
  box-shadow: 0px 0px 20px 0px rgba(100, 92, 161, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--accent {
  background-color: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
  box-shadow: 0px 0px 20px 0px rgba(0, 197, 220, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--focus {
  background-color: rgba(152, 22, 244, 0.1);
  color: #9816f4;
  box-shadow: 0px 0px 20px 0px rgba(152, 22, 244, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--primary {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
  box-shadow: 0px 0px 20px 0px rgba(88, 103, 221, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--success {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
  box-shadow: 0px 0px 20px 0px rgba(29, 201, 183, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--info {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
  box-shadow: 0px 0px 20px 0px rgba(85, 120, 235, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  box-shadow: 0px 0px 20px 0px rgba(255, 184, 34, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--danger {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  box-shadow: 0px 0px 20px 0px rgba(253, 57, 122, 0.3);
}

.kt-grid-nav-v2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item {
  display: flex;
  width: calc(50% - 3px);
  min-height: 180px;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: #f7f8fa;
}
@media screen\0  {
  .kt-grid-nav-v2 .kt-grid-nav-v2__item {
    height: 180px;
  }
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon i {
  font-size: 2.25rem;
  color: #385aeb;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-title {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #5d5b6f;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item {
  transition: all 0.3s;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover {
  text-transform: none;
  background: #385aeb;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover {
  transition: all 0.3s;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-icon i {
  color: #ffffff;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-title {
  color: #ffffff;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(odd) {
  margin: 3px 3px 3px 0;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(even) {
  margin: 3px 0 3px 3px;
}

.kt-grid-nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.kt-grid-nav .kt-grid-nav__item {
  display: flex;
  width: 50%;
  min-height: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-right: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2;
}
@media screen\0  {
  .kt-grid-nav .kt-grid-nav__item {
    height: 160px;
  }
}
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-icon i {
  font-size: 1.85rem;
  color: #74788d;
  opacity: 0.7;
}
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-title {
  display: inline-block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
}
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-desc {
  margin-top: 0.25rem;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
  color: #74788d;
}
.kt-grid-nav .kt-grid-nav__item {
  transition: all 0.3s;
}
.kt-grid-nav .kt-grid-nav__item:hover {
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  text-transform: none;
}
.kt-grid-nav .kt-grid-nav__item:hover {
  transition: all 0.3s;
}
.kt-grid-nav .kt-grid-nav__item:hover .kt-grid-nav__item-icon i {
  opacity: 1;
  color: #385aeb;
}

@media (max-width: 1024px) {
  .kt-grid-nav .kt-grid-nav__item {
    min-height: 80px;
  }
}
@media screen\0  and (max-width: 1024px) {
  .kt-grid-nav .kt-grid-nav__item {
    height: 80px;
  }
}
.kt-head {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem 1rem;
  min-height: 100px;
}
.kt-head.kt-head--sm {
  min-height: 70px;
}
@media screen\0  {
  .kt-head {
    height: 100px;
  }
}
.kt-head .kt-head__title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}
.kt-head .kt-head__sub {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  right: 0;
  left: 0;
  height: 2.8rem;
  bottom: -1.4rem;
}
.kt-head .kt-head__sub .kt-head__desc {
  color: #74788d;
  font-size: 1rem;
  font-weight: 400;
  background: #fff;
  text-align: center;
  padding: 0.75rem 1rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 3px;
}
.kt-head.kt-head--skin-light {
  border-bottom: 1px solid #ebedf2;
}
.kt-head.kt-head--skin-light .kt-head__title {
  color: #595d6e;
}
.kt-head.kt-head--skin-light .kt-head__sub .kt-head__desc {
  color: #74788d;
  background: #f7f8fa;
}

@media (max-width: 1024px) {
  .kt-head {
    padding: 0.5rem 0.5rem;
    min-height: 70px;
  }
}
@media screen\0  and (max-width: 1024px) {
  .kt-head {
    height: 70px;
  }
}
.kt-list {
  position: relative;
  padding: 0;
  margin: 0;
}
.kt-list .kt-list__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
}
.kt-list .kt-list__item .kt-list__icon {
  display: inline-block;
  min-width: 50px;
  padding: 0 15px 0 10px;
  line-height: 0;
  text-align: center;
}
.kt-list .kt-list__item .kt-list__icon [class^=la-],
.kt-list .kt-list__item .kt-list__icon [class*=" la-"] {
  font-size: 1.6rem;
}
.kt-list .kt-list__item .kt-list__icon [class^=fa-],
.kt-list .kt-list__item .kt-list__icon [class*=" fa-"] {
  font-size: 1.2rem;
}
.kt-list .kt-list__item .kt-list__icon [class^=flaticon-],
.kt-list .kt-list__item .kt-list__icon [class*=" flaticon-"],
.kt-list .kt-list__item .kt-list__icon [class^=flaticon2-],
.kt-list .kt-list__item .kt-list__icon [class*=" flaticon2-"] {
  font-size: 1.6rem;
}
.kt-list .kt-list__item .kt-list__text {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 0 5px 0 0;
  font-size: 1rem;
}
.kt-list .kt-list__item .kt-list__text:hover {
  text-decoration: none;
}
.kt-list .kt-list__item .kt-list__time {
  min-width: 80px;
  text-align: right;
  display: inline-block;
  padding: 0;
  font-size: 0.9rem;
}
.kt-list .kt-list__item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.kt-list .kt-list__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.kt-list.kt-list--badge:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 3px;
}
.kt-list.kt-list--badge .kt-list__item:first-child:before, .kt-list.kt-list--badge .kt-list__item:last-child:before {
  background-color: white;
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 3px;
}
.kt-list.kt-list--badge .kt-list__item:last-child:before {
  top: auto;
  bottom: 0;
}
.kt-list.kt-list--badge .kt-list__item .kt-list__badge {
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  width: 20px;
}
.kt-list.kt-list--badge .kt-list__item .kt-list__badge:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  border-radius: 100%;
}

.kt-list:before {
  background-color: #ebedf2;
}
.kt-list .kt-list__item .kt-list__badge:before {
  background-color: #ebedf2;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--brand:before {
  background-color: #385aeb;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--metal:before {
  background-color: #d3dae6;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--light:before {
  background-color: #ffffff;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--dark:before {
  background-color: #645ca1;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--accent:before {
  background-color: #00c5dc;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--focus:before {
  background-color: #9816f4;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--primary:before {
  background-color: #5867dd;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--success:before {
  background-color: #1dc9b7;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--info:before {
  background-color: #5578eb;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--warning:before {
  background-color: #ffb822;
}
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--danger:before {
  background-color: #fd397a;
}
.kt-list .kt-list__item .kt-list__icon i {
  color: #74788d;
}
.kt-list .kt-list__item .kt-list__text {
  color: #595d6e;
}
.kt-list .kt-list__item .kt-list__time {
  color: #74788d;
}
.kt-list .kt-list__item:first-child:before, .kt-list .kt-list__item:last-child:before {
  background-color: #74788d;
}
.kt-list .kt-list__item.kt-list__item--blur {
  opacity: 0.5;
}

.kt-nav {
  display: block;
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  border: 0;
}
.kt-nav .kt-nav__item {
  display: block;
}
.kt-nav .kt-nav__item > .kt-nav__link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0.55rem 1.75rem;
  cursor: pointer;
}
.kt-nav .kt-nav__item > .kt-nav__link {
  transition: all 0.3s;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  flex-grow: 1;
  font-size: 1rem;
  color: #595d6e;
  font-weight: 400;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon {
  flex: 0 0 30px;
  font-size: 1.25rem;
  line-height: 0;
  color: #a2a5b9;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:before {
  line-height: 0;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon g [fill] {
  transition: fill 0.3s ease;
  fill: #a2a5b9;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet {
  text-align: center;
  flex: 0 0 10px;
  margin-right: 10px;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span {
  width: 8px;
  height: 2px;
  border-radius: 2px;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #a2a5b9;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-badge {
  padding: 0px 0px 0px 5px;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow {
  text-align: right;
  flex: 0 0 20px;
  font-size: 0.8rem;
  color: #74788d;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
  content: "\f110";
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
  display: inline-block;
  transition: all 0.3s ease;
}
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
  content: "\f112";
}
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
  transition: all 0.3s ease;
}
.kt-nav .kt-nav__item > .kt-nav__sub {
  padding: 0;
  margin: 0;
}
.kt-nav .kt-nav__item > .kt-nav__sub .kt-nav__item > .kt-nav__link {
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
}
.kt-nav .kt-nav__item.kt-nav__item--last {
  padding-bottom: 0;
}
.kt-nav .kt-nav__item.active > .kt-nav__link, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link {
  background-color: #f7f8fa;
}
.kt-nav .kt-nav__item.active > .kt-nav__link, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link {
  transition: all 0.3s;
}
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #385aeb;
}
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon g [fill] {
  transition: fill 0.3s ease;
  fill: #385aeb;
}
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon:hover g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #385aeb;
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed {
  background-color: #f7f8fa;
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed {
  transition: all 0.3s;
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-icon,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-text,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-arrow {
  color: #385aeb;
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #385aeb;
}
.kt-nav .kt-nav__item.kt-nav__item--disabled {
  opacity: 0.6;
}
.kt-nav .kt-nav__custom {
  display: flex;
  padding: 0.55rem 1.75rem;
  align-items: center;
}
.kt-nav .kt-nav__section {
  margin-top: 1rem;
  padding: 0 1.75rem;
}
.kt-nav .kt-nav__section .kt-nav__section-icon {
  color: #a2a5b9;
}
.kt-nav .kt-nav__section.kt-nav__section--first {
  margin-top: 0;
}
.kt-nav .kt-nav__section .kt-nav__section-text {
  color: #385aeb;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.kt-nav .kt-nav__separator {
  margin: 0.7rem 0;
  height: 0;
  display: block;
  border-bottom: 1px solid #ebedf2;
}
.kt-nav .kt-nav__separator.kt-nav__separator--dashed {
  border-bottom: 1px dashed #ebedf2;
}
.kt-nav .kt-nav__space {
  margin: 0.7rem 0;
}
.kt-nav .kt-nav__head,
.kt-nav .kt-nav__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #595d6e;
  font-weight: 500;
  padding: 0.55rem 1.75rem;
}
.kt-nav .kt-nav__head > i,
.kt-nav .kt-nav__foot > i {
  font-size: 1.2rem;
  color: #74788d;
}
.kt-nav .kt-nav__head {
  font-size: 1.1rem;
}
.kt-nav.kt-nav--fit {
  padding: 0;
}
.kt-nav.kt-nav--fit .kt-nav__item > .kt-nav__link {
  padding-left: 0;
  padding-right: 0;
}
.kt-nav.kt-nav--fit-ver {
  padding: 0;
}
.kt-nav.kt-nav--lg-space .kt-nav__item {
  margin: 0.35rem 0;
}
.kt-nav.kt-nav--lg-space .kt-nav__item .kt-nav__link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.kt-nav.kt-nav--lg-space .kt-nav__item:first-child {
  margin-top: 0;
}
.kt-nav.kt-nav--lg-space .kt-nav__item:last-child {
  margin-bottom: 0;
}
.kt-nav.kt-nav--md-space .kt-nav__item {
  margin: 0.25rem 0;
}
.kt-nav.kt-nav--md-space .kt-nav__item .kt-nav__link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.kt-nav.kt-nav--md-space .kt-nav__item:first-child {
  margin-top: 0;
}
.kt-nav.kt-nav--md-space .kt-nav__item:last-child {
  margin-bottom: 0;
}
.kt-nav.kt-nav--bold .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 500;
}
.kt-nav.kt-nav--bolder .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 600;
}
.kt-nav.kt-nav--thin .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 300;
}
.kt-nav.kt-nav--lg-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-size: 1.15rem;
}
.kt-nav.kt-nav--xl-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-size: 1.25rem;
}

.kt-nav.kt-nav--v2 .kt-nav__item {
  border-radius: 2rem;
  overflow: hidden;
}
.kt-nav.kt-nav--v2 .kt-nav__item > .kt-nav__link {
  transition: none;
}
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link {
  background-color: #f4f4f9;
  transition: none;
}
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-arrow {
  color: #385aeb;
}
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #f4f4f9;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link {
  background-color: #385aeb;
  transition: none;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-arrow {
  color: #ffffff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #ffffff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link {
  background-color: #385aeb;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-arrow {
  color: #ffffff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #ffffff;
}
.kt-nav.kt-nav--v2.kt-nav--lg-space .kt-nav__item {
  border-radius: 2.25rem;
}
.kt-nav.kt-nav--v2.kt-nav--md-space .kt-nav__item {
  border-radius: 2rem;
}

.kt-nav.kt-nav--v3 .kt-nav__item {
  margin: 0;
}
.kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 2px solid transparent;
}
.kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
  transition: all 0.3s;
}
.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link {
  background-color: #f7f8fa;
  border-left: 2px solid #385aeb;
}
.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link {
  transition: all 0.3s;
}
.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link .kt-nav__link-text {
  color: #385aeb;
}
.kt-nav.kt-nav--v3 .kt-nav__item:hover {
  background-color: #f7f8fa;
}
.kt-nav.kt-nav--v3 .kt-nav__item:hover {
  transition: all 0.3s;
}
.kt-nav.kt-nav--v3 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text {
  color: #385aeb;
}

.kt-nav.kt-nav--v4 .kt-nav__item {
  margin: 0;
}
.kt-nav.kt-nav--v4 .kt-nav__item .kt-nav__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 8px;
}
.kt-nav.kt-nav--v4 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link, .kt-nav.kt-nav--v4 .kt-nav__item.active > .kt-nav__link, .kt-nav.kt-nav--v4 .kt-nav__item.kt-nav__link--active > .kt-nav__link {
  background-color: rgba(56, 90, 235, 0.05);
}
.kt-nav.kt-nav--v4 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v4 .kt-nav__item.active > .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v4 .kt-nav__item.kt-nav__link--active > .kt-nav__link .kt-nav__link-text {
  color: #385aeb;
}

.kt-notification-v2 {
  margin: 0;
}
.kt-notification-v2 .kt-notification-v2__item {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f8fa;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon i {
  font-size: 1.5rem;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-wrapper {
  padding-left: 1.5rem;
  flex: 1 1 auto;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-wrapper .kt-notification-v2__item-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #5d5b6f;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-wrapper .kt-notification-v2__item-desc {
  font-size: 1rem;
  font-weight: 300;
  color: #b3b1c2;
}
.kt-notification-v2 .kt-notification-v2__item {
  transition: all 0.3s;
}
.kt-notification-v2 .kt-notification-v2__item:hover {
  background-color: #f7f8fa;
  border-radius: 5px;
}
.kt-notification-v2 .kt-notification-v2__item:hover {
  transition: all 0.3s;
}
.kt-notification-v2 .kt-notification-v2__item:hover .kt-notification-v2__item-icon {
  background-color: #ebedf2;
}
.kt-notification-v2 .kt-notification-v2__item:hover .kt-notification-v2__item-icon {
  transition: all 0.3s;
}

.kt-notification .kt-notification__item {
  display: flex;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #f7f8fa;
}
.kt-notification .kt-notification__item:last-child {
  border-bottom: 1px solid transparent;
}
.kt-notification .kt-notification__item .kt-notification__item-icon {
  display: flex;
  flex: 0 0 2.5rem;
  align-items: center;
}
.kt-notification .kt-notification__item .kt-notification__item-icon i {
  font-size: 1.4rem;
  color: #385aeb;
}
.kt-notification .kt-notification__item .kt-notification__item-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-title {
  font-size: 1.1rem;
  font-weight: 400;
  color: #595d6e;
}
.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-time {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-notification .kt-notification__item {
  transition: all 0.3s;
}
.kt-notification .kt-notification__item:hover {
  text-decoration: none;
  background-color: #f7f8fa;
}
.kt-notification .kt-notification__item:hover {
  transition: all 0.3s;
}
.kt-notification .kt-notification__item.kt-notification__item--read {
  opacity: 0.5;
}
.kt-notification .kt-notification__item:after {
  border: 0;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f112";
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  color: #74788d;
}
.kt-notification.kt-notification--fit .kt-notification__item {
  padding-left: 0;
  padding-right: 0;
}
.kt-notification.kt-notification--fit .kt-notification__item:hover {
  background-color: transparent;
}
.kt-notification.kt-notification--fit .kt-notification__item:hover .kt-notification__item-title {
  color: #385aeb;
}

.kt-scroll {
  position: relative;
  overflow: hidden;
}

.kt-notes .kt-notes__items {
  margin: 0;
  padding: 0;
}
.kt-notes .kt-notes__items .kt-notes__item {
  left: 8px;
  border-left: 2px solid #ebedf2;
  padding: 0 0 50px 45px;
  position: relative;
  margin: 0 5px 0 17px;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media {
  position: absolute;
  top: 0;
  left: -25.5px;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #ebedf2;
  border-radius: 50%;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__icon i {
  color: #74788d;
  font-size: 1.8rem;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  background-color: #fff;
  border: 2px solid #ebedf2;
  color: #74788d;
  border-radius: 50%;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__circle {
  width: 25px;
  height: 25px;
  display: block;
  border: 2px solid #ebedf2;
  margin-left: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
  background-color: #F7F8FC;
  padding: 0.5rem 1rem 1rem 1.5rem;
  border-radius: 8px;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info {
  display: flex;
  flex-flow: wrap;
  align-items: baseline;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title {
  font-size: 1.1rem;
  color: #595d6e;
  font-weight: 500;
  padding-right: 0.5rem;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title:hover {
  color: #385aeb;
  transition: color 0.3s ease;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__desc {
  color: #74788d;
  font-weight: 400;
  padding-right: 1rem;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__dropdown .btn-icon {
  width: 26px;
  height: 26px;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__body {
  color: #74788d;
  font-weight: 400;
  padding-right: 3rem;
  padding-top: 0.5rem;
  display: block;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 10px;
  right: 100%;
  margin-right: -3.5rem;
  border-right: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}
.kt-notes .kt-notes__items .kt-notes__item:last-child {
  border-left: 0;
}
.kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content {
  background-color: #fff;
  padding: 0;
}
.kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content:after {
  display: none;
}
.kt-notes .kt-notes__items .kt-notes__item:last-child .kt-notes__media .kt-notes__circle {
  margin-left: 14px;
}

@media (max-width: 1024px) {
  .kt-notes .kt-notes__items .kt-notes__item {
    margin: 0 7px 0 17px;
  }
  .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
    padding: 0.5rem 1rem 0.7rem 1rem;
  }
  .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__desc {
    padding-top: 0.5rem;
    display: block;
  }
  .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
    margin-right: -3.8rem;
  }
}
.kt-slider .kt-slider__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 2.5rem;
}
.kt-slider .kt-slider__head .kt-slider__label {
  font-weight: 600;
  color: #74788d;
  flex: 1;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.kt-slider .kt-slider__head .kt-slider__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev {
  background-color: #f0f3ff;
  position: relative;
  width: auto;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev {
  transition: all 0.3s;
}
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next i,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev i {
  font-size: 1rem;
  color: #93a2dd;
}
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next i,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev i {
  transition: all 0.3s;
}
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next:hover,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev:hover {
  background-color: #385aeb;
}
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next:hover,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev:hover {
  transition: all 0.3s;
}
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next:hover i,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev:hover i {
  color: #ffffff;
}
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next:hover i,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev:hover i {
  transition: all 0.3s;
}
.kt-timeline .kt-timeline__item {
  position: relative;
}
.kt-timeline .kt-timeline__item:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #ebedf2;
  left: 1.5rem;
  top: 0;
  position: absolute;
}
.kt-timeline .kt-timeline__item .kt-timeline__item-section {
  display: flex;
  align-items: center;
}
.kt-timeline .kt-timeline__item .kt-timeline__item-section .kt-timeline__item-section-border {
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  position: relative;
}
.kt-timeline .kt-timeline__item .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kt-timeline .kt-timeline__item .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon > i {
  font-size: 1.7rem;
}
.kt-timeline .kt-timeline__item .kt-timeline__item-section .kt-timeline__item-datetime {
  margin-left: 1.2rem;
  color: #74788d;
  font-weight: 600;
  font-size: 0.9rem;
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text {
  text-decoration: none;
  margin-left: 4.4rem;
  color: #595d6e;
  font-weight: 400;
  font-size: 1rem;
  display: block;
}
.kt-timeline .kt-timeline__item .kt-timeline__item-info {
  padding: 1rem 0 2rem 4.4rem;
  color: #74788d;
  font-weight: 400;
  font-size: 0.9rem;
}
.kt-timeline .kt-timeline__item:last-child .kt-timeline__item-info {
  padding-bottom: 1rem;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--brand .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--brand .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(56, 90, 235, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--metal .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--metal .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(211, 218, 230, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--light .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--light .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(255, 255, 255, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--dark .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--dark .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(100, 92, 161, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--accent .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--accent .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(0, 197, 220, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--focus .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--focus .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(152, 22, 244, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--primary .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--primary .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(88, 103, 221, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--success .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--success .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(29, 201, 183, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--info .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--info .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(85, 120, 235, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--warning .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--warning .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(255, 184, 34, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--danger .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}
.kt-timeline .kt-timeline__item.kt-timeline__item--danger .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(253, 57, 122, 0.2);
}
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #385aeb;
}

.kt-user-card-v2 {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  padding-right: 0.5rem;
}
.kt-user-card-v2 .kt-user-card-v2__pic .kt-badge {
  width: 40px;
  height: 40px;
}
.kt-user-card-v2 .kt-user-card-v2__pic img {
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
}
.kt-user-card-v2 .kt-user-card-v2__details {
  line-height: 0;
}
.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__name {
  transition: color 0.3s ease;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #595d6e;
}
.kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__name:hover {
  transition: color 0.3s ease;
  color: #385aeb;
}
.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__desc,
.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__email {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
  color: #74788d;
}

@media (max-width: 1024px) {
  .kt-user-card-v2 .kt-user-card-v2__pic img {
    max-width: 30px;
    max-height: 30px;
  }
}
.kt-user-card-v3 {
  display: flex;
  align-items: center;
}
.kt-user-card-v3 .kt-user-card-v3__avatar > img {
  max-height: 120px;
  max-width: 120px;
  border-radius: 7px;
}
.kt-user-card-v3 .kt-user-card-v3__detalis {
  padding-left: 1.5rem;
}
.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #33323f;
  text-decoration: none;
  padding-bottom: 0.8rem;
}
.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name {
  transition: all 0.3s;
}
.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name:hover {
  color: #385aeb;
}
.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name:hover {
  transition: all 0.3s;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #b2afc6;
  padding: 0.8rem 0;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item {
  display: flex;
  align-items: center;
  padding-bottom: 0.8rem;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item > i {
  line-height: 0;
  font-size: 1.4rem;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item .kt-user-card-v3__tag {
  font-size: 0.9rem;
  font-weight: 400;
  color: #9e9bb1;
  padding-left: 0.8rem;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item .kt-user-card-v3__tag {
  transition: all 0.3s;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item:hover .kt-user-card-v3__tag {
  color: #385aeb;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item:hover .kt-user-card-v3__tag {
  transition: all 0.3s;
}

.kt-user-card-v4 {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5rem 1rem;
  background-color: #f9fafe;
}
.kt-user-card-v4 .kt-user-card-v4__avatar .kt-badge,
.kt-user-card-v4 .kt-user-card-v4__avatar img {
  max-width: 60px;
  max-height: 60px;
  border-radius: 4px;
}
.kt-user-card-v4 .kt-user-card-v4__avatar .kt-badge {
  font-size: 2.2rem;
}
.kt-user-card-v4 .kt-user-card-v4__name {
  flex-grow: 1;
  color: #595d6e;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 1rem;
}
.kt-user-card-v4 .kt-user-card-v4__name small {
  display: block;
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 400;
}
.kt-user-card-v4 .kt-user-card-v4__badge {
  padding-left: 0.5rem;
}

@media (max-width: 1024px) {
  .kt-user-card-v4 {
    padding: 1rem 1rem;
  }
  .kt-user-card-v4 .kt-user-card-v4__avatar .kt-badge,
  .kt-user-card-v4 .kt-user-card-v4__avatar img {
    max-width: 40px;
    max-height: 40px;
  }
  .kt-user-card-v4 .kt-user-card-v4__name {
    font-size: 1.1rem;
    padding-left: 0.5rem;
  }
  .kt-user-card-v4 .kt-user-card-v4__name small {
    font-size: 0.8rem;
  }
  .kt-user-card-v4 .kt-user-card-v4__badge {
    padding-left: 0.5rem;
  }
}
.kt-user-card {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem 1rem;
  min-height: 65px;
  margin-bottom: 32.5px;
}
.kt-user-card .kt-user-card__wrapper {
  left: 0;
  right: 0;
  position: absolute;
  display: flex;
  align-items: stretch;
  height: 100%;
  bottom: -32.5px;
  padding: 0 1.75rem;
}
.kt-user-card .kt-user-card__wrapper .kt-user-card__pic {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.kt-user-card .kt-user-card__wrapper .kt-user-card__pic img {
  border-radius: 50%;
  max-height: 55px;
  max-width: 55px;
}
.kt-user-card .kt-user-card__wrapper .kt-user-card__details {
  display: flex;
  flex-direction: column;
}
.kt-user-card .kt-user-card__wrapper .kt-user-card__details .kt-user-card__name {
  display: flex;
  align-items: flex-end;
  font-size: 1.2rem;
  height: 50%;
  font-weight: 500;
  padding-bottom: 0.25rem;
  color: #fff;
}
.kt-user-card .kt-user-card__wrapper .kt-user-card__details .kt-user-card__position {
  padding-top: 0.25rem;
  display: flex;
  height: 50%;
  align-items: flex-start;
  font-size: 0.9rem;
  font-weight: 400;
  color: #74788d;
}

@media (max-width: 1024px) {
  .kt-user-card {
    min-height: 50px;
    margin-bottom: 25px;
  }
  .kt-user-card .kt-user-card__wrapper {
    bottom: -25px;
  }
  .kt-user-card .kt-user-card__wrapper .kt-user-card__pic img {
    max-height: 50px;
    max-width: 50px;
  }
}
.kt-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.kt-pagination .kt-pagination__links {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.kt-pagination .kt-pagination__links li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 4px;
}
.kt-pagination .kt-pagination__links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #74788d;
  font-size: 1rem;
  padding: 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  margin: 0;
}
.kt-pagination .kt-pagination__links li a i {
  color: #a2a5b9;
}
.kt-pagination .kt-pagination__links li.kt-pagination__link--first, .kt-pagination .kt-pagination__links li.kt-pagination__link--next, .kt-pagination .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(235, 237, 242, 0.9);
}
.kt-pagination .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination .kt-pagination__links li.kt-pagination__link--last a {
  color: #385aeb;
}
.kt-pagination .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination .kt-pagination__links li.kt-pagination__link--last a i {
  color: #385aeb;
}
.kt-pagination .kt-pagination__links li.kt-pagination__link--active, .kt-pagination .kt-pagination__links li:hover {
  background: #385aeb;
  transition: color 0.3s ease;
}
.kt-pagination .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination .kt-pagination__toolbar {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
}
.kt-pagination .kt-pagination__toolbar .form-control {
  padding: 0 10px;
  margin-right: 10px;
  height: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  outline: none;
  border: none;
  background: rgba(235, 237, 242, 0.9);
}
.kt-pagination .kt-pagination__toolbar .pagination__desc {
  flex-grow: 1;
  font-weight: 500;
  color: #74788d;
}
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(56, 90, 235, 0.1);
}
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--last a {
  color: #385aeb;
}
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--last a i {
  color: #385aeb;
}
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--brand .kt-pagination__links li:hover {
  background: #385aeb;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--brand .kt-pagination__toolbar .form-control {
  background: rgba(56, 90, 235, 0.1);
}
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(211, 218, 230, 0.1);
}
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--last a {
  color: #d3dae6;
}
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--last a i {
  color: #d3dae6;
}
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--metal .kt-pagination__links li:hover {
  background: #d3dae6;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--metal .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--metal .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--metal .kt-pagination__toolbar .form-control {
  background: rgba(211, 218, 230, 0.1);
}
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(255, 255, 255, 0.1);
}
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--last a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--last a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--light .kt-pagination__links li:hover {
  background: #ffffff;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--light .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--light .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--light .kt-pagination__toolbar .form-control {
  background: rgba(255, 255, 255, 0.1);
}
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(100, 92, 161, 0.1);
}
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--last a {
  color: #645ca1;
}
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--last a i {
  color: #645ca1;
}
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--dark .kt-pagination__links li:hover {
  background: #645ca1;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--dark .kt-pagination__toolbar .form-control {
  background: rgba(100, 92, 161, 0.1);
}
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(0, 197, 220, 0.1);
}
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--last a {
  color: #00c5dc;
}
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--last a i {
  color: #00c5dc;
}
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--accent .kt-pagination__links li:hover {
  background: #00c5dc;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--accent .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--accent .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--accent .kt-pagination__toolbar .form-control {
  background: rgba(0, 197, 220, 0.1);
}
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(152, 22, 244, 0.1);
}
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--last a {
  color: #9816f4;
}
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--last a i {
  color: #9816f4;
}
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--focus .kt-pagination__links li:hover {
  background: #9816f4;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--focus .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--focus .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--focus .kt-pagination__toolbar .form-control {
  background: rgba(152, 22, 244, 0.1);
}
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(88, 103, 221, 0.1);
}
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--last a {
  color: #5867dd;
}
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--last a i {
  color: #5867dd;
}
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--primary .kt-pagination__links li:hover {
  background: #5867dd;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--primary .kt-pagination__toolbar .form-control {
  background: rgba(88, 103, 221, 0.1);
}
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(29, 201, 183, 0.1);
}
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--last a {
  color: #1dc9b7;
}
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--last a i {
  color: #1dc9b7;
}
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--success .kt-pagination__links li:hover {
  background: #1dc9b7;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--success .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--success .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--success .kt-pagination__toolbar .form-control {
  background: rgba(29, 201, 183, 0.1);
}
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(85, 120, 235, 0.1);
}
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--last a {
  color: #5578eb;
}
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--last a i {
  color: #5578eb;
}
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--info .kt-pagination__links li:hover {
  background: #5578eb;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--info .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--info .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--info .kt-pagination__toolbar .form-control {
  background: rgba(85, 120, 235, 0.1);
}
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(255, 184, 34, 0.1);
}
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--last a {
  color: #ffb822;
}
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--last a i {
  color: #ffb822;
}
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--warning .kt-pagination__links li:hover {
  background: #ffb822;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--warning .kt-pagination__toolbar .form-control {
  background: rgba(255, 184, 34, 0.1);
}
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(253, 57, 122, 0.1);
}
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--last a {
  color: #fd397a;
}
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--last a i {
  color: #fd397a;
}
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--danger .kt-pagination__links li:hover {
  background: #fd397a;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a i {
  color: #ffffff;
}
.kt-pagination.kt-pagination--danger .kt-pagination__toolbar .form-control {
  background: rgba(253, 57, 122, 0.1);
}
.kt-pagination.kt-pagination--circle .kt-pagination__links li {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}
.kt-pagination.kt-pagination--lg .kt-pagination__links li a {
  font-size: 1.3rem;
  min-width: 35px;
  min-height: 35px;
}
.kt-pagination.kt-pagination--lg .kt-pagination__toolbar .form-control {
  height: 35px;
  font-size: 1.2rem;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.kt-pagination.kt-pagination--sm .kt-pagination__links li a {
  font-size: 1rem;
  min-width: 25px;
  min-height: 25px;
}
.kt-pagination.kt-pagination--sm .kt-pagination__toolbar .form-control {
  height: 25px;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .kt-pagination .kt-pagination__links {
    display: flex;
    flex-wrap: wrap;
  }
  .kt-pagination .kt-pagination__links li {
    margin: 0.3rem 0.5rem 0.3rem 0;
  }
  .kt-pagination .kt-pagination__links li a {
    font-size: 0.9rem;
    min-width: 25px;
    min-height: 25px;
  }
  .kt-pagination .kt-pagination__toolbar .form-control {
    height: 25px;
    font-size: 0.9rem;
    padding: 0.2rem 0 0.2rem 0.2rem;
  }
}
.kt-media {
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.kt-media img {
  width: 100%;
  max-width: 50px;
  height: 50px;
}
.kt-media span {
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
}
.kt-media.kt-media--fixed {
  width: 50px;
  height: 50px;
}
.kt-media.kt-media--fixed img {
  width: 50px;
  height: 50px;
  max-width: auto;
}
.kt-media {
  border-radius: 8px;
}
.kt-media img {
  display: flex;
  border-radius: 8px;
}
.kt-media span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #74788d;
  border-radius: 8px;
}
.kt-media.kt-media--default {
  background-color: #ebedf2;
}
.kt-media.kt-media--brand span {
  background: rgba(56, 90, 235, 0.1);
  color: #385aeb;
}
.kt-media.kt-media--metal span {
  background: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
}
.kt-media.kt-media--light span {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.kt-media.kt-media--dark span {
  background: rgba(100, 92, 161, 0.1);
  color: #645ca1;
}
.kt-media.kt-media--accent span {
  background: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
}
.kt-media.kt-media--focus span {
  background: rgba(152, 22, 244, 0.1);
  color: #9816f4;
}
.kt-media.kt-media--primary span {
  background: rgba(88, 103, 221, 0.1);
  color: #5867dd;
}
.kt-media.kt-media--success span {
  background: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
}
.kt-media.kt-media--info span {
  background: rgba(85, 120, 235, 0.1);
  color: #5578eb;
}
.kt-media.kt-media--warning span {
  background: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}
.kt-media.kt-media--danger span {
  background: rgba(253, 57, 122, 0.1);
  color: #fd397a;
}
.kt-media.kt-media--xs img {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.kt-media.kt-media--xs span {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}
.kt-media.kt-media--xs.kt-media--fixed {
  width: 24px;
  height: 24px;
}
.kt-media.kt-media--xs.kt-media--fixed img {
  width: 24px;
  height: 24px;
  max-width: auto;
}
.kt-media.kt-media--sm img {
  width: 100%;
  max-width: 30px;
  height: 30px;
}
.kt-media.kt-media--sm span {
  width: 30px;
  height: 30px;
  font-size: 0.9rem;
}
.kt-media.kt-media--sm.kt-media--fixed {
  width: 30px;
  height: 30px;
}
.kt-media.kt-media--sm.kt-media--fixed img {
  width: 30px;
  height: 30px;
  max-width: auto;
}
.kt-media.kt-media--md img {
  width: 100%;
  max-width: 47px;
  height: 47px;
}
.kt-media.kt-media--md span {
  width: 47px;
  height: 47px;
  font-size: 1rem;
}
.kt-media.kt-media--md.kt-media--fixed {
  width: 47px;
  height: 47px;
}
.kt-media.kt-media--md.kt-media--fixed img {
  width: 47px;
  height: 47px;
  max-width: auto;
}
.kt-media.kt-media--lg img {
  width: 100%;
  max-width: 65px;
  height: 65px;
}
.kt-media.kt-media--lg span {
  width: 65px;
  height: 65px;
  font-size: 1.3rem;
}
.kt-media.kt-media--lg.kt-media--fixed {
  width: 65px;
  height: 65px;
}
.kt-media.kt-media--lg.kt-media--fixed img {
  width: 65px;
  height: 65px;
  max-width: auto;
}
.kt-media.kt-media--xl img {
  width: 100%;
  max-width: 80px;
  height: 80px;
}
.kt-media.kt-media--xl span {
  width: 80px;
  height: 80px;
  font-size: 1.7rem;
}
.kt-media.kt-media--xl.kt-media--fixed {
  width: 80px;
  height: 80px;
}
.kt-media.kt-media--xl.kt-media--fixed img {
  width: 80px;
  height: 80px;
  max-width: auto;
}
.kt-media.kt-media--circle {
  border-radius: 50%;
}
.kt-media.kt-media--circle img {
  border-radius: 50%;
}
.kt-media.kt-media--circle span {
  border-radius: 50%;
}

.kt-media-card {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.kt-media-card .kt-media {
  margin-right: 0.75rem;
}
.kt-media-card .kt-media-card__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.kt-media-card .kt-media-card__info .kt-media-card__title {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.kt-media-card .kt-media-card__info a.kt-media-card__title {
  transition: color 0.3s ease;
}
.kt-media-card .kt-media-card__info a.kt-media-card__title:hover {
  transition: color 0.3s ease;
  color: #385aeb;
}
.kt-media-card .kt-media-card__info .kt-media-card__desc {
  color: #74788d;
  font-weight: 400;
  font-size: 0.9rem;
}
.kt-media-card .kt-media-card__info a.kt-media-card__desc {
  transition: color 0.3s ease;
}
.kt-media-card .kt-media-card__info a.kt-media-card__desc:hover {
  transition: color 0.3s ease;
  color: #385aeb;
}

.kt-media-group {
  display: flex;
  align-items: center;
}
.kt-media-group .kt-media {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
.kt-media-group .kt-media:first-child {
  margin-left: 0;
}
.kt-media-group .kt-media:hover {
  transition: all 0.3s ease;
  z-index: 1;
}

.kt-iconbox {
  text-align: center;
  padding: 3.25rem 1.7rem 2rem 1.7rem;
  background-color: #fff;
  border: 2px solid;
  border-color: transparent;
  border-radius: 0.35rem;
}
.kt-iconbox {
  transition: all 0.3s;
}
.kt-iconbox:hover {
  transition: all 0.3s;
}
.kt-iconbox.kt-iconbox--elevate {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}
.kt-iconbox.kt-iconbox--active {
  border-color: #385aeb;
}
.kt-iconbox:hover {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}
.kt-iconbox.kt-iconbox--no-hover:hover {
  box-shadow: none;
}
.kt-iconbox .kt-iconbox__icon {
  margin-bottom: 2.7rem;
  color: #385aeb;
  font-size: 5rem;
  position: relative;
}
.kt-iconbox .kt-iconbox__icon .kt-iconbox__icon-bg {
  background-image: url(./../media/misc/iconbox_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12rem;
  height: 12rem;
  display: block;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.06;
  z-index: 0;
}
.kt-iconbox .kt-iconbox__icon > i {
  position: relative;
  z-index: 1;
}
.kt-iconbox .kt-iconbox__title {
  margin-bottom: 1.2rem;
  color: #464457;
  font-size: 1.2rem;
  font-weight: 500;
}
.kt-iconbox.kt-iconbox--brand.kt-iconbox--active {
  border-color: #385aeb;
}
.kt-iconbox.kt-iconbox--brand .kt-iconbox__icon {
  color: #385aeb;
}
.kt-iconbox.kt-iconbox--metal.kt-iconbox--active {
  border-color: #d3dae6;
}
.kt-iconbox.kt-iconbox--metal .kt-iconbox__icon {
  color: #d3dae6;
}
.kt-iconbox.kt-iconbox--light.kt-iconbox--active {
  border-color: #ffffff;
}
.kt-iconbox.kt-iconbox--light .kt-iconbox__icon {
  color: #ffffff;
}
.kt-iconbox.kt-iconbox--dark.kt-iconbox--active {
  border-color: #645ca1;
}
.kt-iconbox.kt-iconbox--dark .kt-iconbox__icon {
  color: #645ca1;
}
.kt-iconbox.kt-iconbox--accent.kt-iconbox--active {
  border-color: #00c5dc;
}
.kt-iconbox.kt-iconbox--accent .kt-iconbox__icon {
  color: #00c5dc;
}
.kt-iconbox.kt-iconbox--focus.kt-iconbox--active {
  border-color: #9816f4;
}
.kt-iconbox.kt-iconbox--focus .kt-iconbox__icon {
  color: #9816f4;
}
.kt-iconbox.kt-iconbox--primary.kt-iconbox--active {
  border-color: #5867dd;
}
.kt-iconbox.kt-iconbox--primary .kt-iconbox__icon {
  color: #5867dd;
}
.kt-iconbox.kt-iconbox--success.kt-iconbox--active {
  border-color: #1dc9b7;
}
.kt-iconbox.kt-iconbox--success .kt-iconbox__icon {
  color: #1dc9b7;
}
.kt-iconbox.kt-iconbox--info.kt-iconbox--active {
  border-color: #5578eb;
}
.kt-iconbox.kt-iconbox--info .kt-iconbox__icon {
  color: #5578eb;
}
.kt-iconbox.kt-iconbox--warning.kt-iconbox--active {
  border-color: #ffb822;
}
.kt-iconbox.kt-iconbox--warning .kt-iconbox__icon {
  color: #ffb822;
}
.kt-iconbox.kt-iconbox--danger.kt-iconbox--active {
  border-color: #fd397a;
}
.kt-iconbox.kt-iconbox--danger .kt-iconbox__icon {
  color: #fd397a;
}

.kt-demo-panel-toggle, .kt-demo-shop-panel-toggle {
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 200px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.kt-demo-panel-toggle span, .kt-demo-shop-panel-toggle span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #385aeb;
  letter-spacing: 3px;
}

.kt-demo-panel, .kt-demo-shop-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 2.5rem;
}
.kt-demo-panel .kt-demo-panel__head, .kt-demo-panel .kt-demo-shop-panel__head, .kt-demo-shop-panel .kt-demo-panel__head, .kt-demo-shop-panel .kt-demo-shop-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__title, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__title, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #48465b;
  margin: 0;
  padding: 0;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title small, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__title small, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__title small, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__title small {
  color: #74788d;
  font-size: 1.1rem;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__close, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__close, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #f7f8fa;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__close, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__close, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__close {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__close, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__close, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__close {
  border-radius: 8px;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close i, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__close i, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__close i, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__close i {
  font-size: 0.8rem;
  color: #74788d;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close i, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__close i, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__close i, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__close i {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__close:hover, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__close:hover, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__close:hover {
  background-color: #385aeb;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__close:hover, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__close:hover, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__close:hover {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover i, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__close:hover i, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__close:hover i, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__close:hover i {
  color: #ffffff;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover i, .kt-demo-panel .kt-demo-shop-panel__head .kt-demo-panel__close:hover i, .kt-demo-shop-panel .kt-demo-panel__head .kt-demo-panel__close:hover i, .kt-demo-shop-panel .kt-demo-shop-panel__head .kt-demo-panel__close:hover i {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__body, .kt-demo-panel .kt-demo-shop-panel__body, .kt-demo-shop-panel .kt-demo-panel__body, .kt-demo-shop-panel .kt-demo-shop-panel__body {
  position: relative;
}
.kt-demo-panel .kt-demo-panel__body .ps__rail-y, .kt-demo-panel .kt-demo-shop-panel__body .ps__rail-y, .kt-demo-shop-panel .kt-demo-panel__body .ps__rail-y, .kt-demo-shop-panel .kt-demo-shop-panel__body .ps__rail-y {
  opacity: 1;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item {
  display: block;
  margin-bottom: 2rem;
  outline: 0;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:last-child, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item:last-child, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item:last-child, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item:last-child {
  margin-bottom: 0;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item:hover, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item:hover, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item:hover {
  text-decoration: none;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-title, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-title, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-title, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
  text-align: center;
  margin-bottom: 0.5rem;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview {
  overflow: hidden;
  position: relative;
  border: 4px solid #ebedf2;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview img, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview img, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview img, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview img {
  width: 100%;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn {
  margin-right: 5px;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn:last-child, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn:last-child, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn:last-child, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn:last-child {
  margin-right: 0;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light {
  background-color: #fff;
  color: #74788d;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light:hover, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light:hover, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light:hover, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light:hover {
  background-color: #fff;
  color: #595d6e;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview {
  border-radius: 4px;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview {
  border: 4px solid #385aeb;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
  opacity: 1;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__purchase, .kt-demo-panel .kt-demo-shop-panel__body .kt-demo-panel__purchase, .kt-demo-shop-panel .kt-demo-panel__body .kt-demo-panel__purchase, .kt-demo-shop-panel .kt-demo-shop-panel__body .kt-demo-panel__purchase {
  margin-bottom: 2rem;
  display: block;
}

@media (min-width: 1025px) {
  .kt-demo-panel .kt-demo-panel__body, .kt-demo-panel .kt-demo-shop-panel__body {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
}
.kt-demo-panel-close {
  display: none;
}

.kt-demo-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 350px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -370px;
}
.kt-demo-panel.kt-demo-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}
@media screen\0  {
  .kt-demo-panel {
    transition: none !important;
  }
}

.kt-demo-panel--right .kt-demo-panel {
  right: -370px;
  left: auto;
}
.kt-demo-panel--right .kt-demo-panel.kt-demo-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}

.kt-demo-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
}
@media screen\0  {
  .kt-demo-panel-close {
    transition: none !important;
  }
}
.kt-demo-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}
.kt-demo-panel-close:hover {
  text-decoration: none;
}
.kt-demo-panel--right .kt-demo-panel-close {
  left: auto;
  right: -25px;
}
.kt-demo-panel--on .kt-demo-panel-close {
  transition: left 0.3s ease, right 0.3s ease;
  left: 324px;
}
.kt-demo-panel--on.kt-demo-panel--right .kt-demo-panel-close {
  left: auto;
  right: 324px;
}

.kt-demo-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  animation: kt-animate-fade-in 0.3s linear 1;
}

.kt-demo-panel-overlay {
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 400px) {
  .kt-demo-panel {
    width: 90% !important;
  }
}
@media (max-width: 1024px) {
  .kt-demo-panel-toggle {
    width: 30px;
    padding: 1rem 0;
  }
  .kt-demo-panel-toggle span {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .kt-demo-panel {
    padding: 1rem;
  }
  .kt-demo-panel-toggle {
    top: 20%;
  }
}
.kt-offcanvas-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
}
.kt-offcanvas-panel .kt-offcanvas-panel__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #f7f8fa;
}
.kt-offcanvas-panel .kt-offcanvas-panel__close {
  transition: all 0.3s;
}
.kt-offcanvas-panel .kt-offcanvas-panel__close i {
  font-size: 0.8rem;
  color: #74788d;
}
.kt-offcanvas-panel .kt-offcanvas-panel__close i {
  transition: all 0.3s;
}
.kt-offcanvas-panel .kt-offcanvas-panel__close {
  border-radius: 8px;
}
.kt-offcanvas-panel .kt-offcanvas-panel__close:hover {
  background-color: #385aeb;
}
.kt-offcanvas-panel .kt-offcanvas-panel__close:hover {
  transition: all 0.3s;
}
.kt-offcanvas-panel .kt-offcanvas-panel__close:hover i {
  color: #ffffff;
}
.kt-offcanvas-panel .kt-offcanvas-panel__close:hover i {
  transition: all 0.3s;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #48465b;
  margin: 0;
  padding: 0;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title small {
  color: #74788d;
  font-size: 1rem;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #ebedf2;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav {
  margin: 0;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-item {
  margin-right: 0.5rem;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-item:last-child {
  margin-right: 0;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link {
  background: #f7f8fa;
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link {
  transition: all 0.3s;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link:hover {
  background: #ebedf2;
  color: #595d6e;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link:hover {
  transition: all 0.3s;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link.active {
  background: #385aeb;
  color: #ffffff;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link.active {
  transition: all 0.3s;
}
.kt-offcanvas-panel .kt-offcanvas-panel__nav .kt-offcanvas-panel__close {
  right: 1.5rem !important;
  position: absolute;
  cursor: pointer;
  line-height: 0;
  border: 0;
}
.kt-offcanvas-panel .kt-offcanvas-panel__body {
  position: relative;
  padding: 1.5rem;
  padding-top: 0;
}
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section {
  padding: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #595d6e;
  margin: 1.5rem 0;
}
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section.kt-offcanvas-panel__section--first {
  margin-top: 0;
}
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__content {
  margin-right: -1.5rem;
  padding-right: 1.5rem;
}
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__content.ps > .ps__rail-y {
  right: 5px !important;
}

.kt-offcanvas-panel-close {
  display: none;
}

.kt-offcanvas-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 425px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -445px;
}
.kt-offcanvas-panel.kt-offcanvas-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}
@media screen\0  {
  .kt-offcanvas-panel {
    transition: none !important;
  }
}

.kt-offcanvas-panel--right .kt-offcanvas-panel {
  right: -445px;
  left: auto;
}
.kt-offcanvas-panel--right .kt-offcanvas-panel.kt-offcanvas-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}

.kt-offcanvas-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
}
@media screen\0  {
  .kt-offcanvas-panel-close {
    transition: none !important;
  }
}
.kt-offcanvas-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}
.kt-offcanvas-panel-close:hover {
  text-decoration: none;
}
.kt-offcanvas-panel--right .kt-offcanvas-panel-close {
  left: auto;
  right: -25px;
}
.kt-offcanvas-panel--on .kt-offcanvas-panel-close {
  transition: left 0.3s ease, right 0.3s ease;
  left: 399px;
}
.kt-offcanvas-panel--on.kt-offcanvas-panel--right .kt-offcanvas-panel-close {
  left: auto;
  right: 399px;
}

.kt-offcanvas-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  animation: kt-animate-fade-in 0.3s linear 1;
}

.kt-offcanvas-panel-overlay {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 475px) {
  .kt-offcanvas-panel {
    width: 90% !important;
  }
}
@media (max-width: 1024px) {
  .kt-offcanvas-panel .kt-offcanvas-panel__nav {
    padding: 1rem;
  }
  .kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-item {
    margin-right: 0.5rem;
  }
  .kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link {
    padding: 0.75rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  .kt-offcanvas-panel .kt-offcanvas-panel__nav .kt-offcanvas-panel__close i {
    font-size: 1.1rem;
  }
  .kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__content {
    padding: 1rem 0.5rem 1rem 1rem;
  }
  .kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__content .tab-pane {
    padding-right: 0.5rem;
  }
}
.kt-quick-search .kt-quick-search__form {
  padding: 0;
}
.kt-quick-search .kt-quick-search__form .input-group {
  background-color: transparent;
}
.kt-quick-search .kt-quick-search__form .input-group-prepend,
.kt-quick-search .kt-quick-search__form .input-group-append {
  background-color: transparent;
}
.kt-quick-search .kt-quick-search__form .input-group-prepend .input-group-text,
.kt-quick-search .kt-quick-search__form .input-group-append .input-group-text {
  background-color: transparent;
  border: 0;
}
.kt-quick-search .kt-quick-search__form .form-control {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  border-radius: 0;
}
.kt-quick-search .kt-quick-search__form i {
  font-size: 1.3rem;
}
.kt-quick-search .kt-quick-search__form .kt-quick-search__close {
  cursor: pointer;
  display: none;
}
.kt-quick-search .kt-quick-search__form .kt-quick-search__close {
  transition: all 0.3s;
}
.kt-quick-search .kt-quick-search__form .kt-quick-search__close:hover {
  color: #385aeb;
}
.kt-quick-search .kt-quick-search__form .kt-quick-search__close:hover {
  transition: all 0.3s;
}
.kt-quick-search .kt-quick-search__wrapper {
  display: none;
}
.kt-quick-search .kt-quick-search__wrapper.ps {
  padding-right: 10px !important;
  margin-right: -10px !important;
}
.kt-quick-search .kt-quick-search__result {
  padding: 0;
  margin: 0;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__message {
  display: flex;
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1rem;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__category {
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  margin: 0.5rem 0 1rem 0;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__section {
  margin-bottom: 2rem;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item:last-child {
  margin-bottom: 0;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon > i {
  font-size: 1.4rem;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img > img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file {
  width: 40px;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file > img {
  max-width: 40px;
  border-radius: 0;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper {
  padding-left: 1.25rem;
  flex: 1 1 auto;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title {
  font-size: 1rem;
  font-weight: 500;
  color: #48465b;
  text-decoration: none;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title {
  transition: all 0.3s;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title:hover {
  color: #385aeb;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title:hover {
  transition: all 0.3s;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__category {
  font-size: 1rem;
  margin: 0.25rem 0 0.75rem 0;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__section {
  margin-bottom: 2.25rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item {
  margin-bottom: 1.5rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item:last-child {
  margin-bottom: 0;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon {
  width: 32px;
  height: 32px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon > i {
  font-size: 1.4rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img {
  width: 32px;
  height: 32px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img > img {
  max-width: 32px;
  max-height: 32px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file {
  width: 27px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file > img {
  max-width: 27px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper {
  padding-left: 0.75rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title {
  font-size: 1rem;
  font-weight: 500;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc {
  font-size: 0.9rem;
  line-height: 1.1;
}
.kt-quick-search.kt-quick-search--has-result .kt-quick-search__wrapper {
  display: block;
}
.kt-quick-search.kt-quick-search--dropdown {
  padding: 1rem 1.5rem;
}
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group:before {
  right: 0;
}
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group .input-group-prepend .input-group-text {
  padding-left: 0;
}
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group .input-group-append .input-group-text {
  padding-right: 0;
}
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__wrapper {
  margin: 1.5rem 0 0.5rem 0;
}
.kt-quick-search.kt-quick-search--dropdown.kt-quick-search--has-result .kt-quick-search__form {
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 0.75rem;
}
.kt-quick-search.kt-quick-search--inline .dropdown-menu {
  padding: 1.5rem;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form {
  margin-bottom: 1.5rem;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .form-control {
  font-size: 1rem;
  font-weight: 500;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group {
  border-bottom: 1px solid #ebedf2;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group:before {
  right: 0;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group .input-group-prepend .input-group-text {
  padding-left: 0;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group .input-group-append .input-group-text {
  padding-right: 0;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__wrapper {
  display: block;
}
.kt-sticky-toolbar {
  width: 46px;
  position: fixed;
  top: 30%;
  right: 0;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px 0 0 3px;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item {
  margin: 0;
  padding: 5px;
  text-align: center;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a {
  background: #f4f4f8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a {
  transition: all 0.3s;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a > i {
  font-size: 1.3rem;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a > i {
  transition: all 0.3s;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a:hover {
  transition: all 0.3s;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a:hover > i {
  transition: all 0.3s;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--builder > a > i {
  color: #1dc9b7;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--builder:hover > a {
  background: #1dc9b7;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--builder:hover > a > i {
  color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--docs > a > i {
  color: #9797bd;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--docs:hover > a {
  background: #9797bd;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--docs:hover > a > i {
  color: #fff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--demo-toggle > a {
  padding: 8px 0;
  height: 90px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #385aeb;
  letter-spacing: 2px;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--demo-toggle > a > i {
  color: #385aeb;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--demo-toggle:hover > a {
  background: #385aeb;
  color: #ffffff;
}

.kt-subheader {
  display: flex;
  align-items: stretch;
  margin: 15px 0;
}
.kt-subheader .kt-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.kt-subheader .btn {
  display: inline-flex;
  margin-left: 0.75rem;
  height: 34px !important;
  padding-top: 0;
  padding-bottom: 0;
}
.kt-subheader .btn i {
  font-size: 1.1rem !important;
}
.kt-subheader .btn.btn-icon {
  width: 34px !important;
}
.kt-subheader .no-style-btn .btn {
  height: auto !important;
  margin-left: 0;
  display: block;
  padding: 0.65rem 1rem;
}
.kt-subheader .datepicker-group .btn {
  margin-left: 0;
  height: auto !important;
}
.kt-subheader .kt-subheader__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
  display: none;
}
.kt-subheader .kt-subheader__main .btn {
  margin-left: 0;
  margin-right: 0.75rem;
}
.kt-subheader .kt-subheader__main .kt-subheader__title {
  margin: 0;
  padding: 0 1.5rem 0 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-subheader .kt-subheader__main .kt-subheader__desc {
  padding: 0 0.5rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-subheader .kt-subheader__main .kt-subheader__separator {
  display: block;
  width: 12px;
  height: 4px;
  border-radius: 2px;
  background: rgba(149, 156, 182, 0.5);
  margin: 0 1.5rem 0 0;
}
.kt-subheader .kt-subheader__main .kt-subheader__separator.kt-subheader__separator--v {
  width: 1px;
  height: 20px;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
  display: flex;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home {
  padding: 0px 0.65rem 0px 0px;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home {
  transition: all 0.3s;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home > i {
  font-size: 1rem;
  color: #959cb6;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home:hover > i {
  color: #385aeb;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home:hover > i {
  transition: all 0.3s;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home.kt-subheader__breadcrumbs-home--active > i {
  color: #385aeb;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
  padding: 0 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  color: #959cb6;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  color: #385aeb;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link.kt-subheader__breadcrumbs-link--active {
  color: #385aeb;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
  transition: all 0.3s;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  transition: all 0.3s;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator {
  display: flex;
  justify-content: content;
  align-items: center;
  padding: 0 0.45rem 0 0;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: " ";
  background: rgba(149, 156, 182, 0.5);
}
.kt-subheader .kt-subheader__toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.kt-subheader .kt-subheader__toolbar .btn {
  margin-left: 0.5rem;
}
.kt-subheader .kt-subheader__toolbar .btn-group {
  margin-left: 0.5rem;
}
.kt-subheader .kt-subheader__toolbar .btn-group .btn {
  margin-left: 0;
}
.kt-subheader .kt-subheader__toolbar .kt-subheader__search {
  margin-left: 1rem;
}
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group {
  border: 0;
  background-color: #f3f4f6;
  border-radius: 8px;
}
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text {
  border: 0;
  background-color: transparent;
}
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text::-moz-placeholder {
  color: #b1b5cb;
  opacity: 1;
}
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text:-ms-input-placeholder {
  color: #b1b5cb;
}
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text::-webkit-input-placeholder {
  color: #b1b5cb;
}
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text {
  color: #9298b7;
}
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text i {
  color: #385aeb;
}
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .form-control {
  border: 0;
  font-weight: 400;
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
}
.kt-subheader--solid .kt-subheader {
  margin: 0 0 30px 0;
  min-height: 54px;
  background-color: #fff;
}

.kt-subheader__title {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .kt-subheader {
    margin: 2px 0;
    padding: 5px 0;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    width: 20px;
    height: 22px;
    transition: all 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
    display: block;
    position: absolute;
    top: 10px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before {
    top: -6px;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
    bottom: -6px;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:before {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 50%;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:after {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 75%;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:after, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:before {
    width: 100%;
    transition: all 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:before {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 50%;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:after {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 75%;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:before {
    left: 0px;
    right: auto;
    width: 50%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:after {
    left: 0px;
    right: auto;
    width: 75%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:after, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:before {
    width: 100%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:before {
    left: auto;
    right: 0px;
    width: 50%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:after {
    left: auto;
    right: 0px;
    width: 75%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
    background: #74788d;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
    background: #74788d;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span {
    background: #385aeb;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::after {
    background: #385aeb;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span {
    background: #385aeb;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::after {
    background: #385aeb;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
    display: inline-block;
    margin-right: 1rem;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__title {
    font-size: 1.2rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__separator {
    margin-right: 0.5rem;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
    padding: 0.5rem 0;
  }
  .kt-subheader .kt-subheader__toolbar {
    padding: 0.5rem 0;
  }
  .kt-subheader .kt-subheader__toolbar .kt-subheader__search {
    margin-left: 0.5rem;
  }
  .kt-subheader .kt-subheader__toolbar .kt-subheader__search .form-control {
    width: 85px;
  }
  .kt-subheader--solid .kt-subheader {
    margin: 0 0 15px 0;
    min-height: 45px;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .kt-subheader .kt-subheader__toolbar {
    padding-top: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__aside {
    width: 350px;
  }
}
@media (max-width: 400px) {
  .kt-app .kt-app__aside {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--xs {
    width: 250px;
  }
}
@media (max-width: 300px) {
  .kt-app .kt-app__aside.kt-app__aside--xs {
    width: 200px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--sm {
    width: 300px;
  }
}
@media (max-width: 350px) {
  .kt-app .kt-app__aside.kt-app__aside--sm {
    width: 250px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--lg {
    width: 450px;
  }
}
@media (max-width: 500px) {
  .kt-app .kt-app__aside.kt-app__aside--lg {
    width: 400px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--xl {
    width: 600px;
  }
}
@media (max-width: 650px) {
  .kt-app .kt-app__aside.kt-app__aside--xl {
    width: 550px;
  }
}
.kt-app .kt-app__content {
  margin-left: 20px;
}
.kt-app .kt-app__detail {
  margin-left: 20px;
}
@media (min-width: 1025px) {
  .kt-app .kt-app__detail {
    width: 550px;
  }
}
@media (max-width: 600px) {
  .kt-app .kt-app__detail {
    width: 500px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__detail.kt-app__detail--sm {
    width: 400px;
  }
}
@media (max-width: 450px) {
  .kt-app .kt-app__detail.kt-app__detail--sm {
    width: 350px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__detail.kt-app__detail--lg {
    width: 700px;
  }
}
@media (max-width: 750px) {
  .kt-app .kt-app__detail.kt-app__detail--lg {
    width: 650px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__detail.kt-app__detail--xl {
    width: 850px;
  }
}
@media (max-width: 900px) {
  .kt-app .kt-app__detail.kt-app__detail--xl {
    width: 800px;
  }
}

@media (max-width: 1024px) {
  .kt-app .kt-app__aside {
    padding: 35px 15px 15px 15px;
    background-color: #ffffff;
  }
  .kt-app .kt-app__aside.kt-app__aside--fit {
    padding: 20px 0 0 0;
  }
  .kt-app .kt-app__aside.kt-app__aside--fit .kt-portlet {
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
  }
  .kt-app .kt-app__aside.kt-app__aside--fit .kt-portlet {
    box-shadow: none;
  }
  .kt-app .kt-app__content {
    margin-left: 0;
  }
  .kt-app .kt-app__detail {
    margin-left: 0;
  }
}

.kt-app__aside-close {
  display: none;
}

@media (max-width: 1024px) {
  .kt-app__aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 300px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -320px;
  }
  .kt-app__aside.kt-app__aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}
@media screen\0  and (max-width: 1024px) {
  .kt-app__aside {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside--right .kt-app__aside {
    right: -320px;
    left: auto;
  }
  .kt-app__aside--right .kt-app__aside.kt-app__aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
  .kt-app__aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
  }
}
@media screen\0  and (max-width: 1024px) {
  .kt-app__aside-close {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
  .kt-app__aside-close:hover {
    text-decoration: none;
  }
  .kt-app__aside--right .kt-app__aside-close {
    left: auto;
    right: -25px;
  }
  .kt-app__aside--on .kt-app__aside-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 274px;
  }
  .kt-app__aside--on.kt-app__aside--right .kt-app__aside-close {
    left: auto;
    right: 274px;
  }
  .kt-app__aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    animation: kt-animate-fade-in 0.3s linear 1;
  }
  .kt-app__aside-overlay {
    background: rgba(0, 0, 0, 0.05);
  }
  .kt-app__aside-close {
    background-color: #f7f8fa;
  }
  .kt-app__aside-close > i {
    color: #74788d;
  }
  .kt-app__aside-close:hover {
    background-color: transparent;
  }
  .kt-app__aside-close:hover > i {
    color: #385aeb;
  }
}
@media (max-width: 350px) {
  .kt-app__aside {
    width: 90% !important;
  }
}
.kt-badge {
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 0.8rem;
}
.kt-badge.kt-badge--md {
  height: 24px;
  width: 24px;
  font-size: 0.9rem;
}
.kt-badge.kt-badge--lg {
  height: 30px;
  width: 30px;
  font-size: 1rem;
}
.kt-badge.kt-badge--xl {
  height: 40px;
  width: 40px;
  font-size: 1.1rem;
  font-weight: bold;
}
.kt-badge.kt-badge--bold {
  font-weight: 500;
}
.kt-badge.kt-badge--bolder {
  font-weight: 600;
}
.kt-badge.kt-badge--boldest {
  font-weight: 700;
}
.kt-badge.kt-badge--brand {
  color: #ffffff;
  background: #385aeb;
}
.kt-badge.kt-badge--outline.kt-badge--brand {
  background: transparent;
  color: #385aeb;
  border: 1px solid #385aeb;
}
.kt-badge.kt-badge--outline.kt-badge--brand.kt-badge--outline-2x {
  border: 2px solid #385aeb;
}
.kt-badge.kt-badge--metal {
  color: #586272;
  background: #d3dae6;
}
.kt-badge.kt-badge--outline.kt-badge--metal {
  background: transparent;
  color: #d3dae6;
  border: 1px solid #d3dae6;
}
.kt-badge.kt-badge--outline.kt-badge--metal.kt-badge--outline-2x {
  border: 2px solid #d3dae6;
}
.kt-badge.kt-badge--light {
  color: #282a3c;
  background: #ffffff;
}
.kt-badge.kt-badge--outline.kt-badge--light {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.kt-badge.kt-badge--outline.kt-badge--light.kt-badge--outline-2x {
  border: 2px solid #ffffff;
}
.kt-badge.kt-badge--dark {
  color: #ffffff;
  background: #645ca1;
}
.kt-badge.kt-badge--outline.kt-badge--dark {
  background: transparent;
  color: #645ca1;
  border: 1px solid #645ca1;
}
.kt-badge.kt-badge--outline.kt-badge--dark.kt-badge--outline-2x {
  border: 2px solid #645ca1;
}
.kt-badge.kt-badge--accent {
  color: #ffffff;
  background: #00c5dc;
}
.kt-badge.kt-badge--outline.kt-badge--accent {
  background: transparent;
  color: #00c5dc;
  border: 1px solid #00c5dc;
}
.kt-badge.kt-badge--outline.kt-badge--accent.kt-badge--outline-2x {
  border: 2px solid #00c5dc;
}
.kt-badge.kt-badge--focus {
  color: #ffffff;
  background: #9816f4;
}
.kt-badge.kt-badge--outline.kt-badge--focus {
  background: transparent;
  color: #9816f4;
  border: 1px solid #9816f4;
}
.kt-badge.kt-badge--outline.kt-badge--focus.kt-badge--outline-2x {
  border: 2px solid #9816f4;
}
.kt-badge.kt-badge--primary {
  color: #ffffff;
  background: #5867dd;
}
.kt-badge.kt-badge--outline.kt-badge--primary {
  background: transparent;
  color: #5867dd;
  border: 1px solid #5867dd;
}
.kt-badge.kt-badge--outline.kt-badge--primary.kt-badge--outline-2x {
  border: 2px solid #5867dd;
}
.kt-badge.kt-badge--success {
  color: #ffffff;
  background: #1dc9b7;
}
.kt-badge.kt-badge--outline.kt-badge--success {
  background: transparent;
  color: #1dc9b7;
  border: 1px solid #1dc9b7;
}
.kt-badge.kt-badge--outline.kt-badge--success.kt-badge--outline-2x {
  border: 2px solid #1dc9b7;
}
.kt-badge.kt-badge--info {
  color: #ffffff;
  background: #5578eb;
}
.kt-badge.kt-badge--outline.kt-badge--info {
  background: transparent;
  color: #5578eb;
  border: 1px solid #5578eb;
}
.kt-badge.kt-badge--outline.kt-badge--info.kt-badge--outline-2x {
  border: 2px solid #5578eb;
}
.kt-badge.kt-badge--warning {
  color: #111111;
  background: #ffb822;
}
.kt-badge.kt-badge--outline.kt-badge--warning {
  background: transparent;
  color: #ffb822;
  border: 1px solid #ffb822;
}
.kt-badge.kt-badge--outline.kt-badge--warning.kt-badge--outline-2x {
  border: 2px solid #ffb822;
}
.kt-badge.kt-badge--danger {
  color: #ffffff;
  background: #fd397a;
}
.kt-badge.kt-badge--outline.kt-badge--danger {
  background: transparent;
  color: #fd397a;
  border: 1px solid #fd397a;
}
.kt-badge.kt-badge--outline.kt-badge--danger.kt-badge--outline-2x {
  border: 2px solid #fd397a;
}
.kt-badge.kt-badge--unified-brand {
  color: #385aeb;
  background: rgba(56, 90, 235, 0.1);
}
.kt-badge.kt-badge--unified-metal {
  color: #d3dae6;
  background: rgba(211, 218, 230, 0.1);
}
.kt-badge.kt-badge--unified-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.kt-badge.kt-badge--unified-dark {
  color: #645ca1;
  background: rgba(100, 92, 161, 0.1);
}
.kt-badge.kt-badge--unified-accent {
  color: #00c5dc;
  background: rgba(0, 197, 220, 0.1);
}
.kt-badge.kt-badge--unified-focus {
  color: #9816f4;
  background: rgba(152, 22, 244, 0.1);
}
.kt-badge.kt-badge--unified-primary {
  color: #5867dd;
  background: rgba(88, 103, 221, 0.1);
}
.kt-badge.kt-badge--unified-success {
  color: #1dc9b7;
  background: rgba(29, 201, 183, 0.1);
}
.kt-badge.kt-badge--unified-info {
  color: #5578eb;
  background: rgba(85, 120, 235, 0.1);
}
.kt-badge.kt-badge--unified-warning {
  color: #ffb822;
  background: rgba(255, 184, 34, 0.1);
}
.kt-badge.kt-badge--unified-danger {
  color: #fd397a;
  background: rgba(253, 57, 122, 0.1);
}
.kt-badge.kt-badge--inline {
  height: 0;
  width: auto;
  padding: 0.75rem 0.75rem;
  border-radius: 2px;
}
.kt-badge.kt-badge--inline.kt-badge--md {
  padding: 0.8rem 0.6rem;
}
.kt-badge.kt-badge--inline.kt-badge--lg {
  padding: 0.9rem 0.7rem;
}
.kt-badge.kt-badge--inline.kt-badge--xl {
  padding: 1rem 0.8rem;
}
.kt-badge.kt-badge--pill {
  border-radius: 2rem;
}
.kt-badge.kt-badge--dot {
  display: inline-block;
  line-height: 4px;
  min-height: 4px;
  min-width: 4px;
  height: 4px;
  width: 4px;
  font-size: 0;
  vertical-align: middle;
  text-align: center;
}
.kt-badge.kt-badge--dot.kt-badge--md {
  line-height: 6px;
  min-height: 6px;
  min-width: 6px;
  height: 6px;
  width: 6px;
}
.kt-badge.kt-badge--dot.kt-badge--lg {
  line-height: 8px;
  min-height: 8px;
  min-width: 8px;
  height: 8px;
  width: 8px;
}
.kt-badge.kt-badge--dot.kt-badge--xl {
  line-height: 10px;
  min-height: 10px;
  min-width: 10px;
  height: 10px;
  width: 10px;
}
.kt-badge.kt-badge--square {
  border-radius: 0;
}
.kt-badge.kt-badge--elevate {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

code {
  color: #e83e8c;
  background: #f7f8fa;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}

.kt-demo-icon {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}
.kt-demo-icon .kt-demo-icon__preview {
  display: flex;
  padding-right: 5px;
  flex: 0 0 40px;
}
.kt-demo-icon .kt-demo-icon__preview i {
  line-height: 0;
  vertical-align: middle;
  font-size: 2rem !important;
}
.kt-demo-icon .kt-demo-icon__class {
  color: #aaa;
  display: flex;
  flex-grow: 1;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 300;
}
.kt-demo-icon:hover {
  background-color: #f7f8fa;
}

.kt-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.kt-divider > span:first-child {
  width: 100%;
  height: 1px;
  flex: 1;
  background: #EBECF1;
  display: inline-block;
}
.kt-divider > span:last-child {
  width: 100%;
  height: 1px;
  flex: 1;
  background: #EBECF1;
  display: inline-block;
}
.kt-divider > span:not(:first-child):not(:last-child) {
  padding: 0 2rem;
}

.kt-heading {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 1.75rem 0;
  color: #48465b;
}
.kt-heading.kt-heading--center {
  text-align: center;
}
.kt-heading.kt-heading--right {
  text-align: right;
}
.kt-heading.kt-heading--space-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.kt-heading.kt-heading--space-md {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.kt-heading.kt-heading--space-lg {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.kt-heading.kt-heading--space-xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.kt-heading.kt-heading--sm {
  font-size: 1.2rem;
}
.kt-heading.kt-heading--md {
  font-size: 1.4rem;
}
.kt-heading.kt-heading--lg {
  font-size: 1.6rem;
}
.kt-heading.kt-heading--xl {
  font-size: 2rem;
}
.kt-heading.kt-heading--medium {
  font-weight: 600;
}
.kt-heading.kt-heading--bold {
  font-weight: 700;
}
.kt-heading.kt-heading--bolder {
  font-weight: 900;
}
.kt-heading.kt-heading--thin {
  font-weight: 300;
}
.kt-heading.kt-heading--no-top-margin {
  margin-top: 0;
}
.kt-heading.kt-heading--no-bottom-margin {
  margin-bottom: 0;
}

.kt-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.kt-link:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  top: 1rem;
  left: 0;
  width: 0%;
  transition: width 0.3s ease;
}
.kt-link:hover {
  text-decoration: none !important;
}
.kt-link:hover:after {
  width: 100%;
}
.kt-link {
  color: #536be2;
}
.kt-link:hover {
  color: #3954de;
}
.kt-link:hover:after {
  border-bottom: 1px solid #3954de;
  opacity: 0.5;
}
.kt-link.kt-link--general:after {
  display: none;
}

.kt-link.kt-link--brand {
  color: #385aeb;
}
.kt-link.kt-link--brand:hover {
  color: #163bda;
}
.kt-link.kt-link--brand:hover:after {
  border-bottom: 1px solid #163bda;
  opacity: 0.5;
}

.kt-link.kt-link--metal {
  color: #d3dae6;
}
.kt-link.kt-link--metal:hover {
  color: #b2bfd4;
}
.kt-link.kt-link--metal:hover:after {
  border-bottom: 1px solid #b2bfd4;
  opacity: 0.5;
}

.kt-link.kt-link--light {
  color: #ffffff;
}
.kt-link.kt-link--light:hover {
  color: #e6e6e6;
}
.kt-link.kt-link--light:hover:after {
  border-bottom: 1px solid #e6e6e6;
  opacity: 0.5;
}

.kt-link.kt-link--dark {
  color: #645ca1;
}
.kt-link.kt-link--dark:hover {
  color: #504a80;
}
.kt-link.kt-link--dark:hover:after {
  border-bottom: 1px solid #504a80;
  opacity: 0.5;
}

.kt-link.kt-link--accent {
  color: #00c5dc;
}
.kt-link.kt-link--accent:hover {
  color: #0097a9;
}
.kt-link.kt-link--accent:hover:after {
  border-bottom: 1px solid #0097a9;
  opacity: 0.5;
}

.kt-link.kt-link--focus {
  color: #9816f4;
}
.kt-link.kt-link--focus:hover {
  color: #7c0acd;
}
.kt-link.kt-link--focus:hover:after {
  border-bottom: 1px solid #7c0acd;
  opacity: 0.5;
}

.kt-link.kt-link--primary {
  color: #5867dd;
}
.kt-link.kt-link--primary:hover {
  color: #2e40d4;
}
.kt-link.kt-link--primary:hover:after {
  border-bottom: 1px solid #2e40d4;
  opacity: 0.5;
}

.kt-link.kt-link--success {
  color: #1dc9b7;
}
.kt-link.kt-link--success:hover {
  color: #179c8e;
}
.kt-link.kt-link--success:hover:after {
  border-bottom: 1px solid #179c8e;
  opacity: 0.5;
}

.kt-link.kt-link--info {
  color: #5578eb;
}
.kt-link.kt-link--info:hover {
  color: #2754e6;
}
.kt-link.kt-link--info:hover:after {
  border-bottom: 1px solid #2754e6;
  opacity: 0.5;
}

.kt-link.kt-link--warning {
  color: #ffb822;
}
.kt-link.kt-link--warning:hover {
  color: #eea200;
}
.kt-link.kt-link--warning:hover:after {
  border-bottom: 1px solid #eea200;
  opacity: 0.5;
}

.kt-link.kt-link--danger {
  color: #fd397a;
}
.kt-link.kt-link--danger:hover {
  color: #fc0758;
}
.kt-link.kt-link--danger:hover:after {
  border-bottom: 1px solid #fc0758;
  opacity: 0.5;
}

.kt-section {
  padding: 0;
  margin: 0;
}
.kt-section.kt-section--space-sm {
  margin-bottom: 1rem;
}
.kt-section.kt-section--space-md {
  margin-bottom: 2rem;
}
.kt-section.kt-section--space-lg {
  margin-bottom: 2.5rem;
}
.kt-section.kt-section--space-xl {
  margin-bottom: 3rem;
}
.kt-section .kt-section__title {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 0 0 1.75rem 0;
  color: #48465b;
}
.kt-section .kt-section__title.kt-section__title-sm {
  font-size: 1.1rem;
}
.kt-section .kt-section__title.kt-section__title-md {
  font-size: 1.4rem;
}
.kt-section .kt-section__title.kt-section__title-lg {
  font-size: 1.5rem;
}
.kt-section .kt-section__desc {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #595d6e;
}
.kt-section .kt-section__info {
  display: block;
  font-size: 1rem;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #595d6e;
}
.kt-section .kt-section__content {
  display: block;
  padding: 0;
  margin: 0;
}
.kt-section .kt-section__content.kt-section__content--border {
  padding: 1.5rem;
  border: 3px solid #ebedf2;
}
.kt-section .kt-section__content.kt-section__content--x-fit {
  padding-left: 0;
  padding-right: 0;
}
.kt-section .kt-section__content.kt-section__content--fit {
  padding: 0;
}
.kt-section.kt-section--last .kt-section__content {
  padding-bottom: 1.5rem;
}

.kt-separator {
  margin: 0;
  height: 0;
}
.kt-separator.kt-separator--border-solid {
  border-bottom: 1px solid #ebedf2;
}
.kt-separator.kt-separator--border-dashed {
  border-bottom: 1px dashed #ebedf2;
}
.kt-separator.kt-separator--border-2x {
  border-bottom-width: 2px;
}
.kt-separator.kt-separator--space-xs {
  margin: 0.5rem 0;
}
.kt-separator.kt-separator--space-sm {
  margin: 1rem 0;
}
.kt-separator.kt-separator--space-md {
  margin: 2rem 0;
}
.kt-separator.kt-separator--space-lg {
  margin: 2.5rem 0;
}
.kt-separator.kt-separator--space-xl {
  margin: 3rem 0;
}
.kt-separator.kt-separator--height-xs {
  height: 1rem;
}
.kt-separator.kt-separator--height-sm {
  height: 2rem;
}
.kt-separator.kt-separator--height-md {
  height: 4rem;
}
.kt-separator.kt-separator--height-lg {
  height: 5rem;
}
.kt-separator.kt-separator--height-xl {
  height: 6rem;
}
.kt-separator.kt-separator--portlet-fit {
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 1024px) {
  .kt-separator.kt-separator--portlet-fit {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .kt-widget-1 .nav.nav-pills.nav-tabs-btn > .nav-item {
    min-width: 60px;
    margin: 0 0.25rem;
  }
  .kt-widget-1 .nav.nav-pills.nav-tabs-btn > .nav-item > .nav-link {
    padding: 0.65rem 0.5rem;
  }
  .kt-widget-1 .nav.nav-pills.nav-tabs-btn > .nav-item > .nav-link .nav-link-icon {
    font-size: 1.2rem;
  }
}
.kt-widget-1 .kt-widget-1__item {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  justify-content: space-between;
}
.kt-widget-1 .kt-widget-1__item:first-child {
  margin-top: 0;
}
.kt-widget-1 .kt-widget-1__item:last-child {
  margin-bottom: 0;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info {
  width: 60%;
  padding-right: 0.5rem;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info .kt-widget-1__item-title {
  font-weight: 500;
  color: #48465b;
  font-size: 1.1rem;
  padding-bottom: 0.3rem;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info .kt-widget-1__item-title {
  transition: all 0.3s;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info .kt-widget-1__item-title:hover {
  color: #385aeb;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info .kt-widget-1__item-title:hover {
  transition: all 0.3s;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info .kt-widget-1__item-desc {
  font-weight: 400;
  color: #74788d;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats {
  width: 35%;
  min-width: 35%;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0.75rem;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats .kt-widget-1__item-value {
  text-align: right;
  font-weight: 500;
  color: #74788d;
  font-size: 1.1rem;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats .kt-widget-1__item-progress {
  padding-left: 1.4rem;
  width: 45%;
  min-width: 45%;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats .kt-widget-1__item-progress .progress {
  height: 0.35rem;
  background-color: #ebedf2;
}
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats .kt-widget-1__item-progress .progress .progress-bar {
  border-radius: 3px;
}

.kt-widget-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-widget-2 .kt-widget-2__content {
  flex-grow: 1;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item {
  box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  border-radius: 0.5rem;
  padding: 1.4rem;
  margin-top: 3rem;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
  padding-bottom: 0rem;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats {
  display: flex;
  align-items: center;
  color: #74788d;
  font-size: 1rem;
  font-weight: 500;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-info {
  display: flex;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-info .kt-widget-2__item-value {
  padding-left: 0.5rem;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-chart {
  padding-left: 1rem;
}
@media (min-width: 1399px) and (max-width: 1550px) {
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0.5rem;
  }
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-chart {
    padding-left: 0;
  }
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats > div {
  display: flex;
  align-items: center;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats > div .kt-widget-2__stats-bullet {
  width: 1rem;
  height: 0.35rem;
  border-radius: 0.3rem;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats > div .kt-widget-2__stats-text {
  padding-left: 0.6rem;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats .kt-widget-2__stats-author {
  color: #74788d;
  font-weight: 500;
}
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats .kt-widget-2__stats-product {
  padding-left: 2rem;
  color: #74788d;
  font-weight: 500;
}
.kt-widget-2 .kt-widget-2__chart canvas {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (max-width: 1024px) {
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item {
    margin-top: 1.2rem;
  }
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0rem;
  }
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-chart {
    padding-left: 0;
  }
}
.kt-widget-3 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.kt-widget-3 .kt-widget-3__content {
  padding: 3rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info {
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section {
  color: #FFFFFF;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-title {
  font-size: 1.5rem;
  font-weight: 500;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-desc {
  color: #9686FA;
  font-weight: 500;
  font-size: 0.9rem;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-bedge {
  font-size: 1.8rem;
  position: relative;
  bottom: 0.8rem;
  right: 0.3rem;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-number {
  font-size: 3.2rem;
  font-weight: 600;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-number > span {
  font-size: 1.9rem;
  font-weight: 400;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-progress {
  padding-bottom: 0.7rem;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  height: 0.4rem;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-progress .progress .progress-bar {
  border-radius: 3px;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-action .kt-widget-3__content-text {
  font-weight: 510;
  font-size: 0.95rem;
}
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-action .kt-widget-3__content-value {
  font-weight: 510;
  font-size: 0.95rem;
}
.kt-widget-3.kt-widget-3--brand {
  background: #385aeb;
}
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-title {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-badge {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-number {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--metal {
  background: #d3dae6;
}
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-title {
  color: #586272;
}
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-badge {
  color: #586272;
}
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-number {
  color: #586272;
}
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-desc {
  color: rgba(88, 98, 114, 0.5) !important;
}
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(88, 98, 114, 0.3);
}
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-text {
  color: rgba(88, 98, 114, 0.5);
}
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-value {
  color: rgba(88, 98, 114, 0.5);
}
.kt-widget-3.kt-widget-3--light {
  background: #ffffff;
}
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-title {
  color: #282a3c;
}
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-badge {
  color: #282a3c;
}
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-number {
  color: #282a3c;
}
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-desc {
  color: rgba(40, 42, 60, 0.5) !important;
}
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(40, 42, 60, 0.3);
}
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-text {
  color: rgba(40, 42, 60, 0.5);
}
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-value {
  color: rgba(40, 42, 60, 0.5);
}
.kt-widget-3.kt-widget-3--dark {
  background: #645ca1;
}
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-title {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-badge {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-number {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--accent {
  background: #00c5dc;
}
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-title {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-badge {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-number {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--focus {
  background: #9816f4;
}
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-title {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-badge {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-number {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--primary {
  background: #5867dd;
}
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-title {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-badge {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-number {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--success {
  background: #1dc9b7;
}
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-title {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-badge {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-number {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--info {
  background: #5578eb;
}
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-title {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-badge {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-number {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--warning {
  background: #ffb822;
}
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-title {
  color: #111111;
}
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-badge {
  color: #111111;
}
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-number {
  color: #111111;
}
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-desc {
  color: rgba(17, 17, 17, 0.5) !important;
}
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(17, 17, 17, 0.3);
}
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-text {
  color: rgba(17, 17, 17, 0.5);
}
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-value {
  color: rgba(17, 17, 17, 0.5);
}
.kt-widget-3.kt-widget-3--danger {
  background: #fd397a;
}
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-title {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-badge {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-number {
  color: #ffffff;
}
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1399px) {
  .kt-widget-3 .kt-widget-3__content {
    padding: 1.5rem;
  }
  .kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-title {
    font-size: 1.2rem;
  }
  .kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-number {
    font-size: 2rem;
  }
  .kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-number > span {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .kt-widget-3 .kt-widget-3__content {
    padding: 1rem;
  }
}
.kt-widget-4 {
  margin: 0.5rem 0;
}
.kt-widget-4 .kt-widget-4__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.kt-widget-4 .kt-widget-4__item:last-child {
  margin-bottom: 0;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-price {
  text-align: right;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-price .kt-widget-4__item-badge {
  font-size: 1.1rem;
  color: #74788d;
  font-weight: 500;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-price .kt-widget-4__item-number {
  font-weight: 500;
  font-size: 1.2rem;
  color: #595d6e;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section {
  display: flex;
  align-items: center;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-pic > img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info {
  padding-left: 1rem;
  flex: 1 0 0px;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info .kt-widget-4__item-username {
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info .kt-widget-4__item-username {
  transition: all 0.3s;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info .kt-widget-4__item-username:hover {
  color: #385aeb;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info .kt-widget-4__item-username:hover {
  transition: all 0.3s;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info .kt-widget-4__item-desc {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content:first-child {
  width: 80%;
}
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content:last-child {
  width: 20%;
  flex-grow: 1;
}

.kt-widget-5 .kt-widget-5__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 2.5rem 0;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info {
  padding-left: 1.4rem;
  padding-right: 0.5rem;
  flex: 1 0 0px;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info .kt-widget-5__item-title {
  text-decaration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info .kt-widget-5__item-title {
  transition: all 0.3s;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info .kt-widget-5__item-title:hover {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info .kt-widget-5__item-title:hover {
  transition: all 0.3s;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info .kt-widget-5__item-datetime {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-check .kt-radio {
  padding: 0 0 0.3rem 1.43rem;
}
.kt-widget-5 .kt-widget-5__item:first-child {
  margin-top: 0;
}
.kt-widget-5 .kt-widget-5__item:last-child {
  margin-bottom: 0;
}
.kt-widget-5 .kt-widget-5__item:before {
  position: absolute;
  display: block;
  width: 0.2rem;
  height: 100%;
  top: 0.45rem;
  height: calc(100% - 0.8rem);
  content: "";
  border-radius: 0.2rem;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--brand:before {
  background: #385aeb;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--metal:before {
  background: #d3dae6;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--light:before {
  background: #ffffff;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--dark:before {
  background: #645ca1;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--accent:before {
  background: #00c5dc;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--focus:before {
  background: #9816f4;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--primary:before {
  background: #5867dd;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--success:before {
  background: #1dc9b7;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--info:before {
  background: #5578eb;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--warning:before {
  background: #ffb822;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--danger:before {
  background: #fd397a;
}
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #385aeb;
}

.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem;
  margin-left: -1rem;
  border-radius: 0.4rem;
}
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-pic > img {
  height: 6rem;
  max-width: 100%;
  border-radius: 0.4rem;
}
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-info {
  flex: 1 0 0px;
  padding-right: 1rem;
  padding-left: 2rem;
}
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-info .kt-widget-6__item-title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
  padding-right: 4rem;
  margin-bottom: 0.5rem;
}
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-info .kt-widget-6__item-desc {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-icon {
  right: 1rem;
  top: 1.8rem;
  display: none;
  position: absolute;
  padding-left: 2rem;
}
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-icon > i {
  font-size: 1.8rem;
}
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-icon:hover {
  cursor: pointer;
}
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item:hover {
  box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  cursor: pointer;
}
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item:hover .kt-widget-6__item-icon {
  display: block;
}
.kt-widget-6 .kt-widget-6__nav-items {
  margin: auto;
  padding-top: 2rem;
  width: 10rem;
}
.kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #74788d;
  height: 2rem;
  width: 2rem;
  transition: all 0.2s linear;
  margin: 0;
  padding: 0;
}
.kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item > a {
  transition: all 0.3s;
}
.kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item > a:hover, .kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item > a.active {
  background-color: #385aeb;
  color: #ffffff;
}
.kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item > a:hover, .kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item > a.active {
  transition: all 0.3s;
}

.kt-widget-7 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-widget-7 .kt-widget-7__items {
  flex-grow: 1;
  padding: 1.5rem 1.2rem;
}
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info {
  flex: 1 0 0px;
  padding-right: 1rem;
  padding-left: 0.7rem;
}
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info .kt-widget-7__item-title {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
  padding-right: 1rem;
  margin-bottom: 0.3rem;
}
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info .kt-widget-7__item-title {
  transition: all 0.3s;
}
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info .kt-widget-7__item-title:hover {
  color: #385aeb;
}
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info .kt-widget-7__item-title:hover {
  transition: all 0.3s;
}
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info .kt-widget-7__item-desc {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-pic {
  width: 3rem;
  height: 3rem;
  text-align: left;
}
.kt-widget-7 .kt-widget-7__foot {
  position: relative;
}
.kt-widget-7 .kt-widget-7__foot > img {
  border-radius: 0.3rem;
  height: 130px;
  width: 100%;
}
.kt-widget-7 .kt-widget-7__foot .kt-widget-7__upload {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kt-widget-7 .kt-widget-7__foot .kt-widget-7__upload > a {
  text-decoration: none;
}
.kt-widget-7 .kt-widget-7__foot .kt-widget-7__upload > a > i {
  display: block;
  text-align: center;
  font-size: 4rem;
  line-height: 0;
  margin-bottom: 0.5rem;
  color: #fff;
}
.kt-widget-7 .kt-widget-7__foot .kt-widget-7__upload > span {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

.kt-widget-9 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-widget-9 .kt-widget-9__panel {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends {
  display: flex;
  align-items: center;
}
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends .kt-widget-9__legend {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends .kt-widget-9__legend .kt-widget-9__legend-bullet {
  width: 15px;
  height: 5px;
  border-radius: 3px;
}
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends .kt-widget-9__legend .kt-widget-9__legend-label {
  padding-left: 0.75rem;
  font-weight: 500;
  color: #74788d;
}
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__toolhar {
  padding-left: 0.5rem;
}
.kt-widget-9 .kt-widget-9__chart {
  margin-top: 40px;
  position: relative;
}

.kt-widget-10 .kt-widget-10__wrapper {
  display: flex;
  justify-content: space-between;
}
.kt-widget-10 .kt-widget-10__wrapper .kt-widget-10__details {
  display: flex;
  flex-direction: column;
}
.kt-widget-10 .kt-widget-10__wrapper .kt-widget-10__details .kt-widget-10__title {
  color: #48465b;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
.kt-widget-10 .kt-widget-10__wrapper .kt-widget-10__details .kt-widget-10__desc {
  color: #74788d;
  font-size: 1rem;
  font-weight: 500;
}
.kt-widget-10 .kt-widget-10__wrapper .kt-widget-10__num {
  color: #48465b;
  font-size: 1.75rem;
  font-weight: 500;
}
.kt-widget-10 .kt-widget-10__chart {
  margin-top: 1rem;
}

.kt-widget-11 .kt-widget-11__item {
  margin-bottom: 2.75rem;
}
.kt-widget-11 .kt-widget-11__item:last-child {
  margin-bottom: 0;
}
.kt-widget-11 .kt-widget-11__item .kt-widget-11__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.kt-widget-11 .kt-widget-11__item .kt-widget-11__wrapper .kt-widget-11__title {
  color: #74788d;
  font-weight: 500;
  font-size: 1.1rem;
}
.kt-widget-11 .kt-widget-11__item .kt-widget-11__wrapper .kt-widget-11__value {
  color: #48465b;
  font-weight: 500;
  font-size: 1.1rem;
  padding-left: 0.5rem;
}
.kt-widget-11 .kt-widget-11__item .kt-widget-11__progress .progress {
  height: 0.5rem;
}

.kt-widget-12 .kt-widget-12__body .kt-widget-12__head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(56, 90, 235, 0.1);
  color: #385aeb;
  display: flex;
  flex: 0 0 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.25rem;
  text-transform: uppercase;
  line-height: 1.3rem;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date .kt-widget-12__day {
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 0.2rem;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date .kt-widget-12__month {
  font-weight: 500;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--brand {
  background-color: rgba(56, 90, 235, 0.1);
  color: #385aeb;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--metal {
  background-color: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--dark {
  background-color: rgba(100, 92, 161, 0.1);
  color: #645ca1;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--accent {
  background-color: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--focus {
  background-color: rgba(152, 22, 244, 0.1);
  color: #9816f4;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--primary {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--success {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--info {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--danger {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__label {
  flex: 1;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__label .kt-widget-12__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #48465b;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__label .kt-widget-12__desc {
  font-size: 1rem;
  font-weight: 500;
  color: #74788d;
}
.kt-widget-12 .kt-widget-12__body .kt-widget-12__info {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget-12 .kt-widget-12__members {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member {
  border-radius: 50%;
  width: 2.7rem;
  height: 2.7rem;
  overflow: hidden;
  margin-left: -0.7rem;
  border: 1px solid #ffffff;
  background-color: #f0f3ff;
  color: #74788d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:first-child {
  margin-left: 0;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member img {
  width: 100%;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member.kt-widget-12__member--last {
  padding-right: 0.2rem;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member.kt-widget-12__member--last {
  transition: all 0.3s;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member.kt-widget-12__member--last:hover {
  background-color: #385aeb;
  color: #ffffff;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member.kt-widget-12__member--last:hover {
  transition: all 0.3s;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(1) {
  z-index: 1;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(2) {
  z-index: 2;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(3) {
  z-index: 3;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(4) {
  z-index: 4;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(5) {
  z-index: 5;
}
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(6) {
  z-index: 6;
}

.kt-widget-13 .kt-widget-13__body {
  margin-bottom: 1rem;
}
.kt-widget-13 .kt-widget-13__body .kt-widget-13__title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
  display: block;
}
.kt-widget-13 .kt-widget-13__body .kt-widget-13__title:hover {
  color: #385aeb;
}
.kt-widget-13 .kt-widget-13__body .kt-widget-13__desc {
  font-weight: 400;
  font-size: 1rem;
  color: #74788d;
}
.kt-widget-13 .kt-widget-13__body .kt-widget-13__desc.kt-widget-13__desc--xl {
  font-weight: 600;
  font-size: 1.5rem;
  color: #48465b;
}
.kt-widget-13 .kt-widget-13__foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  margin-top: 1rem;
}
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__label {
  display: flex;
  align-items: center;
  padding-right: 0.25rem;
}
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__label i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress {
  width: 100%;
}
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress .kt-widget-13__progress-info {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress .kt-widget-13__progress-info .kt-widget-13__progress-status {
  color: #74788d;
  font-weight: 400;
}
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress .kt-widget-13__progress-info .kt-widget-13__progress-value {
  color: #595d6e;
  font-weight: 600;
}
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress .progress {
  height: 5px;
}

.kt-widget-14 .kt-widget-14__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kt-widget-14 .kt-widget-14__body .kt-widget-14__product {
  display: flex;
  align-items: center;
  flex: 2;
}
@media (max-width: 576px) {
  .kt-widget-14 .kt-widget-14__body .kt-widget-14__product {
    flex-basis: 100%;
    margin-bottom: 1rem;
    flex: auto;
  }
}
.kt-widget-14 .kt-widget-14__body .kt-widget-14__data {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .kt-widget-14 .kt-widget-14__body .kt-widget-14__data {
    justify-content: flex-start;
  }
}
.kt-widget-14 .kt-widget-14__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
}
.kt-widget-14 .kt-widget-14__thumb {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.25rem;
  flex: 0 0 5rem;
}
.kt-widget-14 .kt-widget-14__thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
}
@media (max-width: 576px) {
  .kt-widget-14 .kt-widget-14__thumb {
    margin-bottom: 0.5rem;
  }
}
.kt-widget-14 .kt-widget-14__thumb .kt-widget-14__image {
  width: 100%;
  height: auto;
}
.kt-widget-14 .kt-widget-14__thumb .kt-widget-14__image--landscape {
  height: 100%;
  width: auto;
}
.kt-widget-14 .kt-widget-14__title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 0.6rem;
}
.kt-widget-14 .kt-widget-14__title {
  transition: all 0.3s;
}
.kt-widget-14 .kt-widget-14__title:hover {
  color: #385aeb;
}
.kt-widget-14 .kt-widget-14__title:hover {
  transition: all 0.3s;
}
.kt-widget-14 .kt-widget-14__desc {
  font-weight: 400;
  color: #74788d;
  padding-right: 0.5rem;
}
.kt-widget-14 .kt-widget-14__info {
  border-radius: 5px;
  background-color: #f7f8fa;
  text-align: center;
  padding: 0.7rem 1rem;
  margin-left: 0.5rem;
}
@media (max-width: 576px) {
  .kt-widget-14 .kt-widget-14__info:first-child {
    margin-left: 0;
  }
}
.kt-widget-14 .kt-widget-14__info .kt-widget-14__info-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #48465b;
}
.kt-widget-14 .kt-widget-14__foot {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-info,
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-info .kt-widget-14__foot-label {
  margin: 0.25rem 0.5rem 0.25rem 0;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-info .kt-widget-14__foot-desc {
  font-weight: 500;
  color: #74788d;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-toolbar {
  display: flex;
  justify-content: flex-end;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-toolbar a {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

.kt-widget-15 .kt-widget-15__body {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .kt-widget-15 .kt-widget-15__body {
    flex-direction: column;
  }
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author {
  display: flex;
  align-items: stretch;
  padding-right: 1rem;
  flex: 1 1 auto;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__photo {
  border-radius: 50%;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  flex: 0 0 5rem;
  margin-right: 1.25rem;
}
@media (max-width: 576px) {
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__photo {
    margin-bottom: 0.5rem;
  }
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__photo img {
  width: 100%;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail .kt-widget-15__name {
  margin-bottom: 0.25rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #48465b;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail .kt-widget-15__name {
  transition: all 0.3s;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail .kt-widget-15__name:hover {
  color: #385aeb;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail .kt-widget-15__name:hover {
  transition: all 0.3s;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail .kt-widget-15__desc {
  font-weight: 400;
  color: #74788d;
}
@media (max-width: 1024px) {
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__author {
    margin-bottom: 1rem;
  }
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
@media (min-width: 577px) and (max-width: 1500px) {
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper {
    flex-direction: column;
  }
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 2rem;
  font-weight: 500;
  color: #74788d;
  flex-wrap: wrap;
  border-left: 1px solid #ebedf2;
}
@media (max-width: 1024px) {
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info {
    padding: 0;
    margin-bottom: 0.5rem;
    border-left: 0;
  }
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info:last-child {
    margin-bottom: 0;
  }
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info .kt-widget-15__info--item {
  color: #48465b;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info .kt-widget-15__info--item {
  transition: all 0.3s;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info .kt-widget-15__info--item:hover {
  color: #385aeb;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info .kt-widget-15__info--item:hover {
  transition: all 0.3s;
}
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info .btn {
  margin-right: 1rem;
}
.kt-widget-15 .kt-widget-15__foot {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-info,
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-info .kt-widget-15__foot-label {
  margin: 0.25rem 0.5rem 0.25rem 0;
}
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-info .kt-widget-15__foot-desc {
  font-weight: 500;
  color: #74788d;
}
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-toolbar {
  display: flex;
  justify-content: flex-end;
}
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-toolbar a {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

.kt-widget-16 {
  padding-top: 0.7rem;
}
.kt-widget-16 .kt-widget-16__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.kt-widget-16 .kt-widget-16__item:last-child {
  margin-bottom: 0;
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels {
  flex: 1;
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels .kt-widget-16__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels .kt-widget-16__title {
  transition: all 0.3s;
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #385aeb;
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels .kt-widget-16__title:hover {
  transition: all 0.3s;
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels .kt-widget-16__desc {
  color: #74788d;
  font-weight: 500;
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__data .kt-widget-16__numbers {
  margin-left: 1.25rem;
  text-align: center;
}
@media (max-width: 576px) {
  .kt-widget-16 .kt-widget-16__item .kt-widget-16__data .kt-widget-16__numbers {
    margin-left: 0.5rem;
  }
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-total {
  font-size: 1.1rem;
  font-weight: 600;
  color: #595d6e;
}
.kt-widget-16 .kt-widget-16__item .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(56, 90, 235, 0.1);
  color: #385aeb;
  font-weight: 500;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--brand .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #385aeb;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--brand .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(56, 90, 235, 0.1);
  color: #385aeb;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--metal .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #d3dae6;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--metal .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--light .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #ffffff;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--light .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--dark .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #645ca1;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--dark .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(100, 92, 161, 0.1);
  color: #645ca1;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--accent .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #00c5dc;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--accent .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--focus .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #9816f4;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--focus .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(152, 22, 244, 0.1);
  color: #9816f4;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--primary .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #5867dd;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--primary .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--success .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #1dc9b7;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--success .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--info .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #5578eb;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--info .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--warning .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #ffb822;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--warning .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--danger .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #fd397a;
}
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--danger .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
}

.kt-widget-17 .kt-widget-17__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.kt-widget-17 .kt-widget-17__item:last-child {
  margin-bottom: 0;
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product {
  flex: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .kt-widget-17 .kt-widget-17__item .kt-widget-17__product {
    flex-basis: 100%;
    margin-bottom: 1.25rem;
  }
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__thumb {
  border-radius: 5px;
  overflow: hidden;
  margin-right: 1.25rem;
  flex: 0 0 6rem;
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__thumb a {
  width: 6rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__thumb .kt-widget-17__image {
  width: 100%;
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__product-desc .kt-widget-17__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__product-desc .kt-widget-17__title:hover {
  color: #385aeb;
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__product-desc .kt-widget-17__sku {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__prices {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.1rem;
  color: #595d6e;
  font-weight: 500;
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__prices .kt-widget-17__unit span {
  color: #74788d;
}
.kt-widget-17 .kt-widget-17__item .kt-widget-17__prices .kt-widget-17__total {
  min-width: 7.5rem;
  text-align: right;
}
.kt-widget-17 .kt-widget-17__foot {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-info,
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-info .kt-widget-17__foot-label {
  margin: 0.25rem 0.5rem 0.25rem 0;
}
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-info .kt-widget-17__foot-desc {
  font-weight: 500;
  color: #74788d;
}
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-toolbar {
  display: flex;
  justify-content: flex-end;
}
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-toolbar a {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

.kt-widget-18 .kt-widget-18__summary {
  margin-top: -1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
}
.kt-widget-18 .kt-widget-18__summary .kt-widget-18__total {
  font-size: 3rem;
  font-weight: 600;
  color: #48465b;
  margin-right: 1rem;
}
.kt-widget-18 .kt-widget-18__summary .kt-widget-18__label {
  color: #74788d;
  font-weight: 500;
  margin-bottom: 1rem;
}
.kt-widget-18 .kt-widget-18__progress {
  margin-bottom: 2rem;
}
.kt-widget-18 .kt-widget-18__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.kt-widget-18 .kt-widget-18__item:last-child {
  margin-bottom: 0;
}
.kt-widget-18 .kt-widget-18__item .kt-widget-18__legend {
  background-color: #385aeb;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  margin-right: 1.25rem;
}
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc {
  margin-right: 1.25rem;
}
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc .kt-widget-18__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 0.2rem;
}
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc .kt-widget-18__title {
  transition: all 0.3s;
}
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc .kt-widget-18__title:hover {
  color: #385aeb;
}
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc .kt-widget-18__title:hover {
  transition: all 0.3s;
}
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc .kt-widget-18__desc {
  font-size: 0.9rem;
  font-weight: 500;
  color: #74788d;
}
.kt-widget-18 .kt-widget-18__item .kt-widget-18__orders {
  font-weight: 400;
  color: #74788d;
  font-size: 0.9rem;
  margin: auto 0 auto auto;
}
.kt-widget-18 .kt-widget-18__item .kt-widget-18__orders span {
  font-weight: 500;
  color: #595d6e;
  font-size: 1rem;
}

.kt-widget-19 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-grow: 1;
}
.kt-widget-19 .kt-widget-19__title {
  display: flex;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: 1.5rem;
  margin-right: 2rem;
}
.kt-widget-19 .kt-widget-19__title .kt-widget-19__label {
  font-size: 2.2rem;
  font-weight: 600;
  color: #595d6e;
}
.kt-widget-19 .kt-widget-19__title .kt-widget-19__label small {
  font-size: 1.3rem;
  color: #74788d;
  margin-right: 0.25rem;
}
.kt-widget-19 .kt-widget-19__title .kt-widget-19__bg {
  opacity: 0.08;
  position: absolute;
  z-index: 0;
  width: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kt-widget-19 .kt-widget-19__data {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 0 0 180px;
}
.kt-widget-19 .kt-widget-19__data {
  transition: all 0.3s;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  margin-right: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.3s ease;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar {
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
  background-color: #f0f3ff;
  height: 100px;
  width: 8px;
  border-radius: 5px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar [class*=kt-widget-19__bar] {
  border-radius: 5px;
  transition: all 0.6s ease;
  background-color: #385aeb;
  width: 8px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-1 {
  height: 1px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-2 {
  height: 2px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-3 {
  height: 3px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-4 {
  height: 4px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-5 {
  height: 5px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-6 {
  height: 6px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-7 {
  height: 7px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-8 {
  height: 8px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-9 {
  height: 9px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-10 {
  height: 10px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-11 {
  height: 11px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-12 {
  height: 12px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-13 {
  height: 13px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-14 {
  height: 14px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-15 {
  height: 15px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-16 {
  height: 16px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-17 {
  height: 17px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-18 {
  height: 18px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-19 {
  height: 19px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-20 {
  height: 20px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-21 {
  height: 21px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-22 {
  height: 22px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-23 {
  height: 23px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-24 {
  height: 24px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-25 {
  height: 25px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-26 {
  height: 26px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-27 {
  height: 27px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-28 {
  height: 28px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-29 {
  height: 29px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-30 {
  height: 30px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-31 {
  height: 31px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-32 {
  height: 32px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-33 {
  height: 33px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-34 {
  height: 34px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-35 {
  height: 35px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-36 {
  height: 36px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-37 {
  height: 37px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-38 {
  height: 38px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-39 {
  height: 39px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-40 {
  height: 40px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-41 {
  height: 41px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-42 {
  height: 42px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-43 {
  height: 43px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-44 {
  height: 44px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-45 {
  height: 45px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-46 {
  height: 46px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-47 {
  height: 47px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-48 {
  height: 48px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-49 {
  height: 49px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-50 {
  height: 50px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-51 {
  height: 51px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-52 {
  height: 52px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-53 {
  height: 53px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-54 {
  height: 54px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-55 {
  height: 55px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-56 {
  height: 56px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-57 {
  height: 57px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-58 {
  height: 58px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-59 {
  height: 59px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-60 {
  height: 60px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-61 {
  height: 61px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-62 {
  height: 62px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-63 {
  height: 63px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-64 {
  height: 64px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-65 {
  height: 65px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-66 {
  height: 66px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-67 {
  height: 67px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-68 {
  height: 68px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-69 {
  height: 69px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-70 {
  height: 70px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-71 {
  height: 71px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-72 {
  height: 72px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-73 {
  height: 73px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-74 {
  height: 74px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-75 {
  height: 75px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-76 {
  height: 76px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-77 {
  height: 77px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-78 {
  height: 78px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-79 {
  height: 79px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-80 {
  height: 80px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-81 {
  height: 81px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-82 {
  height: 82px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-83 {
  height: 83px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-84 {
  height: 84px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-85 {
  height: 85px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-86 {
  height: 86px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-87 {
  height: 87px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-88 {
  height: 88px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-89 {
  height: 89px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-90 {
  height: 90px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-91 {
  height: 91px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-92 {
  height: 92px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-93 {
  height: 93px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-94 {
  height: 94px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-95 {
  height: 95px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-96 {
  height: 96px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-97 {
  height: 97px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-98 {
  height: 98px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-99 {
  height: 99px;
}
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-100 {
  height: 100px;
}
@media (min-width: 1400px) and (max-width: 1650px) {
  .kt-widget-19 .kt-widget-19__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .kt-widget-19 .kt-widget-19__title .kt-widget-19__label {
    font-size: 2rem;
    font-weight: 500;
  }
  .kt-widget-19 .kt-widget-19__title .kt-widget-19__bg {
    width: 100px;
  }
  .kt-widget-19 .kt-widget-19__data {
    flex: 0 0 120px;
  }
}
@media (max-width: 576px) {
  .kt-widget-19 .kt-widget-19__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .kt-widget-19 .kt-widget-19__title .kt-widget-19__label {
    font-size: 1.7rem;
  }
  .kt-widget-19 .kt-widget-19__title .kt-widget-19__bg {
    width: 100px;
  }
  .kt-widget-19 .kt-widget-19__data {
    flex: 0 0 120px;
  }
}

.kt-widget-20 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-grow: 1;
}
.kt-widget-20 .kt-widget-20__title {
  position: relative;
  display: flex;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
  margin-left: 2.5rem;
  margin-right: 2rem;
}
.kt-widget-20 .kt-widget-20__title .kt-widget-20__label {
  font-size: 2.2rem;
  font-weight: 600;
  color: #595d6e;
}
.kt-widget-20 .kt-widget-20__title .kt-widget-20__label small {
  font-size: 1.3rem;
  color: #74788d;
  margin-right: 0.25rem;
}
.kt-widget-20 .kt-widget-20__title .kt-widget-20__bg {
  opacity: 0.08;
  position: absolute;
  z-index: 0;
  width: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kt-widget-20 .kt-widget-20__data {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 0 0 220px;
  max-width: 220px;
  transition: all 0.3s ease;
}
.kt-widget-20 .kt-widget-20__data .kt-widget-20__chart {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overlfow: hidden;
}
.kt-widget-20 .kt-widget-20__data .kt-widget-20__chart canvas {
  flex: 1;
}
@media (min-width: 1400px) and (max-width: 1650px) {
  .kt-widget-20 .kt-widget-20__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .kt-widget-20 .kt-widget-20__title .kt-widget-20__label {
    font-size: 2rem;
    font-weight: 500;
  }
  .kt-widget-20 .kt-widget-20__title .kt-widget-20__bg {
    width: 100px;
  }
  .kt-widget-20 .kt-widget-20__data {
    flex: 0 0 160px;
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .kt-widget-20 .kt-widget-20__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .kt-widget-20 .kt-widget-20__title .kt-widget-20__label {
    font-size: 1.7rem;
  }
  .kt-widget-20 .kt-widget-20__title .kt-widget-20__bg {
    width: 100px;
  }
  .kt-widget-20 .kt-widget-20__data {
    flex: 0 0 160px;
    max-width: 160px;
  }
}

.kt-widget-21 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-grow: 1;
}
.kt-widget-21 .kt-widget-21__title {
  position: relative;
  display: flex;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
  margin-right: 2rem;
}
.kt-widget-21 .kt-widget-21__title .kt-widget-21__label {
  font-size: 2.2rem;
  font-weight: 600;
  color: #595d6e;
}
.kt-widget-21 .kt-widget-21__title .kt-widget-21__label small {
  font-size: 1.3rem;
  color: #74788d;
  margin-right: 0.25rem;
}
.kt-widget-21 .kt-widget-21__title .kt-widget-21__bg {
  opacity: 0.08;
  position: absolute;
  z-index: 0;
  width: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kt-widget-21 .kt-widget-21__data {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: relative;
  flex-grow: 1;
}
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends {
  margin-right: 1rem;
  transition: all 0.3s ease;
}
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends .kt-widget-21__legend {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0.9rem;
}
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends .kt-widget-21__legend:last-child {
  margin-bottom: 0;
}
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends .kt-widget-21__legend i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  flex: 0 0 0.45rem;
  border-radius: 100%;
  margin-bottom: 0.12rem;
  margin-right: 0.8rem;
}
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends .kt-widget-21__legend span {
  font-weight: 600;
  display: inline-block;
  color: #74788d;
}
.kt-widget-21 .kt-widget-21__data .kt-widget-21__chart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  flex: 0 0 110px;
}
.kt-widget-21 .kt-widget-21__data .kt-widget-21__chart .kt-widget-21__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 1.7rem;
  font-weight: 400;
  color: #a2a5b9;
}
.kt-widget-21 .kt-widget-21__data .kt-widget-21__chart canvas {
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1650px) {
  .kt-widget-21 .kt-widget-21__title {
    margin-left: 1rem;
    margin-right: 2rem;
  }
  .kt-widget-21 .kt-widget-21__title .kt-widget-21__label {
    font-size: 2rem;
    font-weight: 500;
  }
  .kt-widget-21 .kt-widget-21__title .kt-widget-21__bg {
    width: 100px;
  }
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__legends {
    margin-right: 0.5rem;
  }
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__chart {
    height: 100px;
    flex: 0 0 100px;
  }
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__chart canvas {
    height: 90px !important;
    width: 90px !important;
  }
}
@media (max-width: 576px) {
  .kt-widget-21 .kt-widget-21__title {
    margin-left: 1rem;
    margin-right: 2rem;
  }
  .kt-widget-21 .kt-widget-21__title .kt-widget-21__label {
    font-size: 1.7rem;
  }
  .kt-widget-21 .kt-widget-21__title .kt-widget-21__bg {
    width: 100px;
  }
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__legends {
    margin-right: 0.5rem;
  }
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__chart {
    height: 100px;
    flex: 0 0 100px;
  }
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__chart canvas {
    height: 90px !important;
    width: 90px !important;
  }
}

.kt-widget-22 .kt-widget-22__head {
  display: flex;
  justify-content: space-between;
}
.kt-widget-22 .kt-widget-22__head .kt-widget-22__date {
  color: #3d4465;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  font-weight: 500;
}
.kt-widget-22 .kt-widget-22__head .kt-widget-22__icon {
  position: absolute;
  right: 0;
  top: 0.55rem;
  margin-right: 2rem;
}
.kt-widget-22 .kt-widget-22__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section {
  display: flex;
  align-items: center;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar .kt-widget-22__icon {
  font-size: 1.5rem;
  font-weight: 500;
  width: 3.5rem;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar .kt-widget-22__pic {
  width: 3.5rem;
  border-radius: 50%;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar .kt-widget-22__username {
  width: 3.5rem;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar .kt-widget-22__username b {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__info {
  padding-left: 1rem;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__info .kt-widget-22__title {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.2rem;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__info .kt-widget-22__desc {
  font-size: 1rem;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__text {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 2rem 0;
  color: #595d6e;
}
.kt-widget-22 .kt-widget-22__body .kt-widget-22__actions a {
  margin-right: 0.6rem;
}

@media (min-width: 1025px) {
  .kt-widget-22 .kt-widget-22__body .kt-widget-22__actions a {
    margin-bottom: 0.7rem;
    margin-right: 0.3rem;
  }
}
.kt-widget-23 .kt-widget-23__stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.kt-widget-23 .kt-widget-23__stats .kt-widget-23__stat {
  overflow: hidden;
  flex: 1;
}
.kt-widget-23 .kt-widget-23__stats .kt-widget-23__stat .kt-widget-23__value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #595d6e;
}
.kt-widget-23 .kt-widget-23__stats .kt-widget-23__stat > span {
  display: block;
  text-align: center;
}
.kt-widget-23 .kt-widget-23__items {
  margin-top: 3rem;
}
.kt-widget-23 .kt-widget-23__items .kt-widget-23__label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget-23 .kt-widget-23__items table tbody tr th {
  padding: 1rem 0;
}
.kt-widget-23 .kt-widget-23__items table tbody tr th img {
  width: 6rem;
  height: 5rem;
  border-radius: 0.4rem;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td {
  padding: 1rem 0;
  vertical-align: middle;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__title {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.1rem;
  display: block;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__title:hover {
  color: #385aeb !important;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__title:hover {
  transition: all 0.3s;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__desc {
  font-size: 1rem;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__desc .kt-badge {
  margin-left: 0.6rem;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__icon .btn-icon {
  width: 1.7rem;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__icon .btn-icon i {
  font-size: 1.6rem;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__icon .btn-icon i:hover {
  color: #385aeb !important;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__icon .btn-icon i:hover {
  transition: all 0.3s;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__state .kt-widget-23__info .kt-widget-23__subtitle {
  color: #595d6e;
  font-weight: 500;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__state .kt-widget-23__date {
  padding-top: 0.5rem;
  display: block;
}
.kt-widget-23 .kt-widget-23__items table tbody tr td:last-child {
  text-align: right;
}
.kt-widget-23 .kt-widget-23__items table tbody tr:first-child th, .kt-widget-23 .kt-widget-23__items table tbody tr:first-child td {
  border-top: 0;
}
.kt-widget-23 .kt-widget-23__items .kt-widget-23__footer {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .kt-widget-23 .kt-widget-23__items table tbody tr td {
    padding-left: 1rem;
  }
}
.kt-widget.kt-widget--general-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kt-widget.kt-widget--general-1 .kt-media {
  margin-right: 1rem;
}
.kt-widget.kt-widget--general-1 .kt-widget__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 0.5rem;
}
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  transition: color 0.3s ease;
  color: #385aeb;
}
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar {
  align-items: center;
  padding: 0.5rem 0;
}
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar .btn {
  margin-right: 0.25rem;
}
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar .btn:last-child {
  margin-right: 0.25rem;
}
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar.kt-widget__toolbar--top {
  margin-top: -1.25rem;
}

@media (max-width: 768px) {
  .kt-widget.kt-widget--general-1 .kt-media {
    margin-right: 0.5rem;
  }
  .kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label {
    margin-right: 0.25rem;
  }
  .kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__desc {
    font-size: 1rem;
    font-weight: 400;
  }
  .kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar {
    align-items: center;
    padding: 0.25rem 0;
  }
}
.kt-widget.kt-widget--general-2 .kt-widget__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-media {
  margin-right: 1rem;
}
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label {
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
  flex: 1;
}
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  transition: color 0.3s ease;
  color: #385aeb;
}
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__toolbar {
  align-items: center;
  padding: 0.5rem 0;
}
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__toolbar .btn {
  margin-right: 0.25rem;
}
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__toolbar .btn:last-child {
  margin-right: 0.25rem;
}
.kt-widget.kt-widget--general-2 .kt-widget__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
  margin-right: 1rem;
}
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress .kt-widget__stat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress .kt-widget__stat .kt-widget__caption {
  font-size: 1rem;
  font-weight: 400;
  color: #a2a5b9;
}
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress .kt-widget__stat .kt-widget__value {
  font-size: 1rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress .progress {
  height: 5px;
  margin-top: 0.5rem;
}
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__actions .btn {
  margin-right: 0.25rem;
}
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__actions .btn:last-child {
  margin-right: 0;
}
.kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__top {
  padding: 25px;
}
.kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__bottom {
  border-top: 1px solid #ebedf2;
  padding: 25px;
}
.kt-widget.kt-widget--general-2 .overflow-wrap {
  overflow-wrap: anywhere;
}
.kt-widget.kt-widget--general-2 .overflow-wrap--text-wrap {
  text-wrap: nowrap;
}

@media (max-width: 1024px) {
  .kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__top {
    padding: 15px;
  }
  .kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__bottom {
    padding: 15px;
  }
  .kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__bottom .kt-widget__progress {
    width: 40%;
    margin-right: 0.5rem;
  }
}
.kt-widget.kt-widget--general-3 .kt-widget__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-media {
  margin-right: 1rem;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  flex-grow: 1;
  padding: 0.5rem 0;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  transition: color 0.3s ease;
  color: #385aeb;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress {
  display: flex;
  margin-right: 3rem;
  min-width: 100px;
  flex-grow: 1;
  justify-content: center;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress {
    margin-right: 2rem;
  }
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .kt-widget__cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 275px;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .kt-widget__stat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .kt-widget__stat .kt-widget__caption {
  font-size: 1rem;
  font-weight: 400;
  color: #a2a5b9;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .kt-widget__stat .kt-widget__value {
  font-size: 1rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .progress {
  height: 5px;
  margin-top: 0.5rem;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin-right: 2rem;
  padding: 0.5rem 0;
}
@media (max-width: 1230px) {
  .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links {
    justify-content: flex-start;
  }
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__cont {
  display: flex;
  flex-direction: column;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link {
  display: flex;
  margin-bottom: 0.5rem;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link i {
  font-size: 1.1rem;
  width: 20px;
  margin-right: 0.25rem;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link a {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link a:hover {
  color: #385aeb;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link:last-child {
  margin-bottom: 0;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats {
  display: flex;
  padding: 0.5rem 0;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats .kt-widget__stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #f7f8fa;
  border-radius: 8px;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats .kt-widget__stat .kt-widget__value {
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 0.5rem;
  text-align: center;
  color: #385aeb;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats .kt-widget__stat .kt-widget__caption {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-right: 0.5rem;
  color: #74788d;
}
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats .kt-widget__stat:last-child {
  margin-right: 0;
}
.kt-widget.kt-widget--general-3 .kt-widget__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kt-widget.kt-widget--general-3 .kt-widget__bottom .kt-widget__summary .kt-widget__item .kt-widget__hint {
  color: #a2a5b9;
  font-weight: 400;
  font-size: 1rem;
}
.kt-widget.kt-widget--general-3 .kt-widget__bottom .kt-widget__actions .btn {
  margin-right: 0.25rem;
}
.kt-widget.kt-widget--general-3 .kt-widget__bottom .kt-widget__actions .btn:last-child {
  margin-right: 0;
}
.kt-widget.kt-widget--general-3 .kt-widget__nav .nav {
  margin-bottom: 0;
}
.kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top {
  padding: 25px;
}
.kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__bottom {
  border-top: 1px solid #ebedf2;
  padding: 25px;
}

@media (max-width: 1024px) {
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top {
    padding: 15px;
  }
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__label {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    flex-grow: 1;
    padding: 0.5rem 0;
  }
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__label .kt-widget__title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #595d6e;
    transition: color 0.3s ease;
  }
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__label .kt-widget__title:hover {
    transition: color 0.3s ease;
    color: #385aeb;
  }
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__label .kt-widget__desc {
    font-size: 1rem;
    font-weight: 400;
    color: #74788d;
  }
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__progress {
    justify-content: flex-start;
  }
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__links {
    justify-content: flex-start;
  }
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__stats {
    justify-content: flex-start;
  }
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__bottom {
    padding: 15px;
  }
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__bottom .kt-widget__progress {
    width: 40%;
    margin-right: 0.5rem;
  }
}
.kt-widget.kt-widget--general-4 .kt-widget__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.kt-widget.kt-widget--general-4 .kt-widget__head .kt-media {
  margin-right: 1rem;
}
.kt-widget.kt-widget--general-4 .kt-widget__head .kt-widget__toolbar {
  align-content: flex-start;
}
.kt-widget.kt-widget--general-4 .kt-widget__title {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  transition: color 0.3s ease;
  margin-bottom: 1rem;
}
.kt-widget.kt-widget--general-4 .kt-widget__title:hover {
  transition: color 0.3s ease;
  color: #385aeb;
}
.kt-widget.kt-widget--general-4 .kt-widget__desc {
  font-size: 1rem;
  color: #74788d;
  margin-bottom: 1.5rem;
}
.kt-widget.kt-widget--general-4 .kt-widget__links {
  margin-bottom: 1.5rem;
}
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link {
  display: flex;
  margin-bottom: 0.35rem;
}
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link i {
  font-size: 1.1rem;
  width: 20px;
  margin-right: 0.25rem;
}
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link a {
  font-size: 1rem;
  font-weight: 600;
  color: #74788d;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link a:hover {
  color: #385aeb;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link:last-child {
  margin-bottom: 0;
}
.kt-widget.kt-widget--general-4 .kt-widget__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kt-widget.kt-widget--general-4 .kt-widget__actions .kt-widget__left .btn {
  margin-right: 0.25rem;
}
.kt-widget.kt-widget--general-4 .kt-widget__actions .kt-widget__left .btn:last-child {
  margin-right: 0;
}
.kt-widget.kt-widget--general-4 .kt-widget__actions .kt-widget__right .btn {
  margin-left: 0.25rem;
}
.kt-widget.kt-widget--general-4 .kt-widget__actions .kt-widget__right .btn:last-child {
  margin-right: 0;
}

.kt-profile .kt-profile__content {
  padding: 2rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebedf2;
}
@media (max-width: 1024px) {
  .kt-profile .kt-profile__content {
    padding: 1.5rem;
  }
}
.kt-profile .kt-profile__content > .row > div {
  display: flex;
  align-items: stretch;
}
.kt-profile .kt-profile__content .kt-profile__main {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  border-right: 1px solid #ebedf2;
}
@media (max-width: 1024px) {
  .kt-profile .kt-profile__content .kt-profile__main {
    border-right: 0;
    border-bottom: 1px solid #ebedf2;
    padding-bottom: 1rem;
  }
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic {
  position: relative;
  max-width: 130px;
  max-height: 130px;
  margin-right: 2rem;
}
@media (max-width: 1024px) {
  .kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic {
    max-width: 80px;
    max-height: 80px;
    margin-right: 1rem;
  }
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic input {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(103, 92, 139, 0.05);
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload {
  cursor: pointer;
  background-color: #5578eb;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  box-shadow: 0px 0px 20px 0px rgba(103, 92, 139, 0.05);
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload {
  transition: all 0.3s;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload i {
  color: #ffffff;
  font-size: 1.25rem;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload i {
  transition: all 0.3s;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload:hover {
  background-color: #2754e6;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload:hover {
  transition: all 0.3s;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload:hover i {
  color: #e6e6e6;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload:hover i {
  transition: all 0.3s;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-info {
  margin: 1.5rem 0;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-info .kt-profile__main-info-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #464457;
}
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-info .kt-profile__main-info-position {
  font-weight: 500;
  color: #b2afc6;
}
.kt-profile .kt-profile__content .kt-profile__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  border-right: 1px solid #ebedf2;
}
@media (max-width: 1024px) {
  .kt-profile .kt-profile__content .kt-profile__contact {
    border-right: 0;
    border-bottom: 1px solid #ebedf2;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item {
    margin-bottom: 0.75rem;
  }
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item:last-child {
  margin-bottom: 0;
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-icon i {
  font-size: 1.5rem;
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-icon i {
  transition: all 0.3s;
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-icon.kt-profile__contact-item-icon-whatsup {
  color: #45cb9a;
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-icon.kt-profile__contact-item-icon-twitter {
  color: #18c1f8;
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-text {
  font-weight: 500;
  padding-left: 1.5rem;
  padding-bottom: 0.15rem;
  color: #b2afc6;
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-text {
  transition: all 0.3s;
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item:hover {
  transition: all 0.3s;
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item:hover .kt-profile__contact-item-text {
  color: #385aeb;
}
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item:hover .kt-profile__contact-item-text {
  transition: all 0.3s;
}
.kt-profile .kt-profile__content .kt-profile__stats {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .kt-profile .kt-profile__content .kt-profile__stats {
    padding: 1.5rem 0;
  }
}
@media (max-width: 1024px) {
  .kt-profile .kt-profile__content .kt-profile__stats {
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-profile .kt-profile__content .kt-profile__stats {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .kt-profile .kt-profile__content .kt-profile__stats {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-right: 1rem;
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item {
    padding-right: 0;
  }
}
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item:last-child {
  padding-right: 0;
}
@media (max-width: 576px) {
  .kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item:last-child {
    padding-right: 1rem;
  }
}
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item .kt-profile__stats-item-label {
  color: #5d5b6f;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item .kt-profile__stats-item-chart {
  display: flex;
  align-items: center;
}
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item .kt-profile__stats-item-chart span {
  color: #b2afc6;
  font-size: 1rem;
  font-weight: 400;
}
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item .kt-profile__stats-item-chart canvas {
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item {
    flex-basis: auto;
  }
}
.kt-profile .kt-profile__nav {
  padding: 0 2rem;
}
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line {
  border-bottom: 1px solid transparent !important;
  margin-bottom: 0;
}
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item {
  margin-right: 4rem;
}
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item:last-child {
  margin-right: 0;
}
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link {
  padding: 1.5rem 0;
  font-weight: 500;
  font-size: 1.1rem;
}
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link {
  transition: all 0.3s;
}
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link.active, .kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link:hover {
  color: #385aeb;
  border-bottom-width: 2px;
}
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link.active, .kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link:hover {
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .kt-profile .kt-profile__nav {
    padding: 0 1rem;
  }
  .kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item {
    margin-right: 1rem;
  }
  .kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item:last-child {
    margin-right: 0;
  }
  .kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link {
    padding: 1.5rem 0;
    font-size: 1rem;
  }
}

body {
  background-color: #ffffff;
}
body .kt-container .kt-container {
  width: 100%;
}

@media (min-width: 1025px) {
  .kt-container {
    padding: 0 30px;
  }
  .kt-body {
    position: relative;
    background: #f9f9fc;
    box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.1019607843);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .kt-header--fixed.kt-header--minimize .kt-page {
    padding-top: 200px;
  }
}
@media (min-width: 1499px) {
  .kt-container {
    padding: 0 15px;
  }
  .kt-container.kt-container--fluid {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .kt-container {
    width: 100%;
    padding: 0 15px;
  }
  .kt-wrapper > .kt-container {
    padding: 0;
  }
  .kt-header-mobile--fixed .kt-page {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .kt-header {
    display: flex;
    flex-direction: column;
    background: #191b2a;
    position: relative;
    z-index: 2;
  }
  .kt-header .kt-header__top {
    height: 130px;
    display: flex;
    align-items: stretch;
  }
  .kt-header .kt-header__top .kt-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .kt-header .kt-header__top .kt-container:before, .kt-header .kt-header__top .kt-container:after {
    display: none !important;
  }
  .kt-header .kt-header__top .kt-container .kt-header__brand-logo-default {
    display: inline-block;
  }
  .kt-header .kt-header__top .kt-container .kt-header__brand-logo-sticky {
    display: none;
  }
  .kt-header .kt-header__bottom {
    display: flex;
    align-items: stretch;
    height: 70px;
  }
  .kt-header .kt-header__bottom .kt-container {
    display: flex;
    align-items: stretch;
  }
  .kt-header .kt-header__bottom .kt-container:before, .kt-header .kt-header__bottom .kt-container:after {
    display: none !important;
  }
  .kt-header--fixed.kt-header--minimize .kt-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
    background: #fff !important;
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
  }
  .kt-header--fixed.kt-header--minimize .kt-header .kt-header__top {
    height: 60px;
  }
  .kt-header--fixed.kt-header--minimize .kt-header .kt-header__top .kt-header__brand-logo-default {
    display: none;
  }
  .kt-header--fixed.kt-header--minimize .kt-header .kt-header__top .kt-header__brand-logo-sticky {
    display: inline-block;
  }
  .kt-header--fixed.kt-header--minimize .kt-header .kt-header__bottom {
    height: 60px;
  }
  .kt-header--minimize-all.kt-header--minimize .kt-header {
    animation: kt-header-minimize-all 0.5s ease 1;
  }
  .kt-header--minimize-topbar.kt-header--minimize .kt-header {
    animation: kt-header-minimize-topbar 0.5s ease 1;
  }
  .kt-header--minimize-menu.kt-header--minimize .kt-header {
    animation: kt-header-minimize-menu 0.5s ease 1;
  }
  .kt-header--minimize-all.kt-header--fixed.kt-header--minimize .kt-header .kt-header__bottom {
    border-top: 1px solid #ebedf2;
  }
  .kt-header--minimize-topbar.kt-header--fixed.kt-header--minimize .kt-header .kt-header__bottom {
    display: none;
  }
  .kt-header--minimize-menu.kt-header--fixed.kt-header--minimize .kt-header .kt-header__top {
    display: none;
  }
}
@media (max-width: 1024px) {
  .kt-header .kt-header__top .kt-header__brand-logo-default,
  .kt-header .kt-header__top .kt-header__brand-logo-sticky {
    display: none;
  }
}
@keyframes kt-header-minimize-all {
  from {
    top: -120px;
  }
  to {
    top: 0;
  }
}
@keyframes kt-header-minimize-topbar {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@keyframes kt-header-minimize-menu {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@keyframes kt-header-minimize-menu-exit {
  from {
    top: 0;
  }
  to {
    top: -60px;
  }
}
.kt-header__brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: flex-begin;
  flex-direction: row;
  padding: 0;
  position: relative;
}
.kt-header__brand .kt-header__brand-logo {
  display: flex;
  justify-content: flex-begin;
  align-items: flex-end;
}
.kt-header__brand .kt-header__brand-title {
  display: flex;
  border-left: 1px solid #2a2c3c;
  color: #4d5061;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0.25rem 0 0 2.25rem;
  padding: 0.25rem 0 0.25rem 2rem;
}
.kt-header--minimize .kt-header__brand .kt-header__brand-title {
  font-size: 1.2rem;
  border-left-color: #ebedf2;
  color: #595d6e;
  margin-left: 1.75rem;
  padding-left: 1.5rem;
}

@media (max-width: 1024px) {
  .kt-header__brand .kt-header__brand-title {
    display: none;
  }
}
@media (min-width: 1025px) {
  .kt-header-menu {
    display: flex;
    align-items: stretch;
    height: 100%;
    margin: 0;
  }
  .kt-header-menu .kt-menu__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link {
    display: flex;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    align-items: stretch;
    outline: none !important;
    text-decoration: none;
    cursor: pointer;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
    display: flex;
    align-items: center;
    line-height: 0;
    white-space: nowrap;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
    display: flex;
    align-items: center;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow {
    display: flex;
    align-items: center;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:hover, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:active, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:focus {
    text-decoration: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-text {
    width: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--icon-only > .kt-menu__link {
    justify-content: center;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--icon-only > .kt-menu__link > .kt-menu__link-icon {
    justify-content: center;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    display: none;
    z-index: 97;
    position: absolute;
    top: 100%;
    border-radius: 4px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    padding: 20px 0px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__scroll {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    list-style: none !important;
    padding: 0;
    margin: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    width: 275px;
    margin: 0 auto;
    left: auto;
    right: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--full {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed {
    left: auto;
    right: auto;
    width: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--right {
    right: 0;
    left: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--right.kt-menu__submenu--pull {
    margin-right: -40px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--left {
    right: auto;
    left: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--left.kt-menu__submenu--pull {
    margin-left: -40px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--center {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu {
    top: 0;
    display: none;
    margin-top: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--left {
    right: 100%;
    left: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--right {
    left: 100%;
    right: auto;
  }
}
@media (min-width: 1025px) and (max-height: 1200px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-shopSettings--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-manageSettings--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-enterSettings--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-marketingSettings--fixed,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-submenu-manageSettings--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-submenu-shopSettings--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-shopProducts--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-enterDs--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-submenu-shopSettings-tax--fixed {
    position: fixed;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-shopSettings--fixed {
    top: 25% !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-shopProducts--fixed {
    top: 50% !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-enterSettings--fixed {
    top: 60% !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-marketingSettings--fixed {
    top: 70% !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-submenu-manageSettings--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-enterDs--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu-manageSettings--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-submenu-shopSettings-tax--fixed {
    top: 65% !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-submenu-shopSettings--fixed {
    top: 50% !important;
  }
}
@media (min-width: 1025px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content > .kt-menu__item {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content > .kt-menu__item:last-child {
    border-right: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    position: relative;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-icon {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 0 10px 0 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__hor-arrow {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__ver-arrow {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item {
    display: flex;
    flex-grow: 1;
    margin: 0;
    padding: 10px 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    position: relative;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:hover, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:active, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:focus,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:hover,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:active,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:focus {
    outline: none;
    text-decoration: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-text,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-badge,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-icon,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
    display: flex;
    align-items: center;
    flex: 0 0 33px;
    padding: 0;
    font-size: 1.4rem;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-bullet,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 10px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner {
    padding: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__submenu {
    margin-left: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__submenu.kt-menu__submenu--left {
    margin-right: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu {
    top: 100%;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--left {
    right: 100%;
    left: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--right {
    left: 100%;
    right: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item {
    display: flex;
    align-items: center;
    padding: 0px 0.15rem;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--rel {
    position: relative;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item {
    padding: 0px 0.15rem;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 0.25rem 0.5rem;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link:hover {
    transition: all 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 1.4rem;
    width: 30px;
    padding: 0;
    line-height: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    width: 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    justify-content: flex-end;
  }
  [direction=rtl] .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    padding: 0px;
    border-radius: 4px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item {
    padding: 0px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 11px 30px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link:hover {
    transition: all 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    width: 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 9px;
    height: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }
  [direction=rtl] .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content {
    align-items: stretch;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item {
    flex-grow: 1;
    flex-basis: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item:last-child {
    border-right: 0 !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading {
    padding: 30px 30px 10px 30px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-text {
    font-weight: 500;
    font-size: 1.07rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-icon {
    font-size: 1.35rem;
    flex: 0 0 30px;
    padding: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner {
    padding: 0 0 20px 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item {
    padding: 0px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link {
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link {
    padding: 11px 30px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link:hover {
    transition: all 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    width: 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 9px;
    height: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }
  [direction=rtl] .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--classic {
    padding: 20px 0px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline {
    display: flex;
    flex: 0 0 auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline > .kt-menu__subnav > .kt-menu__item {
    display: flex;
    padding: 5px 0;
  }
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--resize {
    display: none;
  }
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu {
    display: block;
    animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-down 0.3s ease-out 1;
  }
}
@media screen\0  and (min-width: 1025px) {
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu {
    animation: none;
  }
}
@media (min-width: 1025px) {
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
    display: block;
    animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-up 0.3s ease-out 1;
  }
}
@media screen\0  and (min-width: 1025px) {
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
    animation: none;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--full, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto.kt-menu__submenu--mimimal-desktop-wide, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xxl {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 0) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xs {
    width: -60px;
  }
}
@media (min-width: 576px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-sm {
    width: 516px;
  }
}
@media (min-width: 768px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-md {
    width: 708px;
  }
}
@media (min-width: 1024px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-lg {
    width: 964px;
  }
}
@media (min-width: 1399px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl {
    width: 1339px;
  }
}
@keyframes kt-header-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes kt-header-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kt-header-menu-submenu-move-up {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes kt-header-menu-submenu-move-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    background-color: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #b5b2c8;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #b5b2c8;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #b5b2c8;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #b5b2c8;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #464457;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    color: #b5b2c8;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__hor-arrow {
    color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
    color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
    color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #ffffff;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
    background-color: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #5f6281;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    color: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__hor-arrow {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item {
    border-right: 1px solid #f6f6f9;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-text {
    color: #5f6281;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-icon {
    color: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #5f6281;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    color: #cacad2;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__hor-arrow {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow {
    color: #385aeb;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-mobile .kt-menu__nav {
    margin: 0;
    list-style: none;
    padding: 30px 0 30px 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__scroll {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__subnav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none !important;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    width: auto !important;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content {
    padding: 0;
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner {
    display: flex;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    float: none;
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link {
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading:hover,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__hor-arrow,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    display: none;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
    transform: rotateZ(90deg) /*rtl:ignore*/;
  }
  [direction=rtl] .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
  [direction=rtl] .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__submenu,
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__inner {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent {
    display: none;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section {
    display: flex;
    padding: 0 27px;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section.kt-menu__section--first {
    margin-top: 0 !important;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-text {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-icon {
    display: none;
    align-items: center;
    justify-content: center;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__separator {
    height: 0;
    overflow: hidden;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item {
    position: relative;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    cursor: pointer;
    min-height: 44px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1.02rem;
    text-transform: initial;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    flex: 0 0 35px;
    font-size: 1.4rem;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 15px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
    text-align: right;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    display: inline-block;
    transition: all 0.3s ease;
  }
  [direction=rtl] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
  [direction=rtl] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
    transition: all 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link {
    cursor: pointer;
    min-height: 40px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    flex: 0 0 35px;
    font-size: 1.35rem;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 20px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    display: inline-block;
    transition: all 0.3s ease;
  }
  [direction=rtl] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
  [direction=rtl] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
    transition: all 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
    margin: 15px 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
    font-size: 0.83rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator {
    margin: 15px 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator .kt-menu__separator--marginles {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 9px 30px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading {
    padding: 0 30px;
    padding-left: 45px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner {
    padding: 0;
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link {
    padding: 0 30px;
    padding-left: 60px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 45px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 60px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 75px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 45px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 60px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 75px;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-mobile {
    background-color: #ffffff;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #5e6383;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
    transition: background-color 0.3s;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here {
    transition: background-color 0.3s;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__ver-arrow {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
    transition: background-color 0.3s;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    transition: background-color 0.3s;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__arrow {
    color: #ffffff;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
    color: #a4a7bd;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-icon {
    color: #aaacc2;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #6b6f8d;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #a8aabb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open {
    transition: background-color 0.3s;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here {
    transition: background-color 0.3s;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active {
    transition: background-color 0.3s;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    transition: background-color 0.3s;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
    color: #385aeb;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
    color: #a4a7bd;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-icon {
    color: #aaacc2;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
.kt-header-menu-wrapper-close {
  display: none;
}

@media (max-width: 1024px) {
  .kt-header-menu-wrapper {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px;
  }
  .kt-header-menu-wrapper.kt-header-menu-wrapper--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}
@media screen\0  and (max-width: 1024px) {
  .kt-header-menu-wrapper {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper {
    right: -295px;
    left: auto;
  }
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper.kt-header-menu-wrapper--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
  .kt-header-menu-wrapper-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
  }
}
@media screen\0  and (max-width: 1024px) {
  .kt-header-menu-wrapper-close {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
  .kt-header-menu-wrapper-close:hover {
    text-decoration: none;
  }
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper-close {
    left: auto;
    right: -25px;
  }
  .kt-header-menu-wrapper--on .kt-header-menu-wrapper-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 249px;
  }
  .kt-header-menu-wrapper--on.kt-header-menu-wrapper--right .kt-header-menu-wrapper-close {
    left: auto;
    right: 249px;
  }
  .kt-header-menu-wrapper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    animation: kt-animate-fade-in 0.3s linear 1;
  }
  .kt-header-menu-wrapper {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  }
  .kt-header-menu-wrapper-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
  .kt-header-menu-wrapper-close {
    background-color: #e8e8f2;
  }
  .kt-header-menu-wrapper-close > i {
    color: #968ad4;
  }
  .kt-header-menu-wrapper-close:hover {
    background-color: #385aeb;
  }
  .kt-header-menu-wrapper-close:hover > i {
    color: #ffffff;
  }
}
@media (max-width: 325px) {
  .kt-header-menu-wrapper {
    width: 90% !important;
  }
}
.kt-header-menu-wrapper .kt-header-toolbar .btn.btn-custom {
  background-color: #e7e8ef;
  border-color: #e7e8ef;
  color: #68667f;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
}
.show > .kt-header-menu-wrapper .kt-header-toolbar .btn.btn-custom, .kt-header-menu-wrapper .kt-header-toolbar .btn.btn-custom.active, .kt-header-menu-wrapper .kt-header-toolbar .btn.btn-custom:active, .kt-header-menu-wrapper .kt-header-toolbar .btn.btn-custom:hover {
  background-color: #dedfe9;
  border-color: #dedfe9;
  color: #6f6d87;
}

@media (min-width: 1025px) {
  .kt-header-menu-wrapper {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media (min-width: 1025px) {
  .kt-header-menu-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(103, 92, 139, 0.05);
    padding: 0 30px;
  }
  .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    border-radius: 8px;
    padding: 0.65rem 1rem;
  }
  .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .kt-header-menu-wrapper .kt-header-toolbar {
    padding-left: 1rem;
    display: flex;
    align-items: center;
  }
  .kt-header-menu-wrapper .kt-header-toolbar .btn {
    border-radius: 0.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 0.75rem 0.75rem;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .kt-header-menu-wrapper .kt-header-toolbar {
    padding-left: 30px;
  }
}
.kt-header__topbar {
  display: flex;
  align-items: stretch;
  padding: 0;
  align-content: flex-end;
}
.kt-header__topbar .kt-header__topbar-item {
  display: flex;
  align-items: stretch;
  margin: 0 0.25rem;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
  cursor: pointer;
  display: flex;
  align-items: stretch;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 4px;
  background-clip: padding-box; /* Firefox 4+, Opera, for IE9+, Chrome */
  margin-left: -1.5px;
  top: 2px;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-bell-badge {
  left: 55% !important;
  min-width: 22px !important;
  min-height: 22px !important;
  font-size: 1rem;
  margin-left: 0.5px;
  top: -4px;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 13%;
  cursor: pointer;
  background: transparent;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon {
  transition: all 0.3s;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon i {
  line-height: 0;
  font-size: 1.3rem;
  color: #fff;
}
.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
  background-color: #385aeb;
}
.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
  transition: all 0.3s;
}
.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon i, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon i {
  color: #ffffff !important;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs {
  margin-right: 1.5rem;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .kt-header__topbar-icon img {
  border-radius: 50%;
  width: 22px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon {
  padding-right: 10px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon img {
  border-radius: 50%;
  width: 18px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-welcome {
  display: flex;
  align-self: center;
  padding: 0 0.55rem 0 0;
  font-weight: 500;
  font-size: 0.9rem;
  color: #636177;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username {
  display: flex;
  align-self: center;
  padding: 0 0.55rem 0 0;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img {
  align-self: center;
  max-height: 42px;
  max-width: 42px;
  border-radius: 6px;
}
.kt-header__topbar .kt-header__topbar-item:last-child {
  margin-right: 0;
}

@media (min-width: 1025px) {
  .kt-header--minimize .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon i {
    color: #74788d;
  }
  .kt-header--minimize .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header--minimize .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
    background-color: #385aeb;
  }
  .kt-header--minimize .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header--minimize .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
    transition: all 0.3s;
  }
  .kt-header--minimize .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon i, .kt-header--minimize .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon i {
    color: #ffffff;
  }
  .kt-header--minimize .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-welcome {
    color: #74788d;
  }
  .kt-header--minimize .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username {
    color: #595d6e;
  }
}
@media (max-width: 1024px) {
  .kt-header__topbar {
    padding: 0 15px;
    background-color: #fff;
    transition: all 0.3s ease;
    margin-top: -50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    justify-content: flex-end;
    width: 100%;
    border-top: 1px solid transparent;
  }
  .kt-header-mobile--fixed .kt-header__topbar {
    position: fixed;
    z-index: 96;
  }
  .kt-header__topbar--mobile-on .kt-header__topbar {
    margin-top: 0;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #ebedf2;
  }
  .kt-header__topbar .kt-header__topbar-item {
    margin: 0 0.25rem;
    align-items: center;
  }
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
    display: flex;
    align-items: center;
    margin-left: 5px;
  }
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge {
    top: 6px;
    width: 4px;
    height: 4px;
    margin-left: -2px;
  }
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon {
    max-height: 34px;
    max-width: 34px;
    border: 0;
  }
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon i {
    font-size: 1.3rem;
    color: #74788d;
  }
  .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
    background-color: #385aeb;
  }
  .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
    transition: all 0.3s;
  }
  .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon i, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon i {
    color: #ffffff;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs {
    margin: 0 1.2rem 0 0.7rem;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user {
    padding: 0 0 0 0.25rem;
    margin: 0;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-welcome {
    color: #74788d;
    padding: 0 0.35rem 0 0;
    font-size: 0.9rem;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username {
    color: #595d6e;
    padding: 0 0.55rem 0 0;
    font-size: 0.9rem;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img {
    max-height: 34px;
    max-width: 34px;
    margin: 0 0.5rem 0 0.2rem;
  }
  .kt-header__topbar .kt-header__topbar-item:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1025px) {
  .kt-header-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .kt-header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    height: 60px;
    min-height: 60px;
    background-color: #fff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
  }
  .kt-header__topbar--mobile-on .kt-header-mobile {
    box-shadow: none;
  }
  .kt-header-mobile--fixed .kt-header-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
  }
  .kt-header-mobile .kt-header-mobile__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .kt-header-mobile .kt-header-mobile__toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    width: 26px;
    height: 26px;
    transition: all 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span {
    display: block;
    position: absolute;
    top: 12px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before {
    top: -8px;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
    bottom: -8px;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left span:before {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 50%;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left span:after {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 75%;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left:hover span:before {
    width: 100%;
    transition: all 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left.kt-header-mobile__toolbar-toggler--active span:before {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 50%;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left.kt-header-mobile__toolbar-toggler--active span:after {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 75%;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right span:before {
    left: 0px;
    right: auto;
    width: 50%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right span:after {
    left: 0px;
    right: auto;
    width: 75%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right:hover span:before {
    width: 100%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right.kt-header-mobile__toolbar-toggler--active span:before {
    left: auto;
    right: 0px;
    width: 50%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right.kt-header-mobile__toolbar-toggler--active span:after {
    left: auto;
    right: 0px;
    width: 75%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span {
    background: #7088f1;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
    background: #7088f1;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span {
    background: #385aeb;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span::after {
    background: #385aeb;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span {
    background: #385aeb;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span::after {
    background: #385aeb;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler {
    margin: 0 0 0 1.5rem;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler {
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 0.5rem 0 1.25rem;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
    font-size: 1.6rem;
    line-height: 0;
    color: #7088f1;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler.kt-header-mobile__toolbar-topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler:hover i {
    color: #385aeb;
  }
}
.kt-aside {
  width: 245px;
  background-color: transparent;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.08);
}

.kt-aside-close {
  display: none;
}

@media (max-width: 1024px) {
  .kt-aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px;
  }
  .kt-aside.kt-aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}
@media screen\0  and (max-width: 1024px) {
  .kt-aside {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-aside--right .kt-aside {
    right: -295px;
    left: auto;
  }
  .kt-aside--right .kt-aside.kt-aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
  .kt-aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
  }
}
@media screen\0  and (max-width: 1024px) {
  .kt-aside-close {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-aside-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
  .kt-aside-close:hover {
    text-decoration: none;
  }
  .kt-aside--right .kt-aside-close {
    left: auto;
    right: -25px;
  }
  .kt-aside--on .kt-aside-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 249px;
  }
  .kt-aside--on.kt-aside--right .kt-aside-close {
    left: auto;
    right: 249px;
  }
  .kt-aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    animation: kt-animate-fade-in 0.3s linear 1;
  }
  .kt-aside {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  }
  .kt-aside-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
  .kt-aside-close {
    background-color: #e8e8f2;
  }
  .kt-aside-close > i {
    color: #968ad4;
  }
  .kt-aside-close:hover {
    background-color: #385aeb;
  }
  .kt-aside-close:hover > i {
    color: #ffffff;
  }
}
@media (max-width: 325px) {
  .kt-aside {
    width: 90% !important;
  }
}
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active > .kt-menu__link {
  border-radius: 2rem;
}

@media (min-width: 1025px) {
  .kt-aside--fixed .kt-aside-menu-wrapper {
    transition: all 0.3s ease;
    position: relative;
  }
  .kt-aside--fixed.kt-header--minimize .kt-aside-menu-wrapper {
    transition: all 0.3s ease;
    position: fixed;
    top: auto;
    bottom: auto;
    width: 245px;
    z-index: 98;
  }
  .kt-header--minimize-all.kt-header--minimize.kt-aside--fixed .kt-aside-menu-wrapper {
    top: 120px;
  }
  .kt-header--minimize-topbar.kt-header--minimize.kt-aside--fixed .kt-aside-menu-wrapper {
    top: 60px;
  }
  .kt-header--minimize-menu.kt-header--minimize.kt-aside--fixed .kt-aside-menu-wrapper {
    top: 60px;
  }
  .kt-aside-menu {
    margin: 15px 0;
  }
  .kt-aside--minimize .kt-aside-menu > .kt-menu__nav > .kt-menu__item.kt-menu__item--active .kt-menu__link, .kt-aside--minimize .kt-aside-menu > .kt-menu__nav > .kt-menu__item.kt-menu__item--expanded .kt-menu__link {
    border-radius: 6px;
  }
}
.kt-aside-menu .kt-menu__nav {
  margin: 0;
  list-style: none;
  padding: 15px 10px;
}
.kt-aside-menu .kt-menu__nav .kt-menu__scroll {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.kt-aside-menu .kt-menu__nav .kt-menu__subnav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none !important;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu {
  display: none;
  float: none;
  margin: 0;
  padding: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content {
  padding: 0;
  margin: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner {
  display: flex;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  float: none;
  padding: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  outline: none;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading:hover,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link:hover {
  text-decoration: none;
  cursor: pointer;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  display: flex;
  align-items: center;
  line-height: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  display: flex;
  align-items: center;
  line-height: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  -webkit-transform: translate3d(0, 0, 0);
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__hor-arrow,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
  display: none;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
  transform: rotateZ(90deg) /*rtl:ignore*/;
}
[direction=rtl] .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
[direction=rtl] .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
  transform: rotateZ(-90deg) /*rtl:ignore*/;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__submenu,
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent {
  display: none;
}
.kt-aside-menu .kt-menu__nav .kt-menu__section {
  display: flex;
  padding: 0 20px;
}
.kt-aside-menu .kt-menu__nav .kt-menu__section.kt-menu__section--first {
  margin-top: 0 !important;
}
.kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-text {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-icon {
  display: none;
  align-items: center;
  justify-content: center;
}
.kt-aside-menu .kt-menu__nav .kt-menu__separator {
  height: 0;
  overflow: hidden;
}
.kt-aside-menu .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item {
  position: relative;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  cursor: pointer;
  min-height: 44px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  font-weight: 500;
  font-size: 1rem;
  text-transform: initial;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  flex: 0 0 35px;
  font-size: 1.3rem;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
  margin-left: -2px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  vertical-align: middle;
  text-align: left;
  flex: 0 0 15px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  width: 5px;
  height: 1px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
  padding: 0px 0px 0px 5px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  flex: 0 0 20px;
  font-size: 0.7rem;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  display: inline-block;
  transition: all 0.3s ease;
}
[direction=rtl] .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
[direction=rtl] .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  content: "\f111" !important;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
  display: none;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
  transition: all 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item {
  margin: 0 1.5rem;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link {
  cursor: pointer;
  min-height: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  font-weight: 400;
  font-size: 1rem;
  text-transform: initial;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  flex: 0 0 35px;
  font-size: 1.3rem;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
  margin-left: -2px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  vertical-align: middle;
  text-align: left;
  flex: 0 0 20px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  width: 5px;
  height: 1px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
  padding: 0px 0px 0px 5px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  flex: 0 0 20px;
  font-size: 0.7rem;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  display: inline-block;
  transition: all 0.3s ease;
}
[direction=rtl] .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
[direction=rtl] .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  content: "\f111" !important;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__item-here {
  display: none;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
  transition: all 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section {
  margin: 20px 0 0 0;
  height: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
  margin: 15px 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__section {
  margin: 20px 0 0 0;
  height: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
  font-size: 0.83rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__separator {
  margin: 15px 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__separator .kt-menu__separator--marginles {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  padding: 9px 20px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading {
  padding: 0 10px;
  padding-left: 25px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner {
  padding: 0;
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link {
  padding: 0 10px;
  padding-left: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding: 0 10px;
  padding-left: 25px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding: 0 10px;
  padding-left: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding: 0 10px;
  padding-left: 55px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
  padding-left: 25px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
  padding-left: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
  padding-left: 55px;
}

@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__link > .kt-menu__ver-arrow:before,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__link > .kt-menu__ver-arrow:before {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu {
    display: none !important;
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover {
    position: relative;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
    top: -10px;
    position: absolute;
    z-index: 96;
    display: flex !important;
    width: 245px;
    margin-left: 245px;
    border-radius: 4px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
    bottom: 0;
    top: auto;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
    animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-up 0.3s ease-out 1;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
    top: auto;
    bottom: -10px;
    animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-down 0.3s ease-out 1;
  }
}
@media screen\0  and (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
    animation: none;
  }
}
@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav {
    padding: 20px 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link {
    justify-content: flex-start;
    padding: 7px 30px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-title,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-title {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu_link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu_link-text {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    padding: 20px 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 7px 30px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    padding: 20px 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 7px 30px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__section,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding: 0 25px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item {
    margin: 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    cursor: pointer;
    min-height: 40px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    flex: 0 0 35px;
    font-size: 1.35rem;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 20px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
    text-align: right;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    display: inline-block;
    transition: all 0.3s ease;
  }
  [direction=rtl] .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
  [direction=rtl] .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before,
  [direction=rtl] .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
  [direction=rtl] .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    content: "\f111" !important;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
    transition: all 0.3s ease;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section .kt-menu__section-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section .kt-menu__section-text {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator {
    margin: 15px 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator .kt-menu__separator--marginles,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator .kt-menu__separator--marginles {
    margin: 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
    margin-left: 245px;
    top: -5px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
    bottom: -10px;
  }
}
@keyframes kt-aside-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes kt-aside-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kt-aside-menu-submenu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes kt-aside-menu-submenu-move-down {
  from {
    margin-bottom: 10px;
  }
  to {
    margin-bottom: 0;
  }
}
.kt-aside-menu {
  background-color: transparent;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #5d5b6f;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  color: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  color: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
  transition: background-color 0.3s;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here {
  transition: background-color 0.3s;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
  transition: background-color 0.3s;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
  transition: background-color 0.3s;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__arrow {
  color: transparent;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
  color: #9e95c3;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-icon {
  color: #a4b9fc;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__separator {
  border-bottom: 1px solid #9e95c3;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #73718b;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  color: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  color: #cacad2;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open {
  transition: background-color 0.3s;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here {
  transition: background-color 0.3s;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active {
  transition: background-color 0.3s;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
  transition: background-color 0.3s;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
  color: #385aeb;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
  color: #9e95c3;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-icon {
  color: #9e95c3;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
  border-bottom: 1px solid #9e95c3;
}

@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #696e92;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #a8aabb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #a8aabb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #a8aabb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open {
    transition: background-color 0.3s;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
    color: #5e6383;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
    color: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
    color: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here {
    transition: background-color 0.3s;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active {
    transition: background-color 0.3s;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #385aeb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #385aeb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #385aeb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #385aeb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #385aeb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
    color: #385aeb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    transition: background-color 0.3s;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
    background-color: #f8f8fb;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
    color: #5e6383;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
    color: #9a9caf;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-text,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-text {
    color: #a4a7bd;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-icon,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-icon {
    color: #aaacc2;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__separator,
  .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav .kt-menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
.kt-content {
  padding: 30px 0;
}
.kt-subheader--enabled.kt-subheader--transparent:not(.kt-subheader--fixed) .kt-content {
  padding-top: 0;
}

@media (min-width: 1025px) {
  .kt-content .kt-container {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .kt-content {
    padding: 15px 0;
  }
  .kt-subheader--enabled.kt-subheader--transparent .kt-content {
    padding-top: 0;
  }
}
.kt-footer {
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  background: #191b2a;
}
.kt-footer .kt-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.kt-footer .kt-footer__bottom .kt-footer__copyright {
  display: flex;
  margin: 0;
  padding: 0 1.25rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  color: #6f7286;
  justify-content: flex-start;
}
.kt-footer .kt-footer__bottom .kt-footer__copyright > a {
  color: #76798e;
}
.kt-footer .kt-footer__bottom .kt-footer__copyright > a:hover {
  color: #385aeb;
}
.kt-footer .kt-footer__bottom .kt-footer__copyright > a:hover:after {
  border-bottom: 1px solid #385aeb;
  opacity: 0.5;
}
.kt-footer .kt-footer__bottom .kt-footer__menu {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 1rem;
  margin: 0;
}
.kt-footer .kt-footer__bottom .kt-footer__menu a {
  margin: 0 0 0 1.25rem;
  padding: 0;
  font-size: 1.05rem;
  font-weight: 400;
}
.kt-footer .kt-footer__bottom .kt-footer__menu a {
  color: #f0f0f0;
}
.kt-footer .kt-footer__bottom .kt-footer__menu a:hover {
  color: #385aeb;
}
.kt-footer .kt-footer__bottom .kt-footer__menu a:hover:after {
  border-bottom: 1px solid #385aeb;
  opacity: 0.5;
}

@media (min-width: 1400px) {
  .kt-footer {
    padding: 1.2rem 0;
  }
}
@media (max-width: 1399px) {
  .kt-footer .kt-footer__bottom {
    padding: 2rem 0;
  }
}
@media (min-width: 1025px) {
  .kt-aside--enabled.kt-aside--fixed .kt-footer {
    position: relative;
    z-index: 99;
  }
}
@media (max-width: 1024px) {
  .kt-footer {
    margin: 0;
    padding: 0;
  }
  .kt-footer .kt-footer__bottom {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .kt-footer {
    flex-direction: column;
    justify-content: center;
  }
  .kt-footer .kt-footer__bottom {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 0;
  }
  .kt-footer .kt-footer__bottom .kt-footer__copyright {
    justify-content: center;
    padding: 0;
    order: 2;
  }
  .kt-footer .kt-footer__bottom .kt-footer__menu {
    justify-content: center;
    order: 1;
    padding: 0;
    margin: 0 0 0.75rem 0;
  }
  .kt-footer .kt-footer__bottom .kt-footer__menu a:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}
body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.kt-login-v1 {
  padding: 0;
}
.kt-login-v1 .kt-login-v1__head {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.kt-login-v1 .kt-login-v1__head .kt-login-v1__logo > a {
  display: inline-block;
}
.kt-login-v1 .kt-login-v1__head .kt-login-v1__signup {
  display: flex;
  align-items: center;
}
.kt-login-v1 .kt-login-v1__head .kt-login-v1__signup > .kt-login-v1__heading {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  font-weight: 500;
}
.kt-login-v1 .kt-login-v1__head .kt-login-v1__signup > a {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}
.kt-login-v1 .kt-login-v1__head .kt-login-v1__signup > a:hover {
  color: #fff;
  transition: color 0.3s ease;
}
.kt-login-v1 .kt-login-v1__footer-text {
  text-align: center;
  color: white;
  position: relative;
  bottom: 100px;
  font-size: 4rem;
  margin-top: 10px;
}
.kt-login-v1 .kt-login-v1__footer-text .copyright {
  font-size: 14px;
  position: relative;
  top: -28px;
}
.kt-login-v1 .kt-login-v1__body {
  padding: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__section {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__section .kt-login-v1__info {
  width: 390px;
  margin-right: 7rem;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__section .kt-login-v1__info > .kt-login-v1__intro {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.75;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__section .kt-login-v1__info > p {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 1.1rem;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__seaprator {
  background-color: rgba(255, 255, 255, 0.1);
  height: 450px;
  width: 1px;
  margin: auto;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper {
  width: 50%;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container {
  max-width: 390px;
  width: 100%;
  margin-left: 7rem;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__title {
  text-align: center;
  color: #fff;
  padding-bottom: 1.7rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-group > label {
  color: white;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control {
  border-radius: 46px;
  height: 46px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 0;
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
  color: #fff;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .kt-login-v1__forgot {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .kt-login-v1__forgot:hover {
  color: #fff;
  transition: color 0.3s ease;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .btn {
  padding: 0.85rem 3.5rem;
  border-radius: 60px;
  color: #fff;
  background-color: #ff146c;
  font-size: 1.1rem;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__divider {
  margin: 3rem 0;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__divider .kt-divider > span:not(:first-child):not(:last-child) {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 1.1rem;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__divider .kt-divider > span {
  background: none;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__divider .kt-divider > span:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__divider .kt-divider > span:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__options {
  display: flex;
  justify-content: space-between;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__options .btn {
  border-radius: 60px;
  background-color: #1F2375;
  font-weight: 500;
  flex: 1;
  padding: 0.85rem 0;
  font-size: 1rem;
  color: #fff !important;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__options .btn i {
  font-size: 1.1rem;
  color: #fff;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__options .btn:not(:first-child):not(:last-child) {
  margin: 0 2rem;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__options .btn:hover {
  color: #fff;
  background-color: #1F2164;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout {
  justify-content: flex-end;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container {
  min-width: 500px;
  max-width: 600px;
  width: min-content;
  margin-left: 10rem;
  padding: 45px 35px 30px 35px;
  border: 2px solid #89c5b5;
  border-radius: 10px;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__title-box {
  padding-bottom: 1.5rem;
  gap: 15px;
  flex-wrap: wrap;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__title {
  display: block;
  color: #89c5b5;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0;
  font-size: 2.1rem;
  text-align: left;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__subtitle {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 0.4rem;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .picker-country-code-button {
  background: #fff;
  color: black;
  position: relative;
  left: 3px;
  width: 100%;
  position: relative;
  left: 8px;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .picker-country-code-button:hover {
  background: #fff;
  color: black;
  border: 1px solid white;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .picker-country-code li label {
  color: black;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .picker-country-code li label:hover {
  color: black;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-group {
  margin-bottom: 1.5rem;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control {
  border-radius: 10px;
  height: 38px;
  padding-left: 1rem;
  padding-right: 2rem;
  margin-bottom: 1.3rem;
  border-color: rgba(255, 255, 255, 0.1);
  background: #ffffff;
  color: black;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions {
  flex-direction: column-reverse;
  gap: 10px 0;
  margin-top: 45px;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .kt-login-v1__forgot {
  color: #89c5b5;
  text-decoration: underline;
  cursor: pointer;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .btn:not(.picker-country-code-button) {
  width: 75%;
  height: 40px;
  line-height: 1;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__section .kt-login-v1__info {
  margin-right: 10rem;
}
.kt-login-v1 .kt-login-v1__body.fn-custom-login .kt-login-v1__wrapper .kt-login-v1__container {
  border: 2px solid white;
}
.kt-login-v1 .kt-login-v1__body.fn-custom-login .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__title {
  color: #989898;
}
.kt-login-v1 .kt-login-v1__body.fn-custom-login .kt-login-v1__wrapper .kt-login-v1__form .kt-login-v1__actions .kt-login-v1__forgot {
  color: rgba(255, 255, 255, 0.6);
}
.kt-login-v1 .kt-login-v1__footer {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kt-login-v1 .kt-login-v1__footer .kt-login-v1__menu {
  order: 2;
}
.kt-login-v1 .kt-login-v1__footer .kt-login-v1__menu > a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.93rem;
  transition: color 0.3s ease;
}
.kt-login-v1 .kt-login-v1__footer .kt-login-v1__menu > a:not(:first-child):not(:last-child) {
  margin: 0 2rem;
}
.kt-login-v1 .kt-login-v1__footer .kt-login-v1__menu > a:hover {
  color: #fff;
  transition: color 0.3s ease;
}
.kt-login-v1 .kt-login-v1__footer .kt-login-v1__copyright > a {
  font-weight: 500;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}
.kt-login-v1 .kt-login-v1__footer .kt-login-v1__copyright > a:hover {
  color: #fff;
  transition: color 0.3s ease;
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .kt-login-v1 .kt-login-v1__head {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
  }
  .kt-login-v1 .kt-login-v1__head .kt-login-v1__signup {
    margin-top: 0.5rem;
  }
  .kt-login-v1 .kt-login-v1__head .kt-login-v1__signup > .kt-login-v1__heading {
    padding-left: 0;
  }
  .kt-login-v1 .kt-login-v1__body {
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column;
  }
  .kt-login-v1 .kt-login-v1__body .kt-login-v1__section {
    padding-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .kt-login-v1 .kt-login-v1__body .kt-login-v1__section .kt-login-v1__info {
    width: 380px;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .kt-login-v1 .kt-login-v1__body .kt-login-v1__seaprator {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 0px;
    width: 100%;
    max-width: 500px;
    margin: 2rem auto;
  }
  .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container {
    margin-left: 0 !important;
  }
  .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__divider {
    margin: 2rem 0;
  }
  .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__options {
    margin-top: 3rem;
  }
  .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__options .btn i {
    padding: 0.4rem 0.3rem 0.4rem 0;
  }
  .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__options .btn:not(:first-child):not(:last-child) {
    margin: 0 1rem;
  }
  .kt-login-v1 .kt-login-v1__body.fn-login-layout {
    justify-content: center;
  }
  .kt-login-v1 .kt-login-v1__body.fn-custom-login .kt-login-v1__section .kt-login-v1__info {
    margin-right: 0;
  }
  .kt-login-v1 .kt-login-v1__body.fn-custom-login .kt-login-v1__section .kt-login-v1__info .kt-login-v1__intro {
    margin-bottom: 0rem;
  }
  .kt-login-v1 .kt-login-v1__body.fn-custom-login .kt-login-v1__wrapper {
    margin-top: 1rem;
  }
  .kt-login-v1 .kt-login-v1__footer {
    padding: 1.5rem;
  }
  .kt-login-v1 .kt-login-v1__footer .kt-login-v1__menu > a {
    padding-right: 0.5rem;
  }
  .kt-login-v1 .kt-login-v1__footer .kt-login-v1__copyright > a:not(:first-child):not(:last-child) {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__section .kt-login-v1__info img {
    max-width: 300px;
  }
  .kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container {
    min-width: 100%;
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
  .kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__title-box {
    flex-wrap: wrap;
  }
  .kt-login-v1 .kt-login-v1__footer-text {
    font-size: 2.4rem;
  }
  .kt-login-v1 .kt-login-v1__footer-text .copyright {
    font-size: 12px;
    top: -18px;
  }
}
.kt-wizard-v3 .kt-wizard-v3__nav {
  padding: 4rem;
  border-bottom: 1px solid #eeeef4;
}
@media (max-width: 1399px) {
  .kt-wizard-v3 .kt-wizard-v3__nav {
    padding: 2rem 0rem;
  }
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-line {
  height: 3px;
  background-color: #f6f6f9;
  transform: translateY(1.7rem);
  margin: 0 10%;
  position: relative;
  z-index: 0;
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-line {
    display: none;
  }
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items {
    flex-wrap: wrap;
  }
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: auto;
  flex: 1;
  flex-basis: auto;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item {
    flex-direction: row;
    margin-bottom: 2rem;
    width: 50%;
    min-width: 165px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item > div {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item span {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item i {
  display: none;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.1rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item .kt-wizard-v3__nav-label {
  margin-top: 1rem;
  color: #74788d;
  text-align: center;
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item .kt-wizard-v3__nav-label {
    text-align: left;
    margin-top: 0;
    width: fit-content;
  }
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=current] {
  color: #385aeb;
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=current] span {
  background-color: #385aeb;
  color: #ffffff;
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=current] span {
    margin-right: 4px;
  }
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=pending] {
  color: #a2a5b9;
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=pending] span {
  background-color: #f6f6f9;
  color: #a2a5b9;
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=pending] span {
    margin-right: 4px;
  }
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=done] {
  color: #1dc9b7;
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=done] span {
  display: none;
}
.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=done] i {
  display: flex;
  background-color: #1dc9b7;
  color: #ffffff;
}
.kt-wizard-v3 .kt-form {
  padding: 2rem 4rem 4rem;
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-form {
    padding: 2rem 1rem 4rem;
  }
}
.kt-wizard-v3 .kt-form .kt-wizard-v3__content {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #eeeef4;
  margin: 0 auto 2rem;
  width: 630px;
}
@media (max-width: 1399px) {
  .kt-wizard-v3 .kt-form .kt-wizard-v3__content {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
.kt-wizard-v3 .kt-form .kt-form__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 630px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .kt-wizard-v3 .kt-form .kt-form__actions {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-form .kt-form__actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-form .kt-form__actions .btn {
    margin: 0 0.5rem 1rem;
  }
}
.kt-wizard-v3 .kt-form .kt-form__actions [data-ktwizard-type=action-prev] {
  margin-right: auto;
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-form .kt-form__actions [data-ktwizard-type=action-prev] {
    margin-right: 0.5rem;
  }
}
.kt-wizard-v3 .kt-form .kt-form__actions [data-ktwizard-type=action-next] {
  margin: auto 0 auto auto;
}
@media (max-width: 576px) {
  .kt-wizard-v3 .kt-form .kt-form__actions [data-ktwizard-type=action-next] {
    margin: 0 0 1rem;
  }
}
.kt-wizard-v3 [data-ktwizard-type=step-info] {
  display: none;
}
.kt-wizard-v3 [data-ktwizard-type=step-info][data-ktwizard-state=current] {
  display: block;
}
.kt-wizard-v3 [data-ktwizard-type=step-content] {
  display: none;
}
.kt-wizard-v3 [data-ktwizard-type=step-content][data-ktwizard-state=current] {
  display: block;
}
.kt-wizard-v3 [data-ktwizard-type=action-prev] {
  display: none;
}
.kt-wizard-v3 [data-ktwizard-type=action-next] {
  display: inline-block;
}
.kt-wizard-v3 [data-ktwizard-type=action-submit] {
  display: none;
}
.kt-wizard-v3[data-ktwizard-state=first] [data-ktwizard-type=action-prev] {
  display: none;
}
.kt-wizard-v3[data-ktwizard-state=first] [data-ktwizard-type=action-next] {
  display: inline-block;
}
.kt-wizard-v3[data-ktwizard-state=first] [data-ktwizard-type=action-submit] {
  display: none;
}
.kt-wizard-v3[data-ktwizard-state=between] [data-ktwizard-type=action-prev] {
  display: inline-block;
}
.kt-wizard-v3[data-ktwizard-state=between] [data-ktwizard-type=action-next] {
  display: inline-block;
}
.kt-wizard-v3[data-ktwizard-state=between] [data-ktwizard-type=action-submit] {
  display: none;
}
.kt-wizard-v3[data-ktwizard-state=last] [data-ktwizard-type=action-prev] {
  display: inline-block;
}
.kt-wizard-v3[data-ktwizard-state=last] [data-ktwizard-type=action-next] {
  display: none;
}
.kt-wizard-v3[data-ktwizard-state=last] [data-ktwizard-type=action-submit] {
  display: inline-block;
}

@media (min-width: 1400px) {
  .kt-wizard-v3 .kt-wizard-v3__aside {
    width: 400px;
    border-right: 1px solid #eeeef4;
    padding: 1.5rem;
  }
  .kt-wizard-v3 .kt-wizard-v3__wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-wizard-v3 .kt-wizard-v3__aside {
    border-bottom: 1px solid #eeeef4;
    padding: 1rem;
  }
  .kt-wizard-v3 .kt-wizard-v3__wrapper {
    padding: 1rem;
  }
}
@media (max-width: 1024px) {
  .kt-wizard-v3 .kt-wizard-v3__aside {
    padding: 1rem;
  }
  .kt-wizard-v3 .kt-wizard-v3__wrapper {
    padding: 1rem;
  }
}
.kt-widget-14 .kt-widget-14__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kt-widget-14 .kt-widget-14__body .kt-widget-14__product {
  display: flex;
  align-items: center;
  flex: 2;
}
@media (max-width: 576px) {
  .kt-widget-14 .kt-widget-14__body .kt-widget-14__product {
    flex-basis: 100%;
    margin-bottom: 1rem;
    flex: auto;
  }
}
.kt-widget-14 .kt-widget-14__body .kt-widget-14__data {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .kt-widget-14 .kt-widget-14__body .kt-widget-14__data {
    justify-content: flex-start;
  }
}
.kt-widget-14 .kt-widget-14__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
}
.kt-widget-14 .kt-widget-14__thumb {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.25rem;
  flex: 0 0 5rem;
}
.kt-widget-14 .kt-widget-14__thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
}
@media (max-width: 576px) {
  .kt-widget-14 .kt-widget-14__thumb {
    margin-bottom: 0.5rem;
  }
}
.kt-widget-14 .kt-widget-14__thumb .kt-widget-14__image {
  width: 100%;
  height: auto;
}
.kt-widget-14 .kt-widget-14__thumb .kt-widget-14__image--landscape {
  height: 100%;
  width: auto;
}
.kt-widget-14 .kt-widget-14__title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 0.6rem;
}
.kt-widget-14 .kt-widget-14__title {
  transition: all 0.3s;
}
.kt-widget-14 .kt-widget-14__title:hover {
  color: #385aeb;
}
.kt-widget-14 .kt-widget-14__title:hover {
  transition: all 0.3s;
}
.kt-widget-14 .kt-widget-14__desc {
  font-weight: 400;
  color: #74788d;
  padding-right: 0.5rem;
}
.kt-widget-14 .kt-widget-14__info {
  border-radius: 5px;
  background-color: #f7f8fa;
  text-align: center;
  padding: 0.7rem 1rem;
  margin-left: 0.5rem;
}
@media (max-width: 576px) {
  .kt-widget-14 .kt-widget-14__info:first-child {
    margin-left: 0;
  }
}
.kt-widget-14 .kt-widget-14__info .kt-widget-14__info-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #48465b;
}
.kt-widget-14 .kt-widget-14__foot {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-info,
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-info .kt-widget-14__foot-label {
  margin: 0.25rem 0.5rem 0.25rem 0;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-info .kt-widget-14__foot-desc {
  font-weight: 500;
  color: #74788d;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-toolbar {
  display: flex;
  justify-content: flex-end;
}
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-toolbar a {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

.kt-wizard-v1 .kt-wizard-v1__nav {
  padding: 4rem 2rem 3.5rem;
}
@media (max-width: 1399px) {
  .kt-wizard-v1 .kt-wizard-v1__nav {
    padding: 2rem 1rem 3.5rem;
  }
}
.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items {
    flex-wrap: wrap;
  }
}
.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: #f6f6f9;
  color: #9896a6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 1rem;
  font-weight: 500;
}
.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state=current] {
  background-color: #385aeb;
  color: #ffffff;
}
.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-details {
  text-align: center;
}
.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-details .kt-wizard-v1__nav-item-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-details .kt-wizard-v1__nav-item-desc {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #918ea7;
}
.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-details .kt-wizard-v1__nav-item-desc .kt-wizard-v1__nav-image {
  display: block;
  margin: 5rem auto 0;
  max-height: 25rem;
  max-width: 100%;
}
.kt-wizard-v1 .kt-form {
  padding: 2rem 4rem 4rem;
}
@media (max-width: 576px) {
  .kt-wizard-v1 .kt-form {
    padding: 2rem 1rem 4rem;
  }
}
.kt-wizard-v1 .kt-form .kt-wizard-v1__content {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #eeeef4;
  margin-bottom: 2rem;
}
.kt-wizard-v1 .kt-form .kt-form__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .kt-wizard-v1 .kt-form .kt-form__actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .kt-wizard-v1 .kt-form .kt-form__actions .btn {
    margin: 0 0.5rem 1rem;
  }
}
.kt-wizard-v1 .kt-form .kt-form__actions [data-ktwizard-type=action-prev] {
  margin-right: auto;
}
@media (max-width: 576px) {
  .kt-wizard-v1 .kt-form .kt-form__actions [data-ktwizard-type=action-prev] {
    margin-right: 0.5rem;
  }
}
.kt-wizard-v1 .kt-form .kt-form__actions [data-ktwizard-type=action-next] {
  margin: auto 0 auto auto;
}
@media (max-width: 576px) {
  .kt-wizard-v1 .kt-form .kt-form__actions [data-ktwizard-type=action-next] {
    margin: 0 0 1rem;
  }
}
.kt-wizard-v1 [data-ktwizard-type=step-info] {
  display: none;
}
.kt-wizard-v1 [data-ktwizard-type=step-info][data-ktwizard-state=current] {
  display: block;
}
.kt-wizard-v1 [data-ktwizard-type=step-content] {
  display: none;
}
.kt-wizard-v1 [data-ktwizard-type=step-content][data-ktwizard-state=current] {
  display: block;
}
.kt-wizard-v1 [data-ktwizard-type=action-prev] {
  display: none;
}
.kt-wizard-v1 [data-ktwizard-type=action-next] {
  display: inline-block;
}
.kt-wizard-v1 [data-ktwizard-type=action-submit] {
  display: none;
}
.kt-wizard-v1[data-ktwizard-state=first] [data-ktwizard-type=action-prev] {
  display: none;
}
.kt-wizard-v1[data-ktwizard-state=first] [data-ktwizard-type=action-next] {
  display: inline-block;
}
.kt-wizard-v1[data-ktwizard-state=first] [data-ktwizard-type=action-submit] {
  display: none;
}
.kt-wizard-v1[data-ktwizard-state=between] [data-ktwizard-type=action-prev] {
  display: inline-block;
}
.kt-wizard-v1[data-ktwizard-state=between] [data-ktwizard-type=action-next] {
  display: inline-block;
}
.kt-wizard-v1[data-ktwizard-state=between] [data-ktwizard-type=action-submit] {
  display: none;
}
.kt-wizard-v1[data-ktwizard-state=last] [data-ktwizard-type=action-prev] {
  display: inline-block;
}
.kt-wizard-v1[data-ktwizard-state=last] [data-ktwizard-type=action-next] {
  display: none;
}
.kt-wizard-v1[data-ktwizard-state=last] [data-ktwizard-type=action-submit] {
  display: inline-block;
}

@media (min-width: 1400px) {
  .kt-wizard-v1 .kt-wizard-v1__aside {
    width: 400px;
    border-right: 1px solid #eeeef4;
    padding: 1.5rem;
  }
  .kt-wizard-v1 .kt-wizard-v1__wrapper {
    padding: 1.5rem;
  }
  .kt-wizard-v1.kt-wizard-v1--extend .kt-wizard-v1__aside {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-wizard-v1 .kt-wizard-v1__aside {
    border-bottom: 1px solid #eeeef4;
    padding: 1rem;
  }
  .kt-wizard-v1 .kt-wizard-v1__wrapper {
    padding: 1rem;
  }
}
@media (max-width: 1024px) {
  .kt-wizard-v1 .kt-wizard-v1__aside {
    padding: 1rem;
    border-bottom: 1px solid #eeeef4;
  }
  .kt-wizard-v1 .kt-wizard-v1__wrapper {
    padding: 1rem;
  }
}
.music-sonos-container ul li {
  list-style: none;
}
.music-sonos-container .card {
  height: auto;
}
.music-sonos-container .authorization {
  margin-bottom: 16px;
}
.music-sonos-container .room-list {
  display: flex;
  padding: 0;
  margin-top: 24px;
  flex-wrap: wrap;
}
.music-sonos-container .room-list li {
  padding: 0 8px;
  border-right: 1px solid gray;
}
.music-sonos-container .room-list li:last-child {
  border-right: none;
}
.music-sonos-container .music-container {
  max-width: 300px;
  width: 300px;
  min-height: 100px;
  border-radius: 4px;
  padding: 8px 3px;
  margin-bottom: 8px;
}
.music-sonos-container .music-container .music-container {
  width: 100%;
}
.music-sonos-container .music-container.one-player .music-container__speaker-volume {
  margin: 0 10px 0 24px !important;
}
.music-sonos-container .music-container a:hover {
  color: #e0e620 !important;
}
.music-sonos-container .music-container__bw-white {
  background: white;
}
.music-sonos-container .music-container__assign .dropdown-toggle {
  width: 125px;
}
.music-sonos-container .music-container__assign .dropdown-toggle.selected:after {
  top: -6px;
}
.music-sonos-container .music-container .title-ellipsis {
  width: 100px;
}
.music-sonos-container .music-container__options {
  height: 20px;
}
.music-sonos-container .music-container__options .dropdown-item:active {
  background: transparent !important;
}
.music-sonos-container .music-container__dropdown .btn {
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 22px;
}
.music-sonos-container .music-container__content {
  display: flex;
  padding: 0 24px;
}
.music-sonos-container .music-container__manage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.music-sonos-container .music-container__manage a {
  cursor: pointer;
  color: #464457;
  font-weight: 500;
}
.music-sonos-container .music-container__button {
  margin-right: 8px;
}
.music-sonos-container .music-container__button button {
  border: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: white;
  position: relative;
}
.music-sonos-container .music-container__button button i {
  position: absolute;
  left: calc(50% - 6px);
}
.music-sonos-container .music-container__button button.play {
  background: #a6a6a6;
}
.music-sonos-container .music-container__button button.pause {
  background: #a6a6a6;
}
.music-sonos-container .music-container__button button:hover {
  color: white !important;
}
.music-sonos-container .music-container__description {
  position: relative;
  top: -5px;
}
.music-sonos-container .music-container__title {
  font-size: 16px;
  font-weight: 600;
  color: #464457;
}
.music-sonos-container .music-container__sub-title {
  font-size: 13px;
  color: #646c9a;
  display: flex;
  white-space: nowrap;
}
.music-sonos-container .music-container__sub-title .dropdown .btn {
  padding: 0 0 0 10px;
  color: #464457;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  display: block;
}
.music-sonos-container .music-container__sub-title .dropdown-menu {
  overflow: auto;
  overflow-x: hidden;
  height: 150px;
  width: 300px;
}
.music-sonos-container .music-container__sub-title .dropdown-menu a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  cursor: pointer;
}
.music-sonos-container .music-container__sub-title .dropdown-item:active {
  background: transparent !important;
}
.music-sonos-container .music-container__speaker-volume {
  margin: 0 40px 0 24px;
  position: relative;
}
.music-sonos-container .music-sonos-rzslider.rzslider {
  margin-top: 10px;
}
.music-sonos-container .music-sonos-rzslider.rzslider .rz-bubble {
  display: none !important;
}
.music-sonos-container .group-loading {
  position: absolute;
  right: 28px;
  bottom: -4px;
}

.staff-planing .details {
  font-size: 12px;
  color: white;
}
.staff-planing .details .top-row {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  max-width: 120px;
}
.staff-planing .details .avatar {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background: white;
  color: black;
  font-size: 12px;
  font-weight: bold;
}
.staff-planing .details .duration {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.staff-planing .datetimepicker {
  width: 100%;
  padding: 0;
}
.staff-planing .datetimepicker td {
  cursor: pointer;
}
.staff-planing .datetimepicker tbody tr > td span.year, .staff-planing .datetimepicker tbody tr > td span.month {
  display: inline-flex;
  padding: 10px;
}
.staff-planing .dropdown-toggle .input-group {
  max-width: 279px;
}
.staff-planing .dropdown-menu.show {
  max-width: 279px;
  width: 100%;
}
.staff-planing .glyphicon {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}
.staff-planing .glyphicon.glyphicon-arrow-right:before {
  content: "\f054";
}
.staff-planing .glyphicon.glyphicon-arrow-left:before {
  content: "\f053";
}

.modal-shift ng-timepicker .ng-timepicker-input {
  width: 200px;
}

.colorpicker-visible,
.colorpicker-visible .dropdown-menu {
  display: block !important;
}

colorpicker-saturation {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFJhJREFUeAGMU+/q4kAMzFYf4LgP96a+q4c+gSIqxf/r5maWDoTgz15gmM0kW5uMLa21v2b2G6jAG2iEzqUU6q5c/OlMuHtL/ULNd5TP6EJ1RP7NuXvKE397jmbg7MrzHI748T1UA3eopyGQV2qK1+vVHo/Hm1itVm0J7Q+afwGMmgeRphf7Noh6lCeuHJAvm/X8rAQNlw2VScoj6863OQjl2ZB3qkeu5Lh0RJ3qynuNjJA21FppQAHa8/l83263No5jOxwOttlsbL1e2xIXXpMZzzRsXoTw34bQgLiQbKh6M9SXDBSypn4XGOSkGUO1cJdn1Yh4/qYVgctmGSwXyARNcOSFRuBMHvA1GMzwy+Vix+PRdrvdYrvd2vl87oZYDCxBL9B/jEyopghzlNjL0DlB+gAoPNXyOfa3oA9puXonyVHzdH+g9MEISa5z0qUNkwkm6MJkxALg8mlMAxvNwBfhYLvf7w50vl6vBV9H2e/3BjYateQDY8gM5bmWovygdyEb87k/G5Zz9c/2zfEQFysO5nDJ6mMel91Z//pwFpygIWIaMXE3AoYssPBCI/B12DiONMT5VZxOJ0f+j/MyWo5chYGowfn/j03lNXBpl85Up8d46u6DChBMvKv2UePrrAsChtdLTi73oEBjFDYpmIp/KSgRhRw357sXuHLknRgI8d90F8QL761oI8iQeJqvUOGnAoEkgNblF13iiJASZCwhLkG+v7/Halvt5+enr7x+02lZOwKymJ7jMAXK32RxaXnNxfXzCOkCxTO2I3NiR0i9gAjQLLoVHkKG8pCi0UT4Q0h5xUFIlBJEYmg+1yg6TrUq+YfEWKK0lWsSS8+DkNvCWtvJXu0UbDyH/NYjoDHFybPd/cPeficiW5LvkVdBNY4UoIqOQMwPBXm9vUYIVCj3GkXCCo1tRS//uMhYoVG3q46HaBQtamESTs/+0o92hOTaBbqjBwpu8reCuzAP4rkXpQBzQwbhZxD7jNYEAS4CI2Rg4hLitPUor2hGh6j4hQ5FfWt8LQF+SwyJIpGUV05nu56VHqJhR8ybb+Q+/dnPYZYSigIICvY3xfYxCckz/qazprjDiFJ+5DWVwscaMpSDgkleI2uutaKk5kPFNTqO8pBDlBQZEqKvoJXp7+lxzx7Cuoqp2M7zlrm5JbH/9oZ/GLdzBGf9FNmmvPi+h2FXnm8L5WhdCMJNyr1D6yvKP1rFQYgSjWpteE0JMraEME8ykpzo/0/+wcg5yGHMooegQYIRyXU1i52tCSfn9oSQFH+Fe4jypxs3RHA+xNCcNUZ+BXRg7iu0lhgDAesisSfE6UA0iudz9sNHKChek5eBX9a+FwKkKQ+Nd6JljkLX6B4x2L8hhHOsVdhR4iHEEe1LeWJCSI2tCo9AU3OIKHGgbupv6NvyRciGgMzPPLP5LmhPdKTx8qgSWIXxVkZx8QJihmCvPP8nE6IRXniKT9GThhKF0QkZal3KQYcLgn+s8YwWJiNnLVL4mOz1b+4piM8/+YYb8xNlLoASXqC7c9DCOokhl4RAKgSkCNM9wklBOPL4BIJoblQggsb8Km9W/IlIJkKrPN4xEETPwtS3hczrp8//pxmzpoUIBfeSO8r8/OE59wgTIsnIb4yBj7Cft6pYI8Sbh5TBD749IANSlKPgJQQmrr0uUfjbCnlV/V9OCfLpDc9b0nw4x3bznAbWFAyfUeBLEIhA3uaCKifFyUBg8pg+Ro8nOCVOintKoy0xj5bFvhNCQMAfoUqgc8UwMRot8dWy/qPcDHQk5XkgOPD97//Gl/xC2kKlkhl2V4pMQmAON+22E+4XgIzMKYMSmp7S0ymTcpYEYM6eVjKlJV25HgYguZ6lD1hR4S4byoxRwMUQjm87MYVxrW19nCqbgTD4kSEde7FlxcF4tKDCPu41lBUKa7tjgGuHJuPCwpBPdcONuVTiMEMgbPpugJE0+GIRusL+yD9qGhrP05ClFHfOuppZeV4ZkgyJdJc3dkxh0+8YDBpbsyuxrXYzV4VfmJLFwxdAEq7azIj9Yw9AuUCjEL3I7pD1xgo0BPv5Y2U9MCBvegpGxq9/vK7BftOQssP3ueL+HfJwLkAqVLlgPH9CF7phgMoKj/X8EjiNCtGQHzFU9mM7gsR8W/5wkuZ9ZUKBcYuWdE3qU2YYqLIllfo5aog2m2haKnlsvP30YUHO+3f9Yu2GrNpW2rYV8id2bM/9KxBPc/QgZQT9AlotQRtgSls1pIDADvo+3hL0bXBU0yxqG4Fx2ZshdXSBaEjZYtIdh/uxQDOrpMV/Biatjj8nzRgq8p0Ud6w9fAwwe+9mSJPWUMWzPG+A21ZWG45nhoQp1RdaBZ1WYDteUQ4gffvH1jomTHlkxk9GTDi5AS0YAODxMoRjMiqsjq/MyqvFFJX9buv6+18Y8mwDyFRH7Dj+T1rBtYivRV1v9mHtiKhfD10QrRFdsxor9Z4bgChAtF22fLsv1sfsGL4B0grazi9DygpagZ0A2s2WBMBmLn0de15D11KG5WSAvh20rB92fEIVwk0jdV2qPdyWr4mYuw75NMua7FFtmZxbkN7qi4DSFgaqQjc75GwDwbgBMkMMAPfD6cR1wpl1o7GftDhMMSPaFmm05+Tv/HWW9aQXbMfiBAZ4cNLdnz6hyAyj7ki9oQYYqdYd4h405JRwXs4DhLKozKhzG65449eQ4i5nX2LKXYjCVDcWF58Y0uJvj2EpY2VN79NzjHlVF8E1M2JZxOzW62rIEhhlywoAMMhrS8dFBJhgMJx5aRxg/fv9rSW9WN7LeQxZPn4bo6ExYgppsWNkQIt2pOAU8DAK8Oh/yK7ECM8pCAboJDTRFNsJQ3ZkBdtFXgV+A5qAEasl4sk2WxjOzn9PY6sZ1ZxJD/p9FMwoc1pjLNhEbLd2eX2Kpv6Y+aSCn8OUxhqyGBOwS9fxUiwDPIXfZw2JeNs+hS2/2R6r2Lfv+S/ivt3PG7eHh3S/52EDDD0j5h9rStliJiQLc5/fW9wP0PNcfB77nmVpX6Js2WaOQwb9OrXLJ9UMz7UmuJaAQj7fjxi6V97wIGftsqVMwcGZN2ZTL30fr7IYkL4xpG/9Y9bV677pUYXfrHk5tzuvoS1aRPX9ScV+3+Mn1FU7YMR6GT8LEP38xs2OyzVZRjIz9mWrIV2lTYo6LLk3BKXGKCM47jycKCb4zb4GzBi0g3Ec0a9OsBVQQsp+YwTjo+Mr9C/MQluIJmIkYYvvzpL2RhuiKT1uttTrK+q74p8siUsR64/nlS3XedcfZgY6kfUsv/FOUZfOlwGTfjyPCxjrRDbCvMLr4vCc9kN26pBR7H8KuW0wHZrkYCzj2+z5WbPCoZM2rISeEwop48KRZdhiPtmYLXNSyZs91YAeH06dow/Vpg3o+W9a/hbgPI5jTnvdx5YxZUbrCY1V7De22qProHXrDL/9B8dlHIuM3QQqUxL7d/pLyyqrzKlV6/2O/F/GBXP6ochjYdiKvQ4saA1ddlTvY/bEkY9Wa1iLkEN2JVavOhxHRlvqMF/XAnEVOJgXy3fAhCgY0N8bC0Nnpl8Lw/bt2LnCnsENO6o5r7bMcn2hONzQswSK2WVbphBy2kcjGqqWNRJQfU6ALwFgHTlo41pWWaE+O4V2zuhYZ1jYinTnvVmcC0Oclck+MgTH1jZU9Ty/VWaUIS42JwFPpkiWyDiZafZDygiJTseTIrc/g5v1qYQ6kgVnT48A+bztNN774MD2U8kDphjxaP18nyGzZBGUh7Y9L1uGvIp6Mq3EePVl7Xxf2/pE9gWI2KTFX2J3xx8Z0jWvnv+VhaG6tr8vkccerdTfdvhaXzTlLUM8t6HNIa9a4DfuDYgCWEaUCQ5jBcz2YI43lgqsrRi21F+pRThPhW5NvqLDK0Nw5E7RV7DKjDreX69/ZVY14wGQ8+HN733OxHGci9MKTBlkMNCSMqJA/udFzgg5IWqXKW9pbwvDu9VxFIjREGtHAS1w7rs4bcXtpIEV1t7H9QdgfmPIGrTmKDAW+gmIFHxNaRl3iCKEvYcsjuPAgTEzQ5zO2SHY3q+FX98oqti8casANPRxL19nx34JWZ9XQJ4r+uOLpmwxZxGyZF8Bcb9lf+dUR0zZgjwCigMKmGltbXG/SzZmUzQlxzMzGCdcmVUDEH3OijXp7k5StNVSh7xnV6Nju98+MaTMaMjK+b7xCy2gD1vk+G54eVxM6PEzM2TLqjJk3IdR/4iG7RSF+y1klQk4jqGvb/h4n6TBQwHZ77GYE0alLzZOTOl1+ShiFvUyBYRJIvSC1PFPfYemMoW+EpWXtaznArCLitWSnX6BKnPOLkTWIT/3vB3SEFemqF+m0Bh7ZIoY13m7IfmhfyxNzsu90j/f65Bn5hSoMSHIvPE+nptWAKesbWRY6xJax/NG30AnvS4AAPkVEOuDmHBk3KJ+dsewIt41+3t8+kqRB85Sy82QAmZmpGrfGnfqejZrKlP8Rv+GIZ0nnWi/Ys74kWzs6Ly7INTfYvA4CshcGL6wpSJ8I1/GtLCs9ji0lQG+vgzBOkmInRh2a0Y1If0DYPmr5vTPwIv9hCWPXyBcjUGL+n+PhWEdL9Rhi390Wv2lxeHRjGZbYR0Os7DWgb0f15VVzPd5XVcgClAZ41se8uE/3efT7Eq7oQXk7xpSB3NcrfAYzGmFLUAL1MwYtabPjBeYXhcAAGolA3vSjJkZ88Zdx6+/pzrEaf35x9XeODgANYTlPox167cOfmJMAbnv4+1QGNA6pAwpg8qInhdAPa4GFTjrKQi5XSAsjrsf0qWSb3sjm+M4vQz5fNEaA1TGTMxo9vVu2wIATgWozlfavegXZJ7h/+3dYY7cOA7F8VQnu/e/5u4dtnqRwThD/KA/ywU0Jl9GQGCZkl0yHx9JSW4nGPRxKXuA8RzG/BygfJchBtujW5Ipzso9R5HGA998fC7MCMX2kYyrC+mrwd9z7+n5ZIMM9bODV8kYUjuEoeTPAyPemVxq0feB+cJ/xJYuKj3qFoL3r0khi4uHLEvLJwitTGlA4pz734whA7A+ElO05MEer2vLt9hPRgoQcVQmBUM6oNf7VxPlOXudyl7AYEI3Yk0z4TOYxXyEVDliCvOZp+NH8cmAEXNmevVk1p7fpr89MZyKP1l9xZIXzPmIdPmkkLlrqEL8bpbu8XUBJOTT+psdPAvPMV1LAnOlvgkIfyPoPsjxMxquUV2ncX/do65KmSvOriY70XSF2OecL0A7Yf08eYKMJeiHuFq7hE+A2V3WUGgE7sEKGHFjTuNKwAfp8HPGLRUA4N+GAv8QaOkqr91Yl9E+ActMDb059ktX92PIolQB+Hx9Ta9voeB8y/4A9mmCqjyzMvY5PhjHMchf7REHZNH15xSTIfafLss/R2hABEKmtPK5VwPszNms7xOwLB8VM5RrqZbprier+Ei/cncBZYzxQkCaIdv+uUvr9Mm3ViKmPIwBk0GAL7N0mRFjWh6z/+d0oRrAVGTMMSZwMwP9dOvW6077IcWUufB3cjnXUspxM2l+YvZwf2PHtFI+vEm/YMbhvGIJ/SI7Q4kyJGJVsk9mjIniD7Os27GEPjLiaLE323Nyimu85GXtMhM3kvs3F8BPsr+NISPNpR0WhKuaxvkSkIeu5PpW1rWqSrvnMqn+nvE4TxkymeA5zOnzcZnn34whtD281rb511sX+5mTPGVmrWWZP1vPd31Xix+gvMGcEwO9RycRvdFm7DH1TMB1VbqnQ1enDMYUWfNwtRelN1Nc32KVuIBA3qlxj6GMpZlhPYB4VIzyt4JhFyN+nXs/FH8vy5p7HlMZIjwyiGNGtCluDOrElNXKG+gEeAcw5j4HVygTbBf4qfTt/V7rP+YX5a7B+S1FFxFBvSeMs06/zfVk3f0Zf98gbJJge9WV6bKW9hP7vG8EeHcMUYxKOLkvY4D+WoDGMQO9TAt31oC2mysDAqhwaWBmf5iTACADEPZDZMJunYJG8NU9IburyOhztPgyjOt4igUE+3xW2SCYm7IFPQJ6z9SvclKKD6tchS0uyz4F/gocYDcjPLaRnTBIVzaex+Mp/pxiyXMAknvq5bZOR/vLBhX0oH8r/v6xx6d27x8FAgU3a2RixRCSooshjxUQPyV+zGooKD+PBUSwLmVfAWa09bOgZ9zQAwZMr/AcR1n10mWlHzaoNrv6WAogdazY9iXHUalOt+8FsJ8nt49rHYAMlxWAzBRYBWbATdkAVIujr22vLNd4Z+Z253pdh8quMQuMCp4NHUcA5PjWieDAjqByANJ1gRV0AcQ0yfioe6Rpldm2M6d/WuVHW7isUJ5lUV4yQ5mgC2y4SYGq/t5vjU8b4xmDynxo/TIi6iX7fgRk/ueQbrSMPY+rbrawAlfgFLA1nylSAHRbbjDj/n36ehk8ZBPome5eRZfV8w/lo+hK7Huso1TqgDkskvoat+L/X3QsGoDM2tHouKDcJmPWeT9kobMvXc+dwrkOhtJeK/Nm/XEXaCx01ssAWtc99rUOAJ6Uu/srhrQyWgn2g4K6GOvZL5TBwwSA742/x7ijZF3F7tfNUi7Lh5grvwbisoxwYReZamaf9VC8cWhVsAuV4Y5oYyaNcdAuoPa1TcPQZX3v/y16+N55kyFTGQIxNLcDpwIvFKe7cU7keHd2VMxrhR+Y+WXnx+xsrPbm4Mf+eTMn1mYGaFrjptDj/ZmkmjaXVWv19slxkTXJynCvnIdL8zdZOnn83A9ZFSTAB4VsSpGmyipunCjuGN9liwzZs8ddwQVEyzeyuGPYD7APuOS6o7aO9xWo/P3fbrnF8e5y2+7Lnamvyg8GKNeKog2m2NaW+SjwLCQhlr5/M6DamjnNlAbJLKtBaQZU226Ru2KbCe+Ph6Tk3THb/v5zaRQ7yz4M6usa1HywJU50n+7bgb4Z0sC2XIa8P56+JvvuWHTaa6kgbLn7ELvV9bU76A0+hpTKuh3PoryDwKvrflwx5F/1IMaK9wrK+h3ltf/+bb8d5d8/XdZ//txS/N9hxfdvGNg/ZQT1//4fih7V/hdi/qwAAAAASUVORK5CYII=");
  cursor: crosshair;
  float: left;
}

colorpicker-saturation i {
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

colorpicker-saturation i::after {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
}

colorpicker-hue,
colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

colorpicker-hue i,
colorpicker-alpha i {
  display: block;
  height: 2px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=");
}

colorpicker-alpha {
  display: none;
}

colorpicker-alpha,
.colorpicker-color {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=");
}

.colorpicker {
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha,
.colorpicker colorpicker-saturation {
  position: relative;
}

.colorpicker input {
  width: 100px;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}

.colorpicker.alpha {
  min-width: 140px;
}

.colorpicker.alpha colorpicker-alpha {
  display: block;
}

.colorpicker.dropdown {
  position: absolute;
}

.colorpicker.colorpicker-fixed-position {
  position: fixed;
}

.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
  content: "";
  display: inline-block;
  position: absolute;
}

.colorpicker .dropdown-menu::after {
  clear: both;
  border: 6px solid transparent;
  top: -5px;
  left: 7px;
}

.colorpicker .dropdown-menu::before {
  border: 7px solid transparent;
  top: -6px;
  left: 6px;
}

.colorpicker .dropdown-menu {
  position: static;
  top: 0;
  left: 0;
  min-width: 129px;
  padding: 4px;
  margin-top: 0;
}

.colorpicker-position-top .dropdown-menu::after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: auto;
  bottom: -5px;
}

.colorpicker-position-top .dropdown-menu::before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}

.colorpicker-position-right .dropdown-menu::after {
  border-right: 6px solid #fff;
  border-left: 0;
  top: 11px;
  left: -5px;
}

.colorpicker-position-right .dropdown-menu::before {
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  top: 10px;
  left: -6px;
}

.colorpicker-position-bottom .dropdown-menu::after {
  border-bottom: 6px solid #fff;
  border-top: 0;
}

.colorpicker-position-bottom .dropdown-menu::before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}

.colorpicker-position-left .dropdown-menu::after {
  border-left: 6px solid #fff;
  border-right: 0;
  top: 11px;
  left: auto;
  right: -5px;
}

.colorpicker-position-left .dropdown-menu::before {
  border-left: 7px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  top: 10px;
  left: auto;
  right: -6px;
}

colorpicker-preview {
  display: block;
  height: 10px;
  margin: 5px 0 3px 0;
  clear: both;
  background-position: 0 100%;
}

.v-middle, .ui-carousel .carousel-btn {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@font-face {
  font-family: "ui-carousel";
  src: url("/assets/fonts/ui-carousel/ui-carousel.eot");
  src: url("/assets/fonts/ui-carousel/ui-carousel.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ui-carousel/ui-carousel.woff") format("woff"), url("/assets/fonts/ui-carousel/ui-carousel.ttf") format("truetype"), url("/assets/fonts/ui-carousel/ui-carousel.svg#ui-carousel") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "ui-carousel" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=ui-icon-]:before, [class*=" ui-icon-"]:before {
  font-family: "ui-carousel" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-icon-prev:before {
  content: "a";
}

.ui-icon-next:before {
  content: "b";
}

.ui-icon-dot:before {
  content: "c";
}

.ui-carousel {
  display: block;
  margin-bottom: 30px;
}
.ui-carousel .carousel-wrapper {
  position: relative;
}
.ui-carousel .track-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.ui-carousel .track {
  position: relative;
  display: block;
  float: left;
}
.ui-carousel .slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.ui-carousel .carousel-btn {
  position: absolute;
  z-index: 10;
  background-color: transparent;
  outline: none;
  border: none;
  opacity: 0.75;
}
.ui-carousel .carousel-btn:hover {
  opacity: 1;
}
.ui-carousel .carousel-prev .carousel-btn {
  left: -25px;
}
.ui-carousel .carousel-next .carousel-btn {
  right: -25px;
}
.ui-carousel .carousel-disable {
  opacity: 0.5;
}
.ui-carousel .carousel-disable .carousel-btn:hover {
  opacity: 0.75;
}

.carousel-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.carousel-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.carousel-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.carousel-dots li button:before {
  font-family: ui-carousel;
  font-size: 9px;
  line-height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  content: "c";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.carousel-dots li.carousel-active button:before {
  opacity: 0.75;
}

ui-cropper {
  width: 100%;
  display: block;
}
ui-cropper.fixed-height {
  height: 100%;
  position: relative;
  overflow: hidden;
}
ui-cropper.fixed-height canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
ui-cropper.full-width {
  text-align: center;
}
ui-cropper.full-width canvas {
  display: inline;
}
ui-cropper canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}
ui-cropper .loading {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
}
ui-cropper .loading .fixed-height {
  height: 100%;
  position: absolute;
}

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
}
.cropArea.big {
  width: 800px;
  height: 600px;
}
.cropArea.medium {
  width: 500px;
  height: 350px;
}
.cropArea.small {
  width: 300px;
  height: 200px;
}

slider, [slider] {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 100%;
  margin: 25px 5px 25px 5px;
  vertical-align: middle;
}
slider div, [slider] div {
  white-space: nowrap;
  position: absolute;
}
slider div.bar, [slider] div.bar {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background: #444;
  overflow: hidden;
}
slider div.bar .selection, [slider] div.bar .selection {
  width: 0%;
  height: 100%;
  background: #13b6ff;
}
slider div.handle, [slider] div.handle {
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: -8px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 2;
  border-radius: 100%;
}
slider div.handle:after, [slider] div.handle:after {
  content: "";
  background-color: #777;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
}
slider div.handle:after:hover, [slider] div.handle:after:hover {
  background-color: #000;
}
slider div.handle.active:after, [slider] div.handle.active:after {
  background-color: #f00;
}
slider div.bubble, [slider] div.bubble {
  display: none;
  cursor: default;
  top: -22px;
  padding: 1px 3px 1px 3px;
  font-size: 0.7em;
  font-family: sans-serif;
}
slider div.bubble.active, [slider] div.bubble.active {
  display: inline-block;
}
slider div.bubble.limit, [slider] div.bubble.limit {
  color: #777;
}

.angular-tooltip {
  position: absolute;
  background: #000000;
  z-index: 9999;
  padding: 3px;
  border: 2px solid #000000;
  color: #FFFFFF;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 250px;
  border-radius: 3px;
}

.angular-tooltip:before, .angular-tooltip:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.angular-tooltip:before {
  border-color: transparent;
  border-width: 8px;
}

.angular-tooltip:after {
  border-color: transparent;
  border-width: 5px;
}

.angular-tooltip.angular-tooltip-top:before, .angular-tooltip.angular-tooltip-top:after, .angular-tooltip.angular-tooltip-top-center:before, .angular-tooltip.angular-tooltip-top-center:after, .angular-tooltip.angular-tooltip-top-middle:before, .angular-tooltip.angular-tooltip-top-middle:after {
  top: 100%;
  left: 50%;
}

.angular-tooltip.angular-tooltip-top:before, .angular-tooltip.angular-tooltip-top-center:before, .angular-tooltip.angular-tooltip-top-middle:before {
  margin-left: -8px;
  border-top-color: #000000;
}

.angular-tooltip.angular-tooltip-top:after, .angular-tooltip.angular-tooltip-top-center:after, .angular-tooltip.angular-tooltip-top-middle:after {
  margin-left: -5px;
  border-top-color: #000000;
}

.angular-tooltip.angular-tooltip-top-right:before, .angular-tooltip.angular-tooltip-top-right:after {
  top: 100%;
  right: calc(100% - 8px);
}

.angular-tooltip.angular-tooltip-top-right:before {
  margin-right: -8px;
  border-top-color: #000000;
}

.angular-tooltip.angular-tooltip-top-right:after {
  margin-right: -5px;
  border-top-color: #000000;
}

.angular-tooltip.angular-tooltip-right-top:before, .angular-tooltip.angular-tooltip-right-top:after {
  top: calc(100% - 8px);
  right: 100%;
}

.angular-tooltip.angular-tooltip-right-top:before {
  margin-top: -8px;
  border-right-color: #000000;
}

.angular-tooltip.angular-tooltip-right-top:after {
  margin-top: -5px;
  border-right-color: #000000;
}

.angular-tooltip.angular-tooltip-right:before, .angular-tooltip.angular-tooltip-right:after, .angular-tooltip.angular-tooltip-right-center:before, .angular-tooltip.angular-tooltip-right-center:after, .angular-tooltip.angular-tooltip-right-middle:before, .angular-tooltip.angular-tooltip-right-middle:after {
  top: 50%;
  right: 100%;
}

.angular-tooltip.angular-tooltip-right:before, .angular-tooltip.angular-tooltip-right-center:before, .angular-tooltip.angular-tooltip-right-middle:before {
  margin-top: -8px;
  border-right-color: #000000;
}

.angular-tooltip.angular-tooltip-right:after, .angular-tooltip.angular-tooltip-right-center:after, .angular-tooltip.angular-tooltip-right-middle:after {
  margin-top: -5px;
  border-right-color: #000000;
}

.angular-tooltip.angular-tooltip-right-bottom:before, .angular-tooltip.angular-tooltip-right-bottom:after {
  bottom: calc(100% - 8px);
  right: 100%;
}

.angular-tooltip.angular-tooltip-right-bottom:before {
  margin-bottom: -8px;
  border-right-color: #000000;
}

.angular-tooltip.angular-tooltip-right-bottom:after {
  margin-bottom: -5px;
  border-right-color: #000000;
}

.angular-tooltip.angular-tooltip-bottom-right:before, .angular-tooltip.angular-tooltip-bottom-right:after {
  bottom: 100%;
  right: calc(100% - 8px);
}

.angular-tooltip.angular-tooltip-bottom-right:before {
  margin-right: -8px;
  border-bottom-color: #000000;
}

.angular-tooltip.angular-tooltip-bottom-right:after {
  margin-right: -5px;
  border-bottom-color: #000000;
}

.angular-tooltip.angular-tooltip-bottom:before, .angular-tooltip.angular-tooltip-bottom:after, .angular-tooltip.angular-tooltip-bottom-center:before, .angular-tooltip.angular-tooltip-bottom-center:after, .angular-tooltip.angular-tooltip-bottom-middle:before, .angular-tooltip.angular-tooltip-bottom-middle:after {
  bottom: 100%;
  left: 50%;
}

.angular-tooltip.angular-tooltip-bottom:before, .angular-tooltip.angular-tooltip-bottom-center:before, .angular-tooltip.angular-tooltip-bottom-middle:before {
  margin-left: -8px;
  border-bottom-color: #000000;
}

.angular-tooltip.angular-tooltip-bottom:after, .angular-tooltip.angular-tooltip-bottom-center:after, .angular-tooltip.angular-tooltip-bottom-middle:after {
  margin-left: -5px;
  border-bottom-color: #000000;
}

.angular-tooltip.angular-tooltip-bottom-left:before, .angular-tooltip.angular-tooltip-bottom-left:after {
  bottom: 100%;
  left: calc(100% - 8px);
}

.angular-tooltip.angular-tooltip-bottom-left:before {
  margin-left: -8px;
  border-bottom-color: #000000;
}

.angular-tooltip.angular-tooltip-bottom-left:after {
  margin-left: -5px;
  border-bottom-color: #000000;
}

.angular-tooltip.angular-tooltip-left-bottom:before, .angular-tooltip.angular-tooltip-left-bottom:after {
  bottom: calc(100% - 8px);
  left: 100%;
}

.angular-tooltip.angular-tooltip-left-bottom:before {
  margin-bottom: -8px;
  border-left-color: #000000;
}

.angular-tooltip.angular-tooltip-left-bottom:after {
  margin-bottom: -5px;
  border-left-color: #000000;
}

.angular-tooltip.angular-tooltip-left:before, .angular-tooltip.angular-tooltip-left:after, .angular-tooltip.angular-tooltip-left-center:before, .angular-tooltip.angular-tooltip-left-center:after, .angular-tooltip.angular-tooltip-left-middle:before, .angular-tooltip.angular-tooltip-left-middle:after {
  top: 50%;
  left: 100%;
}

.angular-tooltip.angular-tooltip-left:before, .angular-tooltip.angular-tooltip-left-center:before, .angular-tooltip.angular-tooltip-left-middle:before {
  margin-top: -8px;
  border-left-color: #000000;
}

.angular-tooltip.angular-tooltip-left:after, .angular-tooltip.angular-tooltip-left-center:after, .angular-tooltip.angular-tooltip-left-middle:after {
  margin-top: -5px;
  border-left-color: #000000;
}

.angular-tooltip.angular-tooltip-left-top:before, .angular-tooltip.angular-tooltip-left-top:after {
  top: calc(100% - 8px);
  left: 100%;
}

.angular-tooltip.angular-tooltip-left-top:before {
  margin-top: -8px;
  border-left-color: #000000;
}

.angular-tooltip.angular-tooltip-left-top:after {
  margin-top: -5px;
  border-left-color: #000000;
}

.angular-tooltip.angular-tooltip-top-left:before, .angular-tooltip.angular-tooltip-top-left:after {
  top: 100%;
  left: calc(100% - 8px);
}

.angular-tooltip.angular-tooltip-top-left:before {
  margin-left: -8px;
  border-top-color: #000000;
}

.angular-tooltip.angular-tooltip-top-left:after {
  margin-left: -5px;
  border-top-color: #000000;
}

/* @include transition($what, $time, $how) */
#projectView.cover .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}
#projectView.cover .pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}
#projectView.cover .pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}
#projectView.cover .pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px;
}
#projectView.cover .pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px;
}
#projectView.cover .pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px;
}
#projectView.cover .pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px;
}
#projectView.cover .pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px;
}
#projectView.cover .pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px;
}
#projectView.cover .pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px;
}
#projectView.cover .pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px;
}
#projectView.cover .pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px;
}
#projectView.cover .pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px;
}
#projectView.cover .pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px;
}
#projectView.cover .pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px;
}
#projectView.cover .pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px;
}
#projectView.cover .pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px;
}
#projectView.cover .pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px;
}
#projectView.cover .pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px;
}
#projectView.cover .pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px;
}
#projectView.cover .pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px;
}
#projectView.cover .pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px;
}
#projectView.cover .pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px;
}
#projectView.cover .pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px;
}
#projectView.cover .pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px;
}
#projectView.cover .pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px;
}
#projectView.cover .pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px;
}
#projectView.cover .pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px;
}
#projectView.cover .pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px;
}
#projectView.cover .pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px;
}
#projectView.cover .pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px;
}
#projectView.cover .pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px;
}
#projectView.cover .pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px;
}
#projectView.cover .pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px;
}
#projectView.cover .pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px;
}
#projectView.cover .pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px;
}
#projectView.cover .pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px;
}
#projectView.cover .pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px;
}
#projectView.cover .pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px;
}
#projectView.cover .pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px;
}
#projectView.cover .pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px;
}
#projectView.cover .pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px;
}
#projectView.cover .pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px;
}
#projectView.cover .pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px;
}
#projectView.cover .pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px;
}
#projectView.cover .pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px;
}
#projectView.cover .pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px;
}
#projectView.cover .pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px;
}
#projectView.cover .pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px;
}
#projectView.cover .pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px;
}
#projectView.cover .pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px;
}
#projectView.cover .pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px;
}
#projectView.cover .pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px;
}
#projectView.cover .pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px;
}
#projectView.cover .pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px;
}
#projectView.cover .pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px;
}
#projectView.cover .pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px;
}
#projectView.cover .pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px;
}
#projectView.cover .pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px;
}
#projectView.cover .pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px;
}
#projectView.cover .pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px;
}
#projectView.cover .pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px;
}
#projectView.cover .pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px;
}
#projectView.cover .pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px;
}
#projectView.cover .pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.54px;
}
#projectView.cover .pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px;
}
#projectView.cover .pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px;
}
#projectView.cover .pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96px;
}
#projectView.cover .pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px;
}
#projectView.cover .pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px;
}
#projectView.cover .pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px;
}
#projectView.cover .pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px;
}
#projectView.cover .pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px;
}
#projectView.cover .pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px;
}
#projectView.cover .pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px;
}
#projectView.cover .pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px;
}
#projectView.cover .pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px;
}
#projectView.cover .pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px;
}
#projectView.cover .pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px;
}
#projectView.cover .pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px;
}
#projectView.cover .pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px;
}
#projectView.cover .pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px;
}
#projectView.cover .pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px;
}
#projectView.cover .pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px;
}
#projectView.cover .pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px;
}
#projectView.cover .pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.48px;
}
#projectView.cover .pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px;
}
#projectView.cover .pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px;
}
#projectView.cover .pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px;
}
#projectView.cover .pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px;
}
#projectView.cover .pace .pace-progress[data-progress-text="87%"]:after {
  right: -38.18px;
}
#projectView.cover .pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px;
}
#projectView.cover .pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px;
}
#projectView.cover .pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px;
}
#projectView.cover .pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.74px;
}
#projectView.cover .pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.88px;
}
#projectView.cover .pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px;
}
#projectView.cover .pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px;
}
#projectView.cover .pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px;
}
#projectView.cover .pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.44px;
}
#projectView.cover .pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px;
}
#projectView.cover .pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px;
}
#projectView.cover .pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px;
}
#projectView.cover .pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px;
}
#projectView.cover .pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}
#projectView.cover .pace.pace-inactive {
  display: none;
}
#projectView:not(div.cover) .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#projectView:not(div.cover) .pace-inactive {
  display: none;
}
#projectView:not(div.cover) .pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
#projectView:not(div.cover) .pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#projectView:not(div.cover) .pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* V2 */
/* .pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
    border: 10px solid rgba(0, 0, 0, 0.19999999999999996);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
	top: 40%;
	right: 0;
    left: 0;
}

.pace .pace-progress {
    z-index: 2000;
	position: absolute;
    top: 30%;
    left: 60%;
	height: 4rem;
	width: 4rem;

	-webkit-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:after {
	display: block;
	position: absolute;
	top: 0;
	right: .5rem;
	content: attr(data-progress-text);
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 100;
	font-size: 4rem;
	line-height: 1;
	text-align: right;
	color: rgba(0, 0, 0, 0.19999999999999996);
}
.pace.pace-inactive .pace-progress {
	display: none;
} */
body.basic {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  background-color: #ffffff;
  background-attachment: fixed;
}

body.no-style {
  background-color: #717171 !important;
}

.btn.btn-label-brand {
  background-color: #f4f4f8;
}

.kt-header__brand-logo-default {
  max-width: 110px;
  max-height: 40px;
}

.kt-header-mobile__logo img {
  max-width: 110px;
  max-height: 40px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    select {
      background-color: white;
      appearance: none;
      -webkit-appearance: none;
      background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    }
    .orders-inputs select.form-control {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23444' d='M7 10l5-5 5 5zM7 14l5 5 5-5z'/%3E%3C/svg%3E") !important;
      background-repeat: no-repeat !important;
      background-position: right 10px center !important;
      background-size: 18px !important;
      background-color: #EBEDF1 !important;
    }
  }
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__info img {
  max-width: 260px;
  width: 100%;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .btn {
  border-radius: 4px;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .btn i {
  padding-right: 0;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control {
  border-radius: 4px;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .agreement small {
  font-size: 100%;
  color: white;
}
.kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .agreement small a {
  color: white;
  font-weight: bold;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__info img {
  max-width: 400px;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form label {
  color: white;
  margin-bottom: 4px;
}
.kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .kt-checkbox span {
  background: white;
}

.select-project {
  margin-top: 30px;
}
.select-project > h3 {
  margin-bottom: 30px;
}
.select-project .project-list {
  list-style: none;
  margin: 20px 0;
}
.select-project .project-list > ul {
  padding-left: 0;
}
.select-project .project-list .project-item {
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}
.select-project .project-list .project-item:hover {
  background-color: #f7f8fa;
}
.select-project .project-list .project-item:hover span, .select-project .project-list .project-item:hover small {
  color: #3f63ec;
}
.select-project .project-list .project-item span {
  font-size: 1.15rem;
  font-weight: 500;
  display: block;
}
.select-project .project-list .project-item small {
  color: #6579c1;
}

.quick-actions .kt-grid-nav .kt-grid-nav__item {
  width: 25%;
  min-height: 120px;
}
.quick-actions .kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-title {
  font-weight: normal;
  font-size: 12px;
}
.quick-actions .kt-grid-nav .kt-grid-nav__item .dropdown-menu.dropdown-menu-xl {
  width: 500px;
}

.modal.fade.in {
  opacity: 1;
  transform: none;
}
.modal.fade.in .modal-dialog {
  transform: none;
}

.modal-backdrop.fade.in {
  opacity: 0.5;
}

.searchclear {
  right: 15px;
  top: 13px;
  cursor: pointer;
  position: absolute;
}

.searchclearManualCheckIn {
  right: 15px;
  top: 25%;
}

.pagination {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.pagination li {
  padding: 0;
  margin-right: 5px;
  display: inline-block;
}
.pagination li a {
  color: #93a2dd;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  min-width: 2.25rem;
  padding: 0.5rem;
  border-radius: 3px;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}
.pagination li.active a {
  background: #385aeb;
  color: #fff;
}
.pagination li a:hover {
  transition: all 0.3s;
  background: #385aeb;
  color: #fff;
}

.kt-header__topbar-item--search .form-control {
  background-color: transparent;
  border-color: white;
  color: white;
}
.kt-header__topbar-item--search .form-control::placeholder {
  color: white;
}
.kt-header__topbar-item--search .kt-input-icon > .kt-input-icon__icon > span i {
  color: white;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs {
  margin-right: 0.25rem;
}
.kt-header__topbar .quick-actions.select-gym .kt-header__topbar-icon {
  width: auto;
  border-radius: 4px;
  padding: 0 10px;
  color: white;
  font-weight: 500;
}
.kt-header__topbar .quick-actions.select-gym .kt-header__topbar-icon span {
  margin: 0 10px;
}

/*Modal*/
.modal-header-part {
  display: initial !important;
}
.modal-header-part .modal-title {
  margin-right: 10px !important;
}
.modal-header-part .close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-header-part .close-modal:before {
  display: none;
}

.main-title .kt-font-info {
  font-weight: 600;
  color: #48465b !important;
  cursor: pointer;
}
.main-title .kt-font-info.active {
  color: #5578eb !important;
}
.main-title .kt-font-info.modal-main-info.parent {
  align-items: flex-start !important;
}
.main-title .kt-font-info.modal-main-info.parent:before {
  height: 13px !important;
}
.main-title .kt-font-info.modal-main-info.parent > .kt-list__badge:before {
  top: 10px !important;
}
.main-title .kt-font-info i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  color: #385aeb;
  margin-right: 5px;
  background: #e7eafb;
  font-size: 18px;
  cursor: pointer;
}
.main-title .kt-font-info i:hover {
  background: #385aeb;
  color: #fff;
}
.main-title .load {
  color: #3b5beb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
}
.main-title .load i {
  background: transparent;
}
.main-title .load i:hover {
  background: transparent;
  color: #385aeb;
}
.main-title .sub-list {
  margin: 20px 0 0 20px;
}
.main-title .modal-sub-title {
  font-weight: normal;
}

.gym-select-list {
  list-style: none;
  padding: 0;
}
.gym-select-list li {
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #c1c1c1;
  padding: 8px 0;
  margin-bottom: 3px;
}
.gym-select-list li:last-child {
  border-bottom: none;
}

.modal .modal-content .modal-header .close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}

.dropdown-toggle .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  background-color: #ffffff;
  border-color: #e2e5ec;
}
.dropdown-toggle .input-group-append .btn:hover .fa-calendar {
  color: #74788d;
}
.dropdown-toggle input {
  border-right: 0;
}

.datepicker-group .btn {
  border-left-color: white;
}
.datepicker-group .btn:hover {
  background-color: white;
  border-color: #e2e5ec;
  border-left-color: white;
}
.datepicker-group .btn.btn-default:hover {
  color: #74778d;
}
.datepicker-group .dropdown-menu .datetimepicker {
  width: 320px;
  text-align: center;
}
.datepicker-group .dropdown-menu .datetimepicker table tbody td, .datepicker-group .dropdown-menu .datetimepicker table thead tr:first-child th {
  cursor: pointer;
}
.datepicker-group .dropdown-menu .datetimepicker table td, .datepicker-group .dropdown-menu .datetimepicker th {
  border: none;
}
.datepicker-group .dropdown-menu .datetimepicker span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
.datepicker-group .dropdown-menu .datetimepicker table thead tr th i {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}
.datepicker-group .dropdown-menu .datetimepicker table thead tr th.left i:before {
  content: "\f053";
}
.datepicker-group .dropdown-menu .datetimepicker table thead tr th.right i:before {
  content: "\f054";
}
.datepicker-group .dropdown-toggle::after {
  display: none;
}

.manage-appontment-start-time .dropdown-menu table thead {
  display: none;
}

custom-date-time-picker .dropdown-toggle .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  background: #ffffff;
  border-color: #e2e5ec;
}
custom-date-time-picker .dropdown-toggle .input-group-append .btn-default:hover {
  color: #74778d;
}
custom-date-time-picker .dropdown-toggle:after {
  display: none;
}
custom-date-time-picker .dropdown-toggle input {
  border-right: 0;
}
custom-date-time-picker .datetimepicker {
  width: 320px;
  text-align: center;
}
custom-date-time-picker .datetimepicker table tr:hover td {
  background: none;
}
custom-date-time-picker .datetimepicker table th.left {
  cursor: pointer;
}
custom-date-time-picker .datetimepicker table th.left i {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
custom-date-time-picker .datetimepicker table th.left i:before {
  content: "\f053";
}
custom-date-time-picker .datetimepicker table th.right {
  cursor: pointer;
}
custom-date-time-picker .datetimepicker table th.right i {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
custom-date-time-picker .datetimepicker table th.right i:before {
  content: "\f054";
}
custom-date-time-picker .datetimepicker table th, custom-date-time-picker .datetimepicker table td {
  border: none;
  cursor: pointer;
  min-width: min-content;
}
custom-date-time-picker .datetimepicker table tr > td span.month.active {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
custom-date-time-picker .datetimepicker span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
custom-date-time-picker .datetimepicker span:hover {
  background: #eee;
}
custom-date-time-picker .datetimepicker .disabled, custom-date-time-picker .datetimepicker .disabled:hover {
  background: none;
  cursor: default;
  color: #a9acb9 !important;
}

.datetimepicker table tr:hover td {
  background: none;
}
.datetimepicker table th, .datetimepicker table td {
  border: none;
  cursor: pointer;
  min-width: min-content;
}

.member-form .dropdown-toggle:after {
  display: none;
}

.table-tr-hr td {
  border-top: none;
}

.upload-photo {
  padding-bottom: 0px;
  padding-right: 50px;
  padding-left: 126px;
  margin-top: -36px;
}

image-upload .direct-upload {
  border: 2px dashed #e2e5ec;
  color: #9a9b9d;
  font-size: 16px;
  line-height: 1;
  padding: 30px 20px;
}
image-upload .direct-upload span {
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
}
image-upload .direct-upload span button {
  background: none;
  border: none;
}
image-upload .direct-upload span button i {
  font-size: 25px;
  margin-right: 25px;
  color: #808080;
}

signature-inline bm-signature-pad {
  display: block;
  width: 100%;
  margin: 15px 0;
  border: 1px dashed #b1b2b5;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-top: 3px solid #efeff5;
}

.nav-tabs .nav-bottom-hide.active {
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

.nav-tabs .nav-item .nav-link:not(.active):hover {
  border-color: transparent;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link i,
.nav-tabs .nav-item .nav-link:active i,
.nav-tabs .nav-item .nav-link:hover i {
  color: #2f4050 !important;
}

.preview-timeline .single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.preview-timeline .single-timeline-area .timeline-date {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 40px;
}
.preview-timeline .single-timeline-area .timeline-date::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #394cb3;
  top: 0;
  right: 30px;
  z-index: 1;
}
.preview-timeline .single-timeline-area .timeline-date::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #394cb3;
  top: 50%;
  right: 25px;
  z-index: 5;
  margin-top: -5.5px;
}
.preview-timeline .single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  margin: 8px 0 8px 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 1rem 0 rgba(47, 91, 234, 0.125);
  background: #ffffff;
}
.preview-timeline .close {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
  text-align: center;
  font-size: 20px;
}
.preview-timeline .close a {
  line-height: 1;
  color: #e3336d;
}

.preview-timeline-simple .single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.preview-timeline-simple .single-timeline-area .timeline-date {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 40px;
}
.preview-timeline-simple .single-timeline-area .timeline-date::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #394cb3;
  top: 0;
  right: 30px;
  z-index: 1;
}
.preview-timeline-simple .single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  margin: 8px 0 8px 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 1rem 0 rgba(47, 91, 234, 0.125);
  background: #ffffff;
}

.appointment-scheduler table tr, .appointment-scheduler table td, .appointment-scheduler table th {
  text-align: center;
}
.appointment-scheduler .hoverbox {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 0;
  border: 1px solid transparent;
}
.appointment-scheduler .hoverbox:hover {
  border-color: #92d2ea;
}
.appointment-scheduler .header-time {
  width: 60px;
  text-align: center;
  min-width: 60px;
}
.appointment-scheduler .hour-box {
  height: 60px;
  position: relative;
  padding: 0;
}
.appointment-scheduler .hour-box.day-off {
  background: #c3c3c3;
}
.appointment-scheduler .hour-box.day-off span.day-off-box {
  position: absolute;
  top: 18px;
  margin-left: -23px;
}
.appointment-scheduler .hour-box .week-appt {
  display: block;
  position: absolute;
  opacity: 0.5;
  transition: all 500ms;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  overflow: hidden;
}
.appointment-scheduler .hour-box .week-appt.active {
  opacity: 1 !important;
  z-index: 25 !important;
}
.appointment-scheduler .month-box {
  position: relative;
  height: 80px;
  cursor: pointer;
  padding: 0;
}
.appointment-scheduler .month-box .calendar-date {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: gray;
  z-index: 1;
}
.appointment-scheduler .month-box .appt-counts {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
}
.appointment-scheduler .month-box .appt-counts-md {
  font-size: 20px;
  cursor: none;
}
.appointment-scheduler .month-box .section_absolute {
  position: absolute;
  left: 0;
  right: 0;
}
.appointment-scheduler .month-box .content_center {
  top: 50%;
  transform: translate(0, -50%);
}
.appointment-scheduler .month-box .first_content {
  top: 23%;
}
.appointment-scheduler .month-box .second_content {
  top: 52%;
}
.appointment-scheduler .month-box .more-appt {
  left: 7%;
  bottom: 7%;
}
.appointment-scheduler .month-box.month-box-lg {
  height: 150px;
}
.appointment-scheduler .week-tbl thead th:not(:first-child) {
  min-width: 140px;
}
.appointment-scheduler .calendar-loader {
  margin-top: 5px;
  display: inline-block;
}

.appointment-scheduler .kt-portlet__head button:focus {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

.btn-outline-info:hover span:before,
.btn-outline-danger:hover span:before {
  color: white;
}

.btn-outline-style {
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-outline-style:hover {
  background-color: #212529;
}

.btn-outline-style:not(:disabled):not(.disabled):hover i {
  color: white;
}

.btn {
  cursor: pointer;
}
.btn-blue:not(:disabled):not(.disabled):hover {
  background-color: #5867dd;
}
.btn-red:not(:disabled):not(.disabled):hover {
  background-color: #fd3979;
}
.btn-green:not(:disabled):not(.disabled):hover {
  background-color: #1dc9b7;
}
.btn-black:not(:disabled):not(.disabled):hover {
  background-color: #000000;
}
.btn-orange:not(:disabled):not(.disabled):hover {
  background-color: #ffb822;
}

.staff-member-input-group > div:first-child {
  width: 100%;
}

.col-textarea textarea.form-control {
  height: 105px;
}

.close-btn {
  color: red;
}

.modal-footer {
  display: inherit;
}

.kt-subheader__title {
  color: #575962;
}
.kt-subheader__title.position-relative:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(149, 156, 182, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}

.kt-subheader .kt-subheader__main .btn {
  margin-left: 0;
  margin-right: 0;
}
.kt-subheader .kt-subheader__main .kt-subheader__search {
  margin-right: 1rem;
  margin-left: 0;
}

.deleted-course {
  background-color: rgba(255, 0, 0, 0.1411764706);
}

.deleted-booking, .booking-with-padding {
  background-color: rgba(255, 0, 0, 0.1411764706);
  padding: 7px 7px 2px 7px;
  border-radius: 3px;
}

.booking-with-padding {
  background-color: transparent !important;
}

.kt-subheader .kt-subheader__toolbar .kt-subheader__search .form-control {
  width: 242px;
}

.membership-preview .form-group label:first-child {
  color: #676a6c;
  font-size: 1rem;
  font-weight: bold;
}
.membership-preview .form-group .col-md-7 {
  font-size: 1rem;
  color: #676a6c;
}
.membership-preview .row .col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.membership-preview b {
  color: #676a6c;
  font-size: 1rem;
}
.membership-preview span {
  color: #676a6c;
  font-size: 1rem;
}

.nav-link.dropdown-toggle:after, .btn.dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
}

.g-analytics-datepicker .dropdown-menu.dropdown-menu-xl {
  width: 600px;
  transform: translate3d(100%, 47px, 0px) !important;
}
.g-analytics-datepicker .dropdown-menu.dropdown-menu-xl label {
  font-weight: 500;
  font-size: 14px;
}
.g-analytics-datepicker .dropdown-menu.dropdown-menu-xl .kt-grid-nav-v2 {
  flex-wrap: inherit;
}
.g-analytics-datepicker .dropdown-menu.dropdown-menu-xl .kt-grid-nav-v2 > div {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  width: calc(50% - 3px);
}

.dashboard .g-analytics-datepicker button {
  border: none;
}
.dashboard .g-analytics-datepicker > div {
  box-shadow: 0 0 49px 0 rgba(82, 63, 105, 0.15);
}
.dashboard .glyphicon {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: relative;
  top: 0;
  left: 2px;
}
.dashboard .glyphicon-chevron-left:before {
  content: "\f053";
}
.dashboard .glyphicon-chevron-right:before {
  content: "\f054";
}
.dashboard .segment-charts .seg-chart {
  width: 30px;
  height: 30px;
}
.dashboard .segment-charts .add-segment-chart {
  width: 25px;
  height: 25px;
  margin-top: 3px;
  border: 5px solid #f3f3f4;
  display: block;
  color: #333333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.dashboard .seg-details .title {
  font-weight: 600;
}
.dashboard .segment-charts.add .add-segment-chart,
.dashboard .segment-charts.add .seg-details .title {
  color: #e2e2e2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dashboard .segment-charts.add:hover {
  cursor: pointer;
}
.dashboard .segment-charts.add:hover .add-segment-chart {
  border-color: #1ab394;
}
.dashboard .segment-charts.add:hover .seg-details .title {
  color: #1ab394;
}
.dashboard .weekday-title {
  padding-top: 10px;
}
.dashboard .dropdown div ul {
  width: 100%;
}
.dashboard .analytics-graphics > div span:first-child {
  font-weight: 600;
}
.dashboard .analytics-graphics > div span:first-child:after {
  content: " : ";
}
.dashboard .g-analytics-datepicker .dropdown-menu.dropdown-menu-xl {
  transform: none !important;
  left: calc(100% - 600px) !important;
  top: 60px !important;
}
.dashboard .dropdown-menu {
  position: static;
  padding: 1rem;
  box-shadow: none;
}
.dashboard .btn-info:not(:disabled):not(.disabled).active span,
.dashboard .btn.btn-default:hover span {
  color: white !important;
}
.dashboard .btn, .dashboard .btn-sm, .dashboard .btn-group-sm > .btn {
  padding: 0.65rem;
}
.dashboard .g-analytics-datepicker > button {
  padding: 0.85rem;
}
.dashboard .seg-chart canvas {
  display: block;
  width: 30px;
  height: 30px;
}
.dashboard .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  color: #575962;
  font-weight: bold;
  font-size: 16px;
}
.dashboard .kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .dropdown-toggle {
  cursor: pointer;
}
.dashboard .kt-portlet .page-tabs {
  padding-left: 24px;
}
.dashboard .total-sales {
  min-height: 202px;
}
.dashboard .total-sales.sales-increased {
  background: #00cdb7;
}
.dashboard .total-sales.sales-decreased {
  background: #FC3A7A;
  color: white;
}
.dashboard .total-sales.sales-decreased .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  color: white;
}
.dashboard .total-sales.sales-decreased .card-results--label {
  color: white;
}
.dashboard .dashboard-list div > h6 {
  font-size: 14px;
  font-weight: 300;
}
.dashboard .dashboard-list div > h6:first-child {
  color: #A3A3A3;
}
.dashboard .dashboard-list div > h6:last-child {
  color: #575962;
}
.dashboard .card-results {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard .card-results .card-trend {
  background: #fff;
  border-radius: 8px;
  padding: 5px 10px;
}
.dashboard .card-results .card-trend.card-trend__up {
  background: #00cdb7;
  color: #fff;
}
.dashboard .card-results .card-trend.card-trend__up .fa-arrow-right {
  transform: rotate(-45deg);
}
.dashboard .card-results .card-trend.card-trend__down {
  background: #FC3A7A;
  color: #fff;
}
.dashboard .card-results .card-trend.card-trend__down .fa-arrow-right {
  transform: rotate(45deg);
}
.dashboard .card-results .card-trend.card-trend--white {
  background: #fff;
  color: #575962;
}
.dashboard .card-results--label {
  color: #575962;
  margin: 0;
}

.browse-modal .kt-portlet__body .dropdown .dropdown-triangle:after {
  display: none;
}
.browse-modal .browse .kt-portlet {
  border: 1px solid #ddd;
}
.browse-modal .browse .kt-portlet .dropdown .dropdown-triangle:after {
  display: none;
}
.browse-modal .media-list .image-preview {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.browse-modal .media-list .image-preview .thumbnail {
  height: 172.5px;
  background-color: #F0EEE0;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.browse-modal .media-list .image-preview .thumbnail .preview {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.browse-modal .media-list .image-preview .thumbnail .thumbnail > img, .browse-modal .media-list .image-preview .thumbnail .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.browse-modal .media-list .image-preview .thumbnail .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.browse-modal .media-list .image-preview .thumbnail .wrap-long-text {
  word-wrap: break-word;
  word-break: break-all;
}
.browse-modal .media-list .image-preview .thumbnail > button.preview {
  display: none;
}

.product-grid-image {
  width: 100px;
  height: 100px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.65;
}

.form-control[disabled],
fieldset[disabled] .form-control,
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
}

.product-image-wrapper {
  border: 1px solid #d8d8d8;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}
.product-image-wrapper .product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-image-wrapper .absolute-btn {
  position: absolute;
  bottom: 6px;
  left: 10px;
  right: 10px;
}
.product-image-wrapper .remove-btn {
  position: absolute;
  right: 0;
  top: -6px;
  color: red;
  cursor: pointer;
}

.orders-edit-inputs table tr td {
  vertical-align: middle;
}

.team-list > div {
  margin-right: 10px;
  margin-bottom: 10px;
}

.media-explorer-options .auto-y-overflow {
  overflow-y: auto;
}
.media-explorer-options .thumbnail {
  height: 172.5px;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.media-explorer-options .thumbnail img, .media-explorer-options .thumbnail a {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.media-explorer-options .thumbnail .wrap-long-text {
  word-wrap: break-word;
}
.media-explorer-options .thumbnail button.preview {
  opacity: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  padding: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.media-explorer-options .thumbnail button.delete {
  opacity: 0;
  width: 30px;
  height: 30px;
  border: 0 solid Silver;
  color: #ffffff;
  font-size: 12px;
  padding-right: 5px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 101;
  right: 0;
  left: 160px;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.media-explorer-options .thumbnail:hover button.preview {
  opacity: 1;
}
.media-explorer-options .thumbnail:hover button.delete {
  opacity: 1;
}
.media-explorer-options .categories-dropdown .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  width: 100%;
}

.thumb > img {
  width: 100%;
  margin-bottom: 10px;
}

.variant-color-box {
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px -4px;
}

.form-control:focus {
  color: #a3a3a3;
}

.kt-wizard-v3.checkround-wizard .kt-wizard-v3__nav .kt-wizard-v3__nav-line {
  transform: translate3d(165px, 25px, 0);
  width: 50%;
}
.kt-wizard-v3.checkround-wizard .kt-wizard-v3__nav .wizard-line {
  transform: translate3d(70px, 25px, 0);
  width: 68%;
}

.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item span {
  cursor: pointer;
}

.wizard-active-color .active {
  background-color: #385aeb !important;
  color: #ffffff !important;
}
.wizard-active-color .btn {
  color: #a2a5b9;
  background-color: #f6f6f9;
}

.wizard-photo-group .image-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.wizard-photo-group .image-container h5 {
  width: 100%;
}
.wizard-photo-group .image-container .image-box {
  width: 100px;
  margin: 0 0 13px 13px;
  position: relative;
}
.wizard-photo-group .image-container .image-box i {
  float: right;
  font-size: 15px;
  right: 4px;
  position: absolute;
  top: 4px;
  color: #fff;
  background: #ac2925;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.wizard-photo-group .image-container .image-box img {
  width: 100%;
}

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

.staff-history .card--height-fluid {
  height: calc(100% - 20px);
  box-shadow: 0 0 20px 0 rgba(82, 63, 105, 0.15);
}
.history-photo-group {
  overflow: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.history-photo-group .image-wrapper .image-box {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.history-photo-group .image-wrapper .image-box button.preview {
  display: none;
  right: 8px;
}
.history-photo-group .image-wrapper .image-box button.preview .fa {
  margin-top: 5px;
  margin-left: -1px;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.history-photo-group .image-wrapper .image-box .img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.history-photo-group .image-wrapper .image-box:hover button.preview {
  display: block;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  z-index: 101;
}
.history-photo-group .image-wrapper.box-file {
  border: 1px solid #e7eaec;
  position: relative;
  margin-right: 10px;
  height: 100%;
}

.action-column {
  padding: 10px 10px 50px;
  height: 100%;
}
.action-column .action-box {
  position: absolute;
  bottom: 10px;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
}
.action-column .checkround-action-box {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -95px;
}

.area-shadow {
  box-shadow: 0 0 20px 0 rgba(82, 63, 105, 0.15);
}

.check-round-modal {
  padding: 20px;
  position: relative;
}
.check-round-modal .title-btn a {
  color: #48465b;
}
.check-round-modal .font-color {
  color: #48465b;
}
.check-round-modal .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.25rem;
  border: none;
}
.check-round-modal .modal-footer {
  border: none;
}
.check-round-modal .panel {
  border: 1px solid #ddd;
}
.check-round-modal .kt-portlet--head {
  border-bottom: 1px solid #ddd;
}
.check-round-modal .kt-portlet--head .kt-portlet__head-title {
  font-size: 16px;
  font-weight: 600;
}
.check-round-modal .badge {
  background-color: #586add;
  color: #d5ccf2;
  text-shadow: none;
  display: inline-block;
  padding: 0.5em 0.5em;
  font-size: 85%;
  font-weight: 700;
  border-radius: 0.25rem;
  margin: 7px;
  white-space: revert;
}

ng-timepicker .ng-timepicker-input {
  width: 50px;
  padding: 5px;
  float: left;
  border: 1px solid #d4d4d4;
  display: block;
}
ng-timepicker .ng-timepicker {
  display: inline-block;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  color: #333;
  font-size: 18px;
  padding: 3px 5px;
  background: white;
  z-index: 999 !important;
}
ng-timepicker .ng-timepicker > table > tbody > tr > td > input {
  width: 50px;
  outline: none;
  padding: 5px;
  text-align: center;
}

.dashboard-dropdown {
  width: 275px;
}
.dashboard-dropdown > div {
  position: absolute !important;
  z-index: 1;
  width: 100%;
  left: 0;
  top: -5px;
  padding-right: 30px;
}

.absolute-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f3f4f6;
  font-size: 18px;
  width: 30px;
  display: block;
  z-index: 999;
}

.form-booking-course .thumbnail {
  width: 125px;
  height: 172.5px;
  border-radius: 4px;
}
.form-booking-course .form-group label {
  font-weight: 600;
}

.dashboard-modal .dashboard-wrapper .dashboard-block {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #e6e3e3;
}
.dashboard-modal .dashboard-wrapper .dashboard-block .dashboard-box {
  padding: 8px;
  display: flex;
}
.dashboard-modal .dashboard-wrapper .dashboard-block span:nth-child(1) {
  font-weight: 600;
  display: inline-block;
  width: 50%;
  color: #444;
  margin-right: 10px;
}
.dashboard-modal .dashboard-wrapper .dashboard-block span:nth-child(2) > span {
  font-size: 12px;
  color: silver;
}

.popular-times .kt-portlet__head-toolbar .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

table th, table td {
  text-align: center;
  vertical-align: middle !important;
}

.auto-y-overflow {
  overflow-y: auto;
}

.panel-group .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel .panel-title {
  margin-bottom: 0;
  font-size: 17px;
}
.panel-group .panel .panel-title a {
  color: #595c6e;
}
.panel-group .disable-accordion {
  pointer-events: none;
  background-color: #eee !important;
}
.panel-group .disable-accordion .panel-heading {
  background-color: #eee !important;
}
.panel-group .single-img-box {
  background-color: transparent;
  border: 1px solid Silver;
  position: relative;
  overflow-y: auto;
}
.panel-group .panel-default {
  border-color: #ddd;
}
.panel-group .panel-body {
  padding: 15px;
}
.panel-group .panel-body .form-group {
  margin-bottom: 10px;
}
.panel-group .panel-body .thumbnail {
  width: 125px;
  height: 172.5px;
  display: block;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.panel-group .panel-body .thumbnail:hover .btn:not(.primary) {
  opacity: 1;
}
.panel-group .panel-body .thumbnail > img,
.panel-group .panel-body .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.panel-group .panel-body .thumbnail .btn:not(.primary) {
  position: absolute;
  top: 3px;
  opacity: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.panel-group .panel-body .thumbnail .preview {
  left: 3px;
}
.panel-group .panel-body .thumbnail .delete {
  right: 3px;
}
.panel-group .panel-body .horizontal-image-box {
  width: 250px;
  height: 100px;
  display: block;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.panel-group .panel-body .touch-vertical {
  padding: 4px !important;
}
.panel-group .panel-body .single-img-box {
  background-color: transparent;
  border: 1px solid Silver;
  position: relative;
  overflow-y: auto;
}
.panel-group .panel-body .profile-image .profile-img {
  width: 298px;
  height: 240px;
  display: block;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.panel-group .panel-body .profile-image .profile-img:hover .btn {
  opacity: 1;
}
.panel-group .panel-body .profile-image .profile-img > img,
.panel-group .panel-body .profile-image .profile-img a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.panel-group .panel-body .profile-image .profile-img .btn {
  position: absolute;
  top: 3px;
  opacity: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.panel-group .panel-body .profile-image .profile-img .preview {
  left: 3px;
}
.panel-group .panel-body .profile-image .profile-img .delete {
  right: 3px;
}
.panel-group .horizontal-image-box {
  width: 250px;
  height: 100px;
  display: block;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.parent-select-button .categories-dropdown #dropdownCategory {
  width: 100%;
  text-align: left;
}
.parent-select-button .categories-dropdown #dropdownCategory span {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-align: left;
}
.parent-select-button .categories-dropdown .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;
  float: right;
  margin-top: 7px;
  font-size: 15px;
}
.parent-select-button .categories-dropdown .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  width: 100%;
}
.parent-select-button .categories-dropdown .dropdown-menu .dropdown-item {
  display: block;
}
.parent-select-button .categories-dropdown .dropdown-menu .child-category {
  display: block;
  padding-left: 10px;
  font-weight: normal;
  cursor: pointer;
}
.parent-select-button .categories-dropdown .dropdown-menu .parent-category {
  font-weight: bold;
  cursor: pointer;
}
.parent-select-button .categories-dropdown .dropdown-menu label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

[uib-typeahead-popup].dropdown-menu {
  height: 250px;
  overflow-y: scroll;
  width: 100%;
}

.wspace-nowrap {
  white-space: nowrap;
}

.products-container .product-sub-tabs .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
}

.categories-dropdown .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  width: 100%;
}
.categories-dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 2px;
}
.categories-dropdown .dropdown-menu .parent-category {
  display: block;
  font-weight: bold;
  cursor: pointer;
}
.categories-dropdown .dropdown-menu .child-category {
  display: block;
  padding-left: 10px;
  font-weight: normal;
  cursor: pointer;
}
.categories-dropdown .dropdown-toggle {
  width: 100%;
  border: 1px solid #e5e6e7;
  border-radius: 0;
  text-align: left;
}
.categories-dropdown .dropdown-toggle:not(.btn-secondary) {
  background: white;
}
.categories-dropdown .dropdown-toggle::after {
  font-size: 14px;
  margin-left: 0.255em;
  color: #000;
  float: right;
  margin-top: 2px;
}
.categories-dropdown .filter {
  background: #EBEDF1 !important;
  color: #575962;
}

#kt_header,
.kt_header {
  z-index: 3;
}

.orders-inputs .form-control {
  background: #EBEDF1 !important;
  border-color: #EBEDF1 !important;
  color: #575962;
}
.orders-inputs .input-group-btn .btn,
.orders-inputs .input-group-append .btn {
  background: #EBEDF1 !important;
  border-color: #EBEDF1 !important;
  border-left-color: white;
}
.orders-inputs .input-group-btn .btn:active, .orders-inputs .input-group-btn .btn:hover,
.orders-inputs .input-group-append .btn:active,
.orders-inputs .input-group-append .btn:hover {
  background: #EBEDF1 !important;
  border-color: #EBEDF1 !important;
}
.orders-inputs custom-date-time-picker .dropdown-toggle .input-group-btn .btn {
  background: #f3f4f6 !important;
  border-color: #f3f4f6 !important;
}

.manufacture-image img {
  width: 150px;
  height: 150px;
}

per-page-pagination .select-section .per-page .btn {
  font-size: 1rem;
  font-weight: 500;
  border: 0 !important;
  color: #93a2dd;
  background: #f0f3ff;
}
per-page-pagination .select-section .per-page .btn:hover {
  color: #fff !important;
  background: #385aeb;
}
per-page-pagination .select-section .per-page .dropdown-menu {
  min-width: 100%;
}
per-page-pagination .select-section .per-page .dropdown-menu .dropdown-item {
  width: 100%;
}

.media-explorer-perpage per-page-pagination > div {
  flex-direction: column;
}
.media-explorer-perpage per-page-pagination > div div {
  max-width: 100%;
  flex: none;
  text-align: center;
  justify-content: center !important;
}
.media-explorer-perpage per-page-pagination > div div ul {
  display: inline-block;
  margin-bottom: 20px;
}

.select-section .select-block label {
  font-weight: 600;
}
.select-section .select-block .select-page-number {
  width: 80px;
}

table img {
  width: 100px;
  height: 100px;
}

.product-image-wrapper.cart-panel {
  position: relative;
}
.product-image-wrapper.cart-panel button {
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: auto;
}

.media-explorer-perpage per-page-pagination > div {
  flex-direction: column;
}
.media-explorer-perpage per-page-pagination > div div {
  max-width: 100%;
  flex: none;
  text-align: center;
  justify-content: center !important;
}
.media-explorer-perpage per-page-pagination > div div ul {
  display: inline-block;
  margin-bottom: 20px;
}

.confirm-next-appointment .product-image-wrapper {
  height: 310px;
}

.role-selector {
  list-style: none;
  padding: 5px 0 0;
  border-bottom: 1px solid #e5e5e5;
}
.role-selector > li {
  position: relative;
  background: #fafafa;
  display: block;
}
.role-selector > li > .role-selector_sub-projects, .role-selector > li .role-selector > li > ul {
  margin-left: 50px;
}
.role-selector .role-selector__expander {
  display: none;
}
.role-selector .role-selector__has-permissions {
  height: 1.78em;
  width: 1.25em;
  padding: 0 0.5em;
  display: block;
  position: absolute;
  top: 2px;
  left: 0.75em;
}
.role-selector:last-child .role-selector__header {
  border-bottom: 1px solid #eaeaea;
}
.role-selector .role-selector__header {
  font-size: 1.25em;
  line-height: 2.2em;
  padding-left: 1em;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background: white;
  display: block;
  height: 40px;
}
.role-selector .role-selector__header label {
  vertical-align: middle;
  margin-bottom: 0;
}
.role-selector .role-selector__header label.kt-checkbox {
  height: 20px;
}
.role-selector .role-selector__header label:nth-child(2) {
  width: 94%;
  cursor: pointer;
}
.role-selector .role-selector__roles {
  font-size: 0.8em;
  overflow: hidden;
  padding: 0 1em;
  max-height: 0;
  background: white;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  transition: max-height 180ms ease;
}
.role-selector .role-selector__roles .role-selector__role {
  display: block;
  margin: 0.5em 0;
}
.role-selector .role-selector__expander:checked ~ .role-selector__roles {
  max-height: 100%;
}
.role-selector .role-selector > li > .role-selector_sub-projects, .role-selector .role-selector > li > ul {
  margin-left: 50px;
}

.prospects-container .prospects-menu > div {
  width: 100%;
}

.banners-container table img {
  width: auto;
  height: auto;
}

.popup-container .card .card-head,
.mediapool-container .card .card-head {
  height: 110px;
}
.popup-container .card .card-head img,
.mediapool-container .card .card-head img {
  max-width: 100%;
}
.popup-container .card .card-title,
.mediapool-container .card .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup-container .card .card-footer .btn,
.mediapool-container .card .card-footer .btn {
  margin-bottom: 5px;
}

.media-music-icon {
  font-size: 60px;
  margin: 20px;
  color: #b7b7b7;
}

.media-library-container .folder-list li ul {
  padding-left: 30px;
}
.media-library-container .btnw-auto {
  width: auto;
}
.media-library-container .btn-outline-style {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.media-library-container .btn-outline-style i {
  font-size: 12px;
}

.edit-image-container canvas {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.viewimg-container img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.player .wide {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.player .wide video {
  width: 100%;
}

slider div.handle,
[slider] div.handle {
  width: 23px;
  height: 23px;
  top: -9px;
  background-color: rgba(2, 5, 5, 0.5);
  border: 1px solid #0694d3;
  border-radius: 3px;
}
slider div.handle:after,
[slider] div.handle:after {
  display: none;
}

.playlist-table .column {
  border-radius: 5px;
}
.playlist-table .column .as-sortable-item {
  touch-action: none;
  border-radius: 5px;
}
.playlist-table .column .as-sortable-item .content {
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  min-width: 185px;
}

.copy-interval .fade:not(.show) {
  display: none;
}

.custom-card-borders .card-borders {
  border: 3px solid #ffb100;
  padding: 10px;
  border-radius: 5px;
  height: 100%;
}

.thumbnail .media-music-icon {
  font-size: 60px;
  margin: 20px;
  color: #b7b7b7;
}

.customization-box {
  padding: 15px;
  border: 1px solid #bfc0bf;
  margin-bottom: 35px;
  position: relative;
}
.customization-box .customization-box-remove {
  color: red;
  position: absolute;
  right: -1px;
  top: -1px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid #bfc0be;
  border-bottom: 1px solid #bfc0be;
  padding: 5px 9px;
  cursor: pointer;
  background: white;
}

.card {
  height: 100%;
}
.card .card-body {
  min-height: 125px;
}
.card .card-head .remove-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 25px;
  text-align: center;
  padding: 2px;
  border-radius: 0 0 0 5px;
  cursor: pointer;
}
.card .card-head .image-border img {
  max-height: 210px;
  min-height: 210px;
  object-fit: contain;
}

.location-posts-container .kt-widget__top {
  position: relative;
}
.location-posts-container .kt-widget__top .kt-media {
  margin-right: 30px !important;
}
.location-posts-container .kt-checkbox {
  position: absolute;
  top: 8px;
  right: 0;
}
.location-posts-container .kt-widget__wrapper,
.location-posts-container .kt-widget__label {
  width: 1%;
}
.location-posts-container .kt-widget__toolbar span a b {
  font-size: 14px;
}
.location-posts-container .kt-widget__bottom {
  justify-content: flex-start !important;
}
.location-posts-container .kt-widget__bottom .btn {
  margin-right: 5px;
  margin-bottom: 2px;
}
.location-posts-container .list-inline .empty-block {
  height: 18px;
  display: block;
}
.location-posts-container .list-inline .list-inline-item .list-inline-icon img {
  border-radius: 50%;
  width: 18px;
}

.addpost-upload media-upload image-upload .image-container,
.addpost-upload media-upload image-upload .form-container,
.addpost-upload media-upload video-upload .image-container,
.addpost-upload media-upload video-upload .form-container,
.addpost-upload media-upload audio-upload .image-container,
.addpost-upload media-upload audio-upload .form-container,
.addpost-upload media-upload create-website .image-container,
.addpost-upload media-upload create-website .form-container {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px !important;
}
.addpost-upload media-upload image-upload .help-block,
.addpost-upload media-upload video-upload .help-block,
.addpost-upload media-upload audio-upload .help-block,
.addpost-upload media-upload create-website .help-block {
  text-align: center;
}
.addpost-upload media-upload image-upload .form-container .form-group, .addpost-upload media-upload image-upload form .form-group,
.addpost-upload media-upload video-upload .form-container .form-group,
.addpost-upload media-upload video-upload form .form-group,
.addpost-upload media-upload audio-upload .form-container .form-group,
.addpost-upload media-upload audio-upload form .form-group,
.addpost-upload media-upload create-website .form-container .form-group,
.addpost-upload media-upload create-website form .form-group {
  display: block;
  margin: 0;
}
.addpost-upload media-upload image-upload .form-container label, .addpost-upload media-upload image-upload .form-container div, .addpost-upload media-upload image-upload form label, .addpost-upload media-upload image-upload form div,
.addpost-upload media-upload video-upload .form-container label,
.addpost-upload media-upload video-upload .form-container div,
.addpost-upload media-upload video-upload form label,
.addpost-upload media-upload video-upload form div,
.addpost-upload media-upload audio-upload .form-container label,
.addpost-upload media-upload audio-upload .form-container div,
.addpost-upload media-upload audio-upload form label,
.addpost-upload media-upload audio-upload form div,
.addpost-upload media-upload create-website .form-container label,
.addpost-upload media-upload create-website .form-container div,
.addpost-upload media-upload create-website form label,
.addpost-upload media-upload create-website form div {
  flex: 0 0 100%;
  max-width: 100%;
}

.photostream-container img {
  display: block;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  object-fit: contain;
  margin: 0 auto;
}

featured-posts ul li {
  font-size: 15px;
}

.addoffers-container ng-timepicker .ng-timepicker > table > tbody > tr > td > i {
  margin-left: 0;
}

.location-posts-container .input-group > div {
  width: 100%;
}

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

.bookings-container .bookings-input > div {
  width: 100%;
}
.bookings-container .course-cat-tabs ul > li.active {
  border: 1px solid #ddd;
  border-top: 3px solid #efeff5 !important;
  border-bottom: 0;
  background-color: white !important;
}
.bookings-container .searchclear {
  right: 8px;
}
.bookings-container .feed-element a:not(.disabled) {
  cursor: pointer;
}
.bookings-container .feed-element .disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.member-management .health-sections .menu-items p {
  font-size: 15px;
  padding: 10px 15px;
  cursor: pointer;
}
.member-management .health-sections .menu-items p.wkt-template-link {
  display: none;
}
.member-management .health-sections .menu-items p.active {
  font-weight: 600;
}
.member-management .health-sections .menu-items p.active .counter, .member-management .health-sections .menu-items p:not(.active):hover .counter {
  color: white;
  background-color: #385aeb;
}
.member-management .health-sections .menu-items p .counter {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 1px solid;
  color: #385aeb;
  margin-right: 10px;
}
.member-management .health-sections .item-contents .kt-portlet__head-title > p {
  display: none;
}
.member-management .health-sections .item-contents .kt-portlet__head-title > p.active {
  display: block;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section {
  height: 100%;
  display: none;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section.active {
  display: block;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading {
  display: none;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p {
  font-size: 15px;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: 0;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p.active {
  font-weight: 600;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p.active .counter, .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p:not(.active):hover .counter {
  color: white;
  background-color: #385aeb;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p .counter {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 1px solid;
  color: #385aeb;
  margin-right: 10px;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section .body {
  height: 100%;
  position: relative;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section .body button.action-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 148px;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section .body .form-group .input-radio-group .kt-radio,
.member-management .health-sections .item-contents .kt-portlet__body > div.section .body .form-group .input-radio-group .kt-checkbox {
  margin-bottom: -12px;
}
.member-management .health-sections .item-contents .kt-portlet__body > div.section .body .form-group .input-radio-group .kt-radio + label,
.member-management .health-sections .item-contents .kt-portlet__body > div.section .body .form-group .input-radio-group .kt-checkbox + label {
  width: 100%;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal !important;
}

ul.uib-datepicker-popup li {
  width: auto;
  padding: 10px;
  text-align: center;
}
ul.uib-datepicker-popup li.uib-button-bar {
  display: flex;
  justify-content: space-between;
}
ul.uib-datepicker-popup li.uib-button-bar span button:first-child {
  margin-right: 5px;
}
ul.uib-datepicker-popup li table:focus {
  outline: none;
}
ul.uib-datepicker-popup li table th i.glyphicon {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  color: #74778d;
  padding-right: 0;
}
ul.uib-datepicker-popup li table th i.glyphicon.glyphicon-chevron-left:before {
  content: "\f053";
}
ul.uib-datepicker-popup li table th i.glyphicon.glyphicon-chevron-right:before {
  content: "\f054";
}
ul.uib-datepicker-popup li table th .btn.btn-default, ul.uib-datepicker-popup li table td .btn.btn-default {
  border: 0 !important;
}
ul.uib-datepicker-popup li table th .btn.btn-default.active span, ul.uib-datepicker-popup li table td .btn.btn-default.active span {
  color: white !important;
}
ul.uib-datepicker-popup li span {
  border-radius: 4px;
  cursor: pointer;
  width: 23%;
}

.push-notificashions-container .list-group .list-group-item {
  font-size: 16px;
}
.push-notificashions-container .list-group .list-group-item a:first-child {
  color: #646c9a;
}
.push-notificashions-container .kt-portlet__head-label {
  max-width: 90%;
}
.push-notificashions-container .kt-portlet__head-title.title-ellipsis {
  align-items: start;
  padding-top: 20px !important;
  padding-bottom: 72px !important;
  max-width: 90%;
}

.direct-upload {
  font-size: 16px;
  line-height: 1;
  padding: 70px 15px;
}

.wkt-step1 .description {
  height: 200px;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
}

.wkt-exercises-wrap .wex-item {
  position: relative;
  cursor: pointer;
}
.wkt-exercises-wrap .wex-item img {
  max-width: 100%;
  vertical-align: middle;
}
.wkt-exercises-wrap .wex-item .remove {
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 5px;
  color: white;
  width: 30px;
  height: 25px;
  border-radius: 3px;
  background-color: red;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wkt-exercises-wrap .wex-item:hover .remove {
  opacity: 1;
}
.wkt-exercises-wrap .wex-item .title {
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
  font-weight: 600;
}
.wkt-exercises-wrap .wex-item .title span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  max-width: 70%;
  vertical-align: middle;
}

.wkt-subcats .item-wrap a {
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
  position: relative;
  padding: 5px;
}
.wkt-subcats .item-wrap img {
  max-width: 100%;
  vertical-align: middle;
}
.wkt-subcats .item-wrap span {
  background-color: rgba(34, 143, 190, 0.5);
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -15px;
  text-transform: uppercase;
}

.wkt-view .wktv-general {
  font-weight: bold;
  font-size: 15px;
}
.wkt-view .wktv-general .weeks {
  padding-bottom: 15px;
}
.wkt-view .wktv-general .title {
  font-size: 24px;
}
.wkt-view .wktv-day .ctrl a.back {
  font-size: 15px;
}
.wkt-view .cat-subtitle {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.wkt-view .wex-exercise .duration,
.wkt-view .wex-exercise .title {
  font-size: 16px;
  font-weight: bold;
}
.wkt-view .wex-exercise .medias .thumb {
  position: relative;
}
.wkt-view .wex-exercise .medias .thumb.no-media span, .wkt-view .wex-exercise .medias .thumb.no-media i {
  position: absolute;
  text-align: center;
  width: 100%;
}
.wkt-view .wex-exercise .medias .thumb.no-media span {
  position: absolute;
  margin-top: 50px;
}
.wkt-view .wex-exercise .medias .thumb.video div {
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #646c9a;
  top: 50%;
  margin-top: -20px;
  width: 100%;
}
.wkt-view .wex-exercise .sub-cat-image {
  width: 70px;
  height: 70px;
  margin-top: 35px;
  margin-right: 5px;
}
.wkt-view .exercise {
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding: 10px;
}

.wex-modal .thumb-ex img {
  max-width: 100%;
  vertical-align: middle;
  margin-bottom: 10px;
}
.wex-modal .upload .add-btn {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.wex-modal .upload .add-btn .play {
  color: #646c9a;
  font-size: 25px;
  left: 0;
  line-height: 1;
  margin-top: -16px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.wex-modal .upload .remove {
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background-color: red;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wex-modal .upload:hover .remove {
  opacity: 1;
}

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

.as-sortable-drag.as-sortable-dragging {
  position: absolute;
  border: 1px solid #66b3ff;
  background-color: #b3d9ff;
  opacity: 0.5;
  pointer-events: none;
  z-index: 9999;
}

.course-cat-tabs ul > li.active {
  border: 1px solid #cbcbcb;
  border-bottom-color: white;
  border-top: 3px solid #cbcbcb !important;
}

.manufacture-carousel .ui-carousel {
  margin-bottom: 3px;
  margin-top: 3px;
}
.manufacture-carousel .ui-carousel .carousel-wrapper {
  padding: 0 40px;
}
.manufacture-carousel .ui-carousel .track {
  position: relative;
  display: flex;
  float: none;
  width: auto !important;
}
.manufacture-carousel .ui-carousel .track .slide {
  float: none;
  margin-right: 20px;
}
.manufacture-carousel .ui-carousel .carousel-prev.carousel-btn {
  left: -10px !important;
}
.manufacture-carousel .ui-carousel .carousel-next.carousel-btn {
  right: -10px !important;
}
.manufacture-carousel .carousel-btn {
  font-size: 30px;
}
.manufacture-carousel .carousel-item {
  position: relative;
  display: block;
  cursor: pointer;
}
.manufacture-carousel .image {
  opacity: 1;
  display: block;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.manufacture-carousel .hover {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.manufacture-carousel .carousel-item:hover .image {
  opacity: 0.3;
}
.manufacture-carousel .carousel-item:hover .hover {
  opacity: 1;
}

.box-shadow {
  box-shadow: 0 0 20px 0 rgba(82, 63, 105, 0.15);
}

.chat-messenger-container {
  padding: 0 15px !important;
}
.chat-messenger-container .tabs-container {
  padding: 0 10px;
}
.chat-messenger-container .hidden {
  display: none;
}
.chat-messenger-container .typing {
  padding: 3px 10px;
  background: #eeeeee;
}
.chat-messenger-container .ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
.chat-messenger-container .col-lg-12.chat-user {
  overflow-y: auto;
  height: 830px;
}
.chat-messenger-container .chat-view .chat-user .kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__top,
.chat-messenger-container .chat-view .chat-user .kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__bottom {
  padding: 10px;
}
.chat-messenger-container .chat-view .chat-user .kt-media.kt-media--lg img {
  width: 100%;
  max-width: 56px;
  height: 56px;
}
.chat-messenger-container .chat-view .chat-user .chat-user-remove a {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0;
}
.chat-messenger-container .chat-view .chat-user .dropdown-menu.conversation-fields li {
  margin: 8px;
  cursor: pointer;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .dropdown-menu {
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  font-size: 12px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .dropdown-menu.conversation-fields {
  left: unset;
  right: unset;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown a {
  color: inherit;
  font-weight: 600;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .open > a {
  outline: 0;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .open > .dropdown-menu {
  display: block;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-size: 12px;
  padding: 3px 18px;
  text-shadow: none;
  display: inline;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  cursor: pointer;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .label-warning, .chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .badge-warning {
  background-color: #f8ac59;
  color: white;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .label-info, .chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .badge-info {
  background-color: #23c6c8;
  color: white;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .label-danger, .chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .badge-danger {
  background-color: #ed5565;
  color: white;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown .dropdown-toggle::after {
  display: none;
}
.chat-messenger-container .chat-view .chat-user .chat-user-dropdaown > span:last-child {
  border: 1px solid;
  padding: 1px 10px;
  border-radius: 3px;
}

.d-contents {
  display: contents;
}

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

.cursorplan-container .title-ellipsis {
  max-width: 90%;
}
.cursorplan-container .media img {
  width: 100%;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}

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

.chat-discussion-block {
  padding: 10px;
}
.chat-discussion-block .chat-discussion {
  overflow-y: auto;
  overflow-x: hidden;
  height: 800px;
}
.chat-discussion-block .chat-discussion .chat-message {
  padding: 10px 0;
}
.chat-discussion-block .chat-discussion .chat-left .message-avatar {
  margin-right: 10px;
}
.chat-discussion-block .chat-discussion .chat-left .message {
  background: #efeff5;
  padding: 12px;
  text-align: justify;
  border-radius: 8px;
}
.chat-discussion-block .chat-discussion .chat-left .last-message:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 8px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #efeff5;
}
.chat-discussion-block .chat-discussion .chat-left .message-date {
  text-align: right;
}
.chat-discussion-block .chat-discussion .chat-right .avatar-img {
  text-align: right;
}
.chat-discussion-block .chat-discussion .chat-right .message-avatar {
  margin-left: 10px;
}
.chat-discussion-block .chat-discussion .chat-right .message {
  background: #efeff5;
  padding: 12px;
  border-radius: 3px;
  text-align: justify;
}
.chat-discussion-block .chat-discussion .chat-right .row {
  flex-direction: row-reverse;
}
.chat-discussion-block .chat-discussion .chat-right .row .message-author {
  text-align: right;
}
.chat-discussion-block .chat-discussion .chat-right .row .message-date {
  text-align: left;
}
.chat-discussion-block .chat-discussion .chat-right .last-message:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 8px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #efeff5;
}
.chat-discussion-block .chat-discussion .message-avatar {
  height: 48px;
  width: 48px;
  border-radius: 4px;
}

.chat-message-form {
  padding: 0px;
  position: sticky;
  bottom: -7px;
  background: #fff;
}
.chat-message-form .panel-heading {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: relative;
}
.chat-message-form .panel-heading h5 {
  font-size: 18px !important;
  line-height: 18px;
  color: #333 !important;
  margin-top: 0;
  display: block !important;
}
.chat-message-form .panel-heading h5 a {
  display: block;
  font-size: 12px;
  color: inherit;
}
.chat-message-form .panel-heading .panel-heading-icons {
  position: absolute;
  right: 8px;
  top: 11px;
}
.chat-message-form .answer {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  color: inherit;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-body h4 {
  font-size: 14px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #efeff5;
  padding: 0;
}
.panel-group .panel .panel-heading {
  background-color: white;
  border-bottom: none;
  display: inline-block;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.pre-line {
  white-space: pre-line;
}

.nice-scroll::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
.nice-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dedede;
  border-radius: 10px;
}
.nice-scroll::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  border-radius: 10px;
}
.nice-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #c8c8c8;
}

.services-list .service-image {
  padding-right: 0;
}
.services-list .service-image img {
  width: 95%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px 0 0 3px;
}
.services-list .service-details {
  padding: 10px 10px 0 0px;
}
.services-list .service-details .service-heading {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}
.services-list .service-details p {
  height: 55px;
  overflow: hidden;
  margin-bottom: 0;
  word-break: break-all;
}

.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec;
  overflow: hidden;
}
.feed-activity-list .feed-element .feed-element-img .img {
  width: 60px;
  border: 1px solid Gray;
  vertical-align: middle;
}
.feed-activity-list .feed-element .feed-element-img .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.feed-activity-list .wrap-long-text {
  word-wrap: break-word;
  word-break: break-all;
}

.class-schedule-item {
  padding: 5px 8px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ebedf2;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.055);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.055);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.class-schedule-poi-select > div {
  width: 100%;
}
.class-schedule-poi-select span.searchclear {
  position: absolute;
}

.courseplan-profile-remove {
  position: absolute;
  top: 0;
  left: 90px;
  width: 30px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  background-color: red;
  color: white !important;
  cursor: pointer;
  border-radius: 3px;
}

.manage-course-container .img-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.manage-course-container .feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec;
  overflow: hidden;
  margin-bottom: 10px;
}

.panel .panel-heading .panel-title .image-arounded {
  width: 100%;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}

.image-20-around {
  width: 100%;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
}

.image-40-around {
  width: 100%;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
}

.card--height-fluid {
  height: calc(100% - 20px);
}

.post-cards .card {
  height: 300px;
}
.post-cards .card .card-top {
  height: 40%;
  overflow: hidden;
}
.post-cards .card .card-top img {
  vertical-align: top;
  width: 100%;
}
.post-cards .card .card-top img.default-img {
  max-height: 120px;
  width: 120px;
  margin: 0 auto;
  display: block;
}
.post-cards .card .card-title a {
  display: block;
}
.post-cards .card span.click-icon {
  right: 10px;
  display: inline-block;
  cursor: pointer;
}
.post-cards .card span.click-icon.close-link {
  opacity: 1;
  position: absolute;
  top: 10px;
}
.post-cards .card span.click-icon.info-link {
  position: absolute;
  top: 48%;
}
.post-cards .card span.click-icon i {
  font-size: 20px;
}
.post-cards .card span.click-icon.close ~ div.card-description {
  z-index: 1;
}
.post-cards .card span.click-icon.close ~ div.absolute-info-block {
  z-index: -1;
}
.post-cards .card span.click-icon.close ~ div.card-top {
  display: none;
}
.post-cards .card span.click-icon.active ~ div.absolute-info-block {
  z-index: 1;
}
.post-cards .card span.click-icon.active ~ div.card-description {
  z-index: -1;
}
.post-cards .card .card__toolbar i {
  cursor: pointer;
}
.post-cards .card .card__bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.post-cards .card .card__bottom .btn {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.post-cards .card .absolute-info-block,
.post-cards .card .card-description {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.post-cards .card .card-description {
  z-index: 1;
  top: 60%;
  padding: 0 10px;
}
.post-cards .card .card-description.digital-desc {
  top: 50%;
}
.post-cards .card .absolute-info-block {
  z-index: -1;
  padding: 0 20px;
  top: 30px;
}
.post-cards table .posts-img img {
  width: 70px;
  height: 70px;
}
.post-cards .kt-checkbox {
  right: 30px;
  left: 10px;
}
.post-cards .kt-checkbox span {
  top: 10px;
}
.post-cards .kt-widget__wrapper,
.post-cards .kt-widget__label {
  width: 1%;
}
.post-cards .list-inline .empty-block {
  height: 18px;
  display: block;
}
.post-cards .list-inline .list-inline-item .list-inline-icon img {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

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

.text-gray {
  color: gray;
}

.kt-menu__link {
  display: flex !important;
  align-items: center !important;
}

.kt-header-menu-wrapper .kt-menu__link-text {
  color: #5f6281;
}

ul.publish-list .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  white-space: nowrap;
}

.courseplan-container .feed-element,
.courseplan-container .feed-element-img {
  padding: 5px 10px;
}
.courseplan-container .feed-element a,
.courseplan-container .feed-element-img a {
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}
.courseplan-container .feed-element a img,
.courseplan-container .feed-element-img a img {
  width: 70px;
  height: 70px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.courseplan-container .feed-element .ibox-tools a,
.courseplan-container .feed-element-img .ibox-tools a {
  cursor: pointer;
  margin-left: 7px;
}

.angular-ui-tree-handle {
  cursor: move;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-handle {
  border: 1px solid #dae2ea;
  padding: 7px;
  height: 45px;
  cursor: move;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.angular-ui-tree-handle .line-clamp a {
  margin-right: 5px;
  cursor: pointer;
  font-size: 15px;
  vertical-align: top;
}
.angular-ui-tree-handle .buttons-clamp button {
  width: 32px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
  padding: 0;
}
.angular-ui-tree-handle.angular-ui-tree-handle:hover {
  color: #586add;
}

.angular-ui-tree-empty {
  pointer-events: none;
}

.angular-ui-tree-nodes {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 20px;
}

.angular-ui-tree-node, .angular-ui-tree-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-hidden {
  display: none;
}

.angular-ui-tree-placeholder {
  margin: 10px;
  padding: 0;
  min-height: 30px;
}

.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: 0.8;
  background-color: rgba(179, 224, 255, 0.5);
}
.angular-ui-tree-drag .tree-node-content {
  margin-top: 0;
}

.global-timeline {
  padding: 15px;
}
.global-timeline .item {
  float: left;
  width: 33.333%;
  padding: 5px;
  height: 310px;
}
.global-timeline .item .item-wrap {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  height: 300px;
  overflow: hidden;
}
.global-timeline .item .item-wrap .act-content img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  max-height: 133px;
}
.global-timeline .item .item-wrap .owner {
  margin-bottom: 5px;
}
.global-timeline .item .item-wrap .owner .avatar {
  width: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}
.global-timeline .item .item-wrap .owner .own-cont {
  float: left;
  margin-left: 15px;
  padding-top: 12px;
  width: calc(100% - 75px);
}
.global-timeline .item .item-wrap img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
.global-timeline .item .item-wrap video {
  max-width: 100%;
  max-height: 160px;
  display: inline-block;
  vertical-align: baseline;
  object-fit: contain;
}
.global-timeline .item .item-wrap:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  height: auto;
  min-height: 300px;
  z-index: 11;
  position: relative;
}
.global-timeline .item .item-wrap.active {
  border-color: red;
}

.accordion .card .card-header .card-title.collapsed:after {
  display: none;
}
.accordion .card .card-header .card-title.collapsed b {
  color: #595d6e;
}
.accordion .card .card-header .card-title.collapsed b:after {
  transform: rotate(0);
}
.accordion .card .card-header .card-title:after {
  display: none;
}
.accordion .card .card-header .card-title b {
  color: #212529;
}
.accordion .card .card-header .card-title b:after {
  content: "➤";
  float: right;
  font-weight: 900;
  transform: rotate(90deg);
}
.accordion .card .top-shadow {
  box-shadow: inset 0 20px 15px -20px rgba(82, 63, 105, 0.05);
}

.panel-body-accordion {
  margin: 0 20px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0;
}
.panel-body-accordion .accordion-item {
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.panel-body-accordion .accordion-item i {
  margin-right: 8px;
  position: absolute;
  top: -7px;
  left: 10px;
  background: white;
  width: 25px;
  text-align: center;
}
.panel-body-accordion .accordion-item-faq i {
  margin-right: auto;
  position: inherit;
  top: auto;
  left: auto;
}

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

.touch-links .touch-table-scroll .type select, .touch-links .touch-table-scroll .url select {
  width: 150px;
}
.touch-links .touch-table-scroll .title input {
  width: 150px;
}

.iframe-wrap {
  height: 530px;
  padding: 0;
  overflow: hidden;
}
.iframe-wrap iframe {
  width: 1280px;
  height: 720px;
  pointer-events: none;
  border: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.iframe-wrap iframe.vertical {
  width: 720px;
  height: 1280px;
}
.iframe-wrap iframe.medium {
  -webkit-transform: scale(0.34);
  -moz-transform: scale(0.34);
  -ms-transform: scale(0.34);
  transform: scale(0.34);
}

.as-sortable-item,
.as-sortable-placeholder {
  -ms-touch-action: none;
  touch-action: none;
  margin: 2px;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
}

.as-sortable-placeholder {
  border: 1px dotted #0000ff !important;
}

.as-sortable-item-handle {
  cursor: move;
}

.as-sortable-dragging .as-sortable-item {
  width: 100% !important;
}

.digital-card a {
  display: inline-block;
}
.digital-card a img {
  max-height: 150px;
  min-height: 150px;
  max-width: 100%;
}

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

.selectgym-block {
  height: 300px;
  overflow-y: auto;
  box-shadow: 0 0 20px 0 rgba(82, 63, 105, 0.15);
}

.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon,
.kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
  background-color: #ffffff;
  color: #74778d !important;
}
.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon i,
.kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon i {
  color: #74778d !important;
}

.kt-header__topbar--mobile-on .kt-header__topbar {
  z-index: 10;
}
.kt-header__topbar--mobile-on .select-project {
  margin-top: 185px;
}

.kt-header-mobile {
  z-index: 11;
}

.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.search-body {
  max-height: 325px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0;
}

.close-icon {
  position: absolute;
  top: 6px;
  right: 17px;
  font-size: 19px;
  color: white;
}

.post-cards-popup {
  height: auto !important;
}

.landing_page .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  font-size: 15px;
}
.landing_page .landing_content .kt-checkbox > span {
  top: -3px !important;
}

.kt-checkbox > input:disabled ~ span {
  background: #f7f8fa;
}

.lndpage-module .carousel-control-prev,
.lndpage-module .carousel-control-next {
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: black;
}
.lndpage-module .carousel-item img,
.lndpage-module .carousel-caption {
  width: 200px;
}
.lndpage-module .carousel-item > div > div:not(:last-child) {
  margin-right: 3px;
}

.skip-zoom {
  zoom: 1 !important;
}

.kt-widget-19 .kt-widget-19__title .kt-widget-19__bg {
  opacity: 0.08;
  position: absolute;
  z-index: 0;
  width: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: middle;
  border-style: none;
}

.booking-box .kt-widget-16 .kt-widget-16__item {
  margin-bottom: 1rem;
}

.analytics .kt-portlet__body {
  min-height: 380px;
}

.kt-portlet__body.stats {
  padding: 10px 15px;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item {
  margin: 0 3px 3px;
}
.kt-wizard-v1 .plan-desc > span {
  padding-left: 30px;
}

.access-projects-style .role-selector > li {
  background: white;
}
.access-projects-style .role-selector > li > .role-selector_sub-projects,
.access-projects-style .role-selector > li .role-selector > li > ul {
  margin-left: 30px;
}
.access-projects-style .role-selector > li > .role-selector_sub-projects .role-selector,
.access-projects-style .role-selector > li .role-selector > li > ul .role-selector {
  padding: 0;
}
.access-projects-style .role-selector:last-child .role-selector__header {
  border-bottom: 1px solid #eaeaea !important;
}
.access-projects-style .role-selector .role-selector__header {
  display: flex;
  align-items: center;
  line-height: 1.5;
  min-height: 40px;
  height: auto;
}

.kt-header-menu-wrapper--on .kt-header__topbar {
  margin-top: -120px;
  display: none;
}
.kt-header-menu-wrapper--on #kt_header_mobile {
  z-index: 3;
}

.auto-scroll, .auto-scroll-more-height {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.auto-scroll::-webkit-scrollbar, .auto-scroll-more-height::-webkit-scrollbar {
  width: 0.5em;
}
.auto-scroll::-webkit-scrollbar-track, .auto-scroll-more-height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.auto-scroll::-webkit-scrollbar-thumb, .auto-scroll-more-height::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.cursor-pointer {
  cursor: pointer;
}

.w-fit-content {
  width: fit-content;
}

.noShoppingCartItemsList {
  display: none !important;
  font-size: 1rem;
  color: #212529;
  box-sizing: border-box;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  float: left;
  z-index: 95;
  right: 0;
  border: 0 !important;
  margin: 0;
  min-width: 14rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
  padding: 0;
  width: 380px;
  position: absolute;
  will-change: transform;
  top: -10px;
  left: 0px;
  transform: translate3d(-328px, 52px, 0px);
}

#shoppingCartItemsList, #noShoppingCartItemsList, #noPanelShoppingCartItemsList, #shoppingCartItemsListCounter {
  display: none;
}

#noShoppingCartIcon:hover:not(.show) #noShoppingCartItemsList {
  display: block !important;
}

#noPanelShoppingCartIcon:hover:not(.show) #noPanelShoppingCartItemsList {
  display: block !important;
}

.min-h-content {
  min-height: fit-content !important;
}

.size-sm {
  font-size: 1.1rem !important;
}

.fitpointHistory_paginate .select-section div:nth-child(1) {
  padding-left: 0;
}
.fitpointHistory_paginate .select-section div:nth-child(2) {
  padding-right: 0;
}

.input-gray-bg {
  background: #EBEDF1 !important;
}

.auto-scroll, .auto-scroll-more-height {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.auto-scroll::-webkit-scrollbar, .auto-scroll-more-height::-webkit-scrollbar {
  width: 0.5em;
}
.auto-scroll::-webkit-scrollbar-track, .auto-scroll-more-height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.auto-scroll::-webkit-scrollbar-thumb, .auto-scroll-more-height::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.auto-scroll-more-height {
  max-height: 400px !important;
}

.desc-html img {
  max-width: 100%;
  object-fit: cover;
}

.rounded_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.post_content {
  width: calc(100% - 80px);
}

.align-super {
  vertical-align: super;
}

.invoice-template-preview {
  width: 770px;
  margin: 0 auto;
  padding-top: 40px;
}
.invoice-template-preview .table thead th {
  min-width: auto;
}

.datePeriodSection select option {
  color: #6c757d;
}
.datePeriodSection select option:disabled {
  color: #aaa;
}

.table-text-left tr td {
  text-align: left;
}

.dropdown-menu-absolute {
  position: absolute;
  will-change: transform;
  top: 0;
  left: 0;
  transform: translate3d(125px, 40px, 0px);
}

.border_bottom_not_first:not(:first-child) {
  border-top: 1px solid rgba(82, 63, 105, 0.05);
}

.kt-badge:not(.draft-order) {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 4px;
  background-clip: padding-box; /* Firefox 4+, Opera, for IE9+, Chrome */
  margin-left: -1.5px;
  top: 2px;
}

.kt-badge.draft-order {
  background-clip: padding-box; /* Firefox 4+, Opera, for IE9+, Chrome */
  width: 4px;
  height: 4px;
}

.kt-header__topbar-icon {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 13%;
  cursor: pointer;
  background: transparent;
}
.kt-header__topbar-icon {
  transition: all 0.3s;
}
.kt-header__topbar-icon i {
  line-height: 0;
  font-size: 2.3rem;
}

.text-accent {
  color: #00c5dc !important;
}

.disabledTabs {
  pointer-events: none;
  user-select: none;
}

#tksMessage .cke_contents, #tksTread .cke_contents {
  height: 150px !important;
}

.position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.box-shadow-thread {
  box-shadow: 0 2px 5px -4px gray;
}

.threadSection {
  max-height: 600px;
  min-height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.threadSection blockquote, .threadSection .gmail_quote, .threadSection .quote-title {
  display: none;
}
.threadSection .display-quote blockquote, .threadSection .display-quote .gmail_quote, .threadSection .display-quote .quote-title {
  display: block !important;
}
.threadSection .display-quote blockquote {
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid gray;
}

.attachment-box {
  padding: 5px;
  border: 1px solid gray;
  white-space: nowrap;
  margin-top: 5px;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}

.tksPagination ul li.active a, .tksPagination ul li:hover a, .tksPagination .btn:hover {
  color: #fff !important;
}

.radius-15 {
  border-radius: 15px !important;
}

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

.tooltipSection {
  position: absolute;
  z-index: 1070;
  display: none;
  font-weight: 400;
  word-break: normal;
  line-break: auto;
  word-wrap: break-word;
  top: 100% !important;
  width: 400px;
  font-size: 1.1rem;
}

.shopTooltip:hover .tooltipSection {
  display: block;
}

.shopAnalyticsPeriodSection .btn.btn-default:hover span {
  color: #74778d !important;
}

.row-box-disabled:before {
  content: "";
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: rgba(234, 234, 234, 0.7098039216);
  position: absolute;
  z-index: 2;
}

.ads-report h3 {
  font-size: 1.3rem;
}

.kt-widget__title-sm {
  font-size: 1rem !important;
}

.answer_box {
  max-height: 165px;
  overflow-y: auto;
  overflow-x: hidden;
}

.manageViewBox {
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shortStatusBox .dropdown-menu {
  min-width: 100% !important;
}
.shortStatusBox .dropdown-menu .label {
  padding: 5px 10px !important;
}
.shortStatusBox ul li span {
  white-space: normal !important;
}

.assignedToBox ul {
  position: sticky !important;
  width: 100% !important;
  min-width: 100% !important;
}
.assignedToBox ul li {
  white-space: normal !important;
  word-break: break-all !important;
}

.time .ng-timepicker-input {
  height: 35px;
  border-radius: 3px;
}

.decPrice, .incPrice, .decPriceOutdoor, .incPriceOutdoor {
  color: #717171;
}
.decPrice:not([disabled]):hover i, .incPrice:not([disabled]):hover i, .decPriceOutdoor:not([disabled]):hover i, .incPriceOutdoor:not([disabled]):hover i {
  color: #6579c1;
  transition: all 0.3s;
}

#kt-chat-panel {
  z-index: 1000;
  position: fixed;
  bottom: -20px;
  right: 0;
}
#kt-chat-panel .chat-boxes {
  width: 330px;
  z-index: 2000;
}
#kt-chat-panel .chat-boxes textarea {
  resize: none;
  max-height: 40px;
}
#kt-chat-panel .chat-discussion {
  overflow-y: auto;
  overflow-x: hidden;
  height: 300px;
}
#kt-chat-panel .chat-discussion textarea {
  height: 20px;
}
#kt-chat-panel .message {
  background-color: #efeff5;
  line-height: 13px;
  position: relative;
}
#kt-chat-panel .message .message-content {
  word-break: break-all;
}
#kt-chat-panel .chat-right .message {
  text-align: justify;
  margin-right: 1rem;
}
#kt-chat-panel .chat-left .message {
  margin-left: 1rem;
}
#kt-chat-panel .chat-right .last-message:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 8px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #efeff5;
}
#kt-chat-panel .chat-left .last-message:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 8px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #efeff5;
}

.question-help-box .roadmap-element {
  border-radius: 8px;
  border: 1px solid #e2e5ec;
}
.question-help-box .roadmap-element .like-img {
  width: 15px;
  position: relative;
  top: -2px;
}
.question-help-box .roadmap-element .transparent-button {
  background: transparent;
  border: none;
}
.question-help-box .nice-scroll {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.question-help-box .min-scroll {
  max-height: 250px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.question-help-box .btn-outline-black {
  color: black;
  background: transparent;
  border-color: black;
}
.question-help-box .btn-outline-black:hover {
  color: white;
  background: black;
}
.question-help-box option:hover {
  background: black !important;
  color: white !important;
}
.question-help-box .message {
  max-width: 450px;
  line-height: 12px;
}
.question-help-box .desc_html img {
  max-width: 300px;
  height: auto;
}

#kt_help_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  position: fixed;
  bottom: 40px;
  right: 48px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  color: #fff;
  padding: 10px 10px 10px 5px;
  gap: 5px;
  border-radius: 8px;
}
#kt_help_box img {
  width: 22px;
  height: 22px;
  margin: 5px;
}

#kt_help_box.close_box {
  background-color: black !important;
}

#kt_help_box.open_box {
  background-color: white !important;
}

#kt-help-panel {
  z-index: 1000;
  position: fixed;
  bottom: 18px;
  right: 45px;
}
#kt-help-panel .help-boxes {
  width: 400px;
  z-index: 2000;
}
#kt-help-panel .help-boxes .help-box-container {
  min-height: 700px;
  max-height: 760px;
  background: #fff;
  border-radius: 10px;
  display: block;
}
#kt-help-panel .help-boxes .help-box-container .kt-portlet.help-box-card {
  border-radius: 10px;
  min-height: 550px;
  max-height: 780px;
}
#kt-help-panel .help-boxes .help-box-container .kt-portlet__head {
  min-height: 30px;
  padding: 0 8px;
}
#kt-help-panel .help-boxes .tickets .support-answer-scrolled {
  max-height: 645px;
}
#kt-help-panel .help-boxes .tickets .nice-scroll:not(.support-answer-scrolled) {
  max-height: 420px;
  overflow-y: auto;
}

#kt_scrolltop {
  margin-right: -15px;
}

.kt-demo-panel--on .chat-box-container {
  margin-right: 400px !important;
  transition: all 0.3s;
}

.chat-box-container {
  margin-right: 3rem;
  transition: all 0.3s;
}

#manageVMStock .form-group label {
  font-size: 0.9rem;
}

.delete-vm-combination {
  z-index: 1;
  position: absolute;
  color: red;
  top: 30px;
  left: 2px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding-top: 6px;
}

.support_url .frameBox {
  top: 20px;
}

.druhr-only {
  display: none;
}

.remove-cat-fee {
  position: absolute;
  right: 15px;
}

.new_lead_pop_up {
  position: fixed;
  bottom: 40px;
  left: 40px;
  max-width: 470px;
  min-width: 330px;
  z-index: 1000;
}

#custom_slider,
#custom_slider_main {
  /* MD */
  /* LG */
}
@media (min-width: 991px) and (max-width: 1299px) {
  #custom_slider,
  #custom_slider_main {
    /* Show 4th slide on md if col-md-4*/
  }
  #custom_slider .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%; /*change this with javascript in the future*/
    z-index: 0;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #custom_slider,
  #custom_slider_main {
    /* Show 4th slide on md if col-md-4*/
  }
  #custom_slider .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%; /*change this with javascript in the future*/
    z-index: 0;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #custom_slider,
  #custom_slider_main {
    /* Show 3rd slide on sm if col-sm-6*/
  }
  #custom_slider .carousel-inner .active.carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .active.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%; /*change this with javascript in the future*/
    z-index: 0;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) {
  #custom_slider,
  #custom_slider_main {
    /* show 2 items */
    /* left or forward direction */
    /* farthest right hidden item must be also positioned for animations */
    /* right or prev direction */
  }
  #custom_slider .carousel-item,
  #custom_slider_main .carousel-item {
    margin-right: 0;
  }
  #custom_slider .carousel-inner .active + .carousel-item,
  #custom_slider_main .carousel-inner .active + .carousel-item {
    display: block;
  }
  #custom_slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  #custom_slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  #custom_slider_main .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  #custom_slider_main .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  #custom_slider .carousel-inner .carousel-item-next,
  #custom_slider_main .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  #custom_slider .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  #custom_slider .carousel-item-next.carousel-item-left + .carousel-item,
  #custom_slider .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  #custom_slider_main .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  #custom_slider_main .carousel-item-next.carousel-item-left + .carousel-item,
  #custom_slider_main .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  #custom_slider .carousel-inner .carousel-item-prev.carousel-item-right,
  #custom_slider_main .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    visibility: visible;
  }
  #custom_slider .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  #custom_slider .carousel-item-prev.carousel-item-right + .carousel-item,
  #custom_slider .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  #custom_slider_main .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  #custom_slider_main .carousel-item-prev.carousel-item-right + .carousel-item,
  #custom_slider_main .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 767px) {
  #custom_slider,
  #custom_slider_main {
    /* show 3rd of 3 item slide */
    /* left or forward direction */
    /* right or prev direction */
  }
  #custom_slider .carousel-inner .active + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  #custom_slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  #custom_slider .carousel-inner .carousel-item-next,
  #custom_slider_main .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  #custom_slider .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  #custom_slider .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 991px) {
  #custom_slider,
  #custom_slider_main {
    /* show 4th item */
    /* Show 5th slide on lg if col-lg-3 */
    /* left or forward direction */
    /* right or prev direction //t - previous slide direction last item animation fix */
  }
  #custom_slider .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  #custom_slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  #custom_slider .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%; /*change this with javascript in the future*/
    z-index: 0;
    display: block;
    visibility: visible;
  }
  #custom_slider .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  #custom_slider .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 1299px) {
  #custom_slider,
  #custom_slider_main {
    /* show 5th item */
    /* Show 6th slide*/
    /* left or forward direction */
    /* right or prev direction //t - previous slide direction last item animation fix */
  }
  #custom_slider .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  #custom_slider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  #custom_slider .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -20%; /*change this with javascript in the future*/
    z-index: 0;
    display: block;
    visibility: visible;
  }
  #custom_slider .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  #custom_slider .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #custom_slider_main .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 20px;
  width: 20px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: ">";
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: black;
}

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

.ownedProductsOrder .quantity-wrap .quantity input, .nonOwnedProductsOrder .quantity-wrap .quantity input {
  width: 100px !important;
}

.th-6 {
  width: 16.6666666667%;
}

.disabled {
  cursor: not-allowed !important;
}
.disabled > a {
  opacity: 0.6;
  pointer-events: none !important;
  user-select: none !important;
}
.disabled:hover {
  background: none;
  cursor: default;
  color: #a9acb9 !important;
}

#srchExerciseTrm:focus, #srchExerciseTrm:hover {
  outline: none !important;
  border-color: #e2e5ec !important;
}

.zIndex-auto {
  z-index: auto !important;
}

.recom_size_popover {
  padding: 0.45rem 1rem !important;
}

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

.small_bg_box {
  width: 1.3em;
  height: 1.3em;
  border-radius: 3px;
  display: inline-block;
  margin: 0px 0px -4px 10px;
}

.max-h-40 {
  max-height: 40px;
  overflow-y: auto;
  overflow-x: hidden;
}

.min-h-40 {
  min-height: 40px !important;
}

.max-h-50 {
  max-height: 50px;
  overflow-y: auto;
  overflow-x: hidden;
}

.min-h-50 {
  min-height: 50px !important;
}

.max-h-100 {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}

.min-h-100 {
  min-height: 100px !important;
}

.max-h-200 {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.min-h-200 {
  min-height: 200px !important;
}

.max-h-300 {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.min-h-300 {
  min-height: 300px !important;
}

.max-h-400 {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.min-h-400 {
  min-height: 400px !important;
}

.max-h-500 {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.min-h-500 {
  min-height: 500px !important;
}

.max-w-100 {
  max-width: 100px;
}

.max-w-150 {
  max-width: 150px;
}

.max-w-200 {
  max-width: 200px;
}

.w-90 {
  width: 90%;
}

.object-fit-150 {
  height: 150px !important;
  object-fit: cover;
}

.object-fit-300 {
  height: 300px !important;
  object-fit: cover;
}

.object-fit-500 {
  height: 500px !important;
  object-fit: cover;
}

.object-fit-700 {
  height: 700px !important;
  object-fit: cover;
}

#routine input {
  display: block;
  height: calc(1.5em + 1.3rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
}

.support-conversaion-box {
  height: 908px;
  overflow-y: auto;
  overflow-x: hidden;
}

.th-7 {
  width: 14.2857142857%;
}

.circle-sm {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.btn-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#calendarTables > div:not(:last-child) {
  min-width: 1180px;
  overflow: auto;
}

.noscroll {
  overflow: hidden;
}

.cover, .lockScreen {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: #fff;
}

.lockScreen {
  background-repeat: no-repeat;
  background-size: cover !important;
  z-index: 999999999;
  background: transparent;
}

.lockScreenBackground {
  background-repeat: no-repeat;
  background-size: cover !important;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background-image: url(/assets/img/lock_screen_background.jpg);
}

.object_cover {
  max-height: 80vh;
  overflow: auto;
}
.object_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.noscroll {
  overflow: hidden;
}

.bodycheck-matrix {
  width: 300px;
  height: 300px;
  margin: 15px auto;
  position: relative;
}
.bodycheck-matrix .pointer {
  width: 31px;
  height: 31px;
  position: absolute;
}
.bodycheck-matrix .pointer:before {
  content: "";
  width: 1px;
  height: 31px;
  display: block;
  background: gray;
  position: absolute;
  left: 15px;
}
.bodycheck-matrix .pointer:after {
  content: "";
  width: 31px;
  height: 1px;
  display: block;
  background: gray;
  position: absolute;
  bottom: 14px;
}
.bodycheck-matrix .pointer .pointer-circle {
  width: 15px;
  height: 15px;
  margin: 8.7px 8px;
  border-radius: 100%;
  border: 1px solid gray;
}
.bodycheck-matrix .matrix-col {
  float: left;
  width: 33.33%;
  height: 33.33%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 10px;
}
.bodycheck-matrix .matrix-col:nth-child(2) {
  border-radius: 9px 0 0 0;
}
.bodycheck-matrix .matrix-col:nth-child(4) {
  border-radius: 0 9px 0 0;
}
.bodycheck-matrix .matrix-col:nth-child(8) {
  border-radius: 0 0 0 9px;
}
.bodycheck-matrix .matrix-col:nth-child(10) {
  border-radius: 0 0 9px 0;
}

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

.text-red {
  color: red;
}

.category-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 93%;
  float: left;
}

.noFocus:focus {
  border-color: #e2e5ec !important;
}

.ticketSupportSection .kt-media.kt-media--3xl img {
  width: 100%;
  max-width: 150px;
  height: 150px;
}
.ticketSupportSection .noHover {
  pointer-events: none;
}

.circle-box {
  width: 90px;
  height: 90px;
}

.next-btn, .prev-btn {
  background-color: #f0f3ff;
}

.officialNewsBox:hover {
  background: #f9f9fc;
  transition: ease-in 0.3s;
}

#specialProductsCarousel .carousel-control-prev, #specialProductsCarousel .carousel-control-next {
  top: 0;
  bottom: 30%;
  width: 10%;
}
#specialProductsCarousel .carousel-control-prev-icon:after, #specialProductsCarousel .carousel-control-next-icon:after {
  font-size: 40px;
}

.bold_left_border {
  border-left: 2px solid rgb(26, 179, 148);
}

.absolute_gender_total {
  position: absolute;
  top: 48%;
  left: 68%;
  transform: translate(-50%, -50%);
}

.bg-body {
  background-color: #f9f9fc;
}

.filterByTemplateName .input-group i {
  color: inherit !important;
}

.notes-section {
  width: 185px;
}

.login-language {
  width: 49px;
  position: absolute;
  right: 0;
  top: -64px;
  background: white;
  border-radius: 3px;
}
.login-language .kt-header__topbar-icon {
  margin: 0 auto;
  height: 27px;
}
.login-language .kt-header__topbar-icon img {
  width: 17px !important;
}
.login-language img {
  width: 84%;
}

.fn-login-layout .login-language {
  position: relative;
  top: 0;
  background: transparent;
  width: 60px;
  border-radius: 10px;
  border: 1px solid white;
  color: white;
  padding: 3px 0;
}
.fn-login-layout .login-language img {
  border-radius: 50%;
  border: 1px solid white;
  padding: 1px;
}

.bindedHtml {
  overflow: hidden;
}
.bindedHtml img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.br-0 {
  bottom: 0;
  right: 0;
}

.roomBookingBox .w-200 {
  width: 200px;
}
.roomBookingBox .bookingDetails {
  width: 250px;
  left: 85%;
  top: 10%;
  padding: 15px 15px 15px 15%;
  background-color: #fff;
  border-radius: 7px;
  z-index: 9;
}
.roomBookingBox table.fixed {
  table-layout: fixed;
}
.roomBookingBox table.fixed > th {
  overflow: hidden;
}

.nav-pills .nav-item .nav-link, .nav-tabs .nav-item .nav-link {
  padding: 0.45rem 1rem;
}

.default-serie-prefix {
  position: absolute;
  font-size: 14px;
  top: 8px;
}

.border-left-bolder {
  border-left: 3px solid turquoise;
}
.border-left-bolder .border-bottom {
  width: 40px;
  border-bottom: 3px solid turquoise !important;
}
.border-left-bolder .item-position {
  position: relative;
  top: 8px;
}

.preview-block-height {
  max-height: 300px;
  overflow-x: auto;
}

.profile-overview-perpage per-page-pagination > div,
.per-page-flex-column per-page-pagination > div {
  flex-direction: column;
}
.profile-overview-perpage per-page-pagination > div div,
.per-page-flex-column per-page-pagination > div div {
  max-width: 100%;
  text-align: end;
}
.profile-overview-perpage per-page-pagination > div div ul,
.per-page-flex-column per-page-pagination > div div ul {
  display: inline-block;
  margin-bottom: 5px;
}

.reportings-block-height {
  max-height: 400px;
  overflow-x: clip;
  overflow-y: auto;
}

.reportings_absolute_gender_total {
  position: absolute;
  top: 37%;
  left: 62.5%;
  transform: translate(-50%, -50%);
}

.absolute_total_fee {
  position: absolute;
  top: 46%;
  left: 51.5%;
  transform: translate(-50%, -50%);
}

.canvas_z_index {
  position: relative;
  z-index: 1;
}

.absolute-right {
  position: absolute;
  top: 1%;
  right: 1%;
}

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

.compose-btn {
  font-size: 16px;
  padding-left: 5px;
  font-weight: 100;
}

.mailbox-opened-message .from-name {
  font-weight: 500;
}
.mailbox-opened-message blockquote, .mailbox-opened-message .gmail_quote, .mailbox-opened-message .quote-title {
  display: none;
}
.mailbox-opened-message .display-quote blockquote, .mailbox-opened-message .display-quote .gmail_quote, .mailbox-opened-message .display-quote .quote-title {
  display: block !important;
}
.mailbox-opened-message .display-quote blockquote {
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid gray;
}
.mailbox-opened-message .message-container {
  position: relative;
  padding-bottom: 25px;
}
.mailbox-opened-message .message-container .quoteSection {
  overflow-x: auto;
}

.mailbox-messages-list .unread {
  background: #ededed;
}

#historyImages .carousel-control-prev, #historyImages .carousel-control-next {
  width: 5%;
  height: 15%;
  top: 37%;
}
#historyImages .carousel-control-prev .carousel-control-next-icon, #historyImages .carousel-control-prev .carousel-control-prev-icon, #historyImages .carousel-control-next .carousel-control-next-icon, #historyImages .carousel-control-next .carousel-control-prev-icon {
  width: auto;
  height: auto;
}

.nested-fa-plus {
  font-size: 0.7rem !important;
  z-index: 1;
}
.nested-fa-plus:before {
  border: 1px solid #fff;
  border-radius: 150px;
}

.fa-stack-small {
  font-size: 0.75em !important;
}

.pre-line {
  white-space: pre-line !important;
}

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

.bold-border {
  border: 2px solid;
}

.disabledDragDrop {
  background: #f9f9fc !important;
}

.membership-wizard-steps {
  position: relative;
}
.membership-wizard-steps .membership-wizard-item .kt-wizard-v3__nav-label:not(.last-wizard)::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 25px;
  right: -25px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.mb-p-0 > p {
  margin-bottom: 0;
}

.price-crossed {
  text-decoration: line-through;
}

.template-content pre {
  white-space: pre-wrap;
}

.title {
  color: #1c1d2a;
}

.subtitle {
  color: #918ea7;
}

.class-of-dropdown {
  position: relative;
  z-index: 5000;
}

.period-to-timeline-connector {
  height: 1px;
  width: 20px;
  background-color: #394cb3;
}

.grouping-to-timeline-connector {
  height: 1px;
  width: 58px;
  background-color: #394cb3;
  position: absolute;
  left: 15px;
  top: 50%;
}
.grouping-to-timeline-connector.crop {
  width: 20px;
}

.grouping-period {
  width: calc(100% - 20px);
  margin-left: 25px;
}

.timeline-content {
  width: calc(100% - 30px);
  margin-left: 10px;
}

.membership-title {
  font-size: 12px;
}

.billing-font {
  font-size: 8px;
}

.open, .pending, .awaiting_payment, .expired {
  border: 2px solid red !important;
}

.noOrder {
  opacity: 65% !important;
}

.paid {
  border: 2px solid #1dc9b7 !important;
}

.declined {
  border: 2px solid orange !important;
}

.vl {
  min-height: 100px;
  width: 2px;
  background-color: #E0E0E0;
  margin-top: 50px;
}

.period-box {
  height: 163px;
  width: 236px;
}

.popover {
  font-size: 12px;
}

.second-mode-button {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal-preview-timeline .horizontal-single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.horizontal-preview-timeline .horizontal-single-timeline-area .horizontal-timeline-main {
  position: absolute;
  top: -5px;
  width: 100%;
  height: 2px;
  background-color: #394cb3;
}
.horizontal-preview-timeline .horizontal-single-timeline-area .horizontal-timeline-main::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #394cb3;
  top: 0;
  right: 30px;
  z-index: 1;
}
.horizontal-preview-timeline .horizontal-single-timeline-area .horizontal-timeline-main::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #394cb3;
  top: 50%;
  right: 51%;
  margin-left: 7px;
  z-index: 5;
  margin-top: -5.5px;
}
.horizontal-preview-timeline .horizontal-single-timeline-area .horizontal-timeline-little {
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 12px;
  background-color: #394cb3;
  transform: rotate(0deg);
}
.horizontal-preview-timeline .horizontal-single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  margin: 8px 0 8px 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 1rem 0 rgba(47, 91, 234, 0.125);
  background: #ffffff;
}

.active-row {
  background: rgba(223, 223, 223, 0.8745098039) !important;
}

#skr03_account_main .dropdown-menu {
  width: 97% !important;
}

.members-btn {
  width: 44px;
}

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

.support-answer-scrolled {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.support-btn {
  width: 20px;
  height: 20px;
  padding: 0;
}

.support-btn > i {
  font-size: 11px !important;
}

.custom-lg-popup > .modal-dialog {
  max-width: 1300px !important;
}

.btn-transparent-hover:hover {
  background-color: #9d58dd;
}

.booking-account-table {
  overflow-x: inherit !important;
}

.membership-info-icon {
  position: absolute;
  top: 11px;
  right: 50px;
}

.membership-note-info-icon {
  position: absolute;
  top: 8px;
  right: 90px;
}

.playlist-info-icon {
  position: absolute;
  top: 7px;
  font-size: 17px;
  right: 35px;
}

@media only screen and (max-width: 1099px) {
  .profile-shortcut {
    font-size: 11px;
  }
}
.support-btn {
  width: 20px;
  height: 20px;
  padding: 0;
}

.support-btn > i {
  font-size: 11px !important;
}

.rzslider {
  z-index: 0;
}

.booking_info {
  position: relative;
  right: 9px;
}

.alert-message-paypal {
  padding: 0.65rem 1rem;
}

.contain-dropdown .dropdown-menu {
  width: 95%;
}

.new_badget_parent {
  position: relative;
}

.new_badget {
  position: absolute !important;
  left: 85%;
  top: 1px;
}

div.switch-btn-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div.switch-btn-container i {
  display: inline-block;
  position: relative;
  top: -9px;
}

.btn-color-mode-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner {
  margin: 0px;
  width: 140px;
  height: 30px;
  cursor: pointer;
  background: #E0E0E0;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
  display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  top: 7px;
  right: 20px;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  width: 70px;
  height: 26px;
  background: #fff;
  border-radius: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 5px 0px;
}

.btn-color-mode-switch > .alert {
  display: none;
  background: #FF9800;
  border: none;
  color: #fff;
}

.btn-color-mode-switch input[type=checkbox] {
  cursor: pointer;
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}

.btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 68px;
}

.btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 20px;
}

.btn-color-mode-switch input[type=checkbox]:checked ~ .alert {
  display: block;
}

.dark-preview div.btn-container i.fa-sun-o {
  color: #777;
}

.dark-preview div.btn-container i.fa-moon-o {
  color: #fff;
  text-shadow: 0px 0px 11px #fff;
}

.right-side {
  position: absolute;
  right: 100%;
  left: auto;
  top: 40%;
  margin: 0 2px;
}

.switch_menu_main {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

.reply_main {
  overflow-y: auto;
  max-height: 450px;
}

.comment_main {
  margin-bottom: 10px;
}

.m-10 {
  margin-left: 10%;
}

.uib-typeahead-match strong {
  display: contents;
}

.product-default-height {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px !important;
}

.confirm-deletion-text {
  color: #646c9a;
  font-weight: 100;
}

.email-template-warning {
  min-height: 38px;
}

.framen-bordered-div {
  position: relative;
  border: 1px solid #B8B8B8;
  border-radius: 10px;
  padding: 4px;
  padding-left: 15px;
  margin: 4px;
  width: 110px;
}

.framen-text-on-border {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #fff;
  padding-left: 5px;
}

.edit-framens-table td input {
  min-width: 75px;
  width: 100%;
  outline: none;
}

@media only screen and (max-width: 600px) {
  .dashboard-shop-analytics {
    flex-wrap: wrap;
  }
  .dashboard-shop-analytics > div {
    flex: 50%;
    margin: 15px 0;
  }
}
.dashboard-contracts div.col-12, .dashboard-cancellation-receipts div.col-12 {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 6px;
}
.dashboard-contracts h6, .dashboard-cancellation-receipts h6 {
  margin: 0;
}

.member-preview-controls .btn {
  white-space: nowrap;
  padding: 0.65rem 0.5rem;
  font-size: 12px;
}
.member-preview-controls > div.flex-fill {
  width: 130px;
}

@media (max-width: 1000px) {
  .member-preview-controls {
    flex-wrap: wrap;
  }
}
.checkround-timepicker input {
  width: 80px;
  height: 38px;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
  text-align: center;
}

.checkround-criterias-container {
  background-color: #586add;
  color: #d5ccf2;
  text-shadow: none;
  display: flex;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 85%;
  font-weight: 700;
  border-radius: 0.25rem;
  margin-top: 25px;
  white-space: revert;
  align-items: center;
}
.checkround-criterias-container a {
  cursor: pointer;
  font-size: 15px;
  padding-right: 4px;
}

.parent * {
  display: block;
}

#kt_walk_in_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 38px;
  padding: 10px 17px 10px 12px;
  position: fixed;
  bottom: 85px;
  right: 48px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  font-size: 13px;
  background: #000;
  color: #fff;
  min-width: 110px;
  border-radius: 8px;
}
#kt_walk_in_box.single-button {
  bottom: 40px;
}
#kt_walk_in_box img {
  margin: 5px;
}

#kt_walk_in_box.close_box {
  background-color: black !important;
}

#kt_walk_in_box.open_box {
  background-color: white !important;
}

#kt-walk-in-box-panel {
  z-index: 3000;
  position: fixed;
  bottom: 95px;
  right: 50px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}
#kt-walk-in-box-panel.single-panel {
  bottom: 45px;
}
#kt-walk-in-box-panel .walk-boxes {
  width: 650px;
  z-index: 2001;
}
#kt-walk-in-box-panel .walk-boxes .walk-boxes-container {
  min-height: 50vh;
  background: #fff;
  border-radius: 10px;
}
#kt-walk-in-box-panel .walk-boxes .walk-boxes-container .kt-portlet {
  border-radius: 10px;
}
#kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--content-tab {
  overflow: hidden auto;
  max-height: 50vh;
  padding-right: 10px;
  width: 100%;
}
#kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav {
  min-height: 50vh;
  display: block;
  margin-right: 45px;
}
#kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav .nav-tabs {
  min-width: 230px;
  border-bottom: none;
  border-right: 1px solid rgba(197, 203, 214, 0.8705882353);
  display: block;
  min-height: 100%;
}
#kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav .nav-tabs .nav-item .nav-link {
  color: rgba(87, 89, 98, 0.3568627451) !important;
  font-weight: 500;
  font-size: 14px;
}
#kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav .nav-tabs .nav-item .nav-link.active {
  border: none;
  color: #575962 !important;
}

.walk-boxes__list {
  padding-left: 16px;
}
.walk-boxes__list li > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.walk-boxes__list ul.walk-boxes__list {
  width: 100%;
  padding-left: 20px;
  padding-right: 30px;
}

.pois-edit-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.form-grey-control {
  color: #575962;
  background: #EBEDF1 !important;
  font-weight: 400;
  border: none;
  padding: 0.65rem 2.2rem;
}
.form-grey-control::placeholder {
  color: #575962;
  font-weight: 400;
}
.form-grey-control.dropdown-toggle {
  padding: 0.65rem 0.3rem 0.65rem 2.2rem;
  border-radius: 8px;
  border: 1px solid #EBEDF1;
  background: #EBEDF1;
  color: #575962;
  font-weight: 400;
}

.card.card-rounded {
  border-radius: 8px;
}
.card.card-rounded .card-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.control-label {
  font-weight: 400;
}

.upload-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.upload-container .upload-box {
  width: 115px;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.upload-container .upload-box--delete {
  background: #ccc;
}
.upload-container .upload-box--delete:hover {
  background: rgb(196, 196, 196);
}
.upload-container .upload-box--load {
  background: #fff;
}
.upload-container .upload-box--load:hover {
  background: #ebebeb;
}
.upload-container .upload-preview {
  position: relative;
}
.upload-container .upload-preview img {
  width: 115px;
  height: 60px;
  border-radius: 8px;
  cursor: pointer;
}
.upload-container .upload-preview .controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: none;
}
.upload-container .upload-preview .controls button {
  padding: 0;
}
.upload-container .upload-preview:hover .controls {
  display: block;
}

.preview-container .preview-content {
  display: flex;
}
.preview-container .preview-content .preview-content__box {
  min-height: 270px;
  max-height: 300px;
  height: 100%;
  overflow: hidden auto;
  border-right: 1px solid #EBEDF1;
  padding-right: 15px;
  margin-right: 0;
}
.preview-container .preview-content .col-12:last-of-type .preview-content__box {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.preview-container--title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}
.preview-container .img-thumb {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #707070;
}
.preview-container .preview-header {
  gap: 5px;
}
.preview-container .preview-header__content h5 {
  font-weight: bold;
}
.preview-container .preview-header__content small {
  color: #A3A3A3;
  font-size: 14px;
}
.preview-container .cabine-capitalized-column {
  font-weight: 700;
  color: #575962;
  text-align: left;
}

.slim-scroll::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
}
.slim-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.slim-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(206, 206, 206, 0.7);
}

.rounded-xl {
  border-radius: 8px;
}

.short-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.greeting-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: 570px;
}
.greeting-modal .modal-dialog .modal-body {
  padding: 0 35px;
}
.greeting-modal .modal-dialog .modal-footer {
  padding: 0 35px 16px 35px;
}
.greeting-modal .modal-dialog .open-walk-in {
  color: #575962;
  font-weight: 300;
  border: 1px solid #707070;
  min-width: 98px;
}
.greeting-modal .modal-dialog .open-walk-in:hover {
  background: #575962;
  color: #fff;
}

.manage-product-editors-text {
  max-height: 250px;
  padding: 5px;
  overflow: auto;
}

.upload-profile-picture {
  margin-top: -10px;
}
.upload-profile-picture .clearfix {
  display: none;
}
.upload-profile-picture .thumb img {
  max-height: 290px;
}

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

.non-after::after {
  display: none !important;
}

.truncate {
  white-space: nowrap; /* Prevent the text from wrapping to the next line */
  overflow: hidden; /* Hide the overflow */
  text-overflow: ellipsis; /* Show dots for the overflowed text */
  width: 200px; /* Set a fixed width */
}

.profile_img {
  align-self: center;
  max-height: 42px;
  max-width: 42px;
  border-radius: 6px;
}

.internal-support.chat-messenger-container .support-conversaion-box {
  max-height: 60vh;
}
.internal-support.chat-messenger-container .chat-discussion-block {
  max-height: 60vh;
}

.reviews-total ul {
  padding-left: 25px;
}

.ibox-content__info {
  max-width: 290px;
}

.chat-toolbar #srchByPoi {
  min-width: 400px;
}
.chat-toolbar .kt-portlet__body .control-label {
  margin-bottom: 0;
  margin-right: 10px;
}

.active-conversation {
  background: #385aeb !important;
}
.active-conversation .kt-widget .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title {
  color: #fff;
}
.active-conversation .kt-widget .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #ccc;
}
.active-conversation .kt-widget .kt-widget__top .kt-widget__wrapper .kt-widget__label small {
  color: white;
}
.active-conversation .kt-widget .last-message {
  color: #fff;
}
.active-conversation .kt-widget .kt-widget__caption.sent-at {
  color: #fff;
}
.active-conversation .kt-widget #conversation-admin {
  color: white;
}

.chat-faq__questions.panel {
  border: none;
}
.chat-faq__questions.panel .answer {
  border-color: #ccc;
}

textarea.message-input {
  min-height: 20px;
}

.chat-users .tab-link {
  padding: 5px 12px;
}

.table.paired-orders {
  max-width: 600px;
}
.table.paired-orders td:last-child {
  width: 100px;
}

.setup-video {
  max-height: 790px;
  height: 100%;
}

.booking-account--label {
  overflow-wrap: break-word;
}

.customers--billing-data {
  min-width: 415px;
  text-align: left;
}
.customers--billing-data span {
  word-wrap: break-word;
}

.cabine-schedule .schedule-container {
  max-height: 900px;
  overflow: auto;
}
.cabine-schedule .edit-room-name {
  height: 2.3rem;
}
.cabine-schedule .fixed-grey-rows {
  z-index: 2;
}
.cabine-schedule .slim-scroll::-webkit-scrollbar-thumb {
  background: #ebedf1;
}
.cabine-schedule .table-schedule thead tr {
  position: sticky;
  top: 0;
  left: 0px;
  z-index: 2;
}
.cabine-schedule .table-schedule thead tr th {
  padding: 12px 0 0 0;
}
.cabine-schedule .table-schedule thead tr::before, .cabine-schedule .table-schedule thead tr::after {
  display: none;
}
.cabine-schedule .table-schedule thead tr:first-child th {
  border-bottom: none;
  background: #ebedf1;
}
.cabine-schedule .table-schedule tbody tr:first-child td {
  border-bottom: none;
  border-top: none;
}
.cabine-schedule .table-schedule .column-contols {
  position: sticky;
  top: 43px;
  z-index: 2;
  box-shadow: 0 1px 1px -1px rgba(87, 89, 98, 0.4);
  background: #fff;
}
.cabine-schedule .table-schedule .time-column {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
}
.cabine-schedule .table-schedule .schedule-card {
  min-width: 250px;
  min-height: 126px;
  height: 126px;
}
.cabine-schedule .table-schedule .card-schedule {
  text-align: left;
  border-radius: 10px;
  max-width: fit-content;
  min-width: 250px;
  display: block;
  margin: 0 auto;
  background: rgba(29, 201, 184, 0.1921568627);
}
.cabine-schedule .table-schedule .card-schedule.card-disabled {
  background: rgba(252, 58, 123, 0.1843137255);
}
.cabine-schedule .table-schedule .card-schedule--title {
  font-size: 16px;
  color: #575962;
  font-weight: bold;
}
.cabine-schedule .table-schedule .card-schedule--time {
  display: block;
  font-size: 14px;
  color: #A3A3A3;
}
.cabine-schedule .table-schedule .card-schedule--icon {
  font-size: 16px;
  color: transparent;
  -webkit-text-stroke: 1.5px #575962;
}
.cabine-schedule .table-schedule .card-schedule--button {
  padding: 0.25rem 2rem;
  border: 1px solid #FC3A7A;
  color: #575962;
  border-radius: 10px;
  transition: background 0.3s;
}
.cabine-schedule .table-schedule .card-schedule--button:hover {
  background: #FC3A7A;
  color: #fff;
}

.booking-customer__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.booking-customer--form {
  padding: 50px 20px;
}
.booking-customer--form .grey-plate {
  min-height: 60px;
  text-align: center;
  background: #ebedf1;
  position: relative;
}
.booking-customer--form .grey-plate::before {
  content: "";
  background: #ebedf1;
  width: 50px;
  height: 64px;
  display: block;
  position: absolute;
  top: 0;
  left: -37px;
}
.booking-customer--form .grey-plate::after {
  content: "";
  background: #ebedf1;
  width: 50px;
  height: 64px;
  display: block;
  position: absolute;
  top: 0;
  right: -37px;
}
.booking-customer--form .grey-plate .row {
  padding-top: 10px;
}
.booking-customer--form .grey-plate small {
  font-size: 12px;
}
.booking-customer--form .grey-plate p {
  font-weight: bold;
  font-size: 14px;
}
.booking-customer--form .profile-info--title {
  font-weight: bold;
}
.booking-customer--form .profile-info__content {
  gap: 25px;
}
.booking-customer--form .profile-info--image img {
  max-width: 60px;
  border-radius: 8px;
}
.booking-customer--form .profile-info--price {
  font-weight: bold;
  margin-bottom: 5px;
}
.booking-customer--form .profile-info--description {
  font-size: 14px;
}
.booking-customer--form .profile-info--profile-title {
  font-weight: bold;
  font-size: 16px;
}
.booking-customer--form .profile-info__controls button {
  min-width: 110px;
}
.booking-customer--form .profile-info--save-button {
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.booking-customer--form .profile-info--save-button button {
  display: block;
  min-width: 125px;
}
.booking-customer--form .profile-info__controls-status {
  color: #1dc9b7;
  border: 1px solid #1dc9b7;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
}

.deposit-info {
  overflow-wrap: anywhere;
}

.pipe-view__column {
  user-select: none;
}

.table-layout-fixed {
  table-layout: fixed;
}

.document-preview {
  position: absolute;
  text-align: center;
  font-size: 100px;
  transform: rotate(-45deg);
  opacity: 0.2;
}

.support-answer__row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.support-answer__files {
  width: 265px;
}

.break-words {
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
@media (min-width: 1025px) {
  .kt-header .kt-header__top {
    height: 65px;
  }
  .kt-header .kt-header__middle {
    height: 50px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    color: #5f6281;
  }
}
@media (max-width: 1400px) {
  .products-container .product-sub-tabs ul li {
    border-bottom: 1px solid #efeff5;
  }
  .page-tabs {
    flex-wrap: wrap;
    gap: 5px 0;
  }
  .page-tabs .tab-link {
    padding: 5px 15px;
  }
  .form-grey-control {
    padding: 0.65rem 1rem;
  }
  select.form-grey-control {
    padding: 0.65rem 0.6rem;
  }
  .form-grey-control.dropdown-toggle {
    padding: 0.65rem 0.3rem 0.65rem 1rem;
  }
  .member-reset-password {
    font-size: 11px;
    padding: 0.65rem 0.2rem;
  }
}
@media (max-width: 1254px) {
  .kt-subheader .kt-subheader__main {
    order: 3;
  }
  .kt-subheader .kt-subheader__toolbar {
    order: 2;
  }
  .kt-subheader .kt-subheader__toolbar .form-inline {
    order: 3;
  }
  .kt-subheader .kt-container {
    align-items: flex-start;
  }
}
@media (max-width: 1110px) {
  .kt-subheader .kt-subheader__toolbar .kt-subheader__search .form-control {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
    line-height: initial;
  }
  .kt-header__topbar-item--search .form-control {
    background-color: transparent;
    border-color: #74788d;
    color: #74788d;
  }
  .kt-header__topbar-item--search .form-control::placeholder {
    color: #74788d;
  }
  .kt-header__topbar-item--search .kt-input-icon > .kt-input-icon__icon > span i {
    color: #74788d;
  }
  .kt-header__topbar .quick-actions.select-gym .kt-header__topbar-icon {
    min-width: 150px;
    color: #73778d;
  }
  .kt-header__topbar .quick-actions.select-gym.show .kt-header__topbar-icon, .kt-header__topbar .quick-actions.select-gym:active .kt-header__topbar-icon, .kt-header__topbar .quick-actions.select-gym:focus .kt-header__topbar-icon, .kt-header__topbar .quick-actions.select-gym:hover .kt-header__topbar-icon {
    color: white;
  }
  .prospects-container .kt-subheader__title.position-relative:after {
    display: none;
  }
  .member-management .health-sections .menu-items {
    display: none;
  }
  .member-management .health-sections .item-contents .kt-portlet__body > div.section {
    display: block;
  }
  .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading {
    display: block;
  }
  .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading .wkt-template-link {
    display: none;
  }
  .member-management .health-sections .item-contents .kt-portlet__body > div.section:not(.active) .body {
    display: none;
  }
  .member-management .health-sections .item-contents .kt-portlet__body > div.section .body {
    padding: 20px;
    border-top: 1px solid #cacddd;
    border-bottom: 1px solid #cacddd;
    margin-bottom: 10px;
  }
  .member-management .health-sections .item-contents .kt-portlet__body > div.section .body button.action-button {
    position: relative;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .member-management .health-sections .item-contents .kt-portlet__head {
    display: none;
  }
  .wkt-temlate-generator-container .health-sections .item-contents .kt-portlet__body > div.section .section-heading {
    display: none;
  }
  .wkt-temlate-generator-container .member-management .health-sections .item-contents .kt-portlet__body > div.section .body {
    padding: 0;
    margin-bottom: 0;
    border: none;
  }
  .push-notificashions-container .kt-portlet.kt-portlet--height-fluid {
    height: calc(100% - 10px);
  }
  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6;
  }
  .selectgym-dropdown {
    border: 1px solid;
    border-radius: 4px;
  }
  #kt_help_box {
    bottom: 30px;
  }
  #kt_walk_in_box {
    bottom: 75px;
  }
  .table-grey-rows:not(.no-side-parts)::before, .table-grey-rows:not(.no-side-parts)::after {
    height: 43px;
  }
  .membership-settings__tabs {
    position: sticky;
    top: 0px;
    background: #ffffff;
    z-index: 1;
    border-bottom: 1px solid rgba(222, 226, 230, 0.5607843137);
  }
  .membership-settings__tabs .nav {
    padding: 10px 0;
    border-bottom: none;
  }
  .booking-customer--form {
    padding: 32px 8px;
  }
  .booking-customer--form .profile-info__content {
    gap: 0px 10px;
  }
  .booking-customer--form .profile-info__content > div {
    width: 100%;
  }
  .booking-customer--form .grey-plate::before, .booking-customer--form .grey-plate::after {
    height: 70px;
    width: 23px;
  }
  .booking-customer--form .grey-plate::before {
    left: -23px;
  }
  .booking-customer--form .grey-plate::after {
    right: -23px;
  }
  .booking-customer--form .grey-plate--label {
    margin-bottom: 0;
  }
  .table-layout-fixed {
    table-layout: auto;
  }
  .tooltipSection {
    width: auto;
  }
}
@media (max-width: 991px) {
  .orders-preview-cols {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
  }
  .form-grey-control, .form-grey-control.dropdown-toggle {
    background: #fff !important;
  }
  .orders-inputs .form-control.form-grey-control, .orders-inputs .input-group-append .btn, .orders-inputs .input-group-btn .btn {
    background: #fff !important;
    border-color: #fff !important;
  }
  .greeting-modal .modal-dialog {
    max-width: fit-content;
    left: 0;
    transform: translate(0%, -50%) !important;
    margin: 0 5px;
  }
  .greeting-modal svg {
    transform: rotate(45deg);
  }
  .chat-toolbar #srchByPoi {
    min-width: 175px;
  }
  .invoice-template-preview {
    width: auto !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  dir-pagination-controls ul {
    justify-content: center;
  }
  .wkt-cat-menu .btn {
    display: inline-block;
    width: 100%;
  }
  .kt-header__topbar--mobile-on .kt-header__topbar {
    margin-top: 0;
  }
  .kt-header__topbar {
    height: 120px;
    padding: 20px;
    margin-top: -120px;
  }
  .preview-container .preview-content .preview-content__box {
    height: auto;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border: none;
  }
  .preview-container .preview-content .preview-content__box .table th {
    padding-left: 5px;
  }
  #kt-walk-in-box-panel .walk-boxes {
    width: 535px;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav {
    margin-right: 30px;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav .nav-tabs {
    min-width: 155px;
  }
  .dashboard-mobile-tabs {
    position: relative;
    background: #EBEDF1;
    display: flex;
    list-style: none;
    padding-left: 0 !important;
    align-items: stretch;
    overflow: hidden;
    border-radius: 17px;
  }
  .dashboard-mobile-tabs:before, .dashboard-mobile-tabs:after {
    content: "";
    display: table;
  }
  .dashboard-mobile-tabs:after {
    clear: both;
  }
  .dashboard-mobile-tabs .nav-item {
    position: relative;
    float: left;
    background: #EBEDF1;
    padding: 10px 8px !important;
    border-top-right-radius: 15px 50%;
    border-bottom-left-radius: 15px 50%;
    flex: 1;
    text-align: center;
    font-weight: bold;
    color: #575962;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }
  .dashboard-mobile-tabs .nav-item .tab-link {
    background: transparent;
    padding: 0;
    white-space: nowrap;
    min-width: 55px;
  }
  .dashboard-mobile-tabs .nav-item:first-child {
    border-bottom-left-radius: 0;
  }
  .dashboard-mobile-tabs .nav-item.active, .dashboard-mobile-tabs .nav-item:has(.tab-link.active) {
    background: #fff;
    border-bottom-left-radius: 0;
  }
  .dashboard-mobile-tabs .nav-item.active:first-child:before, .dashboard-mobile-tabs .nav-item:has(.tab-link.active):first-child:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 50%;
    background: #fff;
    top: 0;
    left: -25px;
  }
  .dashboard-mobile-tabs .nav-item.active:first-child::after, .dashboard-mobile-tabs .nav-item:has(.tab-link.active):first-child::after {
    display: none;
  }
  .dashboard-mobile-tabs .nav-item.active .tab-helper, .dashboard-mobile-tabs .nav-item:has(.tab-link.active) .tab-helper {
    display: block;
    position: absolute;
    width: 25px;
    height: 50%;
    background: #fff;
    bottom: 0;
    right: -25px;
  }
  .dashboard-mobile-tabs .nav-item.active .tab-helper:after, .dashboard-mobile-tabs .nav-item:has(.tab-link.active) .tab-helper:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 100%;
    border-bottom-left-radius: 15px 50%;
    background: #EBEDF1;
    bottom: 0;
    right: -25px;
  }
}
@media (max-width: 575px) {
  .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .form-inline .input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: auto;
  }
  .products-container > ul li {
    border-bottom: 1px solid #efeff5;
  }
  .wkt-subcats .item-wrap {
    width: 33.33%;
  }
  .quick-actions .kt-grid-nav .kt-grid-nav__item {
    width: 50%;
  }
  .quick-actions .kt-grid-nav .kt-grid-nav__item .dropdown-menu.dropdown-menu-xl {
    width: 300px;
  }
  .btn-add {
    width: 150px;
  }
  .selection-group input, .selection-group ul {
    width: 320px;
  }
  .appointment-tabs {
    display: block;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6;
  }
  .course-cat-tabs ul {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .course-cat-tabs ul li {
    border-bottom: 1px solid #cbcbcb !important;
  }
  .invoice-template-preview .order-template {
    zoom: 0.6;
  }
  .preview-container .preview-content .preview-content__box {
    min-height: fit-content;
    margin-bottom: 0;
  }
  .greeting-modal .modal-dialog .modal-body {
    padding: 0 15px;
  }
  #kt-walk-in-box-panel .walk-boxes {
    width: 100%;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav {
    margin-right: 30px;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav .nav-tabs {
    min-width: 145px;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-boxes__list {
    padding-left: 0;
  }
  .booking-customer--form .grey-plate {
    height: auto;
    padding: 5px;
  }
  .booking-customer--form .grey-plate::after, .booking-customer--form .grey-plate::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .kt-subheader .kt-subheader__search {
    width: 100%;
    margin-right: 0;
  }
  .kt-subheader .kt-subheader__search .kt-subheader__toolbar > div,
  .kt-subheader .kt-subheader__search .form-control {
    width: 100%;
  }
  .wkt-subcats .item-wrap {
    width: 50%;
  }
  .kt-header__topbar--mobile-on .kt-header__topbar {
    margin-top: 0;
  }
  .kt-header__topbar {
    height: 160px;
    padding: 20px;
    margin-top: -220px;
    width: 100%;
  }
  .kt-header__topbar > div:first-child {
    flex-direction: column;
    width: 100% !important;
  }
  .kt-header__topbar > div:first-child .kt-header__topbar-item {
    width: 100%;
  }
  .kt-header__topbar > div:first-child .kt-header__topbar-item .selectgym-dropdown.kt-header__topbar-wrapper {
    width: 100%;
  }
  .kt-header__topbar > div:first-child .kt-header__topbar-item .selectgym-dropdown.kt-header__topbar-wrapper span.kt-header__topbar-icon {
    min-width: 100% !important;
    display: flex;
    justify-content: space-between;
  }
  .kt-header__topbar > div:first-child .kt-header__topbar-item .kt-form.kt-form--label-right {
    width: 100%;
  }
  .invoice-template-preview .order-template {
    zoom: 0.5;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .kt-portlet__body {
    padding: 15px 5px;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-boxes__list ul.walk-boxes__list {
    padding-right: 15px;
  }
  .kt-login-v1 .kt-login-v1__body.fn-login-layout .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__title {
    font-size: 1.8rem;
  }
  .kt-login-v1 .kt-login-v1__footer-text {
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .selection-group input, .selection-group ul {
    width: 100%;
  }
  .calendar-table-btns {
    flex-direction: column;
  }
  .calendar-table-btns div:first-child {
    order: 2;
  }
  .calendar-table-btns div:last-child {
    margin-bottom: 5px;
  }
  .calendar-table-btns .calendar-lcustom-date-time-pickeroader {
    order: 3;
  }
  custom-date-time-picker .datetimepicker {
    width: auto;
  }
  .kt-subheader .kt-subheader__toolbar .kt-subheader__search .form-control {
    width: 200px;
  }
  .invoice-template-preview .order-template {
    zoom: 0.5;
  }
  .kt-login-v1 .kt-login-v1__footer-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 659px) {
  #kt-help-panel {
    right: 5px;
    bottom: 2px;
  }
  #kt-help-panel .help-boxes {
    width: 340px;
  }
  #kt-help-panel .help-boxes .question-help-box .message {
    max-width: 260px;
  }
  .pois-edit-controls {
    justify-content: flex-start;
  }
  .dashboard .kt-portlet__head .shop-analytics__toolbar {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    padding: 8px 0;
  }
  .ibox-content__info {
    max-width: 238px;
  }
}
@media (max-width: 768px) {
  #kt-walk-in-box-panel {
    right: 15px;
  }
  #kt_help_box, #kt_walk_in_box {
    right: 10px;
  }
  .right-side {
    position: absolute;
    right: auto;
    top: 55%;
    margin: 0 2px;
  }
  #dropDown_old_content {
    top: 88%;
  }
  .dashboard .total-sales {
    min-height: 150px;
  }
  .dashboard .kt-portlet .page-tabs {
    padding-left: 15px;
  }
  .dashboard-dropdown {
    width: 100%;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav .nav-tabs {
    min-width: 140px;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav .nav-tabs .nav-item .nav-link {
    padding-right: 4px;
  }
}
@media (max-width: 600px) {
  #kt-walk-in-box-panel {
    right: 8px;
    margin-left: 8px;
  }
}
@media (max-width: 550px) {
  #kt-walk-in-box-panel {
    right: 5px;
    margin-left: 5px;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container {
    min-height: 65vh;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--content-tab {
    min-height: 65vh;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav {
    min-height: 65vh;
  }
  #kt-walk-in-box-panel .help-boxes {
    width: 340px;
  }
}
@media (max-width: 420px) {
  #kt-help-panel .help-boxes {
    width: 340px;
  }
}
@media (max-width: 355px) {
  #kt-help-panel .help-boxes {
    width: 320px;
  }
}
@media (max-height: 900px) {
  .kt-login-v1 .kt-login-v1__footer-text {
    margin-top: 65px;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container {
    min-height: 65vh;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--content-tab {
    max-height: 65vh;
  }
  #kt-walk-in-box-panel .walk-boxes .walk-boxes-container .walk-in-box--nav {
    min-height: 65vh;
  }
}
@media (max-width: 1750px) {
  .kt-menu--integrations .kt-menu__submenu--right {
    right: 100% !important;
    left: auto !important;
  }
}
@media (max-height: 1210px) {
  .internal-support.chat-messenger-container .support-conversaion-box {
    max-height: 50vh;
  }
  .internal-support.chat-messenger-container .chat-discussion-block {
    max-height: 50vh;
  }
}
@media (max-height: 1100px) {
  .setup-video {
    max-height: 650px;
  }
}
@media (max-height: 980px) {
  .internal-support.chat-messenger-container .support-conversaion-box {
    max-height: 42vh;
  }
  .internal-support.chat-messenger-container .chat-discussion-block {
    max-height: 42vh;
  }
}
@media (max-height: 850px) {
  .internal-support.chat-messenger-container .support-conversaion-box {
    max-height: 38vh;
  }
  .internal-support.chat-messenger-container .chat-discussion-block {
    max-height: 38vh;
  }
  #kt-help-panel .help-boxes .help-box-container {
    min-height: 550px;
    max-height: 685px;
  }
  #kt-help-panel .help-boxes .tickets .nice-scroll:not(.support-answer-scrolled) {
    max-height: 340px;
  }
  #kt-help-panel .help-boxes .tickets .support-answer-scrolled {
    max-height: 500px;
  }
  #kt-help-panel .help-boxes .tickets .helpbox-ticket-preview {
    max-height: 450px !important;
  }
  .question-help-box .nice-scroll {
    max-height: 515px;
  }
  .setup-video {
    max-height: 550px;
  }
}
@media (max-height: 705px) {
  .question-help-box .nice-scroll {
    max-height: 450px;
  }
  #kt-help-panel .help-boxes .help-box-container {
    min-height: 500px;
    max-height: 685px;
  }
  #kt-help-panel .help-boxes .tickets .nice-scroll:not(.support-answer-scrolled) {
    max-height: 270px;
  }
  #kt-help-panel .help-boxes .tickets .helpbox-ticket-preview {
    max-height: 390px !important;
  }
}
body.basic.aifit-color-scheme, body.projectselect.aifit-color-scheme {
  background-color: #717171;
}

body.basic.aifit-color-scheme {
  background-image: url(/assets/img/Aifit-CMS-Login.png);
}
body.basic.aifit-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .agreement small a {
  color: #cf0f3a;
  font-weight: bold;
}
body.basic.aifit-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .btn {
  background-color: #cf0f3a;
  color: white;
}
body.basic.aifit-color-scheme .alert.alert-outline-danger {
  border: 1px solid white;
  color: white;
}
body.basic.aifit-color-scheme .alert.alert-outline-danger .alert-text {
  color: white;
}

body.aifit-color-scheme .kt-header__brand-logo-default,
body.aifit-color-scheme .kt-header-mobile__logo img {
  max-height: 60px;
}
body.aifit-color-scheme .btn-brand, body.aifit-color-scheme .btn-brand.active, body.aifit-color-scheme .btn-brand.disabled, body.aifit-color-scheme .btn-info, body.aifit-color-scheme .btn-info.active, body.aifit-color-scheme .btn-info.disabled, body.aifit-color-scheme .btn-primary, body.aifit-color-scheme .btn-primary.active, body.aifit-color-scheme .btn-primary.disabled {
  background-color: #cf0f3a;
  border-color: #cf0f3a;
  color: white;
}
body.aifit-color-scheme .btn-brand:active, body.aifit-color-scheme .btn-brand:focus, body.aifit-color-scheme .btn-brand:hover, body.aifit-color-scheme .btn-brand.active:active, body.aifit-color-scheme .btn-brand.active:focus, body.aifit-color-scheme .btn-brand.active:hover, body.aifit-color-scheme .btn-brand.disabled:active, body.aifit-color-scheme .btn-brand.disabled:focus, body.aifit-color-scheme .btn-brand.disabled:hover, body.aifit-color-scheme .btn-info:active, body.aifit-color-scheme .btn-info:focus, body.aifit-color-scheme .btn-info:hover, body.aifit-color-scheme .btn-info.active:active, body.aifit-color-scheme .btn-info.active:focus, body.aifit-color-scheme .btn-info.active:hover, body.aifit-color-scheme .btn-info.disabled:active, body.aifit-color-scheme .btn-info.disabled:focus, body.aifit-color-scheme .btn-info.disabled:hover, body.aifit-color-scheme .btn-primary:active, body.aifit-color-scheme .btn-primary:focus, body.aifit-color-scheme .btn-primary:hover, body.aifit-color-scheme .btn-primary.active:active, body.aifit-color-scheme .btn-primary.active:focus, body.aifit-color-scheme .btn-primary.active:hover, body.aifit-color-scheme .btn-primary.disabled:active, body.aifit-color-scheme .btn-primary.disabled:focus, body.aifit-color-scheme .btn-primary.disabled:hover {
  background-color: #ef2a54 !important;
  border-color: #ef2a54 !important;
  color: white;
}
body.aifit-color-scheme .form-control:focus {
  border-color: #cf0f3a;
}
body.aifit-color-scheme .appointment-scheduler .kt-portlet__head button:focus {
  color: #fff;
  background-color: #cf0f3a;
  border-color: #cf0f3a;
}
body.aifit-color-scheme .datetimepicker tbody tr > td.day.selected,
body.aifit-color-scheme .datetimepicker tbody tr > td.day.active {
  background: #cf0f3a;
  color: #ffffff;
}
body.aifit-color-scheme .btn.btn-label-brand {
  color: #cf0f3a;
}
body.aifit-color-scheme .btn.btn-label-brand:hover, body.aifit-color-scheme .btn.btn-label-brand:active, body.aifit-color-scheme .btn.btn-label-brand:focus {
  background-color: #cf0f3a;
  color: white;
}
body.aifit-color-scheme .btn.btn-default i {
  color: #cf0f3a;
  opacity: 0.6;
}
body.aifit-color-scheme .btn-primary:not(:disabled):not(.disabled):active,
body.aifit-color-scheme .btn-primary:not(:disabled):not(.disabled).active,
body.aifit-color-scheme .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cf0f3a;
  border-color: #cf0f3a;
}
body.aifit-color-scheme .show > .btn.btn-default, body.aifit-color-scheme .show > .btn.btn-default i,
body.aifit-color-scheme .btn.btn-default.active,
body.aifit-color-scheme .btn.btn-default.active i,
body.aifit-color-scheme .btn.btn-default:active,
body.aifit-color-scheme .btn.btn-default:active i,
body.aifit-color-scheme .btn.btn-default:hover,
body.aifit-color-scheme .btn.btn-default:hover i {
  color: #ffffff;
  background: #cf0f3a;
  border-color: #cf0f3a;
}
body.aifit-color-scheme .btn.btn-default i {
  color: #cf0f3a;
  opacity: 0.6;
}
body.aifit-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
body.aifit-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
body.aifit-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow,
body.aifit-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
body.aifit-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
body.aifit-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #cf0f3a;
}
body.aifit-color-scheme .kt-switch input:checked ~ span:after {
  background-color: #cf0f3a;
  color: #ffffff;
}
body.aifit-color-scheme .kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text i {
  color: #cf0f3a;
}
body.aifit-color-scheme .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  color: #cf0f3a;
}
body.aifit-color-scheme .kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #cf0f3a;
}
body.aifit-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link a:hover {
  color: #cf0f3a;
}
body.aifit-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #cf0f3a;
}
body.aifit-color-scheme .pagination li a:hover {
  background: #cf0f3a;
  color: #fff;
}
body.aifit-color-scheme .pagination li.active a {
  background: #cf0f3a;
  color: #fff;
}
body.aifit-color-scheme per-page-pagination .select-section .per-page .btn:hover {
  background: #cf0f3a;
  color: #fff;
}
body.aifit-color-scheme .dropdown-item.active, body.aifit-color-scheme .dropdown-item:active {
  background-color: #cf0f3a;
}
body.aifit-color-scheme .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=current] span {
  background-color: #cf0f3a;
  color: #ffffff;
}
body.aifit-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
body.aifit-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
body.aifit-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
body.aifit-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
  color: #cf0f3a;
  border-bottom: 1px solid #cf0f3a;
}
body.aifit-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p .counter,
body.aifit-color-scheme .member-management .health-sections .menu-items p .counter {
  color: #cf0f3a;
}
body.aifit-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p.active .counter, body.aifit-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p:not(.active):hover .counter,
body.aifit-color-scheme .member-management .health-sections .menu-items p.active .counter,
body.aifit-color-scheme .member-management .health-sections .menu-items p:not(.active):hover .counter {
  color: white;
  background-color: #cf0f3a;
}
body.aifit-color-scheme .modal .modal-content .modal-header .close:hover {
  color: #cf0f3a;
}
body.aifit-color-scheme .orders-inputs .text-info {
  color: #cf0f3a !important;
}
body.aifit-color-scheme .media-library-container .kt-portlet__head-toolbar a {
  color: #cf0f3a;
}
body.aifit-color-scheme .wkt-exercises-wrap .btn-outline-primary,
body.aifit-color-scheme .upload-exercise .btn-outline-primary,
body.aifit-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary {
  color: #cf0f3a;
  border-color: #cf0f3a;
}
body.aifit-color-scheme .wkt-exercises-wrap .btn-outline-primary:hover,
body.aifit-color-scheme .upload-exercise .btn-outline-primary:hover,
body.aifit-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary:hover {
  background-color: #cf0f3a;
  color: white;
}
body.aifit-color-scheme .checkround-action-box .btn-info {
  background-color: #385aeb;
  border-color: #385aeb;
}
body.aifit-color-scheme .checkround-action-box .btn-info:hover {
  background-color: #385aeb !important;
  border-color: #385aeb !important;
  color: white;
}
body.aifit-color-scheme custom-date-time-picker .btn.btn-default:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #e2e5ec;
}
body.aifit-color-scheme .datepicker-group .btn.btn-default:hover {
  color: #74778d;
}
@media (min-width: 1025px) {
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover > .kt-menu__link .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here.kt-menu__item--active > .kt-menu__link {
    color: #cf0f3a;
  }
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-icon,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-text, body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link > .kt-menu__hor-arrow, body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon,
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #cf0f3a;
  }
  body.aifit-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, body.aifit-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, body.aifit-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span,
  body.aifit-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
    background-color: #cf0f3a;
  }
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #cf0f3a;
  }
  body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.aifit-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #cf0f3a;
  }
}
body.aifit-color-scheme .search-members .btn-primary, body.aifit-color-scheme .search-members .btn-primary.active, body.aifit-color-scheme .search-members .btn-primary.disabled {
  background-color: #ef2a54;
  border-color: #ef2a54;
  color: white;
}
body.aifit-color-scheme .search-members .btn-primary:active, body.aifit-color-scheme .search-members .btn-primary:focus, body.aifit-color-scheme .search-members .btn-primary:hover, body.aifit-color-scheme .search-members .btn-primary.active:active, body.aifit-color-scheme .search-members .btn-primary.active:focus, body.aifit-color-scheme .search-members .btn-primary.active:hover, body.aifit-color-scheme .search-members .btn-primary.disabled:active, body.aifit-color-scheme .search-members .btn-primary.disabled:focus, body.aifit-color-scheme .search-members .btn-primary.disabled:hover {
  background-color: #ef2a54 !important;
  border-color: #ef2a54 !important;
  color: white;
}
body.aifit-color-scheme .nav-second-level {
  background-color: #1A1917;
}
body.aifit-color-scheme .canvas-menu.mini-navbar .nav-second-level {
  background: #121110;
}
body.aifit-color-scheme .faq-manage .tabs-faq .tab-active {
  background: #cf0f3a !important;
  border: 1px solid #ef2a54 !important;
  color: white;
}
body.aifit-color-scheme .faq-manage .tabs-faq li > a:focus, body.aifit-color-scheme .faq-manage .tabs-faq li > a:hover, body.aifit-color-scheme .faq-manage .tabs-faq li > a:active {
  background: #cf0f3a !important;
  border: 1px solid #ef2a54 !important;
  color: white;
}
body.aifit-color-scheme .faq-manage .panel-heading .panel-heading-title:before {
  background: #cf0f3a;
}

body#page-top.aifit-color-scheme .navbar-default .nav > li.active span {
  color: white;
}
body#page-top.aifit-color-scheme .navbar-default .nav > li.active:hover i, body#page-top.aifit-color-scheme .navbar-default .nav > li.active:hover span, body#page-top.aifit-color-scheme .navbar-default .nav > li.active a:focus i, body#page-top.aifit-color-scheme .navbar-default .nav > li.active a:focus span {
  color: white !important;
}

body#page-top.aifit-color-scheme .navbar-default .nav > li.active > a {
  color: #575656;
}
body#page-top.aifit-color-scheme .navbar-default .nav > li.active > a span {
  color: #575656 !important;
}

.btn-black {
  background: #575656;
  color: white;
}

@media (max-width: 1024px) {
  body.basic.gym80-color-scheme, body.projectselect.gym80-color-scheme {
    background-size: cover;
  }
}
body.basic.biker-color-scheme, body.projectselect.biker-color-scheme {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: top center;
  background-color: #717171;
}

body.basic.biker-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .agreement small a {
  color: #FC9B05;
  font-weight: bold;
}
body.basic.biker-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .btn {
  background-color: #FC9B05;
  color: white;
}
body.basic.biker-color-scheme .alert.alert-outline-danger {
  border: 1px solid white;
  color: white;
}
body.basic.biker-color-scheme .alert.alert-outline-danger .alert-text {
  color: white;
}

body.biker-color-scheme .btn-brand, body.biker-color-scheme .btn-brand.active, body.biker-color-scheme .btn-brand.disabled, body.biker-color-scheme .btn-info, body.biker-color-scheme .btn-info.active, body.biker-color-scheme .btn-info.disabled, body.biker-color-scheme .btn-primary, body.biker-color-scheme .btn-primary.active, body.biker-color-scheme .btn-primary.disabled {
  background-color: #FC9B05;
  border-color: #FC9B05;
  color: white;
}
body.biker-color-scheme .btn-brand:active, body.biker-color-scheme .btn-brand:focus, body.biker-color-scheme .btn-brand:hover, body.biker-color-scheme .btn-brand.active:active, body.biker-color-scheme .btn-brand.active:focus, body.biker-color-scheme .btn-brand.active:hover, body.biker-color-scheme .btn-brand.disabled:active, body.biker-color-scheme .btn-brand.disabled:focus, body.biker-color-scheme .btn-brand.disabled:hover, body.biker-color-scheme .btn-info:active, body.biker-color-scheme .btn-info:focus, body.biker-color-scheme .btn-info:hover, body.biker-color-scheme .btn-info.active:active, body.biker-color-scheme .btn-info.active:focus, body.biker-color-scheme .btn-info.active:hover, body.biker-color-scheme .btn-info.disabled:active, body.biker-color-scheme .btn-info.disabled:focus, body.biker-color-scheme .btn-info.disabled:hover, body.biker-color-scheme .btn-primary:active, body.biker-color-scheme .btn-primary:focus, body.biker-color-scheme .btn-primary:hover, body.biker-color-scheme .btn-primary.active:active, body.biker-color-scheme .btn-primary.active:focus, body.biker-color-scheme .btn-primary.active:hover, body.biker-color-scheme .btn-primary.disabled:active, body.biker-color-scheme .btn-primary.disabled:focus, body.biker-color-scheme .btn-primary.disabled:hover {
  background-color: #FC9B05 !important;
  border-color: #FC9B05 !important;
  color: white;
}
body.biker-color-scheme .form-control:focus {
  border-color: #FC9B05;
}
body.biker-color-scheme .appointment-scheduler .kt-portlet__head button:focus {
  color: #fff;
  background-color: #FC9B05;
  border-color: #FC9B05;
}
body.biker-color-scheme .datetimepicker tbody tr > td.day.selected,
body.biker-color-scheme .datetimepicker tbody tr > td.day.active {
  background: #FC9B05;
  color: #ffffff;
}
body.biker-color-scheme .btn.btn-label-brand {
  color: #FC9B05;
}
body.biker-color-scheme .btn.btn-label-brand:hover, body.biker-color-scheme .btn.btn-label-brand:active, body.biker-color-scheme .btn.btn-label-brand:focus {
  background-color: #FC9B05;
  color: white;
}
body.biker-color-scheme .btn.btn-default i {
  color: #FC9B05;
  opacity: 0.6;
}
body.biker-color-scheme .btn-primary:not(:disabled):not(.disabled):active,
body.biker-color-scheme .btn-primary:not(:disabled):not(.disabled).active,
body.biker-color-scheme .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #FC9B05;
  border-color: #FC9B05;
}
body.biker-color-scheme .show > .btn.btn-default, body.biker-color-scheme .show > .btn.btn-default i,
body.biker-color-scheme .btn.btn-default.active,
body.biker-color-scheme .btn.btn-default.active i,
body.biker-color-scheme .btn.btn-default:active,
body.biker-color-scheme .btn.btn-default:active i,
body.biker-color-scheme .btn.btn-default:hover,
body.biker-color-scheme .btn.btn-default:hover i {
  color: #ffffff;
  background: #FC9B05;
  border-color: #FC9B05;
}
body.biker-color-scheme .btn.btn-default i {
  color: #FC9B05;
  opacity: 0.6;
}
body.biker-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
body.biker-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
body.biker-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow,
body.biker-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
body.biker-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
body.biker-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #FC9B05;
}
body.biker-color-scheme .kt-switch input:checked ~ span:after {
  background-color: #FC9B05;
  color: #ffffff;
}
body.biker-color-scheme .kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text i {
  color: #FC9B05;
}
body.biker-color-scheme .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  color: #FC9B05;
}
body.biker-color-scheme .kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #FC9B05;
}
body.biker-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link a:hover {
  color: #FC9B05;
}
body.biker-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #FC9B05;
}
body.biker-color-scheme .pagination li a:hover {
  background: #FC9B05;
  color: #fff;
}
body.biker-color-scheme .pagination li.active a {
  background: #FC9B05;
  color: #fff;
}
body.biker-color-scheme per-page-pagination .select-section .per-page .btn:hover {
  background: #FC9B05;
  color: #fff;
}
body.biker-color-scheme .dropdown-item.active, body.biker-color-scheme .dropdown-item:active {
  background-color: #FC9B05;
}
body.biker-color-scheme .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=current] span {
  background-color: #FC9B05;
  color: #ffffff;
}
body.biker-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
body.biker-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
body.biker-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
body.biker-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
  color: #FC9B05;
  border-bottom: 1px solid #FC9B05;
}
body.biker-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p .counter,
body.biker-color-scheme .member-management .health-sections .menu-items p .counter {
  color: #FC9B05;
}
body.biker-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p.active .counter, body.biker-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p:not(.active):hover .counter,
body.biker-color-scheme .member-management .health-sections .menu-items p.active .counter,
body.biker-color-scheme .member-management .health-sections .menu-items p:not(.active):hover .counter {
  color: white;
  background-color: #FC9B05;
}
body.biker-color-scheme .modal .modal-content .modal-header .close:hover {
  color: #FC9B05;
}
body.biker-color-scheme .orders-inputs .text-info {
  color: #FC9B05 !important;
}
body.biker-color-scheme .media-library-container .kt-portlet__head-toolbar a {
  color: #FC9B05;
}
body.biker-color-scheme .wkt-exercises-wrap .btn-outline-primary,
body.biker-color-scheme .upload-exercise .btn-outline-primary,
body.biker-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary {
  color: #FC9B05;
  border-color: #FC9B05;
}
body.biker-color-scheme .wkt-exercises-wrap .btn-outline-primary:hover,
body.biker-color-scheme .upload-exercise .btn-outline-primary:hover,
body.biker-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary:hover {
  background-color: #FC9B05;
  color: white;
}
body.biker-color-scheme .checkround-action-box .btn-info {
  background-color: #385aeb;
  border-color: #385aeb;
}
body.biker-color-scheme .checkround-action-box .btn-info:hover {
  background-color: #385aeb !important;
  border-color: #385aeb !important;
  color: white;
}
body.biker-color-scheme custom-date-time-picker .btn.btn-default:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #e2e5ec;
}
body.biker-color-scheme .datepicker-group .btn.btn-default:hover {
  color: #74778d;
}
@media (min-width: 1025px) {
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover > .kt-menu__link .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here.kt-menu__item--active > .kt-menu__link {
    color: #FC9B05;
  }
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-icon,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-text, body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link > .kt-menu__hor-arrow, body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon,
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #FC9B05;
  }
  body.biker-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, body.biker-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, body.biker-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span,
  body.biker-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
    background-color: #FC9B05;
  }
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #FC9B05;
  }
  body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.biker-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #FC9B05;
  }
}
body.biker-color-scheme .search-members .btn-primary, body.biker-color-scheme .search-members .btn-primary.active, body.biker-color-scheme .search-members .btn-primary.disabled {
  background-color: #FC9B05;
  border-color: #FC9B05;
  color: white;
}
body.biker-color-scheme .search-members .btn-primary:active, body.biker-color-scheme .search-members .btn-primary:focus, body.biker-color-scheme .search-members .btn-primary:hover, body.biker-color-scheme .search-members .btn-primary.active:active, body.biker-color-scheme .search-members .btn-primary.active:focus, body.biker-color-scheme .search-members .btn-primary.active:hover, body.biker-color-scheme .search-members .btn-primary.disabled:active, body.biker-color-scheme .search-members .btn-primary.disabled:focus, body.biker-color-scheme .search-members .btn-primary.disabled:hover {
  background-color: #FC9B05 !important;
  border-color: #FC9B05 !important;
  color: white;
}
body.biker-color-scheme .nav-second-level {
  background-color: #000000;
}
body.biker-color-scheme .canvas-menu.mini-navbar .nav-second-level {
  background: black;
}
body.biker-color-scheme .faq-manage .tabs-faq .tab-active {
  background: #FC9B05 !important;
  border: 1px solid #FC9B05 !important;
  color: white;
}
body.biker-color-scheme .faq-manage .tabs-faq li > a:focus, body.biker-color-scheme .faq-manage .tabs-faq li > a:hover, body.biker-color-scheme .faq-manage .tabs-faq li > a:active {
  background: #FC9B05 !important;
  border: 1px solid #FC9B05 !important;
  color: white;
}
body.biker-color-scheme .faq-manage .panel-heading .panel-heading-title:before {
  background: #FC9B05;
}

body#page-top.biker-color-scheme .navbar-default .nav > li.active span {
  color: white;
}
body#page-top.biker-color-scheme .navbar-default .nav > li.active:hover i, body#page-top.biker-color-scheme .navbar-default .nav > li.active:hover span, body#page-top.biker-color-scheme .navbar-default .nav > li.active a:focus i, body#page-top.biker-color-scheme .navbar-default .nav > li.active a:focus span {
  color: white !important;
}

body#page-top.biker-color-scheme .navbar-default .nav > li.active > a {
  color: #575656;
}
body#page-top.biker-color-scheme .navbar-default .nav > li.active > a span {
  color: #575656 !important;
}

.btn-black {
  background: #575656;
  color: white;
}

body.basic.druhr-color-scheme, body.projectselect.druhr-color-scheme {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: top center;
  background-color: #717171;
}

body.basic.druhr-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .agreement small a {
  color: #cf0f3a;
  font-weight: bold;
}
body.basic.druhr-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .btn {
  background-color: #cf0f3a;
  color: white;
}
body.basic.druhr-color-scheme .alert.alert-outline-danger {
  border: 1px solid white;
  color: white;
}
body.basic.druhr-color-scheme .alert.alert-outline-danger .alert-text {
  color: white;
}

body.druhr-color-scheme .btn-brand, body.druhr-color-scheme .btn-brand.active, body.druhr-color-scheme .btn-brand.disabled, body.druhr-color-scheme .btn-info, body.druhr-color-scheme .btn-info.active, body.druhr-color-scheme .btn-info.disabled, body.druhr-color-scheme .btn-primary, body.druhr-color-scheme .btn-primary.active, body.druhr-color-scheme .btn-primary.disabled {
  background-color: #cf0f3a;
  border-color: #cf0f3a;
  color: white;
}
body.druhr-color-scheme .btn-brand:active, body.druhr-color-scheme .btn-brand:focus, body.druhr-color-scheme .btn-brand:hover, body.druhr-color-scheme .btn-brand.active:active, body.druhr-color-scheme .btn-brand.active:focus, body.druhr-color-scheme .btn-brand.active:hover, body.druhr-color-scheme .btn-brand.disabled:active, body.druhr-color-scheme .btn-brand.disabled:focus, body.druhr-color-scheme .btn-brand.disabled:hover, body.druhr-color-scheme .btn-info:active, body.druhr-color-scheme .btn-info:focus, body.druhr-color-scheme .btn-info:hover, body.druhr-color-scheme .btn-info.active:active, body.druhr-color-scheme .btn-info.active:focus, body.druhr-color-scheme .btn-info.active:hover, body.druhr-color-scheme .btn-info.disabled:active, body.druhr-color-scheme .btn-info.disabled:focus, body.druhr-color-scheme .btn-info.disabled:hover, body.druhr-color-scheme .btn-primary:active, body.druhr-color-scheme .btn-primary:focus, body.druhr-color-scheme .btn-primary:hover, body.druhr-color-scheme .btn-primary.active:active, body.druhr-color-scheme .btn-primary.active:focus, body.druhr-color-scheme .btn-primary.active:hover, body.druhr-color-scheme .btn-primary.disabled:active, body.druhr-color-scheme .btn-primary.disabled:focus, body.druhr-color-scheme .btn-primary.disabled:hover {
  background-color: #ef2a54 !important;
  border-color: #ef2a54 !important;
  color: white;
}
body.druhr-color-scheme .form-control:focus {
  border-color: #cf0f3a;
}
body.druhr-color-scheme .appointment-scheduler .kt-portlet__head button:focus {
  color: #fff;
  background-color: #cf0f3a;
  border-color: #cf0f3a;
}
body.druhr-color-scheme .datetimepicker tbody tr > td.day.selected,
body.druhr-color-scheme .datetimepicker tbody tr > td.day.active {
  background: #cf0f3a;
  color: #ffffff;
}
body.druhr-color-scheme .btn.btn-label-brand {
  color: #cf0f3a;
}
body.druhr-color-scheme .btn.btn-label-brand:hover, body.druhr-color-scheme .btn.btn-label-brand:active, body.druhr-color-scheme .btn.btn-label-brand:focus {
  background-color: #cf0f3a;
  color: white;
}
body.druhr-color-scheme .btn.btn-default i {
  color: #cf0f3a;
  opacity: 0.6;
}
body.druhr-color-scheme .btn-primary:not(:disabled):not(.disabled):active,
body.druhr-color-scheme .btn-primary:not(:disabled):not(.disabled).active,
body.druhr-color-scheme .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cf0f3a;
  border-color: #cf0f3a;
}
body.druhr-color-scheme .show > .btn.btn-default, body.druhr-color-scheme .show > .btn.btn-default i,
body.druhr-color-scheme .btn.btn-default.active,
body.druhr-color-scheme .btn.btn-default.active i,
body.druhr-color-scheme .btn.btn-default:active,
body.druhr-color-scheme .btn.btn-default:active i,
body.druhr-color-scheme .btn.btn-default:hover,
body.druhr-color-scheme .btn.btn-default:hover i {
  color: #ffffff;
  background: #cf0f3a;
  border-color: #cf0f3a;
}
body.druhr-color-scheme .btn.btn-default i {
  color: #cf0f3a;
  opacity: 0.6;
}
body.druhr-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
body.druhr-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
body.druhr-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow,
body.druhr-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
body.druhr-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
body.druhr-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #cf0f3a;
}
body.druhr-color-scheme .kt-switch input:checked ~ span:after {
  background-color: #cf0f3a;
  color: #ffffff;
}
body.druhr-color-scheme .kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text i {
  color: #cf0f3a;
}
body.druhr-color-scheme .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  color: #cf0f3a;
}
body.druhr-color-scheme .kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #cf0f3a;
}
body.druhr-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link a:hover {
  color: #cf0f3a;
}
body.druhr-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #cf0f3a;
}
body.druhr-color-scheme .pagination li a:hover {
  background: #cf0f3a;
  color: #fff;
}
body.druhr-color-scheme .pagination li.active a {
  background: #cf0f3a;
  color: #fff;
}
body.druhr-color-scheme per-page-pagination .select-section .per-page .btn:hover {
  background: #cf0f3a;
  color: #fff;
}
body.druhr-color-scheme .dropdown-item.active, body.druhr-color-scheme .dropdown-item:active {
  background-color: #cf0f3a;
}
body.druhr-color-scheme .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=current] span {
  background-color: #cf0f3a;
  color: #ffffff;
}
body.druhr-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
body.druhr-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
body.druhr-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
body.druhr-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
  color: #cf0f3a;
  border-bottom: 1px solid #cf0f3a;
}
body.druhr-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p .counter,
body.druhr-color-scheme .member-management .health-sections .menu-items p .counter {
  color: #cf0f3a;
}
body.druhr-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p.active .counter, body.druhr-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p:not(.active):hover .counter,
body.druhr-color-scheme .member-management .health-sections .menu-items p.active .counter,
body.druhr-color-scheme .member-management .health-sections .menu-items p:not(.active):hover .counter {
  color: white;
  background-color: #cf0f3a;
}
body.druhr-color-scheme .modal .modal-content .modal-header .close:hover {
  color: #cf0f3a;
}
body.druhr-color-scheme .orders-inputs .text-info {
  color: #cf0f3a !important;
}
body.druhr-color-scheme .media-library-container .kt-portlet__head-toolbar a {
  color: #cf0f3a;
}
body.druhr-color-scheme .wkt-exercises-wrap .btn-outline-primary,
body.druhr-color-scheme .upload-exercise .btn-outline-primary,
body.druhr-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary {
  color: #cf0f3a;
  border-color: #cf0f3a;
}
body.druhr-color-scheme .wkt-exercises-wrap .btn-outline-primary:hover,
body.druhr-color-scheme .upload-exercise .btn-outline-primary:hover,
body.druhr-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary:hover {
  background-color: #cf0f3a;
  color: white;
}
body.druhr-color-scheme .checkround-action-box .btn-info {
  background-color: #385aeb;
  border-color: #385aeb;
}
body.druhr-color-scheme .checkround-action-box .btn-info:hover {
  background-color: #385aeb !important;
  border-color: #385aeb !important;
  color: white;
}
body.druhr-color-scheme custom-date-time-picker .btn.btn-default:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #e2e5ec;
}
body.druhr-color-scheme .datepicker-group .btn.btn-default:hover {
  color: #74778d;
}
@media (min-width: 1025px) {
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover > .kt-menu__link .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here.kt-menu__item--active > .kt-menu__link {
    color: #cf0f3a;
  }
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-icon,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-text, body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link > .kt-menu__hor-arrow, body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon,
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #cf0f3a;
  }
  body.druhr-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, body.druhr-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, body.druhr-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span,
  body.druhr-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
    background-color: #cf0f3a;
  }
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #cf0f3a;
  }
  body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.druhr-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #cf0f3a;
  }
}
body.druhr-color-scheme .search-members .btn-primary, body.druhr-color-scheme .search-members .btn-primary.active, body.druhr-color-scheme .search-members .btn-primary.disabled {
  background-color: #ef2a54;
  border-color: #ef2a54;
  color: white;
}
body.druhr-color-scheme .search-members .btn-primary:active, body.druhr-color-scheme .search-members .btn-primary:focus, body.druhr-color-scheme .search-members .btn-primary:hover, body.druhr-color-scheme .search-members .btn-primary.active:active, body.druhr-color-scheme .search-members .btn-primary.active:focus, body.druhr-color-scheme .search-members .btn-primary.active:hover, body.druhr-color-scheme .search-members .btn-primary.disabled:active, body.druhr-color-scheme .search-members .btn-primary.disabled:focus, body.druhr-color-scheme .search-members .btn-primary.disabled:hover {
  background-color: #ef2a54 !important;
  border-color: #ef2a54 !important;
  color: white;
}
body.druhr-color-scheme .nav-second-level {
  background-color: #1A1917;
}
body.druhr-color-scheme .canvas-menu.mini-navbar .nav-second-level {
  background: #121110;
}
body.druhr-color-scheme .faq-manage .tabs-faq .tab-active {
  background: #cf0f3a !important;
  border: 1px solid #ef2a54 !important;
  color: white;
}
body.druhr-color-scheme .faq-manage .tabs-faq li > a:focus, body.druhr-color-scheme .faq-manage .tabs-faq li > a:hover, body.druhr-color-scheme .faq-manage .tabs-faq li > a:active {
  background: #cf0f3a !important;
  border: 1px solid #ef2a54 !important;
  color: white;
}
body.druhr-color-scheme .faq-manage .panel-heading .panel-heading-title:before {
  background: #cf0f3a;
}

body#page-top.druhr-color-scheme .navbar-default .nav > li.active span {
  color: white;
}
body#page-top.druhr-color-scheme .navbar-default .nav > li.active:hover i, body#page-top.druhr-color-scheme .navbar-default .nav > li.active:hover span, body#page-top.druhr-color-scheme .navbar-default .nav > li.active a:focus i, body#page-top.druhr-color-scheme .navbar-default .nav > li.active a:focus span {
  color: white !important;
}

body#page-top.druhr-color-scheme .navbar-default .nav > li.active > a {
  color: #575656;
}
body#page-top.druhr-color-scheme .navbar-default .nav > li.active > a span {
  color: #575656 !important;
}

.btn-black {
  background: #575656;
  color: white;
}

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

druhr-only {
  display: block !important;
}

body.basic.gym80-color-scheme, body.projectselect.gym80-color-scheme {
  background-color: #f1eee7;
}

body.basic.gym80-color-scheme {
  background-image: url(/assets/img/Gym80-CMS-Login.png);
}
body.basic.gym80-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .agreement small a {
  color: #cf0f3a;
  font-weight: bold;
}
body.basic.gym80-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .btn {
  background-color: #cf0f3a;
  color: white;
}
body.basic.gym80-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .form-control {
  border-color: white;
  color: white;
}
body.basic.gym80-color-scheme .kt-login-v1__forgot {
  color: white !important;
}

body.gym80-color-scheme .btn-brand, body.gym80-color-scheme .btn-brand.active, body.gym80-color-scheme .btn-brand.disabled, body.gym80-color-scheme .btn-info, body.gym80-color-scheme .btn-info.active, body.gym80-color-scheme .btn-info.disabled, body.gym80-color-scheme .btn-primary, body.gym80-color-scheme .btn-primary.active, body.gym80-color-scheme .btn-primary.disabled {
  background-color: #cf0f3a;
  border-color: #cf0f3a;
  color: white;
}
body.gym80-color-scheme .btn-brand:active, body.gym80-color-scheme .btn-brand:focus, body.gym80-color-scheme .btn-brand:hover, body.gym80-color-scheme .btn-brand.active:active, body.gym80-color-scheme .btn-brand.active:focus, body.gym80-color-scheme .btn-brand.active:hover, body.gym80-color-scheme .btn-brand.disabled:active, body.gym80-color-scheme .btn-brand.disabled:focus, body.gym80-color-scheme .btn-brand.disabled:hover, body.gym80-color-scheme .btn-info:active, body.gym80-color-scheme .btn-info:focus, body.gym80-color-scheme .btn-info:hover, body.gym80-color-scheme .btn-info.active:active, body.gym80-color-scheme .btn-info.active:focus, body.gym80-color-scheme .btn-info.active:hover, body.gym80-color-scheme .btn-info.disabled:active, body.gym80-color-scheme .btn-info.disabled:focus, body.gym80-color-scheme .btn-info.disabled:hover, body.gym80-color-scheme .btn-primary:active, body.gym80-color-scheme .btn-primary:focus, body.gym80-color-scheme .btn-primary:hover, body.gym80-color-scheme .btn-primary.active:active, body.gym80-color-scheme .btn-primary.active:focus, body.gym80-color-scheme .btn-primary.active:hover, body.gym80-color-scheme .btn-primary.disabled:active, body.gym80-color-scheme .btn-primary.disabled:focus, body.gym80-color-scheme .btn-primary.disabled:hover {
  background-color: #ef2a54 !important;
  border-color: #ef2a54 !important;
  color: white;
}
body.gym80-color-scheme .form-control:focus {
  border-color: #cf0f3a;
}
body.gym80-color-scheme .appointment-scheduler .kt-portlet__head button:focus {
  color: #fff;
  background-color: #cf0f3a;
  border-color: #cf0f3a;
}
body.gym80-color-scheme .datetimepicker tbody tr > td.day.selected,
body.gym80-color-scheme .datetimepicker tbody tr > td.day.active {
  background: #cf0f3a;
  color: #ffffff;
}
body.gym80-color-scheme .btn.btn-label-brand {
  color: #cf0f3a;
}
body.gym80-color-scheme .btn.btn-label-brand:hover, body.gym80-color-scheme .btn.btn-label-brand:active, body.gym80-color-scheme .btn.btn-label-brand:focus {
  background-color: #cf0f3a;
  color: white;
}
body.gym80-color-scheme .btn.btn-default i {
  color: #cf0f3a;
  opacity: 0.6;
}
body.gym80-color-scheme .btn-primary:not(:disabled):not(.disabled):active,
body.gym80-color-scheme .btn-primary:not(:disabled):not(.disabled).active,
body.gym80-color-scheme .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cf0f3a;
  border-color: #cf0f3a;
}
body.gym80-color-scheme .show > .btn.btn-default, body.gym80-color-scheme .show > .btn.btn-default i,
body.gym80-color-scheme .btn.btn-default.active,
body.gym80-color-scheme .btn.btn-default.active i,
body.gym80-color-scheme .btn.btn-default:active,
body.gym80-color-scheme .btn.btn-default:active i,
body.gym80-color-scheme .btn.btn-default:hover,
body.gym80-color-scheme .btn.btn-default:hover i {
  color: #ffffff;
  background: #cf0f3a;
  border-color: #cf0f3a;
}
body.gym80-color-scheme .btn.btn-default i {
  color: #cf0f3a;
  opacity: 0.6;
}
body.gym80-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
body.gym80-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
body.gym80-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow,
body.gym80-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
body.gym80-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
body.gym80-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #cf0f3a;
}
body.gym80-color-scheme .kt-switch input:checked ~ span:after {
  background-color: #cf0f3a;
  color: #ffffff;
}
body.gym80-color-scheme .kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text i {
  color: #cf0f3a;
}
body.gym80-color-scheme .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  color: #cf0f3a;
}
body.gym80-color-scheme .kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #cf0f3a;
}
body.gym80-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link a:hover {
  color: #cf0f3a;
}
body.gym80-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #cf0f3a;
}
body.gym80-color-scheme .pagination li a:hover {
  background: #cf0f3a;
  color: #fff;
}
body.gym80-color-scheme .pagination li.active a {
  background: #cf0f3a;
  color: #fff;
}
body.gym80-color-scheme per-page-pagination .select-section .per-page .btn:hover {
  background: #cf0f3a;
  color: #fff;
}
body.gym80-color-scheme .dropdown-item.active, body.gym80-color-scheme .dropdown-item:active {
  background-color: #cf0f3a;
}
body.gym80-color-scheme .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=current] span {
  background-color: #cf0f3a;
  color: #ffffff;
}
body.gym80-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
body.gym80-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
body.gym80-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
body.gym80-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
  color: #cf0f3a;
  border-bottom: 1px solid #cf0f3a;
}
body.gym80-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p .counter,
body.gym80-color-scheme .member-management .health-sections .menu-items p .counter {
  color: #cf0f3a;
}
body.gym80-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p.active .counter, body.gym80-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p:not(.active):hover .counter,
body.gym80-color-scheme .member-management .health-sections .menu-items p.active .counter,
body.gym80-color-scheme .member-management .health-sections .menu-items p:not(.active):hover .counter {
  color: white;
  background-color: #cf0f3a;
}
body.gym80-color-scheme .modal .modal-content .modal-header .close:hover {
  color: #cf0f3a;
}
body.gym80-color-scheme .btn-outline-brand {
  color: black;
  border-color: #cf0f3a;
}
body.gym80-color-scheme .btn-outline-brand:not(:disabled):not(.disabled):active, body.gym80-color-scheme .btn-outline-brand:not(:disabled):not(.disabled).activ, body.gym80-color-scheme .btn-outline-brand:not(:disabled):not(.disabled):hover {
  color: black;
  background-color: #cf0f3a;
  border-color: #cf0f3a;
}
body.gym80-color-scheme .show > .btn-outline-brand.dropdown-toggle {
  color: black;
  background-color: #cf0f3a;
  border-color: #cf0f3a;
}
body.gym80-color-scheme .main-title .kt-font-info i {
  color: #cf0f3a;
}
body.gym80-color-scheme .main-title .kt-font-info i:hover {
  color: black;
  background-color: #cf0f3a;
}
body.gym80-color-scheme .main-title .kt-font-info.active {
  color: #cf0f3a !important;
}
body.gym80-color-scheme .main-title .load {
  color: #cf0f3a !important;
}
body.gym80-color-scheme .orders-inputs .text-info {
  color: #cf0f3a !important;
}
body.gym80-color-scheme .media-library-container .kt-portlet__head-toolbar a {
  color: #cf0f3a;
}
body.gym80-color-scheme .wkt-exercises-wrap .btn-outline-primary,
body.gym80-color-scheme .upload-exercise .btn-outline-primary,
body.gym80-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary {
  color: #cf0f3a;
  border-color: #cf0f3a;
}
body.gym80-color-scheme .wkt-exercises-wrap .btn-outline-primary:hover,
body.gym80-color-scheme .upload-exercise .btn-outline-primary:hover,
body.gym80-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary:hover {
  background-color: #cf0f3a;
  color: white;
}
body.gym80-color-scheme .checkround-action-box .btn-info {
  background-color: #385aeb;
  border-color: #385aeb;
}
body.gym80-color-scheme .checkround-action-box .btn-info:hover {
  background-color: #385aeb !important;
  border-color: #385aeb !important;
  color: white;
}
body.gym80-color-scheme custom-date-time-picker .btn.btn-default:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #e2e5ec;
}
body.gym80-color-scheme .datepicker-group .btn.btn-default:hover {
  color: #74778d;
}
@media (min-width: 1025px) {
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover > .kt-menu__link .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here.kt-menu__item--active > .kt-menu__link {
    color: #cf0f3a;
  }
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-icon,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-text, body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link > .kt-menu__hor-arrow, body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon,
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #cf0f3a;
  }
  body.gym80-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, body.gym80-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, body.gym80-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span,
  body.gym80-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
    background-color: #cf0f3a;
  }
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #cf0f3a;
  }
  body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.gym80-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #cf0f3a;
  }
}
body.gym80-color-scheme .search-members .btn-primary, body.gym80-color-scheme .search-members .btn-primary.active, body.gym80-color-scheme .search-members .btn-primary.disabled {
  background-color: #ef2a54;
  border-color: #ef2a54;
  color: white;
}
body.gym80-color-scheme .search-members .btn-primary:active, body.gym80-color-scheme .search-members .btn-primary:focus, body.gym80-color-scheme .search-members .btn-primary:hover, body.gym80-color-scheme .search-members .btn-primary.active:active, body.gym80-color-scheme .search-members .btn-primary.active:focus, body.gym80-color-scheme .search-members .btn-primary.active:hover, body.gym80-color-scheme .search-members .btn-primary.disabled:active, body.gym80-color-scheme .search-members .btn-primary.disabled:focus, body.gym80-color-scheme .search-members .btn-primary.disabled:hover {
  background-color: #ef2a54 !important;
  border-color: #ef2a54 !important;
  color: white;
}
body.gym80-color-scheme .nav-second-level {
  background-color: #1A1917;
}
body.gym80-color-scheme .canvas-menu.mini-navbar .nav-second-level {
  background: #121110;
}
body.gym80-color-scheme .faq-manage .tabs-faq .tab-active {
  background: #cf0f3a !important;
  border: 1px solid #ef2a54 !important;
  color: white;
}
body.gym80-color-scheme .faq-manage .tabs-faq li > a:focus, body.gym80-color-scheme .faq-manage .tabs-faq li > a:hover, body.gym80-color-scheme .faq-manage .tabs-faq li > a:active {
  background: #cf0f3a !important;
  border: 1px solid #ef2a54 !important;
  color: white;
}
body.gym80-color-scheme .faq-manage .panel-heading .panel-heading-title:before {
  background: #cf0f3a;
}

body#page-top.gym80-color-scheme .navbar-default .nav > li.active span {
  color: white;
}
body#page-top.gym80-color-scheme .navbar-default .nav > li.active:hover i, body#page-top.gym80-color-scheme .navbar-default .nav > li.active:hover span, body#page-top.gym80-color-scheme .navbar-default .nav > li.active a:focus i, body#page-top.gym80-color-scheme .navbar-default .nav > li.active a:focus span {
  color: white !important;
}

body#page-top.gym80-color-scheme .navbar-default .nav > li.active > a {
  color: #575656;
}
body#page-top.gym80-color-scheme .navbar-default .nav > li.active > a span {
  color: #575656 !important;
}

.btn-black {
  background: #575656;
  color: white;
}

@media (max-width: 1024px) {
  body.basic.gym80-color-scheme, body.projectselect.gym80-color-scheme {
    background-size: cover;
  }
}
body.basic.n2piration-color-scheme, body.projectselect.n2piration-color-scheme {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: top center;
  background-color: #f39343;
}

body.basic.n2piration-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__form .agreement small a {
  color: #343a40;
  font-weight: bold;
}
body.basic.n2piration-color-scheme .kt-login-v1 .kt-login-v1__body .kt-login-v1__wrapper .kt-login-v1__container .kt-login-v1__actions .btn {
  background-color: #343a40;
  color: white;
}
body.basic.n2piration-color-scheme .alert.alert-outline-danger {
  border: 1px solid white;
  color: white;
}
body.basic.n2piration-color-scheme .alert.alert-outline-danger .alert-text {
  color: white;
}

body.n2piration-color-scheme .kt-header {
  background: #343a40;
}
body.n2piration-color-scheme .btn-brand, body.n2piration-color-scheme .btn-brand.active, body.n2piration-color-scheme .btn-brand.disabled, body.n2piration-color-scheme .btn-info, body.n2piration-color-scheme .btn-info.active, body.n2piration-color-scheme .btn-info.disabled, body.n2piration-color-scheme .btn-primary, body.n2piration-color-scheme .btn-primary.active, body.n2piration-color-scheme .btn-primary.disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: white;
}
body.n2piration-color-scheme .btn-brand:active, body.n2piration-color-scheme .btn-brand:focus, body.n2piration-color-scheme .btn-brand:hover, body.n2piration-color-scheme .btn-brand.active:active, body.n2piration-color-scheme .btn-brand.active:focus, body.n2piration-color-scheme .btn-brand.active:hover, body.n2piration-color-scheme .btn-brand.disabled:active, body.n2piration-color-scheme .btn-brand.disabled:focus, body.n2piration-color-scheme .btn-brand.disabled:hover, body.n2piration-color-scheme .btn-info:active, body.n2piration-color-scheme .btn-info:focus, body.n2piration-color-scheme .btn-info:hover, body.n2piration-color-scheme .btn-info.active:active, body.n2piration-color-scheme .btn-info.active:focus, body.n2piration-color-scheme .btn-info.active:hover, body.n2piration-color-scheme .btn-info.disabled:active, body.n2piration-color-scheme .btn-info.disabled:focus, body.n2piration-color-scheme .btn-info.disabled:hover, body.n2piration-color-scheme .btn-primary:active, body.n2piration-color-scheme .btn-primary:focus, body.n2piration-color-scheme .btn-primary:hover, body.n2piration-color-scheme .btn-primary.active:active, body.n2piration-color-scheme .btn-primary.active:focus, body.n2piration-color-scheme .btn-primary.active:hover, body.n2piration-color-scheme .btn-primary.disabled:active, body.n2piration-color-scheme .btn-primary.disabled:focus, body.n2piration-color-scheme .btn-primary.disabled:hover {
  background-color: #525c66 !important;
  border-color: #525c66 !important;
  color: white;
}
body.n2piration-color-scheme .form-control:focus {
  border-color: #343a40;
}
body.n2piration-color-scheme .appointment-scheduler .kt-portlet__head button:focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body.n2piration-color-scheme .datetimepicker tbody tr > td.day.selected,
body.n2piration-color-scheme .datetimepicker tbody tr > td.day.active {
  background: #343a40;
  color: #ffffff;
}
body.n2piration-color-scheme .btn.btn-label-brand {
  color: #343a40;
}
body.n2piration-color-scheme .btn.btn-label-brand:hover, body.n2piration-color-scheme .btn.btn-label-brand:active, body.n2piration-color-scheme .btn.btn-label-brand:focus {
  background-color: #343a40;
  color: white;
}
body.n2piration-color-scheme .btn.btn-default i {
  color: #343a40;
  opacity: 0.6;
}
body.n2piration-color-scheme .btn-primary:not(:disabled):not(.disabled):active,
body.n2piration-color-scheme .btn-primary:not(:disabled):not(.disabled).active,
body.n2piration-color-scheme .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body.n2piration-color-scheme .show > .btn.btn-default, body.n2piration-color-scheme .show > .btn.btn-default i,
body.n2piration-color-scheme .btn.btn-default.active,
body.n2piration-color-scheme .btn.btn-default.active i,
body.n2piration-color-scheme .btn.btn-default:active,
body.n2piration-color-scheme .btn.btn-default:active i,
body.n2piration-color-scheme .btn.btn-default:hover,
body.n2piration-color-scheme .btn.btn-default:hover i {
  color: #ffffff;
  background: #343a40;
  border-color: #343a40;
}
body.n2piration-color-scheme .btn.btn-default i {
  color: #343a40;
  opacity: 0.6;
}
body.n2piration-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
body.n2piration-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
body.n2piration-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow,
body.n2piration-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
body.n2piration-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
body.n2piration-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #343a40;
}
body.n2piration-color-scheme .kt-switch input:checked ~ span:after {
  background-color: #343a40;
  color: #ffffff;
}
body.n2piration-color-scheme .kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text i {
  color: #343a40;
}
body.n2piration-color-scheme .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  color: #343a40;
}
body.n2piration-color-scheme .kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #343a40;
}
body.n2piration-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link a:hover {
  color: #343a40;
}
body.n2piration-color-scheme .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  color: #343a40;
}
body.n2piration-color-scheme .pagination li a:hover {
  background: #343a40;
  color: #fff;
}
body.n2piration-color-scheme .pagination li.active a {
  background: #343a40;
  color: #fff;
}
body.n2piration-color-scheme per-page-pagination .select-section .per-page .btn:hover {
  background: #343a40;
  color: #fff;
}
body.n2piration-color-scheme .dropdown-item.active, body.n2piration-color-scheme .dropdown-item:active {
  background-color: #343a40;
}
body.n2piration-color-scheme .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state=current] span {
  background-color: #343a40;
  color: #ffffff;
}
body.n2piration-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
body.n2piration-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
body.n2piration-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
body.n2piration-color-scheme .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
  color: #343a40;
  border-bottom: 1px solid #343a40;
}
body.n2piration-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p .counter,
body.n2piration-color-scheme .member-management .health-sections .menu-items p .counter {
  color: #343a40;
}
body.n2piration-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p.active .counter, body.n2piration-color-scheme .member-management .health-sections .item-contents .kt-portlet__body > div.section .section-heading p:not(.active):hover .counter,
body.n2piration-color-scheme .member-management .health-sections .menu-items p.active .counter,
body.n2piration-color-scheme .member-management .health-sections .menu-items p:not(.active):hover .counter {
  color: white;
  background-color: #343a40;
}
body.n2piration-color-scheme .modal .modal-content .modal-header .close:hover {
  color: #343a40;
}
body.n2piration-color-scheme .orders-inputs .text-info {
  color: #343a40 !important;
}
body.n2piration-color-scheme .media-library-container .kt-portlet__head-toolbar a {
  color: #343a40;
}
body.n2piration-color-scheme .wkt-exercises-wrap .btn-outline-primary,
body.n2piration-color-scheme .upload-exercise .btn-outline-primary,
body.n2piration-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary {
  color: #343a40;
  border-color: #343a40;
}
body.n2piration-color-scheme .wkt-exercises-wrap .btn-outline-primary:hover,
body.n2piration-color-scheme .upload-exercise .btn-outline-primary:hover,
body.n2piration-color-scheme .wkt-view .wktv-day .ctrl .btn-outline-primary:hover {
  background-color: #343a40;
  color: white;
}
body.n2piration-color-scheme .checkround-action-box .btn-info {
  background-color: #385aeb;
  border-color: #385aeb;
}
body.n2piration-color-scheme .checkround-action-box .btn-info:hover {
  background-color: #385aeb !important;
  border-color: #385aeb !important;
  color: white;
}
body.n2piration-color-scheme custom-date-time-picker .btn.btn-default:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #e2e5ec;
}
body.n2piration-color-scheme .datepicker-group .btn.btn-default:hover {
  color: #74778d;
}
@media (min-width: 1025px) {
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover > .kt-menu__link .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here.kt-menu__item--active > .kt-menu__link {
    color: #343a40;
  }
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-icon,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link .kt-menu__link-text, body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow > .kt-menu__link > .kt-menu__hor-arrow, body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon,
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #343a40;
  }
  body.n2piration-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, body.n2piration-color-scheme .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, body.n2piration-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span,
  body.n2piration-color-scheme .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
    background-color: #343a40;
  }
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #343a40;
  }
  body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, body.n2piration-color-scheme .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #343a40;
  }
}
body.n2piration-color-scheme .search-members .btn-primary, body.n2piration-color-scheme .search-members .btn-primary.active, body.n2piration-color-scheme .search-members .btn-primary.disabled {
  background-color: #525c66;
  border-color: #525c66;
  color: white;
}
body.n2piration-color-scheme .search-members .btn-primary:active, body.n2piration-color-scheme .search-members .btn-primary:focus, body.n2piration-color-scheme .search-members .btn-primary:hover, body.n2piration-color-scheme .search-members .btn-primary.active:active, body.n2piration-color-scheme .search-members .btn-primary.active:focus, body.n2piration-color-scheme .search-members .btn-primary.active:hover, body.n2piration-color-scheme .search-members .btn-primary.disabled:active, body.n2piration-color-scheme .search-members .btn-primary.disabled:focus, body.n2piration-color-scheme .search-members .btn-primary.disabled:hover {
  background-color: #525c66 !important;
  border-color: #525c66 !important;
  color: white;
}
body.n2piration-color-scheme .nav-second-level {
  background-color: #1A1917;
}
body.n2piration-color-scheme .canvas-menu.mini-navbar .nav-second-level {
  background: #121110;
}
body.n2piration-color-scheme .faq-manage .tabs-faq .tab-active {
  background: #343a40 !important;
  border: 1px solid #525c66 !important;
  color: white;
}
body.n2piration-color-scheme .faq-manage .tabs-faq li > a:focus, body.n2piration-color-scheme .faq-manage .tabs-faq li > a:hover, body.n2piration-color-scheme .faq-manage .tabs-faq li > a:active {
  background: #343a40 !important;
  border: 1px solid #525c66 !important;
  color: white;
}
body.n2piration-color-scheme .faq-manage .panel-heading .panel-heading-title:before {
  background: #343a40;
}

body#page-top.n2piration-color-scheme .navbar-default .nav > li.active span {
  color: white;
}
body#page-top.n2piration-color-scheme .navbar-default .nav > li.active:hover i, body#page-top.n2piration-color-scheme .navbar-default .nav > li.active:hover span, body#page-top.n2piration-color-scheme .navbar-default .nav > li.active a:focus i, body#page-top.n2piration-color-scheme .navbar-default .nav > li.active a:focus span {
  color: white !important;
}

body#page-top.n2piration-color-scheme .navbar-default .nav > li.active > a {
  color: #575656;
}
body#page-top.n2piration-color-scheme .navbar-default .nav > li.active > a span {
  color: #575656 !important;
}

.btn-black {
  background: #575656;
  color: white;
}

/*
    Created on : Feb 27, 2021, 5:57:47 PM
    Author     : Ilya K.
*/
.qr-scanning {
  text-align: center;
}
.qr-scanning canvas {
  max-width: 400px;
  margin: 0 auto;
}

/*
    Created on : Feb 27, 2021, 5:57:47 PM
    Author     : Ilya K.
*/
.membership-status {
  font-weight: bold;
}
.membership-status.suspended {
  color: #EC7600;
}
.membership-status.blocked {
  color: #FF0000;
}

/*
    Created on : Feb 27, 2021, 5:57:47 PM
    Author     : Ilya K.
*/
.cron-table tbody td {
  background: transparent;
}
.cron-table .status-done {
  background-color: #ccffcc;
}
.cron-table .status-error {
  background-color: #ffcccc;
}
.cron-table .yellow {
  background-color: #ffcc99 !important;
}
.cron-table pre {
  max-width: 300px;
  height: 61px;
  background: #333;
  color: #fff;
  overflow: auto;
  white-space: break-spaces;
  margin: 0;
  padding: 5px;
}

/*
    Created on : Oct 23, 2024, 11:30:56 AM
    Author     : Illia Khrypko (ilya.khrypko@iconiq.de)
*/
.debit-overview .page-tabs .tab-link {
  display: inline-block;
  text-align: center;
}
.debit-overview .moved {
  text-decoration: line-through;
}

/*
    Created on : Feb 16, 2018, 2:54:52 PM
    Author     : Ilya K.
*/
.ics {
  width: 25px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  /*&-add{background-image: url("/assets/img/shop/add-cart.png");}*/
}
.ics-add {
  background-image: url("/assets/img/shop/add-to-cart.png");
}
.ics-add-mobile {
  background-image: url("/assets/img/shop/add-cart-mobile.png");
}

.shop-pitem {
  max-width: 236px;
  color: #333333;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  overflow: hidden;
  position: relative;
}
.shop-pitem .title-wrap {
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.shop-pitem .title-wrap .options-wrap span a {
  color: #333333;
}
.shop-pitem .item-buy-wrap .price {
  float: left;
  font-weight: 600;
  width: 100%;
  color: #333333;
  padding: 0 15px;
  font-size: 22px;
  min-height: 77px;
  height: auto;
  line-height: 1;
  padding: 13px 10px;
  /*            &.with-range{
                  line-height: 1;
                  padding: 13px 5px;
                  text-align: center;
                  &.with-basic{

                  }

              }*/
}
.shop-pitem .item-buy-wrap .price .price-crossed {
  text-decoration: line-through;
  margin-right: 10px;
}
.shop-pitem .item-buy-wrap .price .general .price-crossed {
  font-weight: 400;
}
.shop-pitem .item-buy-wrap .price .general .price-discount {
  color: #ff5555;
}
.shop-pitem .item-buy-wrap .price .basic, .shop-pitem .item-buy-wrap .price .basic-range {
  color: #999;
}
.shop-pitem .item-buy-wrap .price .basic .price-crossed, .shop-pitem .item-buy-wrap .price .basic-range .price-crossed {
  margin-right: 5px;
}
.shop-pitem .item-buy-wrap .price .basic-range span {
  display: block;
}
.shop-pitem .item-buy-wrap .price.sub-project {
  padding: 20px 15px;
  font-size: 18px;
}
.shop-pitem .item-buy-wrap .price .general-range {
  font-size: 16px;
}
.shop-pitem .item-buy-wrap .price .basic {
  display: block;
  font-size: 12px;
}
.shop-pitem .item-buy-wrap .price .basic-range {
  display: block;
  font-size: 12px;
}
.shop-pitem .item-buy-wrap .item-buy {
  float: left;
  height: auto;
  width: 100%;
  color: #333333;
  font-size: 20px;
  border-color: transparent;
  border-top: 1px solid rgba(82, 63, 105, 0.1);
  background-color: #fff;
}
.shop-pitem .item-buy-wrap .item-buy:hover {
  border-top: 1px solid transparent;
  color: #f6fafa !important;
}
.shop-pitem .item-buy-wrap .item-buy:hover i {
  background-image: url("/assets/img/shop/add-cart.png");
}
.shop-pitem .item-buy-wrap .item-buy:hover {
  transition: all 0.3s;
}
.shop-pitem .item-buy-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.shop-pitem .thumb {
  padding: 15px;
  position: relative;
}
.shop-pitem .thumb img {
  width: 100%;
}
.shop-pitem .thumb .discount {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #ff5555;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px;
}
.shop-pitem .title {
  color: #333333;
  padding: 5px 10px;
  height: 56px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-transform: uppercase;
}
.shop-pitem .item-label {
  position: absolute;
  right: 0;
}
.shop-pitem .item-label .discount {
  top: 40px;
}
.shop-pitem .item-label img {
  width: auto;
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 1299px) {
  .shop-pitem .item-buy-wrap .item-buy {
    font-size: 17px;
  }
}
@media (max-width: 596px) {
  .shop-pitem {
    margin: 0 auto;
  }
  .shop-pitem .item-buy-wrap .price {
    font-size: 18px;
    min-height: 44px;
    padding-top: 0;
  }
  .shop-pitem .item-buy-wrap .item-buy {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .shop-pitem .title {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .shop-pitem .title {
    font-size: 12px;
  }
}

.de .shop-pitem .item-buy-wrap .item-buy {
  font-size: 19px;
}
@media (max-width: 1299px) {
  .de .shop-pitem .item-buy-wrap .item-buy {
    font-size: 17px;
    white-space: normal;
  }
}
@media (max-width: 400px) {
  .de .shop-pitem .item-buy-wrap .item-buy {
    font-size: 11px;
  }
}

.es .shop-pitem .item-buy-wrap .item-buy {
  font-size: 17px;
}
@media (max-width: 1299px) {
  .es .shop-pitem .item-buy-wrap .item-buy {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .es .shop-pitem .item-buy-wrap .item-buy {
    white-space: normal;
  }
}
@media (max-width: 400px) {
  .es .shop-pitem .item-buy-wrap .item-buy {
    font-size: 11px;
  }
}

.nl .shop-pitem .item-buy-wrap .item-buy {
  white-space: normal;
}
@media (max-width: 596px) {
  .nl .shop-pitem .item-buy-wrap .item-buy {
    font-size: 11px;
  }
}

.fr .shop-pitem .item-buy-wrap .item-buy {
  font-size: 18px;
}
@media (max-width: 1299px) {
  .fr .shop-pitem .item-buy-wrap .item-buy {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .fr .shop-pitem .item-buy-wrap .item-buy {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .fr .shop-pitem .item-buy-wrap .item-buy {
    white-space: normal;
  }
}

/* 
    Created on : Feb 16, 2018, 2:04:21 PM
    Author     : Ilya K.
*/
.shop-pslider .wrap {
  position: relative;
  padding: 0 0px;
  /*margin: 0 -40px;*/
}
.shop-pslider .to-category {
  position: absolute;
  right: 40px;
  top: -40px;
}
.shop-pslider .show-all {
  font-size: 18px;
  color: #1d1d1b;
}
.shop-pslider .show-all:hover {
  text-decoration: underline;
}
.shop-pslider .slides {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.shop-pslider .slides:after {
  content: "";
  display: block;
  clear: both;
}
.shop-pslider .item {
  float: left;
}
.shop-pslider .flex-direction-nav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.shop-pslider .flex-direction-nav li a {
  border-radius: 5px;
  box-shadow: 0 0 5px -2px #666;
  font-size: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  width: 35px;
  display: block;
}
.shop-pslider .flex-direction-nav li a i {
  display: block;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
  color: #1d1d1b;
}
.shop-pslider .flex-direction-nav li.flex-nav-prev a {
  left: -35px;
}
.shop-pslider .flex-direction-nav li.flex-nav-next a {
  right: -35px;
}
.shop-pslider .flex-viewport {
  padding: 5px;
}
@media (max-width: 1299px) {
  .shop-pslider .wrap {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .shop-pslider .to-category {
    right: 0;
  }
  .shop-pslider .to-category .show-all {
    font-size: 16px;
  }
  .shop-pslider .flex-direction-nav {
    display: none;
  }
}

/*
    Created on : Feb 20, 2018, 4:20:04 PM
    Author     : Ilya K.
*/
.shop-list .items {
  margin: 0 -7.5px;
  padding-bottom: 30px;
}
.shop-list .items:after {
  content: "";
  display: block;
  clear: both;
}
.shop-list .item {
  padding: 7.5px;
  float: left;
  width: 20%;
  color: #333333;
}
.shop-list .load-more-block {
  float: left;
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
.shop-list .load-more-block .btn {
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1299px) {
  .shop-list .item {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .shop-list .item {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .shop-list .item {
    width: 50%;
  }
  .shop-list .item .shop-pitem {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .shop-list .col-xxs {
    width: 100%;
  }
}

.shop-psearch {
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  margin-bottom: 15px;
  padding: 15px 20px;
}
.shop-psearch label {
  font-size: 18px;
}
@media (max-width: 480px) {
  .shop-psearch {
    padding: 15px 10px;
  }
}

/* 
    Created on : Feb 21, 2018, 12:49:34 PM
    Author     : Ilya K.
*/
.shop-list-brands {
  border-radius: 15px;
  box-shadow: 0 0 20px -10px #333333;
  padding: 30px;
}
.shop-list-brands .items {
  margin: -15px;
}
.shop-list-brands .items:after {
  clear: both;
  content: "";
  display: block;
}
.shop-list-brands .item {
  float: left;
  width: 20%;
  padding: 15px;
}
.shop-list-brands .item img {
  width: 100%;
}
@media (max-width: 991px) {
  .shop-list-brands .item {
    width: 25%;
  }
}
@media (max-width: 596px) {
  .shop-list-brands .item {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .shop-list-brands .item {
    width: 50%;
  }
}
@media (max-width: 369px) {
  .shop-list-brands .item {
    width: 100%;
  }
}

/*
    Created on : Mar 14, 2018, 10:50:09 AM
    Author     : Ilya K.
*/
.zprod-options {
  font-size: 16px;
  margin: -5px;
}
.zprod-options:after {
  display: block;
  content: "";
  clear: both;
}
.zprod-options .zprod-option {
  float: left;
  padding: 5px;
}
.zprod-options .zprod-option label {
  font-weight: 500;
}
.zprod-options .zprod-option .zprod-option-c {
  border: 2px solid rgba(51, 51, 51, 0.2);
  border-radius: 7px;
  padding: 8px 40px 8px 20px;
  position: relative;
}
.zprod-options .zprod-option .zprod-option-c:after {
  content: "\f0d7";
  color: rgba(51, 51, 51, 0.2);
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  right: 12px;
  top: 50%;
  font-weight: 900;
}
.zprod-options .zprod-option .zprod-option-c > span {
  font-weight: 600;
}
.zprod-options .zprod-option .zprod-option-c ul {
  background-color: #fff;
  border: 2px solid rgba(51, 51, 51, 0.2);
  display: block;
  left: 0;
  list-style: outside none none;
  margin: 8px 0 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.zprod-options .zprod-option .zprod-option-c ul li {
  margin: 0;
  padding: 0;
}
.zprod-options .zprod-option .zprod-option-c ul a {
  display: block;
  padding: 2px 5px;
}
.zprod-options .zprod-option .zprod-option-c ul a:hover {
  background-color: #cf0f3a;
  color: #fff;
}

/*
    Created on : Apr 4, 2018, 11:06:05 AM
    Author     : Ilya K.
*/
.cpi-table {
  width: 100%;
}

.shp-cpi {
  position: relative;
  border: 15px 0 15px 0 solid transparent;
}
.shp-cpi > td {
  padding: 15px 5px;
  z-index: 2;
  position: relative;
}
.shp-cpi .thumb-wrap .thumb img {
  border-radius: 4px;
  width: 100px;
  margin: 0;
}
.shp-cpi .title-wrap .title {
  font-weight: bold;
  text-align: left;
}
.shp-cpi .price-wrap .price {
  color: #1d1d1b;
  font-weight: bold;
}
.shp-cpi .price-wrap .price .basic-price {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 200;
}
.shp-cpi .price-wrap .price .price-crossed {
  text-decoration: line-through;
  color: #555555;
  font-weight: 500;
  margin-right: 5px;
}
.shp-cpi .quantity-wrap .quantity input, .shp-cpi .quantity-wrap .quantity select {
  width: 75px;
  border-radius: 4px;
  border: 1px solid #dce0e9;
  padding: 8px 15px;
}
.shp-cpi .quantity-wrap .quantity input.error, .shp-cpi .quantity-wrap .quantity select.error {
  border-color: #d9534f;
}
.shp-cpi .subtotal-wrap .subtotal {
  color: #1d1d1b;
  font-weight: bold;
}
.shp-cpi .remove-wrap .remove {
  text-align: right;
  padding-right: 30px;
  font-size: 30px;
  line-height: 1;
}
.shp-cpi .remove-wrap .remove a {
  color: #b3b9c7;
}

.shop-order {
  padding-top: 50px;
  padding-bottom: 50px;
  /*    .shp-cpi{
          font-size: 16px;
          .title-wrap{
              padding-top: 50px;
              @media(max-width:$screen-md-max){
                  padding-top: 35px;
              }
              @media(max-width:$screen-sm-max){
                  padding-top: 25px;
              }
          }
          .subtotal-wrap{
              text-align: right;
          }
          .remove-wrap .remove{
              text-align: center;
              padding-right: 0;
          }
          @media(max-width:$screen-xs-max){
              border-radius: 10px;
              .thumb-wrap{
                  width: 20%;
                  .thumb img {
                      border-radius: 10px;
                  }
              }
              .title-wrap{
                  width: 80%;
                  .title{
                      font-size: 20px;
                  }
              }
              .price-wrap,.subtotal-wrap{
                  width: 20%;
                  padding: 0 0 20px 20px;
              }
              .quantity-wrap{
                  width: 30%;
                  padding: 0 0 20px 20px;
              }
              .remove-wrap{
                  width: 10%;
                  padding-top: 0;
              }
          }
          @media(max-width:600px){
              .title-wrap{
                  padding-top: 15px;
                  padding-bottom: 10px;
                  .title{
                      font-size: 15px;
                  }
              }
          }
          @media(max-width:425px){
              .title-wrap{
                  padding-top: 5px;
                  padding-left: 10px;
                  padding-bottom: 0px;
              }
              .price-wrap, .subtotal-wrap, .quantity-wrap{
                  font-size: 12px;
                  padding-top: 5px;
                  padding-left: 10px;
              }
              .quantity-wrap .quantity input{
                  width: 65px;
                  font-size: 12px;
                  padding: 3px;
              }
              .remove-wrap{
                  margin-top: -20px;
              }
          }
      }*/
}
@media (max-width: 991px) {
  .shop-order {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.shop-order .shop-order-data .section {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  padding: 5px 30px 20px;
  height: 100%;
}
.shop-order .shop-order-data .shpo-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
  padding-bottom: 5px;
  position: relative;
}
.shop-order .shop-order-data .shpo-title .after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cf0f3a;
  content: "";
  width: 30px;
  display: block;
  height: 2px;
}
.shop-order .shop-order-data .form-control {
  border-radius: 5px;
  height: 40px;
}
.shop-order .shop-order-data .form-control.error {
  border-color: #d9534f;
}
.shop-order .shop-order-data label.error {
  color: #d9534f;
  position: absolute;
}
.shop-order .shop-order-data .styled-checkbox.checkbox-inline {
  margin-left: -14px;
  margin-bottom: 5px;
  line-height: 1.6;
}
.shop-order .shop-order-data .delivery-block {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.shop-order .shop-order-data .delivery-block:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.shop-order .shop-order-data .shipping-cost span {
  font-weight: 600;
}
.shop-order .shop-order-data .styled-radio.radio-inline {
  margin-left: -14px;
  margin-bottom: 10px;
  line-height: 1.6;
  display: block;
}
.shop-order .shop-order-data .input-group {
  margin-top: -5px;
}
.shop-order .shop-order-data .input-group .form-control {
  border-radius: 5px 0 0 5px;
  box-shadow: none;
  border-right-width: 0;
}
.shop-order .shop-order-data .input-group .form-control:focus {
  border-color: #ccc;
}
.shop-order .shop-order-data .input-group .input-group-addon {
  border-radius: 0 5px 5px 0;
  background-color: transparent;
  color: #ccc;
}
@media (max-width: 767px) {
  .shop-order .shop-order-data .section {
    border-radius: 4px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-order .shop-order-data .shpo-title {
    margin-top: 5px;
  }
  .shop-order .shop-order-data .form-group {
    margin-bottom: 10px;
  }
  .shop-order .shop-order-data label {
    margin-bottom: 0;
  }
  .shop-order .shop-order-data .delivery-block {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.shop-order .cpi-wrap {
  padding-bottom: 10px;
}
.shop-order .cpi-wrap:after {
  display: block;
  content: "";
  clear: both;
}
.shop-order .cpi-wrap .prod, .shop-order .cpi-wrap .price, .shop-order .cpi-wrap .quantity, .shop-order .cpi-wrap .subtotal {
  float: left;
  width: 50%;
  text-transform: uppercase;
  color: #a7aab0;
  font-size: 14px;
  font-weight: 600;
}
.shop-order .cpi-wrap .price, .shop-order .cpi-wrap .quantity, .shop-order .cpi-wrap .subtotal {
  width: 12.5%;
}
@media (max-width: 767px) {
  .shop-order .cpi-wrap {
    display: none;
  }
}
.shop-order .cpi-order .order-total {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  padding: 30px;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
}
.shop-order .cpi-order .order-total .hr {
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
}
.shop-order .cpi-order .order-total .price-list {
  font-weight: 600;
  text-transform: uppercase;
}
.shop-order .cpi-order .order-total .price-list:last-of-type {
  font-size: 18px;
}
.shop-order .cpi-order .order-total .price {
  font-weight: 800;
  color: #1d1d1b;
}
.shop-order .cpi-order .order-total .price:last-of-type {
  font-size: 18px;
}
.shop-order .cpi-order .order-total .bonus-you-have {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.shop-order .cpi-order .order-total .coupon {
  background-color: #f7f8fb;
  padding: 20px;
  margin: 0 -20px;
  margin-top: 10px;
}
.shop-order .cpi-order .order-total .coupon:after {
  content: "";
  display: block;
  clear: both;
}
.shop-order .cpi-order .order-total .coupon .coupon-code {
  margin: 0 -15px;
}
.shop-order .cpi-order .order-total .coupon .coupon-code input {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #dce0e9;
  padding: 1px 15px;
}
.shop-order .cpi-order .order-total .coupon .btn {
  border-radius: 5px;
  padding: 8px 15px;
}
.shop-order .cpi-order .order-total .comment-wrap .uperscription {
  line-height: 1;
  margin-top: 15px;
  font-size: 15px;
  margin-bottom: 0;
}
.shop-order .cpi-order .order-total .comment-wrap .comment textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dce0e9;
  padding: 1px 15px;
  resize: none;
}
.shop-order .cpi-order .order-total .comment-wrap .favorite select {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #dce0e9;
  padding: 5px 15px;
  background-color: #fff;
}
.shop-order .cpi-order .order-total .comment-wrap .newsletter .uperscription {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .shop-order .cpi-order .order-total {
    border-radius: 10px;
    padding: 10px;
  }
}
.shop-order .cpi-order {
  padding-bottom: 50px;
}
.shop-order .cpi-order .btn {
  border-radius: 5px;
  padding: 10px;
  text-transform: capitalize;
  color: #fff;
}
.shop-order .cpi-order a {
  text-decoration: underline;
}
.shop-order .productSection {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
}

.zfn-shop {
  padding-top: 50px;
  padding-bottom: 50px;
}
.zfn-shop .breadcrumb {
  color: #1d1d1b;
}
.zfn-shop .breadcrumb a {
  color: #1d1d1b;
}
.zfn-shop .shop-item {
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  /*        .content{
              position: absolute;
              top: 30px;
              bottom: 30px;
              left: calc(60% + 30px);
              right: 0;
              margin: 0;
              padding: 0;
              list-style: none;
              li{
                  box-shadow: 0 3px 33px -7px;
                  border-radius: 15px;
                  margin-bottom: 15px;
                  .img-wrap{                    
                      float: left;
                      img{
                          width: 110px;
                          height: 110px;
                          border-radius: 15px;
                      }
                  }
                  .c-title{
                      padding: 15px;
                      font-size: 18px;
                      font-weight: 600;
                      float: left;
                      max-width: 344px;
                  }
                  &:after{
                      content: "";
                      display: block;
                      clear: both;
                  }
              }
          }
          .cat-direction{
              border-radius: 15px;
              background-color: $brand-primary;
              width: 130px;
              text-align: center;
              padding: 5px;
              position: absolute;
              z-index: 1;
              top: 3px;
              padding-bottom: 35px;
              color: #fff;
              font-size: 16px;
              font-weight: 600;
              text-transform: uppercase;
          }
          .alt-direction{
              position: absolute;
              top: 0;
              right: 0;
              font-weight: 600;
              color: $brand-primary;
              font-size: 16px;
          }*/
}
.zfn-shop .shop-item .thumb {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  overflow: hidden;
  height: 300px;
}
.zfn-shop .shop-item .thumb:hover .hover {
  background-color: rgba(207, 15, 58, 0.72);
}
.zfn-shop .shop-item .thumb:hover .wrap .desc {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1d1d1b;
}
.zfn-shop .shop-item .thumb:hover .wrap .cat {
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
}
.zfn-shop .shop-item .thumb img {
  width: 100%;
}
.zfn-shop .shop-item .thumb .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.32);
}
.zfn-shop .shop-item .thumb .wrap {
  text-align: center;
  position: absolute;
  left: 75px;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
}
.zfn-shop .shop-item .thumb .wrap .cat {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #cf0f3a;
  border-radius: 30px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #cf0f3a;
  text-transform: uppercase;
  white-space: pre-wrap;
}
.zfn-shop .shop-item .thumb .wrap .title a {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
}
.zfn-shop .shop-item .thumb .wrap .desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 30px;
  display: none;
}
.zfn-shop .show-more {
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1299px) {
  .zfn-shop .shop-item {
    /*            .content{
                    li{
                        .img-wrap img{
                            width: 75px;
                            height: 80px;
                        }
                        .c-title{
                            font-size: 16px;
                            padding: 5px;
                            max-width: 270px;
                        }
                    } 
                }*/
  }
  .zfn-shop .shop-item .thumb .wrap .title a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .zfn-shop {
    padding-top: 20px;
  }
  .zfn-shop .shop-item .thumb {
    height: auto;
  }
  .zfn-shop .shop-item .thumb .wrap {
    left: 15px;
    right: 15px;
  }
  .zfn-shop .shop-item .thumb .wrap .title a {
    font-size: 20px;
  }
  .zfn-shop .shop-item .thumb .wrap .cat {
    border-radius: 50px;
    font-size: 16px;
  }
  .zfn-shop .shop-item .thumb .wrap .desc {
    margin-bottom: 15px;
  }
}
@media (max-width: 460px) {
  .zfn-shop .shop-item .thumb .wrap .title a {
    font-size: 18px;
  }
}

/*
    Created on : Mar 21, 2018, 5:31:06 PM
    Author     : denis
*/
.shpmob-home .kiosk-s1 {
  position: relative;
  /*        .skew {
              position: absolute;
              height: 40%;
              left: 0;
              right: 0;
              bottom: 0;
              background-image: url(/assets/img/zfn/kiosk/skew.png);
              background-position: bottom right;
              background-repeat: no-repeat;
              background-size: 100% 100%;
          }*/
}
.shpmob-home .kiosk-s1 .image {
  width: 100%;
  position: relative;
  height: 30vh;
  overflow: hidden;
}
.shpmob-home .kiosk-s1 .image:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.shpmob-home .kiosk-s1 img {
  width: 100%;
}
.shpmob-home .kiosk-s1 h1, .shpmob-home .kiosk-s1 h2 {
  color: #fff;
  left: 70px;
  margin: 0;
  position: absolute;
  font-size: 75px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 20px #000;
}
.shpmob-home .kiosk-s1 h1 {
  bottom: 62%;
}
.shpmob-home .kiosk-s1 h2 {
  top: 38%;
}
.shpmob-home .kiosk-s1 h2 span {
  font-size: 115px;
}
.shpmob-home .kiosk-s1 .container {
  position: relative;
}
.shpmob-home .kiosk-s1 .search-icon {
  position: absolute;
  right: 0px;
  top: -15px;
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  color: #cf0f3a;
  font-size: 60px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 20px -2px #000;
  z-index: 4;
}
.shpmob-home .kiosk-s1 .search-wrap {
  position: absolute;
  left: 15px;
  top: 0;
  width: 90%;
  z-index: 3;
  box-shadow: 0 0 20px -2px #000;
  border-radius: 15px;
}
.shpmob-home .kiosk-s1 .search-wrap .zfn-search {
  border-radius: 15px;
  padding: 15px;
}
.shpmob-home .kiosk-s1 .search-wrap input {
  font-size: 36px;
  background-image: none;
  margin: 0px;
  width: 100%;
  line-height: 1;
  padding: 15px;
}
@media (max-width: 1080px) {
  .shpmob-home .kiosk-s1 h1, .shpmob-home .kiosk-s1 h2 {
    font-size: 60px;
  }
  .shpmob-home .kiosk-s1 h2 span {
    font-size: 85px;
  }
  .shpmob-home .kiosk-s1 .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
  }
}
@media (max-width: 991px) {
  .shpmob-home .kiosk-s1 h1, .shpmob-home .kiosk-s1 h2 {
    font-size: 40px;
  }
  .shpmob-home .kiosk-s1 h2 span {
    font-size: 50px;
  }
  .shpmob-home .kiosk-s1 .search-icon {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .shpmob-home .kiosk-s1 {
    /*h1{
        top: 100px;
    }
    h2{
        top: 140px;
    }*/
  }
  .shpmob-home .kiosk-s1 h1, .shpmob-home .kiosk-s1 h2 {
    font-size: 30px;
    left: 25px;
  }
  .shpmob-home .kiosk-s1 h2 span {
    font-size: 38px;
  }
  .shpmob-home .kiosk-s1 .container {
    top: 90%;
  }
}
@media (orientation: landscape) {
  .shpmob-home .kiosk-s1 h1 br, .shpmob-home .kiosk-s1 h2 br {
    display: none;
  }
  .shpmob-home .kiosk-s1 .image {
    overflow: hidden;
    /*height: 500px;*/
  }
  .shpmob-home .kiosk-s1 .skew {
    display: none;
  }
}
@media (orientation: landscape) and (max-width: 1979px) {
  .shpmob-home .kiosk-s1 h1, .shpmob-home .kiosk-s1 h2 {
    font-size: 60px;
    font-weight: 500;
  }
  .shpmob-home .kiosk-s1 h1 {
    top: 60px;
  }
  .shpmob-home .kiosk-s1 h2 {
    top: 110px;
  }
  .shpmob-home .kiosk-s1 h2 span {
    font-size: 70px;
    font-weight: 600;
  }
  .shpmob-home .kiosk-s1 .image {
    /*height: 375px;*/
  }
}
.shpmob-home .search-wrap {
  border-bottom: 1px solid #eee;
  position: fixed;
  z-index: 5;
  width: 100%;
  background-color: #fff;
}
.shpmob-home .search-wrap input {
  background-color: #eee;
  padding: 0px 30px;
  border-radius: 10px;
  line-height: 2;
  font-size: 16px;
  font-style: normal;
  background-position-x: 10px;
  margin: 10px 20px;
  width: calc(100% - 40px);
}
.shpmob-home .search-wrap input:focus {
  outline: none;
}
.shpmob-home .search-wrap .zfn-search-mobileShop {
  margin: 0;
  padding: 0;
}
.shpmob-home .search-wrap .zfn-search-mobileShop .search-result {
  margin-top: 0;
}
.shpmob-home .search-wrap .zfn-search-mobileShop .search-result:before {
  content: none;
}
.shpmob-home .search-wrap .zfn-search-mobileShop .results {
  border: 1px solid #eee;
  width: 100%;
  padding: 5px 10px;
  margin: 0;
}
@media (min-height: 768px) {
  .shpmob-home .search-wrap .zfn-search-mobileShop .results {
    max-height: 400px;
  }
}
.shpmob-home .search-wrap .zfn-search-mobileShop .results a .thumb {
  width: 120px;
}
@media (max-width: 767px) {
  .shpmob-home .search-wrap .zfn-search-mobileShop .results a .thumb {
    width: 80px;
  }
}
@media (max-width: 400px) {
  .shpmob-home .search-wrap .zfn-search-mobileShop .results a .thumb {
    width: 32px;
  }
}
.shpmob-home .search-wrap .zfn-search-mobileShop .results a .t {
  width: calc(100% - 120px);
  height: 120px;
  font-size: 30px;
  line-height: 3.5;
  font-weight: 600;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .shpmob-home .search-wrap .zfn-search-mobileShop .results a .t {
    font-size: 20px;
    width: calc(100% - 80px);
    height: 80px;
  }
}
@media (max-width: 400px) {
  .shpmob-home .search-wrap .zfn-search-mobileShop .results a .t {
    width: calc(100% - 32px);
    height: 32px;
    line-height: 1;
    font-weight: 500;
    padding-left: 20px;
  }
}
.shpmob-home .shop-category .items {
  margin-left: -10px;
  margin-right: -10px;
}
.shpmob-home .shop-category .items:after {
  content: " ";
  display: table;
  clear: both;
}
.shpmob-home .shop-category .item {
  width: 50%;
  float: left;
  overflow: hidden;
}
.shpmob-home .shop-category a {
  padding: 10px;
  display: block;
  position: relative;
  height: 100%;
}
.shpmob-home .shop-category .item-image {
  z-index: 1;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.shpmob-home .shop-category .item-image img {
  width: 100%;
  opacity: 0.7;
  /*border-radius: 15px;*/
  /*height: 324px;*/
}
@media (max-width: 767px) {
  .shpmob-home .shop-category .item-image {
    border-radius: 15px;
  }
}
.shpmob-home .shop-category .item-title {
  font-size: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px;
}
@media (min-width: 992px) {
  .shpmob-home .shop-category .item-title {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .shpmob-home .shop-category .item-title {
    font-size: 15px;
  }
}
.shpmob-home .shop-category .cover-effect {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}
@media (max-width: 767px) {
  .shpmob-home .shop-category .cover-effect {
    border-radius: 15px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
  }
}
.shpmob-home .shop-category .product-catalog {
  margin: 15px 0 5px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 16px -4px #000;
  border-radius: 15px;
  text-align: center;
  height: 80px;
}
.shpmob-home .shop-category .product-catalog a {
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #cf0f3a;
  position: relative;
  display: inline;
  line-height: 3.5;
}
.shpmob-home .shop-category .product-catalog a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -65px;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -27px;
  background-image: url(/assets/img/shop/prod-cat.png);
  line-height: 1.5;
}
@media (min-width: 992px) {
  .shpmob-home .shop-category .product-catalog a {
    font-size: 30px;
    line-height: 2;
  }
}
@media (max-width: 400px) {
  .shpmob-home .shop-category .product-catalog a {
    font-size: 15px;
  }
}
@media (orientation: landscape) {
  .shpmob-home .shop-category {
    padding-top: 20px;
  }
  .shpmob-home .shop-category .container {
    width: 100%;
  }
  .shpmob-home .shop-category .item {
    width: 25%;
  }
}

.slick-list {
  overflow: hidden;
}

.slick-list:after {
  clear: both;
  content: "";
  display: block;
}

.shop-mobile-categories {
  box-shadow: 0 0px 40px 0px #999;
  overflow: hidden;
}
.shop-mobile-categories a {
  font-size: 20px;
}
.shop-mobile-categories a.selected {
  color: #cf0f3a;
}
.shop-mobile-categories a:focus {
  outline: none;
}
.shop-mobile-categories .categories {
  position: relative;
  background-color: #fff;
  /*height: 210px;*/
  box-shadow: 0px 0px 16px -4px #000;
  border-radius: 15px;
  padding: 0 30px;
  margin: 30px 15%;
}
.shop-mobile-categories .categories .item a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
  color: #1d1d1b;
  padding: 30px 0 38px;
  border-radius: 0;
  line-height: 1;
}
.shop-mobile-categories .categories .item .item-image {
  padding-bottom: 30px;
  text-align: center;
}
.shop-mobile-categories .categories .item .item-image img {
  height: 80px;
  width: 70px;
}
.shop-mobile-categories .categories .item .item-title {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 10px 0;
}
.shop-mobile-categories .categories .item .item-title span {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .shop-mobile-categories .categories .item a {
    padding: 15px 0;
  }
  .shop-mobile-categories .categories .item .item-image {
    padding-bottom: 15px;
  }
  .shop-mobile-categories .categories .item .item-image img {
    height: auto;
    width: 55px;
  }
  .shop-mobile-categories .categories .item .item-title {
    font-size: 12px;
  }
}
.shop-mobile-categories .categories .new-arrows {
  display: block;
  content: "";
  width: 25px;
  height: 45px;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: 5px;
  color: #fff;
  border-radius: 10px;
}
.shop-mobile-categories .categories .new-arrows.left {
  left: 0px;
  background-image: url(/assets/img/zfn/arrow-back.png);
  background-size: cover;
}
.shop-mobile-categories .categories .new-arrows.right {
  right: 0px;
  background-image: url(/assets/img/zfn/arrow-next.png);
  background-size: cover;
}
@media (max-width: 500px) {
  .shop-mobile-categories .categories .new-arrows {
    display: none;
  }
}
.shop-mobile-categories .categories .slick-slide {
  padding: 0;
  min-width: auto;
}
@media (min-width: 991px) and (max-width: 1299px) {
  .shop-mobile-categories .categories {
    margin: 30px 15%;
  }
  .shop-mobile-categories .categories .slick-slide {
    padding: 0 20px;
    min-width: 150px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .shop-mobile-categories .categories {
    margin: 30px 15%;
  }
  .shop-mobile-categories .categories .slick-slide {
    padding: 0 20px;
    min-width: 100px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .shop-mobile-categories .categories {
    margin: 30px 10%;
  }
  .shop-mobile-categories .categories .slick-slide {
    padding: 0 10px;
    min-width: 100px;
  }
}
@media (max-width: 500px) {
  .shop-mobile-categories .categories {
    margin: 15px;
    height: auto;
  }
}
.shop-mobile-categories .categories:after {
  clear: both;
}
.shop-mobile-categories .categories:before, .shop-mobile-categories .categories:after {
  content: " ";
  display: table;
}
.shop-mobile-categories .categories a {
  text-transform: uppercase;
  display: inherit;
  line-height: 50px;
  font-weight: 600;
  /*white-space: nowrap;*/
  text-decoration: none;
}
.shop-mobile-categories .categories a.selected {
  border-bottom: 3px solid #cf0f3a;
}
@media (max-width: 991px) {
  .shop-mobile-categories .categories a {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .shop-mobile-categories .categories a {
    font-size: 10px;
  }
}
.shop-mobile-categories .sub-categories {
  border-top: 1px solid #eee;
}
.shop-mobile-categories .sub-categories:after {
  clear: both;
}
.shop-mobile-categories .sub-categories:before, .shop-mobile-categories .sub-categories:after {
  content: " ";
  display: table;
}
.shop-mobile-categories .sub-categories .slick-slide {
  padding: 10px 0;
}
.shop-mobile-categories .sub-categories a {
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  padding: 5px 15px;
  margin: 0 10px;
  box-shadow: 0 0px 10px 0px #999;
  display: block;
  position: relative;
  border-radius: 10px;
  border: 1px solid transparent;
}
.shop-mobile-categories .sub-categories a.selected {
  border: 1px solid #cf0f3a;
}
.shop-mobile-categories .sub-categories a.selected .sub-item-title {
  color: #cf0f3a;
  text-shadow: none;
}
.shop-mobile-categories .sub-categories a.selected .sub-item-shadow {
  background-color: #fff;
}
.shop-mobile-categories .sub-categories a .sub-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 10px;
}
.shop-mobile-categories .sub-categories a .sub-item-image img {
  width: 100%;
}
.shop-mobile-categories .sub-categories a .sub-item-title {
  position: relative;
  z-index: 1;
  font-size: 35px;
  color: white;
  padding: 20px 10px;
  font-weight: 600;
  text-shadow: 0px 0px 6px #000;
}
.shop-mobile-categories .sub-categories a .sub-item-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  overflow: hidden;
  border-radius: 10px;
  background-color: #999;
  opacity: 0.5;
  box-shadow: 0 0px 10px 0px #999;
}
@media (max-width: 767px) {
  .shop-mobile-categories .sub-categories a {
    font-size: 14px;
  }
}
.shop-mobile-categories .sub-categories .slick-arrow {
  font-weight: 500;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.shop-mobile-categories .slick-slider {
  position: relative;
}
.shop-mobile-categories .slick-slider div:focus {
  outline: none;
}
.shop-mobile-categories .slick-arrow {
  /*opacity: 0;*/
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  line-height: 60px;
  font-size: 50px;
  font-weight: 600;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #1d1d1b;
  border-radius: 50%;
  z-index: 999999999;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 500px) {
  .shop-mobile-categories .slick-arrow {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
  }
}
.shop-mobile-categories .slick-prev {
  left: -15px;
}
.shop-mobile-categories .slick-next {
  right: -70px;
}
.shop-mobile-categories .slick-slide {
  float: left;
  text-align: center;
}

.shpmob-category .category-nav {
  position: relative;
  padding: 15px;
}
@media (max-width: 767px) {
  .shpmob-category .category-nav {
    padding: 40px 15px 0;
  }
}
.shpmob-category .category-nav .back-nav {
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 12px;
  width: 17px;
  height: 30px;
  z-index: 2;
  background-image: url("https://content.iconiq.de/appmaker/image/upload/e_replace_color:fff001:80:fff001/arrow-back-primary_qu5l1e.png");
  background-size: cover;
}
.shpmob-category .list-products {
  margin-top: 20px;
}
.shpmob-category .list-products .container {
  width: 100%;
}
.shpmob-category .list-products .shop-search, .shpmob-category .list-products .shop-psearch {
  background-color: #fff;
}
.shpmob-category .list-products .shop-pitem {
  background-color: #fff;
  max-width: none;
}
.shpmob-category .sub-cats {
  margin-left: -10px;
  margin-right: -10px;
}
.shpmob-category .sub-cats:after {
  content: " ";
  display: table;
  clear: both;
}
.shpmob-category .sub-cats .sub-cat {
  width: 50%;
  float: left;
  overflow: hidden;
  border-radius: 15px;
  /*height: 250px;*/
}
@media (orientation: landscape) {
  .shpmob-category .sub-cats .sub-cat {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .shpmob-category .sub-cats .sub-cat {
    /*height: 150px;*/
  }
}
.shpmob-category .sub-cats .sub-cat a {
  padding: 10px;
  display: block;
  position: relative;
  height: 100%;
}
.shpmob-category .sub-cats .sub-cat .sub-cat-image {
  z-index: 1;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px #000;
}
.shpmob-category .sub-cats .sub-cat .sub-cat-image img {
  width: 100%;
  /*height: 324px;*/
}
@media (max-width: 767px) {
  .shpmob-category .sub-cats .sub-cat .sub-cat-image {
    border-radius: 15px;
    height: auto;
  }
}
.shpmob-category .sub-cats .sub-cat .sub-cat-title {
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 50px);
  z-index: 2;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  /*padding: 25px 0;*/
}
@media (max-width: 767px) {
  .shpmob-category .sub-cats .sub-cat .sub-cat-title {
    height: auto;
    width: calc(100% - 30px);
    font-size: 19px;
  }
}
.shpmob-category .sub-cats .sub-cat .cover-effect {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  z-index: 1;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .shpmob-category .sub-cats .sub-cat .cover-effect {
    border-radius: 15px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
  }
}

.shpmob-product .category-nav {
  position: relative;
}
.shpmob-product .category-nav .back-nav {
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 12px;
  width: 17px;
  height: 30px;
  z-index: 2;
  background-image: url("https://content.iconiq.de/appmaker/image/upload/e_replace_color:fff001:80:fff001/arrow-back-primary_qu5l1e.png");
  background-size: cover;
}

.shpmob-product-block {
  padding: 25px 15px;
}
@media (max-width: 767px) {
  .shpmob-product-block .zprod-photos {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}
.shpmob-product-block .zprod-content {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .shpmob-product-block .zprod-content {
    box-shadow: none;
  }
}
.shpmob-product-block .zprodc-navi ul a {
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .shpmob-product-block {
    padding: 50px 0;
  }
  .shpmob-product-block .zprodc-navi {
    padding: 0 15px;
  }
}

/* 
    Created on : Feb 16, 2018, 4:33:01 PM
    Author     : Ilya K.
*/
.shop-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 0 5px;
  position: relative;
  color: #1d1d1b;
}
.shop-title a {
  color: #1d1d1b;
}
.shop-title:before {
  display: block;
  height: 3px;
  background-color: #1d1d1b;
  width: 35px;
  content: "";
  position: absolute;
  bottom: 0;
}

.shop-category {
  padding-top: 50px;
}
.shop-category .breadcrumb {
  color: #1d1d1b;
}
.shop-category .breadcrumb a {
  color: #1d1d1b;
}
.shop-category .cat-desc {
  border-radius: 15px;
  box-shadow: 0 0 30px -15px #1d1d1b;
  overflow: hidden;
  margin-bottom: 30px;
  color: #cf0f3a;
}
.shop-category .cat-desc .thumb {
  position: relative;
}
.shop-category .cat-desc .thumb > img {
  width: 100%;
  border-radius: 15px;
}
.shop-category .cat-desc .thumb h1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  left: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-shadow: 0 0 1px #1d1d1b;
  top: 30px;
  color: #cf0f3a;
}
.shop-category .cat-desc .thumb h1:before {
  background-color: #cf0f3a;
  bottom: -5px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 50px;
}
.shop-category .cat-desc .desc-wrap {
  padding: 30px;
}
.shop-category .cat-desc .desc {
  color: #1d1d1b;
  font-size: 18px;
  line-height: 1.2;
}
.shop-category .shop-pslider {
  margin-bottom: 50px;
}
.shop-category .list-products, .shop-category .list-brands {
  margin-bottom: 50px;
}
.shop-category .list-products .shop-psearch, .shop-category .list-brands .shop-psearch {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .site-wrap .shop-category {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .shop-category .cat-desc .thumb h1 {
    font-size: 22px;
    top: 15px;
  }
  .shop-category .cat-desc .desc-wrap {
    padding: 15px;
  }
  .shop-category .cat-desc .desc {
    font-size: 14px;
  }
}

/* 
    Created on : Feb 21, 2018, 3:17:01 PM
    Author     : Ilya K.
*/
.shop-brand {
  padding-top: 50px;
}
.shop-brand .brand-desc {
  border-radius: 30px;
  box-shadow: 0 0 30px -15px #333333;
  overflow: hidden;
  margin-bottom: 30px;
}
.shop-brand .brand-desc:after {
  display: block;
  clear: both;
  content: "";
}
.shop-brand .brand-desc .thumb {
  float: left;
  width: 250px;
}
.shop-brand .brand-desc .thumb > img {
  width: 100%;
  border-radius: 30px;
}
.shop-brand .brand-desc .desc-wrap {
  float: left;
  width: calc(100% - 250px);
  padding: 30px;
}
.shop-brand .brand-desc h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 15px;
}
.shop-brand .brand-desc .desc {
  font-size: 18px;
  line-height: 1.2;
}
.shop-brand .list-products, .shop-brand .list-brands {
  margin-bottom: 50px;
}
@media (max-width: 1299px) {
  .shop-brand .brand-desc h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .shop-brand .brand-desc h1 {
    font-size: 22px;
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .shop-brand .brand-desc .thumb {
    padding: 30px;
  }
  .shop-brand .brand-desc h1 {
    padding: 30px 0;
  }
  .shop-brand .brand-desc .desc-wrap {
    width: 100%;
  }
}

/*
    Created on : Feb 26, 2018, 9:49:38 AM
    Author     : Ilya K.
*/
.shop-prod {
  padding-top: 50px;
  padding-bottom: 50px;
}
.shop-prod .breadcrumb {
  color: #1d1d1b;
}
.shop-prod .breadcrumb a {
  color: #1d1d1b;
}

.zprod-header {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  color: #1d1d1b;
}

.zprod-photos {
  float: left;
  width: 420px;
  padding-left: 25px;
  padding-right: 25px;
}
.zprod-photos .selected {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.zprod-photos .selected img {
  width: 100%;
}
.zprod-photos .selected .sold-out {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.zprod-photos .selected .discount {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #f55;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  height: 55px;
  min-width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 10px;
}
.zprod-photos .thumbs-slider {
  background-color: #f4f4f4;
  box-shadow: 0 0 25px #fff inset;
  margin-top: 15px;
  padding: 15px 40px;
  position: relative;
}
.zprod-photos .thumbs-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zprod-photos .thumbs-slider .item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.zprod-photos .thumbs-slider .item img {
  width: 65px;
}
.zprod-photos .thumbs-slider .item:hover {
  border: 1px solid #1d1d1b;
}
.zprod-photos .thumbs-slider .item:hover img {
  width: 63px;
}
.zprod-photos .thumbs-slider .flex-direction-nav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.zprod-photos .thumbs-slider .flex-direction-nav li a {
  border-radius: 10px;
  box-shadow: 0 0 5px -2px #666;
  font-size: 26px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -32.5px;
  height: 65px;
  width: 30px;
  display: block;
  background-color: #fff;
}
.zprod-photos .thumbs-slider .flex-direction-nav li a i {
  display: block;
  margin-top: -13px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  color: #1d1d1b;
}
.zprod-photos .thumbs-slider .flex-direction-nav li.flex-nav-prev a {
  left: 0;
}
.zprod-photos .thumbs-slider .flex-direction-nav li.flex-nav-next a {
  right: 0;
}

.zprod-top {
  float: left;
  width: calc(100% - 420px);
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
}
.zprod-top .item-label {
  position: absolute;
  right: 0;
}
.zprod-top .title {
  position: relative;
}
.zprod-top .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #373734;
}
.zprod-top .title h1 {
  margin: 0;
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 36px;
}
.zprod-top .title .hot-item {
  position: absolute;
  top: 0;
  right: -10px;
  background-color: #f55;
  color: #1d1d1b;
  font-weight: 600;
  font-size: 15px;
  height: 30px;
  width: 50px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px 0 0 15px;
  text-transform: uppercase;
}

.zprod-price {
  line-height: 1.1;
  padding: 15px 0;
}
.zprod-price .price {
  font-size: 36px;
  font-weight: 600;
}
.zprod-price .price .price-crossed {
  font-size: 35px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 10px;
}
.zprod-price .price .price-discount {
  color: #f55;
}
@media (max-width: 767px) {
  .zprod-price .price {
    font-size: 26px;
  }
  .zprod-price .price .price-crossed {
    font-size: 25px;
  }
}
.zprod-price .price-desc {
  font-weight: 500;
  clear: both;
}
.zprod-price .price-desc span + span:before {
  content: ", ";
}
.zprod-price .price-basic {
  color: #999;
  font-weight: 600;
  margin-bottom: 5px;
}
.zprod-price .price-basic .price-crossed {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 80%;
}

.zprod-ids {
  font-weight: 500;
  padding-bottom: 15px;
}
.zprod-ids .name {
  display: inline-block;
  min-width: 80px;
}
.zprod-ids table tr td {
  text-align: left;
}
.zprod-ids span a {
  color: #1d1d1b;
}

.zprod-options-wrap {
  padding-bottom: 20px;
}

.zprod-btn-wrap .quantity-box {
  width: 110px;
  height: 55px;
  display: inline-block;
}
.zprod-btn-wrap .quantity {
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-right: 8px;
  padding: 12px 15px 14px;
  width: 100px;
  color: #1d1d1b;
  height: 55px;
}
.zprod-btn-wrap .btn {
  width: 100%;
  max-width: 320px;
  text-transform: none;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .zprod-btn-wrap .btn {
    max-width: 190px;
  }
  .zprod-btn-wrap .quantity {
    width: 75px;
  }
}

.zprod-ad-info ul {
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
}
.zprod-ad-info li {
  padding-left: 26px;
  position: relative;
  font-weight: 500;
}
.zprod-ad-info li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: block;
  color: #1d1d1b;
  position: absolute;
  left: 5px;
  top: -1px;
}

.zprod-share-wrap {
  font-weight: 600;
  margin-top: 50px;
  border-top: 1px solid #373734;
  border-bottom: 1px solid #373734;
  padding: 15px 0;
}
.zprod-share-wrap:after {
  display: block;
  content: "";
  clear: both;
}
.zprod-share-wrap > div {
  float: left;
}
.zprod-share-wrap .t {
  padding: 8px 10px;
}
.zprod-share-wrap .add-to-wish {
  float: right;
  padding: 8px 15px;
}
.zprod-share-wrap .add-to-wish a {
  color: #1d1d1b;
}
.zprod-share-wrap .shariff {
  margin-bottom: -10px;
}
@media (max-width: 900px) {
  .zprod-share-wrap .add-to-wish {
    float: left;
  }
}

.zprod-content {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  margin-bottom: 30px;
}

.zprodc-navi {
  padding: 0 30px;
}
.zprodc-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zprodc-navi ul li {
  display: inline-block;
  padding-right: 50px;
}
.zprodc-navi ul li:last-of-type {
  padding-right: 0;
}
.zprodc-navi ul a {
  color: #1d1d1b;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.zprodc-navi ul a:after {
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #1d1d1b;
  left: 0;
  right: 0;
  height: 3px;
  display: none;
}
.zprodc-navi ul a:hover, .zprodc-navi ul a.selected {
  color: #1d1d1b;
}
.zprodc-navi ul a:hover:after, .zprodc-navi ul a.selected:after {
  display: block;
}
@media (max-width: 767px) {
  .zprodc-navi {
    padding: 0 10px;
  }
  .zprodc-navi ul {
    padding: 0 -5px;
  }
  .zprodc-navi ul li {
    width: auto !important;
    margin: 0 5px;
    padding-right: 0;
    text-align: left;
  }
  .zprodc-navi ul li a {
    padding: 15px 0;
    font-size: 15px;
  }
}
@media (max-width: 496px) {
  .zprodc-navi ul li a {
    font-size: 12px;
  }
}
@media (max-width: 418px) {
  .zprodc-navi ul {
    padding: 10px 0;
  }
  .zprodc-navi ul li {
    display: block;
  }
  .zprodc-navi ul li a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
  }
}

.zprodc-tab {
  padding: 30px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1) inset;
  font-size: 16px;
  color: #1d1d1b;
}
@media (max-width: 767px) {
  .zprodc-tab {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .zprod-header {
    padding: 30px 15px;
  }
  .zprod-top .title h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .zprod-header {
    box-shadow: none;
    padding-top: 0;
  }
  .zprod-photos {
    width: 100%;
    padding-bottom: 20px;
  }
  .zprod-top {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zprodc-tab {
    padding: 15px 20px;
  }
}
.nl .zprod-btn-wrap .btn {
  font-size: 13px;
}

/*
    Created on : Feb 26, 2018, 9:49:38 AM
    Author     : Ilya K.
*/
.order-qr-code .modal-dialog {
  width: 300px;
}
.order-qr-code .QR p {
  text-align: center;
  padding: 30px;
  margin: 0;
  font-size: 28px;
}
.order-qr-code .QR img {
  width: 100%;
  display: block;
}

.shop-payment {
  box-shadow: 0 3px 33px -7px;
  border-radius: 15px;
  margin: 120px auto;
  padding: 30px;
  max-width: 500px;
}
.shop-payment:after {
  content: "";
  clear: both;
  display: block;
}
.shop-payment h1 {
  margin: 0;
  padding-bottom: 25px;
}
.shop-payment p {
  margin: 0;
  padding-bottom: 25px;
}
.shop-payment p:last-of-type {
  font-size: 14px;
}
.shop-payment .btn {
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 20px;
}
.shop-payment .left {
  float: left;
  border: 1.5px solid #cf0f3a;
  border-radius: 50%;
  color: #cf0f3a;
  padding: 8px 13px;
  font-size: 26px;
}
.shop-payment .right {
  float: left;
  padding-left: 20px;
}
.shop-payment .right h2 {
  margin: 0;
  padding-bottom: 10px;
}
.shop-payment .right p {
  padding-bottom: 5px;
}

.my-orders .timeframe {
  text-align: right;
}
.my-orders .timeframe label {
  font-weight: 400;
  font-size: 14px;
}
.my-orders .timeframe select {
  width: auto;
  display: inline;
  border-radius: 5px;
  margin-left: 10px;
}
.my-orders .order-items {
  padding-top: 15px;
  padding-bottom: 15px;
}
.my-orders .order-item {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  padding: 15px 0;
  margin-bottom: 10px;
}
.my-orders .order-item:last-of-type {
  margin-bottom: 0;
}
.my-orders .order-item .content {
  padding: 0 30px;
}
.my-orders .order-item .content .c-type {
  width: 16%;
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.my-orders .order-item .content .c-type span {
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
}
.my-orders .order-item .content .c-type span.cancelled, .my-orders .order-item .content .c-type span.placed, .my-orders .order-item .content .c-type span.delivered {
  text-transform: none;
  font-weight: 600;
}
.my-orders .order-item .content .c-type span.cancelled {
  color: #F00;
}
.my-orders .order-item .content .c-type span.placed {
  color: #cf0f3a;
}
.my-orders .order-item .content .c-type span.delivered {
  color: #9fdd7b;
}
.my-orders .order-item .content .c-type:nth-child(3) {
  width: 30%;
}
.my-orders .order-item .content .c-type:nth-child(5) {
  width: 10%;
}
.my-orders .order-item .content .c-type.show-details {
  text-align: right;
  color: #cf0f3a;
  font-weight: 600;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  padding-top: 10px;
}
.my-orders .order-item .content .c-type.show-details:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 1;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 50%;
}
.my-orders .order-item .content .c-type.show-details.active {
  color: #999;
}
.my-orders .order-item .content .c-type.show-details.active:after {
  content: "\f106";
}
.my-orders .order-item .content .c-type.show-details-my-order {
  color: #646c9a !important;
}
.my-orders .order-item .content .c-type.show-details-my-order:after {
  top: 30%;
}
.my-orders .order-item .content.b2b-widget-orders .c-type:nth-child(1) {
  width: 14%;
}
.my-orders .order-item .content.b2b-widget-orders .c-type:nth-child(2) {
  width: 13%;
}
.my-orders .order-item .content.b2b-widget-orders .c-type:nth-child(3) {
  width: 15%;
}
.my-orders .order-item .content.b2b-widget-orders .c-type:nth-child(4) {
  width: 10%;
}
.my-orders .order-item .content.b2b-widget-orders .c-type:nth-child(5) {
  width: 14%;
}
.my-orders .order-item .content.b2b-widget-orders .c-type:nth-child(6) {
  width: 15%;
}
.my-orders .order-item .content.b2b-widget-orders .c-type:nth-child(7) {
  width: 6%;
}
.my-orders .order-item .content.b2b-widget-orders .c-type:last-child {
  width: 12%;
}
.my-orders .order-item .content:after {
  clear: both;
  content: "";
  display: block;
}
.my-orders .order-item .content table {
  width: 100%;
}
.my-orders .order-item .content tr:first-child td {
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
}
.my-orders .order-item .content tr:nth-child(3) td {
  font-size: 16px;
  font-weight: 600;
}
.my-orders .order-item .content tr td {
  width: 20%;
}
.my-orders .order-item .content tr td:nth-child(3) {
  width: 30%;
}
.my-orders .order-item .content tr td:nth-child(5) {
  width: 10%;
}
.my-orders .order-item .content tr td.cancelled {
  color: #F00;
}
.my-orders .order-item .content tr td.placed {
  color: #cf0f3a;
}
.my-orders .order-item .content tr td.delivered {
  color: #9fdd7b;
}
.my-orders .order-item .content tr td.show-details {
  text-align: right;
  color: #cf0f3a;
  font-weight: 600;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}
.my-orders .order-item .content tr td.show-details:after {
  content: "\f107";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.my-orders .order-item .content tr td.show-details.active {
  color: #999;
}
.my-orders .order-item .content tr td.show-details.active:after {
  content: "\f106";
}
.my-orders .order-item .order-details {
  padding: 20px 30px;
  margin-top: 15px;
  box-shadow: inset 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}
.my-orders .order-item .order-id {
  font-size: 20px;
  font-weight: 700;
}
.my-orders .order-item .order-desc {
  font-weight: 500;
  color: #999;
}
.my-orders .order-item .order-desc a {
  text-transform: uppercase;
}
.my-orders .order-item .order-track {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 20px 5px;
  margin: 10px 0;
}
.my-orders .order-item .order-track:after {
  clear: both;
  content: "";
  display: block;
}
.my-orders .order-item .order-track .btn {
  float: right;
  padding: 8px 25px;
  border-radius: 50px;
}
.my-orders .order-item .order-placed {
  position: relative;
  padding-left: 50px;
}
.my-orders .order-item .order-placed:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url(/assets/img/zfn/icons/shop/active-product-icon.png);
}
.my-orders .order-item .order-placed .order-placed-title {
  color: #cf0f3a;
  text-transform: uppercase;
  font-weight: 600;
}
.my-orders .order-item .order-placed .order-placed-date span {
  font-weight: 600;
}
.my-orders .order-item .order-info-items {
  margin-bottom: 15px;
}
.my-orders .order-item .order-info-items .info-item .info-item-content {
  padding: 15px;
  border: 1px solid rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  min-height: 220px;
}
.my-orders .order-item .order-info-items .info-item .info-item-content .order-info-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}
.my-orders .order-item .order-info-items .info-item .info-item-content .order-info-title span {
  color: #999;
  text-transform: none;
}
.my-orders .order-item .order-info-items .info-item .info-item-content .order-info-sub-title {
  font-weight: 500;
  margin-top: 5px;
}
.my-orders .order-item .order-item-list {
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  margin-bottom: 30px;
}
.my-orders .order-item .order-item-list .item-thumb {
  position: relative;
  float: left;
  border-radius: 15px;
  overflow: hidden;
  width: 80px;
}
.my-orders .order-item .order-item-list .item-thumb img {
  width: 100%;
}
.my-orders .order-item .order-item-list .item-content {
  float: left;
  padding: 15px;
  width: calc(100% - 80px);
}
.my-orders .order-item .order-item-list .item-content table {
  width: 100%;
}
.my-orders .order-item .order-item-list .item-content table td {
  padding: 5px;
  font-weight: 600;
}
.my-orders .order-item .order-item-list .item-content table td span {
  font-weight: 400;
  color: #999;
}
.my-orders .order-item .order-item-list .item-content table td:last-child {
  text-align: right;
}
.my-orders .order-item .order-item-list:after {
  clear: both;
  content: "";
  display: block;
}
.my-orders .order-item .order-total {
  padding: 0 15px;
}
.my-orders .order-item .order-total table {
  float: right;
}
.my-orders .order-item .order-total table tr td {
  padding: 0 5px;
  line-height: 1.5;
  font-weight: 500;
}
.my-orders .order-item .order-total table tr td:last-child {
  font-weight: 600;
  text-align: right;
}
.my-orders .order-item .order-total table tr.total td {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2;
}
.my-orders .order-item .order-total:after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 1299px) {
  .my-orders .order-item .content .c-type:first-child {
    width: calc(40% - 80px);
  }
  .my-orders .order-item .content .c-type:nth-child(4) {
    width: 60px;
  }
  .my-orders .order-item .content .c-type:last-child {
    width: calc(20% + 20px);
  }
  .my-orders .order-item .content.b2b-widget-orders .c-type:last-child {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .my-orders .order-item {
    box-shadow: 0 3px 15px -7px;
  }
  .my-orders .order-item .order-details {
    box-shadow: inset 0px 15px 15px -22px;
  }
  .my-orders .order-item .content .c-type {
    padding-bottom: 10px;
    width: 50%;
  }
  .my-orders .order-item .content .c-type:nth-child(3), .my-orders .order-item .content .c-type:nth-child(4), .my-orders .order-item .content .c-type:nth-child(5), .my-orders .order-item .content .c-type:first-child {
    width: 50%;
  }
  .my-orders .order-item .content .c-type:last-of-type {
    float: right;
    width: 50%;
  }
  .my-orders .order-item .order-item-list .item-thumb {
    margin: 0 auto;
    float: none;
  }
  .my-orders .order-item .order-item-list .item-content {
    width: 100%;
  }
  .my-orders .order-item .order-info-items .info-item .info-item-content {
    margin-bottom: 10px;
    min-height: auto;
  }
}
@media (max-width: 400px) {
  .my-orders .order-item .content {
    padding: 0 10px;
  }
}
.shop-order-got-by-user {
  padding: 15px;
}
.shop-order-got-by-user .order-item {
  padding: 0;
}
.shop-order-got-by-user .order-item .order-details {
  box-shadow: none;
  padding: 15px;
  margin: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 4, 2018, 5:08:14 PM
    Author     : bell
*/
.shp-address .add-address .btn {
  float: right;
  max-width: none;
  margin-bottom: 15px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .shp-address .add-address .btn {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .shp-address .add-address .btn {
    float: none;
  }
}
.shp-address .margin-fix {
  margin-bottom: 25px;
}
.shp-address .shpa-item {
  box-shadow: 0 3px 33px -7px;
  border-radius: 15px;
  margin: 0;
  margin-top: 10px;
  padding: 0 35px;
}
.shp-address .shpa-item:after {
  content: "";
  clear: both;
  display: block;
}
.shp-address .shpa-item .desc-xs, .shp-address .shpa-item .daddress-xs, .shp-address .shpa-item .btn-xs {
  float: left;
}
.shp-address .shpa-item .desc-xs {
  padding-top: 20px;
  padding-bottom: 20px;
  width: calc(100% - 320px);
}
.shp-address .shpa-item .desc-xs .name {
  font-size: 18px;
  font-weight: 600;
}
.shp-address .shpa-item .daddress-xs {
  width: 140px;
  padding: 1px 5px;
}
.shp-address .shpa-item .daddress-xs .daddress {
  background-color: #c3c9d7;
  color: #fff;
  border-radius: 5px;
  margin-top: 45px;
  padding: 7px 12px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
}
.shp-address .shpa-item .daddress-xs .daddress img {
  width: 100%;
}
.shp-address .shpa-item .btn-xs {
  width: 90px;
  padding: 1px 5px;
}
.shp-address .shpa-item .btn-xs .btn {
  border-radius: 5px;
  position: relative;
  max-width: 180px;
  margin-top: 45px;
  border-color: #c3c9d7;
  color: #000;
}
.shp-address .shpa-item .btn-xs .vert-fix {
  margin-top: 55px;
}
.shp-address .shpa-item .checkboxes {
  float: left;
  width: 100%;
}
.shp-address .shpa-item .checkboxes:after {
  content: "";
  clear: both;
  display: block;
}
.shp-address .shpa-item .checkboxes .checkbox-item {
  padding-bottom: 15px;
  width: calc((100% - 280px) / 2);
  float: left;
  font-weight: 600;
}
.shp-address .shpa-item .checkboxes .checkbox-item input {
  margin-right: 10px;
}
@media (max-width: 1299px) {
  .shp-address .shpa-item .checkboxes .checkbox-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .shp-address .shpa-item {
    box-shadow: 0 3px 15px -7px;
  }
}
@media (max-width: 600px) {
  .shp-address .shpa-item {
    padding: 0 15px;
  }
  .shp-address .shpa-item .checkboxes .checkbox-item, .shp-address .shpa-item .desc-xs {
    width: 100%;
  }
  .shp-address .shpa-item .daddress-xs .daddress, .shp-address .shpa-item .btn-xs .btn {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .shp-address .add-address {
    width: 100%;
  }
}

.shp-aa-popup .modal-content {
  border-radius: 15px;
}
.shp-aa-popup .modal-content .close {
  right: 25px;
  top: 25px;
  font-size: 30px;
  position: absolute;
  font-weight: 400;
  z-index: 2;
}
.shp-aa-popup .modal-content .shpa-form-wrap {
  padding: 25px;
}
.shp-aa-popup .modal-content .shpa-form-wrap .title {
  position: relative;
  padding-bottom: 5px;
  line-height: 1.44;
  font-size: 16px;
  margin-bottom: 15px;
  color: #cf0f3a;
  font-weight: 600;
  width: 100%;
}
.shp-aa-popup .modal-content .shpa-form-wrap .title:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #cf0f3a;
}
.shp-aa-popup .modal-content .shpa-form-wrap .checkbox-item {
  padding-bottom: 5px;
  width: 100%;
  font-weight: 600;
}
.shp-aa-popup .modal-content .shpa-form-wrap .checkbox-item:first-child {
  padding-top: 25px;
}
.shp-aa-popup .modal-content .shpa-form-wrap .checkbox-item:last-child {
  padding-bottom: 25px;
}
.shp-aa-popup .modal-content .shpa-form-wrap .checkbox-item input {
  margin-right: 10px;
}
.shp-aa-popup .modal-content .shpa-form-wrap .btn {
  margin-top: 25px;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 25px;
}
.shp-aa-popup .modal-content .shpa-form-wrap .acc-shop-edit .form-group {
  margin-bottom: 15px;
}
.shp-aa-popup .modal-content .shpa-form-wrap .acc-shop-edit .form-group:last-child {
  margin-bottom: 30px;
}
.shp-aa-popup .modal-content .shpa-form-wrap .form-control {
  border-radius: 5px;
}

.es .shp-address .add-address .btn {
  font-size: 11px;
}
.es .shp-address .shpa-item .btn-xs .btn {
  font-size: 12px;
}
.es .bonus-info .top-bar .btn {
  padding: 6px 0;
  font-size: 12px;
}

.nl .shp-address .add-address .btn {
  font-size: 16px;
}
.nl .shp-address .shpa-item .btn-xs .btn {
  font-size: 10px;
  padding: 6px 0;
}
.nl .wishlist .wshl-item .btn-xs .btn {
  font-size: 9px;
}
.nl .bonus-info .top-bar .btn {
  font-size: 12px;
  padding: 6px 0;
}

.it .shp-address .add-address .btn {
  font-size: 15px;
}
.it .shp-address .shpa-item .btn-xs .btn {
  padding: 6px 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 4, 2018, 5:08:14 PM
    Author     : Ilya K.
*/
.wishlist .wshl-panel:after {
  content: "";
  clear: both;
  display: block;
}
.wishlist .wshl-panel .title {
  font-size: 24px;
  text-transform: capitalize;
  float: left;
  padding-bottom: 20px;
}
.wishlist .wshl-panel .search-panel {
  float: right;
  position: relative;
  width: 208px;
}
.wishlist .wshl-panel .search-panel .search {
  border-radius: 5px;
  width: 100%;
  padding: 8px 0 8px 35px;
  border: 1px solid #dce0e9;
  color: #dce0e9;
}
.wishlist .wshl-panel .search-panel:before {
  background-image: url(/assets/img/shop/icons/search-15.png);
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 180px;
  top: 11px;
  width: 15px;
}
.wishlist .wshl-panel .remove-prods {
  float: left;
  color: #9a9da4;
  padding-top: 10px;
}
.wishlist .wshl-panel .remove-prods input {
  margin-right: 10px;
}
.wishlist .wshl-panel .btn {
  float: right;
  background-color: #c3c9d7;
  color: #fff;
  padding: 7px 20px;
  border-radius: 4px;
}
.wishlist .wshl-item {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  margin: 0;
  margin-top: 10px;
}
.wishlist .wshl-item .checkbox-xs .checkbox {
  margin-top: 65px;
  margin-left: 10px;
}
.wishlist .wshl-item .thumb-xs .thumb {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  margin: 15px 0;
  overflow: hidden;
}
.wishlist .wshl-item .thumb-xs .thumb img {
  width: 100%;
}
.wishlist .wshl-item .name-xs .name {
  padding-top: 30px;
}
.wishlist .wshl-item .name-xs .name, .wishlist .wshl-item .name-xs .price {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.wishlist .wshl-item .btn-xs .btn {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  border-radius: 4px;
  position: relative;
  max-width: 180px;
  margin-top: 60px;
}
.wishlist .wshl-item .btn-xs .btn:before {
  background-image: url(/assets/img/shop/shop-cart.png);
  content: "";
  display: block;
  display: inline-block;
  height: 19px;
  position: relative;
  top: 4px;
  width: 19px;
  left: -5px;
}
@media (max-width: 1299px) {
  .wishlist .wshl-item .checkbox-xs .checkbox {
    margin-top: 45px;
  }
  .wishlist .wshl-item .btn-xs .btn {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .wishlist .wshl-item .checkbox-xs {
    float: left;
    width: 40px;
  }
  .wishlist .wshl-item .thumb-xs {
    float: left;
    width: 171px;
  }
  .wishlist .wshl-item .thumb-xs .thumb {
    width: auto;
  }
  .wishlist .wshl-item .name-xs {
    float: left;
    width: calc(100% - 212px);
  }
  .wishlist .wshl-item .btn-xs {
    float: left;
    width: 100%;
  }
  .wishlist .wshl-item .btn-xs .btn {
    max-width: 175px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .wishlist .wshl-item .thumb-xs {
    width: calc(100% - 40px);
  }
  .wishlist .wshl-item .thumb-xs .thumb {
    max-width: 157px;
    margin: 15px auto;
  }
  .wishlist .wshl-item .name-xs {
    width: 100%;
  }
  .wishlist .wshl-item .name-xs .name {
    padding-top: 0;
  }
}