@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";

/* node_modules/bootstrap/dist/css/bootstrap.css */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    13,
    110,
    253;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    25,
    135,
    84;
  --bs-info-rgb:
    13,
    202,
    240;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    220,
    53,
    69;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.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: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled,
.btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled,
.btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled,
.btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled,
.btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled,
.btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #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[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #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.55);
}
.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 .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  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-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:hover,
.link-primary:focus {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover,
.link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:hover,
.link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover,
.link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover,
.link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover,
.link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover,
.link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* node_modules/angular-archwizard/styles/archwizard.css */
aw-wizard {
  display: flex;
  justify-content: flex-start;
}
aw-wizard .wizard-steps {
  top: 0;
  display: flex;
}
aw-wizard.horizontal {
  flex-direction: column;
}
aw-wizard.horizontal .wizard-steps {
  width: 100%;
  flex-direction: row;
}
aw-wizard.vertical {
  flex-direction: row;
}
aw-wizard.vertical .wizard-steps {
  min-width: calc(100% - 280px);
  width: 80%;
  height: 100%;
  flex-direction: column;
}
aw-wizard-step,
aw-wizard-completion-step {
  height: auto;
  width: 100%;
}
aw-wizard-navigation-bar ul.steps-indicator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
aw-wizard-navigation-bar ul.steps-indicator li {
  position: relative;
  pointer-events: none;
}
aw-wizard-navigation-bar ul.steps-indicator li a .label {
  color: #808080;
  line-height: 14px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.25s;
}
aw-wizard-navigation-bar ul.steps-indicator li.navigable {
  pointer-events: auto;
}
aw-wizard-navigation-bar ul.steps-indicator li.navigable a {
  cursor: pointer;
}
aw-wizard-navigation-bar ul.steps-indicator li.navigable a:hover .label {
  color: #4d4d4d;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  width: 100%;
  list-style: none;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-2:after {
  left: 25%;
  right: 25%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-2 li {
  width: 50%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-3:after {
  left: 16.6666666667%;
  right: 16.6666666667%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-3 li {
  width: 33.3333333333%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-4:after {
  left: 12.5%;
  right: 12.5%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-4 li {
  width: 25%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-5:after {
  left: 10%;
  right: 10%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-5 li {
  width: 20%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-6:after {
  left: 8.3333333333%;
  right: 8.3333333333%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-6 li {
  width: 16.6666666667%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-7:after {
  left: 7.1428571429%;
  right: 7.1428571429%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-7 li {
  width: 14.2857142857%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-8:after {
  left: 6.25%;
  right: 6.25%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-8 li {
  width: 12.5%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-9:after {
  left: 5.5555555556%;
  right: 5.5555555556%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-9 li {
  width: 11.1111111111%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-10:after {
  left: 5%;
  right: 5%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-10 li {
  width: 10%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator li {
  margin: 0;
  padding: 0;
  text-align: center;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator li a .label {
  display: inline-block;
  padding-top: 10px;
  text-align: center;
}
aw-wizard-navigation-bar.vertical {
  max-width: 280px;
  width: 20%;
  height: 100%;
  position: sticky;
  top: 0;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: auto;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 10px;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li a .label {
  margin-left: 15px;
  text-align: left;
}
[dir=rtl] aw-wizard-navigation-bar.vertical ul.steps-indicator li a .label {
  margin-left: 0;
  margin-right: 15px;
  text-align: right;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator {
  padding: 24px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 14px);
  top: -7px;
  left: calc(50% + 7px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 7px);
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li .step-indicator {
  top: -14px;
  left: calc(50% - 7px);
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 7px);
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator {
  padding: 60px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 50px);
  top: -25px;
  left: calc(50% + 25px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 25px);
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li .step-indicator {
  top: -50px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 25px);
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator {
  padding: 60px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 50px);
  top: -25px;
  left: calc(50% + 25px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 25px);
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li .step-indicator {
  top: -50px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 25px);
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.optional .step-indicator {
  border: 2px solid #38ef38;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.done .step-indicator {
  border: 2px solid #339933;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.current .step-indicator {
  border: 2px solid #808080;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.editing .step-indicator {
  border: 2px solid #FF0000;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.completed .step-indicator {
  border: 2px solid #339933;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #cdcdcd;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  border: 2px solid #12e212;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.done a:hover .step-indicator {
  border: 2px solid #267326;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.current a:hover .step-indicator {
  border: 2px solid #676767;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  border: 2px solid #cc0000;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  border: 2px solid #267326;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator {
  padding: 60px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 50px);
  top: -25px;
  left: calc(50% + 25px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 25px);
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li .step-indicator {
  top: -50px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
  color: black;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 25px);
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator {
  padding: 60px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 50px);
  top: -25px;
  left: calc(50% + 25px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 25px);
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
  top: -50px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #E6E6E6;
  color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 25px);
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.optional .step-indicator {
  border: 2px solid #38ef38;
  color: #38ef38;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.done .step-indicator {
  border: 2px solid #339933;
  color: #339933;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.current .step-indicator {
  border: 2px solid #808080;
  color: #808080;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.editing .step-indicator {
  border: 2px solid #FF0000;
  color: #FF0000;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.completed .step-indicator {
  border: 2px solid #339933;
  color: #339933;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #cdcdcd;
  color: #cdcdcd;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  border: 2px solid #12e212;
  color: #12e212;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
  border: 2px solid #267326;
  color: #267326;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
  border: 2px solid #676767;
  color: #676767;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  border: 2px solid #cc0000;
  color: #cc0000;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  border: 2px solid #267326;
  color: #267326;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator {
  padding: 5px 5px 5px 19px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.small ul.steps-indicator {
  padding: 5px 19px 5px 5px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -7px;
  top: 14px;
  height: calc(100% - 14px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.small ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -7px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li a {
  min-height: 14px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li .step-indicator {
  top: 0;
  left: -14px;
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.small ul.steps-indicator li .step-indicator {
  left: auto;
  right: -14px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator {
  padding: 5px 5px 5px 55px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator {
  padding: 5px 55px 5px 5px;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -25px;
  top: 50px;
  height: calc(100% - 50px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -25px;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li a {
  min-height: 50px;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li .step-indicator {
  top: 0;
  left: -50px;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li .step-indicator {
  left: auto;
  right: -50px;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator {
  padding: 5px 5px 5px 55px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator {
  padding: 5px 55px 5px 5px;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -25px;
  top: 50px;
  height: calc(100% - 50px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -25px;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li a {
  min-height: 50px;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li .step-indicator {
  top: 0;
  left: -50px;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li .step-indicator {
  left: auto;
  right: -50px;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.optional .step-indicator {
  border: 2px solid #38ef38;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.done .step-indicator {
  border: 2px solid #339933;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.current .step-indicator {
  border: 2px solid #808080;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.editing .step-indicator {
  border: 2px solid #FF0000;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.completed .step-indicator {
  border: 2px solid #339933;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #cdcdcd;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  border: 2px solid #12e212;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.done a:hover .step-indicator {
  border: 2px solid #267326;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.current a:hover .step-indicator {
  border: 2px solid #676767;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  border: 2px solid #cc0000;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  border: 2px solid #267326;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator {
  padding: 5px 5px 5px 55px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator {
  padding: 5px 55px 5px 5px;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -25px;
  top: 50px;
  height: calc(100% - 50px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -25px;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li a {
  min-height: 50px;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li .step-indicator {
  top: 0;
  left: -50px;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
  color: black;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li .step-indicator {
  left: auto;
  right: -50px;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator {
  padding: 5px 5px 5px 55px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator {
  padding: 5px 55px 5px 5px;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -25px;
  top: 50px;
  height: calc(100% - 50px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -25px;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li a {
  min-height: 50px;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li .step-indicator {
  top: 0;
  left: -50px;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #E6E6E6;
  color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li .step-indicator {
  left: auto;
  right: -50px;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.optional .step-indicator {
  border: 2px solid #38ef38;
  color: #38ef38;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.done .step-indicator {
  border: 2px solid #339933;
  color: #339933;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.current .step-indicator {
  border: 2px solid #808080;
  color: #808080;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.editing .step-indicator {
  border: 2px solid #FF0000;
  color: #FF0000;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.completed .step-indicator {
  border: 2px solid #339933;
  color: #339933;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #cdcdcd;
  color: #cdcdcd;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  border: 2px solid #12e212;
  color: #12e212;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
  border: 2px solid #267326;
  color: #267326;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
  border: 2px solid #676767;
  color: #676767;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  border: 2px solid #cc0000;
  color: #cc0000;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  border: 2px solid #267326;
  color: #267326;
}

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #3f51b5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #3f51b5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #3f51b5;
  --mat-progress-bar-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ff4081;
  --mat-progress-bar-track-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-filled-caret-color: #3f51b5;
  --mat-form-field-filled-focus-active-indicator-color: #3f51b5;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-outlined-caret-color: #3f51b5;
  --mat-form-field-outlined-focus-outline-color: #3f51b5;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ff4081 87%, transparent);
  --mat-form-field-filled-caret-color: #ff4081;
  --mat-form-field-filled-focus-active-indicator-color: #ff4081;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent);
  --mat-form-field-outlined-caret-color: #ff4081;
  --mat-form-field-outlined-focus-outline-color: #ff4081;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #3f51b5;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ff4081;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #3f51b5;
  --mat-chip-elevated-disabled-container-color: #3f51b5;
  --mat-chip-elevated-selected-container-color: #3f51b5;
  --mat-chip-flat-disabled-selected-container-color: #3f51b5;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #ff4081;
  --mat-chip-elevated-disabled-container-color: #ff4081;
  --mat-chip-elevated-selected-container-color: #ff4081;
  --mat-chip-flat-disabled-selected-container-color: #ff4081;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-handle-color: #3f51b5;
  --mat-slide-toggle-selected-hover-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-pressed-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-focus-handle-color: #3f51b5;
  --mat-slide-toggle-selected-hover-handle-color: #3f51b5;
  --mat-slide-toggle-selected-pressed-handle-color: #3f51b5;
  --mat-slide-toggle-selected-focus-track-color: #7986cb;
  --mat-slide-toggle-selected-hover-track-color: #7986cb;
  --mat-slide-toggle-selected-pressed-track-color: #7986cb;
  --mat-slide-toggle-selected-track-color: #7986cb;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-handle-color: #ff4081;
  --mat-slide-toggle-selected-hover-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-focus-handle-color: #ff4081;
  --mat-slide-toggle-selected-hover-handle-color: #ff4081;
  --mat-slide-toggle-selected-pressed-handle-color: #ff4081;
  --mat-slide-toggle-selected-focus-track-color: #f06292;
  --mat-slide-toggle-selected-hover-track-color: #f06292;
  --mat-slide-toggle-selected-pressed-track-color: #f06292;
  --mat-slide-toggle-selected-track-color: #f06292;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #3f51b5;
  --mat-slider-focus-handle-color: #3f51b5;
  --mat-slider-handle-color: #3f51b5;
  --mat-slider-hover-handle-color: #3f51b5;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #3f51b5 4%, transparent);
  --mat-slider-inactive-track-color: #3f51b5;
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #ff4081;
  --mat-slider-focus-handle-color: #ff4081;
  --mat-slider-handle-color: #ff4081;
  --mat-slider-hover-handle-color: #ff4081;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ff4081 4%, transparent);
  --mat-slider-inactive-track-color: #ff4081;
  --mat-slider-ripple-color: #ff4081;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #ff4081;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #3f51b5;
  --mat-tab-active-ripple-color: #3f51b5;
  --mat-tab-inactive-ripple-color: #3f51b5;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #3f51b5;
  --mat-tab-active-hover-label-text-color: #3f51b5;
  --mat-tab-active-focus-indicator-color: #3f51b5;
  --mat-tab-active-hover-indicator-color: #3f51b5;
  --mat-tab-active-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ff4081;
  --mat-tab-active-ripple-color: #ff4081;
  --mat-tab-inactive-ripple-color: #ff4081;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ff4081;
  --mat-tab-active-hover-label-text-color: #ff4081;
  --mat-tab-active-focus-indicator-color: #ff4081;
  --mat-tab-active-hover-indicator-color: #ff4081;
  --mat-tab-active-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #3f51b5;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #ff4081;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #3f51b5;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #3f51b5;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-button-outlined-state-layer-color: #3f51b5;
  --mat-button-protected-container-color: #3f51b5;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #3f51b5;
  --mat-button-text-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-button-text-state-layer-color: #3f51b5;
  --mat-button-tonal-container-color: #3f51b5;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ff4081;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #ff4081;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-button-outlined-state-layer-color: #ff4081;
  --mat-button-protected-container-color: #ff4081;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #ff4081;
  --mat-button-text-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-button-text-state-layer-color: #ff4081;
  --mat-button-tonal-container-color: #ff4081;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #3f51b5;
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ff4081;
  --mat-icon-button-state-layer-color: #ff4081;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #3f51b5;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-fab-small-container-color: #3f51b5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ff4081;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-fab-small-container-color: #ff4081;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #7986cb;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #3f51b5;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #ff4081;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #3f51b5 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #3f51b5 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #3f51b5 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ff4081 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ff4081 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ff4081;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}

/* node_modules/intl-tel-input/build/css/intlTelInput.css */
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("./media/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("./media/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/* node_modules/quill/dist/quill.bubble.css */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\d7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-overlay-popover {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  overflow: visible;
  position: fixed;
  pointer-events: none;
  white-space: normal;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  inset: auto;
  top: 0;
  left: 0;
}
.cdk-overlay-popover::backdrop {
  display: none;
}
.cdk-overlay-popover .cdk-overlay-backdrop {
  position: fixed;
  z-index: auto;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d1e8ff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #b8dbff;
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #b8dbff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #D0021B;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f5faff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ebf5ff;
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/@swimlane/ngx-datatable/index.css */
.ngx-datatable {
  display: block;
  overflow: hidden;
  justify-content: center;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.ngx-datatable [hidden] {
  display: none !important;
}
.ngx-datatable *,
.ngx-datatable *:before,
.ngx-datatable *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ngx-datatable.scroll-vertical .datatable-body {
  overflow-y: auto;
}
.ngx-datatable.scroll-vertical.virtualized .datatable-body .datatable-row-wrapper {
  position: absolute;
}
.ngx-datatable.scroll-horz .datatable-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  white-space: nowrap;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ngx-datatable.fixed-row .datatable-scroll {
  white-space: nowrap;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
  white-space: nowrap;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ngx-datatable .datatable-body-row,
.ngx-datatable .datatable-row-center,
.ngx-datatable .datatable-header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  -o-flex-flow: row;
  flex-flow: row;
}
.ngx-datatable .datatable-body-cell,
.ngx-datatable .datatable-header-cell {
  overflow-x: hidden;
  vertical-align: top;
  display: inline-block;
  line-height: 1.625;
}
.ngx-datatable .datatable-body-cell:focus,
.ngx-datatable .datatable-header-cell:focus {
  outline: none;
}
.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-right {
  z-index: 9;
}
.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-center,
.ngx-datatable .datatable-row-group,
.ngx-datatable .datatable-row-right {
  position: relative;
}
.ngx-datatable .datatable-header {
  display: block;
  overflow: hidden;
}
.ngx-datatable .datatable-header .datatable-header-inner {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.ngx-datatable .datatable-header .datatable-header-cell {
  position: relative;
  display: inline-block;
}
.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper {
  cursor: pointer;
}
.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper {
  cursor: move;
}
.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle,
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  padding: 0 4px;
  visibility: hidden;
}
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
  cursor: ew-resize;
}
.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle {
  visibility: visible;
}
.ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable {
  visibility: visible;
}
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker {
  position: absolute;
  top: 0;
  bottom: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft {
  right: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight {
  left: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  height: inherit;
}
.ngx-datatable .datatable-body {
  position: relative;
  z-index: 10;
  display: block;
}
.ngx-datatable .datatable-body .datatable-scroll {
  display: inline-block;
}
.ngx-datatable .datatable-body .datatable-row-detail {
  overflow-y: hidden;
}
.ngx-datatable .datatable-body .datatable-row-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ngx-datatable .datatable-body .datatable-body-row {
  outline: none;
}
.ngx-datatable .datatable-body .datatable-body-row > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ngx-datatable .datatable-footer {
  display: block;
  width: 100%;
  overflow: auto;
}
.ngx-datatable .datatable-footer .datatable-footer-inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.ngx-datatable .datatable-footer .selected-count .page-count {
  flex: 1 1 40%;
}
.ngx-datatable .datatable-footer .selected-count .datatable-pager {
  flex: 1 1 60%;
}
.ngx-datatable .datatable-footer .page-count {
  flex: 1 1 20%;
}
.ngx-datatable .datatable-footer .datatable-pager {
  flex: 1 1 80%;
  text-align: right;
}
.ngx-datatable .datatable-footer .datatable-pager .pager,
.ngx-datatable .datatable-footer .datatable-pager .pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li,
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
  outline: none;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
  cursor: pointer;
  display: inline-block;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
  cursor: not-allowed;
}

/* node_modules/@swimlane/ngx-datatable/themes/material.css */
.ngx-datatable.material {
  background: #fff;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active,
.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active,
.ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
.ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
.ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material .empty-row {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .loading-row {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: #fff;
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-position: 0 0;
  background-color: #fff;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  font-weight: 400;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 500;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0.5;
  transform: scale(1);
}
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
  filter: none;
  transform: scale(0);
  z-index: 9999;
  pointer-events: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body {
  position: relative;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-group-header {
  background: #f5f5f5;
  border-bottom: solid 1px #d9d8d9;
  border-top: solid 1px #d9d8d9;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .progress-linear {
  display: block;
  position: sticky;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  top: 0;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  background-color: #aad1f9;
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  background-color: #106cc8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}
.datatable-checkbox input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
}
.datatable-checkbox input[type=checkbox]:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}

/* node_modules/@swimlane/ngx-datatable/themes/bootstrap.css */
.ngx-datatable.bootstrap {
  box-shadow: none;
  font-size: 13px;
}
.ngx-datatable.bootstrap .datatable-header {
  height: unset !important;
}
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell {
  vertical-align: bottom;
  padding: 0.75rem;
  border-bottom: 1px solid #d1d4d7;
}
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell .datatable-header-cell-label {
  line-height: 24px;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row {
  vertical-align: top;
  border-top: 1px solid #d1d4d7;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even {
  background-color: rgba(0, 0, 0, 0.05);
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
  background-color: #1483ff;
  color: #fff;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}
.ngx-datatable.bootstrap .datatable-body .empty-row {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}
.ngx-datatable.bootstrap .datatable-footer {
  background: #424242;
  color: #ededed;
  margin-top: -1px;
}
.ngx-datatable.bootstrap .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager {
  margin: 0 10px;
  vertical-align: top;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li {
  margin: 10px 0px;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled).active a,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
  background-color: #545454;
  font-weight: bold;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0;
  border-radius: 3px;
  margin: 0 3px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  vertical-align: bottom;
  color: #ededed;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 18px;
  line-height: 27px;
  padding: 0 3px;
}
.ngx-datatable.bootstrap .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}

/* node_modules/@swimlane/ngx-datatable/themes/dark.css */
.ngx-datatable.dark {
  box-shadow: none;
  background: #1b1e27;
  border: 1px solid #2f3646;
  color: #fff;
  font-size: 13px;
}
.ngx-datatable.dark .datatable-header {
  background: #181b24;
  color: #72809b;
}
.ngx-datatable.dark .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 0.5rem 1.2rem;
  font-weight: bold;
}
.ngx-datatable.dark .datatable-header .datatable-header-cell .datatable-header-cell-label {
  line-height: 24px;
}
.ngx-datatable.dark .datatable-body {
  background: #1a1e28;
}
.ngx-datatable.dark .datatable-body .datatable-body-row {
  border-top: 1px solid #2f3646;
}
.ngx-datatable.dark .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
}
.ngx-datatable.dark .datatable-body .datatable-body-row:hover {
  background: #171b24;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.dark .datatable-body .datatable-body-row:focus {
  background-color: #232837;
}
.ngx-datatable.dark .datatable-body .datatable-body-row.active {
  background-color: #1483ff;
  color: #fff;
}
.ngx-datatable.dark .datatable-footer {
  background: #232837;
  color: #72809b;
  margin-top: -1px;
}
.ngx-datatable.dark .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.dark .datatable-footer .datatable-pager {
  margin: 0 10px;
  vertical-align: top;
}
.ngx-datatable.dark .datatable-footer .datatable-pager ul li {
  margin: 10px 0px;
}
.ngx-datatable.dark .datatable-footer .datatable-pager ul li:not(.disabled).active a,
.ngx-datatable.dark .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
  background-color: #455066;
  font-weight: bold;
}
.ngx-datatable.dark .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0;
  border-radius: 3px;
  margin: 0 3px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  vertical-align: bottom;
  color: #72809b;
}
.ngx-datatable.dark .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.dark .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.dark .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.dark .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 18px;
  line-height: 27px;
  padding: 0 3px;
}
.ngx-datatable.dark .datatable-summary-row .datatable-body-row {
  background-color: #14171f;
}
.ngx-datatable.dark .datatable-summary-row .datatable-body-row:hover {
  background-color: #14171f;
}
.ngx-datatable.dark .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}

/* node_modules/@swimlane/ngx-datatable/assets/icons.css */
@font-face {
  font-family: "data-table";
  src: url("./media/data-table.eot");
  src:
    url("./media/data-table.eot?#iefix") format("embedded-opentype"),
    url("./media/data-table.woff") format("woff"),
    url("./media/data-table.ttf") format("truetype"),
    url("./media/data-table.svg#data-table") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]::before {
  font-family: "data-table" !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^=datatable-icon-]::before,
[class*=" datatable-icon-"]::before {
  font-family: "data-table" !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;
}
.datatable-icon-filter::before {
  content: "b";
}
.datatable-icon-collapse::before {
  content: "a";
}
.datatable-icon-expand::before {
  content: "c";
}
.datatable-icon-close::before {
  content: "d";
}
.datatable-icon-up::before {
  content: "e";
}
.datatable-icon-down::before {
  content: "f";
}
.datatable-icon-sort-unset::before {
  content: "c";
  opacity: 0.5;
}
.datatable-icon-sort::before {
  content: "g";
}
.datatable-icon-done::before {
  content: "h";
}
.datatable-icon-done-all::before {
  content: "i";
}
.datatable-icon-search::before {
  content: "j";
}
.datatable-icon-pin::before {
  content: "k";
}
.datatable-icon-add::before {
  content: "m";
}
.datatable-icon-left::before {
  content: "o";
}
.datatable-icon-right::before {
  content: "p";
}
.datatable-icon-skip::before {
  content: "q";
}
.datatable-icon-prev::before {
  content: "r";
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/angular-notifier/styles/core.css */
.notifier__container * {
  box-sizing: border-box;
}
.notifier__container-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.notifier__notification {
  display: flex;
  align-items: center;
  position: fixed;
  visibility: hidden;
  z-index: 10000;
  will-change: transform;
  backface-visibility: hidden;
}

/* node_modules/angular-notifier/styles/themes/theme-material.css */
.notifier__notification--material {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
  padding-top: 11px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-left: 26px;
}
.notifier__notification--material .notifier__notification-message {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 32px;
  font-size: 15px;
}
.notifier__notification--material .notifier__notification-button {
  display: inline-block;
  transition: opacity 0.2s ease;
  opacity: 0.5;
  margin-right: -10px;
  margin-left: 10px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 6px;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.notifier__notification--material .notifier__notification-button:hover,
.notifier__notification--material .notifier__notification-button:focus {
  opacity: 1;
}
.notifier__notification--material .notifier__notification-button:active {
  transform: scale(0.82);
  opacity: 1;
}

/* node_modules/angular-notifier/styles/types/type-info.css */
.notifier__notification--info {
  background-color: #5bc0de;
  color: #fff;
}
.notifier__notification--info .notifier__notification-button-icon {
  fill: #fff;
}

/* node_modules/angular-notifier/styles/types/type-default.css */
.notifier__notification--default {
  background-color: #444;
  color: #fff;
}
.notifier__notification--default .notifier__notification-button-icon {
  fill: #fff;
}

/* node_modules/angular-notifier/styles/types/type-error.css */
.notifier__notification--error {
  background-color: #d9534f;
  color: #fff;
}
.notifier__notification--error .notifier__notification-button-icon {
  fill: #fff;
}

/* node_modules/angular-notifier/styles/types/type-success.css */
.notifier__notification--success {
  background-color: #5cb85c;
  color: #fff;
}
.notifier__notification--success .notifier__notification-button-icon {
  fill: #fff;
}

/* node_modules/angular-notifier/styles/types/type-warning.css */
.notifier__notification--warning {
  background-color: #f0ad4e;
  color: #fff;
}
.notifier__notification--warning .notifier__notification-button-icon {
  fill: #fff;
}

/* src/assets/css/style.css */
.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;
}
.accordion .card {
  border-width: 0;
}
.accordion .card + .card {
  margin-top: 1px;
}
.accordion .card-header {
  padding: 0;
  background-color: transparent;
  font-weight: 500;
}
.accordion .card-header a {
  display: block;
  padding: 14px 20px;
  position: relative;
  color: #242f48;
  font-weight: 500;
  font-size: 14px;
  background-color: #ecf0fa;
}
.accordion .card-header a:hover,
.accordion .card-header a:focus {
  color: #242f48;
}
.accordion .card-header a.collapsed {
  color: #4d5875;
  background-color: #ecf0fa;
  border-bottom-color: transparent;
}
.accordion .card-header a.collapsed:hover,
.accordion .card-header a.collapsed:focus {
  color: #242f48;
  background-color: #dde2ef;
}
.accordion .card-body {
  padding: 0 20px 20px;
  background-color: #ecf0fa;
  transition: none;
}
.card .card {
  box-shadow: none !important;
}
.accordion > .card {
  border: 0 !important;
}
.accordion-dark .card {
  border-color: #242f48;
}
.accordion-dark .card-header a {
  color: #242f48;
}
.accordion-dark .card-header a:hover,
.accordion-dark .card-header a:focus {
  color: #242f48;
}
.accordion-dark .card-header a.collapsed {
  background-color: #242f48;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: -0.1px;
}
.accordion-dark .card-header a.collapsed:hover,
.accordion-dark .card-header a.collapsed:focus {
  background-color: #141c2b;
  color: #fff;
}
.panel-heading1.bg-primary .panel-title1 a {
  display: block;
  color: #6a7882;
}
.panel-title1 {
  margin-bottom: 0;
}
.panel-heading1.bg-primary .panel-title1 a {
  display: block;
  color: #fff;
}
.panel-title1 a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-weight: 400;
  font-size: 15px;
}
.panel-heading1 a.collapsed:before {
  content: "\e9af";
  position: absolute;
  font-family: "feather" !important;
  right: 10px;
  top: 12px;
  font-size: 20px;
  transition: all 0.5s;
  transform: scale(1);
}
.accor.bg-primary h4 a {
  color: #fff;
}
.accor h4 a {
  padding: 0.75rem 1.25rem;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid rgba(154, 180, 202, 0.16);
}
.accordion-item {
  background-color: transparent;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #eae8f1;
  border-radius: 3px;
}
.alert .close {
  text-shadow: none;
  opacity: 0.2;
}
.alert strong {
  font-weight: 600;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: var(--primary-bg-color);
  background-color: var(--primary-1);
  border-color: var(--primary-1) !important;
}
.alert-primary hr {
  border-top-color: var(--primary-1);
  background: var(--primary-1) !important;
}
.alert-primary .alert-link {
  color: #12245b;
}
.alert-secondary {
  color: #3f4654;
  background-color: #e4e7ec;
  border-color: #d9dde5 !important;
}
.alert-secondary hr {
  border-top-color: #cacfdb;
  background: #cacfdb !important;
}
.alert-secondary .alert-link {
  color: #292e37;
}
.alert-success {
  color: #1f5c01;
  background-color: #d8efcc;
  border-color: #c8e9b8 !important;
}
.alert-success hr {
  border-top-color: #b9e3a5;
  background: #b9e3a5 !important;
}
.alert-success .alert-link {
  color: #0e2a00;
}
.alert-success p {
  color: #1f5c01 !important;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb !important;
}
.alert-info hr {
  border-top-color: #abdde5;
  background: #abdde5 !important;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fbbc0b;
  border-color: #ffeeba !important;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
  background: #ffe8a1 !important;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb !important;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
  background: #f1b0b7 !important;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #7f7f81;
  background-color: #eae8f1;
  border-color: #eae8f1 !important;
}
.alert-light hr {
  border-top-color: #ededf3;
  background: #ededf3 !important;
}
.alert-light .alert-link {
  color: #666667;
}
.alert-dark {
  color: #1f2533;
  background-color: #d8dae0;
  border-color: #c8ccd3 !important;
}
.alert-dark hr {
  border-top-color: #babfc8;
  background: #babfc8 !important;
}
.alert-dark .alert-link {
  color: #0c0e13;
}
[class*=alert-outline-] {
  border: 1px solid transparent;
}
.alert-outline-success {
  border-color: #65fe19 !important;
  color: #22c03c;
}
.alert-outline-info {
  border-color: #1ab6cf !important;
  color: #00b9ff;
}
.alert-outline-warning {
  border-color: #ffdb6d !important;
  color: #d39e00;
}
.alert-outline-danger {
  border-color: #eb8c95 !important;
  color: #ff0019;
}
[class*=alert-solid-] {
  border-width: 0;
  color: #fff;
}
.alert-solid-success {
  background-color: #22c03c;
}
.alert-solid-info {
  background-color: #00b9ff;
}
.alert-solid-warning {
  background-color: #fbbc0b;
}
.alert-solid-danger {
  background-color: #ee335e;
}
.badge {
  font-size: 10px;
  font-weight: 500 !important;
  font-family:
    -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";
  padding: 3px 5px 4px !important;
}
.bg-light {
  background-color: #d0d7e8;
}
.rounded-pill {
  padding-left: 8px;
  padding-right: 8px;
}
.bg-primary-transparent {
  color: var(--primary-bg-color);
  background-color: var(--primary-1) !important;
}
.bg-secondary-transparent {
  color: #5f6d88;
  background-color: rgba(115, 127, 158, 0.13) !important;
}
.bg-success-transparent {
  background-color: rgb(212, 242, 225) !important;
  color: #22c03c;
}
.badge-teal-transparent {
  background-color: #d2f5f5 !important;
  color: #00cccc;
}
.bg-warning-transparent {
  background-color: rgba(255, 193, 7, 0.15) !important;
  color: #fbbc0b;
}
.bg-danger-transparent {
  color: #ee335e;
  background-color: #f9e2e2;
}
.badge-purple-transparent {
  color: #4800c9;
  background-color: #e1defe;
}
.bg-info-transparent {
  color: #0a7ffb;
  background-color: rgba(3, 85, 208, 0.1);
}
.badge-pink-transparent {
  color: #f10075;
  background-color: rgb(254, 229, 241);
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  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,
.sp-container button .badge {
  position: relative;
  top: -1px;
}
.rounded-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.bg-primary {
  color: #fff;
  background-color: var(--primary-bg-color);
}
a.bg-primary:hover {
  color: #fff;
  background-color: var(--primary-bg-hover);
}
a.bg-primary:focus {
  color: #fff;
  background-color: var(--primary-bg-hover);
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--primary-5);
}
a.bg-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--primary-5);
}
.bg-secondary {
  color: #fff;
  background-color: #737f9e;
}
a.bg-secondary:hover {
  color: #fff;
  background-color: #737f9e;
}
a.bg-secondary:focus {
  color: #fff;
  background-color: #737f9e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
a.bg-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
.bg-success {
  color: #fff;
  background-color: #22c03c;
}
a.bg-success:hover {
  color: #fff;
  background-color: #2a7d01;
}
a.bg-success:focus {
  color: #fff;
  background-color: #2a7d01;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
a.bg-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
.bg-info {
  color: #fff;
  background-color: #00b9ff;
}
a.bg-info:hover {
  color: #fff;
  background-color: #00b9ff;
}
a.bg-info:focus {
  color: #fff;
  background-color: #00b9ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
a.bg-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bg-warning {
  color: #242f48;
  background-color: #fbbc0b;
}
a.bg-warning:hover,
a.bg-warning:focus {
  color: #242f48;
  background-color: #d39e00;
}
.badge-purple {
  color: #fff;
  background-color: 7571f9;
}
a.badge-purple:hover {
  color: #fff;
  background-color: #6536bb;
}
a.badge-purple:focus {
  color: #fff;
  background-color: #6536bb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 54, 187, 0.5);
}
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 54, 187, 0.5);
}
.badge-teal {
  color: #fff;
  background-color: #00cccc;
}
a.badge-teal:hover,
a.badge-teal:focus {
  color: #242f48;
  background-color: #00cccc;
}
a.bg-warning:focus,
a.bg-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bg-danger {
  color: #fff;
  background-color: #ee335e;
}
a.bg-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.bg-danger:focus {
  color: #fff;
  background-color: #bd2130;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
a.bg-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-pink {
  color: #fff;
  background-color: #f10075;
}
a.badge-pink:hover {
  color: #fff;
  background-color: #e20b73;
}
a.badge-pink:focus {
  color: #fff;
  background-color: #e20b73;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 0, 117, 0.5);
}
a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 0, 117, 0.5);
}
.badge-purple {
  color: #fff;
  background-color: #4800c9;
}
a.badge-purple:hover {
  color: #fff;
  background-color: #582ea2;
}
a.badge-purple:focus {
  color: #fff;
  background-color: #582ea2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.5);
}
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.5);
}
.bg-light {
  color: #242f48;
  background-color: #ecf0fa;
}
a.bg-light:hover {
  color: #242f48;
  background-color: #d5d9e4;
}
a.bg-light:focus {
  color: #242f48;
  background-color: #d5d9e4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
a.bg-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
.bg-dark {
  color: #fff;
  background-color: #364261;
}
a.bg-dark:hover {
  color: #fff;
  background-color: #283143;
}
a.bg-dark:focus {
  color: #fff;
  background-color: #283143;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
a.bg-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
@media print {
  .badge {
    border: 1px solid #000;
  }
}
.badge.bg-white {
  color: #000 !important;
}
.btn-outline-primary:hover .bg-primary {
  background: #fff !important;
  color: #000;
}
.btn-outline-success:hover .bg-success {
  background: #fff !important;
  color: #000;
}
.btn-outline-secondary:hover .bg-secondary {
  background: #fff !important;
  color: #000;
}
.btn-outline-info:hover .bg-info {
  background: #fff !important;
  color: #000;
}
.badge-top-pill {
  margin-right: 3rem;
  margin-left: 0;
}
.breadcrumb-header {
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
}
.breadcrumb-header .breadcrumb {
  background: transparent !important;
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
}
.breadcrumb-3 ol {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.breadcrumb-3 li {
  display: contents;
  text-align: center;
}
.breadcrumb-4 ol {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}
.breadcrumb-4 li {
  display: contents;
  text-align: right;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
@media (max-width: 633px) {
  .breadcrumb-header {
    display: block;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #dde2ef;
  border-radius: 3px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem !important;
  color: #737f9e;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #737f9e;
}
.breadcrumb {
  background-color: #ecf0fa;
}
.breadcrumb-style1,
.breadcrumb-style2 {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.breadcrumb-style1 .breadcrumb-item,
.breadcrumb-style2 .breadcrumb-item {
  font-size: 11px;
  font-weight: 500;
  font-family:
    -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";
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.breadcrumb-style1 .breadcrumb-item a,
.breadcrumb-style2 .breadcrumb-item a {
  color: #242f48;
}
.breadcrumb-style1 .breadcrumb-item a:hover,
.breadcrumb-style1 .breadcrumb-item a:focus {
  color: var(--primary-bg-color);
}
.breadcrumb-style2 .breadcrumb-item a:hover,
.breadcrumb-style2 .breadcrumb-item a:focus {
  color: var(--primary-bg-color);
}
.breadcrumb-style1 .breadcrumb-item.active,
.breadcrumb-style2 .breadcrumb-item.active {
  color: var(--primary-bg-color);
}
.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  color: #949eb7;
}
.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  width: 16px;
  text-align: center;
  font-family: "Ionicons";
}
.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  content: "\f3d1";
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none !important;
}
.btn,
.sp-container button {
  display: inline-block;
  font-weight: 400;
  color: #031b4e;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
  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,
  .sp-container button {
    transition: none;
  }
}
.btn:hover,
.sp-container button:hover {
  color: #031b4e;
  text-decoration: none;
}
.btn:focus,
.sp-container button:focus,
.btn.focus,
.sp-container button.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled,
.sp-container button.disabled,
.btn:disabled,
.sp-container button:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--primary-bg-hover);
  border-color: var(--primary-bg-hover);
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 98, 232, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-2);
}
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-2);
}
.btn-secondary {
  color: #fff;
  background-color: #737f9e;
  border-color: #737f9e;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #64738f;
  border-color: #5f6d88;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 153, 175, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #737f9e;
  border-color: #737f9e;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #5f6d88;
  border-color: #5a6780;
}
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5f6d88;
  border-color: #5a6780;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 153, 175, 0.5);
}
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 153, 175, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #22c03c;
  border-color: #22c03c;
}
.btn-success:hover {
  color: #fff;
  background-color: #2e8a01;
  border-color: #2a7d01;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 188, 39, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #22c03c;
  border-color: #22c03c;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2a7d01;
  border-color: #267101;
}
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2a7d01;
  border-color: #267101;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 188, 39, 0.5);
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 188, 39, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #00b9ff;
  border-color: #00b9ff;
}
.btn-info:hover {
  color: #fff;
  background-color: #03a8e6 !important;
  border-color: #00b9ff;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #00b9ff;
  border-color: #00b9ff;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00b9ff;
  border-color: #03a8e6;
}
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00b9ff;
  border-color: #03a8e6;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #fff;
  background-color: #fbbc0b;
  border-color: #fbbc0b;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #fbbc0b;
  border-color: #fbbc0b;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.btn-danger {
  color: #fff !important;
  background-color: #ee335e;
  border-color: #ee335e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f95374;
  border-color: #f95374;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ee335e;
  border-color: #ee335e;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ee335e;
  border-color: #ee335e;
}
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ee335e;
  border-color: #ee335e;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 92, 124, 0.5);
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 92, 124, 0.5);
}
.btn-teal {
  color: #fff;
  background-color: #00cccc;
  border-color: #05d6d6;
}
.btn-teal:hover {
  color: #fff;
  background-color: #04bfbf;
  border-color: #04bfbf;
}
.btn-teal:focus,
.btn-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-teal.disabled,
.btn-teal:disabled {
  color: #fff;
  background-color: #04bfbf;
  border-color: #04bfbf;
}
.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #04bfbf;
  border-color: #04bfbf;
}
.show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #04bfbf;
  border-color: #04bfbf;
}
.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 191, 191, 0.5);
}
.show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 191, 191, 0.5);
}
.btn-light {
  color: #242f48;
  background-color: #ecf0fa;
  border-color: #ecf0fa;
}
.btn-light:hover {
  color: #242f48;
  background-color: #dde0e9;
  border-color: #d5d9e4;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 214, 220, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #242f48;
  background-color: #ecf0fa;
  border-color: #ecf0fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #242f48;
  background-color: #d5d9e4;
  border-color: #cdd2df;
}
.show > .btn-light.dropdown-toggle {
  color: #242f48;
  background-color: #d5d9e4;
  border-color: #cdd2df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 214, 220, 0.5);
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 214, 220, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #364261;
  border-color: #364261;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2d374b;
  border-color: #283143;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 99, 122, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #364261;
  border-color: #364261;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #283143;
  border-color: #232b3b;
}
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #283143;
  border-color: #232b3b;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 99, 122, 0.5);
}
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 99, 122, 0.5);
}
.btn-outline-primary {
  color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary-bg-color) !important;
  border-color: var(--primary-bg-color);
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem var(--primary-5);
  background-color: var(--primary-bg-color) !important;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--primary-bg-color);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-5);
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-5);
}
.btn-outline-secondary {
  color: #737f9e;
  border-color: #737f9e;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #737f9e;
  border-color: #737f9e;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  background-color: #737f9e;
  box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #737f9e;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #737f9e;
  border-color: #737f9e;
}
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #737f9e;
  border-color: #737f9e;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
.btn-outline-success {
  color: #22c03c;
  border-color: #22c03c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #22c03c;
  border-color: #22c03c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  background-color: #22c03c;
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #22c03c;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #22c03c;
  border-color: #22c03c;
}
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #22c03c;
  border-color: #22c03c;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
.btn-outline-info {
  color: #00b9ff;
  border-color: #00b9ff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #00b9ff;
  border-color: #00b9ff;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  background-color: #00b9ff;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #00b9ff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00b9ff;
  border-color: #00b9ff;
}
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00b9ff;
  border-color: #00b9ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #fbbc0b;
  border-color: #fbbc0b;
}
.btn-outline-warning:hover {
  color: #242f48;
  background-color: #fbbc0b;
  border-color: #fbbc0b;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background-color: #fbbc0b;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fbbc0b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #242f48;
  background-color: #fbbc0b;
  border-color: #fbbc0b;
}
.show > .btn-outline-warning.dropdown-toggle {
  color: #242f48;
  background-color: #fbbc0b;
  border-color: #fbbc0b;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #ee335e;
  border-color: #ee335e;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ee335e;
  border-color: #ee335e;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background-color: #ee335e;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ee335e;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ee335e;
  border-color: #ee335e;
}
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ee335e;
  border-color: #ee335e;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #ecf0fa;
  border-color: #ecf0fa;
}
.btn-outline-light:hover {
  color: #242f48;
  background-color: #ecf0fa;
  border-color: #ecf0fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #ecf0fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #242f48;
  background-color: #ecf0fa;
  border-color: #ecf0fa;
}
.show > .btn-outline-light.dropdown-toggle {
  color: #242f48;
  background-color: #ecf0fa;
  border-color: #ecf0fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
.btn-outline-dark {
  color: #364261;
  border-color: #364261;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #364261;
  border-color: #364261;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  background-color: #364261;
  box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #364261;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #364261;
  border-color: #364261;
}
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #364261;
  border-color: #364261;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
.btn-link {
  font-weight: 400;
  color: var(--primary-bg-color);
  text-decoration: none;
}
.btn-link:hover {
  color: #8485fb;
  text-decoration: none;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #737f9e;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn,
.sp-container .btn-group-lg > button {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn,
.sp-container .btn-group-sm > button {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  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%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.sp-container .btn-group > button,
.btn-group-vertical > .btn,
.sp-container .btn-group-vertical > button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.sp-container .btn-group > button:hover,
.btn-group-vertical > .btn:hover,
.sp-container .btn-group-vertical > button:hover,
.btn-group > .btn:focus,
.sp-container .btn-group > button:focus,
.btn-group > .btn:active,
.sp-container .btn-group > button:active,
.btn-group > .btn.active,
.sp-container .btn-group > button.active,
.btn-group-vertical > .btn:focus,
.sp-container .btn-group-vertical > button:focus,
.btn-group-vertical > .btn:active,
.sp-container .btn-group-vertical > button:active,
.btn-group-vertical > .btn.active,
.sp-container .btn-group-vertical > button.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),
.sp-container .btn-group > button:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sp-container .btn-group > button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.sp-container .btn-group > .btn-group:not(:last-child) > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.sp-container .btn-group > button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.sp-container .btn-group > .btn-group:not(:first-child) > button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.sp-container .btn-group-sm > button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.sp-container .btn-group-lg > button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn {
  width: 100%;
}
.sp-container .btn-group-vertical > button {
  width: 100%;
}
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.sp-container .btn-group-vertical > button:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sp-container .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.sp-container .btn-group-vertical > .btn-group:not(:last-child) > button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.sp-container .btn-group-vertical > button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.sp-container .btn-group-vertical > .btn-group:not(:first-child) > button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.sp-container .btn-group-toggle > button,
.btn-group-toggle > .btn-group > .btn,
.sp-container .btn-group-toggle > .btn-group > button {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.sp-container .btn-group-toggle > button input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.sp-container .btn-group-toggle > button input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.sp-container .btn-group-toggle > .btn-group > button input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.sp-container .btn-group-toggle > .btn-group > button input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn,
.sp-container button {
  border-width: 0;
  line-height: 1.538;
  padding: 9px 20px;
  transition: none;
}
.btn:active,
.sp-container button:active,
.btn:focus,
.sp-container button:focus {
  box-shadow: none;
}
.btn-light {
  color: #242f48;
  background-color: #ecf0fa;
  border-color: #dce1ec;
}
.btn-light:hover {
  color: #242f48;
  background-color: #dce1ec;
  border-color: #dce1ec;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgb(240, 239, 244);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #242f48;
  background-color: #ecf0fa;
  border-color: #ecf0fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #242f48;
  background-color: #ecf0fa;
  border-color: #ecf0fa;
}
.show > .btn-light.dropdown-toggle {
  color: #242f48;
  background-color: #e9e7f5;
  border-color: #e9e7f5;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgb(240, 239, 244);
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(240, 239, 244);
}
.btn-indigo {
  color: #fff;
  background-color: #b057bf;
  border-color: #b057bf;
}
.btn-indigo:hover {
  color: #fff;
  background-color: #ac50bb;
  border-color: #ac50bb;
}
.btn-indigo:focus,
.btn-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 80, 187, 0.5);
}
.btn-indigo.disabled,
.btn-indigo:disabled {
  color: #fff;
  background-color: #b057bf;
  border-color: #b057bf;
}
.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #b057bf;
  border-color: #b057bf;
}
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #b057bf;
  border-color: #b057bf;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus,
.btn-indigo:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 80, 187, 0.5);
}
.show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 80, 187, 0.5);
}
.btn-purple {
  color: #fff;
  background-color: #4800c9;
  border-color: #643ab0;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #4e2d89;
}
.btn-purple:focus,
.btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
}
.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #4800c9;
  border-color: #643ab0;
}
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #59339d;
  border-color: #482a80;
}
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #482a80;
}
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
}
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
}
.btn-pink {
  color: #fff;
  background-color: #f10075;
  border-color: #d80069;
}
.btn-pink:hover {
  color: #fff;
  background-color: #cb0062;
  border-color: #a50050;
}
.btn-pink:focus,
.btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 38, 127, 0.5);
}
.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #f10075;
  border-color: #d80069;
}
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #be005c;
  border-color: #98004a;
}
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #be005c;
  border-color: #98004a;
}
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 38, 127, 0.5);
}
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 38, 127, 0.5);
}
.btn-gray-500 {
  color: #242f48;
  background-color: #949eb7;
  border-color: #8896af;
}
.btn-gray-500:hover {
  color: #fff;
  background-color: #808faa;
  border-color: #697b9a;
}
.btn-gray-500:focus,
.btn-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 133, 158, 0.5);
}
.btn-gray-500.disabled,
.btn-gray-500:disabled {
  color: #242f48;
  background-color: #949eb7;
  border-color: #8896af;
}
.btn-gray-500:not(:disabled):not(.disabled):active,
.btn-gray-500:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #7988a4;
  border-color: #637493;
}
.show > .btn-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #7988a4;
  border-color: #637493;
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-gray-500:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 133, 158, 0.5);
}
.show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 133, 158, 0.5);
}
.btn-gray-700 {
  color: #fff;
  background-color: #4d5875;
  border-color: #4f5c73;
}
.btn-gray-700:hover {
  color: #fff;
  background-color: #49566b;
  border-color: #3a4455;
}
.btn-gray-700:focus,
.btn-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 116, 136, 0.5);
}
.btn-gray-700.disabled,
.btn-gray-700:disabled {
  color: #fff;
  background-color: #4d5875;
  border-color: #4f5c73;
}
.btn-gray-700:not(:disabled):not(.disabled):active,
.btn-gray-700:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #445064;
  border-color: #353e4d;
}
.show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #445064;
  border-color: #353e4d;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-gray-700:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 116, 136, 0.5);
}
.show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 116, 136, 0.5);
}
[class*=btn-outline-] {
  padding: 0.4rem 1rem;
  line-height: 1.657;
  border-width: 1px;
  background-color: transparent;
}
[class*=btn-outline-]:hover,
[class*=btn-outline-]:focus {
  color: #fff;
}
.btn-outline-indigo {
  border-color: #b057bf;
  color: #b057bf;
}
.btn-outline-indigo:hover,
.btn-outline-indigo:focus {
  background-color: #b057bf;
}
.btn-outline-light {
  border-color: #949eb7;
  color: #949eb7;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  background-color: #949eb7;
}
.btn-main-primary {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-hover);
}
.btn-main-primary:hover {
  color: #fff;
  background-color: var(--primary-bg-hover);
  border-color: var(--primary-bg-color);
}
.btn-main-primary:focus,
.btn-main-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 98, 232, 0.5);
}
.btn-main-primary.disabled,
.btn-main-primary:disabled {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.btn-main-primary:not(:disabled):not(.disabled):active,
.btn-main-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.show > .btn-main-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.btn-main-primary:not(:disabled):not(.disabled):active:focus,
.btn-main-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 98, 232, 0.5);
}
.show > .btn-main-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 98, 232, 0.5);
}
.btn-rounded {
  border-radius: 50px;
}
.btn-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}
.btn-with-icon i {
  line-height: 0;
  font-size: 20px;
  margin-right: 5px;
}
.btn-with-icon i.typcn {
  line-height: 0.9;
}
.btn-with-icon i.fas {
  font-size: 15px;
}
.btn-with-icon i.icon {
  font-size: 18px;
}
.btn-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.btn-icon i {
  line-height: 0;
  font-size: 1.2rem;
}
.btn-icon i.typcn {
  line-height: 0.95;
}
.btn-icon-list {
  display: block;
  align-items: center;
}
.btn-icon-list .btn-icon {
  width: 38px;
  height: 38px;
  padding-left: 0rem;
  padding-right: 0rem;
  display: inline;
  margin-bottom: 2px;
}
.btn-icon-list .btn + .btn,
.btn-icon-list .sp-container button + .btn {
  margin-left: 5px;
}
.sp-container .btn-icon-list button + .btn,
.btn-icon-list .sp-container .btn + button,
.sp-container .btn-icon-list .btn + button,
.btn-icon-list .sp-container button + button,
.sp-container .btn-icon-list button + button {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .btn.btn-default.nav-link {
    margin-top: 0;
  }
}
.nav-link#bs-example-navbar-collapse-1 {
  padding: 0.6rem 0.3rem;
}
.btn-warning-light {
  color: #fdac41;
  background-color: rgba(253, 172, 65, 0.2);
  border-color: rgba(253, 172, 65, 0.2);
}
.btn-warning-light:hover {
  color: #242f48;
  background-color: #fdac41;
  border-color: #fdac41;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.btn-warning-light.disabled,
.btn-warning-light:disabled {
  color: #242f48;
  background-color: #fdac41;
  border-color: #fdac41;
}
.btn-warning-light:not(:disabled):not(.disabled):active,
.btn-warning-light:not(:disabled):not(.disabled).active {
  color: #242f48;
  background-color: #fdac41;
  border-color: #fdac41;
}
.show > .btn-warning-light.dropdown-toggle {
  color: #242f48;
  background-color: #fdac41;
  border-color: #fdac41;
}
.btn-warning-light:not(:disabled):not(.disabled):active:focus,
.btn-warning-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.show > .btn-warning-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.btn-primary-gradient {
  color: #fff;
  background:
    linear-gradient(
      to right,
      var(--primary-bg-color) 0%,
      var(--primary-5) 100%);
  border: 1px solid var(--primary-5);
}
.btn-primary-gradient:hover {
  color: #fff;
  background:
    linear-gradient(
      to right,
      var(--primary-bg-color) 0%,
      var(--primary-5) 100%);
  border-color: var(--primary-5);
}
.btn-primary-gradient:focus,
.btn-primary-gradient.focus {
  background:
    linear-gradient(
      to right,
      var(--primary-bg-color) 0%,
      var(--primary-5) 100%);
  box-shadow: 0 0 0 0.2rem var(--primary-5);
}
.btn-danger-gradient {
  color: #fff;
  background:
    linear-gradient(
      45deg,
      #f93a5a,
      #f7778c);
  border: 1px solid #ef6178;
}
.btn-danger-gradient:hover {
  color: #fff;
  background:
    linear-gradient(
      45deg,
      #fb3254,
      #f96d84);
  border-color: #ef6178;
}
.btn-danger-gradient:focus,
.btn-danger-gradient.focus {
  background:
    linear-gradient(
      45deg,
      #fb3254,
      #f96d84);
  box-shadow: 0 0 0 0.2rem rgba(251, 50, 84, 0.5);
}
.btn-pink-gradient {
  color: #fff;
  background:
    linear-gradient(
      to right,
      #f10075 0%,
      #f36eae 100%);
  border: 1px solid #f10075;
}
.btn-pink-gradient:hover {
  color: #fff;
  background:
    linear-gradient(
      to right,
      #de056e 0%,
      #f565aa 100%);
  border-color: #f10075;
}
.btn-pink-gradient:focus,
.btn-pink-gradient.focus {
  background:
    linear-gradient(
      to right,
      #de056e 0%,
      #f565aa 100%);
  box-shadow: 0 0 0 0.2rem rgba(222, 5, 110, 0.5);
}
.btn-purple-gradient {
  color: #fff;
  background:
    linear-gradient(
      to right,
      #4800c9 0%,
      #884af1 100%);
  border: 1px solid #4800c9;
}
.btn-purple-gradient:hover {
  color: #fff;
  background:
    linear-gradient(
      to right,
      #6437b3 0%,
      #7d40e4 100%);
  border-color: #4800c9;
}
.btn-purple-gradient:focus,
.btn-purple-gradient.focus {
  background:
    linear-gradient(
      to right,
      #6437b3 0%,
      #7d40e4 100%);
  box-shadow: 0 0 0 0.2rem rgba(100, 55, 179, 0.5);
}
.btn-warning-gradient {
  color: #fff;
  background:
    linear-gradient(
      to left,
      #efa65f,
      #f76a2d);
  border: 1px solid #efa65f;
}
.btn-warning-gradient:hover {
  color: #fff;
  background:
    linear-gradient(
      to left,
      #efa359,
      #f56729);
  border-color: #efa65f;
}
.btn-warning-gradient:focus,
.btn-warning-gradient.focus {
  background:
    linear-gradient(
      to left,
      #efa359,
      #f56729);
  box-shadow: 0 0 0 0.2rem rgba(239, 163, 89, 0.5);
}
.btn-success-gradient {
  color: #fff;
  background:
    linear-gradient(
      to left,
      #48d6a8 0%,
      #029666 100%);
  border: 1px solid #3dc59a;
}
.btn-success-gradient:hover {
  color: #fff;
  background:
    linear-gradient(
      to left,
      #3ed0a1 0%,
      #039062 100%);
  border-color: #3dc59a;
}
.btn-success-gradient:focus,
.btn-success-gradient.focus {
  background:
    linear-gradient(
      to left,
      #3ed0a1 0%,
      #039062 100%);
  box-shadow: 0 0 0 0.2rem rgba(3, 144, 98, 0.5);
}
.btn-info-gradient {
  color: #fff;
  background:
    linear-gradient(
      to right,
      #0296ce 0%,
      #38c6f7 100%);
  border: 1px solid #29b9ec;
}
.btn-info-gradient:hover {
  color: #fff;
  background:
    linear-gradient(
      to right,
      #0993c7 0%,
      #22b7ea 100%);
  border-color: #29b9ec;
}
.btn-info-gradient:focus,
.btn-info-gradient.focus {
  background:
    linear-gradient(
      to right,
      #0993c7 0%,
      #22b7ea 100%);
  box-shadow: 0 0 0 0.2rem rgba(34, 183, 234, 0.5);
}
.btn-light-gradient {
  color: #000;
  background:
    linear-gradient(
      120deg,
      #cdd2de 0%,
      #ecf0fa 100%);
  border: 1px solid #cdd2de;
}
.btn-light-gradient:hover {
  color: #000;
  background:
    linear-gradient(
      120deg,
      #c1c7d6 0%,
      #e0e5f1 100%);
  border-color: #cdd2de;
}
.btn-light-gradient:focus,
.btn-light-gradient.focus {
  background:
    linear-gradient(
      120deg,
      #c1c7d6 0%,
      #e0e5f1 100%);
  box-shadow: 0 0 0 0.2rem rgba(193, 199, 214, 0.5);
}
.btn-dark-gradient {
  color: #fff;
  background:
    linear-gradient(
      60deg,
      #29323c 0%,
      #485563 100%);
  border: 1px solid #29323c;
}
.btn-dark-gradient:hover {
  color: #fff;
  background:
    linear-gradient(
      60deg,
      #212931 0%,
      #424f5d 100%);
  border-color: #29323c;
}
.btn-dark-gradient:focus,
.btn-dark-gradient.focus {
  background:
    linear-gradient(
      60deg,
      #212931 0%,
      #424f5d 100%);
  box-shadow: 0 0 0 0.2rem rgba(33, 41, 49, 0.5);
}
.btn-secondary-gradient {
  color: #fff;
  background:
    linear-gradient(
      to right,
      #636f8e 0%,
      #acb8da 100%);
  border: 1px solid #9aa6c7;
}
.btn-secondary-gradient:hover {
  color: #fff;
  background:
    linear-gradient(
      to right,
      #596586 0%,
      #92a0ca 100%);
  border-color: #9aa6c7;
}
.btn-secondary-gradient:focus,
.btn-secondary-gradient.focus {
  background:
    linear-gradient(
      to right,
      #596586 0%,
      #92a0ca 100%);
  box-shadow: 0 0 0 0.2rem rgba(88, 100, 130, 0.5);
}
.btn-animation .btn-loaders:after {
  content: "";
  -webkit-animation: loader 500ms infinite linear;
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  right: 10px !important;
  top: calc(50% - 0.7em);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute !important;
}
.btn-animation .btn-spiner:after {
  content: "";
  -webkit-animation: sk-bounce 1.2s infinite ease-in-out;
  animation: sk-bounce 1.2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 0.5em;
  width: 0.5em;
  position: absolute;
  right: 12px !important;
  top: calc(50% - 0.7em);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute !important;
  background: #fff;
  width: 14%;
  height: 45%;
}
.btn-animation .btn-loaders {
  color: #fff !important;
  pointer-events: none;
  position: relative;
}
.btn-animation .btn-spiner {
  color: #fff !important;
  pointer-events: none;
  position: relative;
}
.btn-animation .loading {
  margin-right: 30px;
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.btn-w-xs {
  min-width: 90px;
}
.btn-w-sm {
  min-width: 110px;
}
.btn-w-lg {
  min-width: 150px;
}
@media (max-width: 576px) {
  .radiobtns [class*=btn-outline-] {
    padding: 0.3rem 0.5rem !important;
    font-size: 14px !important;
  }
  .checkboxbtns [class*=btn-outline-] {
    padding: 0.3rem 0.3rem !important;
    font-size: 14px !important;
  }
}
.radiobtns .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.checkboxbtns .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.radiobtns .btn-group > .btn:last-child:not(.dropdown-toggle),
.checkboxbtns .btn-group > .btn:last-child:not(.dropdown-toggle) {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.radiobtns .btn-group > .btn.rounded-0,
.checkboxbtns .btn-group > .btn.rounded-0 {
  border-radius: 0 !important;
}
.btn-check:focus + .btn-primary,
.btn-secondary:focus {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
  box-shadow: 0 0 0 0.25rem var(--primary-bg-hover);
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5f6d88;
  border-color: #5f6d88;
  box-shadow: 0 0 0 0.25rem #5f6d88;
}
.dropdown button.btn-light:focus {
  color: #031b4e !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border-radius: 5px;
  border: 1px solid #deebfd;
  margin-bottom: 1.3rem;
  box-shadow: -8px 12px 18px 0 #dadee8;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 7px 7px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 7px 7px;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: 7px;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@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 {
  border-radius: 7px;
}
.card.text-white .card-title,
.card.tx-white .card-title {
  color: #fff;
}
.card-header,
.card-footer {
  position: relative;
  border-color: #d0d7e8;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
}
.card-header {
  border-bottom: 0;
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}
.card-header:first-child {
  border-radius: 0;
}
.card-footer {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}
.card-title {
  font-weight: 700;
  color: #242f48;
  font-size: 14px;
  text-transform: uppercase;
}
.card-item-desc .card-item-desc-1 dt,
dd {
  display: inline-block;
}
.card-item-desc .card-item-desc-1 dt {
  font-weight: 500;
  font-size: 13px;
}
.card-item-desc .card-item-desc-1 dd {
  font-size: 13px;
  color: #737f9e;
  margin-bottom: 0;
}
.card-item-desc dl {
  margin-bottom: 0;
}
.card-category {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  background: #ecf0fa;
  padding: 7px 0;
  border-radius: 4px;
}
.card.card-primary {
  border-top: 2px solid var(--primary-bg-color) !important;
}
.card.card-secondary {
  border-top: 2px solid #737f9e !important;
}
.card.card-success {
  border-top: 2px solid #22e840 !important;
}
.card.card-danger {
  border-top: 2px solid #ee335e !important;
}
.card.card-warning {
  border-top: 2px solid #ffb209 !important;
}
.card.card-info {
  border-top: 2px solid #01b8ff !important;
}
.card.card-purple {
  border-top: 2px solid #4800c9 !important;
}
.card.card-dark {
  border-top: 2px solid #343a40 !important;
}
.carousel-slider #carousel {
  margin: 0;
}
.carousel-slider #thumbcarousel {
  margin: 10px 0 0 0;
  padding: 0;
}
.carousel-slider #thumbcarousel .carousel-item {
  text-align: center;
}
.carousel-slider #thumbcarousel .carousel-item .thumb {
  width: 100%;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  max-width: 100px;
}
.carousel-slider #thumbcarousel .carousel-item .thumb:hover {
  border-color: #e8ebf3;
}
.carousel-slider .carousel-item img {
  width: 100%;
  height: auto;
}
.carousel-control:active,
.carousel-control:focus,
.carousel-control:hover {
  color: #333;
}
.carousel-caption,
.carousel-control .fa {
  font: normal normal normal 30px/26px FontAwesome;
}
#basicSlider img {
  width: 100%;
}
#thumbcarousel .carousel-control-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
#thumbcarousel .carousel-control-next {
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.owl-carousel button.owl-dot {
  background: rgba(105, 99, 255, 0.3);
  opacity: 7;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-nav button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.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-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;
  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;
}
.carousel-indicators .active {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-caption h5,
.carousel-caption p {
  font-family: "Roboto", sans-serif !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  display: block;
  width: auto;
  height: auto;
}
.carousel-control-prev-icon svg,
.carousel-control-next-icon svg {
  width: 48px;
  height: 48px;
}
.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #031b4e;
  text-align: left;
  background-color: #ecf0fa;
}
[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: var(--primary-bg-color);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--primary-bg-color);
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 0rem;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #737f9e;
  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 {
  text-transform: none;
}
select {
  text-transform: none;
  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.1875rem;
}
h2,
.h2 {
  font-size: 1.75rem;
}
h3,
.h3 {
  font-size: 1.53125rem;
}
h4,
.h4 {
  font-size: 1.3125rem;
}
h5,
.h5 {
  font-size: 1.09375rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.09375rem;
  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,
.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.09375rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #737f9e;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #737f9e;
}
code {
  font-size: 87.5%;
  color: #f10075;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #242f48;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #242f48;
}
pre code {
  font-size: inherit;
  color: #2d91fb;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#bg-side-text {
  position: absolute !important;
  right: 21px !important;
  top: 11px !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .responsive-logo {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}
.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;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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-left {
  justify-content: flex-start !important;
}
.justify-content-right {
  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-left {
  align-items: flex-start !important;
}
.align-items-right {
  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-left {
  align-content: flex-start !important;
}
.align-content-right {
  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-left {
  align-self: flex-start !important;
}
.align-self-right {
  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-left {
    justify-content: flex-start !important;
  }
  .justify-content-sm-right {
    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-left {
    align-items: flex-start !important;
  }
  .align-items-sm-right {
    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-left {
    align-content: flex-start !important;
  }
  .align-content-sm-right {
    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-left {
    align-self: flex-start !important;
  }
  .align-self-sm-right {
    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-left {
    justify-content: flex-start !important;
  }
  .justify-content-md-right {
    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-left {
    align-items: flex-start !important;
  }
  .align-items-md-right {
    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-left {
    align-content: flex-start !important;
  }
  .align-content-md-right {
    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-left {
    align-self: flex-start !important;
  }
  .align-self-md-right {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-left {
    justify-content: flex-start !important;
  }
  .justify-content-lg-right {
    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-left {
    align-items: flex-start !important;
  }
  .align-items-lg-right {
    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-left {
    align-content: flex-start !important;
  }
  .align-content-lg-right {
    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-left {
    align-self: flex-start !important;
  }
  .align-self-lg-right {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-left {
    justify-content: flex-start !important;
  }
  .justify-content-xl-right {
    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-left {
    align-items: flex-start !important;
  }
  .align-items-xl-right {
    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-left {
    align-content: flex-start !important;
  }
  .align-content-xl-right {
    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-left {
    align-self: flex-start !important;
  }
  .align-self-xl-right {
    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-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.heading-primary {
  background-color: var(--primary-bg-color);
  color: #fff;
  padding: 5px;
}
.heading-secondary {
  background-color: #5f6d88;
  color: #fff;
  padding: 5px;
}
.heading-inverse {
  background-color: #333;
  color: #fff;
  padding: 5px;
}
.heading-success {
  background-color: #22c03c;
  color: #fff;
  padding: 5px;
}
.heading-info {
  background-color: #00b9ff;
  color: #fff;
  padding: 5px;
}
.heading-warning {
  background-color: #fbbc0b;
  color: #fff;
  padding: 5px;
}
.heading-danger {
  background-color: #ee335e;
  color: #fff;
  padding: 5px;
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 98;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #031b4e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(138, 153, 191, 0.125);
  border-radius: 3px;
}
.dropdown-menu-start {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    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;
}
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-toggle-left::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.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 #dde2ef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #242f48;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #141c2b;
  text-decoration: none;
  background-color: #ecf0fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-bg-color);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #737f9e;
  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.76562rem;
  color: #737f9e;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #242f48;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.dropend button {
  color: #fff;
  background-color: #00b9ff;
  border-color: #00b9ff;
}
.dropend button:focus,
.dropdown button:focus {
  color: #fff !important;
}
.dropdown-menu {
  padding: 0;
  border-width: 1px;
  border-radius: 0;
}
.dropdown-item {
  padding: 8px 15px;
  font-size: 13px;
}
.dropdown-header {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dropdown.d-cart .dropdown-menu,
  .dropdown.message .dropdown-menu {
    width: 20.5rem !important;
  }
}
.main-dropdown-form-demo .dropdown-menu {
  padding: 20px;
}
.main-dropdown-form-demo .dropdown-title {
  font-size: 20px;
  font-weight: 700;
  color: #242f48;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .main-dropdown-form-demo .dropdown-menu {
    width: 300px;
    padding: 30px 25px;
  }
}
.form-control {
  height: 38px;
  border-radius: 0;
}
.form-control:focus {
  border-color: #949eb7;
  box-shadow: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.form-label {
  display: block;
  margin-bottom: 5px;
  color: #4d5875;
}
.form-control {
  display: block;
  width: 100%;
  height: inherit;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d5875;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e1e5ef;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #4d5875;
  background-color: #fff;
  border-color: #b3c6ff;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #737f9e;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #dde2ef;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
select.form-control:focus::-ms-value {
  color: #4d5875;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76562rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #031b4e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  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: #737f9e;
}
.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: #22c03c;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(59, 176, 1, 0.9);
  border-radius: 3px;
}
.was-validated .form-control:valid,
.form-control.is-valid,
input.form-control.parsley-success,
textarea.form-control.parsley-success {
  border-color: #22c03c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' 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.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
input.form-control.parsley-success:focus,
textarea.form-control.parsley-success:focus {
  border-color: #22c03c;
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid ~ .valid-feedback,
input.form-control.parsley-success ~ .valid-feedback,
textarea.form-control.parsley-success ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
input.form-control.parsley-success ~ .valid-tooltip,
textarea.form-control.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
textarea.form-control.is-valid,
textarea.form-control.parsley-success {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid,
input.form-select.parsley-success,
textarea.form-select.parsley-success {
  border-color: #22c03c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' 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 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus,
input.form-select.parsley-success:focus,
textarea.form-select.parsley-success:focus {
  border-color: #22c03c;
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}
.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip {
  display: block;
}
.form-select.is-valid ~ .valid-feedback,
input.form-select.parsley-success ~ .valid-feedback,
textarea.form-select.parsley-success ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip,
input.form-select.parsley-success ~ .valid-tooltip,
textarea.form-select.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
input.form-control-file.parsley-success ~ .valid-feedback,
textarea.form-control-file.parsley-success ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
input.form-control-file.parsley-success ~ .valid-tooltip,
textarea.form-control-file.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label,
input.form-check-input.parsley-success ~ .form-check-label,
textarea.form-check-input.parsley-success ~ .form-check-label {
  color: #22c03c;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .valid-feedback,
input.form-check-input.parsley-success ~ .valid-feedback,
textarea.form-check-input.parsley-success ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
input.form-check-input.parsley-success ~ .valid-tooltip,
textarea.form-check-input.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label,
input.custom-control-input.parsley-success ~ .custom-control-label,
textarea.custom-control-input.parsley-success ~ .custom-control-label {
  color: #22c03c;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before,
input.custom-control-input.parsley-success ~ .custom-control-label::before,
textarea.custom-control-input.parsley-success ~ .custom-control-label::before {
  border-color: #22c03c;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .valid-feedback,
input.custom-control-input.parsley-success ~ .valid-feedback,
textarea.custom-control-input.parsley-success ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
input.custom-control-input.parsley-success ~ .valid-tooltip,
textarea.custom-control-input.parsley-success ~ .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,
input.custom-control-input.parsley-success:checked ~ .custom-control-label::before,
textarea.custom-control-input.parsley-success:checked ~ .custom-control-label::before {
  border-color: #4ce301;
  background-color: #4ce301;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
input.custom-control-input.parsley-success:focus ~ .custom-control-label::before,
textarea.custom-control-input.parsley-success:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 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,
input.custom-control-input.parsley-success:focus:not(:checked) ~ .custom-control-label::before,
textarea.custom-control-input.parsley-success:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .form-file-input:valid ~ .form-file-label,
.form-file-input.is-valid ~ .form-file-label,
input.form-file-input.parsley-success ~ .form-file-label,
textarea.form-file-input.parsley-success ~ .form-file-label {
  border-color: #22c03c;
}
.was-validated .form-file-input:valid ~ .valid-feedback,
.was-validated .form-file-input:valid ~ .valid-tooltip {
  display: block;
}
.form-file-input.is-valid ~ .valid-feedback,
input.form-file-input.parsley-success ~ .valid-feedback,
textarea.form-file-input.parsley-success ~ .valid-feedback,
.form-file-input.is-valid ~ .valid-tooltip,
input.form-file-input.parsley-success ~ .valid-tooltip,
textarea.form-file-input.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated .form-file-input:valid:focus ~ .form-file-label,
.form-file-input.is-valid:focus ~ .form-file-label,
input.form-file-input.parsley-success:focus ~ .form-file-label,
textarea.form-file-input.parsley-success:focus ~ .form-file-label {
  border-color: #22c03c;
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ee335e;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 3px;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
input.form-control.parsley-error,
textarea.form-control.parsley-error {
  border-color: #ee335e;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' 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.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
input.form-control.parsley-error:focus,
textarea.form-control.parsley-error:focus {
  border-color: #ee335e;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid ~ .invalid-feedback,
input.form-control.parsley-error ~ .invalid-feedback,
textarea.form-control.parsley-error ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
input.form-control.parsley-error ~ .invalid-tooltip,
textarea.form-control.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
textarea.form-control.is-invalid,
textarea.form-control.parsley-error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid,
input.form-select.parsley-error,
textarea.form-select.parsley-error {
  border-color: #ee335e;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' 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 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus,
input.form-select.parsley-error:focus,
textarea.form-select.parsley-error:focus {
  border-color: #ee335e;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-select.is-invalid ~ .invalid-feedback,
input.form-select.parsley-error ~ .invalid-feedback,
textarea.form-select.parsley-error ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip,
input.form-select.parsley-error ~ .invalid-tooltip,
textarea.form-select.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
input.form-control-file.parsley-error ~ .invalid-feedback,
textarea.form-control-file.parsley-error ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
input.form-control-file.parsley-error ~ .invalid-tooltip,
textarea.form-control-file.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label,
input.form-check-input.parsley-error ~ .form-check-label,
textarea.form-check-input.parsley-error ~ .form-check-label {
  color: #ee335e;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .invalid-feedback,
input.form-check-input.parsley-error ~ .invalid-feedback,
textarea.form-check-input.parsley-error ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
input.form-check-input.parsley-error ~ .invalid-tooltip,
textarea.form-check-input.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label,
input.custom-control-input.parsley-error ~ .custom-control-label,
textarea.custom-control-input.parsley-error ~ .custom-control-label {
  color: #ee335e;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before,
input.custom-control-input.parsley-error ~ .custom-control-label::before,
textarea.custom-control-input.parsley-error ~ .custom-control-label::before {
  border-color: #ee335e;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
input.custom-control-input.parsley-error ~ .invalid-feedback,
textarea.custom-control-input.parsley-error ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
input.custom-control-input.parsley-error ~ .invalid-tooltip,
textarea.custom-control-input.parsley-error ~ .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,
input.custom-control-input.parsley-error:checked ~ .custom-control-label::before,
textarea.custom-control-input.parsley-error:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
input.custom-control-input.parsley-error:focus ~ .custom-control-label::before,
textarea.custom-control-input.parsley-error:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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,
input.custom-control-input.parsley-error:focus:not(:checked) ~ .custom-control-label::before,
textarea.custom-control-input.parsley-error:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .form-file-input:invalid ~ .form-file-label,
.form-file-input.is-invalid ~ .form-file-label,
input.form-file-input.parsley-error ~ .form-file-label,
textarea.form-file-input.parsley-error ~ .form-file-label {
  border-color: #ee335e;
}
.was-validated .form-file-input:invalid ~ .invalid-feedback,
.was-validated .form-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.form-file-input.is-invalid ~ .invalid-feedback,
input.form-file-input.parsley-error ~ .invalid-feedback,
textarea.form-file-input.parsley-error ~ .invalid-feedback,
.form-file-input.is-invalid ~ .invalid-tooltip,
input.form-file-input.parsley-error ~ .invalid-tooltip,
textarea.form-file-input.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-file-input:invalid:focus ~ .form-file-label,
.form-file-input.is-invalid:focus ~ .form-file-label,
input.form-file-input.parsley-error:focus ~ .form-file-label,
textarea.form-file-input.parsley-error:focus ~ .form-file-label {
  border-color: #ee335e;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 .form-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;
  }
}
.main-form-group {
  padding: 12px 15px;
  border: 1px solid #eae8f1;
}
.main-form-group.focus {
  border-color: #b9c2d8;
  box-shadow: 0 0 0 2px rgba(91, 71, 251, 0.16);
}
.main-form-group .form-label {
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: 400;
  color: #949eb7;
}
.main-form-group .form-control {
  padding: 0;
  border-width: 0;
  height: 25px;
  color: #242f48;
  font-weight: 500;
}
.main-form-group .form-control:focus {
  box-shadow: none;
}
.formgroup-wrapper .form-control {
  height: 40px !important;
}
.formgroup-wrapper .main-form-group .form-label {
  margin-bottom: 12px;
}
.main-header-center .form-control {
  padding: 1rem 1.5rem;
}
.main-header-center .form-control::placeholder {
  padding-left: 0rem;
  padding-right: 0rem;
}
.browse-file.form-control {
  background-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.file-browser .btn-default {
  background: #f1f4fb;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  padding: 0.56rem 15px;
  color: #68769a;
  border-radius: 0;
  border: 1px solid #eae8f1;
}
.form-control {
  height: 38px;
  border-radius: 0;
}
.form-control:focus {
  border-color: #949eb7;
  box-shadow: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.form-label {
  display: block;
  margin-bottom: 5px;
  color: #4d5875;
}
.form-control {
  display: block;
  width: 100%;
  height: inherit;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d5875;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e1e5ef;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #4d5875;
  background-color: #fff;
  border-color: #b3c6ff;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #737f9e;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #dde2ef;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
select.form-control:focus::-ms-value {
  color: #4d5875;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76562rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #031b4e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  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: #737f9e;
}
.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: #22c03c;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(59, 176, 1, 0.9);
  border-radius: 3px;
}
.was-validated .form-control:valid,
.form-control.is-valid,
input.form-control.parsley-success,
textarea.form-control.parsley-success {
  border-color: #22c03c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' 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.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
input.form-control.parsley-success:focus,
textarea.form-control.parsley-success:focus {
  border-color: #22c03c;
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid ~ .valid-feedback,
input.form-control.parsley-success ~ .valid-feedback,
textarea.form-control.parsley-success ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
input.form-control.parsley-success ~ .valid-tooltip,
textarea.form-control.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
textarea.form-control.is-valid,
textarea.form-control.parsley-success {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid,
input.form-select.parsley-success,
textarea.form-select.parsley-success {
  border-color: #22c03c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' 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 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus,
input.form-select.parsley-success:focus,
textarea.form-select.parsley-success:focus {
  border-color: #22c03c;
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}
.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip {
  display: block;
}
.form-select.is-valid ~ .valid-feedback,
input.form-select.parsley-success ~ .valid-feedback,
textarea.form-select.parsley-success ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip,
input.form-select.parsley-success ~ .valid-tooltip,
textarea.form-select.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
input.form-control-file.parsley-success ~ .valid-feedback,
textarea.form-control-file.parsley-success ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
input.form-control-file.parsley-success ~ .valid-tooltip,
textarea.form-control-file.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label,
input.form-check-input.parsley-success ~ .form-check-label,
textarea.form-check-input.parsley-success ~ .form-check-label {
  color: #22c03c;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .valid-feedback,
input.form-check-input.parsley-success ~ .valid-feedback,
textarea.form-check-input.parsley-success ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
input.form-check-input.parsley-success ~ .valid-tooltip,
textarea.form-check-input.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label,
input.custom-control-input.parsley-success ~ .custom-control-label,
textarea.custom-control-input.parsley-success ~ .custom-control-label {
  color: #22c03c;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before,
input.custom-control-input.parsley-success ~ .custom-control-label::before,
textarea.custom-control-input.parsley-success ~ .custom-control-label::before {
  border-color: #22c03c;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .valid-feedback,
input.custom-control-input.parsley-success ~ .valid-feedback,
textarea.custom-control-input.parsley-success ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
input.custom-control-input.parsley-success ~ .valid-tooltip,
textarea.custom-control-input.parsley-success ~ .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,
input.custom-control-input.parsley-success:checked ~ .custom-control-label::before,
textarea.custom-control-input.parsley-success:checked ~ .custom-control-label::before {
  border-color: #4ce301;
  background-color: #4ce301;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
input.custom-control-input.parsley-success:focus ~ .custom-control-label::before,
textarea.custom-control-input.parsley-success:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 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,
input.custom-control-input.parsley-success:focus:not(:checked) ~ .custom-control-label::before,
textarea.custom-control-input.parsley-success:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .form-file-input:valid ~ .form-file-label,
.form-file-input.is-valid ~ .form-file-label,
input.form-file-input.parsley-success ~ .form-file-label,
textarea.form-file-input.parsley-success ~ .form-file-label {
  border-color: #22c03c;
}
.was-validated .form-file-input:valid ~ .valid-feedback,
.was-validated .form-file-input:valid ~ .valid-tooltip {
  display: block;
}
.form-file-input.is-valid ~ .valid-feedback,
input.form-file-input.parsley-success ~ .valid-feedback,
textarea.form-file-input.parsley-success ~ .valid-feedback,
.form-file-input.is-valid ~ .valid-tooltip,
input.form-file-input.parsley-success ~ .valid-tooltip,
textarea.form-file-input.parsley-success ~ .valid-tooltip {
  display: block;
}
.was-validated .form-file-input:valid:focus ~ .form-file-label,
.form-file-input.is-valid:focus ~ .form-file-label,
input.form-file-input.parsley-success:focus ~ .form-file-label,
textarea.form-file-input.parsley-success:focus ~ .form-file-label {
  border-color: #22c03c;
  box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ee335e;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 3px;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
input.form-control.parsley-error,
textarea.form-control.parsley-error {
  border-color: #ee335e;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' 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.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
input.form-control.parsley-error:focus,
textarea.form-control.parsley-error:focus {
  border-color: #ee335e;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid ~ .invalid-feedback,
input.form-control.parsley-error ~ .invalid-feedback,
textarea.form-control.parsley-error ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
input.form-control.parsley-error ~ .invalid-tooltip,
textarea.form-control.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
textarea.form-control.is-invalid,
textarea.form-control.parsley-error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid,
input.form-select.parsley-error,
textarea.form-select.parsley-error {
  border-color: #ee335e;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' 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 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus,
input.form-select.parsley-error:focus,
textarea.form-select.parsley-error:focus {
  border-color: #ee335e;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-select.is-invalid ~ .invalid-feedback,
input.form-select.parsley-error ~ .invalid-feedback,
textarea.form-select.parsley-error ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip,
input.form-select.parsley-error ~ .invalid-tooltip,
textarea.form-select.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
input.form-control-file.parsley-error ~ .invalid-feedback,
textarea.form-control-file.parsley-error ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
input.form-control-file.parsley-error ~ .invalid-tooltip,
textarea.form-control-file.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label,
input.form-check-input.parsley-error ~ .form-check-label,
textarea.form-check-input.parsley-error ~ .form-check-label {
  color: #ee335e;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .invalid-feedback,
input.form-check-input.parsley-error ~ .invalid-feedback,
textarea.form-check-input.parsley-error ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
input.form-check-input.parsley-error ~ .invalid-tooltip,
textarea.form-check-input.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label,
input.custom-control-input.parsley-error ~ .custom-control-label,
textarea.custom-control-input.parsley-error ~ .custom-control-label {
  color: #ee335e;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before,
input.custom-control-input.parsley-error ~ .custom-control-label::before,
textarea.custom-control-input.parsley-error ~ .custom-control-label::before {
  border-color: #ee335e;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
input.custom-control-input.parsley-error ~ .invalid-feedback,
textarea.custom-control-input.parsley-error ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
input.custom-control-input.parsley-error ~ .invalid-tooltip,
textarea.custom-control-input.parsley-error ~ .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,
input.custom-control-input.parsley-error:checked ~ .custom-control-label::before,
textarea.custom-control-input.parsley-error:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
input.custom-control-input.parsley-error:focus ~ .custom-control-label::before,
textarea.custom-control-input.parsley-error:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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,
input.custom-control-input.parsley-error:focus:not(:checked) ~ .custom-control-label::before,
textarea.custom-control-input.parsley-error:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .form-file-input:invalid ~ .form-file-label,
.form-file-input.is-invalid ~ .form-file-label,
input.form-file-input.parsley-error ~ .form-file-label,
textarea.form-file-input.parsley-error ~ .form-file-label {
  border-color: #ee335e;
}
.was-validated .form-file-input:invalid ~ .invalid-feedback,
.was-validated .form-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.form-file-input.is-invalid ~ .invalid-feedback,
input.form-file-input.parsley-error ~ .invalid-feedback,
textarea.form-file-input.parsley-error ~ .invalid-feedback,
.form-file-input.is-invalid ~ .invalid-tooltip,
input.form-file-input.parsley-error ~ .invalid-tooltip,
textarea.form-file-input.parsley-error ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-file-input:invalid:focus ~ .form-file-label,
.form-file-input.is-invalid:focus ~ .form-file-label,
input.form-file-input.parsley-error:focus ~ .form-file-label,
textarea.form-file-input.parsley-error:focus ~ .form-file-label {
  border-color: #ee335e;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 .form-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;
  }
}
.main-form-group {
  padding: 12px 15px;
  border: 1px solid #eae8f1;
}
.main-form-group.focus {
  border-color: #b9c2d8;
  box-shadow: 0 0 0 2px rgba(91, 71, 251, 0.16);
}
.main-form-group .form-label {
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: 400;
  color: #949eb7;
}
.main-form-group .form-control {
  padding: 0;
  border-width: 0;
  height: 25px;
  color: #242f48;
  font-weight: 500;
}
.main-form-group .form-control:focus {
  box-shadow: none;
}
.formgroup-wrapper .form-control {
  height: 40px !important;
}
.formgroup-wrapper .main-form-group .form-label {
  margin-bottom: 12px;
}
.main-header-center .form-control {
  padding: 1rem 1.5rem;
}
.main-header-center .form-control::placeholder {
  padding-left: 0rem;
  padding-right: 0rem;
}
.browse-file.form-control {
  background-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.file-browser .btn-default {
  background: #f1f4fb;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  padding: 0.56rem 15px;
  color: #68769a;
  border-radius: 0;
  border: 1px solid #eae8f1;
}
.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row-sm > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.row-xs > div {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 576px) {
  .row-xs--sm {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-xs--sm > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-sm--sm {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-sm--sm > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row--sm > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .row-xs--md {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-xs--md > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-sm--md {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-sm--md > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row--md > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .row-xs--lg {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-xs--lg > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-sm--lg {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-sm--lg > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--lg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row--lg > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .row-xs--xl {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-xs--xl > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-sm--xl {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-sm--xl > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xl {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row--xl > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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 > .form-select,
.input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .form-select,
.input-group > .form-control + .form-file {
  margin-left: -1px;
}
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .form-select,
.input-group > .form-control-plaintext + .form-file {
  margin-left: -1px;
}
.input-group > .form-select + .form-control,
.input-group > .form-select + .form-select,
.input-group > .form-select + .form-file {
  margin-left: -1px;
}
.input-group > .form-file + .form-control,
.input-group > .form-file + .form-select,
.input-group > .form-file + .form-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group > .form-file .form-file-input:focus {
  z-index: 4;
}
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}
.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-file {
  display: flex;
  align-items: center;
}
.input-group > .form-file:not(:last-child) .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-file:not(:last-child) .form-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-file:not(:first-child) .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-text,
.input-group-text {
  display: flex;
}
.input-group-text .btn,
.input-group-text .sp-container button {
  position: relative;
  z-index: 1;
}
.sp-container .input-group-text button {
  position: relative;
  z-index: 2;
}
.input-group-text .btn,
.input-group-text .sp-container button {
  position: relative;
  z-index: 1;
}
.sp-container .input-group-text button {
  position: relative;
  z-index: 2;
}
.input-group-text .btn:focus,
.input-group-text .sp-container button:focus {
  z-index: 3;
}
.sp-container .input-group-text button:focus {
  z-index: 3;
}
.input-group-text .btn:focus,
.input-group-text .sp-container button:focus {
  z-index: 3;
}
.sp-container .input-group-text button:focus {
  z-index: 3;
}
.input-group-text .btn + .btn,
.input-group-text .sp-container button + .btn {
  margin-left: -1px;
}
.sp-container .input-group-text button + .btn,
.input-group-text .sp-container .btn + button,
.sp-container .input-group-text .btn + button,
.input-group-text .sp-container button + button,
.sp-container .input-group-text button + button {
  margin-left: -1px;
}
.input-group-text .btn + .input-group-text,
.input-group-text .sp-container button + .input-group-text {
  margin-left: -1px;
}
.sp-container .input-group-text button + .input-group-text {
  margin-left: -1px;
}
.input-group-text .input-group-text + .input-group-text,
.input-group-text .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-text .sp-container .input-group-text + button {
  margin-left: -1px;
}
.sp-container .input-group-text .input-group-text + button {
  margin-left: -1px;
}
.input-group-text .btn + .btn,
.input-group-text .sp-container button + .btn {
  margin-left: -1px;
}
.sp-container .input-group-text button + .btn,
.input-group-text .sp-container .btn + button,
.sp-container .input-group-text .btn + button,
.input-group-text .sp-container button + button,
.sp-container .input-group-text button + button {
  margin-left: -1px;
}
.input-group-text .btn + .input-group-text,
.input-group-text .sp-container button + .input-group-text {
  margin-left: -1px;
}
.sp-container .input-group-text button + .input-group-text {
  margin-left: -1px;
}
.input-group-text .input-group-text + .input-group-text,
.input-group-text .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-text .sp-container .input-group-text + button {
  margin-left: -1px;
}
.sp-container .input-group-text .input-group-text + button {
  margin-left: -1px;
}
.input-group-text {
  margin-right: -1px;
}
.input-group-text {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d5875;
  text-align: center;
  white-space: nowrap;
  background-color: #dde2ef;
  border: 1px solid #eae8f1;
  border-radius: 3px;
}
.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 > .form-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text > .input-group-text,
.input-group-lg > .input-group-text > .input-group-text,
.input-group-lg > .input-group-text > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.sp-container .input-group-lg > .input-group-text > button,
.input-group-lg > .input-group-text > .btn,
.sp-container .input-group-lg > .input-group-text > button {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text > .input-group-text,
.input-group-sm > .input-group-text > .input-group-text,
.input-group-sm > .input-group-text > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.sp-container .input-group-sm > .input-group-text > button,
.input-group-sm > .input-group-text > .btn,
.sp-container .input-group-sm > .input-group-text > button {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-text > .btn,
.sp-container .input-group > .input-group-text > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text > .input-group-text,
.input-group > .input-group-text:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sp-container .input-group > .input-group-text:not(:last-child) > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text:not(:last-child) > .input-group-text,
.input-group > .input-group-text:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sp-container .input-group > .input-group-text:last-child > button:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sp-container .input-group > .input-group-text > button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-text > .input-group-text,
.input-group > .input-group-text:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sp-container .input-group > .input-group-text:not(:first-child) > button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-text:not(:first-child) > .input-group-text,
.input-group > .input-group-text:first-child > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sp-container .input-group > .input-group-text:first-child > button:not(:first-child),
.input-group > .input-group-text:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-text,
.input-group-text {
  border-radius: 0;
}
.input-group-text {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  border-radius: 0;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.input-group .btn {
  z-index: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 1;
}
.modal-backdrop {
  background-color: #0c1019;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-content {
  border-radius: 0;
  border-width: 0;
}
.modal-content .close {
  font-size: 28px;
  padding: 0;
  margin: 0;
  line-height: 0.5;
}
.modal-header {
  align-items: center;
  padding: 15px;
}
.modal-header .modal-title {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .modal-header {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .modal-header {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .modal-header {
    padding: 20px 25px;
  }
}
.modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #242f48;
  line-height: 1;
}
.modal-body {
  padding: 25px;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99992;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: 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 rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.89);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #eae8f1;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #eae8f1;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
#modaldemo8 .modal-footer > :not(:first-child) {
  margin-right: 14px;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
@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: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal.animated .modal-dialog {
  transform: translate(0, 0);
}
.modal.effect-scale .modal-dialog {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-scale.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal.effect-slide-in-right .modal-dialog {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.modal.effect-slide-in-right.show .modal-dialog {
  transform: translateX(0);
  opacity: 1;
}
.modal.effect-slide-in-bottom .modal-dialog {
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-slide-in-bottom.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
.modal.effect-newspaper .modal-dialog {
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.modal.effect-newspaper.show ~ .modal-backdrop,
.modal.effect-newspaper .modal-dialog {
  transition: all 0.5s;
}
.modal.effect-newspaper.show .modal-dialog {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.modal.effect-fall {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.modal.effect-fall .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.modal.effect-fall.show .modal-dialog {
  transition: all 0.3s ease-in;
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
.modal.effect-flip-horizontal {
  perspective: 1300px;
}
.modal.effect-flip-horizontal .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateY(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
.modal.effect-flip-horizontal.show .modal-dialog {
  transform: rotateY(0deg);
  opacity: 1;
}
.modal.effect-flip-vertical {
  perspective: 1300px;
}
.modal.effect-flip-vertical .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateX(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
.modal.effect-flip-vertical.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
.modal.effect-super-scaled .modal-dialog {
  transform: scale(2);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-super-scaled.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal.effect-sign {
  perspective: 1300px;
}
.modal.effect-sign .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateX(-60deg);
  transform-origin: 50% 0;
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-sign.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
.modal.effect-rotate-bottom {
  perspective: 1300px;
}
.modal.effect-rotate-bottom .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.modal.effect-rotate-bottom.show .modal-dialog {
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.modal.effect-rotate-left {
  perspective: 1300px;
}
.modal.effect-rotate-left .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-rotate-left.show .modal-dialog {
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
.modal.effect-just-me .modal-dialog {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-just-me .modal-content {
  background-color: #000;
}
#modaldemo8 .modal-header {
  padding: 20px 25px;
}
#modaldemo8 .modal-body {
  padding: 20px 25px;
}
#modaldemo8 .modal-dialog {
  box-shadow: none;
}
.modal.effect-just-me .close {
  text-shadow: none;
  color: #fff;
}
.modal.effect-just-me .modal-header {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  padding-left: 0;
  padding-right: 0;
}
.modal.effect-just-me .modal-header h6 {
  color: #fff;
  font-weight: 500;
}
.modal.effect-just-me .modal-body {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 0;
  padding-right: 0;
}
.modal.effect-just-me .modal-body h6 {
  color: #fff;
}
.modal.effect-just-me .modal-footer {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.modal.effect-just-me.show ~ .modal-backdrop {
  opacity: 0.96;
}
.modal.effect-just-me.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal-content-demo .modal-body h6 {
  color: #242f48;
  font-size: 15px;
  margin-bottom: 15px;
}
.modal-content-demo .modal-body p {
  margin-bottom: 0;
}
.basic-modal .modal-dialog {
  margin: 0 auto;
}
.basic-modal .modal-content {
  border: 1px solid #eae8f1;
}
.modal-open .select2-dropdown {
  z-index: 99999;
}
.modal .btn-close {
  background: none;
}
.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  outline: none;
}
.nav-pills .nav-link {
  color: #4d5875;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  color: #242f48;
}
.nav-pills .nav-link.active {
  border-radius: 3px;
  background-color: var(--primary-bg-color);
}
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  color: #fff;
}
.nav-dark .nav-link {
  color: #949eb7;
}
.nav-dark .nav-link:hover,
.nav-dark .nav-link:focus {
  color: #fff;
}
.nav-tabs {
  border-bottom-width: 0;
}
.nav-tabs .nav-link {
  background-color: rgba(255, 255, 255, 0.5);
  border-width: 0;
  border-radius: 0;
  padding: 10px 15px;
  line-height: 1.428;
  color: #4d5875;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.5);
  color: #242f48;
}
.nav-tabs .nav-link + .nav-link {
  margin-left: 3px;
}
.nav-tabs .nav-link.active {
  background-color: #fff;
  color: #242f48;
  font-weight: 500;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .nav-tabs .nav-link {
    padding: 10px 20px;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 0.4rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #737f9e;
  pointer-events: none;
  cursor: default;
}
.latest-tasks .nav-tabs {
  border-bottom: 0;
}
.nav-tabs {
  border-bottom: 1px solid #eae8f1;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #dde2ef #dde2ef #d0d7e8;
}
.nav-tabs .nav-link.disabled {
  color: #737f9e;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  color: #4d5875;
  background-color: #fff;
  border-color: #fff;
}
.nav-tabs .nav-item.show .nav-link {
  color: #4d5875;
  background-color: #fff;
  border-color: #d0d7e8 #d0d7e8 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 3px;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: var(--primary-bg-color);
}
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-bg-color);
}
.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;
}
@media (min-width: 768px) {
  .main-nav {
    align-items: center;
  }
}
.main-nav .nav-link {
  display: block;
  color: #4d5875;
  padding: 0;
  position: relative;
  line-height: normal;
}
.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
  color: #242f48;
}
.main-nav .nav-link + .nav-link {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #949eb7;
}
.main-nav .nav-link.active {
  color: var(--primary-bg-color) !important;
}
@media (min-width: 768px) {
  .main-nav .nav-link + .nav-link {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #949eb7;
  }
}
.main-nav-column {
  flex-direction: column;
}
.main-nav-column .nav-link {
  padding: 0;
  height: 38px;
  color: #242f48;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-nav-column .nav-link i {
  font-size: 24px;
  line-height: 0;
  width: 24px;
  margin-right: 12px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.main-nav-column .nav-link i:not([class*=" tx-"]) {
  color: #737f9e;
}
.main-nav-column .nav-link i.typcn {
  line-height: 0.9;
}
.main-nav-column .nav-link span {
  font-weight: 400;
  font-size: 11px;
  color: #949eb7;
  margin-left: auto;
}
.main-nav-column .nav-link:hover,
.main-nav-column .nav-link:focus,
.main-nav-column .nav-link:hover i:not([class*=" tx-"]),
.main-nav-column .nav-link:focus i:not([class*=" tx-"]) {
  color: #242f48;
}
.main-nav-column .nav-link.active {
  position: relative;
  color: var(--primary-bg-color) !important;
}
.main-nav-column .nav-link.active::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -28px;
  width: 3px;
  background-color: var(--primary-bg-color);
  border-radius: 3px;
  display: none;
}
.main-nav-column .nav-link.active:hover,
.main-nav-column .nav-link.active:focus,
.main-nav-column .nav-link.active i,
.main-nav-column .nav-link.active:hover i,
.main-nav-column .nav-link.active:focus i {
  color: var(--primary-bg-color) !important;
}
.main-nav-column .nav-link + .nav-link {
  border-top: 1px dotted #b9c2d8;
}
.main-nav-column.sm .nav-link {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 10px 0;
}
.main-nav-column.sm .nav-link i {
  font-size: 21px;
}
@media (prefers-reduced-motion: reduce) {
  .main-nav-column .nav-link i {
    transition: none;
  }
}
.main-nav-dark .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.main-nav-dark .nav-link:hover,
.main-nav-dark .nav-link:focus {
  color: #fff;
}
.main-nav-dark .nav-link + .nav-link {
  border-color: #4d5875;
}
.main-nav-dark .nav-link.active {
  color: var(--primary-bg-color);
}
.main-nav-colored-bg .nav-link + .nav-link {
  border-color: rgba(255, 255, 255, 0.4);
}
.main-nav-colored-bg .nav-link.active {
  color: #fff !important;
}
.main-nav-line {
  position: relative;
}
.main-nav-line .nav-link {
  padding: 0;
  color: #4d5875;
  position: relative;
  padding: 20px 10px 20px 10px;
  color: #37326d;
  position: relative;
}
.main-nav-line .nav-link:hover,
.main-nav-line .nav-link:focus {
  color: #242f48;
}
.main-nav-line .nav-link.active {
  color: #242f48;
}
.main-nav-line .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 2px;
  background-color: var(--primary-bg-color);
}
.main-nav-line.main-nav-dark .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.main-nav-line.main-nav-dark .nav-link:hover,
.main-nav-line.main-nav-dark .nav-link:focus {
  color: #fff;
}
.main-nav-line.main-nav-dark .nav-link.active {
  color: #fff;
}
.main-nav-line.main-nav-dark .nav-link.active::before {
  background-color: #fff;
}
@media (min-width: 768px) {
  .main-nav-line .nav-link.active::before {
    top: 37px;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 2px;
    width: auto;
  }
}
.main-nav-tabs {
  padding: 15px 15px 0;
  background-color: #d0d7e8;
}
.main-nav-tabs .lSSlideOuter {
  position: relative;
  padding-left: 32px;
  padding-right: 35px;
}
.main-nav-tabs .lSSlideWrapper {
  overflow: visible;
}
.main-nav-tabs .lSAction > a {
  display: block;
  height: 40px;
  top: 16px;
  opacity: 1;
  background-color: #b9c2d8;
  background-image: none;
}
.main-nav-tabs .lSAction > a:hover,
.main-nav-tabs .lSAction > a:focus {
  background-color: #a5afc4;
}
.main-nav-tabs .lSAction > a::before {
  font-family: "Ionicons";
  font-size: 18px;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav-tabs .lSAction > a.lSPrev {
  left: -32px;
}
.main-nav-tabs .lSAction > a.lSPrev::before {
  content: "\f3cf";
}
.main-nav-tabs .lSAction > a.lSNext {
  right: -35px;
}
.main-nav-tabs .lSAction > a.lSNext::before {
  content: "\f3d1";
}
.main-nav-tabs .lSAction > a.disabled {
  background-color: #dde2ef;
  color: #fff;
}
.main-nav-tabs .lightSlider {
  display: flex;
}
.main-nav-tabs .tab-item {
  flex-shrink: 0;
  display: block;
  float: none;
  min-width: 150px;
}
.main-nav-tabs .tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  line-height: 1.428;
  color: #4d5875;
  white-space: nowrap;
  background-color: #dde2ef;
}
.main-nav-tabs .tab-link:hover,
.main-nav-tabs .tab-link:focus {
  background-color: #ecf0fa;
}
.main-nav-tabs .tab-link.active {
  background-color: #fff;
  color: #242f48;
  font-weight: 500;
}
.main-tab-pane {
  display: none;
}
.main-tab-pane.active {
  display: block;
}
.nav .nav-item .dropdown-menu {
  top: 46px;
  border-radius: 6px;
  min-width: 245px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}
.nav .nav-item .dropdown-menu .dropdown-item.dropdown-header {
  background: #1b2d8f;
  height: 85px;
  color: #fff;
}
.nav-link.with-sub .angle {
  right: 25px;
  top: 18px;
}
.nav-link.with-sub .side-badge {
  right: 44px;
  position: absolute;
}
.nav-link .side-badge {
  right: 20px;
  position: absolute;
}
.nav-sub-item .sub-angle {
  right: 25px;
  top: 18px;
  margin-left: auto;
  font-size: 11px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}
.page-item + .page-item {
  margin-left: 1px;
}
.page-item.active .page-link {
  background-color: var(--primary-bg-color);
}
.page-link {
  color: #4d5875;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 38px;
  border-width: 0;
  background-color: #dde2ef;
  margin-left: 0;
  font-weight: 500;
}
.page-link i {
  font-size: 18px;
  line-height: 0;
}
.page-link:hover,
.page-link:focus {
  color: #242f48;
  background-color: #d0d7e8;
}
.pagination-dark .page-item.active .page-link {
  background-color: var(--primary-bg-color) !important;
  color: #fff;
  border: 1px solid var(--primary-bg-color);
}
.pagination-dark .page-link {
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination-dark .page-link:hover,
.pagination-dark .page-link:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
}
.pagination-primary .page-item.active .page-link {
  background-color: var(--primary-bg-color);
}
.pagination-success .page-item.active .page-link {
  background-color: #22c03c;
  border-color: #22c03c;
}
.pagination-circled .page-item + .page-item {
  margin-left: 5px;
}
.pagination-circled .page-item:first-child .page-link,
.pagination-circled .page-item:last-child .page-link {
  border-radius: 100%;
}
.pagination-circled .page-link {
  padding: 0;
  width: 40px;
  border-radius: 100%;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
}
.page-link {
  position: relative;
  display: flex;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #596882;
  background-color: #e3e7ed;
  border: 1px solid #ecf0fa;
}
.page-link:hover {
  z-index: 2;
  color: #ecf0fa;
  text-decoration: none;
  background-color: var(--primary-bg-color) !important;
  border-color: var(--primary-bg-color) !important;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.page-item.disabled .page-link {
  color: #737f9e;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d0d7e8;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  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.76562rem;
  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;
}
.page-prev .page-link,
.page-next .page-link {
  width: auto !important;
  padding: 0 10px;
}
.page-prev .page-link,
.page-next .page-link {
  width: auto !important;
  padding: 10px 15px;
}
.pagination li a {
  margin-right: 4px;
  border-radius: 4px;
}
.pagination .page-link {
  background-color: #ecf0fa;
  border: 1px solid #cdd7ef;
}
.pagination .page-link:hover {
  background-color: var(--primary-bg-color) !important;
  border: 1px solid var(--primary-bg-color) !important;
}
.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
  border-radius: 4px;
}
.pagination.pagination-circled .page-link {
  border-radius: 50% !important;
}
.pagination-dark.pagination .page-link {
  background-color: #455377 !important;
  border: 1px solid #526392 !important;
  background-color: #455377 !important;
  border: 1px solid #526392 !important;
}
.pagination-dark.pagination .page-link:hover {
  background: var(--primary-bg-color) !important;
  color: #fff;
  border: 1px solid var(--primary-bg-color) !important;
}
.popover {
  font-size: 12px;
  padding: 0;
  border-radius: 0;
}
.popover-header {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #364261;
  letter-spacing: 0.5px;
  padding: 12px 15px;
  background-color: #fff;
  border-color: rgba(28, 39, 60, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header::before {
  display: none !important;
}
.popover-body {
  padding: 15px;
}
.popover-body p:last-child {
  margin-bottom: 0;
}
.popover-head-primary .popover-header {
  color: #fff;
  background-color: var(--primary-bg-color);
}
.popover-head-primary.bs-popover-top .popover-arrow,
.popover-head-primary.bs-popover-auto[data-popper-placement^=top] .popover-arrow {
  bottom: -7px;
}
.popover-head-primary.bs-popover-start .popover-arrow,
.popover-head-primary.bs-popover-auto[data-popper-placement^=start] .popover-arrow {
  right: -7px;
}
.popover-head-primary.bs-popover-end .popover-arrow,
.popover-head-primary.bs-popover-auto[data-popper-placement^=end] .popover-arrow {
  left: -7px;
}
.popover-head-primary.bs-popover-bottom .popover-arrow::after,
.popover-head-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
  border-bottom-color: var(--primary-bg-color);
}
.popover-head-secondary .popover-header {
  color: #fff;
  background-color: var(--primary-bg-color);
}
.popover-head-secondary.bs-popover-top .popover-arrow,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=top] .popover-arrow {
  bottom: -7px;
}
.popover-head-secondary.bs-popover-start .popover-arrow,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=start] .popover-arrow {
  right: -7px;
}
.popover-head-secondary.bs-popover-end .popover-arrow,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=end] .popover-arrow {
  left: -7px;
}
.popover-head-secondary.bs-popover-bottom .popover-arrow::after,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
  border-bottom-color: var(--primary-bg-color);
}
.popover-head-primary,
.popover-head-secondary {
  border: 0;
}
.popover-head-primary .popover-header,
.popover-head-secondary .popover-header {
  border: 0;
}
.popover-head-primary .popover-body,
.popover-head-secondary .popover-body {
  border-top-width: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.popover-head-primary.bs-popover-bottom .popover-arrow::before,
.popover-head-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
  display: none;
}
.popover-head-secondary.bs-popover-bottom .popover-arrow::before,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
  display: none;
}
.popover-primary {
  background-color: var(--primary-bg-color) !important;
  border-width: 0;
  padding: 15px;
  border: 1px solid var(--primary-bg-color) !important;
}
.popover-primary .popover-header {
  background-color: transparent;
  border-bottom-width: 0;
  padding: 0 0 15px;
  color: #fff;
}
.popover-primary .popover-body {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
}
.popover-primary .popover-arrow::before {
  display: none;
}
.popover-primary.bs-popover-top .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
  border-top-color: var(--primary-bg-color) !important;
}
.popover-primary.bs-popover-bottom .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
  border-bottom-color: var(--primary-bg-color) !important;
}
.popover-primary.bs-popover-start .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=start] .popover-arrow::after {
  border-left-color: var(--primary-bg-color) !important;
}
.popover-primary.bs-popover-end .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=end] .popover-arrow::after {
  border-right-color: var(--primary-bg-color) !important;
}
.popover-secondary {
  background-color: #5f6d88 !important;
  border-width: 0;
  padding: 15px;
  border: 1px solid #5f6d88 !important;
}
.popover-secondary .popover-header {
  background-color: transparent;
  border-bottom-width: 0;
  padding: 0 0 15px;
  color: #fff;
}
.popover-secondary .popover-body {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
}
.popover-secondary .popover-arrow::before {
  display: none;
}
.popover-secondary.bs-popover-top .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
  border-top-color: #5f6d88 !important;
}
.popover-secondary.bs-popover-bottom .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
  border-bottom-color: #5f6d88 !important;
}
.popover-secondary.bs-popover-start .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=start] .popover-arrow::after {
  border-left-color: #5f6d88 !important;
}
.popover-secondary.bs-popover-end .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=end] .popover-arrow::after {
  border-right-color: #5f6d88 !important;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  max-width: 276px;
  font-family:
    -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-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.76562rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  border: 1px solid #d2d4d9;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end,
.bs-popover-auto[data-popper-placement^=end] {
  margin-left: 0.5rem;
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=end] > .popover-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=end] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=end] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[data-popper-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-start,
.bs-popover-auto[data-popper-placement^=start] {
  margin-right: 0.5rem;
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=start] > .popover-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=start] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=start] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #031b4e;
}
.popover-static-demo {
  background-color: #dde2ef;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.popover-static-demo .popover {
  z-index: 0;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  box-shadow: -8px 12px 18px 0 #dadee8;
  border: 1px solid #c0c6d0;
}
.popover-static-demo .bs-popover-top .popover-arrow,
.popover-static-demo .bs-popover-auto[data-popper-placement^=top] .popover-arrow,
.popover-static-demo .bs-popover-bottom .popover-arrow,
.popover-static-demo .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow {
  left: 50%;
  margin-left: -5px;
}
.popover-static-demo .bs-popover-start,
.popover-static-demo .bs-popover-auto[data-popper-placement^=start],
.popover-static-demo .bs-popover-end,
.popover-static-demo .bs-popover-auto[data-popper-placement^=end] {
  margin-top: 5px;
}
.popover-static-demo .bs-popover-start .popover-arrow,
.popover-static-demo .bs-popover-auto[data-popper-placement^=start] .popover-arrow,
.popover-static-demo .bs-popover-end .popover-arrow,
.popover-static-demo .bs-popover-auto[data-popper-placement^=end] .popover-arrow {
  top: 50%;
  margin-top: -5px;
}
.bs-popover-end .popover-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem !important;
  height: 1rem !important;
  margin: 0.3rem 0 !important;
  top: 50%;
  margin-top: -5px !important;
}
.bs-popover-end .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25) !important;
}
.bs-popover-end .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0 !important;
  border-right-color: #fff !important;
}
.progress {
  height: auto;
  border-radius: 0;
}
.progress-bar {
  border-radius: 0;
  height: 10px;
  font-size: 11px;
}
.progress-bar-xs {
  height: 5px;
}
.progress-bar-sm {
  height: 8px;
}
.progress-bar-lg {
  height: 15px;
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #dde2ef;
  border-radius: 3px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--primary-bg-color);
  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;
  }
}
.table {
  color: #364261;
}
.table thead th,
.table thead td {
  color: #37374e;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-top-width: 0;
  padding: 0 15px 5px;
}
.table tbody tr {
  background-color: rgba(255, 255, 255, 0.5);
}
.table tbody tr th {
  font-weight: 500;
}
.table th,
.table td {
  padding: 9px 15px;
  line-height: 1.462;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom: #dde2ef;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(238, 238, 247, 0.5);
}
.table-bordered thead th,
.table-bordered thead td {
  border-top-width: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: rgba(255, 255, 255, 0.5);
}
.table {
  margin-bottom: 1rem;
  color: #031b4e;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dde2ef;
}
.table thead th {
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #dde2ef;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dde2ef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dde2ef;
}
.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: #ecf0fa;
}
.table-hover tbody tr:hover {
  color: #031b4e;
  background-color: rgb(239, 243, 247);
}
.table.dataTable.no-footer {
  border-bottom: 1px solid #eae8f1 !important;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto !important;
    -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 !important;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto !important;
    -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;
}
@media print {
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eae8f1 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d0d7e8;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d0d7e8;
  }
}
.table.table-clean td .value {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 500;
}
.table.table-clean td .sub-value {
  font-size: 0.72rem;
  color: #737f9e;
}
.table.table-clean tr:first-child td {
  border-top: none;
}
.table.table-clean td {
  padding-left: 0px;
  padding-right: 0px;
  border-top-color: rgba(0, 0, 0, 0.05);
}
.table.table-clean th,
.table.table-clean td {
  padding: 7px 20px !important;
}
.dt-buttons.btn-group {
  position: absolute;
  top: 0;
  left: 156px;
}
.dt-button.dropdown-item.buttons-columnVisibility {
  padding: 8px 49px;
}
.btn-primary.data-table-btn {
  position: absolute;
  left: 185px;
  z-index: 9;
}
@media (max-width: 1363px) {
  .dt-buttons.btn-group {
    position: relative;
    top: 0;
    left: 0;
  }
}
.table > :not(:first-child) {
  border-top: 0px solid transparent;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: $background;
  color: #031b4e;
}
.table.dtr-details {
  border: 1px solid #eae8f1;
}
.product-details .table-bordered > :not(caption) > * {
  border-bottom: 1px solid #eae8f1;
}
.country-table.table-responsive > .table-bordered {
  border: 1px solid #eae8f1;
}
.table {
  --bs-table-hover-bg: transparent;
}
.toast {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(28, 39, 60, 0.16);
  box-shadow: 0 2px 3px rgba(28, 39, 60, 0.06);
  border-radius: 3px;
}
.toast-header {
  border-bottom-color: rgba(205, 212, 224, 0.4);
}
.toast-header .close {
  font-weight: 300;
  color: #949eb7;
}
.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 rgb(229, 232, 243);
  box-shadow: -8px 12px 18px 0 #ecf0fa;
  -webkit-backdrop-filter: blur(10px);
  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-body {
  padding: 0.75rem;
  color: #607086;
}
.demo-static-toast .toast {
  opacity: 1;
}
@media (max-width: 459px) {
  .toast {
    width: 100%;
    max-width: inherit;
  }
}
.tooltip {
  top: 0;
}
.tooltip-inner {
  font-size: 12px;
  border-radius: 2px;
}
.tooltip-primary .tooltip-inner {
  background-color: var(--primary-bg-color);
  color: #fff;
}
.tooltip-primary.bs-tooltip-top .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--primary-bg-color);
}
.tooltip-primary.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: var(--primary-bg-color);
}
.tooltip-primary.bs-tooltip-start .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: var(--primary-bg-color);
}
.tooltip-primary.bs-tooltip-end .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: var(--primary-bg-color);
}
.tooltip-secondary .tooltip-inner {
  background-color: var(--primary-bg-color);
  color: #fff;
}
.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--primary-bg-color);
}
.tooltip-secondary.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: var(--primary-bg-color);
}
.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: var(--primary-bg-color);
}
.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: var(--primary-bg-color);
}
.tooltip {
  position: absolute;
  z-index: 98;
  display: block;
  margin: 0;
  font-family:
    -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-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.76562rem;
  word-wrap: break-word;
  opacity: 1 !important;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
#tooltip-demo {
  text-align: center;
  background-color: #dde2ef;
  padding: 20px;
}
#tooltip-individual {
  z-index: 0;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
#tooltip-arrow-individual {
  left: 50%;
  margin-left: -2px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-inner .tooltip-static-demo {
  text-align: center;
  background-color: #dde2ef;
  padding: 20px;
}
.tooltip-inner .tooltip-static-demo .tooltip {
  z-index: 0;
  opacity: 1 !important;
  display: inline-block;
  margin: 0 10px;
}
.tooltip-inner .tooltip-static-demo .bs-tooltip-top .tooltip-arrow,
.tooltip-inner .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.tooltip-inner .tooltip-static-demo .bs-tooltip-bottom .tooltip-arrow,
.tooltip-inner .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  left: 50%;
  margin-left: -2px;
}
.tooltip-inner .tooltip-static-demo .bs-tooltip-start,
.tooltip-inner .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left],
.tooltip-inner .tooltip-static-demo .bs-tooltip-end,
.tooltip-inner .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right] {
  margin-top: 5px;
}
.tooltip-inner .tooltip-static-demo .bs-tooltip-start .tooltip-arrow,
.tooltip-inner .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.tooltip-inner .tooltip-static-demo .bs-tooltip-end .tooltip-arrow,
.tooltip-inner .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  top: 50%;
  margin-top: -6px;
}
.tabs-style-1 .main-nav-line .nav-link {
  padding: 10px 18px 10px 18px;
  background: transparent;
}
.tabs-style-1 .main-nav-line .nav-link.active::before {
  bottom: 0;
}
.tabs-style-2 .main-nav-line .nav-link {
  padding: 0.7rem 2rem;
  background: #ecf0fa;
}
.tabs-style-2 .main-nav-line .nav-link.active {
  background: transparent;
  color: var(--primary-bg-color);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tabs-style-2 .main-nav-line .nav-link.active::before {
  display: none;
}
.tabs-style-2 .main-nav-line .nav-link {
  padding: 0.7rem 2rem;
  background: #ecf0fa;
  border: 1px solid #eae8f1;
  border-bottom: 0;
}
.tabs-style-2 li .nav-link.active {
  background: none;
  box-shadow: inset 0 3px 1px var(--primary-bg-color);
  color: var(--primary-bg-color);
  border-top: 0;
}
.tabs-style-3 .nav.panel-tabs li a {
  padding: 10px 24px 10px 24px;
  background: #ecf0fa;
  border-radius: 20px;
  margin: 0 5px 5px 0;
  text-align: center;
  display: block;
  color: #031b4e;
}
.tabs-style-3 .tabs-menu-body {
  margin-top: 20px;
  border: 1px solid #eae8f1;
}
.tabs-style-3 .nav.panel-tabs li a.active {
  background: var(--primary-bg-color) !important;
  color: #fff !important;
}
.tabs-style-4 .nav.panel-tabs li {
  display: block;
  width: 100%;
}
.tabs-style-4 .tabs-menu-body {
  padding: 20px;
  border: 1px solid #e3e7f3;
  border-radius: 4px;
}
.tabs-style-4 .nav.panel-tabs li a {
  padding: 10px 18px 10px 18px;
  background: #ecf0fa;
  border-radius: 4px;
  margin: 0 0 16px 0;
  text-align: center;
  display: block;
  color: #031b4e;
  width: 100%;
}
.tabs-style-4 .nav.panel-tabs li a.active {
  background: var(--primary-bg-color) !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .tabs-style-4 .tab-menu-heading {
    width: 200px;
  }
}
.panel-primary.tabs-style-1 .main-nav-line .nav-link.active::before {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: auto;
}
.tab_wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}
.tab_wrapper.right_side > ul {
  width: 25%;
  float: right;
  padding-left: 0;
  border-bottom: 1px solid #f0f2f7;
}
.tab_wrapper.right_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
  text-align: right;
  list-style-type: none;
}
.tab_wrapper.right_side > ul li:after {
  right: 0;
  left: inherit;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #f0f2f7;
}
.tab_wrapper.right_side > ul li.active {
  border-color: #f0f2f7;
}
.tab_wrapper.right_side > ul li.active:after {
  right: 0;
  left: inherit;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
}
.tab_wrapper.right_side > ul li.active:before {
  left: -2px;
  right: inherit;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.tab_wrapper.right_side .content_wrapper {
  width: 75%;
  float: left;
  border: 1px solid #f0f2f7;
}
.tab_wrapper.right_side .controller {
  top: -50px;
}
.tab_wrapper > ul li.active {
  border-color: var(--primary-bg-color);
  background: var(--primary-bg-color);
  color: #fff;
}
.tab_wrapper * {
  box-sizing: border-box;
}
.tab_wrapper > ul {
  clear: both;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  margin-bottom: 0;
}
.tab_wrapper > ul li {
  float: left;
  cursor: pointer;
  font-weight: 500;
  padding: 8px 18px;
  text-transform: uppercase;
  border: 1px solid #f0f2f7;
  font-size: 1.05em;
  border-bottom: 0;
  position: relative;
  border-top: 3px solid #f0f2f7;
  margin: 0 5px 0 0;
}
.tab_wrapper > ul li.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 0;
  background: #fff;
  width: 100%;
}
.tab_wrapper .controller {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}
.tab_wrapper .controller span {
  padding: 8px 22px;
  text-transform: uppercase;
  display: inline-block;
}
.tab_wrapper .controller span.next {
  float: right;
  margin-left: 10px;
}
.tab_wrapper .content_wrapper {
  float: left;
  width: 100%;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-top: 0;
  box-sizing: border-box;
}
.tab_wrapper .content_wrapper .tab_content {
  display: none;
  padding: 15px 20px;
}
.tab_wrapper .content_wrapper .tab_content .error {
  color: red;
}
.tab_wrapper .content_wrapper .accordian_header {
  display: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #f0f2f7;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.tab_wrapper .content_wrapper .accordian_header.active {
  border: 1px solid #f0f2f7;
}
.tab_wrapper .content_wrapper .accordian_header.active:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
}
.tab_wrapper .content_wrapper .accordian_header .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 2px;
  transform: rotate(-135deg);
  background: #fff;
  border-top: 3px solid #cdd2e0;
  border-left: 3px solid #cdd2e0;
}
.tab_wrapper .content_wrapper .accordian_header.active .arrow {
  transform: rotate(45deg);
  margin-top: 5px;
}
.tab_wrapper.left_side > ul {
  width: 25%;
  float: left;
  padding-left: 0;
  border-bottom: 1px solid #f0f2f7;
}
.tab_wrapper.left_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
  list-style-type: none;
}
.tab_wrapper.left_side > ul li:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #f0f2f7;
}
.tab_wrapper.left_side > ul li.active {
  border-color: #f0f2f7;
}
.tab_wrapper.left_side > ul li.active:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
}
.tab_wrapper.left_side > ul li.active:before {
  right: -1px;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.tab_wrapper.left_side .content_wrapper {
  width: 75%;
  border: 1px solid #f0f2f7;
  float: left;
}
.tab_wrapper.left_side .controller {
  top: -50px;
}
.tab_wrapper.right_side > ul {
  width: 25%;
  float: right;
  border-bottom: 1px solid #f0f2f7;
}
.tab_wrapper.right_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
  text-align: right;
}
.tab_wrapper.right_side > ul li:after {
  right: 0;
  left: inherit;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #f0f2f7;
}
.tab_wrapper.right_side > ul li.active {
  border-color: #f0f2f7;
}
.tab_wrapper.right_side > ul li.active:after {
  right: 0;
  left: inherit;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
}
.tab_wrapper.right_side > ul li.active:before {
  left: -2px;
  right: inherit;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.tab_wrapper.right_side .content_wrapper {
  width: 75%;
  float: left;
  border: 1px solid #f0f2f7;
}
.tab_wrapper.right_side .controller {
  top: -50px;
}
.tab_wrapper.accordion .content_wrapper {
  border-color: #f0f2f7;
}
.tab_wrapper.accordion .content_wrapper .accordian_header {
  display: block;
}
.tab_wrapper.accordion > ul {
  display: none;
}
.tab_wrapper .active_tab {
  display: none;
  position: relative;
  background: #000;
  padding: 12px;
  text-align: center;
  padding-right: 50px;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
}
.tab_wrapper .active_tab .arrow {
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.tab_wrapper .active_tab .arrow:after {
  content: "";
  width: 10px;
  display: inline-block;
  height: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -8px;
}
.tab_wrapper .active_tab .text {
  text-indent: 39px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .tab_wrapper > ul {
    display: none;
  }
  .tab_wrapper .content_wrapper {
    border: 0;
  }
  .tab_wrapper .content_wrapper .accordian_header {
    display: block;
  }
  .tab_wrapper.left_side .content_wrapper,
  .tab_wrapper.right_side .content_wrapper {
    width: 100%;
    border-top: 0;
  }
  .tab_wrapper .controller {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .tab_list {
    border: 0;
    box-shadow: 0 0 8px #f0f2f7;
    position: absolute;
    z-index: 3;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
  }
  .tab_wrapper.show-as-dropdown > .tab_list:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -3px -4px 5px #efefef;
    margin-left: -7px;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li {
    border: 0;
    border-bottom: 1px solid #f0f2f7;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li.active:after {
    display: none;
  }
  .tab_wrapper.show-as-dropdown .active_tab {
    display: block;
  }
  .tab_wrapper.show-as-dropdown > .tab_list,
  .tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li {
    display: block;
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .tab_wrapper.show-as-dropdown > .tab_list {
    display: block !important;
    overflow: hidden;
  }
}
.tab_wrapper .content_wrapper .accordian_header.active {
  color: var(--primary-bg-color);
}
.tab_wrapper .content_wrapper .accordian_header.active:after {
  background: var(--primary-bg-color);
}
.tab_wrapper .content_wrapper .accordian_header.active .arrow {
  transform: rotate(45deg);
  margin-top: 5px;
}
.tabs-style-1 .panel-tabs {
  border-bottom: 1px solid #e0e6ed;
}
.tabs-style-1 .main-nav-line .nav-link.active {
  color: var(--primary-bg-color);
  border: 1px solid;
  border-color: #e0e6ed #e0e6ed #fff;
}
.tabs-style-1 .main-nav-line .nav-item {
  margin-bottom: -1px;
}
.tabs-style-1 .panel-tabs.main-nav-line .nav-link.active::before {
  background: transparent !important;
}
.ckbox {
  font-weight: normal;
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.ckbox span {
  padding-left: 15px;
}
.ckbox span:empty {
  float: left;
}
.ckbox span:before,
.ckbox span:after {
  line-height: 18px;
  position: absolute;
}
.ckbox span:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #949eb7;
  top: 1px;
  left: 0;
}
.ckbox span:after {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: 55% 45%;
  background-color: var(--primary-bg-color);
  line-height: 17px;
  display: none;
}
.ckbox span:empty {
  padding-left: 0;
  width: 3px;
}
.ckbox input[type=checkbox] {
  opacity: 0;
  margin: 0;
}
.ckbox input[type=checkbox]:checked + span:after {
  display: block;
}
.ckbox input[type=checkbox][disabled] + span {
  opacity: 0.75;
}
.ckbox input[type=checkbox][disabled] + span:before,
.ckbox input[type=checkbox][disabled] + span:after {
  opacity: 0.75;
}
.ckbox-inline {
  display: inline-block;
}
#count-down {
  position: relative;
  text-align: center;
  display: inline-block;
}
#count-down .clock-presenter {
  height: 80px;
  padding: 0px;
  text-align: center;
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 20px 0 0;
  border-radius: 3px;
  background-size: cover;
  position: relative;
}
#count-down .clock-presenter .digit {
  margin-top: 5px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
  font-weight: 600;
  border-radius: 50%;
}
#count-down .clock-presenter:before {
  content: "";
  position: absolute;
  background:
    linear-gradient(
      to left,
      var(--primary-bg-color) 0%,
      var(--primary-bg-color) 100%) !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  border-radius: 4%;
}
#count-down .clock-presenter .note {
  position: relative;
  margin-bottom: 0px;
  cursor: default;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 568px) {
  #count-down .clock-presenter {
    float: none !important;
    margin-bottom: 45px;
  }
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  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: var(--primary-bg-color);
  background-color: var(--primary-bg-color);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b3c6ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e6ecff;
  border-color: #e6ecff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #737f9e;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #dde2ef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #949eb7 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.form-checkbox .custom-control-label::before {
  border-radius: 3px;
}
.form-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");
}
.form-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: var(--primary-bg-color);
  background-color: var(--primary-bg-color);
}
.form-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");
}
.form-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.form-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: var(--primary-5);
}
.form-radio .custom-control-label::before {
  border-radius: 50%;
}
.form-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");
}
.form-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: var(--primary-5);
}
.form-switch {
  padding-left: 0;
}
.form-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.form-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #949eb7;
  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;
}
.form-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.form-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: var(--primary-5);
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .custom-control-label::after {
    transition: none;
  }
}
.form-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d5875;
  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='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #eae8f1;
  border-radius: 3px;
  appearance: none;
}
.form-select:focus {
  border-color: #b3c6ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.form-select:focus::-ms-value {
  color: #4d5875;
  background-color: #fff;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #737f9e;
  background-color: #dde2ef;
}
.form-select::-ms-expand {
  display: none;
}
.form-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.5rem !important;
  font-size: 0.76562rem !important;
  padding-right: 28px !important;
}
.form-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}
.form-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.form-file-input:focus ~ .form-file-label {
  border-color: #b3c6ff;
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.form-file-input:disabled ~ .form-file-label {
  background-color: #dde2ef;
}
.form-file-input:lang(en) ~ .form-file-label::after {
  content: "Browse";
}
.form-file-input ~ .form-file-label[data-browse]::after {
  content: attr(data-browse);
}
.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d5875;
  background-color: #fff;
  border: 1px solid #eae8f1;
  border-radius: 3px;
}
.form-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4d5875;
  content: "Browse";
  background-color: #dde2ef;
  border-left: inherit;
  border-radius: 0 3px 3px 0;
}
.form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb,
.form-range:focus::-moz-range-thumb,
.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--primary-bg-color);
  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;
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e6ecff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d0d7e8;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--primary-bg-color);
  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;
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: #e6ecff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d0d7e8;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: var(--primary-bg-color);
  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;
  appearance: none;
}
.form-range::-ms-thumb:active {
  background-color: #e6ecff;
}
.form-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.form-range::-ms-fill-lower {
  background-color: #d0d7e8;
  border-radius: 1rem;
}
.form-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d0d7e8;
  border-radius: 1rem;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #949eb7;
}
.form-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #949eb7;
}
.form-range:disabled::-moz-range-track {
  cursor: default;
}
.form-range:disabled::-ms-thumb {
  background-color: #949eb7;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-ms-thumb {
    transition: none;
  }
}
.custom-control-label::before,
.form-file-label,
.form-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,
  .form-file-label,
  .form-select {
    transition: none;
  }
}
.form-file,
.form-file-input {
  height: 38px;
}
.form-file-label {
  height: 38px;
  line-height: 1.8;
  border-radius: 0;
}
.form-file-label::after {
  line-height: 1.8;
  border-radius: 0;
  height: auto;
}
.form-select {
  background: none;
}
.custom-control-label-lg::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #eae8f1 solid 1px;
  border-radius: 35px;
}
.custom-control-label-lg::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  border-radius: 35px;
}
.custom-control-label-md::before,
.custom-control-label-md::after {
  top: 0.25rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.custom-control-label-md::before,
.custom-control-label-md::after {
  top: 0.25rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.custom-control-md {
  min-height: 2rem !important;
}
.custom-control-label-md {
  padding-left: 8px;
  padding-top: 6px;
}
.custom-control-label-lg::before,
.custom-control-label-lg::after {
  top: 0.25rem !important;
  width: 2rem !important;
  height: 2rem !important;
}
.custom-control-label-lg::before,
.custom-control-label-lg::after {
  top: 0.25rem !important;
  width: 2rem !important;
  height: 2rem !important;
}
.custom-control-lg {
  min-height: 2rem !important;
}
.custom-control-label-lg {
  padding-left: 15px;
  padding-top: 10px;
}
.form-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #ecf0fa;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  transition: 0.3s border-color, 0.3s background-color;
}
.form-switch-indicator:before {
  content: "";
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 2px;
  left: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.form-switch-input:checked ~ .form-switch-indicator {
  background: var(--primary-bg-color);
}
.form-switch-input:checked ~ .form-switch-indicator:before {
  left: calc(1rem + 1px);
}
.custom-square {
  border-radius: 0px !important;
}
.custom-square:before {
  border-radius: 0px !important;
}
.form-switch-indicator-lg {
  display: inline-block;
  height: 1.5rem;
  width: 3rem;
  background: #ecf0fa;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #eae8f1;
  transition: 0.3s border-color, 0.3s background-color;
}
.form-switch-indicator-lg:before {
  content: "";
  position: absolute;
  height: calc(1.5rem - 4px);
  width: calc(1.5rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.form-switch-input:checked ~ .form-switch-indicator-lg:before {
  left: calc(1.46rem + 1px);
}
.form-switch-indicator-xl {
  display: inline-block;
  height: 2rem;
  width: 4rem;
  background: #ecf0fa;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #eae8f1;
  transition: 0.3s border-color, 0.3s background-color;
}
.form-switch-indicator-xl:before {
  content: "";
  position: absolute;
  height: calc(2rem - 4px);
  width: calc(2rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.form-switch-input:checked ~ .form-switch-indicator-xl:before {
  left: calc(1.96rem + 1px) !important;
}
.main-img-user {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
}
.main-img-user img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 100%;
}
.p-text {
  display: block;
  margin-left: 12px;
  margin-right: 10px;
}
.p-text .p-name {
  color: #3e464e;
  font-size: 14px;
  margin-bottom: 0;
  display: block;
  padding-bottom: 4px;
  line-height: 1.8;
}
.p-text .p-sub-text {
  line-height: 0;
  display: block;
  color: #737f9e !important;
}
.main-img-user {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
}
.main-img-user img {
  object-fit: cover;
  border-radius: 100%;
}
.demo-avatar-group .main-img-user {
  width: 40px;
  height: 40px;
}
.example .demo-avatar-group .main-img-user::after {
  right: 3px;
  bottom: 3px;
}
.demo-avatar-group.main-avatar-list-stacked .main-img-user::after {
  right: 1px;
  bottom: 3px;
}
.main-img-user::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0px;
  width: 6px;
  height: 6px;
  background-color: #17b86a;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  display: block !important;
}
.main-img-user.online::after {
  background-color: #0ba360;
}
.main-avatar {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background-color: #4d5875;
}
.main-avatar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 6px;
  height: 6px;
  background-color: #949eb7;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
  border-radius: 100%;
}
.main-avatar.online::after {
  background-color: #0ba360;
}
.avatar-xs {
  width: 24px !important;
  height: 24px !important;
  font-size: 11px !important;
}
.avatar-xs::after {
  width: 5px;
  height: 5px;
}
.avatar-sm {
  width: 32px !important;
  height: 32px !important;
  font-size: 14px !important;
}
.avatar-sm::after {
  width: 7px;
  height: 7px;
}
.avatar-md {
  width: 48px !important;
  height: 48px !important;
  font-size: 24px !important;
}
.avatar-md::after {
  width: 9px;
  height: 9px;
  right: 2px;
  bottom: 2px;
}
.avatar-lg {
  width: 64px !important;
  height: 64px !important;
  font-size: 28px !important;
}
.avatar-lg::after {
  width: 10px;
  height: 10px;
  bottom: 3px;
  right: 4px;
}
.avatar-xl {
  width: 72px !important;
  height: 72px !important;
  font-size: 36px !important;
}
.avatar-xl::after {
  width: 11px;
  height: 11px;
  bottom: 4px;
  right: 5px;
  box-shadow: 0 0 0 2.5px #fff;
}
.avatar-xxl {
  width: 100px !important;
  height: 100px !important;
  font-size: 56px !important;
}
.avatar-xxl::after {
  width: 13px;
  height: 13px;
  bottom: 6px;
  right: 7px;
  box-shadow: 0 0 0 3px #fff;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #eae8f1;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}
.demo-avatar-group {
  display: flex;
  align-items: center;
}
.demo-avatar-group .main-img-user,
.demo-avatar-group .main-avatar {
  flex-shrink: 0;
}
.demo-avatar-group .main-img-user + .main-img-user,
.demo-avatar-group .main-img-user + .main-avatar {
  margin-left: 5px;
}
.demo-avatar-group .main-avatar + .main-img-user,
.demo-avatar-group .main-avatar + .main-avatar {
  margin-left: 5px;
}
@media (min-width: 576px) {
  .demo-avatar-group .main-img-user + .main-img-user,
  .demo-avatar-group .main-img-user + .main-avatar {
    margin-left: 5px;
  }
  .demo-avatar-group .main-avatar + .main-img-user,
  .demo-avatar-group .main-avatar + .main-avatar {
    margin-left: 5px;
  }
  .avatar-list .avatar:not(:last-child) {
    margin-right: 5px !important;
  }
}
.img-xs {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.user-pic img {
  width: 60px;
  height: 60px;
  font-size: 36px;
}
.main-img-user .avatar {
  width: 38px !important;
  height: 38px !important;
  border-radius: 4px !important;
}
.main-img-user::after {
  display: none;
}
.wrapper.image-group .img-xs.rounded-circle {
  margin-right: -5px;
}
.user-lock img {
  width: 70px !important;
  height: 70px;
  margin: 0 auto;
}
.avatar {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background-color: var(--primary-bg-color);
}
.avatar-list .avatar:not(:last-child) {
  margin-right: 0.5rem;
}
.img-thumbnail .caption {
  padding: 15px;
}
.img-sm {
  width: 43px;
  min-width: 43px;
  height: 43px;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #434f63;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #4d5875;
  text-decoration: none;
  background-color: #ecf0fa;
}
.list-group-item-action:active {
  color: #031b4e;
  background-color: #dde2ef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgb(231, 235, 243);
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #737f9e;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 1;
  color: #fff;
  background-color: var(--primary-bg-color) !important;
  border-color: var(--primary-bg-color) !important;
}
.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: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  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: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    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: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .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: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .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: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    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 !important;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item + .list-group-item {
  border-top-width: 1px;
}
.list-group-item-primary {
  color: #1b3585;
  background-color: #c6d4ff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1b3585;
  background-color: #adc1ff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1b3585;
  border-color: #1b3585;
}
.list-group-item-secondary {
  color: #3f4654;
  background-color: #d9dde5;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #3f4654;
  background-color: #cacfdb;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3f4654;
  border-color: #3f4654;
}
.list-group-item-success {
  color: #1f5c01;
  background-color: #c8e9b8;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #1f5c01;
  background-color: #b9e3a5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1f5c01;
  border-color: #1f5c01;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #7f7f81;
  background-color: #fcfcfd;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7f7f81;
  background-color: #ededf3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f81;
  border-color: #7f7f81;
}
.list-group-item-dark {
  color: #1f2533;
  background-color: #c8ccd3;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1f2533;
  background-color: #babfc8;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2533;
  border-color: #1f2533;
}
.listgroup-example ul {
  list-style-type: none;
}
.listgroup-example ul ul {
  list-style-type: square;
  margin: 10px 0 0 0;
}
.listgroup-example ul li {
  padding: 5px 5px;
}
.listgroup-example2 ul {
  list-style-type: none;
}
.listgroup-example2 ul ul {
  list-style-type: circle;
  margin: 10px 0 0 0;
}
.listgroup-example2 ul li {
  padding: 5px 5px;
}
.users-list-group .btn-icon {
  width: 34px;
  height: 34px;
}
.users-list-group .btn-icon i {
  line-height: 34px;
  line-height: 34px;
}
.users-list-group .list-group-item {
  padding: 0.85rem 1.25rem;
}
.list-style-1 {
  list-style: inherit;
  padding-left: inherit;
}
.list-style-1 ul {
  list-style: inherit;
  padding-left: 30px;
}
.list-style-1 li {
  line-height: 30px;
}
.list-style2 {
  list-style: decimal;
  padding-left: inherit;
}
.list-style2 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style2 li {
  line-height: 30px;
}
.list-style3 {
  list-style: circle !important;
  padding-left: inherit;
}
.list-style3 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style3 li {
  line-height: 30px;
}
.list-style4 {
  list-style: lower-alpha;
  padding-left: inherit;
}
.list-style4 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style4 li {
  line-height: 30px;
}
.list-style5 {
  list-style: square;
  padding-left: inherit;
}
.list-style5 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style5 li {
  line-height: 30px;
}
.list-style6 {
  list-style: lower-roman;
  padding-left: inherit;
}
.list-style6 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style6 li {
  line-height: 30px;
}
.order-list li {
  line-height: 30px;
}
.paragraph-list {
  list-style: lower-roman;
  padding-left: inherit;
  list-style-type: inline;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .main-navbar-show {
    overflow: hidden;
  }
  .main-navbar-show .main-navbar-backdrop {
    visibility: visible;
    opacity: 1;
  }
  .main-navbar-show .main-navbar {
    transform: translateX(0);
    visibility: visible;
  }
}
.main-navbar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.89);
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .main-navbar-backdrop {
    transition: none;
  }
}
.main-navbar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 1000;
  visibility: hidden;
  transform: translateX(-240px);
  transition: all 0.4s;
}
.main-navbar > .container,
.main-navbar > .container-fluid {
  display: flex;
  flex-direction: column;
}
.main-navbar .nav {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 20px;
}
.main-navbar .nav-label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #737f9e;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
.main-navbar .nav-item {
  position: relative;
}
.main-navbar .nav-item + .nav-item {
  border-top: 1px dotted #dde2ef;
}
.main-navbar .nav-item.active .nav-link {
  color: var(--primary-bg-color);
}
.main-navbar .nav-item.show > .nav-sub {
  display: block;
}
.main-navbar .nav-item-mega {
  position: static;
}
.main-navbar .nav-link {
  padding: 0;
  color: #242f48;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  height: 42px;
  outline: none;
}
.main-navbar .nav-link i {
  font-size: 26px;
  margin-right: 10px;
}
.main-navbar .nav-link i.typcn {
  line-height: 1;
  width: 20px;
}
.main-navbar .nav-link i.typcn::before {
  width: auto;
}
.main-navbar .nav-link.with-sub::after {
  content: "\f3d0";
  font-family: "Ionicons";
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-left: auto;
  color: #949eb7;
}
.main-navbar .nav-link.with-sub::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 50%;
  margin-left: -7px;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-top-color: rgba(28, 39, 60, 0.12);
  border-left-color: rgba(28, 39, 60, 0.12);
  transform: rotate(45deg);
  background-color: #fff;
  z-index: 901;
  display: none;
}
.main-navbar .nav-sub {
  display: none;
  border-top: 1px dotted #dde2ef;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navbar .nav-sub-item {
  position: relative;
  display: block;
  margin-left: 30px;
}
.main-navbar .nav-sub-item + .nav-sub-item {
  border-top: 1px dotted #dde2ef;
}
.main-navbar .nav-sub-item > .nav-sub {
  left: 176px;
  top: -10px;
  display: none;
}
.main-navbar .nav-sub-item.show > .nav-sub {
  display: block;
}
.main-navbar .nav-sub-item.active > .nav-sub-link {
  color: var(--primary-bg-color);
}
.main-navbar .nav-sub-link {
  position: relative;
  font-size: 0.875rem;
  color: #4d5875;
  display: flex;
  align-items: center;
  height: 34px;
}
.main-navbar .nav-sub-link:hover,
.main-navbar .nav-sub-link:focus {
  color: var(--primary-bg-color);
  outline: none;
}
.main-navbar .nav-sub-link.with-sub {
  justify-content: space-between;
}
.main-navbar .nav-sub-link.with-sub::after {
  content: "\f3d0";
  font-family: "Ionicons";
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-left: auto;
  color: #949eb7;
}
.main-navbar .nav-sub-mega {
  top: 57px;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 7px 0;
  border: 0;
  width: auto;
  border-top: 1px dotted #dde2ef;
  pointer-events: none;
}
.main-navbar .nav-sub-mega .container,
.main-navbar .nav-sub-mega .container-fluid {
  padding: 0;
  pointer-events: auto;
}
.main-navbar .nav-sub-mega .container > div + div,
.main-navbar .nav-sub-mega .container-fluid > div + div {
  margin-top: 25px;
}
.main-navbar .nav-sub-mega .nav {
  min-width: 120px;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
.main-navbar .nav-sub-mega .nav li:not(.nav-sub-item) {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #242f48;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-left: 30px;
}
.main-navbar .nav-sub-mega .nav li:not(.nav-sub-item):first-of-type {
  margin-top: 0;
}
.main-navbar .nav-sub-mega .nav-sub-item + .nav-sub-item {
  padding-top: 7px;
  margin-top: 7px;
}
.main-navbar .nav-sub-mega .nav-sub-link {
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .main-navbar {
    transition: none;
  }
}
@media (min-width: 992px) {
  .main-navbar {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 0;
    border-right: 0;
    overflow-y: inherit;
    display: block;
    border-bottom: 1px solid rgba(28, 39, 60, 0.12);
    visibility: visible;
    transform: none;
    z-index: auto;
  }
}
@media (max-width: 991.98px) {
  .main-navbar > .container,
  .main-navbar > .container-fluid {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .main-navbar > .container,
  .main-navbar > .container-fluid {
    flex-direction: row;
    align-items: center;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .main-navbar > .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .main-navbar > .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-label {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-item + .nav-item {
    border-top: 0;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px dotted #dde2ef;
  }
}
@media (min-width: 1200px) {
  .main-navbar .nav-item + .nav-item {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-item.show .nav-link::before {
    display: block;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-link {
    height: auto;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-link i {
    margin-right: 8px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-link i.typcn {
    line-height: 0.9;
    width: auto;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-link.with-sub::after {
    margin-left: 4px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub {
    position: absolute;
    top: 44.5px;
    left: 0;
    width: 200px;
    background-color: #fff;
    border: 2px solid rgba(28, 39, 60, 0.12);
    padding: 8px 20px;
    z-index: 900;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub-item {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .main-navbar .nav-sub-item > .nav-sub > .nav-sub-item {
    margin-left: 37px;
  }
  .main-navbar .nav-sub-item > .nav-sub > .nav-sub-item > .nav-sub-link {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub-link {
    font-size: 0.8125rem;
    height: 36px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub-link.with-sub::after {
    margin-left: 4px;
    content: "\f3d1";
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub-mega {
    padding: 0 25px;
    border-top: 0;
  }
}
@media (max-width: 991.98px) {
  .main-navbar .nav-sub-mega .container,
  .main-navbar .nav-sub-mega .container-fluid {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub-mega .container,
  .main-navbar .nav-sub-mega .container-fluid {
    display: flex;
    background-color: #fff;
    border: 2px solid rgba(28, 39, 60, 0.12);
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub-mega .container > div,
  .main-navbar .nav-sub-mega .container-fluid > div {
    display: flex;
    padding: 20px;
    flex: 1;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .main-navbar .nav-sub-mega .container > div,
  .main-navbar .nav-sub-mega .container-fluid > div {
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub-mega .container > div + div,
  .main-navbar .nav-sub-mega .container-fluid > div + div {
    margin-top: 0;
    border-left: 1px solid rgba(28, 39, 60, 0.05);
  }
}
@media (min-width: 1200px) {
  .main-navbar .nav-sub-mega .nav {
    min-width: 140px;
  }
}
@media (max-width: 991.98px) {
  .main-navbar .nav-sub-mega .nav + .nav .nav-sub-item:first-child {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dotted #dde2ef;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub-mega .nav + .nav {
    margin-left: 20px;
    margin-top: 31px;
    padding-top: 0;
    border-top: 0;
  }
}
@media (min-width: 1200px) {
  .main-navbar .nav-sub-mega .nav + .nav {
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .main-navbar .nav-sub-mega .nav li:not(.nav-sub-item) {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.main-navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #dde2ef;
  height: 60px;
}
@media (min-width: 992px) {
  .main-navbar-header {
    display: none;
  }
}
.main-navbar-search {
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid #dde2ef;
}
.main-navbar-search .form-control {
  border-width: 0;
  padding: 0;
}
.main-navbar-search .form-control:focus {
  box-shadow: none !important;
  border-color: #d0d7e8;
}
.main-navbar-search .btn,
.main-navbar-search .sp-container button {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 992px) {
  .main-navbar-search {
    display: none;
  }
}
.sp-container .main-navbar-search button {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
}
.main-navbar-two .nav-item.active {
  position: relative;
}
.main-navbar-two .nav-item.active::before {
  content: "";
  position: absolute;
}
.main-navbar-two .nav-item.show .nav-link::before {
  display: none;
}
.main-navbar-two .nav-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.main-navbar-two .nav-sub {
  border-width: 1px;
  top: 35px;
  border-top-width: 0;
}
.main-navbar-two .nav-sub-item > .nav-sub {
  left: 178px;
  top: -8px;
  border-top-width: 1px;
}
.main-navbar-two .nav-sub-mega {
  top: 48px;
}
@media (min-width: 992px) {
  .main-navbar-two .nav-item.active::before {
    top: 33px;
    left: 0;
    right: 12px;
    bottom: auto;
    border-bottom: 2px solid var(--primary-bg-color);
    z-index: 5;
  }
}
.main-navbar-three .nav-item {
  display: block;
}
.main-navbar-three .nav-item + .nav-item {
  border-left-width: 0;
  padding-left: 0;
}
.main-navbar-three .nav-item.show .nav-link::before {
  display: none;
}
.main-navbar-three .nav-item.active .nav-link {
  color: var(--primary-bg-color);
  font-weight: 700;
}
.main-navbar-three .nav-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #364261;
  position: relative;
}
.main-navbar-three .nav-link:hover,
.main-navbar-three .nav-link:focus {
  color: #242f48;
}
.main-navbar-three .nav-sub {
  top: 35px;
  border-width: 0;
  padding-bottom: 5px;
}
.main-navbar-three .nav-sub-item + .nav-sub-item {
  border-top: 0;
}
.main-navbar-three .nav-sub-item .nav-sub {
  top: -8px;
  left: 182px;
}
.main-navbar-three .nav-sub-link {
  height: 30px;
}
@media (min-width: 992px) {
  .main-navbar-three .nav-item + .nav-item {
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .main-navbar-three .nav-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .main-navbar-three .nav-link i {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-navbar-three .nav-sub {
    box-shadow: 0 0 0 2px rgba(180, 189, 206, 0.5);
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .main-navbar-three .nav-sub-link {
    height: 36px;
  }
}
.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.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  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-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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 .main-header {
    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 .main-header {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .main-header {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .main-header {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .main-header {
  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 {
  color: rgba(0, 0, 0, 0.9);
}
.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='$black-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 {
  color: #fff;
}
.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='$white-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;
}
@media print {
  .navbar {
    display: none;
  }
}
.navbar-form.active .input-group-btn {
  position: absolute;
  right: 12px;
  z-index: 9999;
  top: 10px;
}
.navbar-form.nav-item.active .btn.btn-default.nav-link {
  display: none;
}
@media (min-width: 992px) {
  .navbar-form {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-form.active .btn.btn-default.nav-link.resp-btn {
    display: none;
  }
}
.navbar-toggler {
  padding: 0.4rem 0 0.45rem 0.75rem;
  font-size: 1.09375rem;
  color: #272746;
  position: relative;
  line-height: 35px;
  outline: none;
  height: 37px;
  width: 37px;
  text-align: center;
  border: 0px solid #dfd7e9;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.7em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  color: #5b6e88;
}
@media (max-width: 991px) {
  .responsive-navbar.navbar .navbar-collapse {
    padding: 0px;
    width: 100%;
    background: #fff;
    margin-top: 0;
    z-index: 9999;
    top: 62px;
    border-bottom: 1px solid #f0f0ff;
    border-top: 1px solid #f0f0ff;
    position: fixed;
    left: 0;
    right: 0;
  }
  .responsive-navbar.navbar {
    position: relative !important;
    display: -ms-flexbox;
    display: flex;
    top: -5px;
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0;
  }
  .responsive-logo .mobile-logo {
    margin-top: 3px !important;
  }
}
@media (min-width: 992px) {
  .navbar-toggler.navresponsive-toggler {
    display: none;
  }
}
.navbar-toggler.navresponsive-toggler {
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar-nav-right .new.nav-link {
    position: relative;
    margin: auto 6px !important;
  }
  .responsive-navbar.navbar .dropdown {
    position: initial;
  }
}
@media (max-width: 992px) {
  .responsive-navbar .collapse.show .dropdown {
    position: inherit;
  }
  .responsive-navbar .collapse.show .dropdown .dropdown-menu.header-search {
    width: 100%;
    left: 0;
    right: 0;
  }
  .responsive-navbar .collapse.show .dropdown .dropdown-menu.header-search .form-control {
    border-radius: 5px;
  }
  .responsive-navbar .collapse.show .dropdown .dropdown-menu:before,
  .responsive-navbar .collapse.show .dropdown .dropdown-menu:after {
    display: none;
  }
  .responsive-navbar .collapse.show .dropdown .dropdown-menu {
    top: 50px !important;
    left: 5px !important;
    right: 5px !important;
    width: auto;
  }
}
@media (max-width: 480px) {
  .responsive-navbar .collapse.show .dropdown .dropdown-menu {
    top: 113px !important;
  }
}
.ps {
  overflow: hidden;
}
.ps > .ps__rail-y {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  position: absolute;
  left: auto !important;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.ps > .ps__rail-y > .ps__thumb-y {
  position: absolute;
  border-radius: 0;
  width: 2px;
  left: 4px;
  background-color: #949eb7;
}
.ps.ps--active-y:hover > .ps__rail-y,
.ps.ps--active-y:focus > .ps__rail-y {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .ps > .ps__rail-y {
    transition: none;
  }
}
.rdiobox {
  font-weight: normal;
  position: relative;
  display: block;
  line-height: 18px;
}
.rdiobox span {
  padding-left: 13px;
}
.rdiobox span:before,
.rdiobox span:after {
  line-height: 18px;
  position: absolute;
}
.rdiobox span:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #949eb7;
  border-radius: 50px;
  top: 2px;
  left: 0;
}
.rdiobox span:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50px;
  top: 7px;
  left: 5px;
  display: none;
}
.rdiobox span:empty {
  padding-left: 0;
  width: 16px;
  display: block;
}
.rdiobox input[type=radio] {
  opacity: 0;
  margin: 0;
}
.rdiobox input[type=radio]:checked + span:before {
  border-color: transparent;
  background-color: var(--primary-bg-color);
}
.rdiobox input[type=radio]:checked + span:after {
  display: block;
}
.rdiobox input[type=radio][disabled] + span {
  opacity: 0.75;
}
.rdiobox input[type=radio][disabled] + span:before,
.rdiobox input[type=radio][disabled] + span:after {
  opacity: 0.75;
}
.rdiobox-inline {
  display: inline-block;
}
.form-group-rdiobox {
  display: flex;
  align-items: center;
}
.form-group-rdiobox .rdiobox {
  margin-bottom: 0;
}
.form-group-rdiobox .rdiobox + .rdiobox {
  margin-left: 30px;
}
.form-group-rdiobox .rdiobox span {
  padding-left: 0;
}
.rating-stars {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.rating-stars i {
  padding: 5px;
}
.rating-stars .rating-stars-container {
  font-size: 0px;
}
.rating-stars .rating-stars-container .rating-star {
  display: inline-block;
  font-size: 26px;
  cursor: pointer;
  padding: 4px 8px;
  color: #e1e6f1;
}
.rating-stars .rating-stars-container .rating-star.is--active .fa-heart,
.rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
  color: #fb0d00;
}
.rating-stars .rating-stars-container .rating-star.sm {
  display: inline-block;
  font-size: 14px;
  color: #eaedf1;
  cursor: pointer;
  padding: 5px;
}
.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
  color: #f1c40f;
}
.rating-stars .rating-stars-container .rating-star.is--no-hover,
.rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover {
  color: #eae8f1;
}
.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
  color: #f1c40f;
}
.br-theme-bars-horizontal .br-widget a {
  background-color: #e1e6f1;
}
.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: var(--primary-bg-color);
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
  color: var(--primary-bg-color);
}
.br-theme-bars-pill .br-widget a {
  background-color: #e1e6f1;
  color: var(--primary-bg-color);
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
  background-color: var(--primary-bg-color);
  color: white;
}
.br-theme-bars-square .br-widget a {
  border: 2px solid #e1e6f1;
  background-color: #fff;
  color: #334151;
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #e1e6f1;
  color: var(--primary-bg-color);
}
.br-theme-bars-movie .br-widget a {
  background-color: #e1e6f1;
}
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
  background-color: var(--primary-bg-color);
}
.br-theme-bars-movie .br-widget .br-current-rating {
  color: var(--primary-bg-color);
}
.br-theme-bars-1to10 .br-widget a {
  background-color: #e1e6f1;
}
.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: var(--primary-bg-color);
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
  color: var(--primary-bg-color);
}
.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: var(--primary-bg-color);
}
.rating-stars input {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #031b4e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eaedf1;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.rating-table.table th,
.rating-table.table td {
  padding: 7px 6px !important;
  line-height: 1.462;
}
.rating-table tr {
  padding: 10px 0;
}
.tag {
  font-size: 0.75rem;
  color: #031b4e;
  background-color: #ecf0fa;
  border-radius: 3px;
  padding: 0 0.5rem;
  line-height: 2em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: default;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.tag {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s color, 0.3s background;
}
a.tag:hover {
  background-color: rgba(110, 118, 135, 0.2);
  color: inherit;
}
.tag-addon {
  display: inline-block;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.06);
  margin: 0 -0.5rem 0 0.5rem;
  text-align: center;
  min-width: 1.5rem;
}
.tag-addon:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tag-addon i {
  vertical-align: middle;
  margin: 0 -0.25rem;
}
a.tag-addon {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s color, 0.3s background;
}
a.tag-addon:hover {
  background: rgba(0, 0, 0, 0.16);
  color: inherit;
}
.tag-avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px 0 0 3px;
  margin: 0 0.5rem 0 -0.5rem;
}
.tag-blue {
  background-color: #467fcf !important;
  color: #fff;
}
.tag-indigo {
  background-color: var(--primary-bg-color) !important;
  color: #fff;
}
.tag-purple {
  background-color: #8500ff !important;
  color: #fff;
}
.tag-pink {
  background-color: #ec82ef !important;
  color: #fff;
}
.tag-red {
  background-color: #ec2d38 !important;
  color: #fff;
}
.tag-orange {
  background-color: #fd7e14 !important;
  color: #fff;
}
.tag-yellow {
  background-color: #fdb901 !important;
  color: #fff;
}
.tag-green {
  background-color: #0fa751 !important;
  color: #fff;
}
.tag-teal {
  background-color: #00cccc !important;
  color: #fff;
}
.tag-cyan {
  background-color: #00b9ff !important;
  color: #fff;
}
.tag-white {
  background-color: #fff !important;
  color: #fff;
}
.tag-gray {
  background-color: #868e96 !important;
  color: #fff;
}
.tag-gray-dark {
  background-color: #343a40 !important;
  color: #fff;
}
.tag-azure {
  background-color: #17c1f4 !important;
  color: #fff;
}
.tag-lime {
  background-color: #7bd235 !important;
  color: #fff;
}
.tag-primary {
  background-color: var(--primary-bg-color) !important;
  color: #fff;
}
.tag-secondary {
  background-color: #5f6d88 !important;
  color: #fff;
}
.tag-success {
  background-color: #22c03c !important;
  color: #fff;
}
.tag-info {
  background-color: #00b9ff !important;
  color: #fff;
}
.tag-warning {
  background-color: #fbbc0b !important;
  color: #fff;
}
.tag-danger {
  background-color: #ee335e !important;
  color: #fff;
}
.tag-light {
  background-color: #f8f9fa !important;
  color: #fff;
}
.tag-dark {
  background-color: #343a40 !important;
  color: #fff;
}
.tag-rounded {
  border-radius: 50px;
}
.tag-rounded .tag-avatar {
  border-radius: 50px;
}
.tags {
  margin-bottom: -0.5rem;
  font-size: 0;
}
.tags > .tag {
  margin-bottom: 0.5rem;
}
.tags > .tag:not(:last-child) {
  margin-right: 0.5rem;
}
@media (min-width: 459px) {
  .text-wrap .example .form-group {
    margin-bottom: 0;
  }
}
.tag-outline-primary {
  color: var(--primary-bg-color) !important;
  border-color: var(--primary-bg-color) !important;
}
.tag-outline-secondary {
  color: #5f6d88 !important;
  border-color: #5f6d88 !important;
}
.tag-outline-success {
  color: #22c03c !important;
  border-color: #22c03c !important;
}
.tag-outline-warning {
  color: #fbbc0b !important;
  border-color: #fbbc0b !important;
}
.tag-outline-info {
  color: #00b9ff !important;
  border-color: #00b9ff !important;
}
.tag-outline-danger {
  color: #ee335e !important;
  border-color: #ee335e !important;
}
.tag-outline-pink {
  color: #f10075 !important;
  border-color: #f10075 !important;
}
.vtimeline {
  list-style: none;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}
.vtimeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #d1d4e4;
  left: 50%;
  margin-left: -1.5px;
}
.vtimeline .timeline-wrapper {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 90px;
}
.vtimeline .timeline-wrapper:before {
  content: " ";
  display: table;
}
.vtimeline .timeline-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.vtimeline .timeline-wrapper .timeline-panel {
  border-radius: 2px;
  padding: 20px;
  position: relative;
  background: #ecf0fa;
  border-radius: 0px;
  box-shadow: none;
  width: 35%;
  margin-left: 15%;
}
.vtimeline .timeline-wrapper .timeline-panel:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  content: "";
  left: 0;
  right: 0;
}
.vtimeline .timeline-wrapper .timeline-panel:after {
  position: absolute;
  top: 10px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ecf0fa;
  border-right: 0 solid #ecf0fa;
  border-bottom: 14px solid transparent;
  content: " ";
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-body p + p {
  margin-top: 5px;
}
.timeline-body img {
  max-width: 100%;
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-body ul {
  margin-bottom: 0;
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-footer span {
  font-size: 0.6875rem;
}
.vtimeline .timeline-wrapper .timeline-badge {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 48.5%;
  z-index: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid #fff;
  border-radius: 50%;
}
.vtimeline .timeline-wrapper .timeline-badge i {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 43px;
  margin: 0 auto;
  justify-content: center;
  left: 0;
  right: 0;
  padding: 1px 11px;
}
.vtimeline .timeline-wrapper.timeline-inverted {
  padding-right: 0;
  padding-left: 90px;
}
.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
  margin-left: auto;
  margin-right: 15%;
}
.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-wrapper-primary .timeline-panel:before,
.timeline-wrapper-primary .timeline-badge {
  background: var(--primary-bg-color);
}
.timeline-wrapper-secondary .timeline-panel:before,
.timeline-wrapper-secondary .timeline-badge {
  background: #eb6f33;
}
.timeline-wrapper-success .timeline-panel:before,
.timeline-wrapper-success .timeline-badge {
  background: #22c03c;
}
.timeline-wrapper-info .timeline-panel:before,
.timeline-wrapper-info .timeline-badge {
  background: #01b8ff;
}
.timeline-wrapper-warning .timeline-panel:before,
.timeline-wrapper-warning .timeline-badge {
  background: #fbbc0b;
}
.timeline-wrapper-danger .timeline-panel:before,
.timeline-wrapper-danger .timeline-badge {
  background: #ee335e;
}
.timeline-wrapper-light .timeline-panel:before,
.timeline-wrapper-light .timeline-badge {
  background: #f1f2f9;
}
.timeline-wrapper-dark .timeline-panel:before,
.timeline-wrapper-dark .timeline-badge {
  background: #242f48;
}
@media (max-width: 767px) {
  .timeline .btn {
    font-size: 12px;
  }
  .vtimeline:before {
    left: 26px !important;
  }
  .vtimeline .timeline-wrapper {
    padding-right: 0 !important;
  }
  .vtimeline .timeline-wrapper .timeline-badge {
    left: 0 !important;
  }
  .vtimeline .timeline-wrapper .timeline-panel {
    width: auto !important;
    margin-left: 16% !important;
  }
  .vtimeline .timeline-wrapper .timeline-panel:after {
    border-right: 14px solid #ecf0fa !important;
    border-left: 0 solid #ecf0fa !important;
    left: -14px !important;
    right: auto !important;
  }
  .vtimeline .timeline-wrapper.timeline-inverted {
    padding-left: 0 !important;
  }
  .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
    margin-right: 0 !important;
    width: auto !important;
  }
  .profile-user .p-text {
    display: none;
  }
}
.latest-timeline-1 ul.timeline-1 {
  list-style-type: none;
  position: relative;
}
.latest-timeline-1 ul.timeline-1:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  border-left: 2px dotted #c0ccda;
}
.latest-timeline-1 ul.timeline-1 > li {
  margin: 25px 0;
  padding-left: 0.9rem;
}
.latest-timeline-1 ul.timeline-1 > li a {
  color: #000;
}
.latest-timeline-1 ul.timeline-1 > li .date {
  font-size: 10px;
}
.latest-timeline-1 ul.timeline-1 > li p {
  font-size: 13px;
}
.latest-timeline-1 ul.timeline-1 > li .product-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  background-color: #f3f6f7;
  font-size: 20px;
  line-height: 37px;
  font-size: 21px;
}
.latest-timeline-1 ul.timeline-1 > li:nth-child(2):before {
  border: 3px solid #fb1c52;
}
.latest-timeline-1 ul.timeline-1 > li:nth-child(3):before {
  border: 3px solid #e9b307;
}
.latest-timeline-1 ul.timeline-1 > li:nth-child(4):before {
  border: 3px solid #4481eb;
}
.latest-timeline-1 ul.timeline-1 > li:last-child:before {
  border: 3px solid #27af06;
}
.projects-stat .table-bordered th,
.projects-stat .table-bordered td {
  border: transparent;
}
.projects-stat .table th,
.projects-stat .table td {
  padding: 7px 7px !important;
  vertical-align: baseline;
}
.projects-stat .project-names h6 {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  line-height: 2.5;
  margin-bottom: 0;
  font-weight: 600;
  padding: 3px;
}
.review-project .project-contain {
  display: inline-block;
}
.review-project .table th,
.review-project .table td {
  vertical-align: middle;
  padding: 7px 15px;
}
.review-project.card tbody > tr > th:not(:first-child),
.review-project.card tbody > tr > td:not(:first-child) {
  font-family: roboto;
  font-size: 13px !important;
}
.review-project img {
  vertical-align: top;
  width: 35px;
  min-width: 32px;
  height: 35px;
}
.latest-tasks .tasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 0 1.15rem 0;
}
.latest-tasks .tasks .span {
  margin-left: 1.3rem;
  font-weight: 500;
  color: #242f48;
}
.latest-tasks .task-line:before {
  position: absolute;
  display: block;
  width: 0.2rem;
  top: 0.2rem;
  content: "";
  border-radius: 0.2rem;
  height: 2rem;
}
.latest-tasks .label {
  color: #031b4e;
  margin-left: 1.3rem;
  font-weight: 500;
}
.latest-tasks .time {
  margin-left: 1.3rem;
  font-size: 13px;
  color: #737f9e;
}
.latest-tasks .task-line.primary:before {
  background: var(--primary-bg-color);
}
.latest-tasks .task-line.pink:before {
  background: #f10075;
}
.latest-tasks .task-line.success:before {
  background: #22c03c;
}
.latest-tasks .task-line.teal:before {
  background: #00cccc;
}
.latest-tasks .task-line.warning:before {
  background: #fbbc0b;
}
.latest-tasks .task-line.orange:before {
  background: #fd7e14;
}
.latest-tasks .task-line.info:before {
  background: #00b9ff;
}
.latest-tasks .task-line.purple:before {
  background: #4800c9;
}
.latest-tasks .task-line.danger:before {
  background: #ee335e;
}
.latest-tasks .check-box .ckbox span:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: rgba(190, 206, 255, 0.05);
  border: 1px solid #d9e2ff;
  top: 1px;
  left: 0;
  border-radius: 2px;
}
.latest-tasks .check-box .ckbox span:after {
  border-radius: 2px;
}
.latest-tasks .nav-tabs .nav-link {
  color: #737f9e;
}
.latest-tasks .nav-tabs .nav-link.active,
.latest-tasks .nav-tabs .nav-link:hover,
.latest-tasks .nav-tabs .nav-link:focus {
  color: var(--primary-bg-color);
  border: 0;
}
.image-grouped img {
  margin-right: -0.6em !important;
}
.background-text {
  position: relative;
  z-index: 10;
}
.project-countdown #launch_date {
  margin: 0;
}
.project-countdown .countdown {
  padding: 0;
  margin: 0;
}
.project-countdown .countdown li {
  width: 65px;
  height: 65px;
  z-index: 0;
  padding: 0px;
  line-height: 30px;
}
.project-countdown .countdown .number {
  font-size: 20px;
  font-weight: 700;
  line-height: 14px;
  padding-top: 11px;
}
.project-countdown .countdown .time {
  padding-top: 0px;
  font-size: 11px !important;
}
.project-countdown .countdown span {
  display: block;
  color: #fff;
}
.project-countdown .countdown li {
  background: rgb(40, 92, 247);
  border: 5px solid rgb(40, 92, 247);
}
@media (min-width: 992px) {
  .project-countdown .countdown li {
    margin: 2px 5px 7px 5px;
  }
}
.Activity-scroll {
  max-height: 349px;
}
.activity .added-project {
  font-weight: 700;
  font-size: 12px;
  color: var(--primary-bg-color);
}
.sparkline .tooltip {
  width: 20px;
  height: 20px;
}
.Project-scroll {
  max-height: 367px;
  position: relative;
}
.rating-scroll {
  max-height: 344px;
  position: relative;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.2rem 0.7rem;
  font-size: 0.7rem;
}
.coming-events .icon {
  height: 47px;
  width: 47px;
  border-radius: 50%;
  text-align: center;
}
.coming-events .icon span {
  display: block;
  font-size: 12px;
}
.coming-events .icon .date {
  line-height: 10px;
  padding-top: 11px;
}
.coming-events .icon .month {
  font-size: 11px;
}
.coming-events .pb-3 {
  padding-bottom: 0.8rem !important;
}
.coming-events .pt-3 {
  padding-top: 0.8rem !important;
}
.activity {
  position: relative;
  padding: 1.25rem 1.25rem 0 1.25rem;
}
.activity-list {
  position: relative;
}
.activity-list:before {
  content: " ";
  border: 1px solid #eaf2f9;
  margin: 20px 20px 0 22px;
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 100%;
  z-index: 0;
}
.activity .img-activity {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-shadow: 0 0 0 0.5px #f8f9fa;
  box-shadow: 0 0 0 0.5px #f8f9fa;
}
.activity .item-activity {
  margin-left: 60px;
  margin-bottom: 22px;
}
.timeline-image {
  border-radius: 50%;
}
@media (max-width: 576px) {
  .vtimeline .timeline-wrapper .timeline-panel {
    width: auto !important;
    margin-left: 30% !important;
  }
}
.main-toggle {
  width: 60px;
  height: 25px;
  background-color: #b9c2d8;
  padding: 2px;
  position: relative;
  overflow: hidden;
}
.main-toggle span {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  display: block;
  width: 20px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.main-toggle span::before,
.main-toggle span::after {
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  top: 2px;
  line-height: 1.38;
}
.main-toggle span::before {
  content: "on";
  left: -25px;
}
.main-toggle span::after {
  content: "off";
  right: -29px;
}
.main-toggle.on {
  background-color: var(--primary-bg-color);
}
.main-toggle.on span {
  left: 37px;
}
@media (prefers-reduced-motion: reduce) {
  .main-toggle span {
    transition: none;
  }
}
.main-toggle-secondary.on {
  background-color: var(--primary-bg-color);
}
.main-toggle-success.on {
  background-color: #22c03c;
}
.main-toggle-dark.on {
  background-color: #242f48;
}
.main-toggle-group-demo {
  display: flex;
}
.main-toggle-group-demo .main-toggle + .main-toggle {
  margin-left: 10px;
}
:root {
  --primary-bg-color: #0162e8;
  --primary-bg-hover: #025cd8;
  --primary-bg-border: #0162e8;
  --primary-1: rgba(1, 98, 232, 0.1);
  --primary-2: rgba(1, 98, 232, 0.2);
  --primary-3: rgba(1, 98, 232, 0.3);
  --primary-5: rgba(1, 98, 232, 0.5);
  --primary-8: rgba(1, 98, 232, 0.8);
  --primary-transparentcolor: rgba(1, 98, 232, 0.2);
  --transparentprimary-transparentcolor: rgba(255, 255, 255, 0.05);
  --transparent-body: #0b5bc9;
  --transparent-theme: rgba(0, 0, 0, 0.1);
  --blue: #0162e8;
  --indigo: #0162e8;
  --purple: #4800c9;
  --pink: #f10075;
  --red: #ee335e;
  --orange: #fd7e14;
  --yellow: #fbbc0b;
  --green: #22c03c;
  --teal: #00cccc;
  --cyan: #00b9ff;
  --white: #fff;
  --gray: #737f9e;
  --gray-dark: #364261;
  --primary: #0162e8;
  --secondary: #737f9e;
  --success: #22c03c;
  --info: #00b9ff;
  --warning: #fbbc0b;
  --danger: #ee335e;
  --light: #ecf0fa;
  --dark: #364261;
  --dark-border: rgba(234, 237, 241, 0.2);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --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;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
#count-down {
  width: auto;
}
#global-loader {
  position: fixed;
  z-index: 50000;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.dropify-wrapper p:first-child {
  font-size: 14px !important;
  color: #334151 !important;
}
.dropify-filename-inner {
  color: #fff;
}
.loader-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.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;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.close {
  float: right;
  font-size: 1.3125rem;
  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;
}
@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;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.2);
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.2);
    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;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (' attr(title) ')";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #949eb7;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #949eb7;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body,
  .container {
    min-width: 992px !important;
  }
}
body {
  font-family: "Roboto", sans-serif;
}
.main-body,
.main-dashboard {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.main-body::before {
  content: "main";
  position: fixed;
  top: 45%;
  left: 70%;
  transform: translate3d(-50%, -58%, 0);
  font-size: 1300px;
  font-weight: 600;
  letter-spacing: -10px;
  line-height: 0.5;
  opacity: 0.02;
  z-index: -1;
  display: none;
}
.main-table-reference {
  background-color: #fff;
}
.main-table-reference > thead > tr > th,
.main-table-reference > thead > tr > td {
  padding: 8px 10px;
  border: 1px solid #eae8f1;
  font-size: 13px;
}
.main-table-reference > tbody > tr > th,
.main-table-reference > tbody > tr > td {
  padding: 8px 10px;
  border: 1px solid #eae8f1;
  font-size: 13px;
}
.main-table-reference > thead > tr > th,
.main-table-reference > thead > tr > td {
  background-color: #ecf0fa;
  color: #737f9e;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .userlist-table .table {
    white-space: nowrap !important;
  }
  .nav-link#bs-example-navbar-collapse-1 {
    display: none;
  }
}
.main-icon-group {
  text-align: center;
  padding: 20px;
  color: #364261;
}
.font-awesome.main-icon-group i {
  font-size: 18px;
}
.main-icon-group i {
  line-height: 1;
  font-size: 24px;
  font-size: 18px;
}
.brround {
  border-radius: 50%;
}
.horizontal-nav .mega-dropdown-menu {
  box-shadow: 0 25px 100px rgba(115, 77, 191, 0.2);
  border: 0;
  margin: -2px;
  width: 100%;
}
.horizontal-nav .mega-dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  right: auto;
  left: 16px;
}
.mega-dropdown-menu:after {
  right: auto;
  left: 16px;
}
.horizontal-nav .dropdown-menu {
  min-width: 12.5rem;
}
.drop-icon-wrap .drop-icon-item {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #020202;
  text-transform: capitalize;
  width: 33.3%;
}
.h-6 {
  height: 2rem !important;
}
.dropgroupicons .dropdown-menu {
  width: 260px !important;
  padding: 5px !important;
  top: 52px !important;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}
.flag .dropdown-menu {
  top: 52px !important;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}
.flag > a::before {
  content: "";
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-top-color: #d0d7e8;
  border-left-color: #d0d7e8;
  transform: rotate(45deg);
  background-color: #fff;
  z-index: 901;
  display: none;
}
.dropdown-toggle-1::after {
  top: 10px;
  right: 9px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "\f3d0";
  font-family: "Ionicons";
  position: absolute;
  display: inline-block;
  color: #7a8eb1;
}
.dropdown-toggle-2::after {
  top: 13px;
  right: 0px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "\f3d0";
  font-family: "Ionicons";
  position: absolute;
  display: inline-block;
  color: #7a8eb1;
}
.dropgroupicons .nav-link.icon i {
  font-size: 21px;
}
.drop-icon-wrap a:hover {
  background: #eff2f6;
}
.drop-icon-wrap .drop-icon-item .drop-font {
  font-size: 12px;
}
.country-Flag img {
  width: 1.5rem;
  height: 1rem;
  line-height: 0.1rem;
  font-size: 0.75rem;
}
.dropdown.flag .dropdown-item span {
  font-size: 14px;
}
.btn.btn-default.nav-link {
  height: 38px;
  width: 38px;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 17px;
  padding: 1px;
}
.d-md-block.nav.nav-item.nav-link {
  padding: 0.5rem 0.7rem;
}
.mega-dropdown-menu {
  width: 65rem;
  padding: 0.7rem 0.8rem 0.5rem 0.8rem;
}
.mega-dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}
.mega-dropdown-menu .dropdown-item:hover {
  color: var(--primary-bg-color);
  background: transparent;
}
.btn-absolute {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 12px;
  padding: 20px;
}
.arrow-ribbon {
  padding: 6px 8px;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 999;
  font-size: 14px;
  line-height: 17px;
  background: #000;
  color: #fff;
}
.arrow-ribbon:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  right: -15px;
  border-top: 14px solid transparent;
  border-left: 15px solid #000;
  border-bottom: 15px solid transparent;
  width: 0;
}
.header-megamenu-dropdown .nav-item .btn-link {
  color: #031b4e;
}
.mega-dropdown-menu .media-body .progress-bar {
  height: 4px;
}
.header-megamenu-dropdown .dropdown-menu {
  top: 8px !important;
}
.mega-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 14px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.mega-menu:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 14px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #c9cddb transparent;
  border-color: transparent transparent rgba(64, 82, 128, 0.9) transparent;
  z-index: -99;
}
.drop-menu-header {
  padding: 1.5rem;
  color: #fff;
}
.dropdown-menu .dropdown-header {
  text-transform: uppercase;
  font-size: 0.73333333rem;
  color: #3f6ad8;
  font-weight: bold;
}
.flag-text {
  color: #031b4e;
  font-weight: 400;
}
.flag-text:before {
  content: "\f3d0";
  font-family: "Ionicons";
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 0;
  color: #031b4e;
}
.drop-flag {
  margin-right: 2.3rem !important;
}
.flag-notification a {
  display: block;
  font-size: 22px;
  color: #242f48;
  position: relative;
  line-height: 1.5;
  outline: none;
  padding: 0.5rem 0.5rem;
}
.flag-img {
  width: 2rem;
  height: 1.3rem;
}
.drop-flag .dropdown-menu {
  width: 150px;
  position: absolute;
  top: 52px;
  left: auto;
  right: -10px;
  bottom: auto;
  padding: 10px 10px 10px;
  border-color: #d0d7e8;
  border-width: 2px;
}
.drop-flag .dropdown-menu .dropdown-item {
  font-size: 14px;
}
.drop-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.dropdown-item .content {
  margin-left: 15px;
  width: 200px;
  white-space: normal;
}
.avatar-status {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 6px;
  height: 6px;
  background-color: #949eb7;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  bottom: 4px;
}
.user-pro-body .profile-status {
  position: absolute;
  display: block;
  bottom: 0;
  right: 98px;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  top: 73px;
  background: #22c03c;
}
.user-pro-body .profile-status:before {
  content: "";
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background: rgba(34, 192, 60, 0.5);
  cursor: pointer;
  box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
  animation: pulse 1s linear infinite;
}
.pulse {
  display: block;
  position: absolute;
  top: 7px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c03c;
}
.pulse:before {
  content: "";
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background: rgba(34, 192, 60, 0.6);
  cursor: pointer;
  box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
  animation: pulse 1s linear infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
}
.pulse-danger {
  display: block;
  position: absolute;
  top: 7px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ee335e;
}
.pulse-danger:before {
  content: "";
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background: rgba(238, 51, 94, 0.8);
  cursor: pointer;
  box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
  animation: pulse 1s linear infinite;
}
.main-message-list a .desc {
  font-size: 13px;
  color: #535384;
  margin-left: 10px;
}
.main-message-list a .name {
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  color: #031b4e;
  margin-left: 10px;
}
.main-message-list a .time {
  font-size: 11px;
  color: #8d8db3;
  font-weight: 400;
}
.menu-header-content {
  padding: 1.2rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.chat-scroll,
.Notification-scroll {
  max-height: 291px;
  position: relative;
}
.cover-image {
  background-size: cover !important;
}
.notifyimg {
  border-radius: 50%;
}
.notifyimg i {
  color: #000;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  font-size: 21px;
}
.notification-label {
  font-size: 13.5px;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  color: #031b4e;
}
.notification-label:hover {
  color: var(--primary-bg-color);
}
.main-message-list .name:hover {
  color: var(--primary-bg-color);
}
.notification-subtext {
  font-size: 12px;
  color: #4d5875;
}
.box-shadow-primary {
  box-shadow: 0 5px 10px var(--primary-2);
}
.box-shadow-success {
  box-shadow: 0 5px 10px rgba(59, 176, 1, 0.25);
}
.box-shadow-warning {
  box-shadow: 0 5px 10px rgba(255, 193, 7, 0.25);
}
.box-shadow-danger {
  box-shadow: 0 5px 10px rgba(220, 53, 69, 0.25);
}
.box-shadow-pink {
  box-shadow: 0 5px 10px rgba(241, 0, 117, 0.25);
}
.main-notification-list .las {
  font-size: 13px;
}
.main-notification-list a:hover {
  background: #f6f6fb;
  color: #45567b;
}
.main-message-list a:hover {
  background: #f6f6fb;
  color: #45567b;
}
.increase i,
.decrease i {
  height: 35px;
  width: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}
.sales-bar {
  min-height: 180px !important;
  position: relative;
  bottom: -21px;
}
.progress-sm {
  height: 4px;
}
.card-chart {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 3px;
}
.browser-stats i {
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
  line-height: 32px;
}
.browser-stats .item {
  padding: 11px 1rem;
}
.browser-stats h6 {
  font-size: 13px;
  margin-bottom: 2px;
}
.browser-stats .sub-text {
  display: block;
  color: #949eb7;
  font-size: 10.6px;
}
.sales-card .badge {
  border-radius: 30px;
  background-color: #c6d8ff;
  padding: 4px 15px;
  color: #4680ff;
  font-weight: 600;
}
.sales-card .sales-icon {
  color: #fff;
  font-size: 18px;
  padding: 40px 40px 20px 20px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sales-card:hover .sales-icon {
  font-size: 25px;
}
.media img {
  width: 35px;
  height: 35px;
}
.sales-session {
  margin-left: 0;
  padding-left: 0;
}
.sales-session li {
  list-style-type: none;
  margin-bottom: 1.2rem;
}
.stats .icon {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 3px;
}
.stats .icon i {
  font-size: 20px;
}
.product-timeline ul.timeline-1 {
  list-style-type: none;
  position: relative;
}
.product-timeline .name {
  color: #031b4e;
  font-size: 15px;
}
.product-timeline ul.timeline-1:before {
  content: " ";
  margin: 20px 20px 0 22px;
  display: inline-block;
  position: absolute;
  left: -2px;
  height: 94%;
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  border-left: 2px dotted #c0ccda;
}
.product-timeline ul.timeline-1 > li {
  margin: 20.7px 0;
  padding-left: 1rem;
}
.product-timeline ul.timeline-1 > li .product-icon {
  width: 37px;
  height: 37px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  background-color: #f3f6f7;
  font-size: 20px;
  line-height: 37px;
  font-size: 17px;
}
.fw-semibold {
  font-weight: 500 !important;
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.order-list .list {
  padding-left: 0;
}
.order-list .list .list-item:first-child {
  padding-top: 0;
}
.order-list .list.list-noborders .list-item {
  border: none;
}
.order-list .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 19px 0;
}
.order-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dee2e6;
}
.order-list img {
  border-radius: 6px;
}
@keyframes ani {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1.4);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.row-cards > .col,
.row-cards > [class*=col-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row-deck > .col,
.row-deck > [class*=col-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row-deck > .col .card,
.row-deck > [class*=col-] .card {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.area.chart-legend {
  top: 125px;
}
.pricing-card .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.pricing-card .display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.pricing-card .list-unstyled li {
  border-bottom: 1px solid #eaedf1;
  display: flow-root;
  margin-bottom: 0;
  padding: 9px 0;
}
.panel.price {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel.price > .panel-heading {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel.price h3 {
  margin-bottom: 0;
  padding: 20px 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
}
.panel.price {
  margin-bottom: 1.5rem;
}
.panel.price > .panel-heading {
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.panel.price .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.price .panel-footer {
  border-bottom: 0px;
  background-color: #fff;
  border-left: 0;
  border-right: 0;
}
.price.panel-color > .panel-body {
  background-color: #fff;
}
.panel-body {
  padding: 15px;
}
.panel-body .lead {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
}
.panel-body .lead strong {
  font-size: 40px;
  margin-bottom: 0;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #eaedf1;
  border-left: 1px solid #eaedf1;
  border-right: 1px solid #eaedf1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel.price .btn {
  border: 0px;
}
.pricing .list-unstyled li {
  border-bottom: 1px solid #eaedf1;
  display: flow-root;
  margin-bottom: 0;
  padding: 9px 0;
}
.demo-gallery > ul > li a {
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a > img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100% !important;
}
.demo-gallery > ul > li a:hover > img,
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 0.5;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.card-body + .card-body {
  border-top: 1px solid #eaedf1;
}
.product-details .media img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 5px;
  max-width: inherit;
  border: 1px solid #d4daea;
}
.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}
.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}
.tab-content {
  overflow: hidden;
}
.tab-content img {
  width: 100%;
}
.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product-title,
.price,
.sizes,
.colors {
  text-transform: UPPERCASE;
  font-weight: bold;
}
.checked {
  color: #ff9f1a;
}
.price span {
  color: #031b4e;
}
.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
  margin-bottom: 15px;
}
.product-title {
  margin-top: 0;
}
.size {
  margin-right: 10px;
}
.size:first-of-type {
  margin-left: 40px;
}
.details .rdiobox span:after {
  top: 5px;
}
.details .rdiobox span:before {
  top: 0px;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.colorinput {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.colorinput-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.colorinput-color {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 3px;
  border: 1px solid #eaf0f7;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.colorinput-color:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  transition: 0.3s opacity;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}
.colorinput-input:checked ~ .colorinput-color:before {
  opacity: 1;
}
.feature2 i {
  line-height: 3rem;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.item-card .cardtitle span {
  display: block;
  font-size: 0.75rem;
}
.item-card .cardtitle a {
  color: #1f252d;
  font-weight: 500;
  text-decoration: none;
}
.item-card .cardprice {
  position: absolute;
  top: 17px;
  right: 15px;
}
.item-card .cardprice span {
  display: block;
  color: #1f252d;
}
.item-card .cardprice span.type--strikethrough {
  opacity: 0.7;
  text-decoration: line-through;
}
.item-card .relative {
  position: relative;
}
.main-icon-list {
  padding: 0;
}
.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icons-list-item {
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #d6dcec;
  margin: 4px 4px;
  border-radius: 6px;
}
.icons-list .flag-icon {
  border-radius: 0;
}
.example {
  padding: 1rem;
  border: 1px solid #e7ebf5;
  font-size: 0.9375rem;
  border-radius: 7px;
}
.example + .highlight {
  border-top: none;
  margin-top: 0;
}
.text-wrap > :last-child {
  margin-bottom: 0;
}
.highlight {
  margin: 0 0 2rem;
  border: 1px solid #23241f;
  border-radius: 0px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  font-size: 0.9375rem;
  background: #edeff7;
  border-top-right-radius: 8px;
  position: relative !important;
}
.highlight pre {
  margin-bottom: 0;
  background-color: #23241f;
  max-height: 20rem;
}
pre {
  color: #3d3f4e;
  padding: 1rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #edeff7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border-top-right-radius: 7px;
}
.clip-widget {
  position: relative;
}
.clipboard-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  background: #fff;
  border: 1px solid #e7ebf5;
  border-radius: 8px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 33px;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: 0.3s background;
}
::-webkit-scrollbar-thumb {
  background: #e1e6f1;
}
*:hover::-webkit-scrollbar-thumb {
  background: #adb5bd;
}
@media (max-width: 568px) {
  .example {
    padding: 10px !important;
    font-size: 0.876rem;
  }
}
.angle {
  color: #5b6e88 !important;
}
.pro-img-box img {
  border: 1px solid #eae8f1 !important;
}
.nav-sub-item .sub-slide-item {
  color: #fff;
}
@media (max-width: 991px) {
  .responsive-logo img {
    height: 2rem;
    margin: 0 auto;
  }
}
@media (max-width: 633px) {
  .right-content {
    margin-top: 20px !important;
  }
}
@media (max-width: 1199px) {
  .total-revenue {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0px solid #eae8f1 !important;
  }
}
.sub-menu li a:before {
  margin-right: 8px;
  content: "";
  width: inherit;
  height: inherit;
  border-width: 0;
  position: absolute;
  left: 8px;
  top: 15px;
  z-index: 99;
  border-color: #bec5d0;
  content: "\e92f";
  font-family: "feather" !important;
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 9px;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover {
  color: #696af1;
}
.mega-menubg.hor-mega-menu li a:before {
  margin-right: 8px;
  content: "";
  width: inherit;
  height: inherit;
  border-width: 0;
  position: absolute;
  left: 8px;
  top: 15px;
  z-index: 99;
  border-color: #bec5d0;
  content: "\e92f";
  font-family: "feather" !important;
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 9px;
  background: transparent;
}
.slide.active.is-expanded {
  background: rgba(238, 238, 247, 0.5);
}
@media (max-width: 1134px) {
  .p-text {
    display: none;
  }
}
@media (max-width: 659px) {
  .fullscreen-button {
    display: none;
  }
}
.horizontalMenucontainer.main-header form[role=search] {
  width: inherit;
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.prev-price {
  text-decoration: line-through;
}
.qunatity-list {
  margin-left: 0;
  padding-left: 6px;
}
.qunatity-list li {
  list-style-type: none;
}
.chips .chip {
  margin: 0 0.5rem 0.5rem 0;
}
.chip {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6e7687;
  padding: 0 0.75rem;
  border-radius: 1rem;
  background-color: #f5f6fb;
  transition: 0.3s background;
}
.chip .avatar {
  float: left;
  margin: 0 0.5rem 0 -0.75rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}
.team i {
  margin-left: 10px;
  float: right;
}
.feature .project {
  display: flex;
  width: 45px;
  height: 45px;
  line-height: 2em;
  vertical-align: middle;
  padding-top: 0px;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  align-items: center;
  text-align: center;
  left: 0;
  right: 0;
  justify-content: center;
  font-weight: 500;
}
.plan-icon {
  font-size: 25px;
  width: 80px;
  height: 80px;
  line-height: 80px !important;
  overflow: hidden;
  border: 1px solid #ebeaf1;
  border-radius: 50%;
  background: #f5f6fb;
  transition: all 0.3s;
}
.country-table .table th,
.country-table .table td {
  padding: 10px 15px;
  line-height: 1.462;
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 4px;
  z-index: 1000;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  background: var(--primary-bg-color);
  color: #fff;
  border-radius: 5px;
}
#back-to-top i {
  padding-top: 0;
  font-size: 20px;
  line-height: 2.4;
}
#compositeline,
#compositeline2 {
  position: relative;
  bottom: -1px;
}
@media (max-width: 480px) {
  .sales-bar {
    padding-top: 50px;
  }
}
@media (max-width: 578px) {
  .main-logo {
    display: none !important;
  }
  .logo-icon {
    display: block !important;
    height: 2.2rem;
  }
  .total-revenue .media {
    display: none;
  }
}
.box-shadow {
  box-shadow: none;
}
@media (max-width: 480px) {
  .sales-bar {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .sales-bar {
    padding-top: 50px;
  }
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover:before {
  border-color: var(--primary-bg-color);
  color: var(--primary-bg-color);
}
.desktop-dark,
.desktop-logo-dark,
.main-logo.dark-theme,
.dark-logo-2,
.dark-logo-1 {
  display: none;
}
.desktop-logo.logo-dark .main-logo.dark-theme {
  display: none !important;
}
@media (max-width: 578px) {
  .desktop-logo.logo-light .main-logo {
    display: block;
  }
  .logo-icon.mobile-logo.icon-light {
    display: block !important;
  }
  .logo-icon.mobile-logo.icon-dark {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .sticky-pin {
    position: fixed !important;
    box-shadow: 0 1px 15px 1px rgba(58, 58, 62, 0.3);
    z-index: 1024;
  }
  .icons-list-item {
    margin: 4px 4px;
  }
}
.main-dashboard-header-right {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.main-dashboard-header-right > div label {
  display: block;
  margin-bottom: 0;
  color: #78829a;
}
.main-dashboard-header-right > div h5 {
  font-size: 20px;
  font-weight: 700;
  font-family:
    "Archivo",
    -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";
  color: #1c273c;
  margin-bottom: 0;
  line-height: 1;
}
.main-dashboard-header-right > div:first-child {
  flex-basis: 100%;
}
.main-dashboard-header-right > div + div {
  margin-top: 10px;
}
.left-content p {
  color: #78829a;
  font-weight: 400;
}
@media (min-width: 576px) {
  .main-dashboard-header-right {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .main-dashboard-header-right {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .main-dashboard-header-right > div {
    text-align: right;
  }
}
@media (max-width: 575.98px) {
  .main-dashboard-header-right > div + div {
    flex-basis: 50%;
  }
}
@media (min-width: 576px) {
  .main-dashboard-header-right > div + div {
    margin-left: 25px;
    margin-top: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .main-dashboard-header-right > div + div {
    margin-left: 50px;
  }
}
.main-star {
  display: flex;
  align-items: center;
}
.main-star i {
  font-size: 20px;
  line-height: 0;
  color: #97a3b9;
  display: inline-block;
}
.main-star i.typcn {
  line-height: 0.9;
}
.main-star i.active {
  color: #fbbc0b !important;
}
.main-star span {
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
}
.card-dashboard-map-one {
  border-color: #eae8f1;
  padding: 20px;
}
.card-dashboard-map-one .main-content-label,
.card-dashboard-map-one .card-table-two .card-title {
  font-size: 0.875rem;
}
.card-dashboard-map-one .vmap-wrapper {
  height: 200px;
}
@media (min-width: 576px) {
  .card-dashboard-map-one .vmap-wrapper {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .card-dashboard-map-one .vmap-wrapper {
    height: 270px;
  }
}
.card-dashboard-eight {
  border-color: #eae8f1;
  padding: 20px;
}
.card-dashboard-eight .card-title {
  font-size: 13px;
  margin-bottom: 5px;
}
.card-dashboard-eight .list-group-item {
  padding: 10px 0;
  border-left-width: 0;
  border-right-width: 0;
  border-style: dotted;
  border-color: #eae8f1;
  background-color: transparent !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.card-dashboard-eight .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-dashboard-eight .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-dashboard-eight .list-group-item p {
  margin-bottom: 0;
  margin-left: 10px;
}
.card-dashboard-eight .list-group-item span {
  display: block;
  margin-left: auto;
  font-weight: 600;
  font-family:
    "Archivo",
    Arial,
    sans-serif;
  color: #1c273c;
}
.card-dashboard-eight .flag-icon {
  font-size: 24px;
  line-height: 1;
  border-radius: 100%;
}
.main-content-header-right {
  display: none;
}
.main-content-header-right .media label {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #97a3b9;
}
.main-content-header-right .media h6 {
  color: #1c273c;
  margin-bottom: 0;
}
.main-content-header-right .media + .media {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #eae8f1;
}
.main-content-header-right .btn:first-of-type,
.main-content-header-right .sp-container button:first-of-type {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .main-content-header-right {
    display: flex;
    align-items: center;
  }
}
.sp-container .main-content-header-right button:first-of-type {
  margin-left: 30px;
}
.main-content-header-right .btn + .btn,
.main-content-header-right .sp-container button + .btn {
  margin-left: 5px;
}
.sp-container .main-content-header-right button + .btn,
.main-content-header-right .sp-container .btn + button,
.sp-container .main-content-header-right .btn + button,
.main-content-header-right .sp-container button + button,
.sp-container .main-content-header-right button + button {
  margin-left: 5px;
}
.fw-bold {
  font-weight: bold !important;
}
.fw-nomal {
  font-weight: 400 !important;
}
.main-img-user.online::after {
  background-color: #22c03c;
}
.app.sidebar-mini .desktop-logo.logo-dark {
  display: none;
}
.dropdown-menu-start {
  box-shadow: 0px 0px 15px 1px rgb(188, 181, 214);
}
.dropdown-menu-start .dropdown-item {
  padding: 4px 19px;
}
.dropdown-menu-start img {
  width: 31px;
  height: 20px;
}
.main-header-profile {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  top: -8.5px;
  right: 16px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.dropdown-menu-start {
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
}
.right-content .btn-sm,
.right-content .btn-group-sm > .btn {
  padding: 0.4rem 0.8rem;
}
.total-revenue {
  display: flex;
  padding: 0 10px 20px;
  flex: none;
  position: absolute;
  z-index: 0;
}
.total-revenue h4 {
  font-size: 21px;
  font-weight: 700;
  font-family:
    "Archivo",
    -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";
  color: #1c273c;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}
.total-revenue label {
  font-size: 0.875rem;
}
.total-revenue label span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border-radius: 100%;
}
.total-revenue > div + div {
  margin-left: 20px;
  padding-left: 20px;
}
.customers .list-group-item .media img {
  width: 40px !important;
  height: 40px !important;
}
.list-group-item-action {
  width: 100%;
  color: #1d2635;
  text-align: inherit;
}
.progress-style .table th,
.progress-style .table td {
  padding: 0.75rem;
  vertical-align: middle;
}
.progress-style.progress {
  overflow: visible !important;
}
.progress-style.progress .progress-bar:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  right: -5px;
  top: -5px;
}
.progress-style .bg-primary-gradient.progress-bar:after,
.progress-style .bg-primary.progress-bar:after {
  border: 4px solid var(--primary-bg-color);
}
.progress-style .bg-danger.progress-bar:after {
  border: 4px solid #ee335e;
}
.progress-style .bg-teal.progress-bar:after {
  border: 4px solid #00cccc;
}
.progress-style .bg-pink.progress-bar:after {
  border: 4px solid #f10075;
}
.progress-style .bg-success.progress-bar:after {
  border: 4px solid #22c03c;
}
.progress-style .bg-danger-gradient.progress-bar:after {
  border: 4px solid #ee335e;
}
.progress-style .bg-warning.progress-bar:after {
  border: 4px solid #fbbc0b;
}
.progress-style .bg-info.progress-bar:after {
  border: 4px solid #00b9ff;
}
.progress-style.progress .progress-bar {
  box-shadow: none;
  border-radius: 0;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
.progress-style .progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  border-radius: 20px !important;
  line-height: 20px;
  overflow: visible !important;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.customers .list-group-item-action:hover,
.customers .list-group-item-action:focus {
  color: #0160e4;
  background-color: #ecf0fa;
}
.customers .list-group-item {
  padding: 0.82rem 1.25rem;
}
.sales-info h3,
.card-table h4 {
  font-size: 21px;
  font-weight: 700;
  font-family:
    "Archivo",
    -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";
  color: #1c273c;
}
.sales-infomation {
  position: absolute;
  bottom: 0;
}
#chart {
  margin-bottom: 4.5rem;
}
.br-be-7 {
  border-bottom-right-radius: 7px !important;
}
.br-bs-7 {
  border-bottom-left-radius: 7px !important;
}
.header-icon-svgs {
  width: 19px;
  height: 19px;
  color: #5b6e88;
}
.fullscreen-button .full-screen-link {
  line-height: 38px !important;
}
.country-flag1 strong {
  color: #7282a9;
  display: none;
}
@media (max-width: 991px) {
  .app-sidebar__toggle {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .main-header .container-fluid,
  .main-header .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sidebar-mini .main-dashboard-header-right {
    flex-wrap: wrap !important;
  }
  .country-flag1 {
    display: none !important;
  }
  .main-header-message,
  .main-header-notification,
  .search-icon,
  .main-layout {
    margin: auto 0 !important;
  }
  .total-revenue {
    padding: 0 !important;
  }
  .total-revenue > div + div {
    margin-left: 20px !important;
    padding-left: 3px !important;
  }
}
.nav-link.html-code.active {
  border-color: transparent;
  background-color: #23241f;
  color: white;
  margin-top: 1rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: 0;
}
.html-source.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-link.html-code {
  background: #ecf0fa;
  display: inline-flex;
  -webkit-box-align: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  align-items: center;
}
.counter-icon {
  margin-bottom: 0;
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  padding: 1.3rem 1.4rem;
  border-radius: 50%;
  text-align: center;
  background: rgba(21, 22, 23, 0.2);
}
.counter-icon i {
  color: #fff;
  font-size: 22px;
}
.success-widget h3 {
  text-align: center;
}
.success-widget h3:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 26%;
  height: 1px;
  vertical-align: middle;
  background: #ccead1;
}
.success-widget h3:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 26%;
  height: 1px;
  vertical-align: middle;
  background: #ccead1;
  left: 0.5em;
}
.success-widget h3:before {
  right: 0.5em;
}
.danger-widget h3 {
  text-align: center;
}
.danger-widget h3:before,
.danger-widget h3:after {
  background: #cad8a9;
}
.danger-widget h3:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 26%;
  height: 1px;
  vertical-align: middle;
  background: #f5dce2;
}
.danger-widget h3:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 26%;
  height: 1px;
  vertical-align: middle;
  background: #f5dce2;
  left: 0.5em;
}
.danger-widget h3:before {
  right: 0.5em;
}
.warning-widget h3 {
  text-align: center;
}
.warning-widget h3:before,
.warning-widget h3:after {
  background: #cad8a9;
}
.warning-widget h3:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 26%;
  height: 1px;
  vertical-align: middle;
  background: #f3e7c6;
}
.warning-widget h3:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 26%;
  height: 1px;
  vertical-align: middle;
  background: #f3e7c6;
  left: 0.5em;
}
.warning-widget h3:before {
  right: 0.5em;
}
.card .box {
  position: relative;
  top: 50%;
  left: 0;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #e9f1f1;
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
  width: 100%;
}
.card .box .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.card .box h2 {
  font-size: 20px;
  margin: 20px auto;
}
.card .box ul li a {
  display: block;
  margin: 0 10px;
  font-size: 20px;
  transition: 0.5s;
  text-align: center;
}
.card .box h2 span {
  background: var(--primary-bg-color);
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 15px;
  margin-top: 10px;
}
.userlist-table .table th,
.userlist-table .table td {
  padding: 0.75rem;
  vertical-align: middle;
  display: table-cell;
}
.userlist-table .table-bordered thead th,
.userlist-table .table-bordered thead td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.userlist-table .btn-sm,
.userlist-table .btn-group-sm > .btn {
  padding: 0.44rem 0.7rem;
  font-size: 0.9rem;
  display: initial;
  margin: 4px;
}
.userlist-table .user-link {
  font-weight: 500;
  color: #000;
  margin-right: 5px;
}
.userlist-table .user-subhead {
  color: #8992a9;
  display: none;
}
.dot-label {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: ani 1s linear infinite;
  left: 7px;
  bottom: -12px;
  position: relative;
}
@keyframes ani {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1.4);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.search .page-link {
  background-color: #fff;
}
.main-card-signin,
.modal-content .card {
  box-shadow: none;
}
@media (max-width: 576px) {
  .profile.navtab-custom {
    padding: 11px 0 0 0 !important;
    width: 100%;
  }
  .profile.navtab-custom li {
    display: flex;
    width: 100%;
    border-radius: 0;
  }
  .profile.navtab-custom li a {
    border-radius: 0;
    width: 100%;
    margin-right: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.table-vcenter td,
.table-vcenter th {
  vertical-align: middle;
  border-top: 1px solid #f1f5fa;
}
.table-center td,
.table-center th {
  text-align: center;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #22252f;
}
.userlist-table .dot-label {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: ani 1s linear infinite;
  left: -6px;
  bottom: -7px;
  position: relative;
}
.userlist-table img {
  max-width: inherit;
}
.product-pagination .page-link {
  background-color: #fff !important;
  border: 1px solid #dfe4f3;
}
.product-pagination .page-item.active .page-link {
  background: var(--primary-bg-color) !important;
  border-color: var(--primary-bg-color);
}
.main-logo1 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .top-header .header-brand {
    display: none;
  }
  .top-header .main-header-center {
    margin-left: 0 !important;
  }
  .top-header .header-brand.header-brand2 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 17px;
  }
}
.btn-outline-danger:focus {
  background: #ee335e;
}
@media (max-width: 991px) {
  .navbar-form.active .input-group-btn {
    right: 24px !important;
  }
}
.panel-heading1 a:before {
  content: "\e994";
  position: absolute;
  font-family: "feather" !important;
  right: 10px;
  top: 12px;
  font-size: 20px;
  transition: all 0.5s;
  transform: scale(1);
}
#compositeline canvas,
#compositeline2 canvas,
#compositeline3 canvas,
#compositeline4 canvas {
  width: 100% !important;
}
@media (max-width: 480px) {
  .main-header.nav.hor-header {
    padding: 0px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .main-content-left-contacts .main-nav-line .nav-link {
    padding: 6px 10px;
  }
}
@media (min-width: 1200px) {
  .main-nav-line-chat .nav-link + .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 1145px) and (min-width: 992px) {
  .main-nav-line-chat .nav-link + .nav-link {
    margin-left: 0 !important;
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .main-nav-line-chat .nav-link {
    padding: 6px 10px;
  }
  .main-datetimepicker > .datepicker_inner_container > .datepicker_calendar {
    width: 250px !important;
  }
  .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist {
    width: 100px !important;
  }
  .horizontalMenucontainer .main-header.hor-header {
    position: fixed !important;
  }
  .main-body.active.menu-open .horizontalMenucontainer .main-header {
    left: auto;
  }
}
@media (max-width: 991px) and (min-width: 634px) {
  .horizontalMenucontainer .right-content {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 634px) {
  .main-dashboard-header-right {
    margin-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb-header {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 0;
}
.breadcrumb-header .right-content .dropdown-menu {
  z-index: 9;
}
.todo-widget-header .dropdown-menu {
  z-index: 9;
}
#tooltip-left-arrow-individual {
  left: 117px !important;
  bottom: 8px !important;
}
#tooltip-right-arrow-individual {
  left: 0px !important;
  top: 7px !important;
}
.sign-favicon-b {
  display: none;
}
.light-mode .sign-favicon-b {
  display: none;
}
.light-mode .sign-favicon-a {
  display: inline;
}
.boxed #bar .apexcharts-canvas svg {
  width: 500px !important;
}
.boxed .media-body div:first-child {
  display: block !important;
  float: left;
}
.boxed .card .b-p-apex {
  padding-left: 0px !important;
}
.boxed .vmap-wrapper svg {
  width: 500px !important;
}
#chart div:first-child {
  margin-right: auto;
  margin-left: auto;
}
.border-top-0 {
  border-top: none !important;
}
#br-t-0 {
  border-top: none !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ecf0fa;
}
.list-group-item.br-t-1 {
  border-top: 1px solid #e7ebf3;
}
#mrg-8 {
  margin-right: 8px;
}
.btn-b {
  color: #fff !important;
  background-color: #00b9ff !important;
  border-color: #00b9ff !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: $background !important;
  color: var(--bs-table-striped-color);
}
.timeline-1 {
  padding-left: revert !important;
}
.tabs-menu1 .main-nav-line .nav-item .nav-link {
  transition: none !important;
}
@media (min-width: 320px) and (max-width: 375px) {
  .main-card-signin.construction .sub-input .form-control {
    font-size: 12px;
    padding: 0.375rem 0.5rem;
  }
  .main-card-signin.construction .sub-input .input-group-text button {
    padding: 0px 10px;
  }
}
@media (max-width: 375px) {
  .action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .action button {
    margin: 2px;
  }
}
@media (min-width: 991px) and (max-width: 1215px) {
  .related-products-ltr-h .text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .related-products-ltr-h .text-center a {
    margin-top: 2px;
  }
}
@media (min-width: 991px) and (max-width: 1999px) {
  .related-products-ltr-l .product-des {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
  }
  .related-products-ltr-l .product-des .cardprice {
    position: unset;
  }
}
@media (min-width: 991px) {
  .related-products-ltr-l .text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .related-products-ltr-l .text-center a {
    margin: 2px;
  }
}
@media (min-width: 320px) {
  .actions.clearfix {
    width: 100%;
  }
  .actions.clearfix ul {
    display: flex;
    align-items: center;
  }
  .actions.clearfix ul li {
    margin: 2px;
  }
}
@media (max-width: 577px) {
  .custom-cls-res {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .custom-cls-res div {
    margin: 2px;
  }
}
@media (min-width: 990px) and (max-width: 1024px) {
  .card-img-overlay {
    align-items: center;
  }
  .card-img-overlay p {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 375px) {
  .widget-user-header {
    padding: 10px 20px !important;
  }
}
.navbar-nav-right .dropdown-footer {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
hr {
  border: none;
}
.table > :not(caption) > * > * {
  border-bottom: none;
}
.custom-index .table > :not(caption) > * > * {
  border-bottom: 1px solid #9b9ea5;
}
select:disabled {
  opacity: 0;
}
@media (min-width: 320px) {
  #mobile-number {
    max-width: 154px !important;
  }
}
@media (min-width: 375px) {
  #mobile-number {
    max-width: 209px !important;
  }
}
@media (min-width: 425px) {
  #mobile-number {
    width: 250px;
  }
}
@media (min-width: 320px) and (max-width: 357px) {
  .pd-25.custom-cls-img {
    padding: 5px !important;
    text-align: center;
  }
  .pd-25.custom-cls-img h6 {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .app.sidebar-mini.sidenav-toggled .main-chat-footer {
    margin-left: 80px !important;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .app.sidebar-mini .main-chat-footer {
    margin-left: 239px !important;
  }
}
#bar svg {
  width: 100% !important;
}
#bar .apexcharts-canvas {
  width: 100% !important;
}
.custom-hvr a:hover {
  color: #fff;
}
.custom-hvr-2 a:hover {
  color: #fff;
}
.l-c-r {
  padding-left: revert !important;
}
.carousel-inner,
.carousel-slide,
.carousel-item,
.carousel-item img {
  border-radius: 5px;
}
#basicSlider .item,
#basicSlider img {
  border-radius: 5px;
}
@media (max-width: 425px) {
  .clearfix .carousel.slide .carousel-inner .carousel-item.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.5rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .modal-title.mg-b-5 {
    margin-top: 12px;
  }
}
.dropdown-menu-start .dropdown-menu-arrow.show {
  box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
  border-radius: 6px;
}
.custom-cls-no-br {
  border-color: #dde2ef;
}
.custom-index .table > :not(caption) > * > * {
  border-bottom: none !important;
}
.table-bordered > :not(caption) > * {
  border-bottom: 1px;
}
@media (max-width: 320px) {
  .pd-25 {
    padding: 8px !important;
  }
}
@media (min-width: 992px) {
  .app-content {
    margin-left: 240px;
  }
}
table.dataTable {
  margin: 0 auto;
  width: 100% !important;
}
@media (min-width: 991px) and (max-width: 950px) {
  .custom-cls-img.pd-25 {
    padding: 7px;
  }
  .custom-cls-img .mg-sm-b-20 {
    margin-bottom: 2px;
  }
  .custom-cls-img .mg-b-0 {
    font-size: 12px;
  }
}
.icons-list-item i {
  font-size: 1rem !important;
  line-height: 3;
}
.background-image-blog {
  background-image: url("./media/blog-main.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 355px;
  position: relative;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-radius: 0px;
}
.contact-icon {
  display: inline-flex;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  border-radius: 5px;
}
.square {
  border-radius: 0 !important;
}
.radius {
  border-radius: 10px !important;
}
.main-img-user1.avatar-md .number-badge {
  position: absolute;
  top: -7px;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  right: -7px;
  border: 1px solid #ededf5;
}
.main-img-user1.avatar-sm .number-badge {
  position: absolute;
  top: -7px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  right: -7px;
  border: 1px solid #ededf5;
}
.main-img-user1,
.main-img-user3 {
  position: relative;
}
.main-img-user1.avatar-lg .number-badge {
  position: absolute;
  top: -7px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  right: -7px;
  border: 1px solid #ededf5;
}
.main-img-user3.avatar-sm .icon-badgeavatar {
  position: absolute;
  bottom: -4px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  right: -4px;
  border: 2px solid #ededf5;
}
.main-img-user3.avatar-sm .icon-badgeavatar i {
  font-size: 10px;
  line-height: 1.4 !important;
}
.main-img-user3.avatar-md .icon-badgeavatar {
  position: absolute;
  bottom: -4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  right: -4px;
  border: 2px solid #ededf5;
}
.main-img-user3.avatar-md .icon-badgeavatar i {
  font-size: 11px;
  line-height: 1.4 !important;
}
.main-img-user3.avatar-lg .icon-badgeavatar {
  position: absolute;
  bottom: -4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  right: -4px;
  border: 2px solid #ededf5;
}
.main-img-user3.avatar-lg .icon-badgeavatar i {
  font-size: 12px;
  line-height: 1.4 !important;
}
.avatar-list {
  margin: 0 0 -0.5rem;
  padding: 0 0 8px 0;
  font-size: 0;
}
.avatar-list-stacked .avatar1 {
  box-shadow: 0 0 0 2px #fff;
  margin-right: -0.8em !important;
}
.avatar1 {
  width: 3rem;
  height: 3rem;
  line-height: 2.85rem;
  position: relative;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.avatar1 {
  background: var(--primary-bg-color) no-repeat center/cover;
}
.avatar1 i {
  line-height: 3.1;
}
.example .row > * {
  width: auto !important;
}
hr {
  background-color: rgba(0, 0, 0, 0.2);
}
.chat-profile {
  padding: 8px;
  line-height: 1;
  color: #4a4a69;
}
.shared-files {
  padding: 12px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #ededf5;
}
.theme-container button {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #ededf5;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
  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;
}
.theme-container1 button {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #ededf5;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
  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;
}
.theme-container2 button {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #ededf5;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
  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;
}
.pickr {
  text-align: center;
  margin-top: 10px;
}
.content .table-responsive > .table-bordered {
  border: 1px solid #eae8f1;
}
.bxl-instagram.tx-prime,
.bxl-linkedin.tx-prime,
.bxl-twitter.tx-prime,
.bxl-facebook.tx-prime {
  color: var(--primary-bg-color);
  display: block;
  font-size: 18px;
  position: relative;
  line-height: 35px !important;
  outline: none;
  height: 37px;
  width: 37px;
  background: #fff;
  margin: auto;
  text-align: center;
  border: 1px solid #f1ecf7;
  box-shadow: none;
  border-radius: 35px;
}
.user-lock btn {
  border: 1px solid #eae8f1;
  border-radius: 50%;
}
#gallery .brick img {
  border-radius: 0;
}
.handle-counter {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.counter-minus.btn {
  padding: 9px 15px !important;
}
.handle-counter .btn {
  padding: 8px 10px !important;
}
.handle-counter input {
  float: left;
  text-align: center;
  height: 41px;
  border-radius: 0;
  width: 70px;
  border: 1px solid #ededf5;
  outline: none;
  border-left: 0;
  border-right: 0;
}
.handle-counter .counter-minus,
.handle-counter .handle-counter .counter-plus {
  float: left;
  text-align: center;
  border-radius: 1px;
}
.handle-counter .counter-minus {
  border-radius: 3px 0px 0px 3px !important;
}
.handle-counter .counter-plus {
  border-radius: 0px 3px 3px 0px !important;
}
.counter-minus {
  border-radius: 0px 0 0 0px !important;
}
.counter-plus {
  border-radius: 0 0px 0px 0 !important;
}
.aboutlist {
  list-style-type: none;
}
.about-icons {
  height: 60px;
  width: 60px;
}
.about-team {
  width: 80px;
  height: 80px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.about-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prime-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prime-card img {
  height: 160px;
  transform: scale(1.9) translate(3px, -12px);
}
@media (max-width: 1600px) {
  .prime-card img {
    height: 250px;
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  .main-settings-menu .nav-link {
    font-size: 14px;
  }
  .main-settings-menu .nav-link i {
    font-size: 18px;
  }
}
.settings-main-icon {
  display: flex;
  text-align: center;
}
.settings-main-icon i {
  width: 3rem;
  font-size: 18px;
  line-height: 3rem;
  height: 3rem;
  background-color: var(--primary-2);
  color: var(--primary-bg-color);
  border-radius: 50%;
}
.scrollspy-example {
  position: relative;
  height: 200px;
  overflow: auto;
  padding: 0.75rem;
  border-right: 1px solid #eae8f1;
  border-left: 1px solid #eae8f1;
  border-bottom: 1px solid #eae8f1;
}
.scrollspy-example-2 {
  position: relative;
  height: 409px;
  overflow: auto;
  padding: 0.75rem;
  border: 1px solid #eae8f1;
  border-radius: 0 5px 5px 0;
}
.scrollspy-example-2 .nav-link {
  padding: 10px;
}
#navbar-example2 .nav-link {
  padding: 0.5rem 0.75rem;
}
#navbar-example3 .nav-link {
  padding: 0.75rem;
  color: #031b4e;
}
#navbar-example3 .nav-link.active {
  color: #fff;
}
.file-manager-icon {
  width: 30px;
  height: 30px;
}
.file-manger-icon1 img {
  width: 70px;
  height: 70px;
}
.file-manger-icon img {
  width: 70px;
  height: 70px;
}
.file-manger-icon {
  position: relative;
}
.file-1 input {
  height: 40px;
}
.tag.tag-attachments {
  padding: 4px 15px 2px 15px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #e8e8f7;
}
.tag.tag-attachments-lg {
  padding: 5px 17px 3px 17px;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #e8e8f7;
}
.tag.tag-attachments-sm {
  padding: 3px 10px 1px 10px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #e8e8f7;
}
.tags .tag-files span {
  position: absolute;
  top: 21px;
  margin-right: 104px;
  left: 51px;
  font-size: 12px;
  color: #a5b1d9;
}
.attached-file-grid6 .icons li a {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.attached-file-grid6 .icons li a {
  color: var(--primary-bg-color);
  border: 1px solid #fff;
}
.attached-file-grid6 .icons {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: -3px;
  z-index: 1;
  transition: all 0.5s ease 0s;
  display: block;
  margin: 0 auto;
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      transparent 100%);
}
.image-pic {
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  color: #fff;
  font-size: 17px;
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      transparent 100%);
  padding: 20px 0px 20px 20px;
  border-radius: 5px;
}
.file-image-1 {
  width: 100px;
  height: 100px;
  display: inline-table;
  margin: 20px;
  position: relative;
  border: 1px solid #ededf5;
  border-radius: 5px;
}
.file-image-1 .product-image img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.file-image-md .product-image img {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}
.file-image-lg .product-image img {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.file-image-1 .icons {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  left: 7px;
  top: 6px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
  text-align: right;
}
.file-image-1:hover .icons {
  opacity: 1;
  bottom: 33px;
}
.file-image-1 .icons li a {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  height: 25px;
  width: 25px;
  margin: 4px 1px;
  padding: 0;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.file-image-1 .file-name-1 {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.file-image-md {
  width: 150px;
  height: 150px;
}
.file-image-md .icons li a {
  font-size: 13px;
  line-height: 30px;
  height: 28px;
  width: 28px;
}
.file-image-lg {
  width: 200px;
  height: 200px;
}
.file-image-lg .icons li a {
  font-size: 15px;
  line-height: 35px;
  height: 35px;
  width: 35px;
}
.light-layout {
  display: none;
}
.sidebar-right .wrapper {
  max-width: inherit;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .app-sidebar {
    z-index: 1029 !important;
    top: 63px !important;
  }
}
.bg-primary-transparent .about-icons :first-child {
  fill: var(--primary-bg-color) !important;
}
.bg-primary-transparent .about-icons :last-child {
  fill: var(--primary-5) !important;
}
.formgroup-wrapper .form-control {
  padding: 0 10px;
}
.dataTables_wrapper .dataTables_length .select2-container--default {
  width: 60px !important;
}
.latest-tasks .nav-tabs-bold.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.item-card .cardprice-2 span.type--strikethrough {
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .main-header {
    padding: 0 9px !important;
  }
}
#owl-demo2 .item .custom-card {
  border: 0 !important;
}
#contentthumb .img-thumbnail {
  padding: 15px;
}
#contentthumb .img-thumbnail .caption {
  padding: 15px 0 0 0;
}
#contentthumb .img-thumbnail .caption .btn {
  margin: 0 0 5px 0;
}
#background figure,
#image4 figure {
  overflow: hidden;
}
#thumb img {
  margin-bottom: 10px;
}
#contentthumb img,
#contentthumb figcaption,
#background img,
#background figcaption,
#thumb img,
#thumb figcaption,
#aligning img,
#aligning figcaption,
#responsive img,
#responsive figcaption,
#image1 img,
#image1 figcaption,
#image2 img,
#image2 figcaption,
#image3 img,
#image3 figcaption,
#image4 img,
#image4 figcaption {
  border-radius: 7px;
}
#tab .nav.nav-tabs {
  padding: 0.5rem !important;
}
@media (max-width: 340px) {
  .pd-20.bg-gray-800 {
    padding: 20px 8px;
  }
  .pagination-circled .page-link {
    width: 37px;
  }
}
@media (max-width: 320px) {
  .blog-edit .card-footer {
    text-align: center;
  }
  .blog-edit .card-footer .float-end {
    float: none !important;
  }
  .blog-edit .card-footer .btn {
    margin-bottom: 3px;
  }
  .pagination.search .page-link {
    width: 28px;
    height: 28px;
  }
}
.datetimepicker {
  z-index: 1 !important;
}
@media (max-width: 400px) {
  .btn-primary.data-table-btn {
    position: relative;
    left: 0;
  }
  .demo-gallery .col-md-6 .float-end {
    float: none !important;
  }
  #checkoutsteps .item .left {
    display: block !important;
  }
  #checkoutsteps .item .purchase {
    margin-left: 0 !important;
  }
  .card-pay .tabs-menu li {
    width: 100% !important;
    border-bottom: 1px solid #eae8f1;
  }
  .wizard > .actions a {
    text-align: center;
  }
  .wizard > .actions > ul {
    display: block !important;
  }
}
.main-mail-list {
  overflow: hidden;
}
.nav-tabs-line-brand .nav-link {
  background-color: transparent;
}
.nav-tabs-line-brand .nav-link:hover,
.nav-tabs-line-brand .nav-link:focus {
  background-color: transparent;
}
.user-wideget-widget {
  overflow: hidden;
}
.todo-widget-header .dropdown-menu {
  border-radius: 7px;
}
.checkout-steps.wrapper {
  max-width: initial;
  margin: 20px 0;
  padding: 0;
}
.cardprice-2 {
  text-align: right;
}
.wishlist-card {
  margin-bottom: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .error-page1 .demo-icon {
    right: 30px !important;
    top: 30px !important;
  }
}
.datepicker {
  z-index: 1 !important;
}
.bg-danger-transparent .card-header,
.bg-success-transparent .card-header,
.bg-info-transparent .card-header {
  background: transparent !important;
}
@media (max-width: 370px) {
  #background figcaption,
  #image4 figcaption {
    overflow: scroll;
  }
}
.main-dropdown-form-demo .dropdown-menu-start {
  right: 0 !important;
  left: 0 !important;
  box-shadow: none;
}
#friends .user-lock .dropdown-menu {
  border-radius: 7px;
}
@media screen and (max-width: 991px) {
  .search-icon input {
    border-radius: 0px !important;
  }
}
*::-ms-backdrop,
.main-header-center {
  display: inline-table !important;
  width: 350px;
}
*::-ms-backdrop,
.main-header-center .form-control {
  padding: 0.5rem 1.5rem;
}
@media (min-width: 991px) {
  *::-ms-backdrop,
  .main-header-right .nav-link.btn-default.btn {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  *::-ms-backdrop,
  .card-img-top {
    height: 300px;
  }
  *::-ms-backdrop,
  .main-header-right .nav-link.btn-default.btn {
    margin-top: 7px;
  }
}
*::-ms-backdrop,
.pricing .list-unstyled li {
  display: block;
}
*::-ms-backdrop,
.main-content-body.main-content-body-mail,
*::-ms-backdrop,
.main-content-body.main-content-body-chat {
  flex: inherit;
}
*::-ms-backdrop,
.breadcrumb-3 li,
*::-ms-backdrop,
.breadcrumb-4 li {
  display: inline-block;
}
*::-ms-backdrop,
.main-footer {
  width: 100%;
  position: relative;
  bottom: -5px;
  margin-top: 1.5rem;
  margin-bottom: -10px;
  height: inherit !important;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
*::-ms-backdrop,
.horizontalMenucontainer .main-header-left {
  margin-left: 0 !important;
}
*::-ms-backdrop,
.main-content {
  height: 100%;
}
*::-ms-backdrop,
.horizontalMenucontainer .main-footer- {
  padding-bottom: 10px;
}
*::-ms-backdrop,
.media-list.media.d-block {
  display: inline !important;
}
*::-ms-backdrop,
.chat .action-header {
  padding: 10px 13px 1px 17px;
}
*::-ms-backdrop,
.sidebar-mini .main-header-left .btn {
  margin-left: 60px;
  left: 250px;
}
*::-ms-backdrop,
.sidebar-mini .main-content.app-content .main-header-left {
  margin-left: 0;
}
*::-ms-backdrop,
.sidebar.sidebar-open {
  z-index: 9999 !important;
}
*::-ms-backdrop,
.p-4.border-bottom {
  height: 100%;
}
*::-ms-backdrop,
.img-fluid,
*::-ms-backdrop,
.table,
*::-ms-backdrop,
.text-wrap table {
  max-width: 100%;
}
*::-ms-backdrop,
.sidebar {
  z-index: 0 !important;
}
*::-ms-backdrop,
.d-block.media.media-list {
  display: inline !important;
}
*::-ms-backdrop,
.main-header-message > a,
*::-ms-backdrop,
.main-header-notification > a,
*::-ms-backdrop,
.full-screen.nav-item > a,
*::-ms-backdrop,
.fullscreen-button .full-screen-link {
  line-height: 49px !important;
}
*::-ms-backdrop,
.datetimepicker table th.prev span,
*::-ms-backdrop,
.datetimepicker table th.next span {
  top: 20px;
}
*::-ms-backdrop,
.datetimepicker table th.next {
  border-top-right-radius: 0;
}
*::-ms-backdrop,
.datetimepicker table th.prev {
  border-top-left-radius: 0;
}
*::-ms-backdrop,
.main-header-center .btn,
*::-ms-backdrop,
.main-header-center .sp-container button,
*::-ms-backdrop,
.sp-container .main-header-center button {
  top: 0;
}
@media (min-width: 992px) {
  *::-ms-backdrop,
  .sidebar-mini .main-header-left {
    margin-left: 80px;
  }
  *::-ms-backdrop,
  .sidebar-mini .main-header .main-header-left .header-brand {
    margin-right: 80px;
    width: auto;
  }
  *::-ms-backdrop,
  .card-img-top {
    height: 250px;
  }
}
*::-ms-backdrop,
.btn-icon-list .btn {
  display: table;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}
*::-ms-backdrop,
.side-badge {
  top: 14px;
}
*::-ms-backdrop,
.media.d-sm-flex {
  display: initial;
}
*::-ms-backdrop,
.btn,
.sp-container button {
  padding: 8.5px;
}
*::-ms-backdrop,
.page-h {
  height: 100%;
}
*::-ms-backdrop,
p {
  font-size: 13px;
}
*::-ms-backdrop,
.breadcrumb-right .btn {
  padding: 0.4rem 1rem;
}
*::-ms-backdrop,
.horizontalMenucontainer .main-footer {
  padding-bottom: 10px;
}
*::-ms-backdrop,
.media-list.media.d-sm-flex {
  display: initial;
}
*::-ms-backdrop,
.main-msg-wrapper {
  display: inline-table;
}
*::-ms-backdrop,
.p-text .p-name {
  display: block;
}
*::-ms-backdrop,
.sidebar .tab-menu-heading {
  position: absolute !important;
}
*::-ms-backdrop,
.card--calendar .ui-datepicker-inline {
  border-width: 1px !important;
}
*::-ms-backdrop,
.fc-datepicker.main-datepicker.hasDatepicker {
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
*::-ms-backdrop,
.second-sidemenu .resp-tabs-container .slide-menu.submenu-list li {
  display: flex;
}
@media (min-width: 992px) {
  *::-ms-backdrop,
  .pulse-danger,
  *::-ms-backdrop,
  .pulse {
    top: 13px;
  }
  *::-ms-backdrop,
  .card.custom-card .box {
    position: static;
  }
  *::-ms-backdrop,
  .thumb .thumb-img {
    height: 139px;
  }
  *::-ms-backdrop,
  .main-chat-body .media-body .main-msg-wrapper.right,
  *::-ms-backdrop,
  .main-chat-body .media-body .main-msg-wrapper.left {
    display: inline-table;
  }
  *::-ms-backdrop,
  .main-dashboard-header-right > div:first-child {
    flex-basis: 150px;
  }
  *::-ms-backdrop,
  .tasks .ckbox {
    margin-right: 10px;
  }
  *::-ms-backdrop,
  .app-sidebar__toggle {
    margin-right: 30px !important;
  }
  *::-ms-backdrop,
  .product-details.table-responsive.text-nowrap .media-body {
    flex: none;
  }
}
@media (min-width: 767px) {
  *::-ms-backdrop,
  .bg-primary-transparent .row.wd-100p.mx-auto.text-center {
    margin-top: 4rem;
  }
  *::-ms-backdrop,
  .login.d-flex.align-items-center.py-2 {
    margin-top: 7rem;
  }
}
@media (max-width: 767px) {
  *::-ms-backdrop,
  .dropdown.nav-item.main-header-message,
  *::-ms-backdrop,
  .dropdown.nav-item.main-header-notification,
  *::-ms-backdrop,
  .dropdown.main-header-message.right-toggle {
    margin-top: 7px !important;
  }
  *::-ms-backdrop,
  .main-header-left .responsive-logo {
    margin-left: 40px !important;
  }
  *::-ms-backdrop,
  .sidebar-mini .main-header .main-header-left .header-brand {
    margin-left: 30px;
  }
}
*::-ms-backdrop,
html.fullscreen-button {
  width: 100%;
}
*::-ms-backdrop,
html.fullscreen-button .main-content,
*::-ms-backdrop,
html.fullscreen-button .app-content {
  overflow: scroll;
  overflow-x: hidden;
  height: 100vh;
}
*::-ms-backdrop,
.error-page1 {
  -ms-overflow-y: hidden;
  overflow-y: hidden;
}
*::-ms-backdrop,
#list1 .avatar-md {
  width: inherit !important;
}
*::-ms-backdrop,
#list3 me-4 {
  margin-right: 0 !important;
}
*::-ms-backdrop,
.app-sidebar .slide .side-menu__item.active::before {
  top: 0;
}
*::-ms-backdrop,
.tab-content.border-bottom.p-4 {
  height: inherit !important;
}
*::-ms-backdrop,
.datetimepicker table th.prev span,
*::-ms-backdrop,
.datetimepicker table th.next span {
  top: 20px !important;
}
@media (min-width: 1025px) {
  *::-ms-backdrop,
  .btn,
  .sp-container button {
    padding: 12px;
  }
}
.adtocart {
  background:
    linear-gradient(
      45deg,
      #f93a5a,
      #f7778c) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  left: 40%;
  bottom: -24px;
  position: absolute;
}
.adtocart i {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}
.pro-title {
  color: #5a5a5a;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}
.product-list .price {
  color: #fc5959;
  font-size: 15px;
}
.pro-img-box {
  position: relative;
}
.prod-cat li ul li a:hover,
.prod-cat li ul li a:focus {
  background: none;
  color: #ee335e;
}
.prod-cat li ul li.active a {
  background: none;
  color: #ee335e;
}
.prod-cat li a:hover,
.prod-cat li a:focus,
.prod-cat li a.active {
  background: none;
  color: #ee335e;
}
.nav.prod-cat {
  position: relative;
  display: block;
  padding: 10px 5px;
}
.prod-cat li ul {
  margin-left: 44px;
  display: block;
}
.prod-cat li ul li {
  padding: 10px 15px;
}
.nav.prod-cat li {
  padding: 10px 0;
}
.product-pagination .page-link {
  background-color: #ecf0fa;
  border: 1px solid #dfe4f3;
}
.product-pagination .page-item.disabled .page-link {
  border-color: #dfe4f3;
}
.nav.prod-cat li a {
  color: #031b4e;
}
.nav.prod-cat li a i {
  margin-right: 14px;
}
.product-sale {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 13px;
  right: 5px;
}
.product-sale .badge {
  color: #fff;
  font-size: 12px !important;
  margin-top: 10px;
}
.product-sale .wishlist {
  float: right;
  right: 26px;
  position: absolute;
  font-size: 18px !important;
  top: 5px;
}
.shopping-cart,
.wishlist-table,
.order-table {
  margin-bottom: 20px;
}
.shopping-cart .table,
.wishlist-table .table,
.order-table .table {
  margin-bottom: 0;
}
.shopping-cart .btn,
.wishlist-table .btn,
.order-table .btn {
  margin: 0;
}
.shopping-cart > table > thead > tr > th,
.shopping-cart > table > thead > tr > td {
  vertical-align: middle !important;
}
.shopping-cart > table > tbody > tr > th,
.shopping-cart > table > tbody > tr > td {
  vertical-align: middle !important;
}
.wishlist-table > table > thead > tr > th,
.wishlist-table > table > thead > tr > td {
  vertical-align: middle !important;
}
.wishlist-table > table > tbody > tr > th,
.wishlist-table > table > tbody > tr > td {
  vertical-align: middle !important;
}
.order-table > table > thead > tr > th,
.order-table > table > thead > tr > td {
  vertical-align: middle !important;
}
.order-table > table > tbody > tr > th,
.order-table > table > tbody > tr > td {
  vertical-align: middle !important;
}
.shopping-cart > table thead th,
.wishlist-table > table thead th,
.order-table > table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
}
.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart,
.order-table .remove-from-cart {
  display: inline-block;
  color: #ff5252;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.shopping-cart .count-input,
.wishlist-table .count-input,
.order-table .count-input {
  display: inline-block;
  width: 100%;
  width: 86px;
}
.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
  display: table;
  width: 100%;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 3px;
}
.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info {
  display: table-cell;
  vertical-align: top;
}
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info {
  display: table-cell;
  vertical-align: top;
}
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
  display: table-cell;
  vertical-align: top;
}
.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
  width: 109px;
  padding-right: 0;
}
.shopping-cart .product-item .product-thumb > img,
.wishlist-table .product-item .product-thumb > img,
.order-table .product-item .product-thumb > img {
  display: block;
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 860px) {
  .shopping-cart .product-item .product-thumb,
  .wishlist-table .product-item .product-thumb,
  .order-table .product-item .product-thumb {
    display: none;
  }
}
.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
  display: block;
  font-size: 13px;
  padding: 3px 0;
}
.shopping-cart .product-item .product-info span > em,
.wishlist-table .product-item .product-info span > em,
.order-table .product-item .product-info span > em {
  font-weight: 500;
  font-style: normal;
}
.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
  margin-bottom: 6px;
  padding-top: 5px;
  font-size: 15px;
  font-weight: 500;
}
.table-responsive.shopping-cart {
  overflow-y: inherit;
  overflow-x: scroll;
}
.shopping-cart .product-item .product-title > a,
.wishlist-table .product-item .product-title > a,
.order-table .product-item .product-title > a {
  transition: color 0.3s;
  color: #374250;
  line-height: 1.5;
  text-decoration: none;
}
.shopping-cart .product-item .product-title > a:hover,
.wishlist-table .product-item .product-title > a:hover,
.order-table .product-item .product-title > a:hover {
  color: var(--primary-bg-color);
}
.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
  display: inline;
  margin-left: 6px;
  font-weight: 500;
}
.wishlist-table .product-item .product-thumb {
  display: table-cell !important;
}
@media screen and (max-width: 576px) {
  .wishlist-table .product-item .product-thumb {
    display: none !important;
  }
}
.shopping-cart-footer {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e1e7ec;
}
.shopping-cart-footer > .column {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.shopping-cart-footer > .column:last-child {
  text-align: right;
}
.shopping-cart-footer > .column:last-child .btn {
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .shopping-cart-footer > .column {
    display: block;
    width: 100%;
    padding: 0;
  }
  .shopping-cart-footer > .column:last-child {
    text-align: center;
  }
  .shopping-cart-footer > .column .btn {
    width: 100%;
    margin: 3px 0 !important;
  }
}
.coupon-form .form-control {
  display: inline-block;
  width: 100%;
  max-width: 235px;
  margin-right: 12px;
}
.product-details tr > td {
  vertical-align: middle !important;
}
.remove-from-cart {
  display: block;
  color: #ff5252;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.product-details > table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
  text-align: center;
}
.product-details .media {
  display: flex;
  align-items: flex-start;
  padding: 0.75rem;
}
@media screen and (max-width: 850px) {
  .shopping-cart-footer > .column {
    display: flow-root;
  }
}
@media screen and (max-width: 767px) {
  .coupon-form .form-control {
    max-width: inherit !important;
  }
}
.product-details tr > td {
  vertical-align: middle !important;
}
.product-details > table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
  text-align: center;
}
.product-details .media {
  display: flex;
  align-items: flex-start;
  padding: 0.75rem;
}
@media screen and (max-width: 850px) {
  .shopping-cart-footer > .column {
    display: flow-root;
  }
}
@media screen and (max-width: 767px) {
  .coupon-form .form-control {
    max-width: inherit !important;
  }
}
@media (min-width: 768px) {
  #checkoutsteps .checkoutline {
    height: 3px;
    background-color: #eaedf7;
    -webkit-transform: translateY(1.7rem);
    transform: translateY(1.7rem);
    margin: 0 11%;
    position: relative;
    z-index: 0;
    top: 28px;
  }
}
#checkoutsteps ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
#checkoutsteps ul[role=tablist] li {
  display: flex;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: auto;
  font-weight: 500;
  font-size: 1.1rem;
}
#checkoutsteps > .steps a {
  display: block;
  width: auto;
  background-color: transparent;
  color: #2d2c40;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 0;
  text-decoration: none;
  border-radius: 30px;
  cursor: default;
  text-align: center;
  outline: none;
}
.wizard > .steps > ul li .current-info {
  display: none;
}
#checkoutsteps > .steps .current a .number {
  background: var(--primary-bg-color);
  color: #fff;
}
#checkoutsteps .item .thumb {
  display: inline-flex;
  width: 100px;
  height: 90px;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2f2f2;
}
#checkoutsteps .item .left {
  display: flex;
  align-items: center;
}
#checkoutsteps .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #eae8f1;
  margin-bottom: 30px;
}
#checkoutsteps .item .purchase {
  text-decoration: none;
}
#checkoutsteps .item .purchase {
  display: inline-block;
  margin-left: 21px;
}
#checkoutsteps .total {
  float: right;
  color: var(--primary-bg-color);
}
#checkoutsteps > .steps {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 0;
}
#checkoutsteps.wizard {
  border-radius: 10px;
}
.wizard > .content > .title {
  font-size: 18px;
  color: #8f9cc0;
  font-weight: 700;
  margin-bottom: 5px;
  display: none;
}
.wizard > .content > .body {
  float: none;
  position: static;
  width: auto;
  height: auto;
}
.wizard > .content > .title.current {
  display: none !important;
}
.card-pay .tabs-menu.nav li {
  border-right: 1px solid #d3dfea;
}
.card-pay .tabs-menu li {
  width: 33.3%;
  display: block;
}
.card-pay .tabs-menu li a.active {
  background: var(--primary-bg-color);
  color: #fff;
}
.card-pay .tabs-menu li a {
  padding: 0.7rem 1rem;
  display: block;
  text-align: center;
}
.card-pay .tabs-menu.nav {
  background: #f0f3ff;
}
.card-pay .tabs-menu {
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #checkoutsteps > .steps .number {
    background-color: #eaedf7;
    color: #9197ab;
    border: 1px solid #eae8f1;
    font-size: 17px;
    font-weight: 400;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  #checkoutsteps > .steps .number {
    background-color: #eaedf7;
    color: #9197ab;
    font-size: 15px;
    font-weight: 600;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  #checkoutsteps > .steps a {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  #checkoutsteps .checkoutline {
    height: 3px;
    background-color: #eaedf7;
    -webkit-transform: translateY(1.7rem);
    transform: translateY(1.7rem);
    margin: 0 11%;
    position: relative;
    z-index: 0;
    top: 20px;
  }
}
.cart-img {
  height: 55px !important;
  width: 55px;
  border-radius: 10px !important;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.widget-user .widget-user-desc {
  margin-top: 0;
  color: #fff;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .user-wideget-footer {
  padding-top: 30px;
}
.user-wideget-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
.user-wideget .border-end {
  border-right: 1px solid #f4f4f4;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
  color: #a3b1c9;
}
.main-footer {
  background-color: #fff;
  border-top: 1px solid #eae8f1;
  margin-top: auto;
}
@media (min-width: 992px) {
  .main-footer {
    display: block;
  }
  .sticky-pin {
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .sticky {
    width: 100%;
  }
}
.side-header {
  position: sticky;
  width: 100%;
  z-index: 10 !important;
  border-bottom: 1px solid #e7ebf5;
}
.main-footer .container {
  font-size: 12px;
  padding: 38px 20px 0;
  align-items: center;
  justify-content: space-between;
  color: #737f9e;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  line-height: 3.7;
}
.main-footer .container-fluid {
  font-size: 12px;
  padding: 38px 20px 0;
  align-items: center;
  justify-content: space-between;
  color: #737f9e;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  line-height: 3.7;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .main-footer .container {
    padding: 10px 0 0;
  }
}
.main-footer-app .container,
.main-footer-app .container-fluid {
  border-top-width: 0;
}
@media (max-width: 480px) {
  .main-footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 380px) {
  .main-footer .container-fluid {
    font-size: 11px;
  }
}
@media (max-width: 348px) {
  .main-footer .container-fluid {
    line-height: 1.5;
  }
}
.main-footer-demo {
  background-color: #0c025b;
  color: rgba(255, 255, 255, 0.4);
  height: 60px;
}
.main-footer-demo .container {
  border-top-width: 0;
}
.main-footer-demo a {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer-demo a:hover,
.main-footer-demo a:focus {
  color: #fff;
}
@media (max-width: 991.98px) {
  .main-header-menu-show {
    overflow: hidden;
  }
  .main-header-menu-show .main-header-menu {
    border-right: 1px solid rgba(28, 39, 60, 0.08);
    box-shadow: 0 0 30px rgba(28, 39, 60, 0.08);
    transform: translateX(0);
  }
  .main-header-menu-show .main-navbar-backdrop {
    visibility: visible;
    opacity: 1;
  }
}
.main-header {
  background-color: transparent;
  z-index: 100;
  height: 64px;
  background: #fff;
  border-bottom: 1px solid #dee4ec;
  z-index: 1030 !important;
  width: 100% !important;
}
.main-header > .container,
.main-header > .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .main-header > .container,
  .main-header > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .main-header > .container {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .main-header > .container {
    max-width: none;
  }
}
@media (max-width: 1158px) {
  .main-header-left #dropdownMenuButton {
    display: none;
  }
}
@media (max-width: 1052px) {
  .main-header-left #dropdownMenuButton2 {
    display: none;
  }
}
@media (max-width: 633px) {
  .profile-name.ml-2 {
    display: none;
    margin-left: 0;
  }
}
.main-profile-menu.nav-link {
  padding: 0.5rem 0.5rem;
}
.main-header .main-header-left .main-logo {
  display: none;
}
@media (min-width: 992px) {
  .main-header .main-header-left .main-logo {
    display: flex;
  }
}
.main-header-left {
  display: flex;
  align-items: center;
}
.main-header-left .list-items {
  margin-bottom: 0;
}
.main-header-left .list-items li {
  display: inline-block;
}
.main-header-left .list-items li i {
  display: block;
  font-size: 24px;
  color: #242f48;
  position: relative;
  line-height: 0.9;
  outline: none;
  margin-right: 15px;
}
.main-header-left .main-header-arrow {
  display: none;
  position: relative;
  top: -2px;
}
.main-logo {
  display: flex;
  align-items: center;
  position: relative;
  height: 2rem;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
.main-body.main-sidebar-hide .logo-icon {
  display: block;
  height: 2.3rem;
  text-align: center;
  margin: 0 auto;
}
.main-body.main-sidebar-hide .main-logo {
  display: none;
}
.main-logo:hover,
.main-logo:focus {
  color: var(--primary-bg-color);
}
.main-logo i {
  display: block;
  line-height: 0.9;
  margin-right: 8px;
  font-size: 40px;
}
.main-logo i::before {
  width: auto;
  height: auto;
}
.main-header-menu-icon {
  margin-right: 10px;
  width: 20px;
  height: 30px;
  display: flex;
  align-items: center;
}
.main-header-menu-icon span {
  display: block;
  position: relative;
  width: 15px;
  height: 2px;
  background-color: #242f48;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.main-header-menu-icon span::before,
.main-header-menu-icon span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #242f48;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.main-header-menu-icon span::before {
  top: -6px;
}
.main-header-menu-icon span::after {
  bottom: -6px;
}
@media (min-width: 992px) {
  .main-header-menu-icon {
    margin-right: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-header-menu-icon span {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-header-menu-icon span::before,
  .main-header-menu-icon span::after {
    transition: none;
  }
}
.main-header-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1000;
  transform: translateX(-240px);
  transition: all 0.35s;
}
.main-header-menu > .nav {
  flex-direction: column;
  padding: 20px;
}
.main-header-menu .nav-item::before {
  content: "";
  position: absolute;
  top: 67px;
  margin-left: 25px;
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(28, 39, 60, 0.12);
  border-left: 2px solid rgba(28, 39, 60, 0.12);
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 100;
  display: none;
}
.main-header-menu .nav-item + .nav-item {
  margin-top: 10px;
}
.main-header-menu .nav-item > .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  color: #031b4e;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.main-header-menu .nav-item > .nav-link:hover {
  color: var(--primary-bg-color);
}
.main-header-menu .nav-item > .nav-link:hover i {
  color: var(--primary-bg-color);
}
.main-header-menu .nav-item > .nav-link.with-sub::after {
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 12px;
  font-weight: 400;
  margin-left: auto;
  margin-top: 3px;
  opacity: 0.5;
}
.main-header-menu .nav-item > .nav-link .typcn {
  font-size: 20px;
  line-height: 0.95;
  margin-right: 15px;
  width: 16px;
}
.main-header-menu .nav-item > .nav-link .typcn::before {
  width: auto;
}
.main-header-menu .nav-item.active > .nav-link {
  color: var(--primary-bg-color);
  position: relative;
}
.main-header-menu .nav-item.active > .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: -20px;
  width: 2px;
  background-color: var(--primary-bg-color);
  border-radius: 3px;
}
.main-header-menu .nav-item.show .main-menu-sub {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .main-header-menu {
    transition: none;
  }
}
@media (min-width: 992px) {
  .main-header-menu {
    background-color: transparent;
    border-right: 0;
    position: static;
    width: auto;
    overflow-y: visible;
    transform: none;
    z-index: auto;
  }
}
@media (min-width: 992px) {
  .main-header-menu > .nav {
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .main-header-menu .nav-item + .nav-item {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-header-menu .nav-item > .nav-link {
    transition: none;
  }
}
@media (min-width: 992px) {
  .main-header-menu .nav-item > .nav-link {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .main-header-menu .nav-item > .nav-link.with-sub::after {
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .main-header-menu .nav-item > .nav-link .typcn {
    font-size: 18px;
    margin-right: 7px;
  }
}
@media (min-width: 992px) {
  .main-header-menu .nav-item.active > .nav-link::before {
    top: auto;
    bottom: -22px;
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
  }
}
@media (min-width: 992px) {
  .main-header-menu .nav-item.show::before {
    display: block;
  }
}
.main-header-menu-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid rgba(28, 39, 60, 0.05);
}
.main-header-menu-header .close {
  font-weight: 300;
  font-size: 28px;
}
@media (min-width: 992px) {
  .main-header-menu-header {
    display: none;
  }
}
.main-menu-sub {
  font-size: 13px;
  margin-left: 32px;
  margin-top: 12px;
  display: none;
}
.main-menu-sub .nav {
  flex-direction: column;
}
.main-menu-sub .nav-link {
  padding: 0;
  display: block;
  color: #4d5875;
}
.main-menu-sub .nav-link + .nav-link {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dotted #dde2ef;
}
.main-menu-sub .nav-link:hover,
.main-menu-sub .nav-link:focus {
  color: var(--primary-bg-color);
}
.main-menu-sub .nav-link.active {
  color: var(--primary-bg-color);
  font-weight: 500;
}
@media (min-width: 992px) {
  .main-menu-sub {
    position: absolute;
    top: 74px;
    background-color: #fff;
    padding: 15px 20px;
    border: 2px solid rgba(28, 39, 60, 0.12);
    min-width: 200px;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .main-menu-sub .nav-link.active {
    font-weight: 400;
  }
}
.main-menu-sub-mega {
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.main-menu-sub-mega .container {
  padding: 0;
}
.main-menu-sub-mega .container > div + div {
  margin-top: 25px;
}
.main-menu-sub-mega .nav {
  min-width: 120px;
  flex-direction: column;
}
.main-menu-sub-mega .nav + .nav {
  border-top: 1px dotted #dde2ef;
  margin-top: 6px;
  padding-top: 6px;
}
.main-menu-sub-mega .nav > span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #242f48;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.main-menu-sub-mega .nav > span:first-of-type {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .main-menu-sub-mega .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .main-menu-sub-mega .container {
    display: flex;
    background-color: #fff;
    border: 2px solid rgba(28, 39, 60, 0.12);
  }
}
@media (min-width: 992px) {
  .main-menu-sub-mega .container > div {
    display: flex;
    padding: 20px;
    flex: 1;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .main-menu-sub-mega .container > div {
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  .main-menu-sub-mega .container > div + div {
    margin-top: 0;
    border-left: 1px solid rgba(28, 39, 60, 0.05);
  }
}
@media (min-width: 1200px) {
  .main-menu-sub-mega .nav {
    min-width: 140px;
  }
}
@media (min-width: 992px) {
  .main-menu-sub-mega .nav + .nav {
    margin-left: 20px;
    margin-top: 31px;
    padding-top: 0;
    border-top: 0;
  }
}
@media (min-width: 1200px) {
  .main-menu-sub-mega .nav + .nav {
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .main-menu-sub-mega .nav > span {
    font-size: 12px;
  }
}
.main-header-center {
  flex: 1;
  margin: 0 50px;
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .main-header-center {
    display: block;
  }
}
.main-header-right {
  display: flex;
  align-items: center;
}
.main-header-right .btn-social {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #949eb7;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.main-header-right .btn-social:hover,
.main-header-right .btn-social:focus {
  color: #4d5875;
}
.main-header-right .btn-social i {
  font-size: 18px;
  line-height: 0;
}
.main-header-right .btn-social + .btn-social {
  margin-left: 10px;
}
.main-header-right .btn-buy {
  text-transform: uppercase;
  font-family:
    -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-size: 11px;
  font-weight: 500;
  background-color: var(--primary-bg-color);
  color: #fff;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  margin-left: 20px;
}
.main-header-right .btn-buy:hover,
.main-header-right .btn-buy:focus {
  background-color: #452efa;
}
@media (prefers-reduced-motion: reduce) {
  .main-header-right .btn-social {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-header-right .btn-buy {
    transition: none;
  }
}
.main-header-search-link {
  font-size: 18px;
  color: #4d5875;
  line-height: 1;
  margin-right: 15px;
}
.main-header-arrow {
  font-size: 27px;
  color: #242f48;
  display: inline-block;
  line-height: 0;
}
.main-header-arrow i {
  line-height: 0;
}
.main-header-arrow:hover,
.main-header-arrow:focus {
  color: #4d5875;
}
.main-header-message,
.main-header-notification,
.main-layout {
  position: relative;
  margin: auto 3px;
}
.main-header-message > a,
.main-header-notification > a,
.nav-item.full-screen > a,
.main-layout a {
  display: block;
  font-size: 22px;
  color: #272746;
  position: relative;
  line-height: 37px;
  outline: none;
  height: 40px;
  width: 40px;
  background: transparent;
  margin: auto;
  text-align: center;
}
.profile-name {
  margin-top: 3px;
}
.main-profile-menu > .profile-name::after {
  content: "";
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-top-color: var(--primary-bg-color);
  border-left-color: var(--primary-bg-color);
  transform: rotate(45deg);
  background-color: var(--primary-bg-color);
  z-index: 7;
  display: none;
}
@media (min-width: 992px) {
  .main-header-notification > a::after,
  .main-header-message > a::after,
  .main-layout a::after {
    bottom: -36px;
  }
}
.main-header-notification .dropdown-menu {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  border-width: 0;
  margin-top: 0;
  z-index: 900;
  border-radius: 0;
  width: 300px;
  position: absolute;
  top: 52px;
  left: auto;
  right: -10px;
  bottom: auto;
  padding: 0;
  border: #d0d7e8;
  border-width: 1px;
  z-index: 9;
}
.main-header-message .dropdown-menu {
  width: 300px;
  position: absolute;
  top: 52px;
  left: auto;
  right: -10px;
  bottom: auto;
  border-color: transparent;
  border-width: 1px;
  z-index: 9;
}
.main-header-notification .dropdown-footer {
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
  border-top: 1px dotted #b9c2d8;
}
.main-header-notification.show .dropdown-menu {
  display: block;
}
@media (min-width: 576px) {
  .main-header-notification.show > a::after,
  .main-header-message.show > a::after,
  .drop-flag.show > a::after {
    display: block;
  }
}
.main-header-message.show .dropdown-menu,
.drop-flag.show .dropdown-menu {
  display: block;
}
.main-notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #242f48;
  margin-bottom: 5px;
  line-height: 1;
}
.main-notification-text {
  font-size: 13px;
  margin-bottom: 15px;
}
.main-notification-list .media {
  padding: 10px 0;
  position: relative;
}
.main-notification-list .media + .media {
  border-top: 1px dotted #b9c2d8;
}
.main-notification-list .media.new {
  color: #242f48;
}
.main-notification-list .media:hover,
.main-notification-list .media:focus {
  z-index: 1;
}
.main-notification-list .media:hover::before,
.main-notification-list .media:focus::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  bottom: -1px;
  right: -20px;
  background-color: #ecf0fa;
  border-top: 1px solid #eae8f1;
  border-bottom: 1px solid #eae8f1;
  z-index: -1;
}
.main-notification-list .media-body {
  margin-left: 15px;
  font-size: 13px;
}
.main-notification-list .media-body p {
  margin-bottom: 5px;
  line-height: 1.3;
}
.main-notification-list .media-body strong {
  font-weight: 500;
}
.main-notification-list .media-body span {
  display: block;
  font-size: 11px;
  color: #949eb7;
}
.main-profile-menu > .main-img-user {
  outline: none;
  width: 32px;
  height: 32px;
}
.main-profile-menu > .main-img-user::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -90px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-top-color: #d0d7e8;
  border-left-color: #d0d7e8;
  transform: rotate(45deg);
  background-color: #fff;
  z-index: 901;
  display: none;
}
.main-profile-menu .dropdown-menu {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  border-width: 0;
  margin-top: 0;
  z-index: 900;
  border-radius: 0;
  position: absolute;
  top: 56px;
  left: auto;
  right: -10px;
  bottom: auto;
  width: 230px;
  border-width: 1px;
}
.main-profile-menu .dropdown-item {
  position: relative;
  padding: 20px 16px;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #031b4e;
}
.main-profile-menu .dropdown-item i {
  font-size: 20px;
  margin-right: 10px;
  width: 24px;
  text-align: center;
}
.main-profile-menu .dropdown-item i.typcn {
  line-height: 0.9;
}
.main-profile-menu .dropdown-item:hover,
.main-profile-menu .dropdown-item:focus {
  background-color: transparent;
  color: var(--primary-bg-color);
}
.main-profile-menu .dropdown-item + .dropdown-item {
  border-top: 1px dotted #e2eaf9;
}
.main-profile-menu .dropdown-item:last-child {
  margin-bottom: 10px;
}
.main-profile-menu.show .dropdown-menu {
  display: block;
  top: 58px;
}
@media (min-width: 576px) {
  .main-profile-menu.show .main-img-user::before {
    display: block;
  }
}
.main-header-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-header-profile .main-img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.main-header-profile .main-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.main-header-profile h6 {
  font-weight: 700;
  color: #242f48;
  margin-bottom: 3px;
  font-size: 16px;
  color: #fff;
}
.main-header-profile span {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 576px) {
  .main-header-profile .main-img-user {
    width: 80px;
    height: 80px;
  }
}
.main-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.main-header .input-group-btn .btn {
  border: 0px solid #ebeaf1 !important;
  background: transparent;
  border-radius: 3px;
  color: #3c4858;
  height: 38px;
  width: 38px;
  line-height: 24px;
  border-radius: 50px;
  font-size: 22px;
}
.main-header .input-group-btn .btn:hover {
  border-radius: 50%;
  color: var(--primary-bg-color);
}
.main-header .input-group-btn .btn:hover i {
  color: var(--primary-bg-color);
}
.main-header .input-group-btn .btn i {
  font-size: 16px;
  color: #3c4858;
}
.main-header .navbar-form.active .input-group-btn .btn i {
  font-size: 14px;
  line-height: 27px;
}
.main-header form[role=search] {
  top: 0px;
  right: 0;
  width: 100%;
  margin: 0px;
  z-index: 0;
}
.main-header form[role=search] button {
  padding: 5px 12px;
  border-radius: 0px;
  border-width: 0px;
  color: #6f7282;
  background-color: rgb(248, 248, 248);
  border-color: rgb(231, 231, 231);
  box-shadow: none;
  outline: none;
}
.main-header form[role=search] input {
  padding: 5px 12px;
  border-radius: 0px;
  border-width: 0px;
  color: #6f7282;
  background-color: rgb(248, 248, 248);
  border-color: rgb(231, 231, 231);
  box-shadow: none;
  outline: none;
  padding: 16px 12px;
  font-size: 14px;
  color: #807b90;
  box-shadow: none;
}
.main-header form[role=search] button[type=reset] {
  display: none;
  background: #fff;
  border: 0 !important;
}
.main-header .input-group-btn .btn i {
  font-size: 18px;
  color: #000;
}
.main-header-message.right-toggle .nav-link {
  padding: 0;
}
@media (min-width: 992px) {
  .main-header-menu-icon {
    margin-right: 25px;
    margin-left: auto;
    margin-right: 8px !important;
  }
}
.main-header form[role=search] input {
  font-size: 16px;
  opacity: 0;
  display: none;
  transition: all 5s;
}
.main-header form[role=search].active {
  width: 100%;
  z-index: 9999;
  right: 0;
  border-left: 1px solid #e3e3f7;
  position: absolute;
  left: -1px;
}
.main-header form[role=search].active button {
  display: table-cell;
  opacity: 1;
}
.main-header form[role=search].active input {
  display: table-cell;
  opacity: 1;
  width: 100%;
  background: #fff;
  padding-left: 20px;
  border-radius: 3px 3px 0 0;
  transition: all 5s;
  box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.1);
}
.main-header-message i,
.main-header-notification i,
.nav-item.full-screen i,
.main-layout i {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  font-size: 18px;
}
.main-header-message .dropdown-footer,
.main-header-notification .dropdown-footer {
  border-top: 1px solid #dce1ef;
  padding: 10px;
  background: #f6f6fb;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.1);
}
.main-header-message .dropdown-footer a {
  font-size: 13px;
}
.main-header-center {
  display: flex;
}
.main-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #dee4ec;
  box-shadow: 5px 7px 26px -5px #cdd4e7;
}
.header .form-control {
  border: 2px solid #d0d7e8;
}
@media (min-width: 992px) {
  .main-header.fixed-header {
    position: fixed !important;
    z-index: 999;
    margin-top: 0;
  }
  .main-header-left .form-control {
    height: 40px;
    border-radius: 20px;
    background: #ecf0fa;
    border: 1px solid #ecf0fa;
  }
  .main-header-left .btn {
    position: absolute;
    top: 0;
    right: 12px;
    background-color: transparent;
    height: 40px;
    color: #b4bdce;
    transition: none;
    font-size: 16px;
    padding-right: 13px;
  }
}
.main-header-message .nav-link i,
.main-header-notification .nav-link i,
.nav-item.full-screen .nav-link i,
.main-layout .nav-link i {
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 1.2rem;
  color: #39455d;
}
.main-header-message > a,
.main-header-notification > a,
.nav-item.full-screen > a,
.main-layout > a {
  padding: 0;
  border-radius: 50%;
}
.header-megamenu-dropdown i {
  font-size: 1.2rem;
  margin-right: 3px;
}
.main-header.hor-header {
  box-shadow: none;
  margin-bottom: 0;
}
.main-header.hor-header > .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
  width: 1200px;
}
.main-header .main-header-left .main-logo {
  display: flex;
  margin: 0;
}
@media (max-width: 1134px) {
  .main-header-left .form-control {
    width: 230px;
  }
}
@media (min-width: 1135px) {
  .main-header-left .form-control {
    width: 350px;
  }
}
.main-header-arrow {
  display: none;
  position: relative;
  right: auto;
  display: none;
  position: relative;
  right: auto;
}
@media (max-width: 480px) {
  .main-header-right .nav .nav-item .dropdown-menu {
    left: auto;
    right: auto;
    justify-content: center;
    margin: 0 auto;
    width: 93%;
    position: fixed;
    left: 5px;
    right: 5px;
    margin-top: 0;
  }
  .main-header.nav {
    top: -1px;
    position: fixed;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 991px) {
  .header {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .main-header-left .form-control,
  .main-header-center .btn {
    display: none;
  }
}
@media (max-width: 578px) {
  .main-header-message > a,
  .main-header-notification > a,
  .nav-item.full-screen > a,
  .main-layout > a {
    padding: 0.5rem 0.7rem;
  }
  .profile-user {
    padding: 0.5rem 0.3rem;
  }
  .main-header-center {
    display: none;
  }
  .main-header-message.right-toggle .nav-link {
    padding: 0 0;
  }
  .main-header > .container,
  .main-header > .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .main-header-message > a,
  .main-header-notification > a,
  .nav-item.full-screen > a,
  .main-layout > a {
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .main-header {
    z-index: 2 !important;
    width: 100% !important;
    left: 0;
    padding-left: 240px;
    position: fixed;
  }
  .app.sidenav-toggled .main-header {
    padding-left: 80px;
    padding-left: 80px;
  }
  .app.sidenav-toggled .main-sidebar-header {
    width: 80px;
  }
}
.right-toggle {
  cursor: pointer;
}
.horizontalMenucontainer .main-header.hor-header {
  padding-left: 0;
}
.fullscreen-button {
  margin: auto 3px;
}
@media (max-width: 578px) and (min-width: 321px) {
  .main-header-right .nav-link {
    padding: 0 0.5rem;
  }
}
@media (max-width: 633px) and (min-width: 321px) {
  .main-profile-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
}
@media (max-width: 320px) {
  .main-header-right .nav-link {
    padding: 0;
  }
  .main-profile-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 7px !important;
  }
  .total-revenue label {
    font-size: 0.775rem !important;
  }
  .total-revenue h4 {
    font-size: 17px !important;
  }
}
@media (min-width: 576px) {
  .main-header .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -8.5px;
    right: 19px;
    border-bottom: 9px solid var(--primary-bg-color);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
}
.layout-setting .header-icon-svgs,
.resp-btn .header-icon-svgs,
.demo-icon .header-icon-svgs {
  fill: #5b6e88;
}
@media (max-width: 991px) {
  .responsive-logo .header-logo {
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 14px;
  }
}
@media (min-width: 992px) {
  .horizontal .horizontal-main .sub-slide2 .sub-slide-menu1 {
    left: 180px;
    top: 8px;
    width: 190px;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    border-radius: 5px;
    padding: 5px;
    min-width: fit-content;
    box-shadow: 0px 16px 18px rgba(135, 135, 182, 0.1) !important;
    border: 1px solid #eae8f1;
  }
  .horizontal .app-sidebar {
    border-bottom: 1px solid #eae8f1 !important;
    border-top: 0;
  }
  .horizontal .horizontal-main {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .horizontal .hor-header .container,
  .horizontal .horizontal-main .container,
  .horizontal .main-content.horizontal-content .container {
    max-width: 80% !important;
    padding: 0;
  }
  .horizontal .app-sidebar .side-item.side-item-category {
    display: none;
  }
  .horizontal .side-menu {
    display: flex;
    overflow: hidden;
  }
  .horizontal .main-sidemenu {
    margin-top: 0;
  }
  .horizontal .main-sidebar-header {
    display: none;
  }
  .horizontal .horizontal-main {
    width: 100%;
    position: relative;
    bottom: initial;
    z-index: 1;
  }
  .horizontal .horizontal-main.ps {
    overflow: visible !important;
  }
  .horizontal .horizontal-main .slide .slide-menu,
  .horizontal .horizontal-main .slide .sub-slide-menu {
    width: 190px;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    border-radius: 5px;
    padding: 5px;
    min-width: fit-content;
    box-shadow: 0px 16px 18px rgba(135, 135, 182, 0.1) !important;
    border: 1px solid #eae8f1;
  }
  .horizontal .horizontal-main .slide .slide-menu .slide-item:before,
  .horizontal .horizontal-main .slide .sub-slide-menu .slide-item:before {
    left: 20px;
    top: 11px;
    margin-right: 8px;
  }
  .horizontal .slide-item {
    padding: 8px 35px;
  }
  .horizontal .slide.is-expanded .sub-slide-item2:before {
    left: 20px !important;
  }
  .horizontal .sub-slide-menu .sub-slide-item2 {
    padding: 8px 20px 8px 35px !important;
  }
  .horizontal .sub-slide .sub-angle {
    right: -20px;
    left: auto;
    margin-right: 0 !important;
    position: relative;
  }
  .horizontal .sub-slide .sub-slide-menu {
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 5px 5px 5px #b9b9b9;
    border-radius: 5px;
    padding: 0px;
    min-width: fit-content;
    border: 1px solid #f0f0f8;
    left: 180px;
    top: 13px;
  }
  .horizontal .side-menu > li > a {
    display: flex;
    margin: 0px -4px !important;
    text-decoration: none;
    position: relative;
    color: #7b8191;
    padding: 14px 12px 14px 12px !important;
    font-weight: 400;
  }
  .horizontal .breadcrumb-header {
    margin-top: 20px;
  }
  .horizontal .slide {
    margin: 0 3px;
  }
  .horizontal .logo-horizontal {
    display: block;
  }
  .horizontal .app-sidebar__toggle {
    display: none;
  }
  .horizontal .mobile-logo.dark-logo-1 {
    display: none;
  }
  .horizontal .main-content {
    margin-left: 0px !important;
  }
  .horizontal .main-sidemenu .slide-right {
    right: 0;
  }
  .horizontal .main-sidemenu .slide-left,
  .horizontal .main-sidemenu .slide-right {
    position: absolute;
    top: 0px;
    padding: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
  }
  .horizontal .main-sidemenu .slide-left {
    left: 0;
  }
  .horizontal .horizontal-main {
    position: relative;
    margin: 0 auto;
  }
  .horizontal .main-sidemenu {
    overflow: hidden;
  }
  .horizontal .sticky-pin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .horizontal .hor-header {
    position: relative !important;
    z-index: 9 !important;
  }
  .horizontal-hover.horizontal .slide:hover ul.slide-menu {
    display: block !important;
  }
  .horizontal-hover.horizontal .sub-slide:hover .sub-slide-menu {
    display: block !important;
  }
  .horizontal-main .app-sidebar__user {
    display: none;
  }
  .horizontal-main #bg-side-text {
    display: none;
  }
  .horizontal-main.app-sidebar .slide .side-menu__item.active::before {
    display: none;
  }
}
.logo-horizontal {
  display: none;
}
@media (max-width: 991.98px) {
  .horizontal .app-sidebar.horizontal-main {
    left: -300px;
  }
  .horizontal .main-header.hor-header {
    box-shadow: 0px 7px 26px rgba(154, 154, 204, 0.1);
  }
  .horizontal .main-sidemenu {
    padding: 0;
  }
  .horizontal .horizontalMenucontainer .main-header.hor-header {
    position: fixed;
  }
  .horizontal .slide-left,
  .horizontal .slide-right {
    display: none !important;
  }
}
.horizontal .main-sidemenu.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.horizontal .ps--active-x > .ps__rail-x,
.horizontal .ps--active-y > .ps__rail-y {
  display: none;
}
.horizontal .side-menu .side-menu__icon {
  font-size: 22px;
}
@media (min-width: 992px) {
  .horizontal-hover.horizontal .sub-slide2:hover .sub-slide-menu1 {
    display: block !important;
  }
  .horizontal-hover.horizontal .app-sidebar .slide-menu .sub-slide-menu1 a:before {
    left: 20px !important;
    top: 11px;
  }
  .horizontal-hover.horizontal .sub-slide-menu .sub-side-menu__item:before {
    left: 20px !important;
    top: 10px !important;
  }
}
.hor-header .responsive-logo {
  display: block;
}
.hor-header .responsive-logo img {
  height: 2rem;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .main-iconbar-show .main-iconbar {
    display: flex;
  }
  .main-iconbar-show .main-iconbar-aside {
    display: block;
  }
}
.main-iconbar {
  width: 64px;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  z-index: 500;
}
.main-iconbar .nav {
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
}
.main-iconbar .nav-link {
  position: relative;
  padding: 0;
  color: #031b4e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-iconbar .nav-link i {
  font-size: 28px;
}
.main-iconbar .nav-link i.typcn {
  line-height: 1;
}
.main-iconbar .nav-link i.typcn::before {
  width: auto;
}
.main-iconbar .nav-link i.typcn-device-laptop,
.main-iconbar .nav-link i.typcn-th-large-outline {
  font-size: 25px;
}
.main-iconbar .nav-link i.fa-desktop {
  font-size: 23px;
}
.main-iconbar .nav-link:hover,
.main-iconbar .nav-link:focus {
  color: #4d5875;
}
.main-iconbar .nav-link.active {
  color: var(--primary-bg-color);
}
.main-iconbar .nav-link + .nav-link {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .main-iconbar {
    display: flex;
  }
}
.main-iconbar-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 0.9;
  color: #242f48;
  flex-shrink: 0;
  margin-bottom: 20px;
  position: relative;
}
.main-iconbar-logo::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 20px;
  height: 3px;
  width: 24px;
  background-color: var(--primary-bg-color);
  border-radius: 2px;
}
.main-iconbar-logo:hover,
.main-iconbar-logo:focus {
  color: #242f48;
}
.main-iconbar-bottom {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-iconbar-help {
  line-height: 0;
  font-size: 22px;
  color: #737f9e;
  margin-bottom: 20px;
}
.main-iconbar-help:hover,
.main-iconbar-help:focus {
  color: #242f48;
}
.main-iconbar-aside {
  width: 230px;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #b9c2d8;
  position: fixed;
  top: 0;
  left: 64px;
  overflow-y: auto;
  z-index: 600;
  display: none;
}
@media (min-width: 1200px) {
  .main-iconbar-aside {
    border-right: 0;
    z-index: 500;
  }
}
@media (min-width: 992px) {
  .main-iconbar-aside.show {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-iconbar-aside.show + .main-content {
    margin-left: 294px;
  }
}
.main-iconbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  padding-left: 0;
}
.main-iconbar-header .main-logo {
  line-height: 1;
}
.main-iconbar-toggle-menu {
  display: block;
  position: relative;
  line-height: 0;
  color: #242f48;
  font-size: 28px;
  opacity: 0.5;
}
.main-iconbar-toggle-menu:hover,
.main-iconbar-toggle-menu:focus {
  opacity: 1;
  color: #242f48;
}
.main-iconbar-toggle-menu i:first-child {
  display: none;
}
@media (min-width: 1200px) {
  .main-iconbar-toggle-menu {
    font-size: 24px;
  }
  .main-iconbar-toggle-menu::before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1px;
    border-left: 2px solid #242f48;
  }
  .main-iconbar-toggle-menu i:first-child {
    display: block;
  }
  .main-iconbar-toggle-menu i:last-child {
    display: none;
  }
}
.main-iconbar-body {
  padding: 20px;
  padding-left: 0;
  height: calc(100vh - 68px);
}
.main-iconbar-body .nav {
  flex-direction: column;
  border-left: 2px solid #dde2ef;
  padding-top: 10px;
  padding-left: 20px;
}
.main-iconbar-body .nav-item {
  position: relative;
  display: block;
}
.main-iconbar-body .nav-item + .nav-item {
  margin-top: -1px;
  border-top: 1px dotted #d0d7e8;
}
.main-iconbar-body .nav-item.active .nav-link {
  color: var(--primary-bg-color);
}
.main-iconbar-body .nav-item.active .nav-link i {
  color: var(--primary-bg-color);
}
.main-iconbar-body .nav-item.show .nav-sub {
  display: block;
}
.main-iconbar-body .nav-link {
  position: relative;
  color: #031b4e;
  font-size: 13px;
  padding: 0;
  display: flex;
  align-items: center;
  height: 38px;
}
.main-iconbar-body .nav-link i {
  color: #949eb7;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
  margin-right: 10px;
}
.main-iconbar-body .nav-link i.typcn {
  line-height: 0.9;
}
.main-iconbar-body .nav-link i.typcn::before {
  width: auto;
}
.main-iconbar-body .nav-link:hover,
.main-iconbar-body .nav-link:focus,
.main-iconbar-body .nav-link:hover i,
.main-iconbar-body .nav-link:focus i {
  color: var(--primary-bg-color);
}
.main-iconbar-body .nav-link.with-sub {
  justify-content: space-between;
}
.main-iconbar-body .nav-link.with-sub::after {
  content: "\f3d0";
  font-family: "Ionicons";
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-left: auto;
  color: #949eb7;
}
.main-iconbar-body .nav-sub {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #d0d7e8;
  display: none;
}
.main-iconbar-body .nav-sub .nav-sub-item {
  position: relative;
  display: block;
  margin-left: 15px;
}
.main-iconbar-body .nav-sub .nav-sub-item + .nav-sub-item {
  border-top: 1px dotted #d0d7e8;
}
.main-iconbar-body .nav-sub .nav-sub-item.active > .nav-sub-link {
  color: var(--primary-bg-color);
}
.main-iconbar-body .nav-sub .nav-sub-link {
  display: flex;
  align-items: center;
  height: 36px;
  color: #031b4e;
}
.main-iconbar-body .nav-sub .nav-sub-link:hover,
.main-iconbar-body .nav-sub .nav-sub-link:focus {
  color: var(--primary-bg-color);
}
@media (min-width: 992px) {
  .main-iconbar-body .nav-link.with-sub::after {
    margin-left: 4px;
    font-size: 12px;
  }
}
.main-iconbar-title {
  font-size: 20px;
  font-weight: 700;
  color: #242f48;
  margin-bottom: 10px;
  line-height: 1;
}
.main-iconbar-text {
  display: block;
  font-size: 12px;
  color: #737f9e;
  margin-bottom: 12px;
}
.main-iconbar-pane {
  margin-bottom: 20px;
  display: none;
}
.main-iconbar-pane.show {
  display: block;
}
@media (max-width: 575px) {
  .main-content-left-show {
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .main-content-left-show .main-content-left {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 800;
    border-right: 1px solid #eae8f1;
    box-shadow: 0 0 3px rgba(28, 39, 60, 0.1);
    overflow-y: auto;
  }
}
@media (max-width: 575px) {
  .main-content-left-show .main-content-body {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .main-content-body-show .main-header .main-header-menu-icon {
    display: none;
  }
  .main-content-body-show .main-header .main-header-left .main-header-arrow {
    display: block;
  }
  .main-content-body-show .main-content-left {
    display: none;
  }
  .main-content-body-show .main-content-body {
    display: block;
  }
}
.main-content .container,
.main-content .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .main-content .container {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .main-content .container {
    max-width: none;
  }
  .browser-stats .sub-text {
    display: none;
  }
  .browser-stats h6 {
    line-height: 2;
  }
}
.main-content-app {
  padding-top: 0;
}
.main-content-app .container,
.main-content-app .container-fluid {
  height: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .main-content-app {
    padding-top: 0;
  }
}
.main-content-left {
  width: 100%;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .main-content-left {
    display: block;
    padding: 0;
  }
}
.main-content-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content-header .main-logo {
  flex: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .main-content-header {
    display: none;
  }
}
.main-content-body {
  flex: 1;
}
.main-content-right {
  padding-left: 25px;
  margin-left: 25px;
  width: 200px;
  display: none;
}
@media (min-width: 992px) {
  .main-content-right {
    display: block;
  }
}
.main-content-title {
  color: #242f48;
  font-weight: 500;
  font-size: 32px;
  text-indent: -1px;
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .main-content-title {
    margin-bottom: 40px;
  }
}
.main-content-label,
.card-table-two .card-title,
.card-dashboard-eight .card-title {
  color: #242f48;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.main-content-label-sm {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #949eb7;
  letter-spacing: 0.5px;
}
.main-content-text {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  color: #737f9e;
}
.main-content-1 .main-content-header {
  display: block;
  padding: 20px;
  background-color: transparent;
  border: 0;
}
.main-content .header {
  border-radius: 8px;
  margin: 20px;
}
.main-content.horizontal-content {
  padding-top: 0 !important;
  margin-left: 0;
}
@media (min-width: 992px) {
  .main-content {
    padding-top: 0 !important;
    margin-left: 240px;
  }
  .main-body.main-sidebar-hide .main-content {
    margin-left: 80px !important;
    transition: margin-left 0.3s ease;
  }
}
@media (max-width: 991px) {
  .main-content-body-show .main-header-arrow {
    display: block;
    padding: 10px 20px;
    background: var(--primary-bg-color);
    color: #fff;
  }
}
@media (min-width: 991px) {
  .main-content.horizontal-content {
    padding-top: 0 !important;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .main-content-body-show .main-header-arrow {
    display: none;
  }
}
@media (max-width: 635px) {
  .main-content .breadcrumb-header .breadcrumb-right {
    margin-top: 12px !important;
  }
}
@media (max-width: 991.98px) {
  .main-content.horizontal-content {
    margin-top: 0 !important;
  }
}
.main-content-left-components {
  border-right: 1px solid #dde2ef;
  width: 200px;
}
.main-content-left-components .component-item label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.main-content-left-components .component-item label ~ label {
  margin-top: 30px;
}
.main-content-left-components .component-item .nav-link {
  padding: 0;
  display: block;
  font-size: 13px;
  color: #4d5875;
}
.main-content-left-components .component-item .nav-link + .nav-link {
  margin-top: 5px;
}
.main-content-left-components .component-item .nav-link:hover {
  color: var(--primary-bg-color);
}
.main-content-left-components .component-item .nav-link.active {
  color: var(--primary-bg-color);
  font-weight: 500;
}
.main-content-choose-demo {
  position: relative;
  z-index: 5;
  background-color: #0f0373;
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
}
.main-content-choose-demo .container {
  display: block;
  padding: 20px;
}
.main-content-choose-demo .title-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  color: var(--primary-bg-color);
  margin-bottom: 3px;
}
.main-content-choose-demo .title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.main-content-choose-demo .title-text {
  font-weight: 300;
  margin-bottom: 20px;
}
.main-content-choose-demo .card {
  border-width: 0;
  margin-bottom: 10px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.main-content-choose-demo .card img {
  transition: all 0.2s ease-in-out;
}
.main-content-choose-demo .card figure {
  margin-bottom: 0;
}
.main-content-choose-demo .card figure:hover img,
.main-content-choose-demo .card figure:focus img {
  transform: scale(1.75, 1.75);
}
.main-content-choose-demo .card figure:hover figcaption,
.main-content-choose-demo .card figure:focus figcaption {
  opacity: 1;
}
.main-content-choose-demo .card figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(25, 4, 190, 0.75);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.main-content-choose-demo .card figcaption .btn,
.main-content-choose-demo .card figcaption .sp-container button {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 500;
  min-height: inherit;
  padding: 10px 20px;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .main-content-choose-demo .container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .main-content-choose-demo .container {
    padding: 100px 40px;
  }
}
@media (min-width: 1200px) {
  .main-content-choose-demo .container {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .main-content-choose-demo .title-label {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .main-content-choose-demo .title {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .main-content-choose-demo .title-text {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .main-content-choose-demo .title-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .main-content-choose-demo .title-text {
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) {
  .main-content-choose-demo .card {
    height: 155px;
  }
}
@media (min-width: 992px) {
  .main-content-choose-demo .card {
    height: 215px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .main-content-choose-demo .card {
    height: 255px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-content-choose-demo .card img {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-content-choose-demo .card figcaption {
    transition: none;
  }
}
.sp-container .main-content-choose-demo .card figcaption button {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 500;
  min-height: inherit;
  padding: 10px 20px;
  border-radius: 2px;
}
.main-content-choose-demo .card.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242f48;
  background-color: #dde2ef;
}
.main-content-choose-demo .card.coming-soon .typcn {
  line-height: 0.9;
  font-size: 48px;
  margin-bottom: 10px;
}
.main-content-choose-demo .card.coming-soon h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
.main-content-choose-demo .main-content-label,
.main-content-choose-demo .card-table-two .card-title {
  color: #737f9e;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.card-table-two .main-content-choose-demo .card-title,
.main-content-choose-demo .card-dashboard-eight .card-title,
.card-dashboard-eight .main-content-choose-demo .card-title {
  color: #737f9e;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.main-content-choose-demo .main-content-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 992px) {
  .main-content-choose-demo .main-content-title {
    font-size: 17px;
  }
}
.main-content-left.main-content-left-mail.card-body {
  padding: 1.25rem;
}
.main-header-profile .main-img-user {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  text-align: center;
}
.main-header-profile .main-img-user::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 6px;
  width: 6px;
  height: 6px;
  background-color: #17b86a;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  bottom: 3px;
  display: block !important;
  top: 35px;
}
.main-profile-menu .profile-user img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-left: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.main-profile-overview .main-img-user::after {
  display: none !important;
}
.main-content-profile {
  flex: 1;
}
@media (max-width: 991.98px) {
  .main-content-profile .container,
  .main-content-profile .container-fluid {
    display: block;
  }
}
.main-content-left-profile {
  padding-left: 0;
  padding-right: 0;
  display: block;
  border-bottom: 1px solid #eae8f1;
  padding-bottom: 25px;
  width: auto;
}
@media (min-width: 992px) {
  .main-content-left-profile {
    width: 270px;
    padding-right: 20px;
    padding-bottom: 0;
    border-right: 1px solid #eae8f1;
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .main-content-left-profile {
    padding-right: 25px;
  }
}
.main-profile-overview .main-img-user {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.main-profile-overview .btn-icon-list .btn,
.main-profile-overview .btn-icon-list .sp-container button {
  border-radius: 100%;
}
.sp-container .main-profile-overview .btn-icon-list button {
  border-radius: 100%;
}
.main-profile-name {
  color: #242f48;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 2px;
}
.main-profile-name-text {
  color: #737f9e;
  font-size: 13px;
  margin-bottom: 0;
}
.main-profile-bio {
  font-size: 13px;
  margin-bottom: 20px;
}
.main-profile-social-list .media {
  align-items: center;
}
.main-profile-social-list .media + .media {
  margin-top: 20px;
}
.main-profile-social-list .media-icon {
  font-size: 34px;
  width: 30px;
  line-height: 0;
}
.main-profile-social-list .media-body {
  margin-left: 20px;
}
.main-profile-social-list .media-body span {
  display: block;
  font-size: 12px;
}
.main-profile-social-list .media-body a {
  font-size: 13px;
}
.main-content-body-profile .nav {
  flex-direction: column;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #eae8f1;
  margin-bottom: 1.3rem;
}
.main-content-body-profile .main-nav-line .nav-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #364261;
}
.main-content-body-profile .main-nav-line .nav-link.active {
  font-weight: 700;
  color: var(--primary-bg-color);
}
.main-content-body-profile .main-nav-line .nav-link.active::before {
  background-color: var(--primary-bg-color);
}
@media (min-width: 576px) {
  .main-content-body-profile .nav {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .main-content-body-profile .nav {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .main-content-body-profile .nav {
    padding-left: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-content-body-profile .main-nav-line .nav-link.active::before {
    width: auto;
    top: auto;
    left: 0;
    right: 0;
    height: 2px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-content-body-profile .main-nav-line .nav-link + .nav-link {
    margin-top: 0;
    margin-left: 20px;
  }
}
.main-profile-body {
  padding: 15px 0 0;
}
@media (min-width: 576px) {
  .main-profile-body {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .main-profile-body {
    padding: 25px 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .main-profile-body {
    padding-left: 25px;
  }
}
.main-profile-view-chart {
  position: relative;
  width: calc(100% - 10px);
  height: 200px;
}
@media (min-width: 375px) {
  .main-profile-view-chart {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .main-profile-view-chart {
    height: 250px;
  }
}
.main-profile-view-info {
  position: absolute;
  top: 0;
  left: 0;
}
.main-profile-view-info h6 {
  font-size: 32px;
  font-weight: 500;
  color: #242f48;
  margin-bottom: 0;
}
.main-profile-view-info span {
  font-size: 12px;
  color: #f10075;
  margin-left: 5px;
}
.main-profile-view-info p {
  font-size: 13px;
  margin-bottom: 0;
}
.main-traffic-detail-item > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 7px;
}
.main-traffic-detail-item > div:first-child > span:first-child {
  color: #737f9e;
}
.main-traffic-detail-item > div:first-child > span:last-child {
  font-size: 11px;
  font-weight: 700;
  color: #242f48;
}
.main-traffic-detail-item > div:first-child > span:last-child span {
  color: #737f9e;
  font-weight: 400;
}
.main-traffic-detail-item + .main-traffic-detail-item {
  margin-top: 25px;
}
.main-traffic-detail-item .progress {
  height: 8px;
}
.main-profile-work-list .media + .media {
  margin-top: 25px;
}
.main-profile-work-list .media-logo {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #fff;
  font-size: 21px;
  position: relative;
  top: 2px;
  border-radius: 100%;
}
.main-profile-work-list .media-body {
  margin-left: 20px;
}
.main-profile-work-list .media-body h6 {
  color: #242f48;
  font-weight: 500;
  margin-bottom: 2px;
}
.main-profile-work-list .media-body span {
  display: block;
  margin-bottom: 5px;
}
.main-profile-work-list .media-body p {
  margin-bottom: 0;
  font-size: 12px;
  color: #737f9e;
}
.main-profile-contact-list .media {
  align-items: center;
}
.main-profile-contact-list .media + .media {
  margin-top: 25px;
}
.main-profile-contact-list .media-icon {
  line-height: 0;
  font-size: 36px;
  width: 35px;
  text-align: center;
}
.main-profile-contact-list .media-body {
  margin-left: 25px;
}
.main-profile-contact-list .media-body span {
  font-size: 12px;
  color: #737f9e;
  display: block;
  line-height: 1.3;
}
.main-profile-contact-list .media-body div {
  font-weight: 500;
  color: #242f48;
}
@media (max-width: 1134px) {
  .main-profile-body .media.profile-footer {
    display: block !important;
  }
  .main-profile-body .media.profile-footer .media-body {
    padding: 3px 0 15px 0;
  }
}
@media (max-width: 578px) {
  .main-profile-menu .profile-user img {
    margin-left: 0;
  }
}
.main-profile-work-list .media-logo,
.main-profile-contact-list .media-icon,
.main-profile-social-list .media-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #fff;
  font-size: 21px;
  position: relative;
  top: 2px;
  border-radius: 100%;
}
.profile-user .profile-edit {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  right: 0;
  background: #d5d4e0;
  margin: 0 auto;
  text-align: center;
}
.main-profile-body .card-header {
  padding-top: 0;
  padding-left: 0;
}
.drop-down-profile {
  position: relative;
}
.profile-footer a {
  width: 34px;
  height: 34px;
  background: #efeff5;
  color: #000;
  margin: 1px auto;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  border-radius: 50%;
  font-size: 12px;
}
.drop-down-profile span.assigned-task {
  position: absolute;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  top: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  right: 0;
}
@media (max-width: 575px) {
  .main-content-body-profile .main-nav-line .nav-link.active::before {
    left: 0px;
  }
}
@media (max-width: 767.98px) {
  .main-profile-menu .profile-user img {
    margin-left: 0 !important;
  }
}
.profile-name {
  margin-top: 8px;
}
.profile.navtab-custom {
  padding: 11px 0 10px 0;
}
.profile.navtab-custom li a {
  padding: 13px 8px;
  color: #000;
  background: transparent;
  margin-right: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: 1px solid #e3e6f0;
  border-bottom: 0;
  font-size: 13px;
}
.profile.navtab-custom .active a,
.profile.navtab-custom a.active {
  background: #ecf0fa;
  border-bottom: 0;
  color: #000;
}
.ga-border {
  height: 3px;
  width: 40px;
  background-color: var(--primary-bg-color);
  margin: 10px auto 5px auto;
}
body.rtl {
  text-align: right;
  direction: rtl;
}
.rtl .panel-heading1 a.collapsed:before {
  right: auto;
  left: 10px;
}
.rtl .alert-dismissible {
  padding-right: 1.25rem;
  padding-left: 3.8125rem;
}
.rtl .alert-dismissible .close {
  right: auto;
  left: 0;
}
.rtl .breadcrumb-4 ol,
.rtl .breadcrumb-4 li {
  text-align: left;
}
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 0.5rem;
}
.rtl .breadcrumb-item + .breadcrumb-item::before {
  padding-right: inherit !important;
  padding-left: 0.5rem !important;
}
.rtl .btn-group > .btn:not(:first-child),
.rtl .sp-container .btn-group > button:not(:first-child) {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .btn-group > .btn-group:not(:first-child) {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .sp-container .btn-group > button:not(:last-child):not(.dropdown-toggle),
.rtl .btn-group > .btn-group:not(:last-child) > .btn,
.rtl .sp-container .btn-group > .btn-group:not(:last-child) > button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .btn-group > .btn:not(:first-child),
.rtl .sp-container .btn-group > button:not(:first-child),
.rtl .btn-group > .btn-group:not(:first-child) > .btn,
.rtl .sp-container .btn-group > .btn-group:not(:first-child) > button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .btn-with-icon i {
  margin-left: 5px;
  margin-right: auto;
}
.rtl .btn-icon-list .btn + .btn,
.rtl .btn-icon-list .sp-container button + .btn {
  margin-right: 5px;
  margin-left: 0;
}
.rtl .sp-container .btn-icon-list button + .btn,
.rtl .btn-icon-list .sp-container .btn + button,
.rtl .sp-container .btn-icon-list .btn + button,
.rtl .btn-icon-list .sp-container button + button,
.rtl .sp-container .btn-icon-list button + button {
  margin-left: auto;
  margin-right: 5px;
}
.rtl .card-link + .card-link {
  margin-right: 1.25rem;
  margin-left: auto;
}
@media (min-width: 576px) {
  .rtl .card-group > .card + .card {
    margin-left: auto;
    margin-right: 0;
    border-right: 0;
    border-left: 1px solid #e3e8f7;
  }
  .rtl .card-group > .card:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rtl .card-group > .card:not(:last-child) .card-img-top,
  .rtl .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 3px;
    border-top-left-radius: 0;
  }
  .rtl .card-group > .card:not(:last-child) .card-img-bottom,
  .rtl .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .rtl .card-group > .card:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .rtl .card-group > .card:not(:first-child) .card-img-top,
  .rtl .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .rtl .card-group > .card:not(:first-child) .card-img-bottom,
  .rtl .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
  }
}
.rtl #thumbcarousel .carousel-control-prev {
  left: auto;
  right: 0;
}
.rtl #thumbcarousel .carousel-control-prev i {
  transform: rotate(180deg);
}
.rtl #thumbcarousel .carousel-control-next {
  left: 0;
  right: auto;
}
.rtl #thumbcarousel .carousel-control-next i {
  transform: rotate(180deg);
}
.rtl .carousel-indicators {
  padding-left: inherit;
  padding-right: 0;
}
.rtl caption {
  text-align: right;
}
.rtl .list-unstyled,
.rtl .list-inline {
  padding-left: 0;
  padding-right: 0;
}
.rtl .list-inline-item:not(:last-child) {
  margin-right: auto;
  margin-left: 0.5rem;
}
.rtl #bg-side-text {
  right: auto !important;
  left: 21px !important;
}
.rtl .float-start {
  float: right !important;
}
.rtl .float-end {
  float: left !important;
}
@media (min-width: 576px) {
  .rtl .float-sm-start {
    float: right !important;
  }
  .rtl .float-sm-end {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .rtl .float-md-start {
    float: right !important;
  }
  .rtl .float-md-end {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .rtl .float-lg-start {
    float: right !important;
  }
  .rtl .float-lg-end {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .rtl .float-xl-start {
    float: right !important;
  }
  .rtl .float-xl-end {
    float: left !important;
  }
}
.rtl .dropdown-toggle::after {
  margin-left: auto;
  margin-right: 0.255em;
}
.rtl .dropdown-toggle:empty::after {
  margin-left: auto;
  margin-right: 0;
}
.rtl .dropdown-menu {
  left: auto;
  right: 0;
  float: right;
  text-align: right;
}
.rtl .dropdown-menu-start {
  right: 0;
  left: auto;
}
.rtl .dropdown-menu-end {
  right: auto;
  left: 0;
}
@media (min-width: 576px) {
  .rtl .dropdown-menu-sm-start {
    right: 0;
    left: auto;
  }
  .rtl .dropdown-menu-sm-end {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .rtl .dropdown-menu-md-start {
    right: 0;
    left: auto;
  }
  .rtl .dropdown-menu-md-end {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .rtl .dropdown-menu-lg-start {
    right: 0;
    left: auto;
  }
  .rtl .dropdown-menu-lg-end {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .rtl .dropdown-menu-xl-start {
    right: 0;
    left: auto;
  }
  .rtl .dropdown-menu-xl-end {
    right: auto;
    left: 0;
  }
}
.rtl .dropup .dropdown-toggle::after {
  margin-left: auto;
  margin-right: 0.255em;
}
.rtl .dropup .dropdown-toggle:empty::after {
  margin-left: auto;
  margin-right: 0;
}
.rtl .dropend .dropdown-menu {
  right: 100%;
  left: auto;
  margin-left: auto;
  margin-right: 0.125rem;
}
.rtl .dropend .dropdown-toggle::after {
  margin-left: auto;
  margin-right: 0.255em;
  border-right: 0.3em solid;
  border-left: 0;
}
.rtl .dropend .dropdown-toggle:empty::after {
  margin-left: auto;
  margin-right: 0;
}
.rtl .dropstart .dropdown-menu {
  right: auto;
  left: 100%;
  margin-right: auto;
  margin-left: 0.125rem;
}
.rtl .dropstart .dropdown-toggle::after {
  margin-left: auto;
  margin-right: 0.255em;
}
.rtl .dropstart .dropdown-toggle::before {
  margin-right: auto;
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
}
.rtl .dropstart .dropdown-toggle:empty::after {
  margin-left: auto;
  margin-right: 0;
}
.rtl .dropdown-toggle-start::before {
  margin-right: auto;
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
}
.rtl .dropdown-menu[x-placement^=top],
.rtl .dropdown-menu[x-placement^=right],
.rtl .dropdown-menu[x-placement^=bottom],
.rtl .dropdown-menu[x-placement^=left] {
  left: auto;
  right: 0;
}
.rtl .dropdown-toggle-split::after {
  margin-left: auto;
  margin-right: 0;
}
.rtl .dropup .dropdown-toggle-split::after,
.rtl .dropend .dropdown-toggle-split::after {
  margin-right: 0;
  margin-left: auto;
}
.rtl .dropstart .dropdown-toggle-split::before {
  margin-right: auto;
  margin-left: 0;
}
.rtl .form-check {
  padding-left: 0;
  padding-right: 1.25rem;
}
.rtl .form-check-input {
  margin-left: auto;
  margin-right: -1.25rem;
}
.rtl .form-check-inline {
  padding-left: inherit;
  padding-right: 0;
  margin-left: 0.75rem;
  margin-right: auto;
}
.rtl .form-check-inline .form-check-input {
  margin-right: 0;
  margin-left: 0.3125rem;
}
.rtl .was-validated .form-control:valid,
.rtl .form-control.is-valid,
.rtl input.form-control.parsley-success,
.rtl textarea.form-control.parsley-success {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + 0.75rem) !important;
  background-position: center left calc(0.375em + 0.1875rem) !important;
}
.rtl .was-validated textarea.form-control:valid {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + 0.75rem) !important;
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem) !important;
}
.rtl .form-select.is-valid:not([multiple]):not([size]),
.rtl .form-select.is-valid:not([multiple])[size="1"],
.rtl .was-validated .form-select:valid:not([multiple]):not([size]),
.rtl .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 0.75rem;
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
.rtl textarea.form-control.is-valid,
.rtl textarea.form-control.parsley-success {
  padding-right: 0.75rem;
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
.rtl .was-validated .form-select:valid,
.rtl .form-select.is-valid,
.rtl input.form-select.parsley-success,
.rtl textarea.form-select.parsley-success {
  padding-right: 0.75rem;
  padding-left: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
}
.rtl .was-validated .form-control:invalid,
.rtl .form-control.is-invalid,
.rtl input.form-control.parsley-error,
.rtl textarea.form-control.parsley-error {
  padding-right: 0.75rem;
  padding-left: calc(1.5em + 0.75rem);
  background-position: center left calc(0.375em + 0.1875rem);
}
.rtl .was-validated textarea.form-control:invalid {
  padding-right: 0.75rem;
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
.rtl textarea.form-control.is-invalid,
.rtl textarea.form-control.parsley-error {
  padding-right: 0;
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
.rtl .was-validated .form-select:invalid,
.rtl .form-select.is-invalid,
.rtl input.form-select.parsley-error,
.rtl textarea.form-select.parsley-error {
  padding-right: 0.75rem;
  padding-left: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
}
@media (min-width: 576px) {
  .rtl .form-inline .form-check {
    padding-left: inherit;
    padding-right: 0;
  }
  .rtl .form-inline .form-check-input {
    margin-right: 0;
    margin-left: 0.25rem;
  }
}
.rtl .browse-file.form-control {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .file-browser .btn-default {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.rtl .input-group > .form-control + .form-control,
.rtl .input-group > .form-control + .form-select,
.rtl .input-group > .form-control + .form-file {
  margin-right: -1px;
  margin-left: 0;
}
.rtl .input-group > .form-control-plaintext + .form-control,
.rtl .input-group > .form-control-plaintext + .form-select,
.rtl .input-group > .form-control-plaintext + .form-file {
  margin-left: 0;
  margin-right: -1px;
}
.rtl .input-group > .form-select + .form-control,
.rtl .input-group > .form-select + .form-select,
.rtl .input-group > .form-select + .form-file {
  margin-left: 0;
  margin-right: -1px;
}
.rtl .input-group > .form-file + .form-control,
.rtl .input-group > .form-file + .form-select,
.rtl .input-group > .form-file + .form-file {
  margin-right: -1px;
  margin-left: 0;
}
.rtl .input-group > .form-control:not(:last-child),
.rtl .input-group > .form-select:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > .form-control:not(:first-child),
.rtl .input-group > .form-select:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .input-group > .form-file:not(:last-child) .form-file-label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > .form-file:not(:last-child) .form-file-label::after {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > .form-file:not(:first-child) .form-file-label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .input-group-text .btn + .btn,
.rtl .input-group-text .sp-container button + .btn {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .sp-container .input-group-text button + .btn,
.rtl .input-group-text .sp-container .btn + button,
.rtl .sp-container .input-group-text .btn + button,
.rtl .input-group-text .sp-container button + button,
.rtl .sp-container .input-group-text button + button {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .input-group-text .btn + .input-group-text,
.rtl .input-group-text .sp-container button + .input-group-text {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .sp-container .input-group-text button + .input-group-text {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .input-group-text .input-group-text + .input-group-text,
.rtl .input-group-text .input-group-text + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.rtl .input-group-text .sp-container .input-group-text + button {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .sp-container .input-group-text .input-group-text + button {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .input-group-text .btn + .btn,
.rtl .input-group-text .sp-container button + .btn {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .sp-container .input-group-text button + .btn,
.rtl .input-group-text .sp-container .btn + button,
.rtl .sp-container .input-group-text .btn + button,
.rtl .input-group-text .sp-container button + button,
.rtl .sp-container .input-group-text button + button {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .input-group-text .btn + .input-group-text,
.rtl .input-group-text .sp-container button + .input-group-text {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .sp-container .input-group-text button + .input-group-text {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .input-group-text .input-group-text + .input-group-text,
.rtl .input-group-text .input-group-text + .btn {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .input-group-text .sp-container .input-group-text + button {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .sp-container .input-group-text .input-group-text + button {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .input-group-text {
  margin-right: auto;
  margin-left: -1px;
  margin-left: auto;
  margin-right: -1px;
}
.rtl .input-group-lg > .form-select,
.rtl .input-group-sm > .form-select {
  padding-right: 0;
  padding-left: 1.75rem;
}
.rtl .input-group > .input-group-text > .btn,
.rtl .sp-container .input-group > .input-group-text > button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > .input-group-text > .input-group-text,
.rtl .input-group > .input-group-text:not(:last-child) > .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .sp-container .input-group > .input-group-text:not(:last-child) > button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > .input-group-text:not(:last-child) > .input-group-text,
.rtl .input-group > .input-group-text:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .sp-container .input-group > .input-group-text:last-child > button:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > .input-group-text:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > .input-group-text > .btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .sp-container .input-group > .input-group-text > button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .input-group > .input-group-text > .input-group-text,
.rtl .input-group > .input-group-text:not(:first-child) > .btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .sp-container .input-group > .input-group-text:not(:first-child) > button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .input-group > .input-group-text:not(:first-child) > .input-group-text,
.rtl .input-group > .input-group-text:first-child > .btn:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .sp-container .input-group > .input-group-text:first-child > button:not(:first-child),
.rtl .input-group > .input-group-text:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .modal,
.rtl .modal-backdrop {
  right: 0;
  left: auto;
}
.rtl .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
.rtl .modal-footer > :not(:first-child) {
  margin-right: 0.25rem;
}
.rtl #modaldemo8 .modal-footer > :not(:first-child) {
  margin-right: 0;
  margin-left: 14px;
}
.rtl .modal-footer > :not(:last-child) {
  margin-right: 0;
  margin-left: 0.25rem;
}
.rtl .nav-tabs .nav-link + .nav-link {
  margin-left: 0;
  margin-right: 3px;
}
@media (min-width: 768px) {
  .rtl .main-nav .nav-link + .nav-link {
    padding-left: 0;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 15px;
    border-left: 0;
    border-right: 1px solid #949eb7;
  }
}
.rtl .main-nav-column .nav-link i {
  margin-right: 0;
  margin-left: 12px;
}
.rtl .main-nav-column .nav-link span {
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-nav-column .nav-link.active::before {
  left: auto;
  right: -28px;
}
.rtl .main-nav-tabs .lSSlideOuter {
  padding-left: 35px;
  padding-right: 32px;
}
.rtl .main-nav-tabs .lSAction > a.lSPrev {
  left: 0;
  right: -32px;
}
.rtl .main-nav-tabs .lSAction > a.lSNext {
  right: 0;
  left: -35px;
}
.rtl .nav-link.with-sub .angle {
  right: 0;
  left: 25px;
}
.rtl .nav-link.with-sub .side-badge {
  right: 0;
  left: 44px;
}
.rtl .nav-link .side-badge {
  left: 20px;
  right: 0;
}
.rtl .nav-sub-item .sub-angle {
  right: 0;
  left: 25px;
  margin-left: 0;
  margin-right: auto;
}
.rtl .page-item + .page-item {
  margin-left: 0;
  margin-right: 1px;
}
.rtl .page-link i {
  transform: rotate(180deg);
}
.rtl .page-link {
  margin-left: 0;
  margin-right: 0;
}
.rtl .pagination-circled .page-item + .page-item {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .pagination {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .page-link {
  margin-left: auto;
  margin-right: -1px;
}
.rtl .page-item:first-child .page-link {
  margin-left: auto;
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rtl .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.rtl .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.rtl .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.rtl .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.rtl .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.rtl .pagination li a {
  margin-right: auto;
  margin-left: 4px !important;
}
.rtl .popover-head-primary.bs-popover-start .popover-arrow,
.rtl .popover-head-primary.bs-popover-auto[data-popper-placement^=start] .popover-arrow {
  right: 0;
  left: -7px;
}
.rtl .popover-head-primary.bs-popover-end .popover-arrow,
.rtl .popover-head-primary.bs-popover-auto[data-popper-placement^=end] .popover-arrow {
  left: 0;
  right: -7px;
}
.rtl .popover-head-secondary.bs-popover-start .popover-arrow,
.rtl .popover-head-secondary.bs-popover-auto[data-popper-placement^=start] .popover-arrow {
  right: 0;
  left: -7px;
}
.rtl .popover-head-secondary.bs-popover-end .popover-arrow,
.rtl .popover-head-secondary.bs-popover-auto[data-popper-placement^=end] .popover-arrow {
  left: 0;
  right: -7px;
}
.rtl .popover-primary.bs-popover-start .popover-arrow::after,
.rtl .popover-primary.bs-popover-auto[data-popper-placement^=start] .popover-arrow::after {
  border-left-color: transparent;
  border-right-color: var(--primary-bg-color);
}
.rtl .popover-primary.bs-popover-end .popover-arrow::after,
.rtl .popover-primary.bs-popover-auto[data-popper-placement^=end] .popover-arrow::after {
  border-right-color: transparent;
  border-left-color: var(--primary-bg-color);
}
.rtl .popover-secondary.bs-popover-start .popover-arrow::after,
.rtl .popover-secondary.bs-popover-auto[data-popper-placement^=start] .popover-arrow::after {
  border-left-color: transparent;
  border-right-color: var(--primary-bg-color);
}
.rtl .popover-secondary.bs-popover-end .popover-arrow::after,
.rtl .popover-secondary.bs-popover-auto[data-popper-placement^=end] .popover-arrow::after {
  border-right-color: transparent;
  border-left-color: var(--primary-bg-color);
}
.rtl .popover {
  left: auto;
  right: 0;
  text-align: right;
}
.rtl .bs-popover-bottom .popover-header::before,
.rtl .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -0.5rem;
}
.rtl .popover-static-demo .bs-popover-top .popover-arrow,
.rtl .popover-static-demo .bs-popover-auto[data-popper-placement^=top] .popover-arrow,
.rtl .popover-static-demo .bs-popover-bottom .popover-arrow,
.rtl .popover-static-demo .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -5px;
}
.rtl .dt-buttons.btn-group {
  right: 156px;
  left: auto;
}
.rtl .btn-primary.data-table-btn {
  left: auto;
  right: 185px;
}
@media (max-width: 1363px) {
  .rtl .dt-buttons.btn-group {
    left: auto;
    right: 0;
  }
}
.rtl .tooltip-primary.bs-tooltip-start .tooltip-arrow::before,
.rtl .tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: var(--primary-bg-color);
  border-right-color: var(--primary-bg-color);
}
.rtl .tooltip-primary.bs-tooltip-end .tooltip-arrow::before,
.rtl .tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: var(--primary-bg-color);
  border-left-color: var(--primary-bg-color);
}
.rtl .tooltip-secondary.bs-tooltip-start .tooltip-arrow::before,
.rtl .tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: var(--primary-bg-color);
  border-right-color: var(--primary-bg-color);
}
.rtl .tooltip-secondary.bs-tooltip-end .tooltip-arrow::before,
.rtl .tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: var(--primary-bg-color);
  border-left-color: var(--primary-bg-color);
}
.rtl .tooltip {
  text-align: right;
}
.rtl #tooltip-arrow-individual {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -2px;
}
.rtl .tooltip-inner .tooltip-static-demo .bs-tooltip-top .tooltip-arrow,
.rtl .tooltip-inner .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.rtl .tooltip-inner .tooltip-static-demo .bs-tooltip-bottom .tooltip-arrow,
.rtl .tooltip-inner .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -2px;
}
.rtl .tabs-style-3 .nav.panel-tabs li a {
  margin: 0 0 5px 5px;
}
.rtl .tab_wrapper.right_side > ul {
  float: left;
  padding-left: inherit;
  padding-right: 0;
}
.rtl .tab_wrapper.right_side > ul li {
  text-align: left;
}
.rtl .tab_wrapper.right_side > ul li:after {
  right: inherit;
  left: 0;
}
.rtl .tab_wrapper.right_side > ul li.active:after {
  right: inherit;
  left: 0;
}
.rtl .tab_wrapper.right_side > ul li.active:before {
  left: inherit;
  right: -2px;
}
.rtl .tab_wrapper.right_side .content_wrapper {
  float: right;
}
.rtl .tab_wrapper > ul li {
  float: right;
  margin: 0 0 0 5px;
}
.rtl .tab_wrapper > ul li.active:after {
  left: auto;
  right: 0;
}
.rtl .tab_wrapper .controller {
  right: auto;
  left: 0;
}
.rtl .tab_wrapper .controller span.next {
  float: left;
  margin-left: auto;
  margin-right: 10px;
}
.rtl .tab_wrapper .content_wrapper {
  float: right;
}
.rtl .tab_wrapper .content_wrapper .accordian_header.active:after {
  left: auto;
  right: 0;
}
.rtl .tab_wrapper .content_wrapper .accordian_header .arrow {
  float: left;
  border-left: 0;
  border-right: 3px solid #cdd2e0;
}
.rtl .tab_wrapper.left_side > ul {
  float: right;
  padding-left: inherit;
  padding-right: 0;
}
.rtl .tab_wrapper.left_side > ul li:after {
  left: auto;
  right: 0;
}
.rtl .tab_wrapper.left_side > ul li.active:after {
  left: auto;
  right: 0;
}
.rtl .tab_wrapper.left_side > ul li.active:before {
  left: -1px;
  right: auto;
}
.rtl .tab_wrapper.left_side .content_wrapper {
  float: right;
}
.rtl .tab_wrapper.right_side > ul {
  float: left;
}
.rtl .tab_wrapper.right_side > ul li {
  text-align: left;
}
.rtl .tab_wrapper.right_side > ul li:after {
  right: inherit;
  left: 0;
}
.rtl .tab_wrapper.right_side > ul li.active:after {
  right: inherit;
  left: 0;
}
.rtl .tab_wrapper.right_side > ul li.active:before {
  left: inherit;
  right: -2px;
}
.rtl .tab_wrapper.right_side .content_wrapper {
  float: right;
}
.rtl .tab_wrapper .active_tab {
  padding-right: 0;
  padding-left: 50px;
}
.rtl .tab_wrapper .active_tab .arrow {
  right: 0;
  left: 6px;
}
.rtl .tab_wrapper .active_tab .arrow:after {
  border-right: 0;
  border-left: 3px solid #000;
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -6px;
}
@media only screen and (max-width: 768px) {
  .rtl .tab_wrapper.show-as-dropdown > .tab_list:before {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -7px;
  }
}
.rtl .ckbox span {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .ckbox span:empty {
  float: right;
}
.rtl .ckbox span:before,
.rtl .ckbox span:after {
  left: auto;
  right: 0;
}
.rtl .ckbox span:empty {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .custom-control {
  padding-left: 0;
  padding-right: 1.5rem;
}
.rtl .custom-control-inline {
  margin-right: auto;
  margin-left: 1rem;
}
.rtl .custom-control-label::before,
.rtl .custom-control-label::after {
  left: 0;
  right: -1.5rem;
}
.rtl .form-switch .custom-control-label::before {
  left: auto;
  right: -2.25rem;
}
.rtl .form-switch .custom-control-label::after {
  left: 0;
  right: calc(-2.25rem + 2px);
}
.rtl .form-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
}
.rtl .form-select[multiple],
.rtl .form-select[size]:not([size="1"]) {
  padding-right: 0;
  padding-left: 0.75rem;
}
.rtl .form-select-sm {
  padding-left: 28px !important;
  padding-right: 0.5rem !important;
}
.rtl .form-select-lg {
  padding-left: 0;
  padding-right: 1rem;
}
.rtl .form-file-label::after {
  right: auto;
  left: 0;
  border-left: 1px solid #e3e8f7;
  border-right: inherit;
}
.rtl .form-range::-ms-fill-upper {
  margin-right: auto;
  margin-left: 15px;
}
.rtl .p-text {
  margin-left: 10px;
  margin-right: 12px;
}
.rtl .example .demo-avatar-group .main-img-user::after {
  right: auto;
  left: 3px;
}
.rtl .demo-avatar-group.main-avatar-list-stacked .main-img-user::after {
  right: auto;
  left: 1px;
}
.rtl .main-img-user::after {
  right: auto;
  left: 0px;
}
.rtl .main-avatar::after {
  right: auto;
  left: 3px;
}
.rtl .avatar-md::after {
  right: auto;
  left: 2px;
}
.rtl .avatar-lg::after {
  right: auto;
  left: 4px;
}
.rtl .avatar-xl::after {
  right: auto;
  left: 5px;
}
.rtl .avatar-xxl::after {
  right: auto;
  left: 7px;
}
.rtl .demo-avatar-group .main-img-user + .main-img-user,
.rtl .demo-avatar-group .main-img-user + .main-avatar {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .demo-avatar-group .main-avatar + .main-img-user,
.rtl .demo-avatar-group .main-avatar + .main-avatar {
  margin-left: 0;
  margin-right: 5px;
}
@media (min-width: 576px) {
  .rtl .demo-avatar-group .main-img-user + .main-img-user,
  .rtl .demo-avatar-group .main-img-user + .main-avatar {
    margin-left: 0;
    margin-right: 5px;
  }
  .rtl .demo-avatar-group .main-avatar + .main-img-user,
  .rtl .demo-avatar-group .main-avatar + .main-avatar {
    margin-left: 0;
    margin-right: 5px;
  }
  .rtl .avatar-list .avatar:not(:last-child) {
    margin-right: 0 !important;
    margin-left: 5px !important;
  }
}
.rtl .wrapper.image-group .img-xs.rounded-circle {
  margin-right: 0;
  margin-left: -5px;
}
.rtl .avatar-list .avatar:not(:last-child) {
  margin-right: 0;
  margin-left: 0.5rem;
}
.rtl .list-group {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .list-group-horizontal .list-group-item {
  margin-right: 0;
  margin-left: -1px;
}
.rtl .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rtl .list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
@media (min-width: 576px) {
  .rtl .list-group-horizontal-sm .list-group-item {
    margin-right: 0;
    margin-left: -1px;
  }
  .rtl .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .rtl .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
@media (min-width: 768px) {
  .rtl .list-group-horizontal-md .list-group-item {
    margin-right: 0;
    margin-left: -1px;
  }
  .rtl .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .rtl .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
@media (min-width: 992px) {
  .rtl .list-group-horizontal-lg .list-group-item {
    margin-right: 0;
    margin-left: -1px;
  }
  .rtl .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .rtl .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
@media (min-width: 1200px) {
  .rtl .list-group-horizontal-xl .list-group-item {
    margin-right: 0;
    margin-left: -1px;
  }
  .rtl .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .rtl .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
.rtl .main-navbar {
  left: auto;
  right: 0;
}
.rtl .main-navbar .nav-link i {
  margin-right: auto;
  margin-left: 10px;
}
.rtl .main-navbar .nav-link.with-sub::after {
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-navbar .nav-link.with-sub::before {
  left: 0;
  right: 50%;
  margin-left: auto;
  margin-right: -7px;
  border-left-color: transparent;
  border-right-color: rgba(28, 39, 60, 0.12);
}
.rtl .main-navbar .nav-sub-item {
  margin-left: auto;
  margin-right: 30px;
}
.rtl .main-navbar .nav-sub-item > .nav-sub {
  left: auto;
  right: 176px;
}
.rtl .main-navbar .nav-sub-link.with-sub::after {
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-navbar .nav-sub-mega .nav li:not(.nav-sub-item) {
  margin-left: auto;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .rtl .main-navbar {
    left: 0;
    right: auto;
    border-right: 1px solid #e3e8f7;
    border-left: 0;
  }
}
@media (min-width: 992px) {
  .rtl .main-navbar .nav-item + .nav-item {
    border-left: 0;
    border-right: 1px dotted #eae8f1;
  }
}
@media (min-width: 992px) {
  .rtl .main-navbar .nav-link i {
    margin-right: auto;
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .rtl .main-navbar .nav-link.with-sub::after {
    margin-left: auto;
    margin-right: 4px;
  }
}
@media (min-width: 992px) {
  .rtl .main-navbar .nav-sub {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .rtl .main-navbar .nav-sub-item {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .rtl .main-navbar .nav-sub-item > .nav-sub > .nav-sub-item {
    margin-left: auto;
    margin-right: 37px;
  }
  .rtl .main-navbar .nav-sub-item > .nav-sub > .nav-sub-item > .nav-sub-link {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .rtl .main-navbar .nav-sub-link.with-sub::after {
    margin-left: 0;
    margin-right: 4px;
  }
}
@media (min-width: 992px) {
  .rtl .main-navbar .nav-sub-mega .container > div + div,
  .rtl .main-navbar .nav-sub-mega .container-fluid > div + div {
    border-left: 0;
    border-right: 1px solid rgba(28, 39, 60, 0.05);
  }
}
@media (min-width: 992px) {
  .rtl .main-navbar .nav-sub-mega .nav + .nav {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .rtl .main-navbar .nav-sub-mega .nav + .nav {
    margin-left: auto;
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .rtl .main-navbar .nav-sub-mega .nav li:not(.nav-sub-item) {
    margin-right: 0;
    margin-left: auto;
  }
}
.rtl .main-navbar-search .btn,
.rtl .main-navbar-search .sp-container button {
  right: auto;
  left: 0;
}
.rtl .sp-container .main-navbar-search button {
  right: auto;
  left: 0;
}
.rtl .main-navbar-two .nav-sub-item > .nav-sub {
  left: auto;
  right: 178px;
}
@media (min-width: 992px) {
  .rtl .main-navbar-two .nav-item.active::before {
    left: 12px;
    right: 0;
  }
}
.rtl .main-navbar-three .nav-item + .nav-item {
  border-left-width: 1px;
  border-right-width: 0;
  padding-left: inherit;
  padding-right: 0;
}
.rtl .main-navbar-three .nav-sub-item .nav-sub {
  left: auto;
  right: 182px;
}
@media (min-width: 992px) {
  .rtl .main-navbar-three .nav-item + .nav-item {
    margin-right: 25px;
    margin-left: auto;
  }
}
.rtl .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}
.rtl .navbar-nav {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .navbar-form.active .input-group-btn {
  right: auto;
  left: 12px;
}
.rtl .ps > .ps__rail-y {
  left: 0 !important;
  right: auto;
}
.rtl .ps > .ps__rail-y > .ps__thumb-y {
  left: auto;
  right: 4px;
}
.rtl .rdiobox span {
  padding-left: 0;
  padding-right: 13px;
}
.rtl .rdiobox span:before {
  left: auto;
  right: 0;
}
.rtl .rdiobox span:after {
  left: auto;
  right: 5px;
}
.rtl .rdiobox span:empty {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .form-group-rdiobox .rdiobox + .rdiobox {
  margin-right: 30px;
  margin-left: auto;
}
.rtl .form-group-rdiobox .rdiobox span {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .tag-addon {
  margin: 0 0.5rem 0 -0.5rem;
}
.rtl .tag-addon:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.rtl .tag-avatar {
  margin: 0 -0.5rem 0 0.5rem;
}
.rtl .tags > .tag:not(:last-child) {
  margin-right: auto;
  margin-left: 0.5rem;
}
.rtl .vtimeline:before {
  right: 50%;
  left: auto;
  margin-right: -1.5px;
  margin-left: auto;
}
.rtl .vtimeline .timeline-wrapper {
  padding-right: 0;
  padding-left: 90px;
}
.rtl .vtimeline .timeline-wrapper .timeline-panel {
  margin-left: auto;
  margin-right: 15%;
}
.rtl .vtimeline .timeline-wrapper .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right: 14px solid #ecf0fa;
  border-left: 0 solid #ecf0fa;
}
.rtl .vtimeline .timeline-wrapper .timeline-badge {
  left: 0;
  right: 48.5%;
}
.rtl .vtimeline .timeline-wrapper.timeline-inverted {
  padding-right: 90px;
  padding-left: 0;
}
.rtl .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
  margin-left: 15%;
  margin-right: auto;
}
.rtl .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
  border-left-width: 14px;
  border-right-width: 0;
  left: auto;
  right: -14px;
}
@media (max-width: 767px) {
  .rtl .vtimeline:before {
    left: auto !important;
    right: 26px !important;
  }
  .rtl .vtimeline .timeline-wrapper {
    padding-left: 0 !important;
    padding-right: inherit !important;
  }
  .rtl .vtimeline .timeline-wrapper .timeline-badge {
    left: auto !important;
    right: 0 !important;
  }
  .rtl .vtimeline .timeline-wrapper .timeline-panel {
    margin-right: 16% !important;
    margin-left: auto !important;
  }
  .rtl .vtimeline .timeline-wrapper .timeline-panel:after {
    border-left: 14px solid #ecf0fa !important;
    border-right: 0 solid #ecf0fa !important;
    right: -14px !important;
    left: auto !important;
  }
  .rtl .vtimeline .timeline-wrapper.timeline-inverted {
    padding-left: inherit !important;
    padding-right: 0 !important;
  }
}
.rtl .latest-timeline-1 ul.timeline-1:before {
  left: auto;
  right: 20px;
  border-left: 0;
  border-right: 2px dotted #c0ccda;
}
.rtl .latest-timeline-1 ul.timeline-1 > li {
  padding-left: inherit;
  padding-right: 0.9rem;
}
.rtl .latest-timeline-1 ul.timeline-1 > li .product-icon {
  left: auto;
  right: 1px;
}
.rtl .latest-tasks .tasks .span {
  margin-right: 1.3rem;
  margin-left: auto;
}
.rtl .latest-tasks .label,
.rtl .latest-tasks .time {
  margin-left: auto;
  margin-right: 1.3rem;
}
.rtl .latest-tasks .check-box .ckbox span:before {
  left: auto;
  right: 0;
}
.rtl .image-grouped img {
  margin-right: auto !important;
  margin-left: -0.6em !important;
}
.rtl .activity-list:before {
  margin: 20px 22px 0 20px;
}
.rtl .activity .item-activity {
  margin-left: auto;
  margin-right: 60px;
}
@media (max-width: 576px) {
  .rtl .vtimeline .timeline-wrapper .timeline-panel {
    margin-left: auto !important;
    margin-right: 30% !important;
  }
}
.rtl .main-toggle span {
  right: 3px;
  left: auto;
}
.rtl .main-toggle span::before {
  right: -25px;
  left: auto;
}
.rtl .main-toggle span::after {
  right: auto;
  left: -29px;
}
.rtl .main-toggle.on span {
  right: 37px;
  left: auto;
}
.rtl .main-toggle-group-demo .main-toggle + .main-toggle {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .close {
  float: left;
}
.rtl .embed-responsive .embed-responsive-item,
.rtl .embed-responsive iframe,
.rtl .embed-responsive embed,
.rtl .embed-responsive object,
.rtl .embed-responsive video {
  right: 0;
  left: auto;
}
.rtl .main-body::before {
  left: auto;
  right: 70%;
}
.rtl .horizontal-nav .mega-dropdown-menu:before {
  right: auto;
  left: 16px;
}
.rtl .mega-dropdown-menu:after {
  right: 16px;
  left: auto;
}
.rtl .drop-icon-wrap .drop-icon-item {
  float: right;
}
.rtl .flag > a::before {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -7px;
  border-left-color: transparent;
  border-right-color: #d0d7e8;
}
.rtl .dropdown-toggle-1::after {
  right: auto;
  left: 9px;
}
.rtl .dropdown-toggle-2::after {
  right: auto;
  left: 0px;
}
.rtl .arrow-ribbon {
  left: auto;
  right: 0px;
}
.rtl .arrow-ribbon:before {
  right: auto;
  left: 0;
  left: -15px;
  border-left: 0;
  border-right: 15px solid #000;
}
.rtl .mega-menu:before,
.rtl .mega-menu:after {
  right: 14px;
  left: auto;
}
.rtl .flag-text:before {
  right: auto;
  left: 0;
}
.rtl .drop-flag .dropdown-menu {
  left: -10px;
  right: auto;
}
.rtl .dropdown-item .content {
  margin-left: auto;
  margin-right: 15px;
}
.rtl .avatar-status {
  right: auto;
  left: 5px;
}
.rtl .user-pro-body .profile-status {
  right: auto;
  left: 98px;
}
.rtl .user-pro-body .profile-status:before {
  right: auto;
  left: -6px;
}
.rtl .pulse,
.rtl .pulse-danger {
  right: auto;
  left: 8px;
}
.rtl .pulse:before,
.rtl .pulse-danger:before {
  right: auto;
  left: -4px;
}
.rtl .main-message-list a .desc,
.rtl .main-message-list a .name {
  margin-right: 10px;
  margin-left: auto;
}
.rtl .notifyimg i {
  float: right;
}
.rtl .sales-card .sales-icon {
  right: auto;
  left: -30px;
}
.rtl .sales-session {
  margin-left: auto;
  margin-right: 0;
  padding-left: inherit;
  padding-right: 0;
}
.rtl .product-timeline ul.timeline-1:before {
  margin: 20px 22px 0 20px;
  right: -2px;
  left: 0;
  border-left: 0;
  border-right: 2px dotted #c0ccda;
}
.rtl .product-timeline ul.timeline-1 > li {
  padding-left: inherit;
  padding-right: 1rem;
}
.rtl .product-timeline ul.timeline-1 > li .product-icon {
  left: auto;
  right: 3px;
}
.rtl .order-list .list {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .pricing-card .list-unstyled {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .demo-gallery > ul > li a {
  float: right;
}
.rtl .demo-gallery > ul > li a .demo-gallery-poster > img {
  right: 50%;
  left: auto;
  margin-left: auto;
  margin-right: -10px;
}
.rtl .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  right: 50%;
  left: auto;
  margin-left: auto;
  margin-right: -10px;
}
.rtl .demo-gallery .video .demo-gallery-poster img {
  margin-left: auto;
  margin-right: -24px;
}
.rtl .product-details .media img {
  margin-right: auto;
  margin-left: 20px;
}
.rtl .preview-thumbnail.nav-tabs li {
  margin-right: auto;
  margin-left: 2.5%;
}
.rtl .preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: auto;
  margin-left: 0;
}
.rtl .size {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .size:first-of-type {
  margin-right: 40px;
}
.rtl .colorinput-color:before {
  right: 0.25rem;
  left: auto;
}
.rtl .item-card .cardprice {
  left: 15px;
  right: auto;
}
.rtl .icons-list {
  margin: 0 0 -1px -1px;
}
.rtl pre {
  border-top-right-radius: 0;
  border-top-left-radius: 7px;
}
.rtl .clipboard-icon {
  right: auto;
  left: 10px;
}
.rtl .sub-menu li a:before,
.rtl .mega-menubg.hor-mega-menu li a:before {
  margin-right: auto;
  margin-left: 8px;
  right: 8px;
  left: auto;
}
.rtl .qunatity-list {
  margin-right: 0;
  margin-left: auto;
  padding-left: 0;
  padding-right: 6px;
}
.rtl .chips .chip {
  margin: 0 0 0.5rem 0.5rem;
}
.rtl .chip .avatar {
  float: right;
  margin: 0 -0.75rem 0 0.5rem;
}
.rtl .team i {
  margin-right: 10px;
  margin-left: auto;
  float: left;
}
.rtl #back-to-top {
  right: auto;
  left: 20px;
}
@media (min-width: 768px) {
  .rtl .main-dashboard-header-right > div {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .rtl .main-dashboard-header-right > div + div {
    margin-left: auto;
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .rtl .main-dashboard-header-right > div + div {
    margin-right: 50px;
    margin-left: auto;
  }
}
.rtl .main-star span {
  margin-right: 5px;
  margin-left: auto;
}
.rtl .card-dashboard-eight .list-group-item p {
  margin-right: 10px;
  margin-left: auto;
}
.rtl .card-dashboard-eight .list-group-item span {
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-content-header-right .media + .media {
  margin-left: auto;
  margin-right: 20px;
  padding-left: inherit;
  padding-right: 20px;
  border-left: 0;
  border-right: 1px solid #eae8f1;
}
.rtl .main-content-header-right .btn:first-of-type,
.rtl .main-content-header-right .sp-container button:first-of-type {
  margin-left: auto;
  margin-right: 30px;
}
.rtl .sp-container .main-content-header-right button:first-of-type {
  margin-right: 30px;
  margin-left: auto;
}
.rtl .main-content-header-right .btn + .btn,
.rtl .main-content-header-right .sp-container button + .btn {
  margin-right: 5px;
  margin-left: auto;
}
.rtl .sp-container .main-content-header-right button + .btn,
.rtl .main-content-header-right .sp-container .btn + button,
.rtl .sp-container .main-content-header-right .btn + button,
.rtl .main-content-header-right .sp-container button + button,
.rtl .sp-container .main-content-header-right button + button {
  margin-right: 5px;
  margin-left: auto;
}
.rtl .dropdown-menu-arrow:after {
  right: auto;
  left: 16px;
}
.rtl .dropdown-menu-start {
  right: auto !important;
  left: 0 !important;
}
.rtl .total-revenue label span {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .total-revenue > div + div {
  margin-left: auto;
  margin-right: 20px;
  padding-left: inherit;
  padding-right: 20px;
}
.rtl .progress-style.progress .progress-bar:after {
  right: auto;
  left: -5px;
}
.rtl .progress-style .progress-bar {
  float: right;
}
.rtl .br-be-7 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 7px !important;
}
.rtl .br-bs-7 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 7px !important;
}
@media (max-width: 920px) {
  .rtl.sidebar-mini .main-dashboard-header-right > div label {
    text-align: right;
  }
}
@media (max-width: 576px) {
  .rtl .total-revenue > div + div {
    margin-left: auto !important;
    margin-right: 20px !important;
    padding-right: 3px !important;
    padding-left: inherit !important;
  }
}
.rtl .success-widget h3:after {
  left: auto;
  right: 0.5em;
}
.rtl .success-widget h3:before {
  right: auto;
  left: 0.5em;
}
.rtl .danger-widget h3:after,
.rtl .warning-widget h3:after {
  right: 0.5em;
  left: auto;
}
.rtl .danger-widget h3:before,
.rtl .warning-widget h3:before {
  right: auto;
  left: 0.5em;
}
.rtl .card .box {
  left: auto;
  right: 0;
}
.rtl .userlist-table .user-link {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .dot-label {
  right: 7px;
  left: auto;
}
@media (max-width: 576px) {
  .rtl .profile.navtab-custom li a {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
.rtl .userlist-table .dot-label {
  left: auto;
  right: -6px;
}
@media (min-width: 992px) {
  .rtl .top-header .main-header-center {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}
@media (max-width: 991px) {
  .rtl .navbar-form.active .input-group-btn {
    right: auto !important;
    left: 24px !important;
  }
}
.rtl .panel-heading1 a:before {
  right: auto;
  left: 10px;
}
@media (min-width: 1200px) {
  .rtl .main-nav-line-chat .nav-link + .nav-link {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 1145px) and (min-width: 992px) {
  .rtl .main-nav-line-chat .nav-link + .nav-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .rtl .main-body.active.menu-open .horizontalMenucontainer .main-header {
    left: 0;
    right: auto;
  }
}
.rtl .boxed .media-body div:first-child {
  float: right;
}
.rtl .boxed .card .b-p-apex {
  padding-left: inherit !important;
  padding-right: 0px !important;
}
.rtl #mrg-8 {
  margin-right: auto;
  margin-left: 8px;
}
.rtl .timeline-1 {
  padding-left: inherit !important;
  padding-right: revert !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .rtl.app.sidebar-mini.sidenav-toggled .main-chat-footer {
    margin-left: auto !important;
    margin-right: 80px !important;
  }
  .rtl.app.sidebar-mini .main-chat-footer {
    margin-left: auto !important;
    margin-right: 239px !important;
  }
}
.rtl .l-c-r {
  padding-right: revert !important;
  padding-left: inherit !important;
}
.rtl .breadcrumb-item + .breadcrumb-item::before {
  padding-right: inherit;
  padding-left: 0.5rem;
}
@media (min-width: 992px) {
  .rtl .app-content {
    margin-left: 0;
    margin-right: 240px;
  }
}
.rtl *::-ms-backdrop,
.rtl .horizontalMenucontainer .main-header-left {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.rtl *::-ms-backdrop,
.rtl .chat .action-header {
  padding: 10px 17px 1px 13px;
}
.rtl *::-ms-backdrop,
.rtl.sidebar-mini .main-header-left .btn {
  margin-right: 60px;
  margin-left: auto;
  left: auto;
  right: 250px;
}
.rtl *::-ms-backdrop,
.rtl.sidebar-mini .main-content.app-content .main-header-left {
  margin-right: 0;
  margin-left: auto;
}
.rtl *::-ms-backdrop,
.rtl .datetimepicker table th.next {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
.rtl *::-ms-backdrop,
.rtl .datetimepicker table th.prev {
  border-top-right-radius: 0;
  border-top-left-radius: 3px;
}
@media (min-width: 992px) {
  .rtl *::-ms-backdrop,
  .rtl.sidebar-mini .main-header-left {
    margin-left: auto;
    margin-right: 80px;
  }
  .rtl *::-ms-backdrop,
  .rtl.sidebar-mini .main-header .main-header-left .header-brand {
    margin-right: auto;
    margin-left: 80px;
  }
}
.rtl *::-ms-backdrop,
.rtl .btn-icon-list .btn {
  margin-left: 10px;
  margin-right: auto;
}
.rtl *::-ms-backdrop,
.rtl .fc-datepicker.main-datepicker.hasDatepicker {
  border-right: 1px solid #e3e8f7 !important;
  border-left: 0 !important;
}
@media (min-width: 992px) {
  .rtl *::-ms-backdrop,
  .rtl .tasks .ckbox {
    margin-right: auto;
    margin-left: 10px;
  }
  .rtl *::-ms-backdrop,
  .rtl .app-sidebar__toggle {
    margin-right: auto !important;
    margin-left: 30px !important;
  }
}
@media (max-width: 767px) {
  .rtl *::-ms-backdrop,
  .rtl .main-header-left .responsive-logo {
    margin-right: 40px !important;
    margin-left: auto !important;
  }
  .rtl *::-ms-backdrop,
  .rtl.sidebar-mini .main-header .main-header-left .header-brand {
    margin-right: 30px;
    margin-left: auto;
  }
}
.rtl *::-ms-backdrop,
.rtl #list3 me-4 {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.rtl .adtocart {
  left: auto;
  right: 40%;
}
.rtl .prod-cat li ul {
  margin-left: auto;
  margin-right: 44px;
}
.rtl .nav.prod-cat li a i {
  margin-left: 14px;
  margin-right: auto;
}
.rtl .product-sale {
  left: 5px;
  right: 13px;
}
.rtl .product-sale .wishlist {
  float: left;
  right: auto;
  left: 26px;
}
.rtl .shopping-cart .product-item .product-thumb,
.rtl .wishlist-table .product-item .product-thumb,
.rtl .order-table .product-item .product-thumb {
  padding-right: inherit;
  padding-left: 0;
}
.rtl .shopping-cart .product-item .product-title small,
.rtl .wishlist-table .product-item .product-title small,
.rtl .order-table .product-item .product-title small {
  margin-left: auto;
  margin-right: 6px;
}
.rtl .shopping-cart-footer > .column:last-child {
  text-align: left;
}
.rtl .shopping-cart-footer > .column:last-child .btn {
  margin-right: 15px;
  margin-left: 0;
}
.rtl .coupon-form .form-control {
  margin-right: 0;
  margin-left: 12px;
}
.rtl .widget-user .widget-user-image {
  left: auto;
  right: 50%;
  margin-right: -45px;
  margin-left: auto;
}
.rtl .user-wideget .border-end {
  border-right: 0 !important;
  border-left: 1px solid #f4f4f4;
}
@media (max-width: 991.98px) {
  .rtl .main-header-menu-show .main-header-menu {
    border-right: 0;
    border-left: 1px solid rgba(28, 39, 60, 0.08);
  }
}
@media (max-width: 633px) {
  .rtl .profile-name.ml-2 {
    margin-right: 0;
    margin-left: auto;
  }
}
.rtl .main-header-left .list-items li i {
  margin-right: auto;
  margin-left: 15px;
}
.rtl .main-logo i {
  margin-right: auto;
  margin-left: 8px;
}
.rtl .main-header-menu-icon {
  margin-right: auto;
  margin-left: 10px;
}
.rtl .main-header-menu-icon span::before,
.rtl .main-header-menu-icon span::after {
  left: auto;
  right: 0;
}
.rtl .main-header-menu {
  left: auto;
  right: 0;
}
.rtl .main-header-menu .nav-item::before {
  margin-right: 25px;
  margin-left: auto;
  border-left: 0;
  border-right: 2px solid rgba(28, 39, 60, 0.12);
}
.rtl .main-header-menu .nav-item > .nav-link.with-sub::after {
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-header-menu .nav-item > .nav-link .typcn {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .main-header-menu .nav-item.active > .nav-link::before {
  left: auto;
  right: -20px;
}
@media (min-width: 992px) {
  .rtl .main-header-menu {
    border-right: 1px solid #e3e8f7;
    border-left: 0;
  }
}
@media (min-width: 992px) {
  .rtl .main-header-menu .nav-item + .nav-item {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .rtl .main-header-menu .nav-item > .nav-link.with-sub::after {
    margin-left: auto;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .rtl .main-header-menu .nav-item > .nav-link .typcn {
    margin-right: auto;
    margin-left: 7px;
  }
}
.rtl .main-menu-sub {
  margin-left: auto;
  margin-right: 32px;
}
@media (min-width: 992px) {
  .rtl .main-menu-sub {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .rtl .main-menu-sub-mega .container > div + div {
    border-left: 0;
    border-right: 1px solid rgba(28, 39, 60, 0.05);
  }
}
@media (min-width: 992px) {
  .rtl .main-menu-sub-mega .nav + .nav {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .rtl .main-menu-sub-mega .nav + .nav {
    margin-right: 25px;
    margin-left: auto;
  }
}
.rtl .main-header-right .btn-social + .btn-social {
  margin-right: 10px;
  margin-left: auto;
}
.rtl .main-header-right .btn-buy {
  margin-left: auto;
  margin-right: 20px;
}
.rtl .main-header-search-link {
  margin-right: auto;
  margin-left: 15px;
}
.rtl .main-profile-menu > .profile-name::after {
  left: 0;
  right: 50%;
  margin-left: auto;
  margin-right: -7px;
  border-left-color: transparent;
  border-right-color: var(--primary-bg-color);
}
.rtl .main-header-notification .dropdown-menu,
.rtl .main-header-message .dropdown-menu {
  right: auto;
  left: -10px;
}
.rtl .main-notification-list .media-body {
  margin-left: auto;
  margin-right: 15px;
}
.rtl .main-profile-menu > .main-img-user::before {
  right: 0;
  left: -90px;
  margin-left: auto;
  margin-right: -7px;
  border-left-color: transparent;
  border-right-color: #d0d7e8;
}
.rtl .main-profile-menu .dropdown-menu {
  right: auto;
  left: -10px;
}
.rtl .main-profile-menu .dropdown-item i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .main-header form[role=search] {
  right: auto;
  left: 0;
}
.rtl .main-header form[role=search].active {
  left: 0;
  border-left: 0;
  border-right: 1px solid #e3e3f7;
  right: -1px;
}
.rtl .main-header form[role=search].active input {
  padding-left: inherit;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .rtl .main-header-menu-icon {
    margin-right: auto !important;
    margin-left: 8px !important;
  }
}
@media (min-width: 992px) {
  .rtl .main-header-left .btn {
    right: auto;
    left: 12px;
    padding-right: inherit;
    padding-left: 13px;
  }
}
.rtl .header-megamenu-dropdown i {
  margin-right: auto;
  margin-left: 3px;
}
.rtl .main-header-arrow {
  right: 0;
  left: auto;
}
@media (min-width: 992px) {
  .rtl .main-header {
    right: 0;
    left: auto;
    padding-right: 240px;
    padding-left: 0;
  }
}
.rtl .horizontalMenucontainer .main-header.hor-header {
  padding-right: 0;
  padding-left: inherit;
}
@media (max-width: 320px) {
  .rtl .main-profile-menu {
    padding-right: 7px !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 576px) {
  .rtl .main-header .dropdown-menu:after {
    right: auto;
    left: 19px;
  }
}
.rtl .desktoplogo {
  float: right;
}
.rtl .horizontalMenu > .horizontalMenu-list {
  text-align: right;
}
.rtl .horizontalMenu > .horizontalMenu-list > li {
  float: right;
}
.rtl .horizontalMenu > .horizontalMenu-list > li:last-child > a {
  border-right: 1px solid #e3e8f7;
  border-left: 0px;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > a i {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > a .arrow:after {
  float: left;
  right: auto;
  left: 11px;
  margin: 0 14px 0 0;
  text-align: left;
}
.rtl .horizontalMenu > .horizontalMenu-list > li.rightmenu {
  float: left;
}
.rtl .horizontalMenu > .horizontalMenu-list > li.rightmenu a {
  padding: 0px 20px 0px 30px;
  border-right: 1px solid #e3e8f7;
  border-left: none;
}
.rtl .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch {
  float: left;
}
.rtl .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input {
  float: left;
  right: auto;
  left: 0;
}
.rtl .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle {
  right: auto;
  left: 0;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
  border-left: 0 none;
  border-right: 1px solid #e3e8f7;
  text-align: right;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a > i {
  margin-right: auto;
  margin-left: 9px;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
  left: auto;
  right: 100%;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  border-left: 0 none;
  border-right: 1px solid #e3e8f7;
  text-align: right;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  margin-right: auto;
  margin-left: 9px;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  left: auto;
  right: 100%;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  border-left: 0 none;
  border-right: 1px solid #e3e8f7;
  text-align: right;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  margin-right: auto;
  margin-left: 9px;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
  left: auto;
  right: 0px;
  text-align: right;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
  padding: 5px 0px 5px 5px;
  text-align: right;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li {
  text-align: right;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
  border-left: 0 none;
  border-right: 1px solid #e3e8f7;
  text-align: right;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li i {
  margin-right: auto;
  margin-left: 5px;
  margin-right: auto;
  margin-left: 5px;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=submit] {
  float: left;
  margin-right: auto;
  margin-left: 15px;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type=button] {
  float: left;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu .sub-menu-sub:after {
  right: auto;
  left: 14px;
}
@media only screen and (max-width: 991px) {
  .rtl .horizontalMenu {
    right: auto;
    left: 0;
  }
  .rtl .horizontalMenu > .horizontalMenu-list {
    margin-left: auto;
    margin-right: -240px;
    border-right: 0;
    border-left: 1px solid #e8ebf4;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li {
    border-right: 1px solid #e3e8f7;
    border-left: none;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > a {
    padding: 8px 17px 8px 32px;
    text-align: right;
    border-right: 1px solid #e3e8f7;
    border-left: solid 0px;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
    padding: 10px 36px 10px 0px;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li span + a {
    padding-right: inherit;
    padding-left: 30px;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    left: auto;
    right: 100%;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding: 10px 62px 10px 0px;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:before {
    left: auto;
    right: 45px;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li span + a {
    padding-right: inherit;
    padding-left: 30px;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    left: auto;
    right: 100%;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding: 10px 80px 10px 0px;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li span + a {
    padding-right: inherit;
    padding-left: 30px;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
    padding: 10px 0px 10px 8px;
  }
  .rtl .horizontal-header {
    left: auto;
    right: 0;
  }
  .rtl .callusbtn {
    right: auto;
    left: 5px;
  }
  .rtl .animated-arrow {
    left: auto;
    right: 0;
    padding: 14px 0px 16px 35px;
    margin: 18px 15px 0 0px;
  }
  .rtl .horizontal-overlapbg {
    right: auto;
    left: 0;
  }
  .rtl .active .horizontalMenucontainer {
    margin-right: 240px;
    margin-left: auto;
  }
  .rtl .active .horizontalMenu > .horizontalMenu-list {
    margin-left: auto;
    margin-right: 0;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > .horizontalMenu-click {
    right: auto;
    left: 0;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > .horizontalMenu-click > i {
    margin-right: auto;
    margin-left: 10px;
    float: left;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 {
    right: auto;
    left: 0;
  }
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 > i {
    float: left;
  }
  .rtl .mega-menubg.hor-mega-menu ul {
    margin-right: 0;
    margin-left: auto;
    padding-left: inherit;
    padding-right: 0;
  }
  .rtl .desktop-logo {
    margin-left: auto !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 549px) {
  .rtl .desktop-logo-1 {
    margin-left: auto;
    margin-right: 0;
  }
  .rtl .horizontalMenucontainer .header-brand {
    margin-left: auto;
    margin-right: 3rem;
  }
}
@media (min-width: 992px) {
  .rtl .side-badge {
    right: auto;
    left: 21px;
  }
}
.rtl .sub-menu li a:before {
  left: auto;
  right: 12px;
}
.rtl .mega-menubg li a:before {
  left: auto;
  right: 6px;
}
.rtl .horizontalMenu > .horizontalMenu-list > li > a i.horizontal-icon {
  margin-right: auto;
  margin-left: 0;
}
.rtl .hor-icon {
  margin-right: auto;
  margin-left: 3px;
}
.rtl .horizontal-badge {
  margin-left: auto;
  margin-right: 1px;
}
.rtl .horizontalMenucontainer .side-menu__icon {
  margin-right: auto;
  margin-left: 7px;
}
@media (max-width: 991px) {
  .rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:before {
    right: 62px;
    left: auto;
  }
}
.rtl .main-iconbar {
  left: auto;
  right: 0;
}
.rtl .main-iconbar-logo::after {
  left: auto;
  right: 20px;
}
.rtl .main-iconbar-aside {
  left: auto;
  right: 64px;
}
@media (min-width: 1200px) {
  .rtl .main-iconbar-aside {
    border-right: 1px solid #e3e8f7;
    border-left: 0;
  }
}
@media (min-width: 1200px) {
  .rtl .main-iconbar-aside.show + .main-content {
    margin-left: auto;
    margin-right: 294px;
  }
}
.rtl .main-iconbar-header {
  padding-left: inherit;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .rtl .main-iconbar-toggle-menu::before {
    left: 0;
    right: -1px;
    border-left: 0;
    border-right: 2px solid #242f48;
  }
}
.rtl .main-iconbar-body {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .main-iconbar-body .nav {
  border-left: 0;
  border-right: 2px solid #eae8f1;
  padding-left: inherit;
  padding-right: 20px;
}
.rtl .main-iconbar-body .nav-link i {
  margin-right: auto;
  margin-left: 10px;
}
.rtl .main-iconbar-body .nav-link.with-sub::after {
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-iconbar-body .nav-sub .nav-sub-item {
  margin-left: auto;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .rtl .main-iconbar-body .nav-link.with-sub::after {
    margin-left: auto;
    margin-right: 4px;
  }
}
@media (max-width: 991.98px) {
  .rtl .main-content-left-show .main-content-left {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: 1px solid #e3e8f7;
  }
}
.rtl .main-content-right {
  padding-left: 0;
  padding-right: 25px;
  margin-right: 25px;
  margin-left: auto;
}
.rtl .main-content.horizontal-content {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .rtl .main-content {
    margin-left: 0;
    margin-right: 240px;
  }
  .rtl .main-body.main-sidebar-hide .main-content {
    margin-right: 80px !important;
    margin-left: auto !important;
  }
}
.rtl .main-content-left-components {
  border-right: 0;
  border-left: 1px solid #eae8f1;
}
.rtl .main-header-profile .main-img-user::after {
  right: auto;
  left: 6px;
}
.rtl .main-profile-menu .profile-user img {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .rtl .main-content-left-profile {
    padding-right: 0;
    padding-left: 20px;
    border-right: 0;
    border-left: 1px solid #e3e8f7;
  }
}
@media (min-width: 1200px) {
  .rtl .main-content-left-profile {
    padding-right: 0;
    padding-left: 25px;
  }
}
.rtl .main-profile-social-list .media-body {
  margin-left: auto;
  margin-right: 20px;
}
.rtl .main-content-body-profile .nav {
  padding: 20px 0px 20px 20px;
}
@media (min-width: 992px) {
  .rtl .main-content-body-profile .nav {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .rtl .main-content-body-profile .nav {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .rtl .main-content-body-profile .main-nav-line .nav-link + .nav-link {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .rtl .main-profile-body {
    padding: 25px 20px 0 0px;
  }
}
@media (min-width: 1200px) {
  .rtl .main-profile-body {
    padding-left: 0;
    padding-right: 25px;
  }
}
.rtl .main-profile-view-info {
  left: auto;
  right: 0;
}
.rtl .main-profile-view-info span {
  margin-left: auto;
  margin-right: 5px;
}
.rtl .main-profile-work-list .media-body {
  margin-left: auto;
  margin-right: 20px;
}
.rtl .main-profile-contact-list .media-body {
  margin-left: auto;
  margin-right: 25px;
}
@media (max-width: 578px) {
  .rtl .main-profile-menu .profile-user img {
    margin-right: 0;
    margin-left: auto;
  }
}
.rtl .profile-user .profile-edit {
  right: auto !important;
  left: 0;
}
.rtl .main-profile-body .card-header {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .drop-down-profile span.assigned-task {
  left: 0;
  right: auto;
}
@media (max-width: 575px) {
  .rtl .main-content-body-profile .main-nav-line .nav-link.active::before {
    left: auto;
    right: 0px;
  }
}
@media (max-width: 767.98px) {
  .rtl .main-profile-menu .profile-user img {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
.rtl .profile.navtab-custom li a {
  margin-right: auto;
  margin-left: 7px;
}
.rtl .main-sidebar-body .nav-sub-item {
  margin-right: 55px;
  margin-left: auto;
}
.rtl .main-sidebar {
  border-right: 1px solid #d8dfea;
  border-left: 0;
}
@media (max-width: 991.98px) {
  .rtl .main-sidebar {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .rtl .main-sidebar {
    border-right-width: 0;
    border-left-width: 1px;
  }
  .rtl .main-sidebar-hide .main-sidebar-body .nav-link {
    margin-right: auto;
    margin-left: 0;
  }
}
.rtl .main-sidebar-sticky {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .rtl .main-sidebar-sticky + .main-content {
    margin-right: 220px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .rtl .main-sidebar-sticky + .main-content {
    margin-right: 240px;
    margin-left: auto;
  }
}
.rtl .main-sidebar-header {
  border-right: 0;
  border-left: 1px solid #eae8f1;
}
.rtl .main-sidebar .nav-pills-circle.nav .nav-item .dropdown-menu {
  left: auto;
  right: -30px;
}
.rtl .main-sidebar .nav-pills-circle.nav .nav-item .dropdown-menu .dropdown-item i {
  margin-right: auto;
  margin-left: 3px;
}
.rtl .main-sidebar-loggedin .media-body {
  margin-left: auto;
  margin-right: 12px;
}
.rtl .main-sidebar-body .nav-item.active .nav-link .nav-badge {
  right: auto !important;
  left: 12px !important;
}
.rtl .main-sidebar-body .nav-sub {
  margin-left: auto;
  margin-right: 32px;
}
.rtl .main-sidebar-body .nav-item + .nav-item::before {
  left: 0;
  right: 30px;
}
.rtl .nav-link.with-sub .angle,
.rtl .nav-link.with-sub .side-badge {
  right: 0;
  left: 23px;
}
.rtl .main-sidebar-body .nav-sub {
  margin: 0 7px 0 0px;
}
.rtl .main-sidebar-body .nav-sub-item .nav-sub {
  padding: 0 18px 0 0;
  border-left-width: 0;
  border-right-width: 1px;
  margin-left: auto;
  margin-right: 0;
}
.rtl .main-sidebar-body .nav-sub-link.with-sub::after {
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-sidebar-body .nav-sub li .nav-sub-link::after {
  right: -30px;
  left: auto;
}
.rtl .main-sidebar-body .nav-link .leftmenu-icon {
  margin-right: auto;
  margin-left: 4px;
}
.rtl .main-sidebar-body .nav-label:after {
  right: 13px;
  left: auto;
}
@media (min-width: 992px) {
  .rtl .main-sidebar-body .nav-sub-link.with-sub::after {
    margin-right: 4px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .rtl .main-sidebar-hide .main-sidebar-body .nav-link i.typcn {
    margin-left: 0;
    margin-right: auto;
  }
}
.rtl .sidebar-right .main-nav-line .nav-link {
  padding: 10px 21px 10px 18px;
}
.rtl .main-sidebar-body .nav-sub-item {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  padding: 2.2px 52px 2.2px 25px;
}
.rtl .main-sidebar-loggedin .media-body {
  margin-right: 13px;
  margin-left: auto;
}
.rtl .main-sidebar-body .nav-item.active:before {
  left: auto;
  right: 0px;
}
.rtl .main-sidebar-body .nav .nav-item .nav-sub:before {
  right: 0px;
  left: auto;
}
.rtl .main-sidebar-body .nav-sub .nav-sub-item .nav-sub-link:before::hover {
  left: 0px;
  right: -27px;
}
.rtl .main-sidebar .search .btn {
  right: auto;
  left: 0;
  padding-right: 0;
  padding-left: 31px;
}
.rtl .main-donut-chart .slice {
  right: 0;
  left: auto;
}
.rtl .legend {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .dot-label {
  left: 0;
  right: 9px;
}
.rtl .chart-legend div + div {
  margin-right: 15px;
  margin-left: auto;
}
.rtl .chart-legend span {
  margin-left: 5px;
  margin-right: auto;
}
@media (min-width: 576px) {
  .rtl .chart-legend div + div {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media (min-width: 576px) {
  .rtl .chart-legend span {
    margin-right: auto;
    margin-left: 10px;
  }
}
@media (min-width: 576px) {
  .rtl .chart-wrapper {
    margin-left: -15px;
    margin-right: -10px;
  }
}
.rtl table.dataTable thead .sorting_asc::after,
.rtl table.dataTable thead .sorting_desc::after {
  right: auto;
  left: 10px;
}
.rtl table.dataTable thead .sorting::before,
.rtl table.dataTable thead .sorting::after {
  right: auto;
  left: 10px;
}
.rtl table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child::before {
  left: auto;
  right: 7px;
}
.rtl .dataTables_wrapper .dataTables_length {
  text-align: right;
}
.rtl .dataTables_wrapper .dataTables_length .select2-container--default {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .dataTables_wrapper .dataTables_filter {
  text-align: right;
}
.rtl .dataTables_wrapper .dataTables_filter input {
  margin-right: 0;
  margin-left: auto;
}
.rtl .dataTables_wrapper .dataTables_info {
  text-align: right;
}
.rtl .dataTables_wrapper .dataTables_paginate {
  text-align: right;
}
.rtl .dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button {
  margin-left: auto;
  margin-right: 3px;
}
.rtl .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  margin-right: auto;
  margin-left: 3px;
}
.rtl .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  margin-right: 3px;
  margin-left: auto;
}
@media (min-width: 576px) {
  .rtl .dataTables_wrapper .dataTables_length {
    float: right;
  }
}
@media (min-width: 576px) {
  .rtl .dataTables_wrapper .dataTables_filter {
    float: left;
  }
}
@media (min-width: 576px) {
  .rtl .dataTables_wrapper .dataTables_info {
    float: right;
  }
}
@media (min-width: 576px) {
  .rtl .dataTables_wrapper .dataTables_paginate {
    float: left;
  }
}
@media (max-width: 400px) {
  .rtl .btn-primary.data-table-btn {
    right: 0;
  }
}
.rtl .hoverable-table .btn-primary {
  margin-left: auto;
  margin-right: 98px;
}
.rtl .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  right: auto;
  left: 5px;
}
.rtl .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  left: auto;
  right: 5px;
}
.rtl .datetimepicker table th.prev span::before {
  left: auto;
  right: 0;
}
.rtl .datetimepicker table th.next span::before {
  right: auto;
  left: 0;
}
.rtl .main-datetimepicker > .datepicker_header a:nth-child(2)::before {
  left: auto;
  right: 0;
}
.rtl .main-datetimepicker > .datepicker_header a:last-child::before {
  right: auto;
  left: 0;
}
.rtl .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist {
  border-left: 0;
  border-right: 1px solid #b9c2d8;
}
.rtl .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
  margin: 0 1px 0 0;
}
.rtl .wizard > .steps > ul li .title {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .wizard > .steps > ul li + li {
  margin-right: 5px;
  margin-left: 0;
}
.rtl .wizard.vertical > .steps ul li + li {
  margin-left: 0;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .rtl .wizard > .steps > ul li .title {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 576px) {
  .rtl .wizard > .steps > ul li + li {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .rtl .wizard > .steps > ul li + li {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media (min-width: 576px) {
  .rtl .wizard.vertical > .steps {
    float: right;
  }
}
@media (min-width: 576px) {
  .rtl .wizard.vertical > .steps ul li + li {
    margin-left: 0;
    margin-right: 0px;
  }
}
@media (min-width: 576px) {
  .rtl .wizard.vertical > .content {
    float: left;
    border-left: 0;
    border-right: 1px solid #e3e8f7;
  }
}
@media (min-width: 576px) {
  .rtl .wizard.vertical > .actions {
    float: left;
    border-left: 0;
    border-right: 1px solid #e3e8f7;
  }
}
.rtl .wizard-style-2 > .steps > ul a .title,
.rtl .wizard-style-2 > .steps > ul a:hover .title,
.rtl .wizard-style-2 > .steps > ul a:active .title {
  margin-right: 0;
  margin-left: 20px;
}
.rtl #jqvmap1_ca_pin {
  margin-right: -2%;
  margin-left: auto;
}
.rtl #jqvmap1_ct_pin {
  margin-right: -0.25%;
  margin-left: auto;
}
.rtl #jqvmap1_fl_pin {
  margin-right: 5%;
  margin-left: auto;
}
.rtl #jqvmap1_id_pin {
  margin-right: -1%;
  margin-left: auto;
}
.rtl #jqvmap1_ky_pin {
  margin-right: 2%;
  margin-left: auto;
}
.rtl #jqvmap1_la_pin {
  margin-right: -2%;
  margin-left: auto;
}
.rtl #jqvmap1_mi_pin {
  margin-right: 3%;
  margin-left: auto;
}
.rtl #jqvmap1_mn_pin {
  margin-right: -2%;
  margin-left: auto;
}
.rtl #jqvmap1_nh_pin {
  margin-right: -0.25%;
  margin-left: auto;
}
.rtl #jqvmap1_ok_pin,
.rtl #jqvmap1_va_pin {
  margin-right: 2%;
  margin-left: auto;
}
.rtl #jqvmap1_wv_pin {
  margin-right: -1%;
  margin-left: auto;
}
.rtl .ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 0 0 8px;
}
.rtl .ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 576px) {
  .rtl .ql-bubble .ql-toolbar .ql-formats:first-child {
    margin-right: 0;
    margin-left: auto;
  }
}
.rtl .ql-snow.ql-toolbar .ql-formats {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .ql-snow .ql-formats button + button {
  margin: 0 2px 0 0;
}
.rtl .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: auto;
  left: 3px;
}
.rtl .ql-snow .ql-picker-label {
  padding-left: inherit;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .rtl .ql-scrolling-demo {
    padding-right: 0;
    padding-left: inherit;
  }
}
.rtl .irs-bar-edge,
.rtl .irs-line-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .irs-line-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rtl .irs-slider:before {
  left: auto;
  right: 50%;
  margin-right: -1px;
  margin-left: auto;
}
.rtl .irs-modern .irs-slider::before {
  margin-right: -2px;
  margin-left: auto;
}
.rtl .irs-outline .irs-bar-edge {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rtl .irs-outline .irs-slider::before {
  margin-right: -4px;
  margin-left: auto;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: inherit;
  padding-right: 0.75rem;
}
.rtl .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 4px;
  padding: 3px 20px 3px 10px;
}
.rtl .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  left: auto;
  right: 7px;
}
.rtl .select2-container--default .select2-search--inline .select2-search__field {
  padding-right: 7px;
  padding-left: inherit;
}
.rtl .select2-container--default.select2-container--disabled .select2-selection__choice {
  padding-right: 10px;
  padding-left: inherit;
}
.rtl .sp-picker-container {
  border-right: 0;
  border-left: 1px solid #e3e8f7;
}
.rtl .sp-dd::before {
  right: 0;
  left: auto;
}
.rtl .card--calendar .card--events .list-group-item {
  padding: 13px 40px 13px 20px;
  padding: 13px 40px 13px 20px;
}
.rtl .card--events .list-group-item {
  padding: 15px 40px 15px 20px;
}
.rtl .card--events .event-indicator {
  right: 20px;
  left: auto;
}
.rtl .card--events .event-user .main-img-user + .main-img-user {
  margin-right: -6px;
  margin-left: auto;
}
.rtl .card--events .event-user a:last-child {
  margin-right: 10px;
  margin-left: auto;
}
.rtl .ui-datepicker .ui-datepicker-calendar td {
  text-align: left;
}
.rtl .ui-datepicker .ui-datepicker-calendar td:last-child {
  border-right: 1px solid #e3e8f7;
  border-left: 0;
}
.rtl .ui-datepicker-multi .ui-datepicker-group {
  padding-right: 0;
  padding-left: 15px;
  float: right;
}
.rtl .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
  left: auto;
  right: 10px;
}
.rtl .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
  right: auto;
  left: 10px;
}
.rtl .ui-datepicker-multi .ui-datepicker-group-last {
  padding-right: inherit;
  padding-left: 0;
}
.rtl .main-nav-calendar-event .nav-link i {
  margin-right: auto;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .rtl .main-content-body-calendar {
    padding-left: 0;
    padding-right: 25px;
  }
}
.rtl .main-calendar .fc-view .fc-day-number {
  margin: 2px 0 0 2px;
}
.rtl .main-calendar .fc-view.fc-listMonth-view .fc-list-item > td.fc-list-item-time,
.rtl .main-calendar .fc-view.fc-listWeek-view .fc-list-item > td.fc-list-item-time,
.rtl .main-calendar .fc-view.fc-listMonth-view .fc-list-item > td.fc-list-item-title,
.rtl .main-calendar .fc-view.fc-listWeek-view .fc-list-item > td.fc-list-item-title {
  border-right: 0;
  border-left: 1px solid #eae8f1;
}
.rtl .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
.rtl .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
  margin-left: auto;
  margin-right: 20%;
}
.rtl .main-calendar .fc-time-grid-event {
  border-left-width: 1px;
  border-right-width: 0;
}
@media (max-width: 575px) {
  .rtl .main-calendar .fc-header-toolbar button.fc-month-button::before,
  .rtl .main-calendar .fc-header-toolbar button.fc-agendaWeek-button::before,
  .rtl .main-calendar .fc-header-toolbar button.fc-agendaDay-button::before,
  .rtl .main-calendar .fc-header-toolbar button.fc-listWeek-button::before,
  .rtl .main-calendar .fc-header-toolbar button.fc-listMonth-button::before {
    left: auto;
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .rtl .main-calendar .fc-view > table > thead th:first-child,
  .rtl .main-calendar .fc-view > table > thead td:first-child {
    border-left-width: 1px;
    border-right-width: 0;
  }
  .rtl .main-calendar .fc-view > table > thead th:last-child,
  .rtl .main-calendar .fc-view > table > thead td:last-child {
    border-left-width: 0;
    border-right-width: 1px;
  }
}
@media (max-width: 991.98px) {
  .rtl .main-calendar .fc-view > table > tbody > tr > td:first-child {
    border-left-width: 1px;
    border-right-width: 0;
  }
  .rtl .main-calendar .fc-view > table > tbody > tr > td:last-child {
    border-left-width: 0;
    border-right-width: 1px;
  }
}
@media (min-width: 576px) {
  .rtl .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
  .rtl .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-right: 15%;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .rtl .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
  .rtl .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-right: 12%;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .rtl .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
  .rtl .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-right: 10%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .rtl .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
  .rtl .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-right: 8%;
    margin-left: auto;
  }
}
@media (min-width: 576px) {
  .rtl .main-calendar .fc-event {
    border-left-width: 0;
    border-right-width: 2px;
  }
}
.rtl .main-modal-calendar-schedule .modal-content > .close {
  right: 0;
  left: 25px;
}
.rtl .main-modal-calendar-schedule .form-group-date > i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .main-modal-calendar-event .nav-modal-event .nav-link + .nav-link {
  margin-left: auto;
  margin-right: 15px;
}
@media (max-width: 320px) {
  .rtl .main-calendar .fc-header-toolbar .fc-right,
  .rtl .main-calendar .fc-header-toolbar .fc-left {
    justify-content: right;
  }
}
.rtl .main-nav-line-chat {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .main-nav-line-chat .nav-link + .nav-link {
  margin-right: 30px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .rtl .main-nav-line-chat {
    padding-right: 0;
    padding-left: inherit;
  }
}
.rtl .main-chat-contacts-wrapper .main-img-user::after,
.rtl .main-chat-list .main-img-user::after,
.rtl .main-chat-header .main-img-user::after,
.rtl .main-chat-body .main-img-user::after {
  right: auto;
  left: 1px;
}
.rtl .main-chat-contacts-wrapper .main-content-label,
.rtl .main-chat-contacts-wrapper .card-table-two .card-title {
  padding-left: 0;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .rtl .main-chat-contacts-wrapper {
    padding: 10px 0 10px 15px;
  }
}
.rtl .card-table-two .main-chat-contacts-wrapper .card-title,
.rtl .main-chat-contacts-wrapper .card-dashboard-eight .card-title,
.rtl .card-dashboard-eight .main-chat-contacts-wrapper .card-title {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .main-chat-contacts {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .main-chat-list .media::after {
  left: 0;
  right: -1px;
}
.rtl .main-chat-list .media + .media::before {
  left: 0;
  right: 65px;
}
.rtl .main-chat-list .media.selected {
  border-right: 1px solid var(--primary-bg-color);
  border-left: 0;
}
.rtl .main-chat-list .main-img-user span {
  right: -2px;
  left: auto;
}
.rtl .main-chat-list .media-body {
  margin-right: 15px;
  margin-left: auto;
}
.rtl .main-chat-header .nav {
  margin-right: auto;
  margin-left: 0;
}
.rtl .main-chat-header .nav-link + .nav-link {
  margin-right: 15px;
  margin-left: 0;
}
.rtl .main-chat-msg-name {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .main-chat-body .media.flex-row-reverse .media-body {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .main-chat-body .media-body {
  margin-left: 0;
  margin-right: 20px;
}
@media (min-width: 576px) {
  .rtl .main-chat-body .media.flex-row-reverse .media-body {
    margin-left: 20;
    margin-right: 55px;
  }
}
@media (min-width: 576px) {
  .rtl .main-chat-body .media-body {
    margin-right: 20px;
    margin-left: 55px;
  }
}
.rtl .main-chat-footer .nav-link + .nav-link {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .main-chat-footer .nav-link:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 576px) {
  .rtl .main-chat-footer .form-control {
    margin-left: auto;
    margin-right: 20px;
  }
}
.rtl #action_menu_btn {
  right: auto;
  left: 36px;
}
.rtl .action_menu {
  right: auto;
  left: 15px;
}
.rtl .action-header {
  padding: 15px 17px 15px 13px;
}
.rtl .ah-actions {
  float: left !important;
}
.rtl .chat .action-header {
  padding: 15px 17px 15px 13px;
}
.rtl .chat .dropdown-menu.dropdown-menu-end.show {
  right: 0px;
  left: auto;
}
.rtl .chat .msb-reply textarea {
  margin-left: auto;
  margin-right: -42px;
}
.rtl .chatbox .user_info {
  margin-right: 15px;
  margin-left: auto;
}
.rtl .chat .video_cam {
  margin-right: 50px;
  margin-left: auto;
}
.rtl .chat .video_cam span {
  margin-right: auto;
  margin-left: 20px;
}
.rtl .chat .msg_cotainer {
  margin-right: 10px;
  margin-left: auto;
}
.rtl .chat .msg_cotainer_send {
  margin-left: 10px;
  margin-right: auto;
}
.rtl .chat .msg_time {
  left: auto;
  right: 0;
}
.rtl .chat .msg_time_send {
  right: auto;
  left: 0;
}
@media (max-width: 449px) {
  .rtl .actions {
    float: right !important;
  }
}
.rtl .main-content-left-contacts .main-content-breadcrumb,
.rtl .main-content-left-contacts .main-content-title {
  padding-right: 20px;
  padding-left: inherit;
}
@media (min-width: 992px) {
  .rtl .main-content-left-contacts .main-content-breadcrumb,
  .rtl .main-content-left-contacts .main-content-title {
    padding-left: inherit;
    padding-right: 0;
  }
}
.rtl .main-contact-label {
  padding-right: 20px;
  padding-left: inherit;
}
@media (min-width: 992px) {
  .rtl .main-contact-label {
    padding-right: 30px;
    padding-left: 0;
  }
}
.rtl .main-contact-item {
  border-right-width: 1px;
  border-left-width: 0;
}
.rtl .main-contact-item + .main-contact-item::before {
  left: 0;
  right: 65px;
}
.rtl .main-contact-item.selected {
  border-right-color: var(--primary-bg-color);
  border-left-color: transparent;
}
.rtl .main-contact-body {
  margin-right: 15px;
  margin-left: auto;
}
.rtl .main-contact-info-header {
  padding-right: 20px;
  padding-left: inherit;
}
.rtl .main-contact-info-header .main-img-user a {
  right: auto;
  left: 0;
}
.rtl .main-contact-info-header .media-body .nav-link i {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .main-contact-info-header .media-body .nav-link + .nav-link {
  margin-right: 10px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .rtl .main-contact-info-header {
    padding-right: 30px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .rtl .main-contact-info-header .media-body {
    margin-right: 30px;
    margin-left: auto;
  }
}
@media (min-width: 576px) {
  .rtl .main-contact-info-header .media-body .nav-link i {
    margin-right: 0;
    margin-left: 7px;
  }
}
@media (min-width: 576px) {
  .rtl .main-contact-info-header .media-body .nav-link + .nav-link {
    margin-left: auto;
    margin-right: 25px;
  }
}
.rtl .main-contact-action {
  right: auto;
  left: 20px;
}
.rtl .main-contact-action a + a {
  margin-left: auto;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .rtl .main-contact-action {
    right: auto;
    left: 20px;
  }
}
.rtl .main-contact-info-body {
  padding-left: inherit;
  padding-right: 20px;
}
.rtl .main-contact-info-body .media + .media::before {
  left: 0;
  right: -19px;
}
.rtl .main-contact-info-body .media-body {
  margin-right: 0;
  margin-left: auto;
}
.rtl .main-contact-item .main-img-user::after {
  right: auto;
  left: 0;
}
.rtl .page-signin-style {
  right: 0;
  left: auto;
}
.rtl .page-signin-style:before {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .rtl .main-column-signup {
    border-left: 0;
    border-right: 1px solid #eae8f1;
  }
}
.rtl .main-signup-header .row > div .btn i,
.rtl .main-signup-header .row > div .sp-container button i {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .sp-container .main-signup-header .row > div button i {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .construction .input-group-text {
  right: auto;
  left: 0;
}
.rtl .construction .input-group > .input-group-text > .btn {
  float: left;
}
.rtl .construction .input-group > .form-control:not(:last-child),
.rtl .construction .input-group > .form-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rtl .main-content-left-invoice .main-content-breadcrumb,
.rtl .main-content-left-invoice .main-content-title {
  padding-right: 20px;
  padding-left: inherit;
}
@media (min-width: 992px) {
  .rtl .main-content-left-invoice {
    border-right: 0;
    border-left: 1px solid #e3e8f7;
  }
}
@media (min-width: 992px) {
  .rtl .main-content-left-invoice .main-content-breadcrumb,
  .rtl .main-content-left-invoice .main-content-title {
    padding-right: 0;
    padding-left: inherit;
  }
}
.rtl .main-invoice-list .media {
  border-right-width: 1px;
  border-left-width: 0;
}
.rtl .main-invoice-list .media + .media::before {
  left: 0;
  right: 55px;
}
.rtl .main-invoice-list .media-body {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .main-invoice-list .selected {
  border-left-color: transparent;
  border-right-color: var(--primary-bg-color);
}
.rtl .table-invoice tbody > tr > th:first-child .invoice-notes,
.rtl .table-invoice tbody > tr > td:first-child .invoice-notes {
  margin-right: auto;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .rtl .main-content-left-mail .btn-compose {
    margin-right: 0;
    margin-left: 0;
  }
}
.rtl .main-mail-header > div:last-child > span {
  margin-right: auto;
  margin-left: 10px;
}
.rtl .main-mail-header .btn-group .btn + .btn,
.rtl .main-mail-header .btn-group .sp-container button + .btn {
  margin-left: auto;
  margin-right: -2px;
}
@media (min-width: 992px) {
  .rtl .main-mail-header {
    padding: 0 25px 0 0;
  }
}
.rtl .sp-container .main-mail-header .btn-group button + .btn,
.rtl .main-mail-header .btn-group .sp-container .btn + button,
.rtl .sp-container .main-mail-header .btn-group .btn + button,
.rtl .main-mail-header .btn-group .sp-container button + button,
.rtl .sp-container .main-mail-header .btn-group button + button {
  margin-left: auto;
  margin-right: -2px;
}
.rtl .main-mail-options {
  padding: 5px 20px 5px 10px;
}
@media (min-width: 992px) {
  .rtl .main-mail-options {
    padding-left: inherit;
    padding-right: 25px;
  }
}
.rtl .main-mail-item .main-img-user,
.rtl .main-mail-item .main-avatar {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .main-mail-checkbox {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .main-mail-star {
  margin-right: 0;
  margin-left: 15px;
  right: auto;
  left: 0;
}
@media (min-width: 992px) {
  .rtl .main-mail-body {
    margin-right: 0;
    margin-left: 15px;
  }
}
.rtl .main-mail-attachment {
  margin-right: 0;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .rtl .main-mail-attachment {
    right: auto;
    left: 63px;
  }
}
.rtl .main-mail-date {
  right: auto;
  left: 15px;
  margin-left: 0;
  margin-right: auto;
}
.rtl .main-mail-compose {
  left: auto;
  right: 0;
}
.rtl .main-mail-compose-header .nav-link + .nav-link {
  margin-right: 15px;
  margin-left: 0;
}
.rtl .main-mail-compose-body .form-group > div {
  margin-right: 10px;
  margin-left: auto;
}
.rtl .main-mail-compose-body .form-group .nav-link + .nav-link {
  margin-right: 15px;
  margin-left: auto;
}
.rtl .main-mail-compose-compress,
.rtl .main-mail-compose-minimize {
  left: 30px;
  right: auto;
}
.rtl .main-mail-two .main-header-menu-icon {
  margin-right: auto;
  margin-left: 0;
}
.rtl .main-mail-left {
  border-right: 0;
  border-left: 1px solid #b9c2d8;
}
.rtl .main-mail-left .main-mail-menu {
  padding-right: inherit;
  padding-left: 0;
}
.rtl .bd-r {
  border-right: 0;
  border-left: 1px solid #e3e8f7;
}
.rtl .bd-l,
.rtl .bd-r-0 {
  border-left: 0;
  border-right: 1px solid #e3e8f7;
}
.rtl .bd-l-0 {
  border-right: 0;
  border-left: 1px solid #e3e8f7;
}
@media (min-width: 480px) {
  .rtl .bd-xs-r {
    border-right: 0;
    border-left: 1px solid #e3e8f7;
  }
  .rtl .bd-xs-l {
    border-left: 0;
    border-right: 1px solid #e3e8f7;
  }
}
@media (min-width: 576px) {
  .rtl .bd-sm-r {
    border-right: 0;
    border-left: 1px solid #e3e8f7;
  }
  .rtl .bd-sm-l {
    border-left: 0;
    border-right: 1px solid #e3e8f7;
  }
}
@media (min-width: 768px) {
  .rtl .bd-md-r {
    border-right: 0;
    border-left: 1px solid #e3e8f7;
  }
  .rtl .bd-md-l {
    border-left: 0;
    border-right: 1px solid #e3e8f7;
  }
}
@media (min-width: 992px) {
  .rtl .bd-lg-r {
    border-right: 0;
    border-left: 1px solid #e3e8f7;
  }
  .rtl .bd-lg-l {
    border-left: 0;
    border-right: 1px solid #e3e8f7;
  }
}
@media (min-width: 1200px) {
  .rtl .bd-xl-r {
    border-right: 0;
    border-left: 1px solid #e3e8f7;
  }
  .rtl .bd-xl-l {
    border-left: 0;
    border-right: 1px solid #e3e8f7;
  }
}
.rtl .br-ts-0 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 0 !important;
}
.rtl .br-bs-0 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 0 !important;
}
.rtl .br-te-0 {
  border-top-right-radius: 3px !important;
  border-top-left-radius: 0 !important;
}
.rtl .br-be-0 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 0 !important;
}
.rtl .border-start-primary {
  border-left-color: transparent !important;
  border-right-color: var(--primary-bg-color) !important;
}
.rtl .border-start-success {
  border-left-color: transparent !important;
  border-right-color: #22c03c !important;
}
.rtl .border-start-warning {
  border-left-color: transparent !important;
  border-right-color: #fbbc0b !important;
}
.rtl .me-0 {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.rtl .ms-0 {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.rtl .me-1 {
  margin-right: auto !important;
  margin-left: 0.25rem !important;
}
.rtl .ms-1 {
  margin-left: auto !important;
  margin-right: 0.25rem !important;
}
.rtl .me-2 {
  margin-right: inherit !important;
  margin-left: 0.5rem !important;
}
.rtl .ms-2 {
  margin-left: auto !important;
  margin-right: 0.5rem !important;
}
.rtl .me-3 {
  margin-right: auto !important;
  margin-left: 1rem !important;
}
.rtl .ms-3 {
  margin-left: inherit !important;
  margin-right: 1rem !important;
}
.rtl .me-4 {
  margin-right: auto !important;
  margin-left: 1.5rem !important;
}
.rtl .ms-4 {
  margin-left: auto !important;
  margin-right: 1.5rem !important;
}
.rtl .me-5 {
  margin-right: auto !important;
  margin-left: 3rem !important;
}
.rtl .ms-5 {
  margin-left: auto !important;
  margin-right: 3rem !important;
}
.rtl .me-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.rtl .ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
@media (min-width: 576px) {
  .rtl .me-sm-0 {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .ms-sm-0 {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .rtl .me-sm-1 {
    margin-right: auto !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ms-sm-1 {
    margin-left: auto !important;
    margin-right: 0.25rem !important;
  }
  .rtl .me-sm-2 {
    margin-right: auto !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ms-sm-2 {
    margin-left: auto !important;
    margin-right: 0.5rem !important;
  }
  .rtl .me-sm-3 {
    margin-right: auto !important;
    margin-left: 1rem !important;
  }
  .rtl .ms-sm-3 {
    margin-left: auto !important;
    margin-right: 1rem !important;
  }
  .rtl .me-sm-4 {
    margin-right: auto !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ms-sm-4 {
    margin-left: auto !important;
    margin-right: 1.5rem !important;
  }
  .rtl .me-sm-5 {
    margin-right: auto !important;
    margin-left: 3rem !important;
  }
  .rtl .ms-sm-5 {
    margin-left: auto !important;
    margin-right: 3rem !important;
  }
  .rtl .me-sm-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ms-sm-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .rtl .me-md-0 {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .ms-md-0 {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .rtl .me-md-1 {
    margin-right: auto !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ms-md-1 {
    margin-left: auto !important;
    margin-right: 0.25rem !important;
  }
  .rtl .me-md-2 {
    margin-right: auto !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ms-md-2 {
    margin-left: auto !important;
    margin-right: 0.5rem !important;
  }
  .rtl .me-md-3 {
    margin-right: auto !important;
    margin-left: 1rem !important;
  }
  .rtl .ms-md-3 {
    margin-left: auto !important;
    margin-right: 1rem !important;
  }
  .rtl .me-md-4 {
    margin-right: auto !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ms-md-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .me-md-5 {
    margin-right: auto !important;
    margin-left: 3rem !important;
  }
  .rtl .ms-md-5 {
    margin-left: auto !important;
    margin-right: 3rem !important;
  }
  .rtl .me-md-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ms-md-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .rtl .me-lg-0 {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .ms-lg-0 {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .rtl .me-lg-1 {
    margin-right: auto !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ms-lg-1 {
    margin-left: auto !important;
    margin-right: 0.25rem !important;
  }
  .rtl .me-lg-2 {
    margin-right: auto !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ms-lg-2 {
    margin-left: auto !important;
    margin-right: 0.5rem !important;
  }
  .rtl .me-lg-3 {
    margin-right: auto !important;
    margin-left: 1rem !important;
  }
  .rtl .ms-lg-3 {
    margin-left: auto !important;
    margin-right: 1rem !important;
  }
  .rtl .me-lg-4 {
    margin-right: auto !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ms-lg-4 {
    margin-left: auto !important;
    margin-right: 1.5rem !important;
  }
  .rtl .me-lg-5 {
    margin-right: auto !important;
    margin-left: 3rem !important;
  }
  .rtl .ms-lg-5 {
    margin-left: auto !important;
    margin-right: 3rem !important;
  }
  .rtl .me-lg-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ms-lg-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .rtl .me-xl-0 {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .ms-xl-0 {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .rtl .me-xl-1 {
    margin-right: auto !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ms-xl-1 {
    margin-left: auto !important;
    margin-right: 0.25rem !important;
  }
  .rtl .me-xl-2 {
    margin-right: auto !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ms-xl-2 {
    margin-left: auto !important;
    margin-right: 0.5rem !important;
  }
  .rtl .me-xl-3 {
    margin-right: auto !important;
    margin-left: 1rem !important;
  }
  .rtl .ms-xl-3 {
    margin-left: auto !important;
    margin-right: 1rem !important;
  }
  .rtl .me-xl-4 {
    margin-right: auto !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ms-xl-4 {
    margin-left: auto !important;
    margin-right: 1.5rem !important;
  }
  .rtl .me-xl-5 {
    margin-right: auto !important;
    margin-left: 3rem !important;
  }
  .rtl .ms-xl-5 {
    margin-left: auto !important;
    margin-right: 3rem !important;
  }
  .rtl .me-xl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ms-xl-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
.rtl .mg-r-0 {
  margin-right: auto;
  margin-left: 0px;
}
.rtl .mg-l-0 {
  margin-right: 0px;
  margin-left: auto;
}
.rtl .mg-r-1 {
  margin-right: auto;
  margin-left: 1px;
}
.rtl .mg-l-1 {
  margin-right: 1px;
  margin-left: auto;
}
.rtl .mg-r-2 {
  margin-right: auto;
  margin-left: 2px;
}
.rtl .mg-l-2 {
  margin-right: 2px;
  margin-left: auto;
}
.rtl .mg-r-3 {
  margin-right: auto;
  margin-left: 3px;
}
.rtl .mg-l-3 {
  margin-right: 3px;
  margin-left: auto;
}
.rtl .mg-r-4 {
  margin-right: auto;
  margin-left: 4px;
}
.rtl .mg-l-4 {
  margin-right: 4px;
  margin-left: auto;
}
.rtl .mg-r-5 {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .mg-l-5 {
  margin-right: 5px;
  margin-left: auto;
}
.rtl .mg-r-6 {
  margin-right: auto;
  margin-left: 6px;
}
.rtl .mg-l-6 {
  margin-right: 6px;
  margin-left: auto;
}
.rtl .mg-r-7 {
  margin-right: auto;
  margin-left: 7px;
}
.rtl .mg-l-7 {
  margin-right: 7px;
  margin-left: auto;
}
.rtl .mg-r-8 {
  margin-right: auto;
  margin-left: 8px;
}
.rtl .mg-l-8 {
  margin-right: 8px;
  margin-left: auto;
}
.rtl .mg-r-9 {
  margin-right: auto;
  margin-left: 9px;
}
.rtl .mg-l-9 {
  margin-right: 9px;
  margin-left: auto;
}
.rtl .mg-r-10 {
  margin-right: auto;
  margin-left: 10px;
}
.rtl .mg-l-10 {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .mg-r-15 {
  margin-right: auto;
  margin-left: 15px;
}
.rtl .mg-l-15 {
  margin-right: 15px;
  margin-left: auto;
}
.rtl .mg-r-20 {
  margin-right: auto;
  margin-left: 20px;
}
.rtl .mg-l-20 {
  margin-right: 20px;
  margin-left: 0;
}
.rtl .mg-r-25 {
  margin-right: auto;
  margin-left: 25px;
}
.rtl .mg-l-25 {
  margin-right: 25px;
  margin-left: auto;
}
.rtl .mg-r-30 {
  margin-right: auto;
  margin-left: 30px;
}
.rtl .mg-l-30 {
  margin-right: 30px;
  margin-left: auto;
}
.rtl .mg-r-35 {
  margin-right: auto;
  margin-left: 35px;
}
.rtl .mg-l-35 {
  margin-right: 35px;
  margin-left: auto;
}
.rtl .mg-r-40 {
  margin-right: auto;
  margin-left: 40px;
}
.rtl .mg-l-40 {
  margin-right: 40px;
  margin-left: auto;
}
.rtl .mg-r-45 {
  margin-right: auto;
  margin-left: 45px;
}
.rtl .mg-l-45 {
  margin-right: 45px;
  margin-left: auto;
}
.rtl .mg-r-50 {
  margin-right: auto;
  margin-left: 50px;
}
.rtl .mg-l-50 {
  margin-right: 50px;
  margin-left: auto;
}
.rtl .mg-r-55 {
  margin-right: auto;
  margin-left: 55px;
}
.rtl .mg-l-55 {
  margin-right: 55px;
  margin-left: auto;
}
.rtl .mg-r-60 {
  margin-right: auto;
  margin-left: 60px;
}
.rtl .mg-l-60 {
  margin-right: 60px;
  margin-left: auto;
}
.rtl .mg-r-65 {
  margin-right: auto;
  margin-left: 65px;
}
.rtl .mg-l-65 {
  margin-right: 65px;
  margin-left: auto;
}
.rtl .mg-r-70 {
  margin-right: auto;
  margin-left: 70px;
}
.rtl .mg-l-70 {
  margin-right: 70px;
  margin-left: auto;
}
.rtl .mg-r-75 {
  margin-right: auto;
  margin-left: 75px;
}
.rtl .mg-l-75 {
  margin-right: 75px;
  margin-left: auto;
}
.rtl .mg-r-80 {
  margin-right: auto;
  margin-left: 80px;
}
.rtl .mg-l-80 {
  margin-right: 80px;
  margin-left: auto;
}
.rtl .mg-r-85 {
  margin-right: auto;
  margin-left: 85px;
}
.rtl .mg-l-85 {
  margin-right: 85px;
  margin-left: auto;
}
.rtl .mg-r-90 {
  margin-right: auto;
  margin-left: 90px;
}
.rtl .mg-l-90 {
  margin-right: 90px;
  margin-left: auto;
}
.rtl .mg-r-95 {
  margin-right: auto;
  margin-left: 95px;
}
.rtl .mg-l-95 {
  margin-right: 95px;
  margin-left: auto;
}
.rtl .mg-r-100 {
  margin-right: auto;
  margin-left: 100px;
}
.rtl .mg-l-100 {
  margin-right: 100px;
  margin-left: auto;
}
.rtl .mg-r-105 {
  margin-right: auto;
  margin-left: 105px;
}
.rtl .mg-l-105 {
  margin-right: 105px;
  margin-left: auto;
}
.rtl .mg-r-110 {
  margin-right: auto;
  margin-left: 110px;
}
.rtl .mg-l-110 {
  margin-right: 110px;
  margin-left: auto;
}
.rtl .mg-r-115 {
  margin-right: auto;
  margin-left: 115px;
}
.rtl .mg-l-115 {
  margin-right: 115px;
  margin-left: auto;
}
.rtl .mg-r-120 {
  margin-right: auto;
  margin-left: 120px;
}
.rtl .mg-l-120 {
  margin-right: 120px;
  margin-left: auto;
}
.rtl .mg-r-auto {
  margin-right: 0;
  margin-left: auto;
}
.rtl .mg-l-auto {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 480px) {
  .rtl .mg-xs-r-0 {
    margin-right: auto;
    margin-left: 0px;
  }
  .rtl .mg-xs-l-0 {
    margin-right: 0px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-1 {
    margin-right: auto;
    margin-left: 1px;
  }
  .rtl .mg-xs-l-1 {
    margin-right: 1px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-2 {
    margin-right: auto;
    margin-left: 2px;
  }
  .rtl .mg-xs-l-2 {
    margin-right: 2px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-3 {
    margin-right: auto;
    margin-left: 3px;
  }
  .rtl .mg-xs-l-3 {
    margin-right: 3px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-4 {
    margin-right: auto;
    margin-left: 4px;
  }
  .rtl .mg-xs-l-4 {
    margin-right: 4px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-5 {
    margin-right: auto;
    margin-left: 5px;
  }
  .rtl .mg-xs-l-5 {
    margin-right: 5px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-6 {
    margin-right: auto;
    margin-left: 6px;
  }
  .rtl .mg-xs-l-6 {
    margin-right: 6px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-7 {
    margin-right: auto;
    margin-left: 7px;
  }
  .rtl .mg-xs-l-7 {
    margin-right: 7px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-8 {
    margin-right: auto;
    margin-left: 8px;
  }
  .rtl .mg-xs-l-8 {
    margin-right: 8px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-9 {
    margin-right: auto;
    margin-left: 9px;
  }
  .rtl .mg-xs-l-9 {
    margin-right: 9px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-10 {
    margin-right: auto;
    margin-left: 10px;
  }
  .rtl .mg-xs-l-10 {
    margin-right: 10px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-15 {
    margin-right: auto;
    margin-left: 15px;
  }
  .rtl .mg-xs-l-15 {
    margin-right: 15px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-20 {
    margin-right: auto;
    margin-left: 20px;
  }
  .rtl .mg-xs-l-20 {
    margin-right: 20px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-25 {
    margin-right: auto;
    margin-left: 25px;
  }
  .rtl .mg-xs-l-25 {
    margin-right: 25px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-30 {
    margin-right: auto;
    margin-left: 30px;
  }
  .rtl .mg-xs-l-30 {
    margin-right: 30px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-35 {
    margin-right: auto;
    margin-left: 35px;
  }
  .rtl .mg-xs-l-35 {
    margin-right: 35px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-40 {
    margin-right: auto;
    margin-left: 40px;
  }
  .rtl .mg-xs-l-40 {
    margin-right: 40px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-45 {
    margin-right: auto;
    margin-left: 45px;
  }
  .rtl .mg-xs-l-45 {
    margin-right: 45px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-50 {
    margin-right: auto;
    margin-left: 50px;
  }
  .rtl .mg-xs-l-50 {
    margin-right: 50px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-55 {
    margin-right: auto;
    margin-left: 55px;
  }
  .rtl .mg-xs-l-55 {
    margin-right: 55px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-60 {
    margin-right: auto;
    margin-left: 60px;
  }
  .rtl .mg-xs-l-60 {
    margin-right: 60px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-65 {
    margin-right: auto;
    margin-left: 65px;
  }
  .rtl .mg-xs-l-65 {
    margin-right: 65px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-70 {
    margin-right: auto;
    margin-left: 70px;
  }
  .rtl .mg-xs-l-70 {
    margin-right: 70px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-75 {
    margin-right: auto;
    margin-left: 75px;
  }
  .rtl .mg-xs-l-75 {
    margin-right: 75px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-80 {
    margin-right: auto;
    margin-left: 80px;
  }
  .rtl .mg-xs-l-80 {
    margin-right: 80px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-85 {
    margin-right: auto;
    margin-left: 85px;
  }
  .rtl .mg-xs-l-85 {
    margin-right: 85px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-90 {
    margin-left: 90px;
    margin-right: auto;
  }
  .rtl .mg-xs-l-90 {
    margin-right: 90px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-95 {
    margin-right: auto;
    margin-left: 95px;
  }
  .rtl .mg-xs-l-95 {
    margin-right: 95px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-100 {
    margin-right: auto;
    margin-left: 100px;
  }
  .rtl .mg-xs-l-100 {
    margin-right: 100px;
    margin-left: auto;
  }
  .rtl .mg-xs-r-auto {
    margin-right: 0;
    margin-left: auto;
  }
  .rtl .mg-xs-l-auto {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .rtl .mg-sm-r-0 {
    margin-right: auto;
    margin-left: 0px;
  }
  .rtl .mg-sm-l-0 {
    margin-right: 0px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-1 {
    margin-right: auto;
    margin-left: 1px;
  }
  .rtl .mg-sm-l-1 {
    margin-right: 1px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-2 {
    margin-right: auto;
    margin-left: 2px;
  }
  .rtl .mg-sm-l-2 {
    margin-right: 2px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-3 {
    margin-right: auto;
    margin-left: 3px;
  }
  .rtl .mg-sm-l-3 {
    margin-right: 3px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-4 {
    margin-right: auto;
    margin-left: 4px;
  }
  .rtl .mg-sm-l-4 {
    margin-right: 4px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-5 {
    margin-right: auto;
    margin-left: 5px;
  }
  .rtl .mg-sm-l-5 {
    margin-right: 5px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-6 {
    margin-right: auto;
    margin-left: 6px;
  }
  .rtl .mg-sm-l-6 {
    margin-right: 6px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-7 {
    margin-right: auto;
    margin-left: 7px;
  }
  .rtl .mg-sm-l-7 {
    margin-right: 7px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-8 {
    margin-right: auto;
    margin-left: 8px;
  }
  .rtl .mg-sm-l-8 {
    margin-right: 8px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-9 {
    margin-right: auto;
    margin-left: 9px;
  }
  .rtl .mg-sm-l-9 {
    margin-right: 9px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-10 {
    margin-right: auto;
    margin-left: 10px;
  }
  .rtl .mg-sm-l-10 {
    margin-right: 10px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-15 {
    margin-right: auto;
    margin-left: 15px;
  }
  .rtl .mg-sm-l-15 {
    margin-right: 15px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-20 {
    margin-right: auto;
    margin-left: 20px;
  }
  .rtl .mg-sm-l-20 {
    margin-right: 20px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-25 {
    margin-right: auto;
    margin-left: 25px;
  }
  .rtl .mg-sm-l-25 {
    margin-right: 25px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-30 {
    margin-right: auto;
    margin-left: 30px;
  }
  .rtl .mg-sm-l-30 {
    margin-right: 30px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-35 {
    margin-right: auto;
    margin-left: 35px;
  }
  .rtl .mg-sm-l-35 {
    margin-right: 35px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-40 {
    margin-right: auto;
    margin-left: 40px;
  }
  .rtl .mg-sm-l-40 {
    margin-right: 40px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-45 {
    margin-right: auto;
    margin-left: 45px;
  }
  .rtl .mg-sm-l-45 {
    margin-right: 45px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-50 {
    margin-right: auto;
    margin-left: 50px;
  }
  .rtl .mg-sm-l-50 {
    margin-right: 50px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-55 {
    margin-right: auto;
    margin-left: 55px;
  }
  .rtl .mg-sm-l-55 {
    margin-right: 55px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-60 {
    margin-right: auto;
    margin-left: 60px;
  }
  .rtl .mg-sm-l-60 {
    margin-right: 60px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-65 {
    margin-right: auto;
    margin-left: 65px;
  }
  .rtl .mg-sm-l-65 {
    margin-right: 65px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-70 {
    margin-right: auto;
    margin-left: 70px;
  }
  .rtl .mg-sm-l-70 {
    margin-right: 70px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-75 {
    margin-right: auto;
    margin-left: 75px;
  }
  .rtl .mg-sm-l-75 {
    margin-right: 75px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-80 {
    margin-right: auto;
    margin-left: 80px;
  }
  .rtl .mg-sm-l-80 {
    margin-right: 80px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-85 {
    margin-right: auto;
    margin-left: 85px;
  }
  .rtl .mg-sm-l-85 {
    margin-right: 85px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-90 {
    margin-left: 90px;
    margin-right: auto;
  }
  .rtl .mg-sm-l-90 {
    margin-right: 90px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-95 {
    margin-right: auto;
    margin-left: 95px;
  }
  .rtl .mg-sm-l-95 {
    margin-right: 95px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-100 {
    margin-right: auto;
    margin-left: 100px;
  }
  .rtl .mg-sm-l-100 {
    margin-right: 100px;
    margin-left: auto;
  }
  .rtl .mg-sm-r-auto {
    margin-right: 0;
    margin-left: auto;
  }
  .rtl .mg-sm-l-auto {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .rtl .mg-md-r-0 {
    margin-right: auto;
    margin-left: 0px;
  }
  .rtl .mg-md-l-0 {
    margin-right: 0px;
    margin-left: auto;
  }
  .rtl .mg-md-r-1 {
    margin-right: auto;
    margin-left: 1px;
  }
  .rtl .mg-md-l-1 {
    margin-right: 1px;
    margin-left: auto;
  }
  .rtl .mg-md-r-2 {
    margin-right: auto;
    margin-left: 2px;
  }
  .rtl .mg-md-l-2 {
    margin-right: 2px;
    margin-left: auto;
  }
  .rtl .mg-md-r-3 {
    margin-right: auto;
    margin-left: 3px;
  }
  .rtl .mg-md-l-3 {
    margin-right: 3px;
    margin-left: auto;
  }
  .rtl .mg-md-r-4 {
    margin-right: auto;
    margin-left: 4px;
  }
  .rtl .mg-md-l-4 {
    margin-right: 4px;
    margin-left: auto;
  }
  .rtl .mg-md-r-5 {
    margin-right: auto;
    margin-left: 5px;
  }
  .rtl .mg-md-l-5 {
    margin-right: 5px;
    margin-left: auto;
  }
  .rtl .mg-md-r-6 {
    margin-right: auto;
    margin-left: 6px;
  }
  .rtl .mg-md-l-6 {
    margin-right: 6px;
    margin-left: auto;
  }
  .rtl .mg-md-r-7 {
    margin-right: auto;
    margin-left: 7px;
  }
  .rtl .mg-md-l-7 {
    margin-right: 7px;
    margin-left: auto;
  }
  .rtl .mg-md-r-8 {
    margin-right: auto;
    margin-left: 8px;
  }
  .rtl .mg-md-l-8 {
    margin-right: 8px;
    margin-left: auto;
  }
  .rtl .mg-md-r-9 {
    margin-right: auto;
    margin-left: 9px;
  }
  .rtl .mg-md-l-9 {
    margin-right: 9px;
    margin-left: auto;
  }
  .rtl .mg-md-r-10 {
    margin-right: auto;
    margin-left: 10px;
  }
  .rtl .mg-md-l-10 {
    margin-right: 10px;
    margin-left: auto;
  }
  .rtl .mg-md-r-15 {
    margin-right: auto;
    margin-left: 15px;
  }
  .rtl .mg-md-l-15 {
    margin-right: 15px;
    margin-left: auto;
  }
  .rtl .mg-md-r-20 {
    margin-right: auto;
    margin-left: 20px;
  }
  .rtl .mg-md-l-20 {
    margin-right: 20px;
    margin-left: auto;
  }
  .rtl .mg-md-r-25 {
    margin-right: auto;
    margin-left: 25px;
  }
  .rtl .mg-md-l-25 {
    margin-right: 25px;
    margin-left: auto;
  }
  .rtl .mg-md-r-30 {
    margin-right: auto;
    margin-left: 30px;
  }
  .rtl .mg-md-l-30 {
    margin-right: 30px;
    margin-left: auto;
  }
  .rtl .mg-md-r-35 {
    margin-right: auto;
    margin-left: 35px;
  }
  .rtl .mg-md-l-35 {
    margin-right: 35px;
    margin-left: auto;
  }
  .rtl .mg-md-r-40 {
    margin-right: auto;
    margin-left: 40px;
  }
  .rtl .mg-md-l-40 {
    margin-right: 40px;
    margin-left: auto;
  }
  .rtl .mg-md-r-45 {
    margin-right: auto;
    margin-left: 45px;
  }
  .rtl .mg-md-l-45 {
    margin-right: 45px;
    margin-left: auto;
  }
  .rtl .mg-md-r-50 {
    margin-right: auto;
    margin-left: 50px;
  }
  .rtl .mg-md-l-50 {
    margin-right: 50px;
    margin-left: auto;
  }
  .rtl .mg-md-r-55 {
    margin-right: auto;
    margin-left: 55px;
  }
  .rtl .mg-md-l-55 {
    margin-right: 55px;
    margin-left: auto;
  }
  .rtl .mg-md-r-60 {
    margin-right: auto;
    margin-left: 60px;
  }
  .rtl .mg-md-l-60 {
    margin-right: 60px;
    margin-left: auto;
  }
  .rtl .mg-md-r-65 {
    margin-right: auto;
    margin-left: 65px;
  }
  .rtl .mg-md-l-65 {
    margin-right: 65px;
    margin-left: auto;
  }
  .rtl .mg-md-r-70 {
    margin-right: auto;
    margin-left: 70px;
  }
  .rtl .mg-md-l-70 {
    margin-right: 70px;
    margin-left: auto;
  }
  .rtl .mg-md-r-75 {
    margin-right: auto;
    margin-left: 75px;
  }
  .rtl .mg-md-l-75 {
    margin-right: 75px;
    margin-left: auto;
  }
  .rtl .mg-md-r-80 {
    margin-right: auto;
    margin-left: 80px;
  }
  .rtl .mg-md-l-80 {
    margin-right: 80px;
    margin-left: auto;
  }
  .rtl .mg-md-r-85 {
    margin-right: auto;
    margin-left: 85px;
  }
  .rtl .mg-md-l-85 {
    margin-right: 85px;
    margin-left: auto;
  }
  .rtl .mg-md-r-90 {
    margin-left: 90px;
    margin-right: auto;
  }
  .rtl .mg-md-l-90 {
    margin-right: 90px;
    margin-left: auto;
  }
  .rtl .mg-md-r-95 {
    margin-right: auto;
    margin-left: 95px;
  }
  .rtl .mg-md-l-95 {
    margin-right: 95px;
    margin-left: auto;
  }
  .rtl .mg-md-r-100 {
    margin-right: auto;
    margin-left: 100px;
  }
  .rtl .mg-md-l-100 {
    margin-right: 100px;
    margin-left: auto;
  }
  .rtl .mg-md-r-auto {
    margin-right: 0;
    margin-left: auto;
  }
  .rtl .mg-md-l-auto {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .rtl .mg-lg-r-0 {
    margin-right: auto;
    margin-left: 0px;
  }
  .rtl .mg-lg-l-0 {
    margin-right: 0px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-1 {
    margin-right: auto;
    margin-left: 1px;
  }
  .rtl .mg-lg-l-1 {
    margin-right: 1px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-2 {
    margin-right: auto;
    margin-left: 2px;
  }
  .rtl .mg-lg-l-2 {
    margin-right: 2px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-3 {
    margin-right: auto;
    margin-left: 3px;
  }
  .rtl .mg-lg-l-3 {
    margin-right: 3px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-4 {
    margin-right: auto;
    margin-left: 4px;
  }
  .rtl .mg-lg-l-4 {
    margin-right: 4px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-5 {
    margin-right: auto;
    margin-left: 5px;
  }
  .rtl .mg-lg-l-5 {
    margin-right: 5px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-6 {
    margin-right: auto;
    margin-left: 6px;
  }
  .rtl .mg-lg-l-6 {
    margin-right: 6px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-7 {
    margin-right: auto;
    margin-left: 7px;
  }
  .rtl .mg-lg-l-7 {
    margin-right: 7px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-8 {
    margin-right: auto;
    margin-left: 8px;
  }
  .rtl .mg-lg-l-8 {
    margin-right: 8px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-9 {
    margin-right: auto;
    margin-left: 9px;
  }
  .rtl .mg-lg-l-9 {
    margin-right: 9px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-10 {
    margin-right: auto;
    margin-left: 10px;
  }
  .rtl .mg-lg-l-10 {
    margin-right: 10px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-15 {
    margin-right: auto;
    margin-left: 15px;
  }
  .rtl .mg-lg-l-15 {
    margin-right: 15px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-20 {
    margin-right: auto;
    margin-left: 20px;
  }
  .rtl .mg-lg-l-20 {
    margin-right: 20px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-25 {
    margin-right: auto;
    margin-left: 25px;
  }
  .rtl .mg-lg-l-25 {
    margin-right: 25px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-30 {
    margin-right: auto;
    margin-left: 30px;
  }
  .rtl .mg-lg-l-30 {
    margin-right: 30px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-35 {
    margin-right: auto;
    margin-left: 35px;
  }
  .rtl .mg-lg-l-35 {
    margin-right: 35px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-40 {
    margin-right: auto;
    margin-left: 40px;
  }
  .rtl .mg-lg-l-40 {
    margin-right: 40px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-45 {
    margin-right: auto;
    margin-left: 45px;
  }
  .rtl .mg-lg-l-45 {
    margin-right: 45px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-50 {
    margin-right: auto;
    margin-left: 50px;
  }
  .rtl .mg-lg-l-50 {
    margin-right: 50px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-55 {
    margin-right: auto;
    margin-left: 55px;
  }
  .rtl .mg-lg-l-55 {
    margin-right: 55px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-60 {
    margin-right: auto;
    margin-left: 60px;
  }
  .rtl .mg-lg-l-60 {
    margin-right: 60px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-65 {
    margin-right: auto;
    margin-left: 65px;
  }
  .rtl .mg-lg-l-65 {
    margin-right: 65px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-70 {
    margin-right: auto;
    margin-left: 70px;
  }
  .rtl .mg-lg-l-70 {
    margin-right: 70px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-75 {
    margin-right: auto;
    margin-left: 75px;
  }
  .rtl .mg-lg-l-75 {
    margin-right: 75px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-80 {
    margin-right: auto;
    margin-left: 80px;
  }
  .rtl .mg-lg-l-80 {
    margin-right: 80px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-85 {
    margin-right: auto;
    margin-left: 85px;
  }
  .rtl .mg-lg-l-85 {
    margin-right: 85px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-90 {
    margin-left: 90px;
    margin-right: auto;
  }
  .rtl .mg-lg-l-90 {
    margin-right: 90px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-95 {
    margin-right: auto;
    margin-left: 95px;
  }
  .rtl .mg-lg-l-95 {
    margin-right: 95px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-100 {
    margin-right: auto;
    margin-left: 100px;
  }
  .rtl .mg-lg-l-100 {
    margin-right: 100px;
    margin-left: auto;
  }
  .rtl .mg-lg-r-auto {
    margin-right: 0;
    margin-left: auto;
  }
  .rtl .mg-lg-l-auto {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .rtl .mg-xl-r-0 {
    margin-right: auto;
    margin-left: 0px;
  }
  .rtl .mg-xl-l-0 {
    margin-right: 0px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-1 {
    margin-right: auto;
    margin-left: 1px;
  }
  .rtl .mg-xl-l-1 {
    margin-right: 1px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-2 {
    margin-right: auto;
    margin-left: 2px;
  }
  .rtl .mg-xl-l-2 {
    margin-right: 2px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-3 {
    margin-right: auto;
    margin-left: 3px;
  }
  .rtl .mg-xl-l-3 {
    margin-right: 3px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-4 {
    margin-right: auto;
    margin-left: 4px;
  }
  .rtl .mg-xl-l-4 {
    margin-right: 4px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-5 {
    margin-right: auto;
    margin-left: 5px;
  }
  .rtl .mg-xl-l-5 {
    margin-right: 5px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-6 {
    margin-right: auto;
    margin-left: 6px;
  }
  .rtl .mg-xl-l-6 {
    margin-right: 6px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-7 {
    margin-right: auto;
    margin-left: 7px;
  }
  .rtl .mg-xl-l-7 {
    margin-right: 7px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-8 {
    margin-right: auto;
    margin-left: 8px;
  }
  .rtl .mg-xl-l-8 {
    margin-right: 8px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-9 {
    margin-right: auto;
    margin-left: 9px;
  }
  .rtl .mg-xl-l-9 {
    margin-right: 9px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-10 {
    margin-right: auto;
    margin-left: 10px;
  }
  .rtl .mg-xl-l-10 {
    margin-right: 10px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-15 {
    margin-right: auto;
    margin-left: 15px;
  }
  .rtl .mg-xl-l-15 {
    margin-right: 15px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-20 {
    margin-right: auto;
    margin-left: 20px;
  }
  .rtl .mg-xl-l-20 {
    margin-right: 20px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-25 {
    margin-right: auto;
    margin-left: 25px;
  }
  .rtl .mg-xl-l-25 {
    margin-right: 25px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-30 {
    margin-right: auto;
    margin-left: 30px;
  }
  .rtl .mg-xl-l-30 {
    margin-right: 30px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-35 {
    margin-right: auto;
    margin-left: 35px;
  }
  .rtl .mg-xl-l-35 {
    margin-right: 35px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-40 {
    margin-right: auto;
    margin-left: 40px;
  }
  .rtl .mg-xl-l-40 {
    margin-right: 40px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-45 {
    margin-right: auto;
    margin-left: 45px;
  }
  .rtl .mg-xl-l-45 {
    margin-right: 45px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-50 {
    margin-right: auto;
    margin-left: 50px;
  }
  .rtl .mg-xl-l-50 {
    margin-right: 50px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-55 {
    margin-right: auto;
    margin-left: 55px;
  }
  .rtl .mg-xl-l-55 {
    margin-right: 55px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-60 {
    margin-right: auto;
    margin-left: 60px;
  }
  .rtl .mg-xl-l-60 {
    margin-right: 60px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-65 {
    margin-right: auto;
    margin-left: 65px;
  }
  .rtl .mg-xl-l-65 {
    margin-right: 65px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-70 {
    margin-right: auto;
    margin-left: 70px;
  }
  .rtl .mg-xl-l-70 {
    margin-right: 70px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-75 {
    margin-right: auto;
    margin-left: 75px;
  }
  .rtl .mg-xl-l-75 {
    margin-right: 75px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-80 {
    margin-right: auto;
    margin-left: 80px;
  }
  .rtl .mg-xl-l-80 {
    margin-right: 80px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-85 {
    margin-right: auto;
    margin-left: 85px;
  }
  .rtl .mg-xl-l-85 {
    margin-left: auto;
    margin-right: 85px;
  }
  .rtl .mg-xl-r-90 {
    margin-right: auto;
    margin-left: 90px;
  }
  .rtl .mg-xl-l-90 {
    margin-right: 90px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-95 {
    margin-right: auto;
    margin-left: 95px;
  }
  .rtl .mg-xl-l-95 {
    margin-right: 95px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-100 {
    margin-right: auto;
    margin-left: 100px;
  }
  .rtl .mg-xl-l-100 {
    margin-right: 100px;
    margin-left: auto;
  }
  .rtl .mg-xl-r-auto {
    margin-right: 0;
    margin-left: auto;
  }
  .rtl .mg-xl-l-auto {
    margin-left: 0;
    margin-right: auto;
  }
}
.rtl .pe-0 {
  padding-right: inherit !important;
  padding-left: 0 !important;
}
.rtl .ps-0 {
  padding-left: inherit !important;
  padding-right: 0 !important;
}
.rtl .pe-1 {
  padding-right: inherit !important;
  padding-left: 0.25rem !important;
}
.rtl .ps-1 {
  padding-left: inherit !important;
  padding-right: 0.25rem !important;
}
.rtl .pe-2 {
  padding-right: inherit !important;
  padding-left: 0.5rem !important;
}
.rtl .ps-2 {
  padding-right: 0.5rem !important;
  padding-left: inherit !important;
}
.rtl .pe-3 {
  padding-right: inherit !important;
  padding-left: 1rem !important;
}
.rtl .ps-3 {
  padding-left: inherit !important;
  padding-right: 1rem !important;
}
.rtl .pe-4 {
  padding-right: inherit !important;
  padding-left: 1.5rem !important;
}
.rtl .ps-4 {
  padding-left: inherit !important;
  padding-right: 1.5rem !important;
}
.rtl .pe-5 {
  padding-right: inherit !important;
  padding-left: 3rem !important;
}
.rtl .ps-5 {
  padding-left: inherit !important;
  padding-right: 3rem !important;
}
@media (min-width: 576px) {
  .rtl .pe-sm-0 {
    padding-right: inherit !important;
    padding-left: 0 !important;
  }
  .rtl .ps-sm-0 {
    padding-left: inherit !important;
    padding-right: 0 !important;
  }
  .rtl .pe-sm-1 {
    padding-right: inherit !important;
    padding-left: 0.25rem !important;
  }
  .rtl .ps-sm-1 {
    padding-left: inherit !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pe-sm-2 {
    padding-right: inherit !important;
    padding-left: 0.5rem !important;
  }
  .rtl .ps-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: inherit !important;
  }
  .rtl .pe-sm-3 {
    padding-right: inherit !important;
    padding-left: 1rem !important;
  }
  .rtl .ps-sm-3 {
    padding-left: inherit !important;
    padding-right: 1rem !important;
  }
  .rtl .pe-sm-4 {
    padding-right: inherit !important;
    padding-left: 1.5rem !important;
  }
  .rtl .ps-sm-4 {
    padding-left: inherit !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pe-sm-5 {
    padding-right: inherit !important;
    padding-left: 3rem !important;
  }
  .rtl .ps-sm-5 {
    padding-left: inherit !important;
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .rtl .pe-md-0 {
    padding-right: inherit !important;
    padding-left: 0 !important;
  }
  .rtl .ps-md-0 {
    padding-left: inherit !important;
    padding-right: 0 !important;
  }
  .rtl .pe-md-1 {
    padding-right: inherit !important;
    padding-left: 0.25rem !important;
  }
  .rtl .ps-md-1 {
    padding-left: inherit !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pe-md-2 {
    padding-right: inherit !important;
    padding-left: 0.5rem !important;
  }
  .rtl .ps-md-2 {
    padding-right: 0.5rem !important;
    padding-left: inherit !important;
  }
  .rtl .pe-md-3 {
    padding-right: inherit !important;
    padding-left: 1rem !important;
  }
  .rtl .ps-md-3 {
    padding-left: inherit !important;
    padding-right: 1rem !important;
  }
  .rtl .pe-md-4 {
    padding-right: inherit !important;
    padding-left: 1.5rem !important;
  }
  .rtl .ps-md-4 {
    padding-left: inherit !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pe-md-5 {
    padding-right: inherit !important;
    padding-left: 3rem !important;
  }
  .rtl .ps-md-5 {
    padding-left: inherit !important;
    padding-right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .rtl .pe-lg-0 {
    padding-right: inherit !important;
    padding-left: 0 !important;
  }
  .rtl .ps-lg-0 {
    padding-left: inherit !important;
    padding-right: 0 !important;
  }
  .rtl .pe-lg-1 {
    padding-right: inherit !important;
    padding-left: 0.25rem !important;
  }
  .rtl .ps-lg-1 {
    padding-left: inherit !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pe-lg-2 {
    padding-right: inherit !important;
    padding-left: 0.5rem !important;
  }
  .rtl .ps-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: inherit !important;
  }
  .rtl .pe-lg-3 {
    padding-right: inherit !important;
    padding-left: 1rem !important;
  }
  .rtl .ps-lg-3 {
    padding-left: inherit !important;
    padding-right: 1rem !important;
  }
  .rtl .pe-lg-4 {
    padding-right: inherit !important;
    padding-left: 1.5rem !important;
  }
  .rtl .ps-lg-4 {
    padding-left: inherit !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pe-lg-5 {
    padding-right: inherit !important;
    padding-left: 3rem !important;
  }
  .rtl .ps-lg-5 {
    padding-left: inherit !important;
    padding-right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .rtl .pe-xl-0 {
    padding-right: inherit !important;
    padding-left: 0 !important;
  }
  .rtl .ps-xl-0 {
    padding-left: inherit !important;
    padding-right: 0 !important;
  }
  .rtl .pe-xl-1 {
    padding-right: inherit !important;
    padding-left: 0.25rem !important;
  }
  .rtl .ps-xl-1 {
    padding-left: inherit !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pe-xl-2 {
    padding-right: inherit !important;
    padding-left: 0.5rem !important;
  }
  .rtl .ps-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: inherit !important;
  }
  .rtl .pe-xl-3 {
    padding-right: inherit !important;
    padding-left: 1rem !important;
  }
  .rtl .ps-xl-3 {
    padding-left: inherit !important;
    padding-right: 1rem !important;
  }
  .rtl .pe-xl-4 {
    padding-right: inherit !important;
    padding-left: 1.5rem !important;
  }
  .rtl .ps-xl-4 {
    padding-left: inherit !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pe-xl-5 {
    padding-right: inherit !important;
    padding-left: 3rem !important;
  }
  .rtl .ps-xl-5 {
    padding-left: inherit !important;
    padding-right: 3rem !important;
  }
}
.rtl .pd-r-0 {
  padding-right: inherit;
  padding-left: 0px;
}
.rtl .pd-l-0 {
  padding-left: inherit;
  padding-right: 0px;
}
.rtl .pd-r-1 {
  padding-right: inherit;
  padding-left: 1px;
}
.rtl .pd-l-1 {
  padding-right: 1px;
  padding-left: inherit;
}
.rtl .pd-r-2 {
  padding-right: inherit;
  padding-left: 2px;
}
.rtl .pd-l-2 {
  padding-right: 2px;
  padding-left: inherit;
}
.rtl .pd-r-3 {
  padding-left: 3px;
  padding-right: inherit;
}
.rtl .pd-l-3 {
  padding-right: 3px;
  padding-left: inherit;
}
.rtl .pd-r-4 {
  padding-right: inherit;
  padding-left: 4px;
}
.rtl .pd-l-4 {
  padding-right: 4px;
  padding-left: inherit;
}
.rtl .pd-r-5 {
  padding-right: inherit;
  padding-left: 5px;
}
.rtl .pd-l-5 {
  padding-right: 5px;
  padding-left: inherit;
}
.rtl .pd-r-6 {
  padding-right: inherit;
  padding-left: 6px;
}
.rtl .pd-l-6 {
  padding-right: 6px;
  padding-left: inherit;
}
.rtl .pd-r-7 {
  padding-right: inherit;
  padding-left: 7px;
}
.rtl .pd-l-7 {
  padding-left: inherit;
  padding-right: 7px;
}
.rtl .pd-r-8 {
  padding-right: inherit;
  padding-left: 8px;
}
.rtl .pd-l-8 {
  padding-left: inherit;
  padding-right: 8px;
}
.rtl .pd-r-9 {
  padding-right: inherit;
  padding-left: 9px;
}
.rtl .pd-l-9 {
  padding-right: 9px;
  padding-left: inherit;
}
.rtl .pd-r-10 {
  padding-right: inherit;
  padding-left: 10px;
}
.rtl .pd-l-10 {
  padding-left: inherit;
  padding-right: 10px;
}
.rtl .pd-r-15 {
  padding-right: inherit;
  padding-left: 15px;
}
.rtl .pd-l-15 {
  padding-left: inherit;
  padding-right: 15px;
}
.rtl .pd-r-20 {
  padding-right: inherit;
  padding-left: 20px;
}
.rtl .pd-l-20 {
  padding-right: 20px;
  padding-left: inherit;
}
.rtl .pd-r-25 {
  padding-left: 25px;
  padding-right: inherit;
}
.rtl .pd-l-25 {
  padding-right: 25px;
  padding-left: inherit;
}
.rtl .pd-r-30 {
  padding-right: inherit;
  padding-left: 30px;
}
.rtl .pd-l-30 {
  padding-right: 30px;
  padding-left: inherit;
}
.rtl .pd-r-35 {
  padding-right: inherit;
  padding-left: 35px;
}
.rtl .pd-l-35 {
  padding-right: 35px;
  padding-left: inherit;
}
.rtl .pd-r-40 {
  padding-left: 40px;
  padding-right: inherit;
}
.rtl .pd-l-40 {
  padding-right: 40px;
  padding-left: inherit;
}
.rtl .pd-r-45 {
  padding-left: 45px;
  padding-right: inherit;
}
.rtl .pd-l-45 {
  padding-right: 45px;
  padding-left: inherit;
}
.rtl .pd-r-50 {
  padding-left: 50px;
  padding-right: inherit;
}
.rtl .pd-l-50 {
  padding-right: 50px;
  padding-left: inherit;
}
.rtl .pd-r-55 {
  padding-right: inherit;
  padding-left: 55px;
}
.rtl .pd-l-55 {
  padding-right: 55px;
  padding-left: inherit;
}
.rtl .pd-r-60 {
  padding-right: inherit;
  padding-left: 60px;
}
.rtl .pd-l-60 {
  padding-right: 60px;
  padding-left: inherit;
}
.rtl .pd-r-65 {
  padding-right: inherit;
  padding-left: 65px;
}
.rtl .pd-l-65 {
  padding-right: 65px;
  padding-left: inherit;
}
.rtl .pd-r-70 {
  padding-left: 70px;
  padding-right: inherit;
}
.rtl .pd-l-70 {
  padding-right: 70px;
  padding-left: inherit;
}
.rtl .pd-r-75 {
  padding-left: 75px;
  padding-right: inherit;
}
.rtl .pd-l-75 {
  padding-right: 75px;
  padding-left: inherit;
}
.rtl .pd-r-80 {
  padding-right: inherit;
  padding-left: 80px;
}
.rtl .pd-l-80 {
  padding-right: 80px;
  padding-left: inherit;
}
.rtl .pd-r-85 {
  padding-right: inherit;
  padding-left: 85px;
}
.rtl .pd-l-85 {
  padding-left: inherit;
  padding-right: 85px;
}
.rtl .pd-r-90 {
  padding-right: inherit;
  padding-left: 90px;
}
.rtl .pd-l-90 {
  padding-left: inherit;
  padding-right: 90px;
}
.rtl .pd-r-95 {
  padding-right: inherit;
  padding-left: 95px;
}
.rtl .pd-l-95 {
  padding-left: inherit;
  padding-right: 95px;
}
.rtl .pd-r-100 {
  padding-right: inherit;
  padding-left: 100px;
}
.rtl .pd-l-100 {
  padding-left: inherit;
  padding-right: 100px;
}
.rtl .pd-r-110 {
  padding-right: inherit;
  padding-left: 110px;
}
.rtl .pd-l-110 {
  padding-left: inherit;
  padding-right: 110px;
}
.rtl .pd-r-120 {
  padding-right: inherit;
  padding-left: 120px;
}
.rtl .pd-l-120 {
  padding-left: inherit;
  padding-right: 120px;
}
.rtl .pd-r-130 {
  padding-right: inherit;
  padding-left: 130px;
}
.rtl .pd-l-130 {
  padding-left: inherit;
  padding-right: 130px;
}
.rtl .pd-r-140 {
  padding-right: inherit;
  padding-left: 140px;
}
.rtl .pd-l-140 {
  padding-right: 140px;
  padding-left: inherit;
}
.rtl .pd-r-150 {
  padding-right: inherit;
  padding-left: 150px;
}
.rtl .pd-l-150 {
  padding-left: inherit;
  padding-right: 150px;
}
.rtl .pd-r-160 {
  padding-right: inherit;
  padding-left: 160px;
}
.rtl .pd-l-160 {
  padding-right: 160px;
  padding-left: inherit;
}
.rtl .pd-r-170 {
  padding-right: inherit;
  padding-left: 170px;
}
.rtl .pd-l-170 {
  padding-left: inherit;
  padding-right: 170px;
}
.rtl .pd-r-180 {
  padding-right: inherit;
  padding-left: 180px;
}
.rtl .pd-l-180 {
  padding-left: inherit;
  padding-right: 180px;
}
.rtl .pd-r-190 {
  padding-right: inherit;
  padding-left: 190px;
}
.rtl .pd-l-190 {
  padding-left: inherit;
  padding-right: 190px;
}
.rtl .pd-r-200 {
  padding-right: inherit;
  padding-left: 200px;
}
.rtl .pd-l-200 {
  padding-right: 200px;
  padding-left: inherit;
}
@media (min-width: 480px) {
  .rtl .pd-xs-r-0 {
    padding-right: inherit;
    padding-left: 0px;
  }
  .rtl .pd-xs-l-0 {
    padding-right: 0px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-1 {
    padding-left: 1px;
    padding-right: inherit;
  }
  .rtl .pd-xs-l-1 {
    padding-right: 1px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-2 {
    padding-right: inherit;
    padding-left: 2px;
  }
  .rtl .pd-xs-l-2 {
    padding-right: 2px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-3 {
    padding-right: inherit;
    padding-left: 3px;
  }
  .rtl .pd-xs-l-3 {
    padding-left: inherit;
    padding-right: 3px;
  }
  .rtl .pd-xs-r-4 {
    padding-right: inherit;
    padding-left: 4px;
  }
  .rtl .pd-xs-l-4 {
    padding-left: inherit;
    padding-right: 4px;
  }
  .rtl .pd-xs-r-5 {
    padding-right: inherit;
    padding-left: 5px;
  }
  .rtl .pd-xs-l-5 {
    padding-right: 5px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-6 {
    padding-right: inherit;
    padding-left: 6px;
  }
  .rtl .pd-xs-l-6 {
    padding-left: inherit;
    padding-right: 6px;
  }
  .rtl .pd-xs-r-7 {
    padding-right: inherit;
    padding-left: 7px;
  }
  .rtl .pd-xs-l-7 {
    padding-left: inherit;
    padding-right: 7px;
  }
  .rtl .pd-xs-r-8 {
    padding-right: inherit;
    padding-left: 8px;
  }
  .rtl .pd-xs-l-8 {
    padding-left: inherit;
    padding-right: 8px;
  }
  .rtl .pd-xs-r-9 {
    padding-right: inherit;
    padding-left: 9px;
  }
  .rtl .pd-xs-l-9 {
    padding-left: inherit;
    padding-right: 9px;
  }
  .rtl .pd-xs-r-10 {
    padding-left: 10px;
    padding-right: inherit;
  }
  .rtl .pd-xs-l-10 {
    padding-right: 10px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-15 {
    padding-right: inherit;
    padding-left: 15px;
  }
  .rtl .pd-xs-l-15 {
    padding-left: inherit;
    padding-right: 15px;
  }
  .rtl .pd-xs-r-20 {
    padding-right: inherit;
    padding-left: 20px;
  }
  .rtl .pd-xs-l-20 {
    padding-right: 20px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-25 {
    padding-right: inherit;
    padding-left: 25px;
  }
  .rtl .pd-xs-l-25 {
    padding-left: inherit;
    padding-right: 25px;
  }
  .rtl .pd-xs-r-30 {
    padding-right: inherit;
    padding-left: 30px;
  }
  .rtl .pd-xs-l-30 {
    padding-left: inherit;
    padding-right: 30px;
  }
  .rtl .pd-xs-r-35 {
    padding-right: inherit;
    padding-left: 35px;
  }
  .rtl .pd-xs-l-35 {
    padding-right: 35px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-40 {
    padding-right: inherit;
    padding-left: 40px;
  }
  .rtl .pd-xs-l-40 {
    padding-left: inherit;
    padding-right: 40px;
  }
  .rtl .pd-xs-r-45 {
    padding-right: inherit;
    padding-left: 45px;
  }
  .rtl .pd-xs-l-45 {
    padding-right: 45px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-50 {
    padding-right: inherit;
    padding-left: 50px;
  }
  .rtl .pd-xs-l-50 {
    padding-right: 50px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-55 {
    padding-right: inherit;
    padding-left: 55px;
  }
  .rtl .pd-xs-l-55 {
    padding-right: 55px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-60 {
    padding-right: inherit;
    padding-left: 60px;
  }
  .rtl .pd-xs-l-60 {
    padding-right: 60px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-65 {
    padding-right: inherit;
    padding-left: 65px;
  }
  .rtl .pd-xs-l-65 {
    padding-right: 65px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-70 {
    padding-right: inherit;
    padding-left: 70px;
  }
  .rtl .pd-xs-l-70 {
    padding-right: 70px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-75 {
    padding-left: 75px;
    padding-right: inherit;
  }
  .rtl .pd-xs-l-75 {
    padding-left: inherit;
    padding-right: 75px;
  }
  .rtl .pd-xs-r-80 {
    padding-right: inherit;
    padding-left: 80px;
  }
  .rtl .pd-xs-l-80 {
    padding-left: inherit;
    padding-right: 80px;
  }
  .rtl .pd-xs-r-85 {
    padding-right: inherit;
    padding-left: 85px;
  }
  .rtl .pd-xs-l-85 {
    padding-left: inherit;
    padding-right: 85px;
  }
  .rtl .pd-xs-r-90 {
    padding-right: inherit;
    padding-left: 90px;
  }
  .rtl .pd-xs-l-90 {
    padding-left: inherit;
    padding-right: 90px;
  }
  .rtl .pd-xs-r-95 {
    padding-right: inherit;
    padding-left: 95px;
  }
  .rtl .pd-xs-l-95 {
    padding-left: inherit;
    padding-right: 95px;
  }
  .rtl .pd-xs-r-100 {
    padding-right: inherit;
    padding-left: 100px;
  }
  .rtl .pd-xs-l-100 {
    padding-left: inherit;
    padding-right: 100px;
  }
  .rtl .pd-xs-r-110 {
    padding-right: inherit;
    padding-left: 110px;
  }
  .rtl .pd-xs-l-110 {
    padding-left: inherit;
    padding-right: 110px;
  }
  .rtl .pd-xs-r-120 {
    padding-left: 120px;
    padding-right: inherit;
  }
  .rtl .pd-xs-l-120 {
    padding-right: 120px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-130 {
    padding-right: inherit;
    padding-left: 130px;
  }
  .rtl .pd-xs-l-130 {
    padding-right: 130px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-140 {
    padding-right: inherit;
    padding-left: 140px;
  }
  .rtl .pd-xs-l-140 {
    padding-right: 140px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-150 {
    padding-right: inherit;
    padding-left: 150px;
  }
  .rtl .pd-xs-l-150 {
    padding-right: 150px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-160 {
    padding-right: inherit;
    padding-left: 160px;
  }
  .rtl .pd-xs-l-160 {
    padding-left: inherit;
    padding-right: 160px;
  }
  .rtl .pd-xs-r-170 {
    padding-left: 170px;
    padding-right: inherit;
  }
  .rtl .pd-xs-l-170 {
    padding-left: inherit;
    padding-right: 170px;
  }
  .rtl .pd-xs-r-180 {
    padding-right: inherit;
    padding-left: 180px;
  }
  .rtl .pd-xs-l-180 {
    padding-left: inherit;
    padding-right: 180px;
  }
  .rtl .pd-xs-r-190 {
    padding-right: inherit;
    padding-left: 190px;
  }
  .rtl .pd-xs-l-190 {
    padding-right: 190px;
    padding-left: inherit;
  }
  .rtl .pd-xs-r-200 {
    padding-right: inherit;
    padding-left: 200px;
  }
  .rtl .pd-xs-l-200 {
    padding-right: 200px;
    padding-left: inherit;
  }
}
@media (min-width: 576px) {
  .rtl .pd-sm-r-0 {
    padding-right: inherit;
    padding-left: 0px;
  }
  .rtl .pd-sm-l-0 {
    padding-left: inherit;
    padding-right: 0px;
  }
  .rtl .pd-sm-r-1 {
    padding-right: inherit;
    padding-left: 1px;
  }
  .rtl .pd-sm-l-1 {
    padding-right: 1px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-2 {
    padding-left: 2px;
    padding-right: inherit;
  }
  .rtl .pd-sm-l-2 {
    padding-left: inherit;
    padding-right: 2px;
  }
  .rtl .pd-sm-r-3 {
    padding-right: inherit;
    padding-left: 3px;
  }
  .rtl .pd-sm-l-3 {
    padding-left: inherit;
    padding-right: 3px;
  }
  .rtl .pd-sm-r-4 {
    padding-right: inherit;
    padding-left: 4px;
  }
  .rtl .pd-sm-l-4 {
    padding-right: 4px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-5 {
    padding-right: inherit;
    padding-left: 5px;
  }
  .rtl .pd-sm-l-5 {
    padding-right: 5px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-6 {
    padding-left: 6px;
    padding-right: inherit;
  }
  .rtl .pd-sm-l-6 {
    padding-right: 6px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-7 {
    padding-left: 7px;
    padding-right: inherit;
  }
  .rtl .pd-sm-l-7 {
    padding-right: 7px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-8 {
    padding-left: 8px;
    padding-right: inherit;
  }
  .rtl .pd-sm-l-8 {
    padding-right: 8px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-9 {
    padding-left: 9px;
    padding-right: inherit;
  }
  .rtl .pd-sm-l-9 {
    padding-right: 9px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-10 {
    padding-right: inherit;
    padding-left: 10px;
  }
  .rtl .pd-sm-l-10 {
    padding-right: 10px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-15 {
    padding-right: inherit;
    padding-left: 15px;
  }
  .rtl .pd-sm-l-15 {
    padding-left: inherit;
    padding-right: 15px;
  }
  .rtl .pd-sm-r-20 {
    padding-right: inherit;
    padding-left: 20px;
  }
  .rtl .pd-sm-l-20 {
    padding-right: 20px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-25 {
    padding-left: 25px;
    padding-right: inherit;
  }
  .rtl .pd-sm-l-25 {
    padding-right: 25px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-30 {
    padding-left: 30px;
    padding-right: inherit;
  }
  .rtl .pd-sm-l-30 {
    padding-right: 30px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-35 {
    padding-right: inherit;
    padding-left: 35px;
  }
  .rtl .pd-sm-l-35 {
    padding-left: inherit;
    padding-right: 35px;
  }
  .rtl .pd-sm-r-40 {
    padding-right: inherit;
    padding-left: 40px;
  }
  .rtl .pd-sm-l-40 {
    padding-right: 40px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-45 {
    padding-right: inherit;
    padding-left: 45px;
  }
  .rtl .pd-sm-l-45 {
    padding-left: inherit;
    padding-right: 45px;
  }
  .rtl .pd-sm-r-50 {
    padding-right: inherit;
    padding-left: 50px;
  }
  .rtl .pd-sm-l-50 {
    padding-left: inherit;
    padding-right: 50px;
  }
  .rtl .pd-sm-r-55 {
    padding-right: inherit;
    padding-left: 55px;
  }
  .rtl .pd-sm-l-55 {
    padding-left: inherit;
    padding-right: 55px;
  }
  .rtl .pd-sm-r-60 {
    padding-right: inherit;
    padding-left: 60px;
  }
  .rtl .pd-sm-l-60 {
    padding-left: inherit;
    padding-right: 60px;
  }
  .rtl .pd-sm-r-65 {
    padding-right: inherit;
    padding-left: 65px;
  }
  .rtl .pd-sm-l-65 {
    padding-left: inherit;
    padding-right: 65px;
  }
  .rtl .pd-sm-r-70 {
    padding-right: inherit;
    padding-left: 70px;
  }
  .rtl .pd-sm-l-70 {
    padding-left: inherit;
    padding-right: 70px;
  }
  .rtl .pd-sm-r-75 {
    padding-right: inherit;
    padding-left: 75px;
  }
  .rtl .pd-sm-l-75 {
    padding-left: inherit;
    padding-right: 75px;
  }
  .rtl .pd-sm-r-80 {
    padding-right: inherit;
    padding-left: 80px;
  }
  .rtl .pd-sm-l-80 {
    padding-left: inherit;
    padding-right: 80px;
  }
  .rtl .pd-sm-r-85 {
    padding-right: inherit;
    padding-left: 85px;
  }
  .rtl .pd-sm-l-85 {
    padding-left: inherit;
    padding-right: 85px;
  }
  .rtl .pd-sm-r-90 {
    padding-right: inherit;
    padding-left: 90px;
  }
  .rtl .pd-sm-l-90 {
    padding-left: inherit;
    padding-right: 90px;
  }
  .rtl .pd-sm-r-95 {
    padding-right: inherit;
    padding-left: 95px;
  }
  .rtl .pd-sm-l-95 {
    padding-left: inherit;
    padding-right: 95px;
  }
  .rtl .pd-sm-r-100 {
    padding-right: inherit;
    padding-left: 100px;
  }
  .rtl .pd-sm-l-100 {
    padding-right: 100px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-110 {
    padding-left: 110px;
    padding-right: inherit;
  }
  .rtl .pd-sm-l-110 {
    padding-left: inherit;
    padding-right: 110px;
  }
  .rtl .pd-sm-r-120 {
    padding-right: inherit;
    padding-left: 120px;
  }
  .rtl .pd-sm-l-120 {
    padding-left: inherit;
    padding-right: 120px;
  }
  .rtl .pd-sm-r-130 {
    padding-right: inherit;
    padding-left: 130px;
  }
  .rtl .pd-sm-l-130 {
    padding-left: inherit;
    padding-right: 130px;
  }
  .rtl .pd-sm-r-140 {
    padding-right: inherit;
    padding-left: 140px;
  }
  .rtl .pd-sm-l-140 {
    padding-right: 140px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-150 {
    padding-right: inherit;
    padding-left: 150px;
  }
  .rtl .pd-sm-l-150 {
    padding-left: inherit;
    padding-right: 150px;
  }
  .rtl .pd-sm-r-160 {
    padding-right: inherit;
    padding-left: 160px;
  }
  .rtl .pd-sm-l-160 {
    padding-left: inherit;
    padding-right: 160px;
  }
  .rtl .pd-sm-r-170 {
    padding-right: inherit;
    padding-left: 170px;
  }
  .rtl .pd-sm-l-170 {
    padding-right: 170px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-180 {
    padding-right: inherit;
    padding-left: 180px;
  }
  .rtl .pd-sm-l-180 {
    padding-right: 180px;
    padding-left: inherit;
  }
  .rtl .pd-sm-r-190 {
    padding-right: inherit;
    padding-left: 190px;
  }
  .rtl .pd-sm-l-190 {
    padding-left: inherit;
    padding-right: 190px;
  }
  .rtl .pd-sm-r-200 {
    padding-right: inherit;
    padding-left: 200px;
  }
  .rtl .pd-sm-l-200 {
    padding-right: 200px;
    padding-left: inherit;
  }
}
@media (min-width: 768px) {
  .rtl .pd-md-r-0 {
    padding-right: inherit;
    padding-left: 0px;
  }
  .rtl .pd-md-l-0 {
    padding-left: inherit;
    padding-right: 0px;
  }
  .rtl .pd-md-r-1 {
    padding-right: inherit;
    padding-left: 1px;
  }
  .rtl .pd-md-l-1 {
    padding-right: 1px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-2 {
    padding-right: inherit;
    padding-left: 2px;
  }
  .rtl .pd-md-l-2 {
    padding-left: inherit;
    padding-right: 2px;
  }
  .rtl .pd-md-r-3 {
    padding-right: inherit;
    padding-left: 3px;
  }
  .rtl .pd-md-l-3 {
    padding-left: inherit;
    padding-right: 3px;
  }
  .rtl .pd-md-r-4 {
    padding-right: inherit;
    padding-left: 4px;
  }
  .rtl .pd-md-l-4 {
    padding-left: inherit;
    padding-right: 4px;
  }
  .rtl .pd-md-r-5 {
    padding-right: inherit;
    padding-left: 5px;
  }
  .rtl .pd-md-l-5 {
    padding-left: inherit;
    padding-right: 5px;
  }
  .rtl .pd-md-r-6 {
    padding-right: inherit;
    padding-left: 6px;
  }
  .rtl .pd-md-l-6 {
    padding-right: 6px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-7 {
    padding-right: inherit;
    padding-left: 7px;
  }
  .rtl .pd-md-l-7 {
    padding-right: 7px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-8 {
    padding-right: inherit;
    padding-left: 8px;
  }
  .rtl .pd-md-l-8 {
    padding-right: 8px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-9 {
    padding-right: inherit;
    padding-left: 9px;
  }
  .rtl .pd-md-l-9 {
    padding-left: inherit;
    padding-right: 9px;
  }
  .rtl .pd-md-r-10 {
    padding-left: 10px;
    padding-right: inherit;
  }
  .rtl .pd-md-l-10 {
    padding-right: 10px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-15 {
    padding-right: inherit;
    padding-left: 15px;
  }
  .rtl .pd-md-l-15 {
    padding-left: inherit;
    padding-right: 15px;
  }
  .rtl .pd-md-r-20 {
    padding-right: inherit;
    padding-left: 20px;
  }
  .rtl .pd-md-l-20 {
    padding-right: 20px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-25 {
    padding-left: 25px;
    padding-right: inherit;
  }
  .rtl .pd-md-l-25 {
    padding-right: 25px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-30 {
    padding-left: 30px;
    padding-right: inherit;
  }
  .rtl .pd-md-l-30 {
    padding-left: inherit;
    padding-right: 30px;
  }
  .rtl .pd-md-r-35 {
    padding-left: 35px;
    padding-right: inherit;
  }
  .rtl .pd-md-l-35 {
    padding-right: 35px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-40 {
    padding-right: inherit;
    padding-left: 40px;
  }
  .rtl .pd-md-l-40 {
    padding-right: 40px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-45 {
    padding-right: inherit;
    padding-left: 45px;
  }
  .rtl .pd-md-l-45 {
    padding-right: 45px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-50 {
    padding-right: inherit;
    padding-left: 50px;
  }
  .rtl .pd-md-l-50 {
    padding-right: 50px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-55 {
    padding-right: inherit;
    padding-left: 55px;
  }
  .rtl .pd-md-l-55 {
    padding-left: inherit;
    padding-right: 55px;
  }
  .rtl .pd-md-r-60 {
    padding-right: inherit;
    padding-left: 60px;
  }
  .rtl .pd-md-l-60 {
    padding-left: inherit;
    padding-right: 60px;
  }
  .rtl .pd-md-r-65 {
    padding-right: inherit;
    padding-left: 65px;
  }
  .rtl .pd-md-l-65 {
    padding-right: 65px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-70 {
    padding-left: 70px;
    padding-right: inherit;
  }
  .rtl .pd-md-l-70 {
    padding-right: 70px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-75 {
    padding-left: 75px;
    padding-right: inherit;
  }
  .rtl .pd-md-l-75 {
    padding-right: 75px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-80 {
    padding-right: inherit;
    padding-left: 80px;
  }
  .rtl .pd-md-l-80 {
    padding-left: inherit;
    padding-right: 80px;
  }
  .rtl .pd-md-r-85 {
    padding-left: 85px;
    padding-right: inherit;
  }
  .rtl .pd-md-l-85 {
    padding-right: 85px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-90 {
    padding-right: inherit;
    padding-left: 90px;
  }
  .rtl .pd-md-l-90 {
    padding-right: 90px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-95 {
    padding-right: inherit;
    padding-left: 95px;
  }
  .rtl .pd-md-l-95 {
    padding-left: inherit;
    padding-right: 95px;
  }
  .rtl .pd-md-r-100 {
    padding-right: inherit;
    padding-left: 100px;
  }
  .rtl .pd-md-l-100 {
    padding-right: 100px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-110 {
    padding-right: inherit;
    padding-left: 110px;
  }
  .rtl .pd-md-l-110 {
    padding-right: 110px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-120 {
    padding-right: inherit;
    padding-left: 120px;
  }
  .rtl .pd-md-l-120 {
    padding-right: 120px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-130 {
    padding-right: inherit;
    padding-left: 130px;
  }
  .rtl .pd-md-l-130 {
    padding-left: inherit;
    padding-right: 130px;
  }
  .rtl .pd-md-r-140 {
    padding-right: inherit;
    padding-left: 140px;
  }
  .rtl .pd-md-l-140 {
    padding-right: 140px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-150 {
    padding-right: inherit;
    padding-left: 150px;
  }
  .rtl .pd-md-l-150 {
    padding-right: 150px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-160 {
    padding-right: inherit;
    padding-left: 160px;
  }
  .rtl .pd-md-l-160 {
    padding-right: 160px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-170 {
    padding-right: inherit;
    padding-left: 170px;
  }
  .rtl .pd-md-l-170 {
    padding-right: 170px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-180 {
    padding-right: inherit;
    padding-left: 180px;
  }
  .rtl .pd-md-l-180 {
    padding-left: inherit;
    padding-right: 180px;
  }
  .rtl .pd-md-r-190 {
    padding-right: inherit;
    padding-left: 190px;
  }
  .rtl .pd-md-l-190 {
    padding-right: 190px;
    padding-left: inherit;
  }
  .rtl .pd-md-r-200 {
    padding-right: inherit;
    padding-left: 200px;
  }
  .rtl .pd-md-l-200 {
    padding-left: inherit;
    padding-right: 200px;
  }
}
@media (min-width: 992px) {
  .rtl .pd-lg-r-0 {
    padding-right: inherit;
    padding-left: 0px;
  }
  .rtl .pd-lg-l-0 {
    padding-left: inherit;
    padding-right: 0px;
  }
  .rtl .pd-lg-r-1 {
    padding-right: inherit;
    padding-left: 1px;
  }
  .rtl .pd-lg-l-1 {
    padding-right: 1px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-2 {
    padding-right: inherit;
    padding-left: 2px;
  }
  .rtl .pd-lg-l-2 {
    padding-right: 2px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-3 {
    padding-right: inherit;
    padding-left: 3px;
  }
  .rtl .pd-lg-l-3 {
    padding-right: 3px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-4 {
    padding-right: inherit;
    padding-left: 4px;
  }
  .rtl .pd-lg-l-4 {
    padding-right: 4px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-5 {
    padding-right: inherit;
    padding-left: 5px;
  }
  .rtl .pd-lg-l-5 {
    padding-right: 5px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-6 {
    padding-right: inherit;
    padding-left: 6px;
  }
  .rtl .pd-lg-l-6 {
    padding-right: 6px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-7 {
    padding-right: inherit;
    padding-left: 7px;
  }
  .rtl .pd-lg-l-7 {
    padding-right: 7px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-8 {
    padding-right: inherit;
    padding-left: 8px;
  }
  .rtl .pd-lg-l-8 {
    padding-right: 8px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-9 {
    padding-right: inherit;
    padding-left: 9px;
  }
  .rtl .pd-lg-l-9 {
    padding-right: 9px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-10 {
    padding-right: inherit;
    padding-left: 10px;
  }
  .rtl .pd-lg-l-10 {
    padding-right: 10px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-15 {
    padding-right: inherit;
    padding-left: 15px;
  }
  .rtl .pd-lg-l-15 {
    padding-right: 15px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-20 {
    padding-right: inherit;
    padding-left: 20px;
  }
  .rtl .pd-lg-l-20 {
    padding-right: 20px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-25 {
    padding-right: inherit;
    padding-left: 25px;
  }
  .rtl .pd-lg-l-25 {
    padding-right: 25px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-30 {
    padding-right: inherit;
    padding-left: 30px;
  }
  .rtl .pd-lg-l-30 {
    padding-right: 30px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-35 {
    padding-right: inherit;
    padding-left: 35px;
  }
  .rtl .pd-lg-l-35 {
    padding-right: 35px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-40 {
    padding-right: inherit;
    padding-left: 40px;
  }
  .rtl .pd-lg-l-40 {
    padding-right: 40px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-45 {
    padding-right: inherit;
    padding-left: 45px;
  }
  .rtl .pd-lg-l-45 {
    padding-right: 45px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-50 {
    padding-right: inherit;
    padding-left: 50px;
  }
  .rtl .pd-lg-l-50 {
    padding-right: 50px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-55 {
    padding-right: inherit;
    padding-left: 55px;
  }
  .rtl .pd-lg-l-55 {
    padding-left: inherit;
    padding-right: 55px;
  }
  .rtl .pd-lg-r-60 {
    padding-left: 60px;
    padding-right: inherit;
  }
  .rtl .pd-lg-l-60 {
    padding-right: 60px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-65 {
    padding-left: 65px;
    padding-right: inherit;
  }
  .rtl .pd-lg-l-65 {
    padding-right: 65px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-70 {
    padding-left: 70px;
    padding-right: inherit;
  }
  .rtl .pd-lg-l-70 {
    padding-right: 70px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-75 {
    padding-right: inherit;
    padding-left: 75px;
  }
  .rtl .pd-lg-l-75 {
    padding-right: 75px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-80 {
    padding-right: inherit;
    padding-left: 80px;
  }
  .rtl .pd-lg-l-80 {
    padding-right: 80px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-85 {
    padding-left: 85px;
    padding-right: inherit;
  }
  .rtl .pd-lg-l-85 {
    padding-right: 85px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-90 {
    padding-right: inherit;
    padding-left: 90px;
  }
  .rtl .pd-lg-l-90 {
    padding-right: 90px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-95 {
    padding-right: inherit;
    padding-left: 95px;
  }
  .rtl .pd-lg-l-95 {
    padding-left: inherit;
    padding-right: 95px;
  }
  .rtl .pd-lg-r-100 {
    padding-right: inherit;
    padding-left: 100px;
  }
  .rtl .pd-lg-l-100 {
    padding-right: 100px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-110 {
    padding-right: inherit;
    padding-left: 110px;
  }
  .rtl .pd-lg-l-110 {
    padding-left: inherit;
    padding-right: 110px;
  }
  .rtl .pd-lg-r-120 {
    padding-right: inherit;
    padding-left: 120px;
  }
  .rtl .pd-lg-l-120 {
    padding-left: inherit;
    padding-right: 120px;
  }
  .rtl .pd-lg-r-130 {
    padding-left: 130px;
    padding-right: inherit;
  }
  .rtl .pd-lg-l-130 {
    padding-right: 130px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-140 {
    padding-left: 140px;
    padding-right: inherit;
  }
  .rtl .pd-lg-l-140 {
    padding-right: 140px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-150 {
    padding-right: inherit;
    padding-left: 150px;
  }
  .rtl .pd-lg-l-150 {
    padding-right: 150px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-160 {
    padding-left: 160px;
    padding-right: inherit;
  }
  .rtl .pd-lg-l-160 {
    padding-right: 160px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-170 {
    padding-right: inherit;
    padding-left: 170px;
  }
  .rtl .pd-lg-l-170 {
    padding-right: 170px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-180 {
    padding-left: 180px;
    padding-right: inherit;
  }
  .rtl .pd-lg-l-180 {
    padding-right: 180px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-190 {
    padding-right: inherit;
    padding-left: 190px;
  }
  .rtl .pd-lg-l-190 {
    padding-right: 190px;
    padding-left: inherit;
  }
  .rtl .pd-lg-r-200 {
    padding-left: 200px;
    padding-right: inherit;
  }
  .rtl .pd-lg-l-200 {
    padding-right: 200px;
    padding-left: inherit;
  }
}
@media (min-width: 1200px) {
  .rtl .pd-xl-r-0 {
    padding-left: 0px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-0 {
    padding-right: 0px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-1 {
    padding-left: 1px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-1 {
    padding-right: 1px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-2 {
    padding-left: 2px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-2 {
    padding-right: 2px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-3 {
    padding-left: 3px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-3 {
    padding-right: 3px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-4 {
    padding-right: inherit;
    padding-left: 4px;
  }
  .rtl .pd-xl-l-4 {
    padding-left: inherit;
    padding-right: 4px;
  }
  .rtl .pd-xl-r-5 {
    padding-right: inherit;
    padding-left: 5px;
  }
  .rtl .pd-xl-l-5 {
    padding-left: inherit;
    padding-right: 5px;
  }
  .rtl .pd-xl-r-6 {
    padding-right: inherit;
    padding-left: 6px;
  }
  .rtl .pd-xl-l-6 {
    padding-right: 6px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-7 {
    padding-right: inherit;
    padding-left: 7px;
  }
  .rtl .pd-xl-l-7 {
    padding-right: 7px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-8 {
    padding-right: inherit;
    padding-left: 8px;
  }
  .rtl .pd-xl-l-8 {
    padding-right: 8px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-9 {
    padding-left: 9px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-9 {
    padding-right: 9px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-10 {
    padding-right: inherit;
    padding-left: 10px;
  }
  .rtl .pd-xl-l-10 {
    padding-left: inherit;
    padding-right: 10px;
  }
  .rtl .pd-xl-r-15 {
    padding-left: 15px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-15 {
    padding-right: 15px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-20 {
    padding-right: inherit;
    padding-left: 20px;
  }
  .rtl .pd-xl-l-20 {
    padding-right: 20px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-25 {
    padding-right: inherit;
    padding-left: 25px;
  }
  .rtl .pd-xl-l-25 {
    padding-right: 25px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-30 {
    padding-right: inherit;
    padding-left: 30px;
  }
  .rtl .pd-xl-l-30 {
    padding-right: 30px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-35 {
    padding-left: 35px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-35 {
    padding-right: 35px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-40 {
    padding-left: 40px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-40 {
    padding-right: 40px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-45 {
    padding-left: 45px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-45 {
    padding-right: 45px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-50 {
    padding-left: 50px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-50 {
    padding-right: 50px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-55 {
    padding-left: 55px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-55 {
    padding-right: 55px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-60 {
    padding-left: 60px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-60 {
    padding-right: 60px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-65 {
    padding-left: 65px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-65 {
    padding-right: 65px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-70 {
    padding-right: inherit;
    padding-left: 70px;
  }
  .rtl .pd-xl-l-70 {
    padding-right: 70px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-75 {
    padding-left: 75px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-75 {
    padding-right: 75px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-80 {
    padding-left: 80px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-80 {
    padding-right: 80px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-85 {
    padding-right: inherit;
    padding-left: 85px;
  }
  .rtl .pd-xl-l-85 {
    padding-right: 85px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-90 {
    padding-left: 90px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-90 {
    padding-right: 90px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-95 {
    padding-left: 95px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-95 {
    padding-right: 95px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-100 {
    padding-left: 100px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-100 {
    padding-right: 100px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-110 {
    padding-left: 110px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-110 {
    padding-right: 110px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-120 {
    padding-right: inherit;
    padding-left: 120px;
  }
  .rtl .pd-xl-l-120 {
    padding-right: 120px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-130 {
    padding-right: inherit;
    padding-left: 130px;
  }
  .rtl .pd-xl-l-130 {
    padding-right: 130px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-140 {
    padding-left: 140px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-140 {
    padding-right: 140px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-150 {
    padding-left: 150px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-150 {
    padding-right: 150px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-160 {
    padding-left: 160px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-160 {
    padding-right: 160px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-170 {
    padding-right: inherit;
    padding-left: 170px;
  }
  .rtl .pd-xl-l-170 {
    padding-right: 170px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-180 {
    padding-left: 180px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-180 {
    padding-left: inherit;
    padding-right: 180px;
  }
  .rtl .pd-xl-r-190 {
    padding-right: inherit;
    padding-left: 190px;
  }
  .rtl .pd-xl-l-190 {
    padding-right: 190px;
    padding-left: inherit;
  }
  .rtl .pd-xl-r-200 {
    padding-left: 200px;
    padding-right: inherit;
  }
  .rtl .pd-xl-l-200 {
    padding-right: 200px;
    padding-left: inherit;
  }
}
.rtl .pd-r-12 {
  padding-left: 12px;
  padding-right: inherit;
}
.rtl .pd-l-12 {
  padding-right: 12px;
  padding-left: inherit;
}
.rtl .pd-r-13 {
  padding-right: inherit;
  padding-left: 13px;
}
.rtl .pd-l-13 {
  padding-left: inherit;
  padding-right: 13px;
}
.rtl .r-0 {
  right: auto;
  left: 0px;
}
.rtl .l-0 {
  left: auto;
  right: 0px;
}
.rtl .r--0 {
  right: auto;
  left: 0px;
}
.rtl .l--0 {
  left: auto;
  right: 0px;
}
.rtl .r-5 {
  right: auto;
  left: 5px;
}
.rtl .l-5 {
  right: 5px;
  left: auto;
}
.rtl .r--5 {
  right: auto;
  left: -5px;
}
.rtl .l--5 {
  left: auto;
  right: -5px;
}
.rtl .r-10 {
  right: auto;
  left: 10px;
}
.rtl .l-10 {
  left: auto;
  right: 10px;
}
.rtl .r--10 {
  right: auto;
  left: -10px;
}
.rtl .l--10 {
  right: -10px;
  left: auto;
}
.rtl .r-15 {
  left: 15px;
  right: auto;
}
.rtl .l-15 {
  right: 15px;
  left: auto;
}
.rtl .r--15 {
  right: auto;
  left: -15px;
}
.rtl .l--15 {
  left: auto;
  right: -15px;
}
.rtl .r-20 {
  right: auto;
  left: 20px;
}
.rtl .l-20 {
  left: auto;
  right: 20px;
}
.rtl .r--20 {
  right: auto;
  left: -20px;
}
.rtl .l--20 {
  left: auto;
  right: -20px;
}
.rtl .r-25 {
  right: auto;
  left: 25px;
}
.rtl .l-25 {
  right: 25px;
  left: auto;
}
.rtl .r--25 {
  right: auto;
  left: -25px;
}
.rtl .l--25 {
  left: auto;
  right: -25px;
}
.rtl .r-30 {
  right: auto;
  left: 30px;
}
.rtl .l-30 {
  left: auto;
  right: 30px;
}
.rtl .r--30 {
  right: auto;
  left: -30px;
}
.rtl .l--30 {
  left: auto;
  right: -30px;
}
.rtl .r-35 {
  right: auto;
  left: 35px;
}
.rtl .l-35 {
  left: auto;
  right: 35px;
}
.rtl .r--35 {
  right: auto;
  left: -35px;
}
.rtl .l--35 {
  right: -35px;
  left: auto;
}
.rtl .r-40 {
  right: auto;
  left: 40px;
}
.rtl .l-40 {
  left: auto;
  right: 40px;
}
.rtl .r--40 {
  right: auto;
  left: -40px;
}
.rtl .l--40 {
  left: auto;
  right: -40px;
}
.rtl .r-45 {
  left: 45px;
  right: auto;
}
.rtl .l-45 {
  right: 45px;
  left: auto;
}
.rtl .r--45 {
  right: auto;
  left: -45px;
}
.rtl .l--45 {
  right: -45px;
  left: auto;
}
.rtl .r-50 {
  right: auto;
  left: 50px;
}
.rtl .l-50 {
  left: auto;
  right: 50px;
}
.rtl .r--50 {
  right: auto;
  left: -50px;
}
.rtl .l--50 {
  left: auto;
  right: -50px;
}
.rtl .r-55 {
  right: auto;
  left: 55px;
}
.rtl .l-55 {
  left: auto;
  right: 55px;
}
.rtl .r--55 {
  right: auto;
  left: -55px;
}
.rtl .l--55 {
  right: -55px;
  left: auto;
}
.rtl .r-60 {
  right: auto;
  left: 60px;
}
.rtl .l-60 {
  right: 60px;
  left: auto;
}
.rtl .r--60 {
  left: -60px;
  right: auto;
}
.rtl .l--60 {
  left: auto;
  right: -60px;
}
.rtl .r-65 {
  right: auto;
  left: 65px;
}
.rtl .l-65 {
  right: 65px;
  left: auto;
}
.rtl .r--65 {
  right: auto;
  left: -65px;
}
.rtl .l--65 {
  left: auto;
  right: -65px;
}
.rtl .r-70 {
  right: auto;
  left: 70px;
}
.rtl .l-70 {
  right: 70px;
  left: auto;
}
.rtl .r--70 {
  right: auto;
  left: -70px;
}
.rtl .l--70 {
  left: auto;
  right: -70px;
}
.rtl .r-75 {
  right: auto;
  left: 75px;
}
.rtl .l-75 {
  left: auto;
  right: 75px;
}
.rtl .r--75 {
  right: auto;
  left: -75px;
}
.rtl .l--75 {
  left: auto;
  right: -75px;
}
.rtl .r-80 {
  right: auto;
  left: 80px;
}
.rtl .l-80 {
  right: 80px;
  left: auto;
}
.rtl .r--80 {
  right: auto;
  left: -80px;
}
.rtl .l--80 {
  left: auto;
  right: -80px;
}
.rtl .r-85 {
  right: auto;
  left: 85px;
}
.rtl .l-85 {
  left: auto;
  right: 85px;
}
.rtl .r--85 {
  right: auto;
  left: -85px;
}
.rtl .l--85 {
  left: auto;
  right: -85px;
}
.rtl .r-90 {
  right: auto;
  left: 90px;
}
.rtl .l-90 {
  right: 90px;
  left: auto;
}
.rtl .r--90 {
  right: auto;
  left: -90px;
}
.rtl .l--90 {
  left: auto;
  right: -90px;
}
.rtl .r-95 {
  right: auto;
  left: 95px;
}
.rtl .l-95 {
  left: auto;
  right: 95px;
}
.rtl .r--95 {
  right: auto;
  left: -95px;
}
.rtl .l--95 {
  right: -95px;
  left: auto;
}
.rtl .r-100 {
  right: auto;
  left: 100px;
}
.rtl .l-100 {
  left: auto;
  right: 100px;
}
.rtl .r--100 {
  right: auto;
  left: -100px;
}
.rtl .l--100 {
  left: auto;
  right: -100px;
}
.rtl .r--5 {
  right: auto;
  left: -5px;
}
@media (min-width: 480px) {
  .rtl .r-xs-auto {
    right: 0;
    left: auto;
  }
  .rtl .l-xs-auto {
    left: 0;
    right: auto;
  }
}
@media (min-width: 576px) {
  .rtl .r-sm-auto {
    right: 0;
    left: auto;
  }
  .rtl .l-sm-auto {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .rtl .r-md-auto {
    right: 0;
    left: auto;
  }
  .rtl .l-md-auto {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .rtl .r-lg-auto {
    right: 0;
    left: auto;
  }
  .rtl .l-lg-auto {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .rtl .r-xl-auto {
    right: 0;
    left: auto;
  }
  .rtl .l-xl-auto {
    left: 0;
    right: auto;
  }
}
.rtl .tx-end {
  text-align: left;
}
.rtl .tx-start {
  text-align: right;
}
@media (min-width: 480px) {
  .rtl .tx-xs-end {
    text-align: left;
  }
  .rtl .tx-xs-start {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .rtl .tx-sm-right {
    text-align: left;
  }
  .rtl .tx-sm-left {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .rtl .tx-md-end {
    text-align: left;
  }
  .rtl .tx-md-start {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .rtl .tx-lg-end {
    text-align: left;
  }
  .rtl .tx-lg-start {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .rtl .tx-xl-end {
    text-align: left;
  }
  .rtl .tx-xl-start {
    text-align: right;
  }
}
.rtl .text-start {
  text-align: right !important;
}
.rtl .text-end {
  text-align: left !important;
}
@media (min-width: 576px) {
  .rtl .text-sm-start {
    text-align: right !important;
  }
  .rtl .text-sm-end {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .rtl .text-md-start {
    text-align: right !important;
  }
  .rtl .text-md-end {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .rtl .text-lg-start {
    text-align: right !important;
  }
  .rtl .text-lg-end {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .rtl .text-xl-start {
    text-align: right !important;
  }
  .rtl .text-xl-end {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .hover-submenu.rtl.sidenav-toggled-open .slide-menu,
  .hover-submenu1.rtl.sidenav-toggled-open .slide-menu {
    border-radius: 7px 0px 0px 7px !important;
  }
}
.rtl.dark-theme .demo_changer .form_holder {
  border-right-color: rgba(234, 237, 241, 0.2);
}
.rtl.transparent-theme .demo_changer .form_holder {
  border-right-color: rgba(255, 255, 255, 0.2);
}
body.rtl.leftbgimage1 .app-sidebar,
body.rtl.leftbgimage2 .app-sidebar,
body.rtl.leftbgimage3 .app-sidebar,
body.rtl.leftbgimage4 .app-sidebar,
body.rtl.leftbgimage5 .app-sidebar {
  border-right: 0;
  border-left: 1px solid #eae8f1;
}
body.rtl.leftbgimage1.dark-theme .app-sidebar,
body.rtl.leftbgimage2.dark-theme .app-sidebar,
body.rtl.leftbgimage3.dark-theme .app-sidebar,
body.rtl.leftbgimage4.dark-theme .app-sidebar,
body.rtl.leftbgimage5.dark-theme .app-sidebar {
  border-right: 0;
  border-left: 1px solid rgba(234, 237, 241, 0.2);
}
body.rtl.leftbgimage1.transparent-theme .app-sidebar,
body.rtl.leftbgimage2.transparent-theme .app-sidebar,
body.rtl.leftbgimage3.transparent-theme .app-sidebar,
body.rtl.leftbgimage4.transparent-theme .app-sidebar,
body.rtl.leftbgimage5.transparent-theme .app-sidebar {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
body.rtl.leftbgimage1.light-menu .app-sidebar,
body.rtl.leftbgimage2.light-menu .app-sidebar,
body.rtl.leftbgimage3.light-menu .app-sidebar,
body.rtl.leftbgimage4.light-menu .app-sidebar,
body.rtl.leftbgimage5.light-menu .app-sidebar {
  border-right: 0;
  border-left: 1px solid rgba(234, 237, 241, 0.2);
}
body.rtl.leftbgimage1.color-menu .app-sidebar,
body.rtl.leftbgimage2.color-menu .app-sidebar,
body.rtl.leftbgimage3.color-menu .app-sidebar,
body.rtl.leftbgimage4.color-menu .app-sidebar,
body.rtl.leftbgimage5.color-menu .app-sidebar {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
body.rtl.leftbgimage1.dark-menu .app-sidebar,
body.rtl.leftbgimage2.dark-menu .app-sidebar,
body.rtl.leftbgimage3.dark-menu .app-sidebar,
body.rtl.leftbgimage4.dark-menu .app-sidebar,
body.rtl.leftbgimage5.dark-menu .app-sidebar {
  border-right: 0;
  border-left: 1px solid rgba(234, 237, 241, 0.2);
}
body.rtl.leftbgimage1.gradient-menu .app-sidebar,
body.rtl.leftbgimage2.gradient-menu .app-sidebar,
body.rtl.leftbgimage3.gradient-menu .app-sidebar,
body.rtl.leftbgimage4.gradient-menu .app-sidebar,
body.rtl.leftbgimage5.gradient-menu .app-sidebar {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1025px) {
  body.rtl.layout-boxed .app-sidebar {
    right: auto !important;
  }
  body.rtl.layout-boxed .main-content-left-chat .main-nav-line-chat .nav-link + .nav-link {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  body.rtl.horizontal .horizontal-main .sub-slide2 .sub-slide-menu1 {
    left: 0;
    right: 180px;
  }
  body.rtl.horizontal .horizontal-main .slide .slide-menu .slide-item:before,
  body.rtl.horizontal .horizontal-main .slide .sub-slide-menu .slide-item:before {
    left: auto;
    right: 20px;
    margin-right: auto;
    margin-left: 8px;
  }
  body.rtl.horizontal .slide.is-expanded .sub-slide-item2:before {
    left: auto !important;
    right: 20px !important;
  }
  body.rtl.horizontal .sub-slide-menu .sub-slide-item2 {
    padding: 8px 35px 8px 20px !important;
  }
  body.rtl.horizontal .sub-slide .sub-angle {
    right: auto;
    left: -20px;
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  body.rtl.horizontal .sub-slide .sub-slide-menu {
    left: auto;
    right: 180px;
  }
  body.rtl.horizontal .main-sidemenu .slide-right {
    right: auto;
    left: 0;
  }
  body.rtl.horizontal .main-sidemenu .slide-left {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  body.rtl.horizontal .app-sidebar.horizontal-main {
    left: auto;
    right: -300px;
  }
}
@media (min-width: 992px) {
  body.rtl.horizontal-hover.horizontal .app-sidebar .slide-menu .sub-slide-menu1 a:before {
    right: 20px !important;
    left: auto !important;
  }
  body.rtl.horizontal-hover.horizontal .sub-slide-menu .sub-side-menu__item:before {
    right: 20px !important;
    left: auto !important;
  }
}
.rtl .app-sidebar .mCSB_draggerContainer {
  right: auto !important;
  left: -11px !important;
}
@media (min-width: 992px) {
  .rtl.app.sidenav-toggled .app-content {
    margin-left: 0;
    margin-right: 80px;
  }
  .rtl.app.sidenav-toggled .app-sidebar {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991px) {
  .rtl.app .app-sidebar {
    left: auto;
    right: -240px;
  }
  .rtl.app.sidenav-toggled .app-content {
    margin-left: 0;
    margin-right: 0;
  }
  .rtl.app.sidenav-toggled .app-sidebar {
    left: auto;
    right: 0;
  }
  .rtl.app.sidebar-gone.sidenav-toggled .app-sidebar {
    right: 0;
    left: auto;
  }
  .rtl.app.sidenav-toggled .side-menu .side-menu__icon {
    margin-right: 0 !important;
    margin-left: 13px;
  }
}
.rtl .app-header {
  padding-right: inherit;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .rtl .app-header {
    padding-right: inherit;
    padding-left: 30px;
  }
}
.rtl .app-sidebar__toggle {
  margin-right: auto;
  margin-left: 10px;
}
.rtl .app-search {
  margin-right: auto;
  margin-left: 15px;
}
.rtl .app-search__input {
  padding-right: inherit;
  padding-left: 30px;
}
.rtl .app-search__button {
  right: auto;
  left: 0;
}
.rtl .app-notification__icon {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .app-sidebar {
  left: auto;
  right: 0;
  border-left: 1px solid #eae8f1;
  border-right: 0;
}
.rtl .app-sidebar__user-avatar {
  margin-right: auto;
  margin-left: 15px;
}
.rtl .side-menu .slide .side-menu__item {
  padding: 10px 22px 10px 20px;
}
@media (min-width: 992px) {
  .rtl.app.sidebar-mini.sidenav-toggled .profile-status {
    right: auto;
    left: 22px;
  }
}
.rtl .sub-slide .sub-angle {
  float: left;
  margin-left: 0;
  margin-right: auto;
}
.rtl .slide.is-expanded .sub-side-menu__item:before {
  left: auto;
  right: 0px;
}
.rtl .side-menu .side-menu__icon {
  margin-right: auto;
  margin-left: 14px;
}
.rtl .app-sidebar .slide .side-menu__item.active::before {
  right: 0;
  left: auto;
}
.rtl .app-sidebar .side-item.side-item-category {
  padding: 0 25px 0 20px;
}
.rtl .slide-menu {
  padding-right: 29px;
  padding-left: 0;
}
.rtl .slide-item .icon {
  margin-right: auto;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .rtl.app.sidenav-toggled .side-menu__item {
    border-right: 0;
    border-left: 1px solid #eae8f1;
  }
  .rtl.app.sidenav-toggled .side-menu__label {
    right: 0;
    left: auto;
  }
  .rtl.app.sidenav-toggled .nav-badge {
    right: auto;
    left: 28px;
  }
}
.rtl .dropdown-menu.dropdown-menu-right {
  left: 0;
  right: auto;
}
.rtl .app-breadcrumb {
  text-align: left;
}
.rtl.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
  left: auto;
  right: 57px;
}
.rtl .side-header .header-brand-img.desktop-logo {
  margin-right: auto;
  margin-left: 0;
}
.rtl.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo {
  margin-right: auto;
  margin-left: 0;
}
.rtl .side-menu h3:after {
  left: auto;
  right: 21px;
}
.rtl .sub-slide-item {
  padding: 8px 25px 8px 0 !important;
}
.rtl .sub-slide-menu {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .sub-side-menu__item {
  padding-left: 20px !important;
  padding-right: 40px !important;
}
.rtl .sub-slide-item {
  padding-left: 0 !important;
  padding-right: 42px !important;
}
.rtl .app-sidebar .slide-menu .sub-slide-menu a:before {
  left: auto;
  right: 25px;
}
.rtl .app-sidebar .slide-menu a:before {
  left: auto;
  right: 0px;
  transform: rotate(180deg);
}
.rtl .sub-slide-menu1 .sub-slide-item2:before {
  left: auto !important;
  right: 35px !important;
}
@media (min-width: 992px) {
  .rtl.app.sidebar-mini.sidenav-toggled-open .app-sidebar {
    left: auto;
    right: 0px;
  }
  .rtl.app.sidebar-mini.sidenav-toggled-open .side-menu .slide .side-menu__item {
    text-align: right;
  }
  .rtl.app.sidebar-mini.sidenav-toggled-open .side-menu .side-menu__icon {
    margin-right: auto;
    margin-left: 12px;
  }
  .rtl.app.sidebar-mini.sidenav-toggled-open .ps > .ps__rail-y > .ps__thumb-y {
    left: auto;
    right: 1px;
  }
  .rtl.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .profile-status {
    right: auto;
    left: 97px;
  }
  .rtl.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide-menu {
    left: auto;
    right: 0;
  }
  .rtl.sidenav-toggled.sidenav-toggled-open .app-sidebar .slide .side-menu__item.active::before {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rtl.app .desktop-logo {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl.main-body.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .main-header form[role=search].active input {
    padding-left: inherit;
    padding-right: 250px;
  }
  .rtl.main-body.app.sidebar-mini.sidenav-toggled .main-header form[role=search].active input {
    padding-left: inherit;
    padding-right: 90px;
  }
  .rtl.main-body.app.sidebar-mini.sidebar-gone .main-header form[role=search].active input {
    padding-left: inherit;
    padding-right: 20px;
  }
}
.rtl .sub-slide-menu-sub {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .sub-slide-menu-sub .sub-slide-item {
  padding-left: inherit;
  padding-right: 55px !important;
}
.rtl .app-sidebar .slide-menu .sub-slide-menu .sub-slide-menu-sub a:before {
  left: auto;
  right: 35px;
}
.rtl .sub-slide-menu1 .sub-slide-item2 {
  padding: 6px 48px 6px 0px !important;
}
.rtl .sub-slide-menu1 {
  padding-right: 0;
  padding-left: inherit;
}
@media (min-width: 992px) {
  .rtl.closed-menu.app.sidenav-toggled .app-content {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }
  .rtl.closed-menu.app.sidenav-toggled .main-header {
    padding-left: inherit !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .rtl.icontext-menu.app.sidenav-toggled .main-header {
    padding-left: inherit !important;
    padding-right: 110px !important;
  }
  .rtl.icontext-menu.app.sidenav-toggled .app-content {
    margin-left: 0;
    margin-right: 110px;
  }
}
@media (min-width: 992px) {
  .rtl.hover-submenu.sidenav-toggled-open .slide-menu {
    border-radius: 7px 0 0 7px !important;
  }
  .rtl.hover-submenu .slide-item {
    padding: 8px 35px 8px 18px;
  }
  .rtl.hover-submenu .slide-menu a:before {
    left: auto;
    right: 15px;
  }
  .rtl.hover-submenu .slide-menu {
    border-radius: 7px 0 0 7px;
  }
  .rtl.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
    left: auto;
    right: 108px;
  }
  .rtl.hover-submenu.app.sidenav-toggled-open .slide-menu {
    padding-left: inherit !important;
    padding-right: 0 !important;
    left: auto;
    right: 110px;
  }
  .rtl.hover-submenu.app.sidenav-toggled-open .side-menu__label {
    right: 0;
    left: auto;
  }
  .rtl.hover-submenu.app.sidenav-toggled-open .side-menu .slide .side-menu__item.active {
    border-right: 1px solid #eae8f1 !important;
    border-left: 0 !important;
  }
  .rtl.hover-submenu.app.sidenav-toggled .main-header {
    padding-left: inherit;
    padding-right: 110px;
  }
  .rtl.hover-submenu.app.sidenav-toggled .app-content {
    margin-left: 0;
    margin-right: 110px;
  }
  .rtl.hover-submenu.app.sidenav-toggled .app-sidebar {
    left: auto;
    right: 0;
  }
}
.rtl.hover-submenu .sub-slide-menu .sub-side-menu__item:before {
  left: auto !important;
  right: 25px !important;
}
@media (min-width: 992px) {
  .rtl.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .profile-status {
    right: auto;
    left: 22px;
  }
}
@media (min-width: 992px) {
  .rtl.hover-submenu1.sidenav-toggled-open .slide-menu {
    border-radius: 7px 0 0 7px !important;
  }
  .rtl.hover-submenu1 .slide-item {
    padding: 8px 35px 8px 18px;
  }
  .rtl.hover-submenu1 .slide-menu a:before {
    left: auto;
    right: 15px;
  }
  .rtl.hover-submenu1 .slide-menu {
    border-radius: 7px 0 0 7px;
  }
  .rtl.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
    left: auto;
    right: 108px;
  }
  .rtl.hover-submenu1.app.sidenav-toggled-open .slide-menu {
    padding-left: inherit !important;
    padding-right: 0 !important;
    left: auto;
    right: 110px;
  }
  .rtl.hover-submenu1.app.sidenav-toggled-open .side-menu__label {
    left: auto;
    right: 0;
  }
  .rtl.hover-submenu1.app.sidenav-toggled-open .side-menu .slide .side-menu__item.active {
    border-right: 1px solid #eae8f1 !important;
    border-left: 0 !important;
  }
  .rtl.hover-submenu1.app.sidenav-toggled .main-header {
    padding-left: inherit;
    padding-right: 110px;
  }
  .rtl.hover-submenu1.app.sidenav-toggled .app-content {
    margin-right: 110px;
    margin-left: 0;
  }
  .rtl.hover-submenu1.app.sidenav-toggled .app-sidebar {
    left: auto;
    right: 0;
  }
}
.rtl.hover-submenu1 .sub-slide-menu .sub-side-menu__item:before {
  left: auto !important;
  right: 25px !important;
}
@media (min-width: 992px) {
  .rtl.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .profile-status {
    right: auto;
    left: 22px;
  }
}
@media (min-width: 992px) {
  .rtl.app.sidenav-toggled .main-header {
    padding-right: 80px;
    padding-left: 0;
  }
}
.rtl .sidebar-right {
  left: 0;
  right: auto;
}
.rtl .sidebar.sidebar-right {
  transform: translate(-100%, 0);
}
.rtl #slide-right svg,
.rtl #slide-left svg {
  transform: rotate(180deg);
}
.rtl .main {
  float: right;
}
.rtl .dTree a {
  padding-right: 8px;
}
.rtl .join {
  float: right;
  transform: rotate(180deg);
}
.rtl .dTree .page-tree {
  float: right;
}
.rtl .folder-group.last .minus {
  padding-right: 20px;
  padding-left: inherit;
  float: right;
}
.rtl .folder-open {
  padding-right: 20px;
  padding-left: inherit;
  float: right;
}
.rtl .last .plus {
  padding-right: 20px;
  padding-left: inherit;
  float: right;
}
.rtl .folder {
  padding-right: 20px;
  padding-left: inherit;
  float: right;
}
.rtl .plus {
  padding-right: 20px;
  padding-left: inherit;
  float: right;
}
.rtl .minus {
  padding-right: 20px;
  padding-left: inherit;
  float: right;
}
.rtl .folder-group {
  background: none;
}
.rtl .dropdown-item i {
  display: inline-block;
}
.rtl .lg-toolbar .lg-icon {
  float: left;
}
.rtl .image-pic {
  padding: 20px 20px 20px 0;
}
.rtl #icon-alerts .alert .alert-inner--icon,
.rtl #icon-dismissalerts .alert .alert-inner--icon {
  float: right;
  margin-left: 10px;
}
.rtl .main-img-user1.avatar-lg .number-badge,
.rtl .main-img-user1.avatar-md .number-badge,
.rtl .main-img-user1.avatar-sm .number-badge {
  left: -7px;
  right: auto;
}
.rtl .main-img-user3.avatar-lg .icon-badgeavatar,
.rtl .main-img-user3.avatar-md .icon-badgeavatar,
.rtl .main-img-user3.avatar-sm .icon-badgeavatar {
  left: -4px;
  right: auto;
}
.rtl .btn-list.btn-animation .btn {
  margin-left: 0 !important;
}
.rtl .button-icon i {
  float: right;
  margin-top: 3px;
}
.rtl .badge-top-pill {
  margin-right: 0;
  margin-left: 3rem;
}
.rtl .badge-top-pill .start-100 {
  right: 72% !important;
  left: auto !important;
}
.rtl .list-group-horizontal > .list-group-item + .list-group-item {
  border-right-width: 0;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .rtl .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-right-width: 0;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .rtl .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-right-width: 0;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .rtl .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-right-width: 0;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .rtl .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-right-width: 0;
    border-left-width: 1px;
  }
}
.rtl .list-group-item img {
  margin-right: 0 !important;
}
.rtl .toast-header .close {
  margin-left: 0 !important;
}
.rtl .toast-header i {
  margin-right: 0 !important;
}
.rtl .bootstrap-tagsinput .badge {
  margin: 0 0 5px 5px;
}
.rtl .bootstrap-tagsinput .badge [data-role=remove] {
  margin-right: 20px;
  margin-left: auto;
}
.rtl #accordion11 .accordion-toggle i {
  float: right;
  transform: rotate(180deg);
}
.rtl .accor a i {
  float: right;
}
.rtl .carousel {
  overflow: hidden;
}
.rtl .carousel-control-prev {
  left: 0;
  right: inherit;
}
.rtl .carousel-control-next {
  right: 0;
  left: inherit;
}
.rtl .active.carousel-item-start,
.rtl .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(100%) !important;
}
.rtl .active.carousel-item-end {
  transform: translateX(-100%) !important;
}
.rtl .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}
.rtl .MS-content {
  direction: ltr;
}
.rtl .timeline-footer i {
  margin-right: 0 !important;
}
.rtl .grid-margin .dot-label {
  margin-right: 0 !important;
}
.rtl .item7-card-desc .phone span {
  float: right;
}
.rtl .smartphoto {
  left: auto;
  right: 0;
}
.rtl .smartphoto-header {
  left: auto;
  right: 0;
}
.rtl .smartphoto-content {
  left: auto;
  right: 0;
}
.rtl .smartphoto-dismiss {
  right: auto;
  left: 10px;
}
.rtl .smartphoto-arrows {
  left: auto;
  right: 0;
}
.rtl .smartphoto-arrow-right {
  right: auto;
  left: 0;
}
.rtl .smartphoto-arrow-left {
  left: auto;
  right: 0;
}
.rtl .smartphoto-nav {
  left: auto;
  right: 0;
}
.rtl .smartphoto-list {
  left: auto;
  right: 0;
}
.rtl .smartphoto-caption {
  left: auto;
  right: 0;
}
.rtl .smartphoto-loader {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -25px;
}
.rtl .smartphoto-img-clone {
  left: auto;
  right: 0;
}
.rtl .smartphoto-dismiss {
  right: auto !important;
  left: 22px !important;
}
.rtl .smartphoto-arrow-left {
  left: auto !important;
  right: 15px !important;
}
.rtl .smartphoto-arrow-right {
  right: auto !important;
  left: 15px !important;
}
.rtl .smartphoto-nav li {
  margin-left: auto;
  margin-right: 5px;
}
.rtl .smartphoto-arrows a {
  transform: rotate(180deg);
}
.rtl .ql-clipboard {
  left: auto;
  right: -100000px;
}
.rtl .ql-editor {
  text-align: right;
}
.rtl .ql-editor ol,
.rtl .ql-editor ul {
  padding-left: inherit;
  padding-right: 1.5em;
}
.rtl .ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}
.rtl .ql-editor li.ql-direction-rtl::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
}
.rtl .ql-editor ol li:not(.ql-direction-rtl),
.rtl .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 1.5em;
}
.rtl .ql-editor ol li.ql-direction-rtl,
.rtl .ql-editor ul li.ql-direction-rtl {
  padding-right: inherit;
  padding-left: 1.5em;
}
.rtl .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-right: 3em;
  padding-left: inherit;
}
.rtl .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 4.5em;
}
.rtl .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 3em;
}
.rtl .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 4.5em;
}
.rtl .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 6em;
}
.rtl .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 7.5em;
}
.rtl .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 6em;
}
.rtl .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 7.5em;
}
.rtl .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 9em;
}
.rtl .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 10.5em;
}
.rtl .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 9em;
}
.rtl .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 10.5em;
}
.rtl .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-right: 12em;
  padding-left: inherit;
}
.rtl .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 13.5em;
}
.rtl .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 12em;
}
.rtl .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 13.5em;
}
.rtl .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-right: 15em;
  padding-left: inherit;
}
.rtl .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-right: 16.5em;
  padding-left: inherit;
}
.rtl .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 15em;
}
.rtl .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 16.5em;
}
.rtl .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 18em;
}
.rtl .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 19.5em;
}
.rtl .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 18em;
}
.rtl .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 19.5em;
}
.rtl .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-right: 21em;
  padding-left: inherit;
}
.rtl .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-right: 22.5em;
  padding-left: inherit;
}
.rtl .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 21em;
}
.rtl .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 22.5em;
}
.rtl .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 24em;
}
.rtl .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 25.5em;
}
.rtl .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 24em;
}
.rtl .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 25.5em;
}
.rtl .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 27em;
}
.rtl .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: inherit;
  padding-right: 28.5em;
}
.rtl .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 27em;
}
.rtl .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: inherit;
  padding-left: 28.5em;
}
.rtl .ql-editor .ql-direction-rtl {
  direction: ltr;
}
.rtl .ql-editor .ql-align-right {
  text-align: left;
}
.rtl .ql-bubble.ql-toolbar button,
.rtl .ql-bubble .ql-toolbar button {
  float: right;
}
.rtl .ql-bubble.ql-toolbar button svg,
.rtl .ql-bubble .ql-toolbar button svg {
  float: right;
}
.rtl .ql-bubble .ql-editor blockquote {
  padding-left: inherit;
  padding-right: 16px;
  border-left: 0;
  border-right: 4px solid #eae8f1;
}
.rtl .ql-bubble .ql-picker {
  float: right;
}
.rtl .ql-bubble .ql-picker-label {
  padding-left: 2px;
  padding-right: 8px;
}
.rtl .ql-bubble .ql-color-picker .ql-picker-label svg {
  right: auto;
  left: 4px;
}
.rtl .ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: auto;
  left: 4px;
}
.rtl .ql-bubble .ql-color-picker .ql-picker-item {
  float: right;
}
.rtl .ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: auto;
  left: 0;
}
.rtl .ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 0 8px 12px;
}
.rtl .ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-right: 12px;
  margin-left: auto;
}
.rtl .ql-bubble .ql-tooltip-arrow {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -6px;
}
.rtl .ql-bubble .ql-tooltip-editor a {
  right: auto;
  left: 20px;
}
.rtl .ql-container.ql-bubble:not(.ql-disabled) a::before,
.rtl .ql-container.ql-bubble:not(.ql-disabled) a::after {
  right: 0;
  left: auto;
  margin-left: auto;
  margin-right: 50%;
}
.rtl .ad-post-details .custom-control {
  margin-right: 0 !important;
}
.rtl .datepicker {
  direction: rtl;
  right: auto;
  left: 0;
}
.rtl .datetimepicker {
  direction: rtl;
  right: auto;
  left: auto;
}
.rtl .ui-datepicker .ui-datepicker-next {
  left: 2px;
  right: auto;
  transform: rotate(180deg);
}
.rtl .ui-datepicker .ui-datepicker-prev {
  right: 2px;
  left: auto;
  transform: rotate(180deg);
}
.rtl .datetimepicker table th.next,
.rtl .datetimepicker table th.prev {
  transform: rotate(180deg);
}
.rtl .SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: inherit;
  padding-right: 22px;
}
.rtl .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: inherit;
  padding-right: 50px;
}
.rtl .SumoSelect .select-all > span {
  margin-left: auto;
  margin-right: -35px;
}
.rtl .SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: inherit;
  padding-right: 35px;
}
.rtl .SumoSelect > .optWrapper.multiple > .options li.opt span {
  margin-left: auto;
  margin-right: -35px;
}
.rtl .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 0;
  border-left: 1px solid #eae8f1;
}
.rtl .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: inherit;
  padding-right: 35px;
}
.rtl .SumoSelect .select-all {
  padding: 8px 35px 3px 0;
}
.rtl .SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: inherit;
  padding-right: 5px;
}
.rtl .SumoSelect > .CaptionCont > span {
  padding-right: inherit;
  padding-left: 30px;
}
.rtl .SumoSelect > .CaptionCont > label {
  left: 0;
  right: auto;
}
.rtl .SumoSelect > .CaptionCont > label > i:before {
  margin-right: 0.255em;
  margin-left: auto;
}
.rtl .intl-tel-input .flag-dropdown .selected-flag {
  margin: 1px 1px 1px 2px;
  padding: 11px 6px 11px 16px;
}
.rtl .intl-tel-input .flag-dropdown .selected-flag .down-arrow {
  left: auto;
  right: 20px;
}
.rtl .intl-tel-input input {
  padding-left: inherit;
  padding-right: 47px;
}
.rtl .telephone-input .btn {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .intl-tel-input .flag-dropdown .country-list .flag {
  margin-right: 0;
  margin-left: 6px;
}
.rtl .tree li i {
  margin-right: auto;
  margin-left: 5px;
  float: right;
  margin-top: 7px;
}
.rtl .datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
  padding-left: 25px;
  padding-right: 7px;
}
.rtl .main-datetimepicker > .datepicker_header a:nth-child(2),
.rtl .main-datetimepicker > .datepicker_header a:last-child {
  transform: rotate(180deg);
}
.rtl .dropify-wrapper .dropify-clear {
  right: auto;
  left: 10px;
}
.rtl .dropify-wrapper .dropify-preview .dropify-render i {
  left: auto;
  right: 50%;
}
.rtl .dropify-wrapper .dropify-preview .dropify-render .dropify-extension {
  left: auto;
  right: 50%;
}
.rtl .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
  left: auto;
  right: 50%;
}
.rtl .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
  padding: 5px 0 5px 90px;
}
.rtl .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
  text-align: right;
}
.rtl .dropify-wrapper .dropify-loader {
  right: auto;
  left: 15px;
}
.rtl .dropify-wrapper .dropify-errors-container {
  text-align: right;
}
.rtl .dropify-wrapper .dropify-errors-container ul li {
  margin-left: auto;
  margin-right: 20px;
}
.rtl .dropify-wrapper ~ .dropify-errors-container ul li {
  margin-left: auto;
  margin-right: 20px;
}
.rtl .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button.ff_fileupload_start_upload {
  margin-right: auto;
  margin-left: 0.5em;
}
.rtl .form-select.is-invalid:not([multiple]):not([size]),
.rtl .form-select.is-invalid:not([multiple])[size="1"],
.rtl .was-validated .form-select:invalid:not([multiple]):not([size]),
.rtl .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 0.75rem;
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
.rtl .note-editor .note-toolbar .note-color .dropdown-toggle,
.rtl .note-popover .popover-content .note-color .dropdown-toggle {
  padding-left: inherit;
  padding-right: 5px;
}
.rtl .richText .richText-toolbar ul {
  padding-left: inherit;
  padding-right: 0;
}
.rtl .richText .richText-toolbar ul li {
  float: right;
}
.rtl .richText .richText-toolbar ul li a {
  border-left: #eae8f1 solid 1px;
  border-right: 0;
}
.rtl .ql-snow .ql-tooltip {
  left: auto !important;
  right: 0;
}
.rtl .custom-control-label-md {
  padding-left: inherit;
  padding-right: 8px;
}
.rtl .custom-control-label-lg {
  padding-left: inherit;
  padding-right: 15px;
}
.rtl div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: inherit;
  padding-right: 0;
}
.rtl div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: inherit;
  padding-left: 0;
}
.rtl .dt-button-collection .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .card-img-holder .card-footer p i {
  float: right;
  margin-top: 4px;
}
.rtl .border-start {
  border-right: 1px solid #eae8f1 !important;
  border-left: 0 !important;
}
.rtl .border-end {
  border-left: 1px solid #eae8f1 !important;
  border-right: 0 !important;
}
.rtl .counter-status p i {
  float: right;
  margin-top: 4px;
}
.rtl .settings-main-icon {
  margin-right: 0 !important;
}
.rtl .main-mail-header .btn i {
  transform: rotate(180deg);
}
.rtl .nice-select {
  text-align: right;
}
.rtl .nice-select:after {
  right: auto;
  left: 12px;
}
.rtl .nice-select.right {
  float: left;
}
.rtl .nice-select.right .list {
  left: 0;
  right: auto;
}
.rtl .nice-select .list {
  left: auto;
  right: 0;
}
.rtl .nice-select .option {
  padding-left: 29px;
  padding-right: 18px;
  text-align: right;
}
.rtl #checkoutsteps .item .purchase {
  margin-left: 0;
  margin-right: 21px;
}
.rtl #checkoutsteps .total {
  float: left;
}
.rtl .handle-counter .counter-minus {
  border-radius: 0px 3px 3px 0px !important;
}
.rtl .handle-counter .counter-plus {
  border-radius: 3px 0px 0px 3px !important;
}
.rtl .card-pay .tabs-menu.nav li {
  border-left: 1px solid #eae8f1;
  border-right: 0;
}
.rtl dd {
  margin-left: auto;
  margin-right: 0;
}
.rtl .alert .item-card .card-footer a i {
  float: right;
  margin-top: 3px;
}
.rtl.error-page1 .demo-icon {
  left: 60px;
  right: auto;
}
.rtl .margin-card .me-3 {
  margin-right: 0 !important;
}
.rtl .margin-card .mg-r-10 {
  margin-right: 0;
}
.rtl .margin-card .mg-r-40 {
  margin-right: 0;
}
.rtl .margin-card .mg-r-20 {
  margin-right: 0;
}
@media (max-width: 991px) {
  .rtl .navbar-nav-right {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .rtl .error-page1 .demo-icon {
    right: auto !important;
    left: 30px !important;
  }
}
@media (max-width: 576px) {
  .rtl .navbar-nav-right {
    padding-right: 0;
  }
  .rtl .main-dashboard-header-right > div + div {
    margin-left: auto;
    margin-right: 25px;
  }
}
.rtl .avatar.me-3 {
  margin-right: 0 !important;
}
.rtl .dropdown-menu-end {
  --bs-position: start !important;
}
.rtl .dropdown-menu-start {
  --bs-position: end !important;
}
.rtl .card-link {
  display: inline-block;
}
.rtl #external-events {
  text-align: right;
}
.rtl .recent-contacts.me-3 {
  margin-right: 0 !important;
}
.rtl .tree ul {
  margin-left: 0;
  margin-right: 1em;
}
.rtl .tree ul ul {
  margin-left: 0;
  margin-right: 0.5em;
}
.rtl .tree ul:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 1px solid #eae8f1;
}
.rtl .tree li i {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .tree ul li:before {
  left: auto;
  right: 0;
}
.rtl .indicator {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  margin-left: 0;
}
.rtl .sub-review-section .media-body a .badge span {
  float: right;
}
.rtl .owl-nav button {
  transform: rotate(180deg);
}
.rtl .avatar-list-stacked .avatar1 {
  margin-left: -0.8em !important;
  margin-right: 0 !important;
}
.rtl .radiobtns .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.rtl .checkboxbtns .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.rtl .radiobtns .btn-group > .btn:last-child:not(.dropdown-toggle),
.rtl .checkboxbtns .btn-group > .btn:last-child:not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.rtl .radiobtns .btn-group > .btn.rounded-0,
.rtl .checkboxbtns .btn-group > .btn.rounded-0 {
  border-radius: 0 !important;
}
.rtl #basic-alert .main-nav-line,
.rtl #tabs-style2 .main-nav-line,
.rtl #tabs-style3 .main-nav-line,
.rtl #tabs-style4 .main-nav-line {
  padding-right: 0;
}
.rtl #basic-alert .nav,
.rtl #tabs-style2 .nav,
.rtl #tabs-style3 .nav,
.rtl #tabs-style4 .nav {
  padding-right: 0;
}
.rtl .item7-card-desc .me-2,
.rtl .item7-card-desc .me-3,
.rtl .item7-card-desc .me-0,
.rtl #friends .me-2,
.rtl #friends .me-3,
.rtl #friends .me-0 {
  margin-right: 0 !important;
}
.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.rtl .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.rtl .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.rtl .border-end-0 {
  border-right: 1px solid #eae8f1 !important;
  border-left: 0 !important;
}
.rtl .border-start-0 {
  border-left: 1px solid #eae8f1 !important;
  border-right: 0 !important;
}
.rtl div.dataTables_wrapper div.dataTables_length label {
  text-align: right;
}
.rtl div.dataTables_wrapper div.dataTables_filter label {
  text-align: right;
}
.rtl table.table-bordered.dataTable th:last-child,
.rtl table.table-bordered.dataTable td:last-child {
  border-right-width: 1px !important;
  border-left-width: 1px !important;
}
.rtl table.table-bordered.dataTable th,
.rtl table.table-bordered.dataTable td {
  border-right-width: 1px;
  border-left-width: 0 !important;
}
.rtl table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
.rtl table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  left: auto;
  right: 5px;
}
.rtl table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  padding-left: inherit;
  padding-right: 30px;
}
.rtl div.dataTables_wrapper div.dataTables_filter input {
  margin-left: auto;
  margin-right: 0.5em;
}
@media (max-width: 1143px) {
  .rtl .table tr td:last-child {
    border-left: 2px solid #eae8f1;
  }
  .rtl .userlist-table .table tr td:last-child {
    border-left: 0;
  }
}
.rtl .nav-tabs-line-brand,
.rtl .preview-thumbnail {
  padding-right: 0;
}
@media (max-width: 400px) {
  .rtl #checkoutsteps .item .purchase {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
.rtl .cardprice-2 {
  text-align: left;
}
.rtl .main-notification-list i.la-angle-right {
  transform: rotate(180deg);
  text-align: right !important;
}
.rtl .dropend .dropdown-menu {
  --bs-position: start !important;
}
.rtl .dropstart .dropdown-menu {
  --bs-position: end !important;
}
@media (max-width: 991px) {
  .rtl.error-page1 .demo-icon {
    right: auto !important;
    left: 30px !important;
  }
}
.rtl .sidebar {
  border-left: 0;
  border-right: 1px solid #eae8f1;
}
@media (max-width: 991.98px) {
  .main-sidebar-show {
    overflow: hidden;
  }
  .main-sidebar-show .main-sidebar {
    display: flex;
    overflow-y: auto;
    transform: translateX(0);
    visibility: visible;
  }
  .main-sidebar-show .main-content {
    transform: translateX(240px);
  }
  .main-sidebar-show .main-navbar-backdrop {
    visibility: visible;
    opacity: 1;
  }
}
.main-body-sidebar {
  display: block;
}
.main-sidebar-body .nav-sub-item {
  margin-left: 55px;
}
@media (min-width: 992px) {
  .main-body-sidebar {
    display: flex;
    flex-direction: row;
  }
}
.main-body-sidebar .main-content {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: margin-left 0.3s ease;
}
.main-body-sidebar .main-content-header {
  height: auto;
  padding: 15px 20px;
  background: #fff;
  margin: 21px;
  border: 1px solid #e3e8f1;
}
.main-body-sidebar .main-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .main-body-sidebar .main-header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-sidebar {
  width: 240px;
  flex-direction: column;
  flex-shrink: 0;
  border-right: 0 solid #d8dfea;
  transform: translateX(-240px);
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .main-sidebar {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .main-sidebar {
    position: fixed;
    display: flex;
    transform: none;
    z-index: 99;
    border-right-width: 1px;
    visibility: visible;
    background: #fff;
  }
  .main-sidebar-header {
    width: 240px;
    z-index: 999;
  }
  .main-sidebar-hide .main-sidebar-body .nav-link {
    border-radius: 0;
    margin-right: 0;
  }
}
.main-sidebar-sticky {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
.main-sidebar-sticky .main-sidebar-body {
  height: calc(100vh - 122px);
  position: relative;
}
@media (min-width: 992px) {
  .main-sidebar-sticky + .main-content {
    margin-left: 220px;
  }
}
@media (min-width: 1200px) {
  .main-sidebar-sticky + .main-content {
    margin-left: 240px;
  }
}
.main-sidebar-header {
  height: 64px;
  padding: 15px 20px;
  width: 240px;
  background: #fff;
  border-bottom: 1px solid #eae8f1;
  position: fixed;
  border-right: 1px solid #eae8f1;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  transition: left 0.3s ease, width 0.3s ease;
}
.main-sidemenu {
  margin-top: 64px;
}
.main-sidebar-loggedin {
  padding: 20px 20px;
  display: flex;
  flex-shrink: 0;
  border-bottom: 1px solid #dee4ec;
  margin-top: 64px;
}
.main-sidebar .nav-pills-circle {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.main-sidebar .nav-pills-circle.nav .nav-item .dropdown-menu {
  left: -30px;
  min-width: 200px;
}
.main-sidebar .nav-pills-circle.nav .nav-item .dropdown-menu .dropdown-item i {
  font-size: 14px;
  margin-right: 3px;
}
.main-sidebar .nav-pills-circle .nav-pill {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #eaedf1 !important;
  color: #68798b !important;
  border-radius: 5px;
  margin: 0 4px;
  padding: 0.4rem 0.7rem;
}
.main-sidebar-hide .main-sidebar-loggedin .main-img-user {
  margin: auto;
}
.main-sidebar-loggedin .main-img-user {
  width: 38px;
  height: 38px;
}
.main-sidebar-loggedin .media-body {
  margin-left: 12px;
  transition: left 0.4s ease, width 0.4s ease;
}
.main-sidebar-loggedin .media-body h6 {
  font-weight: 700;
  font-size: 14px;
  color: #242f48;
  margin-bottom: 2px;
}
.main-sidebar-loggedin .media-body span {
  display: block;
  color: #737f9e;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .main-sidebar-body {
    padding: 0;
  }
}
.main-sidebar-hide .side-badge {
  display: none;
}
.main-sidebar-body .nav {
  flex-direction: column;
}
.main-sidebar-body .nav-item.active .nav-link .nav-badge {
  right: 12px !important;
}
.main-sidebar-body .nav-sub {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.9s ease;
  -o-transition: max-height 0.9s ease;
  transition: max-height 0.9s ease;
  transition: all 0.9s;
  margin-left: 32px;
}
.main-sidebar-body .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  border-top: 1px dotted #e2eaf9;
}
.main-sidebar-body .nav-link {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #242f48;
  padding-bottom: 2px;
}
.main-sidebar-hide .main-sidebar-body .nav-link .leftmenu-icon {
  margin: auto;
}
.main-sidebar-hide .nav-text-badge {
  display: none;
}
.main-sidebar-body .nav-link i.typcn::before {
  width: auto;
}
.nav-link.with-sub .angle {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: absolute;
  top: 17px;
  right: 23px;
  font-size: 12px;
}
.nav-link.with-sub .side-badge {
  right: 23px;
  position: absolute;
}
.main-sidebar-body .nav-link .leftmenu-icon .eve-icon {
  fill: #031b4e;
}
.main-sidebar-body .nav-sub {
  list-style: none;
  padding: 0;
  margin: 0 0 0 7px;
  position: relative;
}
.main-sidebar-body .nav-sub-item .nav-sub {
  padding: 0 0 0 18px;
  border-left-width: 1px;
  margin-left: 0;
}
.main-sidebar-body .nav-sub-item .nav-sub .nav-sub-link {
  height: auto;
  padding: 7px 0;
}
.main-sidebar-body .nav-sub-item.active > .nav-sub-link {
  color: var(--primary-bg-color);
  border-radius: 1px;
}
.main-sidebar-body .nav-sub-item.show .nav-sub {
  display: block;
}
.main-sidebar-body .nav-sub-link {
  height: 34px;
  display: flex;
  align-items: center;
  color: #6c7293;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-sidebar-body .nav-sub-link.with-sub {
  justify-content: space-between;
}
.main-sidebar-body .nav-sub-link.with-sub::after {
  content: "\f3d0";
  font-family: "Ionicons";
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-left: auto;
  color: #d0d7e8;
}
.main-sidebar-body .nav-sub-link + .nav-sub-link {
  border-top: 1px dotted #d0d7e8;
}
@media (min-width: 992px) {
  .main-sidebar-body .nav-sub-link.with-sub::after {
    margin-left: 4px;
    font-size: 12px;
  }
}
.main-sidebar-open .main-sidebar {
  width: 240px;
  transition: left 0.3s ease;
}
.main-sidebar {
  background: var(--primary-bg-color);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
}
.main-sidebar-body .nav-label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 1;
  padding: 20px 29px 10px;
  text-transform: capitalize;
  width: 100%;
  color: rgba(255, 255, 255, 0.4) !important;
  position: relative;
}
.main-sidebar-body .nav-link {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 2px 15px;
  font-size: 15px;
  color: #334151;
}
.main-sidebar-body .nav-link:hover,
.main-sidebar-body .nav-link:focus {
  color: #fff;
}
.main-sidebar-body .nav-sub li .nav-sub-link::after {
  content: "\e92f";
  font-family: "feather" !important;
  position: absolute;
  top: 7px;
  left: -30px;
  font-size: 12px;
}
.main-sidebar-body .nav-item + .nav-item::before {
  border-top: 0;
}
.main-sidebar-body .nav-link .leftmenu-icon {
  font-size: 18px;
  line-height: 0;
  margin-right: 4px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
}
.main-sidebar-body .nav-label:after {
  content: "--";
  position: absolute;
  left: 13px;
  top: 18px;
}
@media (min-width: 992px) {
  .main-sidebar-hide .main-sidebar-body .nav-link i.typcn {
    line-height: 1.69;
    font-size: 1.125rem;
    margin-right: 0;
  }
  .main-body.main-sidebar-hide .main-sidebar {
    width: 80px;
  }
  .main-body.main-sidebar-hide .main-sidebar-loggedin .media-body,
  .main-body.main-sidebar-hide .sidemenu-label {
    display: none;
  }
  .main-body.main-sidebar-hide .main-sidebar-body .nav-label {
    display: none;
  }
  .main-body.main-sidebar-hide .main-sidebar-body .nav-link .leftmenu-icon {
    margin: 0;
  }
  .main-body.main-sidebar-hide .main-sidebar-body .nav-item {
    margin: 0 auto;
    text-align: center;
  }
  .main-body.main-sidebar-hide .main-sidebar-body .angle {
    display: none;
  }
  .main-body.main-sidebar-hide .sidebar-navs,
  .main-body.main-sidebar-hide .user-info {
    display: none;
  }
  .main-body.main-sidebar-hide .user-pic img {
    width: 40px !important;
    height: 40px;
    font-size: 36px !important;
    border-radius: 4px !important;
  }
  .main-body.main-sidebar-hide .main-sidebar-loggedin {
    padding: 20px;
  }
}
.sidebar-right .main-nav-line .nav-link {
  padding: 10px 18px 10px 21px;
  background: #dde2ef;
}
.sidebar-right .main-nav-line .nav-link.active::before {
  bottom: 0;
}
.main-sidebar-body .nav-item.show > .nav-sub {
  max-height: 100vh;
  -webkit-transition: max-height 2s ease;
  -o-transition: max-height 2s ease;
  transition: max-height 2s ease;
  transition: all 2s;
}
.main-sidebar-body .nav-item.active .nav-link {
  color: #fff;
  font-weight: 500;
  border-top: 0;
  background-color: rgb(94, 95, 224);
}
.main-sidebar-body .nav-item.active .angle {
  color: #fff !important;
}
.main-sidebar-body .nav-sub-item.active > .nav-sub-link {
  color: #14c6e2;
  border-radius: 1px;
}
.main-sidebar-body .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding: 7px 12px;
  color: #fff;
  -webkit-transition-duration: 0.45s;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  transition-property: color;
  -webkit-transition-property: color;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
  font-weight: 400;
}
.main-sidebar-body .nav-sub-item {
  margin-left: 0;
  text-align: left;
  padding: 2.2px 25px 2.2px 52px;
}
.main-sidebar-body .nav-item.show > .nav-sub {
  position: relative;
}
.main-sidebar-body .nav-sub li.active .nav-sub-link::after {
  border-color: var(--primary-bg-color);
  color: #14c6e2;
}
.main-sidebar-hide .nav-sub {
  display: none;
}
.main-sidebar-body .nav-sub {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  position: relative;
}
.main-sidebar-body .nav-item {
  position: relative;
}
.main-sidebar-body .nav-item.active {
  border-top: 0;
}
.right-page .value {
  color: #161537;
  font-size: 1rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}
.right-page .label {
  color: #979a9f;
  font-size: 12px;
  line-height: 1;
}
.main-sidebar-body .nav-sub-link {
  height: 34px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 200;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-sidebar-body .nav-sub-link:hover {
  color: #14c6e2;
}
@media (min-width: 992px) {
  .main-sidebar-hide .main-header-menu-icon {
    margin: 0 auto !important;
    text-align: center;
  }
  .main-sidebar-hide .main-sidebar-body .nav-item {
    border-top: 0;
  }
  .main-sidebar-hide .main-sidebar-body .nav-item.active {
    background: transparent;
  }
  .main-sidebar-hide .main-sidebar-body .nav-link {
    border-radius: 0;
    margin-right: 0;
    width: 38px;
    height: 38px;
    margin: 5px 0;
    border-radius: 5px;
  }
  .main-sidebar-hide .nav-search {
    display: none;
  }
  .main-sidebar-hide .main-sidebar-body .nav-link {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 2px 10px;
  }
  .animated-arrow span {
    transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .animated-arrow span:before,
  .animated-arrow span:after,
  .animated-arrow span:before,
  .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }
}
.app-sidebar__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a8a8a8;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: left;
}
.user-info .text-dark {
  color: #031b4e !important;
  font-weight: 600;
  font-size: 14px;
  margin-top: 13px;
}
.user-info .text-muted {
  color: #f2f5fb !important;
  font-size: 13px;
}
.sidebar-navs .nav-pills-circle .nav-link {
  display: block;
  padding: 0.4rem 0.6rem;
  font-size: 16px;
  border: 1px solid #dde2ef;
  border-radius: 4px;
  line-height: 1;
}
.main-sidebar-loggedin {
  padding: 0 20px;
  display: flex;
  flex-shrink: 0;
  border-bottom: 0;
  margin-top: 0;
  padding: 20px 20px 15px;
  transition: left 0.3s ease;
}
.main-sidebar-loggedin .media-body h6 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}
.nav-search .input-group-text {
  background: transparent;
}
.nav-search .form-control {
  color: #fff;
  background-color: #7878eb;
  border: 1px solid rgba(226, 232, 245, 0.25);
}
.nav-search .input-group-text {
  color: #fff;
  background-color: #7878eb;
  border: 1px solid rgba(226, 232, 245, 0.22);
}
.main-sidebar-loggedin .media-body {
  margin-left: 13px;
  transition: left 0.4s ease, width 0.4s ease;
}
.main-sidebar .nav-pills-circle {
  margin-bottom: 10px !important;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}
.main-sidebar-body .nav-item.show .nav-link.with-sub .angle {
  transform: rotate(90deg);
}
.main-sidebar {
  width: 240px;
}
@media screen and (min-width: 997px) {
  .main-sidebar-open .main-sidebar {
    width: 240px;
    transition: left 0.3s ease;
  }
}
.main-sidebar-body .nav-item.active:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  height: 45px;
  width: 3px;
  left: 0px;
  z-index: 99;
}
.main-sidebar-body .nav .nav-item .nav-sub:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  height: 10%;
  width: 3px;
  left: 0px;
  z-index: 99;
  height: 100%;
}
@media (min-width: 768px) {
  .sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.dark-theme {
    display: none !important;
  }
}
.main-sidebar-hide .nav-badge {
  position: absolute;
  top: 5px;
  display: block !important;
  padding: 3px 5px !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.09), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.main-sidebar-body .nav-sub .nav-sub-item .nav-sub-link:before::hover {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  height: 10%;
  width: 1px;
  background: var(--primary-bg-color);
  left: -27px;
  z-index: 99;
  height: 34px;
}
.main-sidebar .search {
  position: relative;
  padding: 0 10px;
}
.main-sidebar .search .form-control {
  display: block;
  width: 214px;
  height: 40px;
  border-radius: 25px;
}
.main-sidebar .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  height: 40px;
  color: #b9c2d8;
  transition: none;
  font-size: 14px;
  padding-right: 31px;
}
.app-sidebar .slide.active .side-menu__item {
  background: transparent;
}
.app-sidebar__user .user-pro-body {
  display: block;
  padding: 15px 0;
}
.app-sidebar__user .user-pro-body img {
  display: block;
  margin: 0 auto 0px;
  border: 2px solid #eae8f1;
  box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2);
  padding: 3px;
  background: #fff;
}
.app-sidebar__user .user-pro-body .u-dropdown {
  color: #97999f;
}
.app-sidebar__user .user-pro-body .user-info span.text-gray {
  color: #969696 !important;
}
.app-sidebar__user .user-info {
  margin: 0 auto;
  text-align: center;
}
.app-sidebar__user .user-info h4 {
  color: #031b4e;
  font-size: 15px;
}
.sidebar {
  position: fixed;
  display: block;
  top: 0px;
  width: 300px;
  bottom: 0;
  z-index: 9999;
  height: 100%;
  background: #fff;
  box-shadow: none;
}
.sidebar .tab-menu-heading {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  margin-bottom: 27px;
  background: #ecf0fa;
}
.sidebar .tabs-menu-body {
  margin-top: 56px;
}
.sidebar .tabs-menu ul li {
  width: 100%;
  display: block;
}
.sidebar .tabs-menu ul li .active {
  background: var(--primary-bg-color) !important;
  color: #fff !important;
  border: 1px solid var(--primary-bg-color) !important;
}
.sidebar .tabs-menu ul li a {
  padding: 8px 16px;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #ebeaf1;
  font-weight: 300;
  background: #ecf0fa;
  color: #000;
}
.sidebar .tabs-menu ul li:last-child a {
  margin-bottom: 0px;
}
.sidebar .nav.panel-tabs {
  padding: 20px;
}
.sidebar .avatar-md {
  width: 40px !important;
  height: 40px !important;
  font-size: 15px !important;
}
.sidebar .avatar-lg {
  width: 50px !important;
  height: 50px !important;
}
.sidebar .card {
  box-shadow: none;
  border: 0 !important;
}
.sidebar .list-group-item {
  margin-bottom: -2px;
}
@media (max-width: 480px) {
  .sidebar .tab-menu-heading .tabs-menu ul li {
    width: auto;
    margin: 0;
  }
}
.sidebar-right .list a {
  color: #081e3c;
}
.app-sidebar .mCSB_draggerContainer {
  right: -11px !important;
}
@media (min-width: 992px) {
  .app.sidenav-toggled .app-content {
    margin-left: 80px;
  }
  .app.sidenav-toggled .app-sidebar {
    left: 0;
    width: 80px;
    overflow: hidden;
  }
  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: hidden;
  }
  .app.sidenav-toggled .slide.is-expanded .slide-menu {
    display: none;
  }
  .side-badge {
    display: none;
  }
  .side-header {
    width: 240px;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .app {
    overflow-x: hidden;
  }
  .app .app-sidebar {
    left: -240px;
  }
  .app .app-sidebar__overlay {
    visibility: hidden;
  }
  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }
  .app.sidenav-toggled .app-sidebar {
    left: 0;
  }
  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: visible;
  }
  .app.sidebar-gone.sidenav-toggled .app-sidebar {
    left: 0;
  }
  .app.sidenav-toggled .side-menu .side-menu__icon {
    margin-right: 13px !important;
    margin-left: 0;
  }
  .sidebar-mini .side-menu,
  .sidebar-gone .side-menu {
    margin-inline: 0 !important;
  }
}
.app-content {
  min-height: calc(100vh - 50px);
  margin-bottom: 0 !important;
  -webkit-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
.app-content .side-app {
  padding: 0px 30px 0 30px;
}
.footer .container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .app.sidenav-toggled .avatar-xl {
    width: 55px !important;
    height: 55px !important;
  }
  .app.sidebar-mini.sidenav-toggled .logo-icon.icon-light {
    display: block;
  }
  .app.sidebar-mini.sidenav-toggled .logo-icon {
    text-align: center;
  }
  .app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-dark {
    display: none;
  }
  .app.sidebar-mini .main-sidebar-header .logo-icon {
    display: none;
  }
  .app.sidebar-mini.sidenav-toggled .main-sidebar-header .main-logo {
    display: none;
  }
  .app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .main-sidebar-header .main-logo {
    display: block;
  }
  .app.sidebar-mini .main-semi-white {
    display: none;
  }
  .app.sidebar-mini .desktop-semilogo {
    display: none;
  }
  .app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
    line-height: 19px;
  }
  .app.sidebar-mini.sidenav-toggled .side-item.side-item-category {
    display: none;
  }
  .app.sidebar-mini.sidenav-toggled .side-item.side-item-category {
    display: none;
  }
  .app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-item.side-item-category {
    display: block;
  }
}
@media (max-width: 991px) {
  .app-content {
    min-width: 100%;
  }
}
@media print {
  .app-content {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
}
.light-text {
  font-weight: 300 !important;
}
.semibold-text {
  font-weight: 600 !important;
}
.line-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #eae8f1;
}
.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  padding-right: 15px;
  padding: 5px 0;
  box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #5e2dd8;
}
@media (min-width: 992px) {
  .app-header {
    padding-right: 30px;
  }
}
@media print {
  .app-header {
    display: none;
  }
}
.app-header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #fff;
  text-align: center;
  font-family: "Niconne";
  padding: 0 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px;
}
.app-header__logo:focus,
.app-header__logo:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .app-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 230px;
  }
}
.app-sidebar__toggle {
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
  margin-right: 10px;
  display: block;
  font-size: 22px;
  color: #272746;
  position: relative;
  line-height: 23px;
  outline: none;
  height: 40px;
  width: 40px;
  background: transparent;
  margin: auto;
  text-align: center;
  border-radius: 50%;
}
.app-sidebar__toggle:hover {
  color: #fff;
}
.app-sidebar__toggle:focus,
.app-sidebar__toggle:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .app-sidebar__toggle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .main-sidebar-header {
    display: none !important;
  }
  .main-sidemenu {
    margin-top: 0 !important;
  }
}
.app-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .app-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.app-nav__item {
  display: block;
  padding: 15px;
  line-height: 20px;
  color: #a8a8a8;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.app-nav__item:hover,
.app-nav__item:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.app-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 15px;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .app-search {
    display: none;
  }
}
.app-search__input {
  border: 0;
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.app-search__input::-webkit-input-placeholder,
.app-search__input:-ms-input-placeholder,
.app-search__input::-ms-input-placeholder,
.app-search__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.app-search__button {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  padding: 0 10px;
  border: 0;
  color: rgba(0, 0, 0, 0.8);
  background: none;
  cursor: pointer;
}
.app-notification {
  min-width: 270px;
}
.app-notification__title {
  padding: 8px 20px;
  text-align: center;
  background-color: rgba(0, 150, 136, 0.4);
  color: #333;
}
.app-notification__footer {
  padding: 8px 20px;
  text-align: center;
  background-color: #eee;
}
.app-notification__content {
  max-height: 220px;
  overflow-y: auto;
}
.app-notification__content::-webkit-scrollbar {
  width: 6px;
}
.app-notification__content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.app-notification__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  color: inherit;
  border-bottom: 1px solid #eae8f1;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.app-notification__item:focus,
.app-notification__item:hover {
  color: inherit;
  text-decoration: none;
  background-color: #e0e0e0;
}
.app-notification__message,
.app-notification__meta {
  margin-bottom: 0;
}
.app-notification__icon {
  padding-right: 10px;
}
.app-notification__message {
  line-height: 1.2;
}
.app-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  color: #031b4e;
  width: 240px;
  max-height: 100%;
  z-index: 1024;
  background: #fff;
  -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(229, 228, 230, 0.5);
  box-shadow: 0px 8px 14.72px 1.28px rgba(229, 228, 230, 0.5);
  border-right: 1px solid #eae8f1;
  transition: left 0.3s ease, width 0.3s ease;
}
.app-sidebar::-webkit-scrollbar {
  width: 6px;
}
.app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
@media print {
  .app-sidebar {
    display: none;
  }
}
@media (max-width: 991px) {
  .app-sidebar__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
}
.app-sidebar__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a8a8a8;
  width: 100%;
  display: inline-block;
}
.app-sidebar__user .dropdown-menu {
  top: 10px !important;
}
.app-sidebar__user img {
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2);
}
.app-sidebar__user-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}
.app-sidebar__user-name {
  font-size: 17px;
  line-height: 1.3;
  white-space: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
  overflow: hidden;
  font-weight: 600;
  color: #e5e9ec;
  font-size: 15px;
  margin-top: 5px !important;
}
.app-sidebar__user-name.text-sm {
  font-size: 12px;
  font-weight: 400;
}
.app-sidebar__user-designation {
  white-space: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
  overflow: hidden;
  font-weight: 600;
  color: #e5e9ec;
  font-size: 15px;
  margin-top: 5px !important;
}
.side-menu {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.side-menu .slide .side-menu__item {
  padding: 10px 20px 10px 22px;
  margin: 0;
  border-radius: 0;
}
slide is-expanded side-menu__item {
  background: rgba(238, 238, 247, 0.9);
}
.slide {
  margin: 0;
}
.side-menu .slide.active .side-menu__item {
  background-color: transparent;
}
.side-menu .slide.active .side-menu__label,
.side-menu .slide.active .side-menu__icon {
  color: var(--primary-bg-color);
}
.side-menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.side-menu__item.active,
.side-menu__item:hover,
.side-menu__item:focus {
  text-decoration: none;
  color: var(--primary-bg-color);
}
.side-menu__item.active .side-menu__label {
  color: var(--primary-bg-color) !important;
}
.side-menu__item.active .angle {
  color: var(--primary-bg-color) !important;
}
.side-menu__item.active .side-menu__icon {
  fill: var(--primary-bg-color) !important;
}
.side-menu__item.active .side-menu__icon,
.side-menu__item:hover .side-menu__icon,
.side-menu__item:focus .side-menu__icon {
  color: var(--primary-bg-color) !important;
}
@media (min-width: 992px) {
  .app.sidebar-mini.sidenav-toggled .profile-status {
    right: 22px;
    top: 57px;
  }
  .app.sidenav-toggled .side-menu__label {
    display: none !important;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    background: transparent;
    font-size: 12px;
    box-shadow: none;
  }
}
.slide:hover .side-menu__label,
.slide:hover .angle,
.slide:hover .side-menu__icon {
  color: var(--primary-bg-color) !important;
  fill: var(--primary-bg-color) !important;
}
.slide.is-expanded .side-menu__label,
.slide.is-expanded .side-menu__icon,
.slide.is-expanded .angle {
  color: var(--primary-bg-color) !important;
}
.slide-item.active,
.slide-item:hover,
.slide-item:focus {
  text-decoration: none;
  color: var(--primary-bg-color) !important;
}
.slide-item.active::before,
.slide-item:hover::before,
.slide-item:focus::before {
  color: var(--primary-bg-color) !important;
}
.slide-item.active .sub-angle,
.slide-item:hover .sub-angle,
.slide-item:focus .sub-angle {
  color: var(--primary-bg-color) !important;
  opacity: 1;
}
.sub-side-menu__item.active,
.sub-side-menu__item:hover,
.sub-side-menu__item:focus {
  text-decoration: none;
  color: var(--primary-bg-color) !important;
}
.sub-side-menu__item.active::before,
.sub-side-menu__item:hover::before,
.sub-side-menu__item:focus::before {
  color: var(--primary-bg-color) !important;
}
.sub-side-menu__item.active .sub-angle,
.sub-side-menu__item:hover .sub-angle,
.sub-side-menu__item:focus .sub-angle {
  color: var(--primary-bg-color) !important;
  opacity: 1;
}
.slide-menu .sub-slide-menu {
  padding: 0 5px;
}
.sub-slide .sub-angle {
  margin-left: auto;
  float: right;
  font-size: 12px;
  margin-top: 3px;
}
.slide-menu li {
  position: relative;
}
.slide.is-expanded a {
  color: #6d7790;
  text-decoration: none;
}
.slide.is-expanded .sub-side-menu__item:before {
  content: "\e92f";
  font-family: "feather" !important;
  position: absolute;
  top: 9px;
  left: 0px;
  font-size: 9px;
}
.side-menu .side-menu__icon {
  font-size: 23px;
  line-height: 0;
  margin-right: 14px;
  width: 22px;
  height: 22px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  color: #a8b1c7;
  fill: #5b6e88;
}
.side-menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25px;
}
.side-menu__label {
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #5b6e88;
  position: relative;
  font-size: 13.5px;
  line-height: 1;
  vertical-align: middle;
  font-weight: 400;
}
.app-sidebar .slide .side-menu__item.active::before {
  content: "";
  width: 3px;
  height: 31px;
  background: var(--primary-bg-color);
  position: absolute;
  left: 0;
}
.app-sidebar .side-item.side-item-category {
  color: #2c364c;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  height: 15px;
  padding: 0 20px 0 25px;
}
.app-sidebar .side-item.side-item-category:not(:first-child) {
  margin-top: 25px;
}
.slide-menu {
  display: none;
  padding-left: 29px;
  list-style: none;
}
.slide.is-expanded .slide-menu {
  display: block;
}
.slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  padding: 8px 28px 8px 28px;
  font-weight: 400;
  color: #6d7790;
}
.slide-item .icon {
  margin-right: 5px;
}
.angle {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 848px) {
  .profile-user .p-text {
    display: none;
  }
}
@media (min-width: 992px) {
  .sidenav-toggled .app-sidebar__user-name,
  .sidenav-toggled .app-sidebar__user-designation,
  .sidenav-toggled .angle,
  .sidenav-toggled .app-sidebar__user-name,
  .sidenav-toggled .user-notification,
  .sidenav-toggled .app-sidebar__user-name,
  .sidenav-toggled .user-info {
    display: none;
  }
  .sidenav-toggled .sidenav-toggled.user-notification::before {
    background: transparent;
    display: none;
  }
  .sidenav-toggled .app-sidebar__user-name,
  .sidenav-toggled .avatar-xl {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    margin-bottom: 0px !important;
  }
  .sidenav-toggled .app-sidebar__user,
  .sidenav-toggled .side-menu {
    margin-top: 0px;
  }
  .sidenav-toggled .app-sidebar__user-avatar {
    width: 25px;
    height: 25px;
  }
  .sidenav-toggled .app-sidebar__user {
    padding: 12px 0px 12px 0;
    margin-bottom: 0px;
    border-bottom: 0;
  }
  .sidenav-toggled .profile-img {
    top: 0px;
    right: 19px;
  }
  .sidenav-toggled .app-content {
    margin-left: 0;
  }
  .sidenav-toggled .app-sidebar {
    left: 0;
  }
  .sidenav-toggled .app-sidebar:hover {
    overflow: visible;
  }
  .sidenav-toggled .side-menu__item {
    overflow: hidden;
  }
  .sidenav-toggled .side-menu__item:hover {
    overflow: visible;
  }
  .sidenav-toggled .side-menu__item:hover .side-menu__label {
    opacity: 1;
  }
  .sidenav-toggled .side-menu__item:hover + .slide-menu {
    visibility: visible;
  }
  .sidenav-toggled .side-menu__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    padding: 12px 5px 12px 20px;
    margin-left: -3px;
    line-height: 1;
    opacity: 0;
    background: #fff;
    color: #a8a8a8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  }
  .sidenav-toggled .slide:hover .side-menu__label {
    opacity: 1;
  }
  .sidenav-toggled .slide:hover .slide-menu {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .sidenav-toggled .slide .side-menu__label {
    border-bottom-right-radius: 0;
  }
  .sidenav-toggled .slide-menu {
    position: absolute;
    left: 90px;
    min-width: 180px;
    opacity: 0;
    border-bottom-right-radius: 4px;
    z-index: 9;
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease;
    -o-transition: visibility 0.3s ease;
    transition: visibility 0.3s ease;
    -webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  }
  .app.sidenav-toggled .side-menu__item {
    display: block;
    padding: 8px 0 9px 0;
    margin: 0 auto;
    text-align: center;
    border-left: 0;
  }
  .app.sidenav-toggled .side-menu_label {
    display: block;
    font-size: 12px;
  }
  .app.sidenav-toggled .side-menu__label {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
    color: #5c6287;
    opacity: 1;
    background: transparent;
    font-size: 12px;
    box-shadow: none;
  }
  .sidenav-toggled .app-sidebar__user .avatar-md {
    margin: 0 auto;
  }
  .app.sidenav-toggled .nav-badge {
    position: absolute;
    top: 8px;
    right: 28px;
    padding: 0.2rem 0.4rem;
    font-size: 11px;
  }
}
.app.sidenav-toggled .side-menu .side-menu__icon {
  margin-right: 0;
  margin-left: 0;
}
.app .side-menu_label {
  display: none;
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu.dropdown-menu-right {
  left: auto;
}
.dropdown-item .fa,
.dropdown-item .icon {
  vertical-align: middle;
}
.app-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  margin: -30px -30px 30px;
  padding: 20px 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.app-title h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
.app-title p {
  margin-bottom: 0;
  font-style: italic;
}
@media print {
  .app-title {
    display: none;
  }
}
@media (max-width: 480px) {
  .app-title {
    margin: -15px -15px 15px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .app-title p {
    display: none;
  }
}
.app-breadcrumb {
  margin-bottom: 0;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 480px) {
  .app-breadcrumb {
    margin-top: 10px;
  }
}
.tile {
  position: relative;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  -webkit-box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  -webkit-transition: left 0.3s ease, width 0.3s ease;
  -o-transition: left 0.3s ease, width 0.3s ease;
  transition: left 0.3s ease, width 0.3s ease;
}
@media print {
  .tile {
    border: 1px solid #eae8f1;
  }
}
.sidenav-toggled .app-sidebar__user .avatar-md {
  line-height: 2rem;
  font-size: 1rem;
}
.app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.05);
}
.app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.app-sidebar .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.2);
}
.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
  position: absolute;
  top: 5px;
  left: 57px;
  display: block !important;
  padding: 3px 5px !important;
}
.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 {
  display: none;
}
.nav-badge {
  border-radius: 30px;
  padding: 0.4em 0.6em;
  font-size: 12px;
}
.user-info .text-dark {
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
}
.user-info .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}
.side-header .header-brand1 {
  text-align: center;
  display: table;
}
.side-header .header-brand-img.desktop-logo {
  max-height: 2.5rem;
  text-align: center;
  display: block;
  margin-right: 0;
}
.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo,
.side-header .header-brand-img.toggle-logo {
  display: none;
}
.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo {
  display: none;
  margin-right: 0;
}
.sidenav-toggled .user-pic {
  margin-bottom: 0;
}
.side-header {
  display: flex;
  border-bottom: 1px solid #eae8f1;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.sidenav-toggled .app-sidebar__toggle {
  display: block;
}
.user-pic {
  margin-bottom: 0.8rem;
}
.side-menu h3 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 1;
  padding: 20px 34px 10px;
  text-transform: capitalize;
  width: 100%;
  position: relative;
  color: #90909e;
  position: relative;
}
.side-menu h3:after {
  content: "--";
  position: absolute;
  left: 21px;
  top: 20px;
}
.sidenav-toggled .side-menu h3 {
  display: none;
}
.slide.is-expanded .slide-menu,
.sub-slide {
  display: block;
}
.sub-side-menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
  font-size: 12px;
  color: #6d7790;
}
.sub-side-menu__label {
  white-space: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 400;
}
.sub-slide .sub-angle {
  transform-origin: center;
  opacity: 0.5;
}
.sub-slide.is-expanded .sub-angle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sub-slide-menu {
  list-style: none;
  padding: 0;
}
.sub-slide-item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  list-style: none;
  padding: 8px 0 8px 25px !important;
}
.sub-slide-menu {
  display: none;
  font-size: 0.8rem !important;
  padding-left: 0;
  list-style: none;
}
.sub-slide.is-expanded .sub-slide-menu {
  display: block;
}
.slide-menu .sub-slide.is-expanded {
  display: block;
}
.sub-side-menu__item {
  padding-left: 40px !important;
  padding-right: 20px !important;
}
.sub-slide-item {
  padding-left: 42px !important;
}
.app-sidebar .side-menu__item.active:hover {
  color: #7282a9 !important;
}
.app-sidebar .slide.active .side-menu__icon,
.app-sidebar .slide.is-expanded .side-menu__icon {
  fill: var(--primary-bg-color) !important;
}
.app-sidebar .slide.active .side-menu__icon {
  fill: var(--primary-bg-color) !important;
}
.app-sidebar .slide.active .side-menu__item {
  color: var(--primary-bg-color) !important;
}
.app-sidebar .slide-menu .sub-slide-menu a:before {
  left: 25px;
}
.side-menu .slid.active .sub-slide.is-expanded .sub-slide-menu {
  max-height: 0;
}
.app-sidebar .slide-menu a:before {
  content: "\e92f";
  font-family: "feather" !important;
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 9px;
  color: #6d7790;
}
.sub-slide-menu1 .sub-slide-item2:before {
  content: "\e92f";
  font-family: "feather" !important;
  position: absolute;
  left: 35px !important;
  font-size: 9px;
  color: #6d7790;
  top: 5px !important;
  font-weight: 900;
}
.app-sidebar__toggle .close-toggle,
.sidebar-mini.sidenav-toggled .open-toggle {
  display: none;
}
.header-icon {
  text-align: center;
  line-height: 40px !important;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.7;
  font-size: 1.5rem;
  color: #a8b1c7;
}
.sidebar-mini.sidenav-toggled .close-toggle {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}
.sidenav-toggled .app-content {
  transition: margin-left 0.3s ease;
}
.sub-slide-menu .active .sub-slide-item.active {
  color: var(--primary-bg-color);
}
.app-sidebar__user .user-info .text-muted {
  color: #7987a1 !important;
  font-size: 13px;
}
.app-sidebar .slide-menu a.active:before {
  color: var(--primary-bg-color);
}
@media (min-width: 992px) {
  .app.sidebar-mini.sidenav-toggled-open .app-sidebar {
    left: 0;
    width: 240px;
  }
  .app.sidebar-mini.sidenav-toggled-open .side-menu__item {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    margin: 2px 0;
  }
  .app.sidebar-mini.sidenav-toggled-open .side-menu .slide .side-menu__item {
    padding: 10px 20px 10px 22px;
    margin: 0;
    text-align: left;
    border-radius: 0;
  }
  .app.sidebar-mini.sidenav-toggled-open .side-menu__label {
    white-space: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    opacity: 1;
    display: block !important;
    position: initial;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 400;
  }
  .app.sidebar-mini.sidenav-toggled-open .angle {
    display: block;
  }
  .app.sidebar-mini.sidenav-toggled-open .avatar-xl {
    width: 72px !important;
    height: 72px !important;
    font-size: 36px !important;
  }
  .app.sidebar-mini.sidenav-toggled-open .app-sidebar__user .user-info {
    margin: 0 auto;
    display: block !important;
    text-align: center;
  }
  .app.sidebar-mini.sidenav-toggled-open .side-menu .side-menu__icon {
    margin-right: 12px;
  }
  .app.sidebar-mini.sidenav-toggled-open .ps > .ps__rail-y > .ps__thumb-y {
    left: 1px;
    background-color: #e9eef7;
  }
  .app.sidebar-mini.sidenav-toggled-open .main-sidebar-header {
    width: 240px !important;
  }
  .app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .logo-icon {
    display: none !important;
  }
  .app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .desktop-logo.logo-light {
    display: block;
  }
  .app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .profile-status {
    right: 97px;
    top: 70px;
  }
  .app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .desktop-logo.logo-dark {
    display: none;
  }
  .app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge {
    display: block !important;
  }
  .app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide-menu {
    left: 0;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item:hover + .slide-menu {
    visibility: visible;
    opacity: inherit;
  }
  .app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide.is-expanded .slide-menu {
    display: block;
    box-shadow: none;
  }
  .sidenav-toggled .slide-menu {
    box-shadow: none !important;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide-menu {
    position: inherit;
    visibility: visible;
    opacity: inherit !important;
    z-index: 0;
    cursor: pointer;
  }
  .sidenav-toggled.sidenav-toggled-open .app-sidebar .slide .side-menu__item.active::before {
    content: "";
    width: 3px;
    height: 31px;
    background: var(--primary-bg-color);
    position: absolute;
    left: 0;
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 992px) {
  .main-sidebar-header .main-logo {
    display: block;
  }
}
@media (max-width: 991px) {
  .main-body.app.sidebar-mini.sidebar-gone.sidenav-toggled .desktop-logo.logo-light {
    display: none !important;
  }
  .main-body.app.sidebar-mini.sidebar-gone.sidenav-toggled.sidenav-toggled-open .desktop-logo.logo-light {
    display: block !important;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .desktop-logo {
    height: auto !important;
    text-align: inherit !important;
    margin: 0 !important;
    justify-content: inherit !important;
  }
}
@media only screen and (max-width: 991px) {
  .app .desktop-logo {
    margin-left: 0 !important;
  }
  .main-body.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .main-header form[role=search].active input {
    padding-left: 250px;
    transition: none;
  }
  .main-body.app.sidebar-mini.sidenav-toggled .main-header form[role=search].active input {
    padding-left: 90px;
  }
  .main-body.app.sidebar-mini.sidebar-gone .main-header form[role=search].active input {
    padding-left: 20px;
  }
  .main-body.app.sidebar-mini .main-header form[role=search].active input {
    padding-left: 250px;
  }
}
.slide.is-expanded .angle {
  transform: rotate(180deg);
}
.sub-slide.is-expanded .sub-slide-sub.is-expanded .sub-angle {
  transform: rotate(180deg);
}
.sub-slide.is-expanded .sub-slide-sub .sub-angle {
  transform: rotate(0deg);
}
.sub-slide-menu-sub {
  display: none;
  font-size: 0.8rem !important;
  padding-left: 0;
  list-style: none;
  padding: 0 5px;
}
.sub-slide.is-expanded .sub-side-menu__item:hover {
  color: var(--primary-bg-color);
}
.slide.is-expanded .sub-slide-item:hover {
  color: var(--primary-bg-color);
}
.sub-slide-menu-sub .sub-slide-item {
  padding-left: 55px !important;
}
.app-sidebar .slide-menu .sub-slide-menu .sub-slide-menu-sub a:before {
  left: 35px;
}
@media (min-width: 992px) {
  .app.sidenav-toggled .side-menu__item .badge {
    display: none;
  }
  .app.sidenav-toggled.sidenav-toggled-open .side-menu__item .badge {
    display: block;
  }
}
.side-menu__label1 {
  display: none !important;
}
.sub-slide-menu1 .sub-slide-item2 {
  padding: 6px 0px 6px 48px !important;
  display: block;
  font-size: 11px;
  color: #6d7790;
}
.sub-slide-menu1 .sub-slide-item2:hover {
  color: var(--primary-bg-color) !important;
}
.sub-slide2.is-expanded .sub-slide-menu1 {
  display: none;
}
.slide-menu .sub-slide-menu1 {
  padding: 0 10px;
}
.sub-slide-menu1 {
  display: none;
  font-size: 0.8rem !important;
  padding-left: 0;
  list-style: none;
}
.sidebar-mini .slide-left,
.sidebar-mini .slide-right {
  display: none !important;
}
.logo-icon img {
  height: 2.3rem;
}
.sidebar-mini .side-menu {
  margin-inline: 0 !important;
}
@media (min-width: 992px) {
  .closed-menu.app.sidenav-toggled .app-sidebar {
    display: none !important;
  }
  .closed-menu.app.sidenav-toggled .app-content {
    margin-left: 0px !important;
  }
  .closed-menu.app.sidenav-toggled .main-header {
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .icontext-menu.app.sidenav-toggled .side-menu .side-menu__icon {
    margin-bottom: 5px;
  }
  .icontext-menu.app.sidenav-toggled .side-menu__label {
    display: block !important;
    font-size: 13.5px !important;
    position: relative !important;
  }
  .icontext-menu.app.sidenav-toggled.sidenav-toggled-open .side-menu__label {
    font-size: 0.875rem !important;
  }
  .icontext-menu.app.sidenav-toggled .side-menu__label {
    font-size: 12px !important;
  }
  .icontext-menu.app.sidenav-toggled .app-sidebar {
    width: 110px !important;
  }
  .icontext-menu.app.sidenav-toggled .main-sidebar-header {
    width: 110px !important;
  }
  .icontext-menu.app.sidenav-toggled .main-header {
    padding-left: 110px !important;
  }
  .icontext-menu.app.sidenav-toggled .app-content {
    margin-left: 110px;
  }
  .icontext-menu.app.sidebar-mini.sidenav-toggled-open .app-sidebar {
    width: 240px !important;
  }
  .icontext-menu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header {
    width: 240px !important;
  }
  .icontext-menu.app.sidebar-mini.sidenav-toggled-open .close-toggle {
    display: none !important;
  }
  .icontext-menu.sidebar-mini.sidenav-toggled-open .side-menu .slide .side-menu__item.active {
    width: inherit;
    height: inherit;
  }
}
@media (min-width: 992px) {
  .hover-submenu.sidenav-toggled-open .slide-menu {
    border-radius: 0px 7px 7px 0px !important;
  }
  .hover-submenu .slide-item {
    padding: 8px 18px 8px 35px;
  }
  .hover-submenu .slide-menu a:before {
    left: 15px;
  }
  .hover-submenu .slide-menu {
    border-radius: 0px 7px 7px 0px;
  }
  .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
    position: absolute;
    left: 108px;
    min-width: 180px;
    opacity: 1;
    z-index: 9999;
    visibility: hidden;
    top: 0;
    display: block;
    max-height: inherit;
  }
  .hover-submenu .app-sidebar .slide {
    position: relative;
    display: block;
  }
  .hover-submenu.app.sidenav-toggled .side-menu__item {
    padding: 8px 0 9px 0;
  }
  .hover-submenu.app.sidenav-toggled-open .ps > .ps__rail-y {
    display: none !important;
  }
  .hover-submenu.app.sidenav-toggled-open .slide-menu {
    padding-left: 0 !important;
    padding: 10px 0px !important;
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    width: 200px;
    left: 110px;
    border: 1px solid #eae8f1;
    transition: none !important;
    display: block !important;
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
    top: 0;
  }
  .hover-submenu.app.sidenav-toggled-open .slide:hover .slide-menu {
    visibility: visible;
    display: block !important;
    height: auto !important;
  }
  .hover-submenu.app.sidenav-toggled-open .app-sidebar {
    overflow: visible !important;
    position: absolute !important;
  }
  .hover-submenu.app.sidenav-toggled-open .side-menu__label {
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
    color: #7b8191;
    opacity: 1;
    background: transparent;
    font-size: 12px;
    box-shadow: none;
  }
  .hover-submenu.app.sidenav-toggled-open .side-menu .side-menu__icon {
    margin-bottom: 5px !important;
  }
  .hover-submenu.app.sidenav-toggled-open .side-menu .slide .side-menu__item.active {
    border-right: 0 !important;
    padding: 10px;
  }
  .hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .hover-submenu.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .hover-submenu.app.sidenav-toggled-open .main-sidebar-header .mobile-logo {
    display: block !important;
  }
  .hover-submenu.app.sidenav-toggled-open .side-item.side-item-category {
    display: none !important;
  }
  .hover-submenu.app.sidenav-toggled-open .side-menu__icon {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto !important;
  }
  .hover-submenu.app.sidenav-toggled-open .side-menu .slide .side-menu__item.active {
    display: block;
    margin: 0 auto !important;
    padding: 8px 0 9px 0 !important;
    border-radius: 0;
    text-align: center !important;
  }
  .hover-submenu.app.sidenav-toggled-open .side-menu .slide .side-menu__item {
    display: block;
    margin: 0 auto !important;
    padding: 8px 0 9px 0 !important;
    border-radius: 0;
    text-align: center !important;
  }
  .hover-submenu.app.sidenav-toggled-open .side-menu .slide .side-menu__item i {
    display: none !important;
  }
  .hover-submenu.app.sidenav-toggled .main-content {
    min-height: 1300px;
  }
  .hover-submenu.app.sidenav-toggled .side-menu__label {
    font-size: 11px !important;
  }
  .hover-submenu.app.sidenav-toggled .app-sidebar {
    position: absolute !important;
  }
  .hover-submenu.app.sidenav-toggled .side-menu .side-menu__icon {
    margin-bottom: 5px;
  }
  .hover-submenu.app.sidenav-toggled .side-menu__label {
    display: block !important;
  }
  .hover-submenu.app.sidenav-toggled .app-sidebar__toggle .close-toggle {
    display: block;
  }
  .hover-submenu.app.sidenav-toggled .main-header {
    padding-left: 110px;
  }
  .hover-submenu.app.sidenav-toggled .main-sidebar-header {
    width: 110px !important;
  }
  .hover-submenu.app.sidenav-toggled .app-content {
    margin-left: 110px;
  }
  .hover-submenu.app.sidenav-toggled .app-sidebar {
    left: 0;
    width: 110px !important;
  }
  .hover-submenu.app.sidenav-toggled .slide.is-expanded .slide-menu {
    display: none;
  }
  .hover-submenu .side-badge {
    display: none;
  }
  .hover-submenu .side-header {
    width: 240px;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1;
  }
}
.hover-submenu .sub-slide-menu .sub-side-menu__item:before {
  left: 25px !important;
  font-size: 9px;
}
@media (min-width: 992px) {
  .hover-submenu.app.sidebar-mini.sidenav-toggled .logo-icon.mobile-logo {
    margin: 0 auto;
    text-align: center;
  }
  .hover-submenu.app.sidebar-mini.sidenav-toggled-open .avatar-xl {
    width: 55px !important;
    height: 55px !important;
  }
  .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .profile-status {
    right: 22px;
    top: 57px;
  }
  .hover-submenu.app.sidebar-mini.sidenav-toggled-open .app-sidebar__user .user-info {
    display: none !important;
  }
  .hover-submenu.app.sidebar-mini.sidenav-toggled-open #bg-side-text,
  .hover-submenu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hover-submenu1.sidenav-toggled-open .slide-menu {
    border-radius: 0px 7px 7px 0px !important;
  }
  .hover-submenu1 .slide-item {
    padding: 8px 18px 8px 35px;
  }
  .hover-submenu1 .slide-menu a:before {
    left: 15px;
  }
  .hover-submenu1 .slide-menu .side-menu__label1 a:before {
    display: none;
  }
  .hover-submenu1 .slide-menu {
    border-radius: 0px 7px 7px 0px;
  }
  .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
    position: absolute;
    left: 108px;
    min-width: 180px;
    opacity: 1;
    z-index: 9999;
    visibility: hidden;
    top: 0;
    display: block;
    max-height: inherit;
  }
  .hover-submenu1 .app-sidebar .slide {
    position: relative;
    display: block;
  }
  .hover-submenu1.app.sidenav-toggled .side-menu__item {
    padding: 8px 0 9px 0;
  }
  .hover-submenu1.app.sidenav-toggled-open .ps > .ps__rail-y {
    display: none !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .slide-menu {
    padding-left: 0 !important;
    padding: 10px 0px !important;
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    width: 200px;
    left: 110px;
    border: 1px solid #eae8f1;
    transition: none !important;
    display: block !important;
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
    top: 0;
  }
  .hover-submenu1.app.sidenav-toggled-open .slide:hover .slide-menu {
    visibility: visible;
    display: block !important;
    height: auto !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .app-sidebar {
    overflow: visible !important;
    position: absolute !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .side-menu__label {
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
    color: #7b8191;
    opacity: 1;
    background: transparent;
    font-size: 12px;
    box-shadow: none;
  }
  .hover-submenu1.app.sidenav-toggled-open .side-menu .side-menu__icon {
    margin-bottom: 5px !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .side-menu .slide .side-menu__item.active {
    border-right: 0 !important;
    padding: 10px;
  }
  .hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .mobile-logo {
    display: block !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .side-item.side-item-category {
    display: none !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .side-menu__icon {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .side-menu .slide .side-menu__item.active {
    display: block;
    margin: 0 auto !important;
    padding: 8px 0 9px 0 !important;
    border-radius: 0;
    text-align: center !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .side-menu .slide .side-menu__item {
    display: block;
    margin: 0 auto !important;
    padding: 8px 0 9px 0 !important;
    border-radius: 0;
    text-align: center !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .side-menu .slide .side-menu__item i {
    display: none !important;
  }
  .hover-submenu1.app.sidenav-toggled-open .side-menu__label1 {
    display: block !important;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eae8f1;
    padding: 10px 20px !important;
    margin-bottom: 6px;
  }
  .hover-submenu1.app.sidenav-toggled .main-content {
    min-height: 1300px;
  }
  .hover-submenu1.app.sidenav-toggled .side-menu__label {
    font-size: 11px !important;
  }
  .hover-submenu1.app.sidenav-toggled .app-sidebar {
    position: absolute !important;
  }
  .hover-submenu1.app.sidenav-toggled .side-menu .side-menu__icon {
    margin-bottom: 5px;
  }
  .hover-submenu1.app.sidenav-toggled .side-menu__label {
    display: none !important;
  }
  .hover-submenu1.app.sidenav-toggled .app-sidebar__toggle .close-toggle {
    display: block;
  }
  .hover-submenu1.app.sidenav-toggled .main-header {
    padding-left: 110px;
  }
  .hover-submenu1.app.sidenav-toggled .main-sidebar-header {
    width: 110px !important;
  }
  .hover-submenu1.app.sidenav-toggled .app-content {
    margin-left: 110px;
  }
  .hover-submenu1.app.sidenav-toggled .app-sidebar {
    left: 0;
    width: 110px !important;
  }
  .hover-submenu1.app.sidenav-toggled .slide.is-expanded .slide-menu {
    display: none;
  }
  .hover-submenu1 .side-badge {
    display: none;
  }
  .hover-submenu1 .side-header {
    width: 240px;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1;
  }
}
.hover-submenu1 .sub-slide-menu .sub-side-menu__item:before {
  left: 25px !important;
  font-size: 9px;
}
@media (min-width: 992px) {
  .hover-submenu1.app.sidebar-mini.sidenav-toggled .logo-icon.mobile-logo {
    margin: 0 auto;
    text-align: center;
  }
  .hover-submenu1.app.sidebar-mini.sidenav-toggled-open .avatar-xl {
    width: 55px !important;
    height: 55px !important;
  }
  .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .profile-status {
    right: 22px;
    top: 57px;
  }
  .hover-submenu1.app.sidebar-mini.sidenav-toggled-open .app-sidebar__user .user-info {
    display: none !important;
  }
  .hover-submenu1.app.sidebar-mini.sidenav-toggled-open #bg-side-text,
  .hover-submenu1.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: none !important;
  }
}
body.dark-theme {
  color: #dde3ea !important;
  background: #141b2d !important;
}
.dark-theme .br-dark {
  border-left-color: rgba(234, 237, 241, 0.2) !important;
  border-right-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .badge.bg-light {
  color: #dde3ea;
}
.dark-theme .card-signin h1 {
  color: #dde3ea !important;
}
.dark-theme .bg-white {
  background-color: #141b2d !important;
}
.dark-theme .card {
  background: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.dark-theme .main-header {
  background: #1f2940;
  border-bottom-color: rgba(234, 237, 241, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.dark-theme .main-header-message > a,
.dark-theme .main-header-notification > a,
.dark-theme .nav-item.full-screen > a,
.dark-theme .card-title {
  color: #fff;
}
.dark-theme .card-dashboard-audience-metrics .card-header,
.dark-theme .card-dashboard-audience-metrics .card-body {
  background-color: #1f2940;
}
.dark-theme .card-header {
  background-color: #1f2940;
}
.dark-theme .border-bottom {
  border-bottom-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .border-top {
  border-top-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .border-right {
  border-right-color: rgba(234, 237, 241, 0.2) !important;
  border-left-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .border-left {
  border-left-color: rgba(234, 237, 241, 0.2) !important;
  border-right-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .border {
  border-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .table tbody tr {
  background-color: #141b2d;
}
.dark-theme .rating-table tbody tr {
  background-color: transparent;
}
.dark-theme .table-bordered thead th,
.dark-theme .table-bordered thead td {
  background-color: #1f2940;
}
.dark-theme .table {
  color: #dde3ea;
}
.dark-theme .table-bordered {
  border-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .table-bordered th,
.dark-theme .table-bordered td {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .card-dashboard-audience-metrics .card-body h4 {
  color: #dde3ea;
}
.dark-theme .progress {
  background-color: #141b2d;
}
.dark-theme .card-dashboard-audience-metrics .flot-chart .flot-x-axis > div span:last-child {
  color: #dde3ea;
}
.dark-theme .main-footer {
  background-color: #1f2940;
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .sidebar.sidebar-right {
  box-shadow: 5px 7px 26px -5px rgba(255, 255, 255, 0.1) !important;
}
.dark-theme .sidebar .tabs-menu ul {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .chat .contacts li {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .form-control {
  color: #dde3ea;
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .list-group-item {
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
  color: #dde3ea !important;
}
.dark-theme .main-header-center .form-control {
  border-color: rgba(234, 237, 241, 0.2) !important;
  background-color: #141b2d !important;
}
.dark-theme .main-header form[role=search].active input {
  background: #1f2940;
  color: #dde3ea;
}
.dark-theme .main-header .input-group-btn .btn:hover i {
  color: #dde3ea;
}
.dark-theme .main-header-notification .dropdown-menu {
  background-color: #1f2940;
}
.dark-theme .notification-label {
  color: #dde3ea;
}
.dark-theme .main-notification-list a:hover,
.dark-theme .main-message-list a:hover {
  background: #141b2d;
}
.dark-theme .nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.1);
}
.dark-theme .notification-subtext {
  color: #dde3ea;
}
.dark-theme .main-header-message .dropdown-footer,
.dark-theme .main-header-notification .dropdown-footer {
  border-top-color: rgba(234, 237, 241, 0.2);
  background: #1f2940;
}
.dark-theme .dropdown-menu {
  color: #dde3ea;
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-message-list a .name,
.dark-theme .main-message-list a .time,
.dark-theme .main-message-list a .desc {
  color: #dde3ea;
}
.dark-theme .task-line a,
.dark-theme .latest-tasks .nav-tabs .nav-link,
.dark-theme .chips p {
  color: #dde3ea;
}
.dark-theme .chip {
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .chip:hover {
  color: #dde3ea;
}
.dark-theme .latest-tasks .check-box .ckbox span:before {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .table th,
.dark-theme .table td {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme #global-loader {
  background: #141b2d;
}
.dark-theme .app-sidebar {
  background: #1f2940;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-sidebar-header {
  background: #1f2940;
}
.dark-theme .side-menu__label,
.dark-theme .side-menu .side-menu__icon {
  color: #dde3ea;
  fill: #dde3ea;
}
.dark-theme .app-sidebar__user .user-info h4,
.dark-theme .side-menu h3 {
  color: #dde3ea !important;
}
.dark-theme .main-sidebar-header {
  border-bottom-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-sidebar-loggedin .media-body h6,
.dark-theme .slide.is-expanded a,
.dark-theme .side-menu__item {
  color: #dde3ea;
}
.dark-theme .slide.is-expanded:before {
  background: #141b2d;
}
.dark-theme .slide-item {
  color: #dde3ea;
}
.dark-theme .slide-menu .slide-item:before {
  color: #dde3ea;
}
.dark-theme .open-toggle svg g,
.dark-theme .close-toggle svg g {
  fill: #141b2d;
}
.dark-theme .angle,
.dark-theme .sub-angle {
  color: #dde3ea !important;
}
.dark-theme .main-header-center .btn:hover,
.dark-theme .main-header-center .sp-container button:hover {
  color: #dde3ea;
}
.dark-theme .sp-container .main-header-center button:hover {
  color: #dde3ea;
}
.dark-theme .main-header-center .btn:focus,
.dark-theme .main-header-center .sp-container button:focus {
  color: #dde3ea;
}
.dark-theme .sp-container .main-header-center button:focus,
.dark-theme .main-header .input-group-btn .btn i {
  color: #dde3ea;
}
.dark-theme .main-mail-item {
  border-top-color: rgba(234, 237, 241, 0.2);
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-mail-item.unread {
  background-color: #1f2940;
}
.dark-theme .main-content-title {
  color: #dde3ea;
}
.dark-theme .main-mail-options,
.dark-theme .main-mail-list {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-mail-item {
  background-color: #141b2d;
}
.dark-theme .main-mail-subject strong {
  color: #dde3ea;
}
.dark-theme .ckbox span:before {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-mail-star {
  color: #dde3ea;
}
.dark-theme .main-nav-column .nav-link {
  color: #dde3ea;
}
.dark-theme .main-nav-column .nav-link:hover,
.dark-theme .main-nav-column .nav-link:focus {
  color: #dde3ea;
}
.dark-theme .btn-light {
  color: #dde3ea;
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-nav-column .nav-link:hover i:not([class*=" tx-"]),
.dark-theme .main-nav-column .nav-link:focus i:not([class*=" tx-"]) {
  color: #dde3ea;
}
.dark-theme .main-nav-column .nav-link + .nav-link {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .nav-search .input-group-text {
  color: #dde3ea;
  background-color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-mail-header .btn-group .btn,
.dark-theme .main-mail-header .btn-group .sp-container button {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #1f2940;
}
.dark-theme .sp-container .main-mail-header .btn-group button {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #1f2940;
}
.dark-theme .main-mail-header .btn-group .btn.disabled,
.dark-theme .main-mail-header .btn-group .sp-container button.disabled {
  background-color: #1f2940;
  color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .sp-container .main-mail-header .btn-group button.disabled {
  background-color: #1f2940;
  color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-mail-header .btn-group .btn:hover,
.dark-theme .main-mail-header .btn-group .sp-container button:hover {
  color: #dde3ea;
  background-color: #dde3ea;
}
.dark-theme .sp-container .main-mail-header .btn-group button:hover {
  color: #dde3ea;
  background-color: #dde3ea;
}
.dark-theme .main-mail-header .btn-group .btn:focus,
.dark-theme .main-mail-header .btn-group .sp-container button:focus {
  color: #dde3ea;
  background-color: #dde3ea;
}
.dark-theme .sp-container .main-mail-header .btn-group button:focus {
  color: #dde3ea;
  background-color: #dde3ea;
}
.dark-theme .card-header,
.dark-theme .card-footer,
.dark-theme hr {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-content-label,
.dark-theme .card-table-two .card-title,
.dark-theme .card-dashboard-eight .card-title,
.dark-theme .form-label {
  color: #fff;
}
.dark-theme .select2-container--default .select2-selection--single {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #dde3ea;
}
.dark-theme .select2-dropdown {
  background-color: #141b2d;
  border-color: #dde3ea;
}
.dark-theme .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1f2940;
}
.dark-theme .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(234, 237, 241, 0.2);
  background: #1f2940;
  color: #dde3ea;
}
.dark-theme .main-nav-line-chat {
  border-bottom-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .main-nav-line .nav-link,
.dark-theme .main-chat-msg-name h6 {
  color: #dde3ea;
}
.dark-theme .main-chat-header {
  border-bottom-color: rgba(234, 237, 241, 0.2);
  box-shadow: 2px 3px 14px rgba(255, 255, 255, 0.1);
}
.dark-theme .main-chat-list .media {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-chat-list .media.new {
  background-color: #1f2940;
}
.dark-theme .main-chat-list .media.new .media-body p,
.dark-theme .main-chat-list .media.new .media-contact-name span:first-child {
  color: #dde3ea;
}
.dark-theme .main-chat-list .media-contact-name span:first-child {
  color: #fff !important;
}
.dark-theme .main-chat-list .media.selected {
  background-color: #141b2d;
}
.dark-theme .main-chat-contacts-wrapper {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-chat-list .media:hover,
.dark-theme .main-chat-list .media:focus {
  background-color: #141b2d;
}
.dark-theme .main-chat-list .media.selected .media-body p {
  color: #dde3ea;
}
.dark-theme .main-msg-wrapper {
  background-color: #141b2d;
  color: #dde3ea;
}
.dark-theme .main-chat-footer {
  border-top-color: rgba(234, 237, 241, 0.2);
  background-color: #141b2d;
}
.dark-theme .irs-line-mid,
.dark-theme .irs-line-left,
.dark-theme .irs-line-right {
  background-color: #141b2d;
}
.dark-theme .irs-min,
.dark-theme .irs-max {
  color: #dde3ea;
  background: #141b2d;
}
.dark-theme .main-calendar .fc-header-toolbar h2 {
  color: #dde3ea;
}
.dark-theme .ui-datepicker {
  background-color: #141b2d;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.1);
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .ui-datepicker .ui-datepicker-calendar td {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #1f2940;
}
.dark-theme .ui-datepicker .ui-datepicker-calendar td span,
.dark-theme .ui-datepicker .ui-datepicker-calendar td a {
  color: #dde3ea;
}
.dark-theme .ui-datepicker .ui-datepicker-title,
.dark-theme .ui-datepicker .ui-datepicker-calendar th {
  color: #fff;
}
.dark-theme .main-datepicker .ui-datepicker .ui-datepicker-calendar th {
  color: #dde3ea;
}
.dark-theme .card--calendar .ui-datepicker .ui-datepicker-header {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .ui-datepicker .ui-datepicker-calendar td a:hover {
  color: #dde3ea;
}
.dark-theme .main-calendar .fc-view > table {
  background-color: #1f2940;
}
.dark-theme .main-calendar .fc-head-container .fc-day-header {
  color: #dde3ea;
}
.dark-theme .main-calendar .fc-view .fc-day-number {
  color: #dde3ea;
}
.dark-theme .main-calendar .fc-view .fc-other-month {
  background-color: #141b2d;
}
.dark-theme .main-calendar .fc-content,
.dark-theme .main-calendar .main-calendar .fc-divider,
.dark-theme .main-calendar .fc-list-heading td,
.dark-theme .main-calendar .fc-list-view,
.dark-theme .main-calendar .fc-popover,
.dark-theme .main-calendar .fc-row,
.dark-theme .main-calendar tbody,
.dark-theme .main-calendar td,
.dark-theme .main-calendar .main-calendar th,
.dark-theme .main-calendar thead {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-calendar .fc-view .fc-day-number:hover,
.dark-theme .main-calendar .fc-view .fc-day-number:focus {
  color: #dde3ea;
}
.dark-theme .main-calendar .fc-view > table > thead th,
.dark-theme .main-calendar .fc-view > table > thead td {
  border-color: #dde3ea;
}
.dark-theme .main-calendar .fc-view > table > tbody > tr > td {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-calendar .fc-header-toolbar button {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-calendar .fc-view.fc-listMonth-view .fc-list-item,
.dark-theme .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
  background-color: #141b2d;
}
.dark-theme .fc-unthemed .fc-divider,
.dark-theme .fc-unthemed .fc-list-heading td,
.dark-theme .fc-unthemed .fc-popover .fc-header {
  background: #141b2d;
}
.dark-theme .main-calendar .fc-view.fc-listMonth-view .fc-list-item-title .fc-desc,
.dark-theme .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title .fc-desc,
.dark-theme .main-calendar .fc-view.fc-listMonth-view .fc-list-item-title a,
.dark-theme .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title a,
.dark-theme .main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main span:last-child,
.dark-theme .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main span:last-child {
  color: #dde3ea;
}
.dark-theme .main-contact-info-header .media-body p,
.dark-theme .tx-inverse {
  color: #dde3ea;
}
.dark-theme .contact-icon:hover {
  background: #141b2d;
  color: #dde3ea;
}
.dark-theme .main-contact-info-header {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-contact-info-body .media-body span,
.dark-theme .main-contact-info-body .media-body label {
  color: #dde3ea;
}
.dark-theme .main-contact-info-body .media + .media::before {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-contact-body span,
.dark-theme .main-contact-body h6 {
  color: #dde3ea;
}
.dark-theme .main-contact-item.selected {
  border-top-color: rgba(234, 237, 241, 0.2) !important;
  border-bottom-color: rgba(234, 237, 241, 0.2) !important;
  background-color: #141b2d;
}
.dark-theme .main-contact-item + .main-contact-item {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-contact-item + .main-contact-item::before {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-contact-item:hover,
.dark-theme .main-contact-item:focus {
  background-color: #141b2d;
  border-top-color: rgba(234, 237, 241, 0.2);
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-contact-label::after {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme #ui_notifIt.default {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .notifit_confirm,
.dark-theme .notifit_prompt {
  background-color: #141b2d;
}
.dark-theme .alert .close {
  color: #dde3ea;
  opacity: 1;
}
.dark-theme .tree li {
  color: #dde3ea;
}
.dark-theme .tree li a {
  color: #dde3ea;
}
.dark-theme .tree ul li:last-child:before {
  background: #1f2940;
}
.dark-theme .tree ul:before {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tree ul li:before {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .text-muted {
  color: #dde3ea !important;
}
.dark-theme .main-icon-group {
  color: #dde3ea;
}
.dark-theme .table thead th {
  border-bottom-color: rgba(234, 237, 241, 0.2);
  color: #dde3ea;
}
.dark-theme .table-hover tbody tr:hover {
  color: #dde3ea;
  background-color: #141b2d !important;
}
.dark-theme table.dataTable {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme table.dataTable tbody td.sorting_1 {
  background-color: #1f2940;
}
.dark-theme table.dataTable thead th,
.dark-theme table.dataTable thead td {
  color: #dde3ea;
}
.dark-theme table.dataTable thead .sorting_asc,
.dark-theme table.dataTable thead .sorting_desc {
  background-color: #141b2d;
}
.dark-theme .dataTables_wrapper .dataTables_length,
.dark-theme .dataTables_wrapper .dataTables_filter,
.dark-theme .dataTables_wrapper .dataTables_info,
.dark-theme .dataTables_wrapper .dataTables_processing,
.dark-theme .dataTables_wrapper .dataTables_paginate {
  color: #dde3ea;
}
.dark-theme .dataTables_wrapper .dataTables_filter input {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .page-link {
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .dataTables_wrapper .dataTables_paginate .page-item.disabled .page-link {
  background-color: #141b2d;
  color: #dde3ea;
}
.dark-theme select option {
  background: #1f2940;
}
.dark-theme table.dataTable tbody tr.selected {
  background: #141b2d;
}
.dark-theme .example {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme #basic-alert .alert .close,
.dark-theme #dismiss-alerts .alert .close {
  color: #fff;
}
.dark-theme #icon-dismissalerts .alert .close,
.dark-theme #icon-dismissalerts .alert-default.alert-dismissible .close {
  color: #dde3ea;
}
.dark-theme .main-table-reference > thead > tr > th,
.dark-theme .main-table-reference > thead > tr > td {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-table-reference > tbody > tr > th,
.dark-theme .main-table-reference > tbody > tr > td {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme pre {
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .token.operator,
.dark-theme .token.entity,
.dark-theme .token.url {
  background: #141b2d;
}
.dark-theme .language-css .token.string,
.dark-theme.style .token.string {
  background: #141b2d;
}
.dark-theme .highlight {
  border-color: rgba(234, 237, 241, 0.2) !important;
  background: #141b2d;
}
.dark-theme .clipboard-icon {
  background: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-table-reference > thead > tr > th,
.dark-theme .main-table-reference > thead > tr > td {
  background: #141b2d !important;
  border-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .breadcrumb-style1 .breadcrumb-item a,
.dark-theme .breadcrumb-style2 .breadcrumb-item a,
.dark-theme .breadcrumb-style3 .breadcrumb-item a {
  color: #dde3ea;
}
.dark-theme .dropdown-item {
  color: #dde3ea;
}
.dark-theme .dropdown-item:hover,
.dark-theme .dropdown-item:focus {
  background: #1f2940;
}
.dark-theme .dropdown-divider {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .img-thumbnail {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .img-thumbnail p {
  color: #dde3ea;
}
.dark-theme .bd {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bg-light {
  background-color: #141b2d !important;
}
.dark-theme .main-nav .nav-link:hover,
.dark-theme .main-nav .nav-link:focus {
  color: #dde3ea;
}
.dark-theme .nav-pills .nav-link {
  color: #dde3ea;
}
.dark-theme .nav-pills .nav-link:hover,
.dark-theme .nav-pills .nav-link:focus {
  color: #dde3ea;
}
.dark-theme .nav-pills .nav-link.active {
  color: #dde3ea !important;
}
.dark-theme .main-nav .nav-link {
  color: #dde3ea;
}
.dark-theme #tab .bg-gray-300 {
  background-color: #141b2d;
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .nav-tabs .nav-link {
  color: #dde3ea;
}
.dark-theme .nav-tabs .nav-link.active,
.dark-theme .nav-tabs .nav-link:hover,
.dark-theme .nav-tabs .nav-link:focus {
  color: #dde3ea;
}
.dark-theme .popover-static-demo {
  background-color: #141b2d;
}
.dark-theme .popover {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .popover-body {
  color: #dde3ea;
}
.dark-theme .popover-header {
  color: #dde3ea;
  background-color: transparent;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bs-popover-top > .popover-arrow::before,
.dark-theme .bs-popover-auto[x-placement^=top] > .popover-arrow::before,
.dark-theme .bs-popover-top > .popover-arrow::after,
.dark-theme .bs-popover-auto[x-placement^=top] > .popover-arrow::after {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bs-popover-bottom > .popover-arrow::after,
.dark-theme .bs-popover-auto[x-placement^=bottom] > .popover-arrow::after,
.dark-theme .bs-popover-bottom > .popover-arrow::before,
.dark-theme .bs-popover-auto[x-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bs-popover-start > .popover-arrow::after,
.dark-theme .bs-popover-auto[x-placement^=left] > .popover-arrow::after,
.dark-theme .bs-popover-start > .popover-arrow::after,
.dark-theme .bs-popover-auto[x-placement^=left] > .popover-arrow::after {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bs-popover-end > .popover-arrow::after,
.dark-theme .bs-popover-auto[x-placement^=right] > .popover-arrow::after,
.dark-theme .bs-popover-end > .popover-arrow::before,
.dark-theme .bs-popover-auto[x-placement^=right] > .popover-arrow::before {
  border-right-color: rgba(234, 237, 241, 0.2) !important;
  border-left-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .bs-popover-start > .popover-arrow::before,
.dark-theme .bs-popover-auto[x-placement^=left] > .popover-arrow::before {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .media-body {
  color: #dde3ea;
}
.dark-theme .tooltip-static-demo {
  background-color: #141b2d !important;
}
.dark-theme .toast-header {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .toast {
  background-color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .toast-header {
  color: #dde3ea;
  background: #141b2d;
}
.dark-theme .bootstrap-tagsinput {
  background-color: #141b2d;
}
.dark-theme .tag {
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .tag.tag-attachments {
  background-color: transparent;
}
.dark-theme .tag.tag-attachments-lg {
  background-color: transparent;
}
.dark-theme .tag.tag-attachments-sm {
  background-color: transparent;
}
.dark-theme .accordion .card-header a {
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .accordion .card-body {
  background-color: #141b2d;
}
.dark-theme .accordion .card-header a.collapsed:hover,
.dark-theme .accordion .card-header a.collapsed:focus {
  color: #dde3ea;
}
.dark-theme .modal-content {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .modal-header {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .modal-title {
  color: #dde3ea;
}
.dark-theme .modal-footer {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .close {
  color: #dde3ea;
  text-shadow: 0 1px 0 #dde3ea;
}
.dark-theme .modal-content-demo .modal-body h6 {
  color: #dde3ea;
}
.dark-theme .vtimeline .timeline-wrapper .timeline-panel {
  background: #141b2d;
  box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.1);
}
.dark-theme .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .vtimeline .timeline-wrapper .timeline-panel:after {
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .vtimeline:before {
  background-color: #141b2d;
}
.dark-theme .timeline-body {
  color: #dde3ea;
}
.dark-theme .sweet-alert {
  background-color: #141b2d;
}
.dark-theme .sweet-alert h2 {
  color: #dde3ea;
}
.dark-theme .btn-outline-light {
  border-color: rgba(234, 237, 241, 0.2);
  color: #dde3ea;
}
.dark-theme .btn-outline-light:hover,
.dark-theme .btn-outline-light:focus {
  background-color: #141b2d !important;
  border-color: rgba(234, 237, 241, 0.2) !important;
  color: #dde3ea !important;
}
.dark-theme .dropdown .fe-more-vertical {
  color: #dde3ea;
}
.dark-theme .main-content-body-profile .nav {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .card-body + .card-body {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .rating-stars input {
  color: #dde3ea;
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .rating-stars .rating-stars-container .rating-star {
  color: #dde3ea;
}
.dark-theme .br-theme-bars-pill .br-widget a.br-active,
.dark-theme .br-theme-bars-pill .br-widget a.br-selected {
  color: #dde3ea;
}
.dark-theme .br-theme-bars-1to10 .br-widget a,
.dark-theme .br-theme-bars-movie .br-widget a,
.dark-theme .br-theme-bars-horizontal .br-widget a {
  background-color: #dde3ea;
}
.dark-theme .br-theme-bars-square .br-widget a {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #141b2d;
  color: #dde3ea;
}
.dark-theme .br-theme-bars-pill .br-widget a {
  background-color: #141b2d;
}
.dark-theme .custom-file-label {
  color: #dde3ea;
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .custom-file-label::after {
  color: #dde3ea;
}
.dark-theme .input-group-text {
  color: #dde3ea;
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .sp-replacer {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #141b2d;
}
.dark-theme .sp-replacer:hover,
.dark-theme .sp-replacer:focus {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .sp-container {
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #dde3ea;
  background: #141b2d;
}
.dark-theme .select2-container--default .select2-selection--multiple {
  background-color: #141b2d !important;
  color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #141b2d !important;
}
.dark-theme .SumoSelect > .CaptionCont {
  border-color: rgba(234, 237, 241, 0.2);
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .SumoSelect > .optWrapper {
  background: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
  box-shadow: 0 2px 17px 2px rgba(255, 255, 255, 0.1);
}
.dark-theme .SumoSelect .select-all {
  border-bottom-color: rgba(234, 237, 241, 0.2);
  background-color: #1f2940;
}
.dark-theme .SumoSelect > .optWrapper > .options li.opt {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .SumoSelect > .optWrapper > .MultiControls {
  border-top-color: rgba(234, 237, 241, 0.2);
  background-color: #1f2940;
}
.dark-theme .SumoSelect.open > .optWrapper {
  box-shadow: 0 2px 17px 2px rgba(255, 255, 255, 0.1);
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .SumoSelect.disabled > .CaptionCont {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #141b2d;
}
.dark-theme .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  border-color: rgba(234, 237, 241, 0.2) !important;
  background-color: #141b2d;
}
.dark-theme .SumoSelect .select-all > span i {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #141b2d;
}
.dark-theme .SumoSelect .select-all.partial > span i {
  background-color: #141b2d;
}
.dark-theme .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .SumoSelect:focus > .CaptionCont {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .dropify-wrapper {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
  color: #dde3ea;
}
.dark-theme .dropify-wrapper .dropify-preview {
  background-color: #dde3ea;
}
.dark-theme .ff_fileupload_wrap .ff_fileupload_dropzone {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #141b2d;
  background-image: url("./media/fancy_upload-dark.png");
}
.dark-theme .ff_fileupload_wrap .ff_fileupload_dropzone:hover,
.dark-theme .ff_fileupload_wrap .ff_fileupload_dropzone:focus,
.dark-theme .ff_fileupload_wrap .ff_fileupload_dropzone:active {
  background-color: #1f2940;
  border-color: #dde3ea;
}
.dark-theme .main-form-group {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .parsley-style-1 .parsley-input.parsley-error .form-control,
.dark-theme .parsley-style-1 .parsley-checkbox.parsley-error,
.dark-theme .parsley-style-1 .parsley-select.parsley-error .select2-container--default .select2-selection--single {
  background-color: #141b2d;
}
.dark-theme .wizard {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #141b2d;
}
.dark-theme .wizard > .steps a .number,
.dark-theme .wizard > .steps a:hover .number,
.dark-theme .wizard > .steps a:active .number {
  background-color: #1f2940;
}
.dark-theme .wizard > .content {
  border-top-color: rgba(234, 237, 241, 0.2);
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .wizard > .content > .title {
  color: #dde3ea;
}
.dark-theme .ql-scrolling-demo {
  border-color: rgba(234, 237, 241, 0.2);
  background: #141b2d;
}
.dark-theme .ql-scrolling-demo .ql-container .ql-editor {
  color: #dde3ea;
}
.dark-theme .ql-snow .ql-picker-label {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #141b2d;
}
.dark-theme .ql-snow .ql-stroke {
  stroke: #dde3ea;
}
.dark-theme .ql-snow .ql-editor,
.dark-theme .ql-snow.ql-toolbar button,
.dark-theme .ql-snow .ql-picker {
  color: #dde3ea;
}
.dark-theme .ql-snow.ql-toolbar,
.dark-theme .ql-snow.ql-container {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .ql-snow .ql-picker-options {
  background-color: #1f2940;
}
.dark-theme .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-profile-work-list .media-body h6,
.dark-theme .main-profile-work-list .media-body p {
  color: #dde3ea;
}
.dark-theme .main-profile-contact-list .media-body div,
.dark-theme .main-profile-contact-list .media-body span {
  color: #dde3ea;
}
.dark-theme .plan-icon {
  border-color: rgba(234, 237, 241, 0.2);
  background: #141b2d;
}
.dark-theme .main-profile-name,
.dark-theme .main-profile-body .media-body h6,
.dark-theme .main-profile-social-list .media-body a {
  color: #dde3ea;
}
.dark-theme .profile-footer a {
  background: #141b2d;
  color: #dde3ea;
}
.dark-theme .billed-from h6,
.dark-theme .invoice-title {
  color: #dde3ea;
}
.dark-theme .main-invoice-list .media-body h6 {
  color: #dde3ea;
}
.dark-theme .main-invoice-list .selected {
  background-color: #141b2d;
  border-top-color: rgba(234, 237, 241, 0.2);
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-invoice-list .media {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-invoice-list .media:hover,
.dark-theme .main-invoice-list .media:focus {
  background-color: #141b2d;
}
.dark-theme .main-invoice-list .media-body p {
  color: #dde3ea;
}
.dark-theme .main-invoice-list .media-body p span {
  color: #dde3ea;
}
.dark-theme .table-invoice tbody > tr > th:first-child .invoice-notes p,
.dark-theme .table-invoice tbody > tr > td:first-child .invoice-notes p,
.dark-theme .table-invoice tbody > tr > th:first-child,
.dark-theme .table-invoice tbody > tr > td:first-child {
  color: #dde3ea;
}
.dark-theme .billed-from p,
.dark-theme .billed-to p,
.dark-theme .card-invoice .tx-gray-600,
.dark-theme .billed-to h6 {
  color: #dde3ea;
}
.dark-theme .invoice-info-row + .invoice-info-row {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .invoice-info-row span:first-child {
  color: #dde3ea;
}
.dark-theme .main-invoice-list {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .card-category {
  background: #141b2d;
}
.dark-theme .pricing-card .list-unstyled li {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .price.panel-color > .panel-body,
.dark-theme .price .panel-footer {
  background-color: #1f2940;
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .pricing .list-unstyled li {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .card--events .list-group-item h6 {
  color: #dde3ea;
}
.dark-theme .rdiobox span:before {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .colorinput-color {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .nice-select .list {
  background-color: #141b2d;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.1);
}
.dark-theme .nice-select .option:hover,
.dark-theme .nice-select .option.focus,
.dark-theme .nice-select .option.selected.focus {
  background-color: #1f2940;
}
.dark-theme .item-card .cardtitle a,
.dark-theme .item-card .cardprice span {
  color: #dde3ea;
}
.dark-theme .bd-b {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bd-r {
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bd-t {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bd-l {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bd-y {
  border-top-color: rgba(234, 237, 241, 0.2);
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bd-x {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-card-signin {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-signin-header h4,
.dark-theme .main-signin-footer a,
.dark-theme .main-signup-footer a {
  color: #dde3ea;
}
.dark-theme .main-error-wrapper h1,
.dark-theme .main-error-wrapper h2,
.dark-theme .main-error-wrapper h6 {
  color: #fff;
}
.dark-theme .construction .btn.btn-icon {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #141b2d !important;
}
.dark-theme .sidebar {
  background: #1f2940;
}
.dark-theme .main-calendar.fc-list-empty {
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
}
@media (min-width: 1245px) {
  .dark-theme .main-header-center .form-control {
    border-color: rgba(234, 237, 241, 0.2) !important;
    background-color: #1f2940 !important;
  }
}
@media (max-width: 991px) {
  .dark-theme .vtimeline .timeline-wrapper .timeline-panel:after {
    border-right-color: rgba(234, 237, 241, 0.2) !important;
    border-left-color: rgba(234, 237, 241, 0.2) !important;
  }
}
@media (min-width: 576px) {
  .dark-theme .wizard.vertical > .content,
  .dark-theme .wizard.vertical > .actions {
    border-left-color: rgba(234, 237, 241, 0.2);
    border-right-color: rgba(234, 237, 241, 0.2);
  }
}
@media (max-width: 991px) {
  .dark-theme .animated-arrow span {
    background: #141b2d;
  }
  .dark-theme .animated-arrow span:before,
  .dark-theme .animated-arrow span:after {
    background: #141b2d;
  }
}
@media (max-width: 575px) {
  .dark-theme .main-calendar .fc-header-toolbar button.fc-month-button::before,
  .dark-theme .main-calendar .fc-header-toolbar button.fc-agendaWeek-button::before,
  .dark-theme .main-calendar .fc-header-toolbar button.fc-agendaDay-button::before,
  .dark-theme .main-calendar .fc-header-toolbar button.fc-listWeek-button::before,
  .dark-theme .main-calendar .fc-header-toolbar button.fc-listMonth-button::before {
    color: #dde3ea;
  }
}
.dark-them .breadcrumb {
  background-color: #141b2d;
}
.dark-them table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .horizontal-main.hor-menu {
  background: #1f2940;
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > a {
  color: #dde3ea;
}
.dark-theme .horizontalMenucontainer .main-header {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
  color: #dde3ea;
}
.dark-theme .sub-menu li a:before {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu .sub-menu-sub:after {
  color: #dde3ea;
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
  background-color: #1f2940;
  box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.1);
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  color: #dde3ea;
}
.dark-theme .mega-menubg {
  background: #1f2940;
  box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a,
.dark-theme .mega-menubg.hor-mega-menu h3 {
  color: #dde3ea;
}
.dark-theme .main-profile-menu .dropdown-item + .dropdown-item {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .rating-scroll h6 {
  color: #dde3ea;
}
.dark-theme .main-calendar .fc-list-empty {
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .form-control::placeholder {
  color: #dde3ea !important;
}
.dark-theme .header-icon,
.dark-theme .main-header-message .nav-link i,
.dark-theme .main-header-notification .nav-link i,
.dark-theme .nav-item.full-screen .nav-link i,
.dark-theme .sales-flot .flot-chart .flot-x-axis > div span:last-child,
.dark-theme .p-text .p-name {
  color: #dde3ea;
}
.dark-theme .sidebar .tab-menu-heading {
  background: #141b2d;
}
.dark-theme .sidebar .tabs-menu ul li a {
  border-color: rgba(234, 237, 241, 0.2);
  background: #1f2940;
  color: #dde3ea;
}
.dark-theme .sidebar .tabs-menu ul li .active {
  color: #dde3ea;
}
.dark-theme .datepicker > .datepicker_inner_container > .datepicker_calendar,
.dark-theme .datepicker > .datepicker_inner_container > .datepicker_timelist {
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .datepicker > .datepicker_header {
  background-color: #141b2d;
  color: #dde3ea;
}
.dark-theme .main-datetimepicker {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_calendar th {
  color: #dde3ea;
}
.dark-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item:hover,
.dark-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item:focus {
  background-color: #141b2d;
}
.dark-theme .datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .datetimepicker .datetimepicker-days table thead tr:last-child th {
  color: #dde3ea;
}
.dark-theme .datetimepicker table th.dow {
  background: transparent;
}
.dark-theme .datetimepicker table td {
  background: transparent;
  color: #dde3ea;
}
.dark-theme .datetimepicker table td.old,
.dark-theme .datetimepicker table td.new {
  color: #dde3ea;
}
.dark-theme .datetimepicker table th.prev,
.dark-theme .datetimepicker table th.next,
.dark-theme .datetimepicker table th.switch {
  background-color: transparent;
  color: #dde3ea;
}
.dark-theme .datetimepicker table th.prev:hover {
  background-color: #1f2940;
}
@media (max-width: 991px) {
  .dark-theme .horizontalMenu > .horizontalMenu-list {
    background: #1f2940;
  }
  .dark-theme .horizontalMenu > .horizontalMenu-list > li > a {
    border-bottom-color: rgba(234, 237, 241, 0.2);
  }
  .dark-theme .hor-menu .horizontalMenu > .horizontalMenu-list > li:hover .sub-icon {
    background: #141b2d;
    border-bottom-color: rgba(234, 237, 241, 0.2);
  }
  .dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover:before {
    border-color: rgba(234, 237, 241, 0.2);
  }
  .dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    color: #dde3ea !important;
    background-color: #141b2d;
  }
  .dark-theme .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li:hover a:before {
    border-color: rgba(234, 237, 241, 0.2) !important;
    color: #dde3ea !important;
  }
  .dark-theme .mega-menubg {
    background: #1f2940 !important;
  }
  .dark-theme .mega-menubg li a:before {
    border-color: rgba(234, 237, 241, 0.2);
  }
  .dark-theme .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    background: #1f2940 !important;
    color: #dde3ea !important;
  }
}
.datetimepicker table th.prev:focus {
  background-color: #1f2940;
}
.dark-theme .datetimepicker table th.next:hover,
.dark-theme .datetimepicker table th.next:focus {
  background-color: #1f2940;
}
.dark-theme .datetimepicker table th.prev span::before,
.dark-theme .datetimepicker table th.next span::before {
  color: #dde3ea;
}
.dark-theme .datetimepicker table th.switch:hover,
.dark-theme .datetimepicker table th.switch:focus {
  background-color: #1f2940;
}
.dark-theme .iti__selected-flag {
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #141b2d;
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
  background: #1f2940;
}
.dark-theme .dashboard-carousel .btn-icons {
  background: #141b2d !important;
  color: #dde3ea;
}
.dark-theme .btn-light:focus,
.dark-theme .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
}
.dark-theme .btn-light:not(:disabled):not(.disabled):active,
.dark-theme .btn-light:not(:disabled):not(.disabled).active {
  color: #dde3ea;
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .show > .btn-light.dropdown-toggle {
  color: #dde3ea;
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .email-media .media-body small,
.dark-theme .email-media .media-body .media-title {
  color: #dde3ea;
}
.dark-theme .page-item.disabled .page-link {
  color: #dde3ea;
  background: #141b2d;
}
.dark-theme .chat .msg_cotainer,
.dark-theme .chat .msg_cotainer_send {
  background-color: #141b2d;
}
.dark-theme .chat .dropdown-menu li {
  color: #dde3ea;
}
.dark-theme .chat .dropdown-menu li:hover {
  background: #141b2d;
}
.dark-theme #basic .breadcrumb {
  background-color: #141b2d;
}
.dark-theme .latest-tasks .tasks .span,
.dark-theme .list-group-item-action,
.dark-theme .list-group-item.active,
.dark-theme .bg-info p.card-text,
.dark-theme .main-content-body.main-content-body-contacts .media-body h5 {
  color: #dde3ea;
}
.dark-theme .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.dark-theme .dataTables_wrapper .dataTables_filter input {
  color: #dde3ea;
}
.dark-theme .dataTables_wrapper .dataTables_filter input::placeholder {
  color: #dde3ea;
}
.dark-theme .iti__divider {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .iti__country.iti__highlight {
  background-color: #1f2940;
}
.dark-theme .iti__country-list {
  background-color: #1f2940;
  box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.1);
}
.dark-theme .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #141b2d;
}
.dark-theme .price.panel-color > .panel-body {
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme table.dataTable tbody td.sorting_1 {
  background: #141b2d;
}
.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #dde3ea;
}
.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
  color: #dde3ea;
}
.dark-theme .dataTables_paginate .pagination .page-link {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .chat abbr.timestamp,
.dark-theme .chat .msg_time,
.dark-theme .chat .msg_time_send {
  color: #dde3ea;
}
.dark-theme .nav-tabs {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .nav-tabs .nav-link.active {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .page-link {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .popover-head-primary .popover-header,
.dark-theme .popover-head-secondary .popover-header,
.dark-theme .popover-primary .popover-header,
.dark-theme .popover-secondary .popover-header {
  color: #dde3ea !important;
}
.dark-theme .main-card-signin {
  box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.1);
}
.dark-theme .page-item.disabled .page-link {
  border-color: rgba(234, 237, 241, 0.2);
  background: #141b2d;
}
.dark-theme .ps > .ps__rail-y {
  background-color: #1f2940;
}
.dark-theme .close-toggle {
  color: #dde3ea !important;
}
.dark-theme .slide.is-expanded .side-menu__label,
.dark-theme .slide.is-expanded .side-menu__icon,
.dark-theme .slide.is-expanded .angle {
  color: #dde3ea;
}
.dark-theme .vmap-wrapper {
  background: #1f2940 !important;
}
.dark-theme .card-dashboard-eight .list-group-item {
  border-bottom-color: rgba(234, 237, 241, 0.2);
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .card-dashboard-eight .list-group-item span {
  color: #dde3ea;
}
.dark-theme .sales-info h3,
.dark-theme .card-table h4,
.dark-theme .total-revenue h4 {
  color: #dde3ea;
}
.dark-theme .product-timeline ul.timeline-1:before {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-dashboard-header-right > div h5 {
  color: #dde3ea;
}
.dark-theme .customers .list-group-item-action:hover,
.dark-theme .customers .list-group-item-action:focus {
  background-color: #141b2d;
}
.dark-theme .customers h5 {
  color: #dde3ea;
}
.dark-theme nav.prod-cat li a,
.dark-theme .product-sale .wishlist {
  color: #dde3ea;
}
.dark-theme .shopping-cart-footer {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .select2-dropdown {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .sidebar-right .list a {
  color: #dde3ea;
}
.dark-theme .card-footer {
  background-color: #1f2940;
}
.dark-theme .card.card-dark {
  border-top-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .nav-tabs.html-source .nav-link.active {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #141b2d;
}
.dark-theme .toast-body {
  background: #141b2d;
}
.dark-theme .tabs-style-2 .main-nav-line .nav-link {
  background: #1f2940 !important;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tabs-style-2 .main-nav-line .nav-link.active {
  background: #1f2940 !important;
}
.dark-theme .tabs-style-3 .nav.panel-tabs li a,
.dark-theme .tabs-style-4 .nav.panel-tabs li a {
  background: #141b2d;
  color: #dde3ea;
}
.dark-theme .nav-link.html-code {
  background: #1f2940;
}
.dark-theme .nav-tabs .nav-link.html-code.active,
.dark-theme .nav-tabs .nav-link.html-code:hover,
.dark-theme .nav-tabs .nav-link.html-code:focus {
  background-color: #141b2d;
  color: #dde3ea;
}
.dark-theme .card .box {
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
}
.dark-theme .userlist-table .user-link {
  color: #dde3ea;
}
.dark-theme .main-chat-body .content-inner:before {
  background: #141b2d;
}
.dark-theme .left.main-msg-wrapper:before {
  color: #dde3ea;
}
.dark-theme .icons-list-item {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .user-wideget-footer {
  background-color: #1f2940;
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .profile.navtab-custom .active a {
  background: #141b2d;
  color: #dde3ea;
}
.dark-theme .profile.navtab-custom li a {
  color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .profile.navtab-custom a.active {
  background: #141b2d;
}
.dark-theme .nav.prod-cat li a,
.dark-theme .header-icon-svgs,
.dark-theme .app-sidebar .side-item.side-item-category {
  color: #dde3ea;
}
.dark-theme .product-pagination .page-link {
  background-color: #1f2940 !important;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .product-pagination .page-item.disabled .page-link {
  border-color: rgba(234, 237, 241, 0.2);
  background: #141b2d;
  color: #dde3ea;
}
.dark-theme .price span {
  color: #dde3ea;
}
.dark-theme #list3 .media-body h6 {
  color: #dde3ea;
}
.dark-theme #list3 .list-group-item {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme #list8 .list-group-item,
.dark-theme #list1 .list-group-item,
.dark-theme #list8 .list-group-item {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bg-gray-100.nav-bg .nav-tabs {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bg-gray-100.nav-bg .nav-tabs .nav-link {
  background-color: #141b2d;
}
.dark-theme .popover-static-demo .popover {
  box-shadow: -8px 12px 18px 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .heading-inverse {
  background-color: #141b2d;
}
.dark-theme .toast {
  box-shadow: -8px 12px 18px 0 rgba(255, 255, 255, 0.1);
}
.dark-theme .tabs-style-1 .dark-theme .border {
  border-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .tabs-style-1 .main-nav-line .nav-link.active {
  color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2) rgba(234, 237, 241, 0.2) #1f2940;
}
.dark-theme.app.sidenav-toggled.sidenav-toggled-open .side-menu__label,
.dark-theme.app.sidenav-toggled.sidenav-toggled-open .side-menu__item.active .side-menu__label {
  color: #dde3ea;
}
.dark-theme .horizontalMenucontainer .side-menu__icon,
.dark-theme.horizontal-light .horizontalMenucontainer .side-menu__icon {
  color: #dde3ea;
  fill: #dde3ea;
}
.dark-theme .main-header .dropdown-menu-left {
  box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.1);
}
.dark-theme .main-header .dropdown.nav-itemd-none .dropdown-menu:after {
  border-bottom-color: 9px solid #1f2940;
}
.dark-theme .file-browser .btn-default {
  background: #141b2d;
  color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .fc-datepicker.main-datepicker.hasDatepicker {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .ql-snow .ql-picker:hover .ql-picker-label,
.dark-theme .ql-snow .ql-picker:focus .ql-picker-label,
.dark-theme .ql-snow .ql-picker:hover .ql-picker-label,
.dark-theme .ql-snow .ql-picker:focus .ql-picker-label {
  color: #dde3ea;
}
.dark-theme .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-mail-compose-body {
  background-color: #141b2d;
}
.dark-theme .main-mail-compose-body .form-group + .form-group {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-mail-compose-body .form-group .form-control {
  background-color: #141b2d !important;
}
.dark-theme .main-mail-compose-body .form-group .form-label,
.dark-theme .main-mail-compose-body .form-group .nav-link {
  color: #dde3ea;
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  background-color: #1f2940;
  box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.1);
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  color: #dde3ea;
}
.dark-theme .fc-non-business {
  background-color: #141b2d;
}
.dark-theme #external-events {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .fc-daygrid-event {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .fc-daygrid-dot-event {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .fc-daygrid-dot-event:hover {
  background-color: #141b2d;
}
.dark-theme .fc-list-day-cushion {
  background-color: #141b2d;
}
.dark-theme .fc-theme-standard .fc-scrollgrid {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .fc .fc-daygrid-event-harness {
  border-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme tr td,
.dark-theme tr th {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .fc .fc-daygrid-day-number,
.dark-theme table a {
  color: #dde3ea;
}
.dark-theme .fc-theme-standard .fc-list {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .fc .fc-list-event:hover td {
  background-color: #141b2d !important;
}
.dark-theme #external-events p {
  color: #dde3ea !important;
}
.dark-theme .table-striped tbody tr:nth-of-type(2n+1) {
  color: #dde3ea;
}
.dark-theme.dataTables_wrapper .dataTables_length select {
  border-color: rgba(234, 237, 241, 0.2);
  color: #dde3ea;
}
.dark-theme .bs-popover-end .popover-arrow::before {
  border-right-color: #141b2d !important;
  border-left-color: #141b2d !important;
}
.dark-theme .apexcharts-radialbar-track.apexcharts-track path {
  stroke: #141b2d;
}
.dark-theme .sa-icon.sa-custom {
  background-image: url("./media/logo-white.png") !important;
}
.dark-theme .dropdown-menu-left {
  box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.1);
}
.dark-theme .table.dataTable.no-footer {
  border-bottom-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: $dark-body !important;
}
.dark-theme .dataTables_wrapper .dataTables_length select {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .form-select {
  color: #fff;
}
.dark-theme .apexcharts-radialbar .apexcharts-datalabel-value {
  fill: #dde3ea !important;
  color: #dde3ea !important;
}
.dark-theme .apexcharts-svg text {
  color: #dde3ea !important;
  fill: #dde3ea !important;
}
.dark-theme .layout-setting .header-icon-svgs,
.dark-theme .resp-btn .header-icon-svgs,
.dark-theme .demo-icon .header-icon-svgs {
  fill: #dde3ea;
}
@media only screen and (max-width: 991px) {
  .dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    background-color: #1f2940;
  }
}
@media only screen and (min-width: 992px) {
  .dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    background: #1f2940;
    box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 576px) {
  .dark-theme .main-calendar .fc-header-toolbar button {
    color: #dde3ea;
  }
}
@media (max-width: 575px) {
  .dark-theme .main-calendar .fc-header-toolbar .fc-left button {
    color: #dde3ea;
  }
  .dark-theme .main-calendar .fc-header-toolbar .fc-left button.fc-today-button {
    color: #dde3ea;
  }
}
@media (max-width: 605px) {
  .dark-theme .fc-view,
  .fc-view > table {
    border-color: transparent;
  }
}
@media (min-width: 992px) {
  .dark-theme.leftbgimage1 .main-sidebar-header,
  .dark-theme.leftbgimage2 .main-sidebar-header,
  .dark-theme.leftbgimage3 .main-sidebar-header,
  .dark-theme.leftbgimage4 .main-sidebar-header,
  .dark-theme.leftbgimage5 .main-sidebar-header {
    border-right-color: rgba(234, 237, 241, 0.2);
    border-left-color: rgba(234, 237, 241, 0.2);
  }
}
@media (min-width: 992px) {
  .dark-theme.hoversubmenu.style1-leftmenu.sidenav-toggled .app-sidebar .side-menu-label1 {
    border-bottom-color: rgba(234, 237, 241, 0.2);
    color: #dde3ea !important;
  }
}
@media (min-width: 992px) {
  .dark-theme.app.sidebar-mini.sidenav-toggled-open .ps > .ps__rail-y > .ps__thumb-y {
    background-color: #1f2940;
  }
}
@media only screen and (max-width: 991px) {
  .dark-theme .horizontalMenu > .horizontalMenu-list {
    border-right-color: rgba(234, 237, 241, 0.2);
    border-left-color: rgba(234, 237, 241, 0.2);
  }
}
@media (min-width: 992px) {
  .dark-theme .main-nav.main-nav-colored-bg .nav-link + .nav-link,
  .dark-theme .main-nav .nav-link + .nav-link {
    border-left-color: rgba(234, 237, 241, 0.2);
    border-right-color: rgba(234, 237, 241, 0.2);
  }
}
@media (max-width: 991px) {
  .dark-theme .main-signup-header,
  .dark-theme .main-card-signin {
    border-color: rgba(234, 237, 241, 0.2);
  }
}
@media (min-width: 992px) {
  .horizontal.dark-theme .horizontal-main .slide .slide-menu,
  .horizontal.dark-theme .horizontal-main .slide .sub-slide-menu {
    background-color: #1f2940 !important;
    border-color: rgba(234, 237, 241, 0.2);
    box-shadow: 0 3px 10px rgba(255, 255, 255, 0.1) !important;
  }
  .horizontal.dark-theme .horizontal-main .sub-slide2 .sub-slide-menu1 {
    background-color: #1f2940 !important;
    border-color: rgba(234, 237, 241, 0.2);
    box-shadow: 0 3px 10px rgba(255, 255, 255, 0.1) !important;
  }
  .horizontal.dark-theme .logo-1 {
    display: none !important;
  }
  .horizontal.dark-theme .dark-logo-1 {
    display: block !important;
  }
}
.dark-theme {
  color: #fff;
}
.dark-theme.app.sidebar-mini .desktop-logo.logo-dark {
  display: block;
}
.dark-theme.app.sidebar-mini .desktop-logo.logo-light {
  display: none;
}
.dark-theme .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #dde3ea;
}
.dark-theme .app-sidebar__user .user-pro-body img {
  border-color: rgba(234, 237, 241, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.1);
  background: #141b2d;
}
.dark-theme .dark-layout {
  display: none;
}
.dark-theme .light-layout {
  display: block;
}
.dark-theme .navbar-toggler-icon {
  color: #dde3ea;
}
@media (max-width: 991px) {
  .dark-theme .responsive-logo .header-logo .logo-1 {
    display: none;
  }
  .dark-theme .responsive-logo .header-logo .dark-logo-1 {
    display: block;
  }
}
@media (max-width: 991px) {
  .dark-theme .responsive-navbar.navbar .navbar-collapse {
    background: #1f2940;
    border-bottom-color: rgba(234, 237, 241, 0.2);
    border-top-color: rgba(234, 237, 241, 0.2);
  }
}
@media (min-width: 992px) {
  .dark-theme.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-dark {
    display: block;
  }
  .dark-theme.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-light {
    display: none;
  }
  .dark-theme.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .desktop-logo {
    display: none;
  }
  .dark-theme.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .desktop-logo.logo-dark {
    display: block;
  }
}
@media (min-width: 992px) {
  .dark-theme.app.sidenav-toggled .side-menu__label {
    color: #dde3ea;
  }
}
@media (min-width: 992px) {
  .dark-theme.hover-submenu1.app.sidenav-toggled-open .side-menu__label1 {
    border-bottom-color: rgba(234, 237, 241, 0.2);
  }
}
.dark-theme .sub-side-menu__item {
  color: #dde3ea;
}
.dark-theme .sub-slide-item2 {
  color: #dde3ea;
}
.dark-theme .slide-menu a:before {
  color: #dde3ea;
}
.dark-theme .apexcharts-tooltip.apexcharts-theme-light {
  border-color: rgba(234, 237, 241, 0.2);
  background: #141b2d;
}
.dark-theme .main-dashboard-header-right > div label {
  color: #dde3ea;
}
.dark-theme .left-content p {
  color: #dde3ea;
  font-weight: 400;
}
.dark-theme .app-sidebar__user .user-info .text-muted {
  color: #dde3ea !important;
  opacity: 0.8;
}
.dark-theme .main-footer .container-fluid {
  color: #dde3ea;
}
@media (min-width: 992px) {
  .dark-theme.horizontal .app-sidebar {
    border-top-color: rgba(234, 237, 241, 0.2);
  }
}
.dark-theme .main-header form[role=search] button[type=reset] {
  background: #141b2d;
}
.dark-theme #slide-right svg,
.dark-theme #slide-left svg {
  fill: #fff;
}
.dark-theme .demo_changer .form_holder {
  background-color: #1f2940;
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .demo_changer h4 {
  border-bottom-color: rgba(234, 237, 241, 0.2);
  background: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(234, 237, 241, 0.2);
  color: #fff !important;
}
.dark-theme .demo_changer,
.dark-theme .demo_changer p {
  color: #dde3ea !important;
}
.dark-theme .input-color-picker {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: transparent;
}
.dark-theme .input-dark-color-picker {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: transparent;
}
.dark-theme .input-transparent-color-picker {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: transparent;
}
.dark-theme .form_holder img {
  border-color: rgba(234, 237, 241, 0.2);
  background: transparent;
}
.dark-theme .sidebar-right1 h4 {
  color: #fff;
}
.dark-theme .switch_section span {
  color: #dde3ea !important;
}
.dark-theme p {
  color: #dde3ea;
}
.dark-theme .text-dark {
  color: #fff !important;
}
.dark-theme .icons-list-item svg {
  fill: #dde3ea;
}
.dark-theme .main-table-reference {
  background-color: #1f2940;
}
.dark-theme .main-contact-star:hover,
.dark-theme .main-contact-star:focus {
  color: #dde3ea;
}
.dark-theme .minus {
  background: url("./media/misc.png") -18px -59px no-repeat transparent;
}
.dark-theme .dTree a {
  color: #dde3ea;
}
.dark-theme .main-nav-column .nav-link i:not([class*=" tx-"]) {
  color: #dde3ea;
}
.dark-theme .file-image-1 {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .pro-img-box img {
  border-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .tag.tag-attachments-lg {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tag.tag-attachments-sm {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tag.tag-attachments {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-img-user1.avatar-lg .number-badge,
.dark-theme .main-img-user1.avatar-md .number-badge,
.dark-theme .main-img-user1.avatar-sm .number-badge {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-img-user3.avatar-lg .icon-badgeavatar,
.dark-theme .main-img-user3.avatar-md .icon-badgeavatar,
.dark-theme .main-img-user3.avatar-sm .icon-badgeavatar {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .badge.bg-white {
  color: #fff !important;
}
.dark-theme #tab .bg-gray-100,
.dark-theme #typography .bg-gray-100 {
  background-color: #1f2940 !important;
}
.dark-theme #popover .bg-gray-200,
.dark-theme #popover2 .bg-gray-200,
.dark-theme #popover3 .bg-gray-200 {
  background-color: #1f2940 !important;
}
.dark-theme .nav-tabs .nav-link:hover,
.dark-theme .nav-tabs .nav-link:focus {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1f2940 !important;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .bootstrap-tagsinput input {
  color: #dde3ea;
}
.dark-theme .tabs-style-1 .panel-tabs {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .scrollspy-example {
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .navbar-light .navbar-brand {
  color: #fff;
}
.dark-theme #navbar-example3 .nav-link {
  color: #dde3ea;
}
.dark-theme .scrollspy-example-2 {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.dark-theme .form-control::-webkit-file-upload-button {
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #1f2940;
}
.dark-theme .theme-container button,
.dark-theme .theme-container2 button,
.dark-theme .theme-container1 button {
  color: #dde3ea;
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .pcr-app {
  background: #141b2d;
}
.dark-theme .datepicker {
  box-shadow: 0.5px 0.5px 0px rgba(255, 255, 255, 0.1);
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #1f2940;
}
.dark-theme .datepicker table tr td span {
  background: #1f2940;
}
.dark-theme .datepicker td {
  color: #dde3ea;
}
.dark-theme .datepicker .datepicker-switch:hover,
.dark-theme .datepicker .prev:hover,
.dark-theme .datepicker .next:hover,
.dark-theme .datepicker tfoot tr th:hover {
  color: #fff;
}
.dark-theme .datepicker th {
  color: #fff;
}
.dark-theme .datepicker-days tbody {
  background: #1f2940;
}
.dark-theme .ui-state-default,
.dark-theme .ui-widget-content .ui-state-default,
.dark-theme .ui-widget-header .ui-state-default,
.dark-theme .ui-button {
  border-color: rgba(234, 237, 241, 0.2);
  background: #1f2940;
  color: #dde3ea;
}
.dark-theme .ui-widget.ui-widget-content {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.dark-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  color: #dde3ea;
}
.dark-theme .ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: #141b2d;
  color: #fff;
}
.dark-theme .datetimepicker {
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.1);
}
.dark-theme .datetimepicker-hours span.hour:hover,
.dark-theme .datetimepicker-hours span.minute:hover,
.dark-theme .datetimepicker-hours span.month:hover,
.dark-theme .datetimepicker-hours span.year:hover {
  background: #1f2940;
}
.dark-theme .datetimepicker-minutes span.hour:hover,
.dark-theme .datetimepicker-minutes span.minute:hover,
.dark-theme .datetimepicker-minutes span.month:hover,
.dark-theme .datetimepicker-minutes span.year:hover {
  background: #1f2940;
}
.dark-theme .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #1f2940;
}
.dark-theme .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #dde3ea;
}
.dark-theme .intl-tel-input {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .intl-tel-input .flag-dropdown .selected-flag {
  background: #141b2d;
}
.dark-theme .intl-tel-input .flag-dropdown .selected-flag:hover {
  background-color: #1f2940;
}
.dark-theme .intl-tel-input .flag-dropdown .selected-flag .down-arrow {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .intl-tel-input .flag-dropdown .country-list {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.1);
  background-color: #141b2d;
}
.dark-theme .intl-tel-input .flag-dropdown .country-list .divider {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .intl-tel-input .flag-dropdown .country-list .country .dial-code {
  color: #dde3ea;
}
.dark-theme .intl-tel-input .flag-dropdown .country-list .country.highlight {
  background-color: #1f2940;
}
.dark-theme .intl-tel-input input {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme #mobile-number {
  background-color: #1f2940;
  color: #fff;
}
.dark-theme .datepicker > .datepicker_inner_container {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
  box-shadow: 0.5px 0px 3px rgba(255, 255, 255, 0.1);
}
.dark-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_calendar td.hover {
  background-color: #1f2940;
}
.dark-theme .dropify-wrapper p:first-child {
  color: #dde3ea !important;
}
.dark-theme .dropify-wrapper .dropify-message span.file-icon {
  color: #fff;
}
.dark-theme .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary {
  color: #dde3ea;
}
.dark-theme .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input {
  border-color: rgba(234, 237, 241, 0.2);
  color: #dde3ea;
  background: transparent;
}
.dark-theme .background {
  background-color: #141b2d !important;
}
.dark-theme .main-dropdown-form-demo .dropdown-title {
  color: #fff;
}
.dark-theme .form-select {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .was-validated .form-select:invalid,
.dark-theme .form-select.is-invalid,
.dark-theme input.form-select.parsley-error,
.dark-theme textarea.form-select.parsley-error {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' 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") #1f2940 no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.dark-theme .wizard > .steps .current a {
  color: #fff;
}
.dark-theme .wizard > .steps .disabled a {
  color: #dde3ea;
}
.dark-theme .note-icon-border {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-editor.note-frame,
.dark-theme .note-editor.note-airframe {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
.dark-theme .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
  background-color: #141b2d;
}
.dark-theme .note-editor.note-frame .note-editing-area .note-codable,
.dark-theme .note-editor.note-airframe .note-editing-area .note-codable {
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .note-editor.note-frame .note-status-output,
.dark-theme .note-editor.note-airframe .note-status-output {
  color: #dde3ea;
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-editor.note-frame .note-status-output .text-muted,
.dark-theme .note-editor.note-airframe .note-status-output .text-muted {
  color: #dde3ea;
}
.dark-theme .note-editor.note-frame .note-status-output .alert,
.dark-theme .note-editor.note-airframe .note-status-output .alert {
  color: #dde3ea;
  background-color: #141b2d;
}
.dark-theme .note-editor.note-frame .note-statusbar,
.dark-theme .note-editor.note-airframe .note-statusbar {
  background-color: #141b2d;
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.dark-theme .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-popover .popover-content,
.dark-theme .note-editor .note-toolbar {
  background: #141b2d;
}
.dark-theme .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,
.dark-theme .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.dark-theme .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.dark-theme .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.dark-theme .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-modal .note-image-dialog .note-dropzone {
  color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-placeholder {
  color: #dde3ea;
}
.dark-theme .note-handle .note-control-selection {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-handle .note-control-selection .note-control-selection-bg {
  background-color: #141b2d;
}
.dark-theme .note-handle .note-control-selection .note-control-handle,
.dark-theme .note-handle .note-control-selection .note-control-sizing,
.dark-theme .note-handle .note-control-selection .note-control-holder {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-handle .note-control-selection .note-control-sizing {
  background-color: #141b2d;
}
.dark-theme .note-handle .note-control-selection .note-control-selection-info {
  background-color: #141b2d;
}
.dark-theme .note-toolbar {
  background: #141b2d;
}
.dark-theme .note-btn-group .note-btn {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-editor.note-frame.panel.panel-default .panel-heading {
  background-color: #141b2d;
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .note-btn.btn-default {
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .btn,
.dark-theme .sp-container button {
  color: #dde3ea;
}
.dark-theme .note-editor .btn-default:not(:disabled):not(.disabled):active {
  background-color: #141b2d;
}
.dark-theme .note-btn.btn-default:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #141b2d !important;
}
.dark-theme .richText .richText-form input[type=text],
.dark-theme .richText .richText-form input[type=file],
.dark-theme .richText .richText-form input[type=number] {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-form select {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-form button {
  color: #dde3ea;
}
.dark-theme .richText .richText-toolbar ul {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-toolbar ul li a {
  color: #dde3ea;
}
.dark-theme .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
  box-shadow: 0px 16px 18px rgba(6, 10, 48, 0.1);
}
.dark-theme .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close {
  background: #141b2d;
  color: #dde3ea;
}
.dark-theme .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover {
  background-color: #141b2d;
}
.dark-theme .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a {
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
}
.dark-theme .richText .richText-toolbar ul li a:hover {
  background-color: #1f2940;
}
.dark-theme .richText .richText-editor {
  background-color: #1f2940;
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-editor table td,
.dark-theme .richText .richText-editor table th {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-editor:focus {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-initial {
  background-color: #141b2d;
}
.dark-theme .richText .richText-undo,
.dark-theme .richText .richText-redo {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-help-popup hr {
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-list.list-rightclick {
  background-color: #141b2d;
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .richText .richText-toolbar ul li a {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .ql-wrapper-demo {
  background-color: #141b2d !important;
}
.dark-theme .ql-snow.ql-toolbar button:hover,
.dark-theme .ql-snow .ql-toolbar button:hover,
.dark-theme .ql-snow.ql-toolbar button:focus,
.dark-theme .ql-snow .ql-toolbar button:focus,
.dark-theme .ql-snow.ql-toolbar button.ql-active,
.dark-theme .ql-snow .ql-toolbar button.ql-active,
.dark-theme .ql-snow.ql-toolbar .ql-picker-label:hover,
.dark-theme .ql-snow .ql-toolbar .ql-picker-label:hover,
.dark-theme .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.dark-theme .ql-snow .ql-toolbar .ql-picker-label.ql-active,
.dark-theme .ql-snow.ql-toolbar .ql-picker-item:hover,
.dark-theme .ql-snow .ql-toolbar .ql-picker-item:hover,
.dark-theme .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.dark-theme .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.dark-theme .ql-snow.ql-toolbar button.ql-active {
  background-color: #1f2940;
}
.dark-theme .ql-snow a {
  color: #fff;
}
.dark-theme .ql-snow .ql-tooltip {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.1);
  color: #dde3ea;
}
.dark-theme .ql-snow .ql-tooltip::before {
  color: #dde3ea;
}
.dark-theme .ql-snow .ql-tooltip a {
  color: #dde3ea;
}
.dark-theme .dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .dataTables_paginate .pagination .page-link {
  background-color: #1f2940;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .card-img-holder .card-footer {
  background-color: transparent;
}
.dark-theme .widget-user .widget-user-image > img {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .border-start {
  border-right-color: rgba(234, 237, 241, 0.2) !important;
  border-left-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .border-end {
  border-right-color: rgba(234, 237, 241, 0.2) !important;
  border-left-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .latest-tasks .time {
  color: #dde3ea;
}
.dark-theme .browser-stats .sub-text {
  color: #dde3ea;
}
.dark-theme .bxl-instagram.tx-prime,
.dark-theme .bxl-linkedin.tx-prime,
.dark-theme .bxl-twitter.tx-prime,
.dark-theme .bxl-facebook.tx-prime {
  background: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
  color: #fff;
}
.dark-theme .profile-user .profile-edit {
  background: #141b2d;
}
.dark-theme hr {
  background: rgba(234, 237, 241, 0.2);
  opacity: 1;
}
.dark-theme .panel-color .list-group-item {
  background-color: #1f2940;
}
.dark-theme .content-title {
  color: #fff;
}
.dark-theme .main-mail-subject span {
  color: #dde3ea;
}
.dark-theme .main-mail-item:hover,
.dark-theme .main-mail-item:focus {
  background-color: #141b2d;
}
.dark-theme .main-mail-item.selected {
  background-color: #141b2d;
}
.dark-theme .main-mail-options .btn:hover,
.dark-theme .main-mail-options .sp-container button:hover {
  background-color: #141b2d;
}
.dark-theme .main-mail-date {
  color: #dde3ea;
}
.dark-theme .main-mail-options .btn.disabled,
.dark-theme .main-mail-options .sp-container button.disabled {
  color: #dde3ea;
}
.dark-theme .main-chat-list .media.selected {
  border-top-color: rgba(234, 237, 241, 0.2);
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-chat-list .media {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-chat-list .media:hover,
.dark-theme .main-chat-list .media:focus {
  border-top-color: rgba(234, 237, 241, 0.2);
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-chat-footer .form-control {
  background-color: transparent;
}
.dark-theme .main-chat-list .media-body p {
  color: #dde3ea;
}
.dark-theme .main-chat-list .media-contact-name span:last-child {
  color: #dde3ea;
}
.dark-theme .main-chat-body .media-body > div:last-child {
  color: #dde3ea;
}
.dark-theme .main-chat-msg-name small {
  color: #dde3ea;
}
.dark-theme .shared-files {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .nice-select {
  color: #dde3ea;
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .nice-select:after {
  border-bottom-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .nice-select.disabled {
  border-color: rgba(234, 237, 241, 0.2);
  color: #dde3ea;
}
.dark-theme .nice-select.disabled:after {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .nice-select .list {
  background-color: #141b2d;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.dark-theme .nice-select .option:hover,
.dark-theme .nice-select .option.focus {
  background-color: #1f2940;
}
.dark-theme .nice-select .option.selected.focus {
  background-color: #1f2940;
}
.dark-theme .nice-select .option.disabled {
  color: #dde3ea;
}
.dark-theme .card-item-desc .card-item-desc-1 dd {
  color: #dde3ea;
}
.dark-theme .table {
  --bs-table-hover-color: $dark-color;
}
.dark-theme .product-details .table-bordered > :not(caption) > * {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
@media (min-width: 768px) {
  .dark-theme #checkoutsteps > .steps .number {
    background-color: #141b2d;
    color: #dde3ea;
    border-color: rgba(234, 237, 241, 0.2);
  }
  .dark-theme #checkoutsteps .checkoutline {
    background-color: #1f2940;
  }
}
.dark-theme #checkoutsteps > .steps a {
  color: #fff;
}
.dark-theme #checkoutsteps .item {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme #checkoutsteps .total {
  color: #fff;
}
.dark-theme .handle-counter input {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #1f2940;
  color: #fff;
}
.dark-theme .card-pay .tabs-menu.nav {
  background: #1f2940;
}
.dark-theme .card-pay .tabs-menu.nav li {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .alert .item-card svg {
  fill: #dde3ea;
}
.dark-theme .main-logo1 {
  color: #fff;
}
.dark-theme .main-signup-header .form-control {
  color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-signup-header label {
  color: #fff;
}
.dark-theme .main-signup-header h2 {
  color: #fff !important;
}
.dark-theme .main-signin-header h2 {
  color: #fff;
}
.dark-theme .construction h2 {
  color: #fff;
}
.dark-theme .main-signin-header label {
  color: #dde3ea;
}
.dark-theme .main-signup-footer p {
  color: #dde3ea;
}
.dark-theme .main-card-signin {
  background-color: transparent;
}
.dark-theme.error-3 .bg-white {
  background-color: #1f2940 !important;
}
.dark-theme .main-signin-header .form-control {
  color: #dde3ea;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .main-table-reference .bg-gray-100 {
  background-color: #141b2d !important;
}
.dark-theme .border-card .bg-gray-100 {
  background-color: #1f2940 !important;
}
.dark-theme .flex-card .bg-gray-200,
.dark-theme .flex-card .bg-gray-300 {
  background-color: #1f2940 !important;
}
.dark-theme .card-body .switch_section span {
  color: #dde3ea !important;
}
@media (min-width: 992px) {
  .dark-theme.app.sidenav-toggled .side-menu__item {
    border-right-color: transparent;
    border-left-color: transparent;
  }
}
.dark-theme .fc .fc-daygrid-day.fc-day-today {
  background-color: #141b2d;
}
.dark-theme .fc-timegrid-event-harness-inset .fc-timegrid-event {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
}
.dark-theme .fc-theme-standard .fc-list-day-cushion {
  background-color: #141b2d;
}
.dark-theme .fc-theme-standard .fc-list-day-cushion .fc-list-day-text,
.dark-theme .fc-theme-standard .fc-list-day-cushion .fc-list-day-side-text {
  color: #fff !important;
}
.dark-theme .fc-list-event.fc-event {
  color: #dde3ea;
}
.dark-theme .fc .fc-list-empty {
  background-color: #141b2d;
}
.dark-theme .owl-nav button {
  background: #141b2d !important;
  opacity: 1 !important;
  border-color: rgba(234, 237, 241, 0.2) !important;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}
.dark-theme .owl-carousel .owl-nav button.owl-prev,
.dark-theme .owl-carousel .owl-nav button.owl-next,
.dark-theme .owl-carousel button.owl-dot {
  color: #fff;
}
.dark-theme .alert {
  border-color: rgba(234, 237, 241, 0.2);
}
@media (max-width: 568px) {
  .dark-theme #basic .example,
  .dark-theme #custom .example,
  .dark-theme #divider .example,
  .dark-theme #center .example,
  .dark-theme #right .example {
    border-color: rgba(234, 237, 241, 0.2);
  }
}
.dark-theme .breadcrumb-item a {
  color: #dde3ea;
}
.dark-theme .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(234, 237, 241, 0.2);
}
.dark-theme .breadcrumb-item.active {
  color: #fff;
}
.dark-theme .btn:focus-visible {
  outline: 0 !important;
}
.dark-theme .btn-light:not(:disabled):not(.disabled):active:focus,
.dark-theme .btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
}
.dark-theme .toast-body {
  color: #dde3ea;
}
.dark-theme .tabs-style-3 .tabs-menu-body {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tabs-style-4 .tabs-menu-body {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tab_wrapper.right_side .content_wrapper {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tab_wrapper.right_side > ul li.active {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tab_wrapper > ul li {
  border-color: rgba(234, 237, 241, 0.2);
  border-top-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tab_wrapper.right_side > ul {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .tab_wrapper.right_side > ul li:after {
  background: #141b2d;
}
.dark-theme .ql-snow .ql-tooltip input[type=text] {
  border-color: rgba(234, 237, 241, 0.2);
  background: #141b2d;
}
.dark-theme .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  color: #dde3ea;
}
.dark-theme .datetimepicker table span.active,
.dark-theme .datetimepicker table td.active {
  background: #1f2940;
}
.dark-theme .dropify-wrapper:hover {
  background-image:
    linear-gradient(
      -45deg,
      #1f2940 25%,
      transparent 25%,
      transparent 50%,
      #1f2940 50%,
      #1f2940 75%,
      transparent 75%,
      transparent);
}
.dark-theme .border-end-0 {
  border-right-color: rgba(234, 237, 241, 0.2) !important;
  border-left-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .border-start-0 {
  border-right-color: rgba(234, 237, 241, 0.2) !important;
  border-left-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-theme .was-validated .form-select:valid,
.dark-theme .form-select.is-valid,
.dark-theme input.form-select.parsley-success,
.dark-theme textarea.form-select.parsley-success {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' 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") transparent no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.dark-theme .table.dtr-details {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
@media (max-width: 1143px) {
  .dark-theme .table tr td:last-child {
    border-left-color: rgba(234, 237, 241, 0.2);
  }
}
.dark-theme .description-block > .description-text {
  color: #dde3ea;
}
.dark-theme .settings-main-icon i {
  color: #fff;
}
.dark-theme #checkoutsteps .item .thumb {
  border-color: rgba(234, 237, 241, 0.2);
}
@media (min-width: 768px) {
  .dark-theme #checkoutsteps .checkoutline {
    background-color: #1f2940;
  }
}
.dark-theme #checkoutsteps > .steps a {
  color: #dde3ea;
}
.dark-theme #checkoutsteps .item .thumb {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme #checkoutsteps .item {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .wizard > .content > .title {
  color: #dde3ea;
}
.dark-theme .card-pay .tabs-menu.nav li {
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .card-pay .tabs-menu.nav {
  background: #1f2940;
}
@media (min-width: 768px) {
  .dark-theme #checkoutsteps > .steps .number {
    background-color: #1f2940;
    color: #dde3ea;
    border-color: rgba(234, 237, 241, 0.2);
  }
}
@media (max-width: 767px) {
  .dark-theme #checkoutsteps > .steps .number {
    background-color: #1f2940;
    color: #dde3ea;
  }
}
@media (max-width: 767px) {
  .dark-theme #checkoutsteps .checkoutline {
    background-color: #1f2940;
  }
}
@media (max-width: 767px) {
  .dark-theme .card-pay .tabs-menu li {
    border-bottom-color: rgba(234, 237, 241, 0.2);
  }
}
.dark-theme .sign-favicon-a {
  display: none;
}
.dark-theme .sign-favicon-b {
  display: block;
}
.dark-theme .main-star i {
  color: #dde3ea;
}
.dark-theme .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #1f2940;
}
.dark-theme .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button {
  border-color: rgba(234, 237, 241, 0.2);
  background-color: #1f2940;
  opacity: 1;
}
.dark-theme .SumoSelect > .CaptionCont > span.placeholder {
  color: transparent;
}
.dark-theme .main-nav-column .nav-link span {
  color: #dde3ea;
}
.dark-theme .dropdown-menu-start {
  box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.1);
}
.dark-theme .sidebar {
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
@media (min-width: 992px) {
  .dark-theme.horizontal .app-sidebar {
    border-bottom-color: rgba(234, 237, 241, 0.2) !important;
    border-top-color: rgba(234, 237, 241, 0.2);
  }
}
@media (min-width: 992px) {
  .hover-submenu.dark-theme.app.sidenav-toggled-open .slide-menu,
  .hover-submenu1.dark-theme.app.sidenav-toggled-open .slide-menu {
    background: #141b2d;
    border-color: rgba(234, 237, 241, 0.2);
    box-shadow: 8px 8px 17px rgba(255, 255, 255, 0.1);
  }
  .hover-submenu.dark-theme .side-menu__label,
  .hover-submenu1.dark-theme .side-menu__label {
    color: #dde3ea;
  }
  .hover-submenu.dark-theme .app-sidebar .slide-menu .slide-item:before,
  .hover-submenu1.dark-theme .app-sidebar .slide-menu .slide-item:before {
    color: #dde3ea;
  }
  .hover-submenu.dark-theme.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark,
  .hover-submenu1.dark-theme.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: block !important;
  }
  .hover-submenu.dark-theme.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light,
  .hover-submenu1.dark-theme.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: none !important;
  }
}
body.transparent-theme {
  color: rgba(255, 255, 255, 0.7) !important;
  background: var(--transparent-body) !important;
}
.transparent-theme a {
  color: #fff;
}
.transparent-theme .main-header.side-header.sticky.nav.nav-item.fixed-header.visible-title.sticky-pin {
  background: var(--primary-bg-color);
}
.transparent-theme .app-sidebar.sidebar-scroll .main-sidebar-header {
  backdrop-filter: blur(0.25rem);
  -webkit-backdrop-filter: blur(0.25rem);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .sticky.sticky-pin div.main-sidebar-header {
  backdrop-filter: blur(0.25rem);
  -webkit-backdrop-filter: blur(0.25rem);
}
.transparent-theme.sidebar-mini .main-sidemenu {
  background-color: rgba(0, 0, 0, 0.2) !important;
  height: 200vh !important;
}
.transparent-theme.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  background: var(--primary-bg-color) !important;
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme.sidenav-toggled.sidenav-toggled-open .main-sidebar-header {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .dropdown-menu {
  background-color: var(--primary-bg-color) !important;
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .menu-header-content {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-theme .br-dark {
  border-left-color: rgba(255, 255, 255, 0.2) !important;
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .badge.bg-light {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .card-signin h1 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .bg-white {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .card {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.transparent-theme .main-header {
  background: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.transparent-theme .main-header-message > a,
.transparent-theme .main-header-notification > a,
.transparent-theme .nav-item.full-screen > a,
.transparent-theme .card-title {
  color: #fff;
}
.transparent-theme .card-dashboard-audience-metrics .card-header,
.transparent-theme .card-dashboard-audience-metrics .card-body {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .card-header {
  background-color: transparent;
}
.transparent-theme .border-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .border-top {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .border-right {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .border-left {
  border-left-color: rgba(255, 255, 255, 0.2) !important;
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .border {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .table tbody tr {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .rating-table tbody tr {
  background-color: transparent;
}
.transparent-theme .table-bordered thead th,
.transparent-theme .table-bordered thead td {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .table {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .table-bordered {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .table-bordered th,
.transparent-theme .table-bordered td {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .card-dashboard-audience-metrics .card-body h4 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .progress {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .card-dashboard-audience-metrics .flot-chart .flot-x-axis > div span:last-child {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-footer {
  background-color: transparent;
  border-top-color: transparent;
}
.transparent-theme .main-footer .text-primary {
  color: #fff !important;
}
.transparent-theme .sidebar.sidebar-right {
  box-shadow: 5px 7px 26px -5px rgba(0, 0, 0, 0.1) !important;
}
.transparent-theme .sidebar .tabs-menu ul {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .chat .contacts li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .form-control {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .list-group-item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .main-header-center .form-control {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-theme .main-header form[role=search].active input {
  background: var(--transparent-body);
  color: #fff;
}
.transparent-theme .main-header .input-group-btn .btn:hover i {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-header form[role=search] button[type=reset] {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .main-header-notification .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .notification-label {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-notification-list a:hover,
.transparent-theme .main-message-list a:hover {
  background: var(--transparent-body);
}
.transparent-theme .nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.transparent-theme .notification-subtext {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-header-message .dropdown-footer,
.transparent-theme .main-header-notification .dropdown-footer {
  border-top-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .dropdown-menu {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-message-list a .name,
.transparent-theme .main-message-list a .time,
.transparent-theme .main-message-list a .desc {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .task-line a,
.transparent-theme .latest-tasks .nav-tabs .nav-link,
.transparent-theme .chips p {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .chip {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .chip:hover {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .latest-tasks .check-box .ckbox span:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .table th,
.transparent-theme .table td {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme #global-loader {
  background: var(--transparent-body);
}
.transparent-theme .app-sidebar {
  background: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-sidebar-header {
  background: transparent;
}
.transparent-theme .side-menu__label,
.transparent-theme .side-menu .side-menu__icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}
.transparent-theme .app-sidebar__user .user-info h4,
.transparent-theme .side-menu h3 {
  color: #fff !important;
}
.transparent-theme .main-sidebar-header {
  border-bottom-color: transparent;
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-sidebar-loggedin .media-body h6,
.transparent-theme .slide.is-expanded a,
.transparent-theme .side-menu__item {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .slide.is-expanded:before {
  background: var(--transparent-body);
}
.transparent-theme .slide-item {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .slide-menu .slide-item:before {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .open-toggle svg g,
.transparent-theme .close-toggle svg g {
  fill: var(--transparent-body);
}
.transparent-theme .angle,
.transparent-theme .sub-angle {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .main-header-center .btn:hover,
.transparent-theme .main-header-center .sp-container button:hover {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .sp-container .main-header-center button:hover {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-header-center .btn:focus,
.transparent-theme .main-header-center .sp-container button:focus {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .sp-container .main-header-center button:focus,
.transparent-theme .main-header .input-group-btn .btn i {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-mail-item {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-mail-item.unread {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .main-content-title {
  color: #fff;
}
.transparent-theme .main-mail-options,
.transparent-theme .main-mail-list {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-mail-item {
  background-color: var(--transparent-body);
}
.transparent-theme .main-mail-subject strong {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ckbox span:before {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-mail-star {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-nav-column .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-nav-column .nav-link:hover,
.transparent-theme .main-nav-column .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .btn-light {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-nav-column .nav-link:hover i:not([class*=" tx-"]),
.transparent-theme .main-nav-column .nav-link:focus i:not([class*=" tx-"]) {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-nav-column .nav-link + .nav-link {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .nav-search .input-group-text {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-mail-header .btn-group .btn,
.transparent-theme .main-mail-header .btn-group .sp-container button {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .sp-container .main-mail-header .btn-group button {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .main-mail-header .btn-group .btn.disabled,
.transparent-theme .main-mail-header .btn-group .sp-container button.disabled {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .sp-container .main-mail-header .btn-group button.disabled {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-mail-header .btn-group .btn:hover,
.transparent-theme .main-mail-header .btn-group .sp-container button:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .sp-container .main-mail-header .btn-group button:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-mail-header .btn-group .btn:focus,
.transparent-theme .main-mail-header .btn-group .sp-container button:focus {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .sp-container .main-mail-header .btn-group button:focus {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .card-header,
.transparent-theme .card-footer,
.transparent-theme hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-content-label,
.transparent-theme .card-table-two .card-title,
.transparent-theme .card-dashboard-eight .card-title,
.transparent-theme .form-label {
  color: #fff;
}
.transparent-theme .select2-container--default .select2-selection--single {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .select2-dropdown {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-nav-line-chat {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .main-nav-line .nav-link,
.transparent-theme .main-chat-msg-name h6 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-chat-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.1);
}
.transparent-theme .main-chat-list .media {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-chat-list .media.new {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .main-chat-list .media.new .media-body p,
.transparent-theme .main-chat-list .media.new .media-contact-name span:first-child {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-chat-list .media-contact-name span:first-child {
  color: #fff !important;
}
.transparent-theme .main-chat-list .media.selected {
  background-color: var(--transparent-body);
}
.transparent-theme .main-chat-contacts-wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-chat-list .media:hover,
.transparent-theme .main-chat-list .media:focus {
  background-color: var(--transparent-body);
}
.transparent-theme .main-chat-list .media.selected .media-body p {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-msg-wrapper {
  background-color: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-chat-footer {
  border-top-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
}
.transparent-theme .irs-line-mid,
.transparent-theme .irs-line-left,
.transparent-theme .irs-line-right {
  background-color: var(--transparent-body);
}
.transparent-theme .irs-min,
.transparent-theme .irs-max {
  color: rgba(255, 255, 255, 0.7);
  background: var(--transparent-body);
}
.transparent-theme .main-calendar .fc-header-toolbar h2 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ui-datepicker {
  background-color: var(--transparent-body);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ui-datepicker .ui-datepicker-calendar td {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .ui-datepicker .ui-datepicker-calendar td span,
.transparent-theme .ui-datepicker .ui-datepicker-calendar td a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ui-datepicker .ui-datepicker-title,
.transparent-theme .ui-datepicker .ui-datepicker-calendar th {
  color: #fff;
}
.transparent-theme .main-datepicker .ui-datepicker .ui-datepicker-calendar th {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .card--calendar .ui-datepicker .ui-datepicker-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ui-datepicker .ui-datepicker-calendar td a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-calendar .fc-view > table {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .main-calendar .fc-head-container .fc-day-header {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-calendar .fc-view .fc-day-number {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-calendar .fc-view .fc-other-month {
  background-color: var(--transparent-body);
}
.transparent-theme .main-calendar .fc-content,
.transparent-theme .main-calendar .main-calendar .fc-divider,
.transparent-theme .main-calendar .fc-list-heading td,
.transparent-theme .main-calendar .fc-list-view,
.transparent-theme .main-calendar .fc-popover,
.transparent-theme .main-calendar .fc-row,
.transparent-theme .main-calendar tbody,
.transparent-theme .main-calendar td,
.transparent-theme .main-calendar .main-calendar th,
.transparent-theme .main-calendar thead {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-calendar .fc-view .fc-day-number:hover,
.transparent-theme .main-calendar .fc-view .fc-day-number:focus {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-calendar .fc-view > table > thead th,
.transparent-theme .main-calendar .fc-view > table > thead td {
  border-color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-calendar .fc-view > table > tbody > tr > td {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-calendar .fc-header-toolbar button {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-calendar .fc-view.fc-listMonth-view .fc-list-item,
.transparent-theme .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
  background-color: var(--transparent-body);
}
.transparent-theme .fc-unthemed .fc-divider,
.transparent-theme .fc-unthemed .fc-list-heading td,
.transparent-theme .fc-unthemed .fc-popover .fc-header {
  background: var(--transparent-body);
}
.transparent-theme .main-calendar .fc-view.fc-listMonth-view .fc-list-item-title .fc-desc,
.transparent-theme .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title .fc-desc,
.transparent-theme .main-calendar .fc-view.fc-listMonth-view .fc-list-item-title a,
.transparent-theme .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title a,
.transparent-theme .main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main span:last-child,
.transparent-theme .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main span:last-child {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-contact-info-header .media-body p,
.transparent-theme .tx-inverse {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .contact-icon:hover {
  background: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-contact-info-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-contact-info-body .media-body span,
.transparent-theme .main-contact-info-body .media-body label {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-contact-info-body .media + .media::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-contact-body span,
.transparent-theme .main-contact-body h6 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-contact-item.selected {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  background-color: var(--transparent-body);
}
.transparent-theme .main-contact-item + .main-contact-item {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-contact-item + .main-contact-item::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-contact-item:hover,
.transparent-theme .main-contact-item:focus {
  background-color: var(--transparent-body);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-contact-label::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme #ui_notifIt.default {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .notifit_confirm,
.transparent-theme .notifit_prompt {
  background-color: var(--transparent-body);
}
.transparent-theme .alert .close {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.transparent-theme .tree li {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .tree li a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .tree ul li:last-child:before {
  background: transparent;
}
.transparent-theme .tree ul:before {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tree ul li:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .main-icon-group {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .table thead th {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .table-hover tbody tr:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body) !important;
}
.transparent-theme table.dataTable {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme table.dataTable tbody td.sorting_1 {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme table.dataTable thead th,
.transparent-theme table.dataTable thead td {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme table.dataTable thead .sorting_asc,
.transparent-theme table.dataTable thead .sorting_desc {
  background-color: var(--transparent-body);
}
.transparent-theme .dataTables_wrapper .dataTables_length,
.transparent-theme .dataTables_wrapper .dataTables_filter,
.transparent-theme .dataTables_wrapper .dataTables_info,
.transparent-theme .dataTables_wrapper .dataTables_processing,
.transparent-theme .dataTables_wrapper .dataTables_paginate {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .dataTables_wrapper .dataTables_filter input {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .page-link {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .dataTables_wrapper .dataTables_paginate .page-item.disabled .page-link {
  background-color: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme select option {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme table.dataTable tbody tr.selected {
  background: var(--transparent-body);
}
.transparent-theme .example {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme #basic-alert .alert .close,
.transparent-theme #dismiss-alerts .alert .close {
  color: #fff;
}
.transparent-theme #icon-dismissalerts .alert .close,
.transparent-theme #icon-dismissalerts .alert-default.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-table-reference > thead > tr > th,
.transparent-theme .main-table-reference > thead > tr > td {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-table-reference > tbody > tr > th,
.transparent-theme .main-table-reference > tbody > tr > td {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme pre {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .token.operator,
.transparent-theme .token.entity,
.transparent-theme .token.url {
  background: var(--transparent-body);
}
.transparent-theme .language-css .token.string,
.transparent-theme.style .token.string {
  background: var(--transparent-body);
}
.transparent-theme .highlight {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: var(--transparent-body);
}
.transparent-theme .clipboard-icon {
  background: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-table-reference > thead > tr > th,
.transparent-theme .main-table-reference > thead > tr > td {
  background: var(--transparent-body) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .breadcrumb-style1 .breadcrumb-item a,
.transparent-theme .breadcrumb-style2 .breadcrumb-item a,
.transparent-theme .breadcrumb-style3 .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .dropdown-item:hover,
.transparent-theme .dropdown-item:focus {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .dropdown-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .img-thumbnail {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .img-thumbnail p {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .bd {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bg-light {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .main-nav .nav-link:hover,
.transparent-theme .main-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .nav-pills .nav-link:hover,
.transparent-theme .nav-pills .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .nav-pills .nav-link.active {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .main-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme #tab .bg-gray-300 {
  background-color: var(--transparent-body);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .nav-tabs .nav-link.active,
.transparent-theme .nav-tabs .nav-link:hover,
.transparent-theme .nav-tabs .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .popover-static-demo {
  background-color: var(--transparent-body);
}
.transparent-theme .popover {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .popover-body {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .popover-header {
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bs-popover-top > .popover-arrow::before,
.transparent-theme .bs-popover-auto[x-placement^=top] > .popover-arrow::before,
.transparent-theme .bs-popover-top > .popover-arrow::after,
.transparent-theme .bs-popover-auto[x-placement^=top] > .popover-arrow::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bs-popover-bottom > .popover-arrow::after,
.transparent-theme .bs-popover-auto[x-placement^=bottom] > .popover-arrow::after,
.transparent-theme .bs-popover-bottom > .popover-arrow::before,
.transparent-theme .bs-popover-auto[x-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bs-popover-start > .popover-arrow::after,
.transparent-theme .bs-popover-auto[x-placement^=left] > .popover-arrow::after,
.transparent-theme .bs-popover-start > .popover-arrow::after,
.transparent-theme .bs-popover-auto[x-placement^=left] > .popover-arrow::after {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bs-popover-end > .popover-arrow::after,
.transparent-theme .bs-popover-auto[x-placement^=right] > .popover-arrow::after,
.transparent-theme .bs-popover-end > .popover-arrow::before,
.transparent-theme .bs-popover-auto[x-placement^=right] > .popover-arrow::before {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .bs-popover-start > .popover-arrow::before,
.transparent-theme .bs-popover-auto[x-placement^=left] > .popover-arrow::before {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .media-body {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .tooltip-static-demo {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .toast-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .toast {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .toast-header {
  color: rgba(255, 255, 255, 0.7);
  background: var(--transparent-body);
}
.transparent-theme .bootstrap-tagsinput {
  background-color: var(--transparent-body);
}
.transparent-theme .tag {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .tag.tag-attachments {
  background-color: transparent;
}
.transparent-theme .tag.tag-attachments-lg {
  background-color: transparent;
}
.transparent-theme .tag.tag-attachments-sm {
  background-color: transparent;
}
.transparent-theme .accordion .card-header a {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .accordion .card-body {
  background-color: var(--transparent-body);
}
.transparent-theme .accordion .card-header a.collapsed:hover,
.transparent-theme .accordion .card-header a.collapsed:focus {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .modal-content {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .modal-title {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .modal-footer {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .close {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.transparent-theme .modal-content-demo .modal-body h6 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .vtimeline .timeline-wrapper .timeline-panel {
  background: var(--transparent-body);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.transparent-theme .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .vtimeline .timeline-wrapper .timeline-panel:after {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .vtimeline:before {
  background-color: var(--transparent-body);
}
.transparent-theme .timeline-body {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .sweet-alert {
  background-color: var(--transparent-body);
}
.transparent-theme .sweet-alert h2 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .btn-outline-light:hover,
.transparent-theme .btn-outline-light:focus {
  background-color: var(--transparent-body) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .dropdown .fe-more-vertical {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-content-body-profile .nav {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .card-body + .card-body {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .rating-stars input {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .rating-stars .rating-stars-container .rating-star {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .br-theme-bars-pill .br-widget a.br-active,
.transparent-theme .br-theme-bars-pill .br-widget a.br-selected {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .br-theme-bars-1to10 .br-widget a,
.transparent-theme .br-theme-bars-movie .br-widget a,
.transparent-theme .br-theme-bars-horizontal .br-widget a {
  background-color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .br-theme-bars-square .br-widget a {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .br-theme-bars-pill .br-widget a {
  background-color: var(--transparent-body);
}
.transparent-theme .custom-file-label {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .custom-file-label::after {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .input-group-text {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .sp-replacer {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
}
.transparent-theme .sp-replacer:hover,
.transparent-theme .sp-replacer:focus {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .sp-container {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgba(255, 255, 255, 0.7);
  background: var(--transparent-body);
}
.transparent-theme .select2-container--default .select2-selection--multiple {
  background-color: var(--transparent-body) !important;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .SumoSelect > .CaptionCont {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .SumoSelect > .optWrapper {
  background: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.1);
}
.transparent-theme .SumoSelect .select-all {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .SumoSelect > .optWrapper > .options li.opt {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .SumoSelect > .optWrapper > .MultiControls {
  border-top-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
}
.transparent-theme .SumoSelect.open > .optWrapper {
  box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .SumoSelect.disabled > .CaptionCont {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: var(--transparent-body);
}
.transparent-theme .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: var(--transparent-body);
}
.transparent-theme .SumoSelect .select-all > span i {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
}
.transparent-theme .SumoSelect .select-all.partial > span i {
  background-color: var(--transparent-body);
}
.transparent-theme .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .SumoSelect:focus > .CaptionCont {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .dropify-wrapper {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .dropify-wrapper .dropify-preview {
  background-color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ff_fileupload_wrap .ff_fileupload_dropzone {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
  background-image: url("./media/fancy_upload-dark.png");
}
.transparent-theme .ff_fileupload_wrap .ff_fileupload_dropzone:hover,
.transparent-theme .ff_fileupload_wrap .ff_fileupload_dropzone:focus,
.transparent-theme .ff_fileupload_wrap .ff_fileupload_dropzone:active {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-form-group {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .parsley-style-1 .parsley-input.parsley-error .form-control,
.transparent-theme .parsley-style-1 .parsley-checkbox.parsley-error,
.transparent-theme .parsley-style-1 .parsley-select.parsley-error .select2-container--default .select2-selection--single {
  background-color: var(--transparent-body);
}
.transparent-theme .wizard {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
}
.transparent-theme .wizard > .steps a .number,
.transparent-theme .wizard > .steps a:hover .number,
.transparent-theme .wizard > .steps a:active .number {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .wizard > .content {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .wizard > .content > .title {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ql-scrolling-demo {
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--transparent-body);
}
.transparent-theme .ql-scrolling-demo .ql-container .ql-editor {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ql-snow .ql-picker-label {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
}
.transparent-theme .ql-snow .ql-stroke {
  stroke: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ql-snow .ql-editor,
.transparent-theme .ql-snow.ql-toolbar button,
.transparent-theme .ql-snow .ql-picker {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ql-snow.ql-toolbar,
.transparent-theme .ql-snow.ql-container {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ql-snow .ql-picker-options {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-profile-work-list .media-body h6,
.transparent-theme .main-profile-work-list .media-body p {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-profile-contact-list .media-body div,
.transparent-theme .main-profile-contact-list .media-body span {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .plan-icon {
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--transparent-body);
}
.transparent-theme .main-profile-name,
.transparent-theme .main-profile-body .media-body h6,
.transparent-theme .main-profile-social-list .media-body a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .profile-footer a {
  background: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .billed-from h6,
.transparent-theme .invoice-title {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-invoice-list .media-body h6 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-invoice-list .selected {
  background-color: var(--transparent-body);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-invoice-list .media {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-invoice-list .media:hover,
.transparent-theme .main-invoice-list .media:focus {
  background-color: var(--transparent-body);
}
.transparent-theme .main-invoice-list .media-body p {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-invoice-list .media-body p span {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .table-invoice tbody > tr > th:first-child .invoice-notes p,
.transparent-theme .table-invoice tbody > tr > td:first-child .invoice-notes p,
.transparent-theme .table-invoice tbody > tr > th:first-child,
.transparent-theme .table-invoice tbody > tr > td:first-child {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .billed-from p,
.transparent-theme .billed-to p,
.transparent-theme .card-invoice .tx-gray-600,
.transparent-theme .billed-to h6 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .invoice-info-row + .invoice-info-row {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .invoice-info-row span:first-child {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-invoice-list {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .card-category {
  background: var(--transparent-body);
}
.transparent-theme .pricing-card .list-unstyled li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .price.panel-color > .panel-body,
.transparent-theme .price .panel-footer {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .pricing .list-unstyled li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .card--events .list-group-item h6 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .rdiobox span:before {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .colorinput-color {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .nice-select .list {
  background-color: var(--transparent-body);
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.transparent-theme .nice-select .option:hover,
.transparent-theme .nice-select .option.focus,
.transparent-theme .nice-select .option.selected.focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .item-card .cardtitle a,
.transparent-theme .item-card .cardprice span {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .bd-b {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bd-r {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bd-t {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bd-l {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bd-y {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bd-x {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-card-signin {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-signin-header h4,
.transparent-theme .main-signin-footer a,
.transparent-theme .main-signup-footer a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-error-wrapper h1,
.transparent-theme .main-error-wrapper h2,
.transparent-theme .main-error-wrapper h6 {
  color: #fff;
}
.transparent-theme .construction .btn.btn-icon {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .sidebar {
  background: var(--transparent-body);
}
.transparent-theme .sidebar .card {
  background: transparent;
  box-shadow: none !important;
}
.transparent-theme #chatmodel .modal-content {
  background-color: var(--transparent-body);
}
.transparent-theme .main-calendar.fc-list-empty {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1245px) {
  .transparent-theme .main-header-center .form-control {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
}
@media (max-width: 991px) {
  .transparent-theme .vtimeline .timeline-wrapper .timeline-panel:after {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
    border-left-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media (min-width: 576px) {
  .transparent-theme .wizard.vertical > .content,
  .transparent-theme .wizard.vertical > .actions {
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .transparent-theme .animated-arrow span {
    background: var(--transparent-body);
  }
  .transparent-theme .animated-arrow span:before,
  .transparent-theme .animated-arrow span:after {
    background: var(--transparent-body);
  }
}
@media (max-width: 575px) {
  .transparent-theme .main-calendar .fc-header-toolbar button.fc-month-button::before,
  .transparent-theme .main-calendar .fc-header-toolbar button.fc-agendaWeek-button::before,
  .transparent-theme .main-calendar .fc-header-toolbar button.fc-agendaDay-button::before,
  .transparent-theme .main-calendar .fc-header-toolbar button.fc-listWeek-button::before,
  .transparent-theme .main-calendar .fc-header-toolbar button.fc-listMonth-button::before {
    color: rgba(255, 255, 255, 0.7);
  }
}
.dark-them .breadcrumb {
  background-color: var(--transparent-body);
}
.dark-them table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .horizontal-main.hor-menu {
  background: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .horizontalMenu > .horizontalMenu-list > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .horizontalMenucontainer .main-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .sub-menu li a:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu .sub-menu-sub:after {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .mega-menubg {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a,
.transparent-theme .mega-menubg.hor-mega-menu h3 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-profile-menu .dropdown-item + .dropdown-item {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-profile-menu .dropdown-item:hover,
.transparent-theme .main-profile-menu .dropdown-item:focus {
  color: #fff;
}
.transparent-theme .rating-scroll h6 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-calendar .fc-list-empty {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .header-icon,
.transparent-theme .main-header-message .nav-link i,
.transparent-theme .main-header-notification .nav-link i,
.transparent-theme .nav-item.full-screen .nav-link i,
.transparent-theme .sales-flot .flot-chart .flot-x-axis > div span:last-child,
.transparent-theme .p-text .p-name {
  color: #fff;
}
.transparent-theme .sidebar .tab-menu-heading {
  background: var(--transparent-body);
}
.transparent-theme .sidebar .tabs-menu ul li a {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .sidebar .tabs-menu ul li .active {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .datepicker > .datepicker_inner_container > .datepicker_calendar,
.transparent-theme .datepicker > .datepicker_inner_container > .datepicker_timelist {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .datepicker > .datepicker_header {
  background-color: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-datetimepicker {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_calendar th {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item:hover,
.transparent-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item:focus {
  background-color: var(--transparent-body);
}
.transparent-theme .datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .datetimepicker .datetimepicker-days table thead tr:last-child th {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .datetimepicker table th.dow {
  background: transparent;
}
.transparent-theme .datetimepicker table td {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .datetimepicker table td.old,
.transparent-theme .datetimepicker table td.new {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .datetimepicker table th.prev,
.transparent-theme .datetimepicker table th.next,
.transparent-theme .datetimepicker table th.switch {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .datetimepicker table th.prev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .transparent-theme .horizontalMenu > .horizontalMenu-list {
    background: rgba(0, 0, 0, 0.2);
  }
  .transparent-theme .horizontalMenu > .horizontalMenu-list > li > a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .transparent-theme .hor-menu .horizontalMenu > .horizontalMenu-list > li:hover .sub-icon {
    background: var(--transparent-body);
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover:before {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
    background-color: var(--transparent-body);
  }
  .transparent-theme .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li:hover a:before {
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .transparent-theme .mega-menubg {
    background: rgba(0, 0, 0, 0.2) !important;
  }
  .transparent-theme .mega-menubg li a:before {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .transparent-theme .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    background: rgba(0, 0, 0, 0.2) !important;
    color: rgba(255, 255, 255, 0.7) !important;
  }
}
.datetimepicker table th.prev:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .datetimepicker table th.next:hover,
.transparent-theme .datetimepicker table th.next:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .datetimepicker table th.prev span::before,
.transparent-theme .datetimepicker table th.next span::before {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .datetimepicker table th.switch:hover,
.transparent-theme .datetimepicker table th.switch:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .iti__selected-flag {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: var(--transparent-body);
}
.transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .dashboard-carousel .btn-icons {
  background: var(--transparent-body) !important;
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .btn-light:focus,
.transparent-theme .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.transparent-theme .btn-light:not(:disabled):not(.disabled):active,
.transparent-theme .btn-light:not(:disabled):not(.disabled).active {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .show > .btn-light.dropdown-toggle {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .email-media .media-body small,
.transparent-theme .email-media .media-body .media-title {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .page-item.disabled .page-link {
  color: rgba(255, 255, 255, 0.7);
  background: var(--transparent-body);
}
.transparent-theme .chat .msg_cotainer,
.transparent-theme .chat .msg_cotainer_send {
  background-color: var(--transparent-body);
}
.transparent-theme .chat .dropdown-menu li {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .chat .dropdown-menu li:hover {
  background: var(--transparent-body);
}
.transparent-theme #basic .breadcrumb {
  background-color: var(--transparent-body);
}
.transparent-theme .latest-tasks .tasks .span,
.transparent-theme .list-group-item-action,
.transparent-theme .list-group-item.active,
.transparent-theme .bg-info p.card-text,
.transparent-theme .main-content-body.main-content-body-contacts .media-body h5 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.transparent-theme .dataTables_wrapper .dataTables_filter input {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .dataTables_wrapper .dataTables_filter input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .iti__divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .iti__country-list {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.transparent-theme .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: var(--transparent-body);
}
.transparent-theme .price.panel-color > .panel-body {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme table.dataTable tbody td.sorting_1 {
  background: var(--transparent-body);
}
.transparent-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.transparent-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-nav-line .nav-link.active {
  color: #fff;
}
.transparent-theme .dataTables_paginate .pagination .page-link {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .chat abbr.timestamp,
.transparent-theme .chat .msg_time,
.transparent-theme .chat .msg_time_send {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .nav-tabs {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .nav-tabs .nav-link.active {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .page-link {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .popover-head-primary .popover-header,
.transparent-theme .popover-head-secondary .popover-header,
.transparent-theme .popover-primary .popover-header,
.transparent-theme .popover-secondary .popover-header {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .main-card-signin {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
}
.transparent-theme .page-item.disabled .page-link {
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--transparent-body);
}
.transparent-theme .ps > .ps__rail-y {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .close-toggle {
  color: #fff !important;
}
.transparent-theme .slide.is-expanded .side-menu__label,
.transparent-theme .slide.is-expanded .side-menu__icon,
.transparent-theme .slide.is-expanded .angle {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .vmap-wrapper {
  background: transparent !important;
}
.transparent-theme .card-dashboard-eight .list-group-item {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .card-dashboard-eight .list-group-item span {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .sales-info h3,
.transparent-theme .card-table h4,
.transparent-theme .total-revenue h4 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .product-timeline ul.timeline-1:before {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-dashboard-header-right > div h5 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .customers .list-group-item-action:hover,
.transparent-theme .customers .list-group-item-action:focus {
  background-color: var(--transparent-body);
}
.transparent-theme .customers h5 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme nav.prod-cat li a,
.transparent-theme .product-sale .wishlist {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .shopping-cart-footer {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .select2-dropdown {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .sidebar-right .list a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .card-footer {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .card.card-dark {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .nav-tabs.html-source .nav-link.active {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
}
.transparent-theme .toast-body {
  background: var(--transparent-body);
}
.transparent-theme .tabs-style-2 .main-nav-line .nav-link {
  background: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tabs-style-2 .main-nav-line .nav-link.active {
  background: rgba(0, 0, 0, 0.2) !important;
}
.transparent-theme .tabs-style-3 .nav.panel-tabs li a,
.transparent-theme .tabs-style-4 .nav.panel-tabs li a {
  background: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .nav-link.html-code {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .nav-tabs .nav-link.html-code.active,
.transparent-theme .nav-tabs .nav-link.html-code:hover,
.transparent-theme .nav-tabs .nav-link.html-code:focus {
  background-color: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .card .box {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.transparent-theme .userlist-table .user-link {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-chat-body .content-inner:before {
  background: var(--transparent-body);
}
.transparent-theme .left.main-msg-wrapper:before {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .icons-list-item {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .user-wideget-footer {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .profile.navtab-custom .active a {
  background: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .profile.navtab-custom li a {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .profile.navtab-custom a.active {
  background: var(--transparent-body);
}
.transparent-theme .nav.prod-cat li a,
.transparent-theme .header-icon-svgs,
.transparent-theme .app-sidebar .side-item.side-item-category {
  color: #fff;
}
.transparent-theme .product-pagination .page-link {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .product-pagination .page-item.disabled .page-link {
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .price span {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme #list3 .media-body h6 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme #list3 .list-group-item {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme #list8 .list-group-item,
.transparent-theme #list1 .list-group-item,
.transparent-theme #list8 .list-group-item {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bg-gray-100.nav-bg .nav-tabs {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bg-gray-100.nav-bg .nav-tabs .nav-link {
  background-color: var(--transparent-body);
}
.transparent-theme .popover-static-demo .popover {
  box-shadow: -8px 12px 18px 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .heading-inverse {
  background-color: var(--transparent-body);
}
.transparent-theme .toast {
  box-shadow: -8px 12px 18px 0 rgba(0, 0, 0, 0.1);
}
.transparent-theme .tabs-style-1 .transparent-theme .border {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .tabs-style-1 .main-nav-line .nav-link.active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0.3);
}
.transparent-theme.app.sidenav-toggled.sidenav-toggled-open .side-menu__label,
.transparent-theme.app.sidenav-toggled.sidenav-toggled-open .side-menu__item.active .side-menu__label {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .horizontalMenucontainer .side-menu__icon,
.transparent-theme.horizontal-light .horizontalMenucontainer .side-menu__icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-header .dropdown-menu-left {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.transparent-theme .main-header .dropdown.nav-itemd-none .dropdown-menu:after {
  border-bottom-color: 9px solid rgba(0, 0, 0, 0.2);
}
.transparent-theme .file-browser .btn-default {
  background: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .fc-datepicker.main-datepicker.hasDatepicker {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ql-snow .ql-picker:hover .ql-picker-label,
.transparent-theme .ql-snow .ql-picker:focus .ql-picker-label,
.transparent-theme .ql-snow .ql-picker:hover .ql-picker-label,
.transparent-theme .ql-snow .ql-picker:focus .ql-picker-label {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-mail-compose-body {
  background-color: var(--transparent-body);
}
.transparent-theme .main-mail-compose-body .form-group + .form-group {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-mail-compose-body .form-group .form-control {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .main-mail-compose-body .form-group .form-label,
.transparent-theme .main-mail-compose-body .form-group .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .fc-non-business {
  background-color: var(--transparent-body);
}
.transparent-theme #external-events {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .fc-daygrid-event {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .fc-daygrid-dot-event {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .fc-daygrid-dot-event:hover {
  background-color: var(--transparent-body);
}
.transparent-theme .fc-list-day-cushion {
  background-color: var(--transparent-body);
}
.transparent-theme .fc-theme-standard .fc-scrollgrid {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .fc .fc-daygrid-event-harness {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme tr td,
.transparent-theme tr th {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .fc .fc-daygrid-day-number,
.transparent-theme table a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .fc-theme-standard .fc-list {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .fc .fc-list-event:hover td {
  background-color: var(--transparent-body) !important;
}
.transparent-theme #external-events p {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .table-striped tbody tr:nth-of-type(2n+1) {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme.dataTables_wrapper .dataTables_length select {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .bs-popover-end .popover-arrow::before {
  border-right-color: var(--transparent-body) !important;
  border-left-color: var(--transparent-body) !important;
}
.transparent-theme .apexcharts-radialbar-track.apexcharts-track path {
  stroke: var(--transparent-body);
}
.transparent-theme .sa-icon.sa-custom {
  background-image: url("./media/logo-white.png") !important;
}
.transparent-theme .dropdown-menu-left {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.transparent-theme .table.dataTable.no-footer {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: $transparent-body !important;
}
.transparent-theme .dataTables_wrapper .dataTables_length select {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .form-select {
  color: #fff;
}
.transparent-theme .apexcharts-radialbar .apexcharts-datalabel-value {
  fill: rgba(255, 255, 255, 0.7) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .apexcharts-svg text {
  color: rgba(255, 255, 255, 0.7) !important;
  fill: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .layout-setting .header-icon-svgs,
.transparent-theme .resp-btn .header-icon-svgs,
.transparent-theme .demo-icon .header-icon-svgs {
  fill: #fff;
}
@media only screen and (max-width: 991px) {
  .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 992px) {
  .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 576px) {
  .transparent-theme .main-calendar .fc-header-toolbar button {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 575px) {
  .transparent-theme .main-calendar .fc-header-toolbar .fc-left button {
    color: rgba(255, 255, 255, 0.7);
  }
  .transparent-theme .main-calendar .fc-header-toolbar .fc-left button.fc-today-button {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 605px) {
  .transparent-theme .fc-view,
  .fc-view > table {
    border-color: transparent;
  }
}
@media (min-width: 992px) {
  .transparent-theme.leftbgimage1 .main-sidebar-header,
  .transparent-theme.leftbgimage2 .main-sidebar-header,
  .transparent-theme.leftbgimage3 .main-sidebar-header,
  .transparent-theme.leftbgimage4 .main-sidebar-header,
  .transparent-theme.leftbgimage5 .main-sidebar-header {
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 992px) {
  .transparent-theme.hoversubmenu.style1-leftmenu.sidenav-toggled .app-sidebar .side-menu-label1 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7) !important;
  }
}
@media (min-width: 992px) {
  .transparent-theme.app.sidebar-mini.sidenav-toggled-open .ps > .ps__rail-y > .ps__thumb-y {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 991px) {
  .transparent-theme .horizontalMenu > .horizontalMenu-list {
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 992px) {
  .transparent-theme .main-nav.main-nav-colored-bg .nav-link + .nav-link,
  .transparent-theme .main-nav .nav-link + .nav-link {
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .transparent-theme .main-signup-header,
  .transparent-theme .main-card-signin {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 992px) {
  .horizontal.transparent-theme .horizontal-main .slide .slide-menu,
  .horizontal.transparent-theme .horizontal-main .slide .sub-slide-menu {
    background-color: var(--transparent-body) !important;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  }
  .horizontal.transparent-theme .horizontal-main .sub-slide2 .sub-slide-menu1 {
    background-color: var(--transparent-body) !important;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  }
  .horizontal.transparent-theme .logo-1 {
    display: none !important;
  }
  .horizontal.transparent-theme .dark-logo-1 {
    display: block !important;
  }
}
.transparent-theme.app.sidebar-mini .desktop-logo.logo-dark {
  display: block;
}
.transparent-theme.app.sidebar-mini .desktop-logo.logo-light {
  display: none;
}
.transparent-theme .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .app-sidebar__user .user-pro-body img {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .dark-layout {
  display: none;
}
.transparent-theme .light-layout {
  display: block;
}
.transparent-theme .navbar-toggler-icon {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .transparent-theme .responsive-logo .header-logo .logo-1 {
    display: none;
  }
  .transparent-theme .responsive-logo .header-logo .dark-logo-1 {
    display: block;
  }
}
@media (max-width: 991px) {
  .transparent-theme .responsive-navbar.navbar .navbar-collapse {
    background: var(--transparent-body);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.2);
    box-shadow: 5px 6px 6px -3px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .transparent-theme.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-dark {
    display: block;
  }
  .transparent-theme.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-light {
    display: none;
  }
  .transparent-theme.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .desktop-logo {
    display: none;
  }
  .transparent-theme.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .desktop-logo.logo-dark {
    display: block;
  }
}
@media (min-width: 992px) {
  .transparent-theme.app.sidenav-toggled .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 992px) {
  .transparent-theme.hover-submenu1.app.sidenav-toggled-open .side-menu__label1 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
}
.transparent-theme .sub-side-menu__item {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .sub-slide-item2 {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .slide-menu a:before {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .apexcharts-tooltip.apexcharts-theme-light {
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--transparent-body);
}
.transparent-theme .main-dashboard-header-right > div label {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .left-content p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.transparent-theme .app-sidebar__user .user-info .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
  opacity: 0.8;
}
.transparent-theme .main-footer .container-fluid {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .hover-submenu.transparent-theme.app.sidenav-toggled-open .slide-menu,
  .hover-submenu1.transparent-theme.app.sidenav-toggled-open .slide-menu {
    background: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .hover-submenu.transparent-theme .side-menu__label,
  .hover-submenu1.transparent-theme .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
  .hover-submenu.transparent-theme .app-sidebar .slide-menu .slide-item:before,
  .hover-submenu1.transparent-theme .app-sidebar .slide-menu .slide-item:before {
    color: rgba(255, 255, 255, 0.7);
  }
  .hover-submenu.transparent-theme.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark,
  .hover-submenu1.transparent-theme.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: block !important;
  }
  .hover-submenu.transparent-theme.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light,
  .hover-submenu1.transparent-theme.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: none !important;
  }
}
.transparent-theme .app-sidebar .slide .side-menu__item.active::before {
  background: #fff;
}
.transparent-theme .side-menu__item.active,
.transparent-theme .side-menu__item:hover,
.transparent-theme .side-menu__item:focus {
  color: #fff;
}
.transparent-theme .side-menu__item.active .side-menu__icon,
.transparent-theme .side-menu__item:hover .side-menu__icon,
.transparent-theme .side-menu__item:focus .side-menu__icon {
  fill: #fff !important;
  color: #fff !important;
}
.transparent-theme .slide.is-expanded .side-menu__label,
.transparent-theme .slide.is-expanded .side-menu__icon,
.transparent-theme .slide.is-expanded .angle {
  color: #fff !important;
}
.transparent-theme .slide:hover .side-menu__label,
.transparent-theme .slide:hover .angle,
.transparent-theme .slide:hover .side-menu__icon {
  fill: #fff !important;
  color: #fff !important;
}
.transparent-theme .slide-item.active,
.transparent-theme .slide-item:hover,
.transparent-theme .slide-item:focus {
  color: #fff !important;
}
.transparent-theme .slide-item.active::before,
.transparent-theme .slide-item:hover::before,
.transparent-theme .slide-item:focus::before {
  color: #fff !important;
}
.transparent-theme .slide-item.active .sub-angle,
.transparent-theme .slide-item:hover .sub-angle,
.transparent-theme .slide-item:focus .sub-angle {
  color: #fff !important;
  opacity: 1;
}
.transparent-theme .sub-side-menu__item.active,
.transparent-theme .sub-side-menu__item:hover,
.transparent-theme .sub-side-menu__item:focus {
  color: #fff !important;
}
.transparent-theme .sub-side-menu__item.active::before,
.transparent-theme .sub-side-menu__item:hover::before,
.transparent-theme .sub-side-menu__item:focus::before {
  color: #fff !important;
}
.transparent-theme .sub-side-menu__item.active .sub-angle,
.transparent-theme .sub-side-menu__item:hover .sub-angle,
.transparent-theme .sub-side-menu__item:focus .sub-angle {
  color: #fff !important;
  opacity: 1;
}
.transparent-theme .side-menu__item.active .side-menu__label {
  color: #fff !important;
}
.transparent-theme .app-sidebar .slide.active .side-menu__icon,
.transparent-theme .app-sidebar .slide.is-expanded .side-menu__icon {
  fill: #fff !important;
}
.transparent-theme .sub-slide.is-expanded .sub-side-menu__item:hover {
  color: #fff;
}
.transparent-theme .sub-slide-menu1 .sub-slide-item2:hover {
  color: #fff !important;
}
@media (min-width: 992px) {
  .transparent-theme.sidenav-toggled.sidenav-toggled-open .app-sidebar .slide .side-menu__item.active::before {
    background: #fff;
  }
}
@media (min-width: 992px) {
  .transparent-theme.horizontal .app-sidebar {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .transparent-theme .horizontal-main {
    background: rgba(0, 0, 0, 0.2);
  }
  .transparent-theme .sticky-pin .horizontal-main {
    background: var(--primary-bg-color) !important;
  }
}
@media (max-width: 991px) {
  .transparent-theme.app.sidenav-toggled .app-sidebar {
    background: var(--primary-bg-color);
  }
  .transparent-theme.app.sidenav-toggled .app-sidebar .main-sidemenu {
    background-color: transparent !important;
  }
  .transparent-theme .hor-header.fixed-header {
    background: var(--primary-bg-color);
  }
}
.transparent-theme .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: var(--transparent-body);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme #slide-right svg,
.transparent-theme #slide-left svg {
  fill: #fff;
}
.transparent-theme .demo_changer {
  background-color: var(--transparent-body);
}
.transparent-theme .demo_changer .form_holder {
  background-color: transparent;
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .demo_changer h4 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.transparent-theme .demo_changer,
.transparent-theme .demo_changer p {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .input-color-picker {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.transparent-theme .input-dark-color-picker {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.transparent-theme .input-transparent-color-picker {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.transparent-theme .form_holder img {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}
.transparent-theme .sidebar-right1 h4 {
  color: #fff;
}
.transparent-theme .switch_section span {
  color: rgba(255, 255, 255, 0.7) !important;
}
@media (min-width: 992px) {
  .transparent-theme.app.sidenav-toggled .side-menu__item {
    border-right-color: transparent;
    border-left-color: transparent;
  }
}
.transparent-theme .text-dark {
  color: #fff !important;
}
.transparent-theme p {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .icons-list-item svg {
  fill: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-table-reference {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .main-contact-star:hover,
.transparent-theme .main-contact-star:focus {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .minus {
  background: url("./media/misc.png") -18px -59px no-repeat transparent;
}
.transparent-theme .dTree a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-nav-column .nav-link i:not([class*=" tx-"]) {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .file-image-1 {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .pro-img-box img {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .tag.tag-attachments-lg {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tag.tag-attachments-sm {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tag.tag-attachments {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-img-user1.avatar-lg .number-badge,
.transparent-theme .main-img-user1.avatar-md .number-badge,
.transparent-theme .main-img-user1.avatar-sm .number-badge {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-img-user3.avatar-lg .icon-badgeavatar,
.transparent-theme .main-img-user3.avatar-md .icon-badgeavatar,
.transparent-theme .main-img-user3.avatar-sm .icon-badgeavatar {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .badge.bg-white {
  color: #fff !important;
}
.transparent-theme #tab .bg-gray-100,
.transparent-theme #typography .bg-gray-100 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-theme #popover .bg-gray-200,
.transparent-theme #popover2 .bg-gray-200,
.transparent-theme #popover3 .bg-gray-200 {
  background-color: #1f2940 !important;
}
.transparent-theme .nav-tabs .nav-link:hover,
.transparent-theme .nav-tabs .nav-link:focus {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-nav-line .nav-link.active::before {
  background-color: #fff;
}
.transparent-theme .nav-tabs .nav-link.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .bootstrap-tagsinput input {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .tabs-style-1 .panel-tabs {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .scrollspy-example {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .navbar-light .navbar-brand {
  color: #fff;
}
.transparent-theme #navbar-example3 .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .scrollspy-example-2 {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.transparent-theme .form-control::-webkit-file-upload-button {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .theme-container button,
.transparent-theme .theme-container2 button,
.transparent-theme .theme-container1 button {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .pcr-app {
  background: var(--transparent-body);
}
.transparent-theme .datepicker {
  box-shadow: 0.5px 0.5px 0px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .datepicker table tr td span {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .datepicker td {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .datepicker .datepicker-switch:hover,
.transparent-theme .datepicker .prev:hover,
.transparent-theme .datepicker .next:hover,
.transparent-theme .datepicker tfoot tr th:hover {
  color: #fff;
}
.transparent-theme .datepicker th {
  color: #fff;
}
.transparent-theme .datepicker-days tbody {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .ui-state-default,
.transparent-theme .ui-widget-content .ui-state-default,
.transparent-theme .ui-widget-header .ui-state-default,
.transparent-theme .ui-button {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ui-widget.ui-widget-content {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: var(--transparent-body);
  color: #fff;
}
.transparent-theme .datetimepicker {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.transparent-theme .datetimepicker-hours span.hour:hover,
.transparent-theme .datetimepicker-hours span.minute:hover,
.transparent-theme .datetimepicker-hours span.month:hover,
.transparent-theme .datetimepicker-hours span.year:hover {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .datetimepicker-minutes span.hour:hover,
.transparent-theme .datetimepicker-minutes span.minute:hover,
.transparent-theme .datetimepicker-minutes span.month:hover,
.transparent-theme .datetimepicker-minutes span.year:hover {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .intl-tel-input {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .intl-tel-input .flag-dropdown .selected-flag {
  background: var(--transparent-body);
}
.transparent-theme .intl-tel-input .flag-dropdown .selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .intl-tel-input .flag-dropdown .selected-flag .down-arrow {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .intl-tel-input .flag-dropdown .country-list {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  background-color: var(--transparent-body);
}
.transparent-theme .intl-tel-input .flag-dropdown .country-list .divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .intl-tel-input .flag-dropdown .country-list .country .dial-code {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .intl-tel-input .flag-dropdown .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .intl-tel-input input {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme #mobile-number {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.transparent-theme .datepicker > .datepicker_inner_container {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0.5px 0px 3px rgba(0, 0, 0, 0.1);
}
.transparent-theme .main-datetimepicker > .datepicker_inner_container > .datepicker_calendar td.hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .dropify-wrapper p:first-child {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .dropify-wrapper .dropify-message span.file-icon {
  color: #fff;
}
.transparent-theme .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.transparent-theme .background {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .main-dropdown-form-demo .dropdown-title {
  color: #fff;
}
.transparent-theme .form-select {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .was-validated .form-select:invalid,
.transparent-theme .form-select.is-invalid,
.transparent-theme input.form-select.parsley-error,
.transparent-theme textarea.form-select.parsley-error {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' 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") rgba(0, 0, 0, 0.2) no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.transparent-theme .wizard > .steps .current a {
  color: #fff;
}
.transparent-theme .wizard > .steps .disabled a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .note-icon-border {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-editor.note-frame,
.transparent-theme .note-editor.note-airframe {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
.transparent-theme .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
  background-color: var(--transparent-body);
}
.transparent-theme .note-editor.note-frame .note-editing-area .note-codable,
.transparent-theme .note-editor.note-airframe .note-editing-area .note-codable {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .note-editor.note-frame .note-status-output,
.transparent-theme .note-editor.note-airframe .note-status-output {
  color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-editor.note-frame .note-status-output .text-muted,
.transparent-theme .note-editor.note-airframe .note-status-output .text-muted {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .note-editor.note-frame .note-status-output .alert,
.transparent-theme .note-editor.note-airframe .note-status-output .alert {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
}
.transparent-theme .note-editor.note-frame .note-statusbar,
.transparent-theme .note-editor.note-airframe .note-statusbar {
  background-color: var(--transparent-body);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.transparent-theme .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-popover .popover-content,
.transparent-theme .note-editor .note-toolbar {
  background: var(--transparent-body);
}
.transparent-theme .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,
.transparent-theme .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.transparent-theme .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.transparent-theme .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.transparent-theme .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-modal .note-image-dialog .note-dropzone {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .note-handle .note-control-selection {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-handle .note-control-selection .note-control-selection-bg {
  background-color: var(--transparent-body);
}
.transparent-theme .note-handle .note-control-selection .note-control-handle,
.transparent-theme .note-handle .note-control-selection .note-control-sizing,
.transparent-theme .note-handle .note-control-selection .note-control-holder {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-handle .note-control-selection .note-control-sizing {
  background-color: var(--transparent-body);
}
.transparent-theme .note-handle .note-control-selection .note-control-selection-info {
  background-color: var(--transparent-body);
}
.transparent-theme .note-toolbar {
  background: var(--transparent-body);
}
.transparent-theme .note-btn-group .note-btn {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-editor.note-frame.panel.panel-default .panel-heading {
  background-color: var(--transparent-body);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .note-btn.btn-default {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .btn,
.transparent-theme .sp-container button {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .note-editor .btn-default:not(:disabled):not(.disabled):active {
  background-color: var(--transparent-body);
}
.transparent-theme .note-btn.btn-default:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body) !important;
}
.transparent-theme .richText .richText-form input[type=text],
.transparent-theme .richText .richText-form input[type=file],
.transparent-theme .richText .richText-form input[type=number] {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-form select {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-form button {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .richText .richText-toolbar ul {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-toolbar ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 16px 18px rgba(6, 10, 48, 0.1);
}
.transparent-theme .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close {
  background: var(--transparent-body);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover {
  background-color: var(--transparent-body);
}
.transparent-theme .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.transparent-theme .richText .richText-toolbar ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .richText .richText-editor {
  background-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-editor table td,
.transparent-theme .richText .richText-editor table th {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-editor:focus {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-initial {
  background-color: var(--transparent-body);
}
.transparent-theme .richText .richText-undo,
.transparent-theme .richText .richText-redo {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-help-popup hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-list.list-rightclick {
  background-color: var(--transparent-body);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .richText .richText-toolbar ul li a {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ql-wrapper-demo {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .ql-snow.ql-toolbar button:hover,
.transparent-theme .ql-snow .ql-toolbar button:hover,
.transparent-theme .ql-snow.ql-toolbar button:focus,
.transparent-theme .ql-snow .ql-toolbar button:focus,
.transparent-theme .ql-snow.ql-toolbar button.ql-active,
.transparent-theme .ql-snow .ql-toolbar button.ql-active,
.transparent-theme .ql-snow.ql-toolbar .ql-picker-label:hover,
.transparent-theme .ql-snow .ql-toolbar .ql-picker-label:hover,
.transparent-theme .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.transparent-theme .ql-snow .ql-toolbar .ql-picker-label.ql-active,
.transparent-theme .ql-snow.ql-toolbar .ql-picker-item:hover,
.transparent-theme .ql-snow .ql-toolbar .ql-picker-item:hover,
.transparent-theme .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.transparent-theme .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.transparent-theme .ql-snow.ql-toolbar button.ql-active {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .ql-snow a {
  color: #fff;
}
.transparent-theme .ql-snow .ql-tooltip {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ql-snow .ql-tooltip::before {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ql-snow .ql-tooltip a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .dataTables_paginate .pagination .page-link {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .card-img-holder .card-footer {
  background-color: transparent;
}
.transparent-theme .widget-user .widget-user-image > img {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .user-wideget .border-end {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .border-start {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .border-end {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .latest-tasks .time {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .browser-stats .sub-text {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .bxl-instagram.tx-prime,
.transparent-theme .bxl-linkedin.tx-prime,
.transparent-theme .bxl-twitter.tx-prime,
.transparent-theme .bxl-facebook.tx-prime {
  background: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.transparent-theme .profile-user .profile-edit {
  background: var(--transparent-body);
}
.transparent-theme hr {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.transparent-theme .panel-color .list-group-item {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .content-title {
  color: #fff;
}
.transparent-theme .main-mail-subject span {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-mail-item:hover,
.transparent-theme .main-mail-item:focus {
  background-color: var(--transparent-body);
}
.transparent-theme .main-mail-item.selected {
  background-color: var(--transparent-body);
}
.transparent-theme .main-mail-options .btn:hover,
.transparent-theme .main-mail-options .sp-container button:hover {
  background-color: var(--transparent-body);
}
.transparent-theme .main-mail-date {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-mail-options .btn.disabled,
.transparent-theme .main-mail-options .sp-container button.disabled {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-chat-list .media.selected {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-chat-list .media {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-chat-list .media:hover,
.transparent-theme .main-chat-list .media:focus {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-chat-footer .form-control {
  background-color: transparent;
}
.transparent-theme .main-chat-list .media-body p {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-chat-list .media-contact-name span:last-child {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-chat-body .media-body > div:last-child {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-chat-msg-name small {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .shared-files {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .nice-select {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .nice-select:after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .nice-select.disabled {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .nice-select.disabled:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .nice-select .list {
  background-color: var(--transparent-body);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.transparent-theme .nice-select .option:hover,
.transparent-theme .nice-select .option.focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .nice-select .option.selected.focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .nice-select .option.disabled {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .card-item-desc .card-item-desc-1 dd {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .table {
  --bs-table-hover-color: $transparent-color;
}
.transparent-theme .product-details .table-bordered > :not(caption) > * {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .transparent-theme #checkoutsteps > .steps .number {
    background-color: var(--transparent-body);
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.2);
  }
  .transparent-theme #checkoutsteps .checkoutline {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.transparent-theme #checkoutsteps > .steps a {
  color: #fff;
}
.transparent-theme #checkoutsteps .item {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme #checkoutsteps .total {
  color: #fff;
}
.transparent-theme .handle-counter input {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.transparent-theme .card-pay .tabs-menu.nav {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .card-pay .tabs-menu.nav li {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .alert .item-card svg {
  fill: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-logo1 {
  color: #fff;
}
.transparent-theme .main-signup-header .form-control {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-signup-header label {
  color: #fff;
}
.transparent-theme .main-signup-header h2 {
  color: #fff !important;
}
.transparent-theme .main-signin-header h2 {
  color: #fff;
}
.transparent-theme .construction h2 {
  color: #fff;
}
.transparent-theme .main-signin-header label {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-signup-footer p {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .main-card-signin {
  background-color: transparent;
}
.transparent-theme.error-3 .bg-white {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-theme .main-signin-header .form-control {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .main-table-reference .bg-gray-100 {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .border-card .bg-gray-100 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-theme .flex-card .bg-gray-200,
.transparent-theme .flex-card .bg-gray-300 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-theme .card-body .switch_section span {
  color: rgba(255, 255, 255, 0.7) !important;
}
@media (min-width: 576px) {
  .transparent-theme .fixed-header.main-header .dropdown-menu:after {
    border-bottom-color: #fff;
  }
}
@media (min-width: 992px) {
  .transparent-theme.app.sidenav-toggled .side-menu__item {
    border-right-color: transparent;
    border-left-color: transparent;
  }
}
.transparent-theme .fc .fc-daygrid-day.fc-day-today {
  background-color: var(--transparent-body);
}
.transparent-theme .fc-timegrid-event-harness-inset .fc-timegrid-event {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.transparent-theme .fc-theme-standard .fc-list-day-cushion {
  background-color: var(--transparent-body);
}
.transparent-theme .fc-theme-standard .fc-list-day-cushion .fc-list-day-text,
.transparent-theme .fc-theme-standard .fc-list-day-cushion .fc-list-day-side-text {
  color: #fff !important;
}
.transparent-theme .fc-list-event.fc-event {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .fc .fc-list-empty {
  background-color: var(--transparent-body);
}
.transparent-theme .side-menu__item.active .angle {
  color: #fff !important;
}
.transparent-theme .owl-nav button {
  background: var(--transparent-body) !important;
  opacity: 1 !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.transparent-theme .owl-carousel .owl-nav button.owl-prev,
.transparent-theme .owl-carousel .owl-nav button.owl-next,
.transparent-theme .owl-carousel button.owl-dot {
  color: #fff;
}
.transparent-theme .alert {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 568px) {
  .transparent-theme #basic .example,
  .transparent-theme #custom .example,
  .transparent-theme #divider .example,
  .transparent-theme #center .example,
  .transparent-theme #right .example {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
.transparent-theme .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .breadcrumb-item.active {
  color: #fff;
}
.transparent-theme .btn:focus-visible {
  outline: 0 !important;
}
.transparent-theme .btn-light:not(:disabled):not(.disabled):active:focus,
.transparent-theme .btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.transparent-theme #basic .main-nav .nav-link.active,
.transparent-theme #hori .main-nav .nav-link.active {
  color: #fff !important;
}
.transparent-theme #vertical .main-nav-column .nav-link.active {
  color: #fff !important;
}
.transparent-theme .toast-body {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .tabs-style-3 .tabs-menu-body {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tabs-style-4 .tabs-menu-body {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tab_wrapper.right_side .content_wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tab_wrapper.right_side > ul li.active {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tab_wrapper > ul li {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tab_wrapper.right_side > ul {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .tab_wrapper.right_side > ul li:after {
  background: var(--transparent-body);
}
.transparent-theme .ql-snow .ql-tooltip input[type=text] {
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--transparent-body);
}
.transparent-theme .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .datetimepicker table span.active,
.transparent-theme .datetimepicker table td.active {
  background: rgba(0, 0, 0, 0.2);
}
.transparent-theme .dropify-wrapper:hover {
  background-image:
    linear-gradient(
      -45deg,
      rgba(0, 0, 0, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.2) 75%,
      transparent 75%,
      transparent);
}
.transparent-theme .border-end-0 {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .border-start-0 {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .was-validated .form-select:valid,
.transparent-theme .form-select.is-valid,
.transparent-theme input.form-select.parsley-success,
.transparent-theme textarea.form-select.parsley-success {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' 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") transparent no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.transparent-theme .table.dtr-details {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1143px) {
  .transparent-theme .table tr td:last-child {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
}
.transparent-theme .nav-tabs-line-brand .nav-link.active {
  background-color: transparent !important;
}
.transparent-theme .description-block > .description-text {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .settings-main-icon i {
  color: #fff;
}
.transparent-theme #checkoutsteps .item .thumb {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .transparent-theme #checkoutsteps .checkoutline {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.transparent-theme #checkoutsteps > .steps a {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme #checkoutsteps .item .thumb {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme #checkoutsteps .item {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .wizard > .content > .title {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .card-pay .tabs-menu.nav li {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .card-pay .tabs-menu.nav {
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .transparent-theme #checkoutsteps > .steps .number {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .transparent-theme #checkoutsteps > .steps .number {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 767px) {
  .transparent-theme #checkoutsteps .checkoutline {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .transparent-theme .card-pay .tabs-menu li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
}
.transparent-theme .sign-favicon-a {
  display: none;
}
.transparent-theme .sign-favicon-b {
  display: block;
}
.transparent-theme .main-star i {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.transparent-theme .SumoSelect > .CaptionCont > span.placeholder {
  color: transparent;
}
.transparent-theme .main-nav-column .nav-link span {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .dropdown-menu-start {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.transparent-theme .sidebar {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .transparent-theme.horizontal .app-sidebar {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
@-moz-document url-prefix() {
  .transparent-theme .app-sidebar.sidebar-scroll .main-sidebar-header {
    background: var(--transparent-body);
  }
  .transparent-theme .sticky.sticky-pin div.main-sidebar-header {
    background: var(--transparent-body);
  }
}
body.transparent-theme.bg-img1 {
  background: url("./media/bg-img1.jpg") !important;
  background-blend-mode: overlay;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
body.transparent-theme.bg-img1 .demo_changer {
  background: url("./media/bg-img1.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}
body.transparent-theme.bg-img2 {
  background: url("./media/bg-img2.jpg") !important;
  background-blend-mode: overlay;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
body.transparent-theme.bg-img2 .demo_changer {
  background: url("./media/bg-img2.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}
body.transparent-theme.bg-img3 {
  background: url("./media/bg-img3.jpg") !important;
  background-blend-mode: overlay;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
body.transparent-theme.bg-img3 .demo_changer {
  background: url("./media/bg-img3.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}
body.transparent-theme.bg-img4 {
  background: url("./media/bg-img4.jpg") !important;
  background-blend-mode: overlay;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
body.transparent-theme.bg-img4 .demo_changer {
  background: url("./media/bg-img4.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}
.light-menu .main-sidebar-header {
  background: #fff !important;
  border-bottom-color: #eae8f1 !important;
  border-right-color: #eae8f1 !important;
  border-left-color: #eae8f1 !important;
}
.light-menu.app.sidebar-mini .desktop-logo.logo-dark {
  display: none !important;
}
.light-menu.app.sidebar-mini .desktop-logo.logo-light {
  display: block !important;
}
.light-menu .app-sidebar {
  background: #fff !important;
  box-shadow: -8px 12px 18px 0 rgba(255, 255, 255, 0.2);
  border-right-color: #eae8f1;
  border-left-color: #eae8f1;
  color: #031b4e;
}
.light-menu .app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.light-menu .app-sidebar__user .user-info h4 {
  color: #031b4e !important;
}
.light-menu .app-sidebar__user .user-info .text-muted {
  color: #7987a1 !important;
}
.light-menu .app-sidebar .side-item.side-item-category {
  color: #2c364c;
}
@media print {
  .light-menu .app-content {
    background-color: #fff;
  }
}
.light-menu .line-head {
  border-bottom-color: #eae8f1;
}
.light-menu .app-sidebar__user {
  color: #a8a8a8;
}
.light-menu .app-sidebar__user img {
  box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2) !important;
  border-color: #eae8f1 !important;
  background: #fff !important;
}
.light-menu .app-sidebar__user-name {
  color: #e5e9ec;
}
.light-menu .app-sidebar__user-designation {
  color: #e5e9ec;
}
.light-menu slide is-expanded side-menu__item {
  background: rgba(238, 238, 247, 0.9);
}
.light-menu .side-menu .slide.active .side-menu__label,
.light-menu .side-menu .slide.active .side-menu__icon {
  color: var(--primary-bg-color);
}
.light-menu .side-menu__item.active,
.light-menu .side-menu__item:hover,
.light-menu .side-menu__item:focus {
  color: var(--primary-bg-color);
}
.light-menu .side-menu__item.active .side-menu__label {
  color: var(--primary-bg-color) !important;
}
.light-menu .side-menu__item.active .angle {
  color: var(--primary-bg-color) !important;
}
.light-menu .side-menu__item.active .side-menu__icon {
  fill: var(--primary-bg-color) !important;
}
.light-menu .side-menu__item.active .side-menu__icon,
.light-menu .side-menu__item:hover .side-menu__icon,
.light-menu .side-menu__item:focus .side-menu__icon {
  color: var(--primary-bg-color) !important;
  fill: var(--primary-bg-color) !important;
}
@media (min-width: 992px) {
  .light-menu.app.sidenav-toggled .side-menu__label {
    color: rgba(255, 255, 255, 0.8);
  }
}
.light-menu .slide:hover .side-menu__label,
.light-menu .slide:hover .angle,
.light-menu .slide:hover .side-menu__icon {
  color: var(--primary-bg-color) !important;
  fill: var(--primary-bg-color) !important;
}
.light-menu .slide.is-expanded .side-menu__label,
.light-menu .slide.is-expanded .side-menu__icon,
.light-menu .slide.is-expanded .angle {
  color: var(--primary-bg-color) !important;
}
.light-menu .slide-item.active,
.light-menu .slide-item:hover,
.light-menu .slide-item:focus {
  color: var(--primary-bg-color) !important;
}
.light-menu .slide-item.active::before,
.light-menu .slide-item:hover::before,
.light-menu .slide-item:focus::before {
  color: var(--primary-bg-color) !important;
}
.light-menu .slide-item.active .sub-angle,
.light-menu .slide-item:hover .sub-angle,
.light-menu .slide-item:focus .sub-angle {
  color: var(--primary-bg-color) !important;
  opacity: 1;
}
.light-menu .sub-side-menu__item.active,
.light-menu .sub-side-menu__item:hover,
.light-menu .sub-side-menu__item:focus {
  color: var(--primary-bg-color) !important;
}
.light-menu .sub-side-menu__item.active::before,
.light-menu .sub-side-menu__item:hover::before,
.light-menu .sub-side-menu__item:focus::before {
  color: var(--primary-bg-color) !important;
}
.light-menu .sub-side-menu__item.active .sub-angle,
.light-menu .sub-side-menu__item:hover .sub-angle,
.light-menu .sub-side-menu__item:focus .sub-angle {
  color: var(--primary-bg-color) !important;
  opacity: 1;
}
.light-menu .slide.is-expanded a {
  color: #6d7790;
}
.light-menu .side-menu .side-menu__icon {
  color: #a8b1c7;
  fill: #5b6e88;
}
.light-menu .side-menu__label {
  color: #5b6e88 !important;
}
.light-menu .app-sidebar .slide .side-menu__item.active::before {
  background: var(--primary-bg-color) !important;
}
.light-menu .slide-item {
  color: #6d7790;
}
@media (min-width: 992px) {
  .light-menu.sidenav-toggled .side-menu__label {
    color: #a8a8a8;
  }
  .light-menu.sidenav-toggled .slide-menu {
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  }
  .light-menu .app.sidenav-toggled .side-menu__label {
    color: #5c6287;
  }
}
.light-menu .app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.05);
}
.light-menu .app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.light-menu .app-sidebar .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.2);
}
.light-menu .user-info .text-dark {
  color: #fff !important;
}
.light-menu .user-info .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}
.light-menu .side-menu h3 {
  color: #90909e;
}
.light-menu .sub-side-menu__item {
  color: #6d7790;
}
.light-menu .app-sidebar .side-menu__item.active:hover {
  color: #7282a9 !important;
}
.light-menu .app-sidebar .slide.active .side-menu__icon,
.light-menu .app-sidebar .slide.is-expanded .side-menu__icon {
  fill: var(--primary-bg-color) !important;
}
.light-menu .app-sidebar .slide.active .side-menu__icon {
  fill: var(--primary-bg-color) !important;
}
.light-menu .app-sidebar .slide.active .side-menu__item {
  color: var(--primary-bg-color) !important;
}
.light-menu .app-sidebar .slide-menu a:before {
  color: #6d7790 !important;
}
.light-menu .sub-slide-menu1 .sub-slide-item2:before {
  color: #6d7790;
}
.light-menu .sidebar-mini.sidenav-toggled .close-toggle {
  color: #000;
}
.light-menu .sub-slide-menu .active .sub-slide-item.active {
  color: var(--primary-bg-color);
}
.light-menu .app-sidebar .slide-menu a.active:before {
  color: var(--primary-bg-color);
}
@media (min-width: 992px) {
  .light-menu.app.sidebar-mini.sidenav-toggled-open .ps > .ps__rail-y > .ps__thumb-y {
    background-color: #e9eef7;
  }
}
.light-menu .sub-slide.is-expanded .sub-side-menu__item:hover {
  color: var(--primary-bg-color);
}
.light-menu .slide.is-expanded .sub-slide-item:hover {
  color: var(--primary-bg-color);
}
.light-menu .sub-slide-menu1 .sub-slide-item2 {
  color: #6d7790;
}
.light-menu .sub-slide-menu1 .sub-slide-item2:hover {
  color: var(--primary-bg-color) !important;
}
@media (min-width: 992px) {
  .light-menu.hover-submenu.app.sidenav-toggled-open .slide-menu {
    background: #fff;
    border-color: #eae8f1;
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .light-menu.hover-submenu.app.sidenav-toggled-open .side-menu__label {
    color: #7b8191;
  }
  .light-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .light-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .light-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .light-menu.hover-submenu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: none !important;
  }
  .light-menu.hover-submenu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .light-menu.hover-submenu1.app.sidenav-toggled-open .slide-menu {
    background: #fff;
    border-color: #eae8f1;
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .light-menu.hover-submenu1.app.sidenav-toggled-open .side-menu__label {
    color: #7b8191;
  }
  .light-menu.hover-submenu1.app.sidenav-toggled-open .side-menu__label1 {
    border-bottom-color: #eae8f1;
  }
  .light-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .light-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .light-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .light-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: none !important;
  }
  .light-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: block !important;
  }
  .light-menu.hover-submenu1 .side-menu__label1 a {
    color: var(--primary-bg-color);
  }
}
.light-menu .angle,
.light-menu .sub-angle {
  color: #5b6e88 !important;
  opacity: 1;
}
@media (min-width: 992px) {
  .light-menu.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-dark {
    display: none;
  }
  .light-menu.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-light {
    display: block;
  }
}
.light-menu .ps > .ps__rail-y {
  background-color: #eae8f1;
}
.light-menu.sidebar-mini .main-sidemenu {
  background-color: transparent !important;
}
.light-menu.app.sidenav-toggled.sidenav-toggled-open .side-menu__label,
.light-menu.app.sidenav-toggled.sidenav-toggled-open .side-menu__item.active .side-menu__label {
  color: #5c6287;
}
.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  border-right-color: #eae8f1;
  border-left-color: #eae8f1;
  background: #fff !important;
}
@media (min-width: 992px) {
  .light-menu .sidenav-toggled.sidenav-toggled-open .app-sidebar .slide .side-menu__item.active::before {
    background: var(--primary-bg-color);
  }
  .light-menu .horizontal-main {
    box-shadow: none;
  }
  .light-menu .sticky-pin .horizontal-main {
    background: #fff !important;
  }
  .light-menu.horizontal .horizontal-main .slide .slide-menu,
  .light-menu.horizontal .horizontal-main .slide .sub-slide-menu,
  .light-menu.horizontal .horizontal-main .sub-slide2 .sub-slide-menu1 {
    background-color: #fff !important;
    border-color: #eae8f1;
  }
  .light-menu.app.sidenav-toggled .side-menu__label {
    color: #5c6287;
  }
}
@media (max-width: 991px) {
  .light-menu.app.sidenav-toggled .app-sidebar {
    background: #fff;
  }
}
@media (min-width: 992px) {
  .light-menu.horizontal .app-sidebar {
    border-top-color: #eae8f1;
  }
}
.light-menu #slide-right svg,
.light-menu #slide-left svg {
  fill: #7b8191;
}
.color-menu .main-sidebar-header {
  background: var(--primary-bg-color) !important;
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
.color-menu.app.sidebar-mini .desktop-logo.logo-dark {
  display: block !important;
}
.color-menu.app.sidebar-mini .desktop-logo.logo-light {
  display: none !important;
}
.color-menu .app-sidebar {
  background: var(--primary-bg-color) !important;
  box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.1);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.color-menu .app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
.color-menu .app-sidebar__user .user-info h4 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.color-menu .app-sidebar__user .user-info .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
.color-menu .app-sidebar .side-item.side-item-category {
  color: rgba(255, 255, 255, 0.7);
}
@media print {
  .color-menu .app-content {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.color-menu .line-head {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.color-menu .app-sidebar__user {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu .app-sidebar__user img {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
.color-menu .app-sidebar__user-name {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu .app-sidebar__user-designation {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu slide is-expanded side-menu__item {
  background: var(--transparent-body);
}
.color-menu .side-menu .slide.active .side-menu__label,
.color-menu .side-menu .slide.active .side-menu__icon {
  color: #fff;
  fill: #fff;
}
.color-menu .side-menu__item.active,
.color-menu .side-menu__item:hover,
.color-menu .side-menu__item:focus {
  color: #fff;
}
.color-menu .side-menu__item.active .side-menu__label {
  color: #fff !important;
}
.color-menu .side-menu__item.active .angle {
  color: #fff !important;
}
.color-menu .side-menu__item.active .side-menu__icon {
  fill: #fff !important;
}
.color-menu .side-menu__item.active .side-menu__icon,
.color-menu .side-menu__item:hover .side-menu__icon,
.color-menu .side-menu__item:focus .side-menu__icon {
  color: #fff !important;
  fill: #fff !important;
}
@media (min-width: 992px) {
  .color-menu.app.sidenav-toggled .side-menu__label {
    color: rgba(0, 0, 0, 0.2);
  }
}
.color-menu .slide:hover .side-menu__label,
.color-menu .slide:hover .angle,
.color-menu .slide:hover .side-menu__icon {
  color: #fff !important;
  fill: #fff !important;
}
.color-menu .slide.is-expanded .side-menu__label,
.color-menu .slide.is-expanded .side-menu__icon,
.color-menu .slide.is-expanded .angle {
  color: #fff !important;
}
.color-menu .slide-item.active,
.color-menu .slide-item:hover,
.color-menu .slide-item:focus {
  color: #fff !important;
}
.color-menu .slide-item.active::before,
.color-menu .slide-item:hover::before,
.color-menu .slide-item:focus::before {
  color: #fff !important;
}
.color-menu .slide-item.active .sub-angle,
.color-menu .slide-item:hover .sub-angle,
.color-menu .slide-item:focus .sub-angle {
  color: #fff !important;
  opacity: 1;
}
.color-menu .sub-side-menu__item.active,
.color-menu .sub-side-menu__item:hover,
.color-menu .sub-side-menu__item:focus {
  color: #fff !important;
}
.color-menu .sub-side-menu__item.active::before,
.color-menu .sub-side-menu__item:hover::before,
.color-menu .sub-side-menu__item:focus::before {
  color: #fff !important;
}
.color-menu .sub-side-menu__item.active .sub-angle,
.color-menu .sub-side-menu__item:hover .sub-angle,
.color-menu .sub-side-menu__item:focus .sub-angle {
  color: #fff !important;
  opacity: 1;
}
.color-menu .slide.is-expanded a {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu .side-menu .side-menu__icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}
.color-menu .side-menu__label {
  color: rgba(255, 255, 255, 0.7) !important;
}
.color-menu .app-sidebar .slide .side-menu__item.active::before {
  background: #fff !important;
}
.color-menu .slide-item {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .color-menu.sidenav-toggled .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
  .color-menu.sidenav-toggled .slide-menu {
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .color-menu .app.sidenav-toggled .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
}
.color-menu .app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.2);
}
.color-menu .app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.color-menu .app-sidebar .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.2);
}
.color-menu .user-info .text-dark {
  color: rgba(0, 0, 0, 0.2) !important;
}
.color-menu .user-info .text-muted {
  color: rgba(0, 0, 0, 0.2) !important;
}
.color-menu .side-menu h3 {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu .sub-side-menu__item {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu .app-sidebar .side-menu__item.active:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.color-menu .app-sidebar .slide.active .side-menu__icon,
.color-menu .app-sidebar .slide.is-expanded .side-menu__icon {
  fill: #fff !important;
}
.color-menu .app-sidebar .slide.active .side-menu__icon {
  fill: #fff !important;
}
.color-menu .app-sidebar .slide.active .side-menu__item {
  color: #fff !important;
}
.color-menu .app-sidebar .slide-menu a:before {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu .sub-slide-menu1 .sub-slide-item2:before {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu .sidebar-mini.sidenav-toggled .close-toggle {
  color: #fff;
}
.color-menu .sub-slide-menu .active .sub-slide-item.active {
  color: #fff;
}
.color-menu .app-sidebar .slide-menu a.active:before {
  color: #fff;
}
@media (min-width: 992px) {
  .color-menu.app.sidebar-mini.sidenav-toggled-open .ps > .ps__rail-y > .ps__thumb-y {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.color-menu .sub-slide.is-expanded .sub-side-menu__item:hover {
  color: #fff;
}
.color-menu .slide.is-expanded .sub-slide-item:hover {
  color: #fff;
}
.color-menu .sub-slide-menu1 .sub-slide-item2 {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu .sub-slide-menu1 .sub-slide-item2:hover {
  color: #fff !important;
}
@media (min-width: 992px) {
  .color-menu.hover-submenu.app.sidenav-toggled-open .slide-menu {
    background: var(--primary-bg-color);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .color-menu.hover-submenu.app.sidenav-toggled-open .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
  .color-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .color-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .color-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: block !important;
  }
  .color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .color-menu.hover-submenu1.app.sidenav-toggled-open .slide-menu {
    background: var(--primary-bg-color);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .color-menu.hover-submenu1.app.sidenav-toggled-open .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
  .color-menu.hover-submenu1.app.sidenav-toggled-open .side-menu__label1 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .color-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .color-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .color-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: block !important;
  }
  .color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: none !important;
  }
  .color-menu.hover-submenu1 .side-menu__label1 a {
    color: #fff;
  }
}
.color-menu .angle,
.color-menu .sub-angle {
  color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1;
}
@media (min-width: 992px) {
  .color-menu.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-dark {
    display: block;
  }
  .color-menu.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-light {
    display: none;
  }
}
.color-menu .ps > .ps__rail-y {
  background-color: rgba(255, 255, 255, 0.2);
}
.color-menu.sidebar-mini .main-sidemenu {
  background-color: transparent !important;
}
.color-menu.app.sidenav-toggled.sidenav-toggled-open .side-menu__label,
.color-menu.app.sidenav-toggled.sidenav-toggled-open .side-menu__item.active .side-menu__label {
  color: rgba(255, 255, 255, 0.7);
}
.color-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
  background: var(--primary-bg-color) !important;
}
@media (min-width: 992px) {
  .color-menu .sidenav-toggled.sidenav-toggled-open .app-sidebar .slide .side-menu__item.active::before {
    background: #fff;
  }
  .color-menu .sticky-pin .horizontal-main {
    background: var(--primary-bg-color) !important;
  }
  .color-menu.horizontal .horizontal-main .slide .slide-menu,
  .color-menu.horizontal .horizontal-main .slide .sub-slide-menu,
  .color-menu.horizontal .horizontal-main .sub-slide2 .sub-slide-menu1 {
    background-color: var(--primary-bg-color) !important;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .color-menu.app.sidenav-toggled .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
}
.color-menu #slide-right svg,
.color-menu #slide-left svg {
  fill: #fff;
}
.color-menu .app-sidebar.sidebar-scroll .main-sidebar-header {
  background: var(--primary-bg-color) !important;
}
@media (max-width: 991px) {
  .color-menu.app.sidenav-toggled .app-sidebar {
    background: var(--primary-bg-color);
  }
}
@media (min-width: 992px) {
  .color-menu.horizontal .app-sidebar {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
.color-menu #slide-right svg,
.color-menu #slide-left svg {
  fill: #fff;
}
.dark-menu .main-sidebar-header {
  background: #1f2940 !important;
  border-bottom-color: rgba(234, 237, 241, 0.2) !important;
  border-right-color: rgba(234, 237, 241, 0.2) !important;
  border-left-color: rgba(234, 237, 241, 0.2) !important;
}
.dark-menu.app.sidebar-mini .desktop-logo.logo-dark {
  display: block !important;
}
.dark-menu.app.sidebar-mini .desktop-logo.logo-light {
  display: none !important;
}
.dark-menu .app-sidebar {
  background: #1f2940 !important;
  box-shadow: 0px 8px 14.72px 1.28px rgba(255, 255, 255, 0.1);
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
  color: #dde3ea;
}
.dark-menu .app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}
.dark-menu .app-sidebar__user .user-info h4 {
  color: #dde3ea !important;
}
.dark-menu .app-sidebar__user .user-info .text-muted {
  color: #dde3ea !important;
}
.dark-menu .app-sidebar .side-item.side-item-category {
  color: #dde3ea;
}
@media print {
  .dark-menu .app-content {
    background-color: #1f2940;
  }
}
.dark-menu .line-head {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-menu .app-sidebar__user {
  color: #dde3ea;
}
.dark-menu .app-sidebar__user img {
  box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(234, 237, 241, 0.2) !important;
  background: #1f2940 !important;
}
.dark-menu .app-sidebar__user-name {
  color: #dde3ea;
}
.dark-menu .app-sidebar__user-designation {
  color: #dde3ea;
}
.dark-menu slide is-expanded side-menu__item {
  background: #141b2d;
}
.dark-menu .side-menu .slide.active .side-menu__label,
.dark-menu .side-menu .slide.active .side-menu__icon {
  color: var(--primary-bg-color);
  fill: var(--primary-bg-color);
}
.dark-menu .side-menu__item.active,
.dark-menu .side-menu__item:hover,
.dark-menu .side-menu__item:focus {
  color: var(--primary-bg-color);
}
.dark-menu .side-menu__item.active .side-menu__label {
  color: var(--primary-bg-color) !important;
}
.dark-menu .side-menu__item.active .angle {
  color: var(--primary-bg-color) !important;
}
.dark-menu .side-menu__item.active .side-menu__icon {
  fill: var(--primary-bg-color) !important;
}
.dark-menu .side-menu__item.active .side-menu__icon,
.dark-menu .side-menu__item:hover .side-menu__icon,
.dark-menu .side-menu__item:focus .side-menu__icon {
  color: var(--primary-bg-color) !important;
  fill: var(--primary-bg-color) !important;
}
@media (min-width: 992px) {
  .dark-menu.app.sidenav-toggled .side-menu__label {
    color: #1f2940;
  }
}
.dark-menu .slide:hover .side-menu__label,
.dark-menu .slide:hover .angle,
.dark-menu .slide:hover .side-menu__icon {
  color: var(--primary-bg-color) !important;
  fill: var(--primary-bg-color) !important;
}
.dark-menu .slide.is-expanded .side-menu__label,
.dark-menu .slide.is-expanded .side-menu__icon,
.dark-menu .slide.is-expanded .angle {
  color: var(--primary-bg-color) !important;
}
.dark-menu .slide-item.active,
.dark-menu .slide-item:hover,
.dark-menu .slide-item:focus {
  color: var(--primary-bg-color) !important;
}
.dark-menu .slide-item.active::before,
.dark-menu .slide-item:hover::before,
.dark-menu .slide-item:focus::before {
  color: var(--primary-bg-color) !important;
}
.dark-menu .slide-item.active .sub-angle,
.dark-menu .slide-item:hover .sub-angle,
.dark-menu .slide-item:focus .sub-angle {
  color: var(--primary-bg-color) !important;
  opacity: 1;
}
.dark-menu .sub-side-menu__item.active,
.dark-menu .sub-side-menu__item:hover,
.dark-menu .sub-side-menu__item:focus {
  color: var(--primary-bg-color) !important;
}
.dark-menu .sub-side-menu__item.active::before,
.dark-menu .sub-side-menu__item:hover::before,
.dark-menu .sub-side-menu__item:focus::before {
  color: var(--primary-bg-color) !important;
}
.dark-menu .sub-side-menu__item.active .sub-angle,
.dark-menu .sub-side-menu__item:hover .sub-angle,
.dark-menu .sub-side-menu__item:focus .sub-angle {
  color: var(--primary-bg-color) !important;
  opacity: 1;
}
.dark-menu .slide.is-expanded a {
  color: #dde3ea;
}
.dark-menu .side-menu .side-menu__icon {
  color: #dde3ea;
  fill: #dde3ea;
}
.dark-menu .side-menu__label {
  color: #dde3ea !important;
}
.dark-menu .app-sidebar .slide .side-menu__item.active::before {
  background: var(--primary-bg-color) !important;
}
.dark-menu .slide-item {
  color: #dde3ea;
}
@media (min-width: 992px) {
  .dark-menu.sidenav-toggled .side-menu__label {
    color: #dde3ea;
  }
  .dark-menu.sidenav-toggled .slide-menu {
    box-shadow: 0px 8px 17px rgba(255, 255, 255, 0.1);
  }
  .dark-menu .app.sidenav-toggled .side-menu__label {
    color: #dde3ea;
  }
}
.dark-menu .app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #1f2940;
}
.dark-menu .app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.dark-menu .app-sidebar .mCSB_scrollTools .mCSB_draggerRail {
  background: #1f2940;
}
.dark-menu .user-info .text-dark {
  color: #1f2940 !important;
}
.dark-menu .user-info .text-muted {
  color: #1f2940 !important;
}
.dark-menu .side-menu h3 {
  color: #dde3ea;
}
.dark-menu .sub-side-menu__item {
  color: #dde3ea;
}
.dark-menu .app-sidebar .side-menu__item.active:hover {
  color: #dde3ea !important;
}
.dark-menu .app-sidebar .slide.active .side-menu__icon,
.dark-menu .app-sidebar .slide.is-expanded .side-menu__icon {
  fill: var(--primary-bg-color) !important;
}
.dark-menu .app-sidebar .slide.active .side-menu__icon {
  fill: var(--primary-bg-color) !important;
}
.dark-menu .app-sidebar .slide.active .side-menu__item {
  color: var(--primary-bg-color) !important;
}
.dark-menu .app-sidebar .slide-menu a:before {
  color: #dde3ea;
}
.dark-menu .sub-slide-menu1 .sub-slide-item2:before {
  color: #dde3ea;
}
.dark-menu .sidebar-mini.sidenav-toggled .close-toggle {
  color: var(--primary-bg-color);
}
.dark-menu .sub-slide-menu .active .sub-slide-item.active {
  color: var(--primary-bg-color);
}
.dark-menu .app-sidebar .slide-menu a.active:before {
  color: var(--primary-bg-color);
}
@media (min-width: 992px) {
  .dark-menu.app.sidebar-mini.sidenav-toggled-open .ps > .ps__rail-y > .ps__thumb-y {
    background-color: #1f2940;
  }
}
.dark-menu .sub-slide.is-expanded .sub-side-menu__item:hover {
  color: var(--primary-bg-color);
}
.dark-menu .slide.is-expanded .sub-slide-item:hover {
  color: var(--primary-bg-color);
}
.dark-menu .sub-slide-menu1 .sub-slide-item2 {
  color: #dde3ea;
}
.dark-menu .sub-slide-menu1 .sub-slide-item2:hover {
  color: var(--primary-bg-color) !important;
}
@media (min-width: 992px) {
  .dark-menu.hover-submenu.app.sidenav-toggled-open .slide-menu {
    background: #1f2940;
    border-color: rgba(234, 237, 241, 0.2);
    box-shadow: 8px 8px 17px rgba(255, 255, 255, 0.1);
  }
  .dark-menu.hover-submenu.app.sidenav-toggled-open .side-menu__label {
    color: #dde3ea;
  }
  .dark-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .dark-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .dark-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .dark-menu.hover-submenu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: block !important;
  }
  .dark-menu.hover-submenu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .dark-menu.hover-submenu1.app.sidenav-toggled-open .slide-menu {
    background: #1f2940;
    border-color: rgba(234, 237, 241, 0.2);
    box-shadow: 8px 8px 17px rgba(255, 255, 255, 0.1);
  }
  .dark-menu.hover-submenu1.app.sidenav-toggled-open .side-menu__label {
    color: #dde3ea;
  }
  .dark-menu.hover-submenu1.app.sidenav-toggled-open .side-menu__label1 {
    border-bottom-color: rgba(234, 237, 241, 0.2);
  }
  .dark-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .dark-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .dark-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .dark-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: block !important;
  }
  .dark-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: none !important;
  }
  .dark-menu.hover-submenu1 .side-menu__label1 a {
    color: var(--primary-bg-color);
  }
}
.dark-menu .angle,
.dark-menu .sub-angle {
  color: #dde3ea !important;
  opacity: 1;
}
@media (min-width: 992px) {
  .dark-menu.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-dark {
    display: block;
  }
  .dark-menu.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-light {
    display: none;
  }
}
.dark-menu .ps > .ps__rail-y {
  background-color: rgba(234, 237, 241, 0.2);
}
.dark-menu.sidebar-mini .main-sidemenu {
  background-color: transparent !important;
}
.dark-menu.app.sidenav-toggled.sidenav-toggled-open .side-menu__label,
.dark-menu.app.sidenav-toggled.sidenav-toggled-open .side-menu__item.active .side-menu__label {
  color: #dde3ea;
}
.dark-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  border-right-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
  background: #1f2940 !important;
}
@media (min-width: 992px) {
  .dark-menu .sidenav-toggled.sidenav-toggled-open .app-sidebar .slide .side-menu__item.active::before {
    background: var(--primary-bg-color);
  }
  .dark-menu .sticky-pin .horizontal-main {
    background: #1f2940 !important;
  }
  .dark-menu.horizontal .horizontal-main .slide .slide-menu,
  .dark-menu.horizontal .horizontal-main .slide .sub-slide-menu,
  .dark-menu.horizontal .horizontal-main .sub-slide2 .sub-slide-menu1 {
    background-color: #1f2940 !important;
    border-color: rgba(234, 237, 241, 0.2);
  }
  .dark-menu.app.sidenav-toggled .side-menu__label {
    color: #dde3ea;
  }
}
.dark-menu #slide-right svg,
.dark-menu #slide-left svg {
  fill: var(--primary-bg-color);
}
.dark-menu .app-sidebar.sidebar-scroll .main-sidebar-header {
  background: #1f2940 !important;
}
@media (max-width: 991px) {
  .dark-menu.app.sidenav-toggled .app-sidebar {
    background: #1f2940;
  }
}
@media (min-width: 992px) {
  .dark-menu.horizontal .app-sidebar {
    border-top-color: rgba(234, 237, 241, 0.2);
  }
}
.dark-menu #slide-right svg,
.dark-menu #slide-left svg {
  fill: #fff;
}
.gradient-menu .main-sidebar-header {
  background: var(--primary-bg-color) !important;
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
.gradient-menu.app.sidebar-mini .desktop-logo.logo-dark {
  display: block !important;
}
.gradient-menu.app.sidebar-mini .desktop-logo.logo-light {
  display: none !important;
}
.gradient-menu .app-sidebar {
  background:
    linear-gradient(
      to top,
      var(--primary-bg-color) 0%,
      #0db2de 100%);
  box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.1);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu .app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
.gradient-menu .app-sidebar__user .user-info h4 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.gradient-menu .app-sidebar__user .user-info .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
.gradient-menu .app-sidebar .side-item.side-item-category {
  color: rgba(255, 255, 255, 0.7);
}
@media print {
  .gradient-menu .app-content {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.gradient-menu .line-head {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.gradient-menu .app-sidebar__user {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu .app-sidebar__user img {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
.gradient-menu .app-sidebar__user-name {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu .app-sidebar__user-designation {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu slide is-expanded side-menu__item {
  background: var(--transparent-body);
}
.gradient-menu .side-menu .slide.active .side-menu__label,
.gradient-menu .side-menu .slide.active .side-menu__icon {
  color: #fff;
  fill: #fff;
}
.gradient-menu .side-menu__item.active,
.gradient-menu .side-menu__item:hover,
.gradient-menu .side-menu__item:focus {
  color: #fff;
}
.gradient-menu .side-menu__item.active .side-menu__label {
  color: #fff !important;
}
.gradient-menu .side-menu__item.active .angle {
  color: #fff !important;
}
.gradient-menu .side-menu__item.active .side-menu__icon {
  fill: #fff !important;
}
.gradient-menu .side-menu__item.active .side-menu__icon,
.gradient-menu .side-menu__item:hover .side-menu__icon,
.gradient-menu .side-menu__item:focus .side-menu__icon {
  color: #fff !important;
  fill: #fff !important;
}
@media (min-width: 992px) {
  .gradient-menu.app.sidenav-toggled .side-menu__label {
    color: rgba(0, 0, 0, 0.2);
  }
}
.gradient-menu .slide:hover .side-menu__label,
.gradient-menu .slide:hover .angle,
.gradient-menu .slide:hover .side-menu__icon {
  color: #fff !important;
  fill: #fff !important;
}
.gradient-menu .slide.is-expanded .side-menu__label,
.gradient-menu .slide.is-expanded .side-menu__icon,
.gradient-menu .slide.is-expanded .angle {
  color: #fff !important;
}
.gradient-menu .slide-item.active,
.gradient-menu .slide-item:hover,
.gradient-menu .slide-item:focus {
  color: #fff !important;
}
.gradient-menu .slide-item.active::before,
.gradient-menu .slide-item:hover::before,
.gradient-menu .slide-item:focus::before {
  color: #fff !important;
}
.gradient-menu .slide-item.active .sub-angle,
.gradient-menu .slide-item:hover .sub-angle,
.gradient-menu .slide-item:focus .sub-angle {
  color: #fff !important;
  opacity: 1;
}
.gradient-menu .sub-side-menu__item.active,
.gradient-menu .sub-side-menu__item:hover,
.gradient-menu .sub-side-menu__item:focus {
  color: #fff !important;
}
.gradient-menu .sub-side-menu__item.active::before,
.gradient-menu .sub-side-menu__item:hover::before,
.gradient-menu .sub-side-menu__item:focus::before {
  color: #fff !important;
}
.gradient-menu .sub-side-menu__item.active .sub-angle,
.gradient-menu .sub-side-menu__item:hover .sub-angle,
.gradient-menu .sub-side-menu__item:focus .sub-angle {
  color: #fff !important;
  opacity: 1;
}
.gradient-menu .slide.is-expanded a {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu .side-menu .side-menu__icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}
.gradient-menu .side-menu__label {
  color: rgba(255, 255, 255, 0.7) !important;
}
.gradient-menu .app-sidebar .slide .side-menu__item.active::before {
  background: #fff !important;
}
.gradient-menu .slide-item {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .gradient-menu.sidenav-toggled .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
  .gradient-menu.sidenav-toggled .slide-menu {
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .gradient-menu .app.sidenav-toggled .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
}
.gradient-menu .app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.2);
}
.gradient-menu .app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.gradient-menu .app-sidebar .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.2);
}
.gradient-menu .user-info .text-dark {
  color: rgba(0, 0, 0, 0.2) !important;
}
.gradient-menu .user-info .text-muted {
  color: rgba(0, 0, 0, 0.2) !important;
}
.gradient-menu .side-menu h3 {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu .sub-side-menu__item {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu .app-sidebar .side-menu__item.active:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.gradient-menu .app-sidebar .slide.active .side-menu__icon,
.gradient-menu .app-sidebar .slide.is-expanded .side-menu__icon {
  fill: #fff !important;
}
.gradient-menu .app-sidebar .slide.active .side-menu__icon {
  fill: #fff !important;
}
.gradient-menu .app-sidebar .slide.active .side-menu__item {
  color: #fff !important;
}
.gradient-menu .app-sidebar .slide-menu a:before {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu .sub-slide-menu1 .sub-slide-item2:before {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu .sidebar-mini.sidenav-toggled .close-toggle {
  color: #fff;
}
.gradient-menu .sub-slide-menu .active .sub-slide-item.active {
  color: #fff;
}
.gradient-menu .app-sidebar .slide-menu a.active:before {
  color: #fff;
}
@media (min-width: 992px) {
  .gradient-menu.app.sidebar-mini.sidenav-toggled-open .ps > .ps__rail-y > .ps__thumb-y {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.gradient-menu .sub-slide.is-expanded .sub-side-menu__item:hover {
  color: #fff;
}
.gradient-menu .slide.is-expanded .sub-slide-item:hover {
  color: #fff;
}
.gradient-menu .sub-slide-menu1 .sub-slide-item2 {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu .sub-slide-menu1 .sub-slide-item2:hover {
  color: #fff !important;
}
@media (min-width: 992px) {
  .gradient-menu.hover-submenu.app.sidenav-toggled-open .slide-menu {
    background:
      linear-gradient(
        to top,
        var(--primary-bg-color) 0%,
        #0db2de 100%);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .gradient-menu.hover-submenu.app.sidenav-toggled-open .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
  .gradient-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .gradient-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .gradient-menu.hover-submenu.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: block !important;
  }
  .gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .gradient-menu.hover-submenu1.app.sidenav-toggled-open .slide-menu {
    background:
      linear-gradient(
        to top,
        var(--primary-bg-color) 0%,
        #0db2de 100%);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .gradient-menu.hover-submenu1.app.sidenav-toggled-open .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
  .gradient-menu.hover-submenu1.app.sidenav-toggled-open .side-menu__label1 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .gradient-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-logo,
  .gradient-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .desktop-dark,
  .gradient-menu.hover-submenu1.app.sidenav-toggled-open .main-sidebar-header .mobile-dark {
    display: none !important;
  }
  .gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-dark {
    display: block !important;
  }
  .gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled-open .main-sidebar-header .logo-icon.icon-light {
    display: none !important;
  }
  .gradient-menu.hover-submenu1 .side-menu__label1 a {
    color: #fff;
  }
}
.gradient-menu .angle,
.gradient-menu .sub-angle {
  color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1;
}
@media (min-width: 992px) {
  .gradient-menu.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-dark {
    display: block;
  }
  .gradient-menu.app.sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon.icon-light {
    display: none;
  }
}
.gradient-menu .ps > .ps__rail-y {
  background-color: rgba(255, 255, 255, 0.2);
}
.gradient-menu.sidebar-mini .main-sidemenu {
  background-color: transparent !important;
}
.gradient-menu.app.sidenav-toggled.sidenav-toggled-open .side-menu__label,
.gradient-menu.app.sidenav-toggled.sidenav-toggled-open .side-menu__item.active .side-menu__label {
  color: rgba(255, 255, 255, 0.7);
}
.gradient-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(
      to top,
      var(--primary-bg-color) 0%,
      #0db2de 100%) !important;
}
@media (min-width: 992px) {
  .gradient-menu .sidenav-toggled.sidenav-toggled-open .app-sidebar .slide .side-menu__item.active::before {
    background: #fff;
  }
  .gradient-menu .sticky-pin .horizontal-main {
    background:
      linear-gradient(
        to top,
        var(--primary-bg-color) 0%,
        #0db2de 100%) !important;
  }
  .gradient-menu.horizontal .horizontal-main .slide .slide-menu,
  .gradient-menu.horizontal .horizontal-main .slide .sub-slide-menu,
  .gradient-menu.horizontal .horizontal-main .sub-slide2 .sub-slide-menu1 {
    background-color: var(--primary-bg-color) !important;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .gradient-menu.app.sidenav-toggled .side-menu__label {
    color: rgba(255, 255, 255, 0.7);
  }
}
.gradient-menu #slide-right svg,
.gradient-menu #slide-left svg {
  fill: #fff;
}
.gradient-menu .app-sidebar.sidebar-scroll .main-sidebar-header {
  background: var(--primary-bg-color) !important;
}
@media (max-width: 991px) {
  .gradient-menu.app.sidenav-toggled .app-sidebar {
    background:
      linear-gradient(
        to top,
        var(--primary-bg-color) 0%,
        #0db2de 100%);
  }
}
@media (min-width: 992px) {
  .gradient-menu.horizontal .app-sidebar {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
.gradient-menu #slide-right svg,
.gradient-menu #slide-left svg {
  fill: #fff;
}
body.gradient-menu:not(.horizontal) .app-sidebar {
  background:
    linear-gradient(
      to top,
      var(--primary-bg-color) 0%,
      #0db2de 100%);
}
.light-header.transparent-theme .main-sidebar-header {
  background: var(--transparent-body);
}
.light-header .main-header.side-header.sticky.nav.nav-item.fixed-header.visible-title.sticky-pin {
  background: #fff;
}
.light-header .main-header-center .btn:hover {
  color: #b4bdce;
}
.light-header .main-header {
  background: #fff !important;
  border-bottom-color: #eae8f1 !important;
  box-shadow: none;
}
.light-header .main-header .form-control::placeholder {
  color: #031b4e !important;
}
.light-header .main-header .form-control {
  color: #031b4e;
}
.light-header .header-icon {
  color: #a8b1c7;
}
.light-header .close-toggle {
  color: #a8b1c7 !important;
}
.light-header .layout-setting .header-icon-svgs,
.light-header .resp-btn .header-icon-svgs,
.light-header .demo-icon .header-icon-svgs {
  fill: #5b6e88;
}
.light-header .header-icon-svgs {
  color: #5b6e88;
}
@media (min-width: 992px) {
  .light-header .main-header-left .form-control {
    background: #ecf0fa !important;
    border-color: #eae8f1;
  }
  .light-header .hor-header.sticky-pin.main-header {
    background: transparent;
    box-shadow: none;
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .light-header.horizontal .hor-header .logo-1 {
    display: block !important;
  }
  .light-header.horizontal .hor-header .dark-logo-1 {
    display: none !important;
  }
  .light-header .horizontal .app-sidebar {
    border-top-color: #eae8f1;
  }
}
@media (max-width: 991px) {
  .light-header .responsive-logo .header-logo .dark-logo-1 {
    display: none;
  }
  .light-header .responsive-logo .header-logo .logo-1 {
    display: block;
  }
  .light-header .responsive-navbar.navbar .navbar-collapse {
    background: #fff;
    border-bottom-color: #eae8f1;
    border-top-color: #eae8f1;
  }
}
.light-header .navbar-toggler-icon {
  color: #5b6e88;
}
@media (min-width: 992px) {
  .light-header .main-header-left .btn {
    color: #b4bdce !important;
  }
  .light-header .main-header.hor-header {
    border-bottom-color: #eae8f1 !important;
  }
}
.color-header.transparent-theme .main-sidebar-header {
  background: var(--primary-bg-color);
}
.color-header .main-header.side-header.sticky.nav.nav-item.fixed-header.visible-title.sticky-pin {
  background: var(--primary-bg-color);
}
.color-header .main-header-center .btn:hover {
  color: #fff;
}
.color-header .main-header {
  background: var(--primary-bg-color) !important;
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: none;
}
.color-header .header-icon {
  color: #fff;
}
.color-header .close-toggle {
  color: #fff !important;
}
.color-header .layout-setting .header-icon-svgs,
.color-header .resp-btn .header-icon-svgs,
.color-header .demo-icon .header-icon-svgs {
  fill: #fff;
}
.color-header .header-icon-svgs {
  color: #fff;
}
@media (min-width: 992px) {
  .color-header .main-header-left .form-control {
    background: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .color-header .hor-header.sticky-pin.main-header {
    background: transparent;
    box-shadow: none;
    border-bottom: 0 !important;
  }
}
.color-header .main-header .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
@media (min-width: 992px) {
  .color-header .main-header-left .btn {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 992px) {
  .color-header.horizontal .hor-header .logo-1 {
    display: none !important;
  }
  .color-header.horizontal .hor-header .dark-logo-1 {
    display: block !important;
  }
  .color-header .horizontal .app-sidebar {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
.color-header .main-header .form-control {
  color: #fff;
}
@media (min-width: 576px) {
  .color-header .main-header .dropdown-menu:after {
    border-bottom-color: #fff;
  }
}
@media (max-width: 991px) {
  .color-header .responsive-logo .header-logo .dark-logo-1 {
    display: block;
  }
  .color-header .responsive-logo .header-logo .logo-1 {
    display: none;
  }
  .color-header .responsive-navbar.navbar .navbar-collapse {
    background: var(--primary-bg-color);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
.color-header .navbar-toggler-icon {
  color: #fff;
}
@media (min-width: 992px) {
  .color-header .main-header-left .btn {
    color: #fff !important;
  }
}
.dark-header.transparent-theme .main-sidebar-header {
  background: var(--primary-bg-color);
}
.dark-header .main-header.side-header.sticky.nav.nav-item.fixed-header.visible-title.sticky-pin {
  background: #1f2940;
}
.dark-header .main-header-center .btn:hover {
  color: #dde3ea;
}
.dark-header .main-header {
  background: #1f2940 !important;
  border-bottom-color: rgba(234, 237, 241, 0.2) !important;
  box-shadow: none;
}
.dark-header .main-header .form-control::placeholder {
  color: #dde3ea !important;
}
.dark-header .main-header .form-control {
  color: #dde3ea;
}
.dark-header .header-icon {
  color: #dde3ea;
}
.dark-header .close-toggle {
  color: #dde3ea !important;
}
.dark-header .layout-setting .header-icon-svgs,
.dark-header .resp-btn .header-icon-svgs,
.dark-header .demo-icon .header-icon-svgs {
  fill: #dde3ea;
}
.dark-header .header-icon-svgs {
  color: #dde3ea;
}
@media (min-width: 992px) {
  .dark-header .main-header-left .form-control {
    background: #1f2940 !important;
    border-color: rgba(234, 237, 241, 0.2);
  }
  .dark-header .hor-header.sticky-pin.main-header {
    background: transparent;
    box-shadow: none;
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .dark-header .main-header-left .btn {
    color: #dde3ea;
  }
}
@media (min-width: 992px) {
  .dark-header.horizontal .hor-header .logo-1 {
    display: none !important;
  }
  .dark-header.horizontal .hor-header .dark-logo-1 {
    display: block !important;
  }
  .dark-header .horizontal .app-sidebar {
    border-top-color: rgba(234, 237, 241, 0.2);
  }
}
@media (max-width: 991px) {
  .dark-header .responsive-logo .header-logo .dark-logo-1 {
    display: block;
  }
  .dark-header .responsive-logo .header-logo .logo-1 {
    display: none;
  }
  .dark-header .responsive-navbar.navbar .navbar-collapse {
    background: #1f2940;
    border-bottom-color: rgba(234, 237, 241, 0.2);
    border-top-color: rgba(234, 237, 241, 0.2);
  }
}
.dark-header .navbar-toggler-icon {
  color: #dde3ea;
}
@media (min-width: 992px) {
  .dark-header .main-header-left .btn {
    color: #fff !important;
  }
}
.gradient-header.transparent-theme .main-sidebar-header {
  background: var(--primary-bg-color);
}
.gradient-header .main-header.side-header.sticky.nav.nav-item.fixed-header.visible-title.sticky-pin {
  background:
    linear-gradient(
      to top,
      var(--primary-bg-color) 0%,
      #0db2de 100%);
}
.gradient-header .main-header-center .btn:hover {
  color: #fff;
}
.gradient-header .main-header {
  background:
    linear-gradient(
      to top,
      var(--primary-bg-color) 0%,
      #0db2de 100%) !important;
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: none;
}
.gradient-header .main-header .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.gradient-header .main-header .form-control {
  color: #fff;
}
.gradient-header .header-icon {
  color: #fff;
}
.gradient-header .close-toggle {
  color: #fff !important;
}
.gradient-header .layout-setting .header-icon-svgs,
.gradient-header .resp-btn .header-icon-svgs,
.gradient-header .demo-icon .header-icon-svgs {
  fill: #fff;
}
.gradient-header .header-icon-svgs {
  color: #fff;
}
@media (min-width: 992px) {
  .gradient-header .main-header-left .form-control {
    background: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .gradient-header .hor-header.sticky-pin.main-header {
    background: transparent;
    box-shadow: none;
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .gradient-header .main-header-left .btn {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 992px) {
  .gradient-header.horizontal .hor-header .logo-1 {
    display: none !important;
  }
  .gradient-header.horizontal .hor-header .dark-logo-1 {
    display: block !important;
  }
  .gradient-header .horizontal .app-sidebar {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 576px) {
  .gradient-header .main-header .dropdown-menu:after {
    border-bottom-color: #fff;
  }
}
@media (max-width: 991px) {
  .gradient-header .responsive-logo .header-logo .dark-logo-1 {
    display: block;
  }
  .gradient-header .responsive-logo .header-logo .logo-1 {
    display: none;
  }
  .gradient-header .responsive-navbar.navbar .navbar-collapse {
    background:
      linear-gradient(
        to top,
        var(--primary-bg-color) 0%,
        #0db2de 100%);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
.gradient-header .navbar-toggler-icon {
  color: #fff;
}
@media (min-width: 992px) {
  .gradient-header .main-header-left .btn {
    color: #fff !important;
  }
}
body.app.body-style1 {
  background: #fff;
}
body.app.body-style1 .card {
  box-shadow: none;
  border-color: #eae8f1 !important;
}
body.app.body-style1 .page {
  background: #fff !important;
}
body.app.body-style1 .app-sidebar {
  box-shadow: none;
  border-right-color: #eae8f1 !important;
  border-left-color: #eae8f1 !important;
}
body.app.body-style1 .main-header {
  box-shadow: none;
  border-bottom-color: #eae8f1 !important;
}
@media (min-width: 992px) {
  body.app.body-style1.horizontal .horizontal-main {
    border-bottom: 1px solid #eae8f1 !important;
  }
}
@media (max-width: 991.98px) {
  body.app.body-style1 .horizontal .main-header.hor-header {
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  body.app.body-style1.light-header .main-header.hor-header {
    border-bottom-color: #eae8f1 !important;
  }
  body.app.body-style1.light-menu .app-sidebar {
    border-right-color: #eae8f1 !important;
    border-left-color: #eae8f1 !important;
  }
}
body.dark-theme.body-style1 {
  background: #1f2940;
}
body.dark-theme.body-style1 .card {
  border-color: rgba(234, 237, 241, 0.2) !important;
}
body.dark-theme.body-style1 .page {
  background: #1f2940 !important;
}
body.dark-theme.body-style1 .app-sidebar {
  border-right-color: rgba(234, 237, 241, 0.2) !important;
  border-left-color: rgba(234, 237, 241, 0.2) !important;
}
body.dark-theme.body-style1 .main-header {
  box-shadow: none;
  border-bottom-color: rgba(234, 237, 241, 0.2) !important;
}
@media (min-width: 992px) {
  body.dark-theme.body-style1.horizontal .horizontal-main {
    border-bottom-color: rgba(234, 237, 241, 0.2) !important;
  }
}
body.transparent-theme.body-style1 {
  background: var(--transparent-body);
}
body.transparent-theme.body-style1 .card {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.transparent-theme.body-style1 .page {
  background: transparent !important;
}
body.transparent-theme.body-style1 .app-sidebar {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}
body.transparent-theme.body-style1 .main-header {
  box-shadow: none;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
body.transparent-theme.body-style1.sidebar-mini .main-sidemenu {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  body.transparent-theme.body-style1.horizontal .horizontal-main {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
  body.transparent-theme.body-style1 .horizontal-main {
    background: transparent;
  }
}
body.light-theme.app.body-style1 {
  background: #fff;
}
body.light-theme.app.body-style1 .card {
  box-shadow: none;
  border-color: #eae8f1 !important;
}
body.light-theme.app.body-style1 .page {
  background: #fff !important;
}
body.light-theme.app.body-style1 .app-sidebar {
  box-shadow: none;
  border-right-color: #eae8f1 !important;
  border-left-color: #eae8f1 !important;
}
body.light-theme.app.body-style1 .main-header {
  box-shadow: none;
  border-bottom-color: #eae8f1 !important;
}
@media (min-width: 992px) {
  body.light-theme.app.body-style1.horizontal .horizontal-main {
    border-bottom: 1px solid #eae8f1 !important;
  }
}
@media (max-width: 991.98px) {
  body.light-theme.app.body-style1 .horizontal .main-header.hor-header {
    box-shadow: none;
  }
}
.leftbgimage1 .app-sidebar {
  background: url("./media/01.png") !important;
  background-size: cover !important;
}
.leftbgimage1.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  background: url("./media/01.png") !important;
  background-size: cover !important;
}
.leftbgimage2 .app-sidebar {
  background: url("./media/02.png") !important;
  background-size: cover !important;
}
.leftbgimage2.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  background: url("./media/02.png") !important;
  background-size: cover !important;
}
.leftbgimage3 .app-sidebar {
  background: url("./media/03.png") !important;
  background-size: cover !important;
}
.leftbgimage3.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  background: url("./media/03.png") !important;
  background-size: cover !important;
}
.leftbgimage4 .app-sidebar {
  background: url("./media/04.png") !important;
  background-size: cover !important;
}
.leftbgimage4.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  background: url("./media/04.png") !important;
  background-size: cover !important;
}
.leftbgimage5 .app-sidebar {
  background: url("./media/05.png") !important;
  background-size: cover !important;
}
.leftbgimage5.sidenav-toggled.sidenav-toggled-open .app-sidebar {
  background: url("./media/05.png") !important;
  background-size: cover !important;
}
.leftbgimage1 .app-sidebar,
.leftbgimage2 .app-sidebar,
.leftbgimage3 .app-sidebar,
.leftbgimage4 .app-sidebar,
.leftbgimage5 .app-sidebar {
  width: 240px;
  border-right: 1px solid #eae8f1;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .leftbgimage1 .app-sidebar.horizontal-main,
  .leftbgimage2 .app-sidebar.horizontal-main,
  .leftbgimage3 .app-sidebar.horizontal-main,
  .leftbgimage4 .app-sidebar.horizontal-main,
  .leftbgimage5 .app-sidebar.horizontal-main {
    width: 100%;
    border-bottom: 1px solid #eae8f1;
  }
  .leftbgimage1 .app-sidebar.horizontal-main:before,
  .leftbgimage2 .app-sidebar.horizontal-main:before,
  .leftbgimage3 .app-sidebar.horizontal-main:before,
  .leftbgimage4 .app-sidebar.horizontal-main:before,
  .leftbgimage5 .app-sidebar.horizontal-main:before {
    position: absolute;
    width: 100%;
    height: 103%;
    top: -1px;
  }
}
@media screen and (max-width: 991px) {
  .leftbgimage1 .app-sidebar:before,
  .leftbgimage2 .app-sidebar:before,
  .leftbgimage3 .app-sidebar:before,
  .leftbgimage4 .app-sidebar:before,
  .leftbgimage5 .app-sidebar:before {
    height: 150%;
    top: 63px !important;
  }
}
.leftbgimage1 .app-sidebar:before,
.leftbgimage2 .app-sidebar:before,
.leftbgimage3 .app-sidebar:before,
.leftbgimage4 .app-sidebar:before,
.leftbgimage5 .app-sidebar:before {
  content: "";
  position: fixed;
  background: #fff;
  height: 100%;
  width: 240px;
  z-index: -1;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.leftbgimage1.dark-theme .app-sidebar,
.leftbgimage2.dark-theme .app-sidebar,
.leftbgimage3.dark-theme .app-sidebar,
.leftbgimage4.dark-theme .app-sidebar,
.leftbgimage5.dark-theme .app-sidebar {
  border-right: 1px solid rgba(234, 237, 241, 0.2);
}
.leftbgimage1.dark-theme .app-sidebar:before,
.leftbgimage2.dark-theme .app-sidebar:before,
.leftbgimage3.dark-theme .app-sidebar:before,
.leftbgimage4.dark-theme .app-sidebar:before,
.leftbgimage5.dark-theme .app-sidebar:before {
  background: #1f2940;
}
.leftbgimage1.transparent-theme .app-sidebar,
.leftbgimage2.transparent-theme .app-sidebar,
.leftbgimage3.transparent-theme .app-sidebar,
.leftbgimage4.transparent-theme .app-sidebar,
.leftbgimage5.transparent-theme .app-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.leftbgimage1.transparent-theme .app-sidebar:before,
.leftbgimage2.transparent-theme .app-sidebar:before,
.leftbgimage3.transparent-theme .app-sidebar:before,
.leftbgimage4.transparent-theme .app-sidebar:before,
.leftbgimage5.transparent-theme .app-sidebar:before {
  background: var(--primary-bg-color);
}
.leftbgimage1.light-menu .app-sidebar,
.leftbgimage2.light-menu .app-sidebar,
.leftbgimage3.light-menu .app-sidebar,
.leftbgimage4.light-menu .app-sidebar,
.leftbgimage5.light-menu .app-sidebar {
  border-right: 1px solid rgba(234, 237, 241, 0.2);
}
.leftbgimage1.light-menu .app-sidebar:before,
.leftbgimage2.light-menu .app-sidebar:before,
.leftbgimage3.light-menu .app-sidebar:before,
.leftbgimage4.light-menu .app-sidebar:before,
.leftbgimage5.light-menu .app-sidebar:before {
  background: #fff;
}
.leftbgimage1.color-menu .app-sidebar,
.leftbgimage2.color-menu .app-sidebar,
.leftbgimage3.color-menu .app-sidebar,
.leftbgimage4.color-menu .app-sidebar,
.leftbgimage5.color-menu .app-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.leftbgimage1.color-menu .app-sidebar:before,
.leftbgimage2.color-menu .app-sidebar:before,
.leftbgimage3.color-menu .app-sidebar:before,
.leftbgimage4.color-menu .app-sidebar:before,
.leftbgimage5.color-menu .app-sidebar:before {
  background: var(--primary-bg-color);
}
.leftbgimage1.dark-menu .app-sidebar,
.leftbgimage2.dark-menu .app-sidebar,
.leftbgimage3.dark-menu .app-sidebar,
.leftbgimage4.dark-menu .app-sidebar,
.leftbgimage5.dark-menu .app-sidebar {
  border-right: 1px solid rgba(234, 237, 241, 0.2);
}
.leftbgimage1.dark-menu .app-sidebar:before,
.leftbgimage2.dark-menu .app-sidebar:before,
.leftbgimage3.dark-menu .app-sidebar:before,
.leftbgimage4.dark-menu .app-sidebar:before,
.leftbgimage5.dark-menu .app-sidebar:before {
  background: #1f2940;
}
.leftbgimage1.gradient-menu .app-sidebar,
.leftbgimage2.gradient-menu .app-sidebar,
.leftbgimage3.gradient-menu .app-sidebar,
.leftbgimage4.gradient-menu .app-sidebar,
.leftbgimage5.gradient-menu .app-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.leftbgimage1.gradient-menu .app-sidebar:before,
.leftbgimage2.gradient-menu .app-sidebar:before,
.leftbgimage3.gradient-menu .app-sidebar:before,
.leftbgimage4.gradient-menu .app-sidebar:before,
.leftbgimage5.gradient-menu .app-sidebar:before {
  background:
    linear-gradient(
      to top,
      var(--primary-bg-color) 0%,
      #0db2de 100%);
}
@media (min-width: 992px) {
  .leftbgimage1.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage2.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage3.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage4.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage5.app.sidenav-toggled .app-sidebar:before {
    width: 80px;
  }
  .leftbgimage1.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before,
  .leftbgimage2.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before,
  .leftbgimage3.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before,
  .leftbgimage4.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before,
  .leftbgimage5.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before {
    width: 240px;
  }
  .leftbgimage1.icontext-menu.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage2.icontext-menu.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage3.icontext-menu.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage4.icontext-menu.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage5.icontext-menu.app.sidenav-toggled .app-sidebar:before {
    width: 110px !important;
  }
  .leftbgimage1.icontext-menu.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before,
  .leftbgimage2.icontext-menu.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before,
  .leftbgimage3.icontext-menu.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before,
  .leftbgimage4.icontext-menu.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before,
  .leftbgimage5.icontext-menu.app.sidenav-toggled.sidenav-toggled-open .app-sidebar:before {
    width: 240px !important;
  }
  .leftbgimage1.hover-submenu.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage1.hover-submenu1.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage2.hover-submenu.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage2.hover-submenu1.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage3.hover-submenu.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage3.hover-submenu1.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage4.hover-submenu.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage4.hover-submenu1.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage5.hover-submenu.app.sidenav-toggled .app-sidebar:before,
  .leftbgimage5.hover-submenu1.app.sidenav-toggled .app-sidebar:before {
    width: 110px !important;
  }
}
@media (min-width: 1400px) {
  body.layout-boxed {
    background: #ecf0fa;
  }
  body.layout-boxed .page {
    width: 1400px;
    margin: 0 auto;
    background: #ecf0fa;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px, rgba(0, 0, 0, 0.3) 0px 5px 25px 0px;
  }
  body.layout-boxed.horizontal .hor-header .container,
  body.layout-boxed.horizontal .horizontal-main .container,
  body.layout-boxed.horizontal .main-content.horizontal-content .container {
    max-width: 95% !important;
  }
  body.layout-boxed .sticky-pin .horizontal-main {
    max-width: 1400px;
    margin: 0;
  }
  body.layout-boxed .main-header {
    max-width: 1400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
  }
  body.layout-boxed .main-content .container,
  body.layout-boxed .main-header > .container,
  body.layout-boxed .horizontal-mainwrapper.container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  body.layout-boxed .horizontalMenu > .horizontalMenu-list > li > a {
    padding: 15px 11px 15px 11px;
  }
  body.layout-boxed .page.bg-primary-transparent,
  body.layout-boxed .main-error-wrapper.page {
    background: var(--primary-3) !important;
  }
  body.layout-boxed .app-sidebar {
    left: auto !important;
  }
  body.layout-boxed .main-content-left-chat .main-nav-line-chat .nav-link + .nav-link {
    margin-left: 0;
  }
  body.layout-boxed .main-nav-line-chat {
    padding: 0 17px;
  }
  body.layout-boxed .app-sidebar .main-sidebar-header {
    left: auto;
    right: auto;
  }
  body.layout-boxed.dark-theme {
    background: #141b2d !important;
  }
  body.layout-boxed.dark-theme .page {
    background: #141b2d;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 5px 0px 0px, rgba(255, 255, 255, 0.1) 0px 5px 25px 0px;
  }
  body.layout-boxed.dark-theme .page.bg-primary-transparent,
  body.layout-boxed.dark-theme .main-error-wrapper.page {
    background: #141b2d !important;
  }
  body.layout-boxed.transparent-theme {
    background: var(--transparent-body) !important;
  }
  body.layout-boxed.transparent-theme .page {
    background: var(--transparent-body);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 0px 0px, rgba(0, 0, 0, 0.2) 0px 5px 25px 0px;
  }
  body.layout-boxed.transparent-theme .page.bg-primary-transparent,
  body.layout-boxed.transparent-theme .main-error-wrapper.page {
    background: var(--transparent-body) !important;
  }
  body.layout-boxed.transparent-theme.bg-img1 {
    background: url("./media/bg-img1.jpg") !important;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
  }
  body.layout-boxed.transparent-theme.bg-img1 .page {
    background: url("./media/bg-img1.jpg");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    left: 0;
    right: 0;
    top: 0;
  }
  body.layout-boxed.transparent-theme.bg-img2 {
    background: url("./media/bg-img2.jpg") !important;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
  }
  body.layout-boxed.transparent-theme.bg-img2 .page {
    background: url("./media/bg-img2.jpg");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    left: 0;
    right: 0;
    top: 0;
  }
  body.layout-boxed.transparent-theme.bg-img3 {
    background: url("./media/bg-img3.jpg") !important;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
  }
  body.layout-boxed.transparent-theme.bg-img3 .page {
    background: url("./media/bg-img3.jpg");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    left: 0;
    right: 0;
    top: 0;
  }
  body.layout-boxed.transparent-theme.bg-img4 {
    background: url("./media/bg-img4.jpg") !important;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
  }
  body.layout-boxed.transparent-theme.bg-img4 .page {
    background: url("./media/bg-img4.jpg");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    left: 0;
    right: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .scrollable-layout .responsive-navbar.navbar {
    position: inherit !important;
  }
  .scrollable-layout .responsive-navbar.navbar .navbar-collapse {
    position: absolute !important;
  }
}
@media (min-width: 992px) {
  .horizontal.scrollable-layout .app-sidebar {
    position: relative;
    max-width: 100% !important;
  }
  .horizontal.scrollable-layout .main-header {
    position: relative;
    max-width: 100% !important;
  }
}
.scrollable-layout .main-header.side-header {
  position: absolute !important;
  max-width: 100% !important;
}
.scrollable-layout .app-sidebar,
.scrollable-layout .main-sidebar-header {
  position: absolute;
}
.scrollable-layout .page {
  position: relative;
}
.scrollable-layout .sticky.sticky-pin {
  position: inherit !important;
}
@media (min-width: 992px) {
  .centerlogo-horizontal.horizontal .hor-header .main-header-left .responsive-logo {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 17px;
  }
}
.fc-not-allowed {
  cursor: not-allowed;
}
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc {
  display: flex;
  flex-direction: column;
  font-size: 1em;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.fc th {
  text-align: center;
  vertical-align: top;
  padding: 0;
}
.fc td {
  vertical-align: top;
  padding: 0;
}
.fc a[data-navlink] {
  cursor: pointer;
}
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #e9edf4;
}
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}
@font-face {
  font-family: "fcicons";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "fcicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-icon-chevron-left:before {
  content: "\e900";
}
.fc-icon-chevron-right:before {
  content: "\e901";
}
.fc-icon-chevrons-left:before {
  content: "\e902";
}
.fc-icon-chevrons-right:before {
  content: "\e903";
}
.fc-icon-minus-square:before {
  content: "\e904";
}
.fc-icon-plus-square:before {
  content: "\e905";
}
.fc-icon-x:before {
  content: "\e906";
}
.fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 7px;
}
.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.fc .fc-button:not(:disabled) {
  cursor: pointer;
}
.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.fc .fc-button:hover {
  text-decoration: none;
}
.fc .fc-button:focus {
  outline: 0;
}
.fc .fc-button:disabled {
  opacity: 0.65;
}
.fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
.fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}
.fc .fc-button-group > .fc-button:hover,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 0;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
.fc .fc-toolbar-title {
  font-size: 1.48em;
  margin: 0;
}
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
}
.fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse;
}
.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.fc .fc-scroller-liquid {
  height: 100%;
}
.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.fc .fc-scroller-harness-liquid {
  height: 100%;
}
.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #e9edf4;
}
.fc .fc-scrollgrid {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}
.fc .fc-scrollgrid table {
  width: 100% !important;
  table-layout: fixed;
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}
.fc .fc-scrollgrid-liquid {
  height: 100%;
}
.fc .fc-scrollgrid-section {
  height: 1px;
}
.fc .fc-scrollgrid-section > td {
  height: 1px;
}
.fc .fc-scrollgrid-section table {
  height: 1px;
}
.fc .fc-scrollgrid-section-liquid {
  height: auto;
}
.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
}
.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}
.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0;
}
.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}
.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
}
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}
.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}
.fc-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
}
.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}
.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc .fc-non-business {
  background: transparent;
}
.fc .fc-bg-event {
  background: rgba(4, 179, 114, 0.3);
  opacity: 0.3;
}
.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-style: italic;
}
.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
}
.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
}
a.fc-event {
  text-decoration: none;
}
a.fc-event:hover {
  text-decoration: none;
}
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}
.fc-event .fc-event-main {
  position: relative;
  z-index: 0;
}
.fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}
.fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}
.fc-event:hover .fc-event-resizer {
  display: block;
}
.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event-selected .fc-event-resizer {
  display: block;
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}
.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}
.fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}
.fc-h-event .fc-event-main-frame {
  display: flex;
}
.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}
.fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}
.fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
:root {
  --fc-daygrid-event-dot-width: 8px;
}
.fc .fc-popover {
  position: absolute;
  top: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}
.fc .fc-popover-title {
  margin: 0 2px;
}
.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}
.fc-theme-standard .fc-popover {
  border: 1px solid #e9edf4;
  background: #fff;
}
.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
}
.fc-daygrid-day-frame:before,
.fc-daygrid-day-events:before,
.fc-daygrid-event-harness:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-events:after,
.fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}
.fc .fc-daygrid-body {
  position: relative;
  z-index: 0;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgb(238, 241, 249);
}
.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}
.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}
.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}
.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
  color: #282f53;
}
.fc .fc-daygrid-day-events {
  margin-top: 1px;
}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}
.fc .fc-daygrid-event-harness {
  position: relative;
}
.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}
.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}
.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 0;
}
.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}
.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}
.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}
.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  margin: 2px 3px 0;
}
.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: #808080;
  color: var(--fc-neutral-text-color, #808080);
}
.fc .fc-more-popover {
  z-index: 8;
}
.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}
.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}
.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}
.fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 7px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}
.fc-daygrid-block-event .fc-event-time {
  font-weight: bold;
  padding: 5px 10px;
}
.fc-daygrid-block-event .fc-event-title {
  padding: 5px 10px;
}
.fc-timeGridWeek-view .fc-daygrid-block-event .fc-event-time,
.fc-timeGridWeek-view .fc-daygrid-block-event .fc-event-title {
  padding: 0px 10px;
}
.fc-timeGridDay-view .fc-daygrid-block-event .fc-event-time,
.fc-timeGridDay-view .fc-daygrid-block-event .fc-event-title {
  padding: 2px 10px;
}
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  padding: 2px;
}
.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1);
}
.fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
  margin-left: 6px;
}
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
  margin-right: 6px;
}
.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}
.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}
.fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}
.fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}
.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}
.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}
.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc .fc-timegrid .fc-daygrid-body {
  z-index: 0;
}
.fc .fc-timegrid-divider {
  padding: 0 0 2px;
}
.fc .fc-timegrid-body {
  position: relative;
  z-index: 0;
  min-height: 100%;
}
.fc .fc-timegrid-axis-chunk {
  position: relative;
}
.fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1;
}
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}
.fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0;
}
.fc .fc-timegrid-slot:empty:before {
  content: "\a0";
}
.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}
.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
}
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}
.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}
.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  flex-shrink: 0;
}
.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}
.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}
.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}
.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}
.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-media-screen .fc-timegrid-event-harness {
  position: absolute;
}
.fc .fc-timegrid-col-bg {
  z-index: 0;
}
.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}
.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 0;
}
.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}
.fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}
.fc .fc-timegrid-col-events {
  z-index: 3;
}
.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}
.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}
.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}
.fc-timegrid-event.fc-event-mirror {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}
.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}
.fc-timegrid-event-condensed .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}
.fc-timegrid-event-condensed .fc-event-time:after {
  content: "\a0-\a0";
}
.fc-timegrid-event-condensed .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}
.fc-media-screen .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  right: 0;
}
.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}
.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
}
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f6f6fb;
}
.fc-theme-standard .fc-list {
  border: 1px solid #e9edf4;
}
.fc .fc-list-empty {
  background-color: #f6f6f9;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc .fc-list-empty-cushion {
  margin: 5em 0;
}
.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
}
.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}
.fc .fc-list-sticky .fc-list-day > * {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}
.fc .fc-list-table th {
  padding: 0;
}
.fc .fc-list-table td {
  padding: 8px 14px;
}
.fc .fc-list-day-cushion {
  padding: 8px 14px;
}
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
}
.fc-theme-standard .fc-list-day-cushion {
  background-color: #f7f8f9;
}
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
.fc-direction-ltr .fc-list-day-side-text {
  float: right;
}
.fc-direction-rtl .fc-list-day-text {
  float: right;
}
.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}
.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}
.fc-list-event.fc-event {
  background: transparent;
  color: #282f53;
}
.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}
.fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}
.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}
.fc-theme-bootstrap a:not([href]) {
  color: inherit;
}
#external-events {
  padding: 1rem;
  border: 1px solid #e9edf4;
  text-align: left;
  border-radius: 7px;
}
#external-events h4 {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
#external-events .fc-event {
  margin: 5px 0;
  cursor: move;
  padding: 8px;
  border: 0;
}
#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}
#external-events p input {
  margin: 0;
  vertical-align: middle;
}
@media (min-width: 1366px) {
  #external-events {
    margin-top: 3.5rem;
  }
}
@media (max-width: 1366px) {
  #external-events {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .fc .fc-toolbar {
    display: inline-block;
  }
  .fc .fc-toolbar-title {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 10px;
    display: contents;
  }
  .fc-toolbar-chunk {
    margin-bottom: 10px;
  }
  .fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 0px;
  }
  .fc th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    display: block;
  }
  #calendar2.fc .fc-view-harness {
    height: 250px !important;
  }
}
@media (max-width: 320px) {
  .fc .fc-toolbar-title {
    font-size: 16px;
    display: contents;
  }
}
.fc-theme-standard th {
  padding: 15px;
}
.fc-event {
  border: 0px solid #6259ca !important;
}
.fc-theme-standard .fc-list-day-cushion .fc-list-day-text,
.fc-theme-standard .fc-list-day-cushion .fc-list-day-side-text {
  color: #0d0c22 !important;
  font-weight: 500;
}
.fc-event-dragging {
  padding: 8px;
}
.fc-list-table td {
  border: 0;
}
#calendar2 .fc-scrollgrid.fc-scrollgrid-liquid thead {
  border-bottom: 0;
}
#calendar2 .fc-scrollgrid.fc-scrollgrid-liquid thead tr {
  border-bottom: 0;
}
#calendar2 .fc-scrollgrid.fc-scrollgrid-liquid thead tr td {
  border-bottom: 0 !important;
}
.fc-col-header thead th {
  padding: 15px;
}
.fc-theme-standard th {
  padding: 0;
}
.rtl .fc-toolbar-rtl .fc-toolbar-chunk .fc-button-group .fc-prev-button .fc-icon,
.rtl .fc-toolbar-rtl .fc-toolbar-chunk .fc-button-group .fc-next-button .fc-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .fc .fc-toolbar {
    display: block;
  }
  .fc-col-header thead th {
    padding: 15px 0;
  }
}
.fc .fc-button-primary {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color) !important;
  box-shadow: 0 5px 10px var(--primary-2);
}
.fc .fc-button-primary:hover {
  color: #fff;
  background-color: var(--primary-bg-hover);
  border-color: var(--primary-bg-border);
}
.fc .fc-button-primary:disabled {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
  opacity: 0.5;
}
.fc-daygrid-event.fc-event {
  background: var(--primary-bg-color);
  color: #fff !important;
}
.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid var(--primary-bg-color);
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, var(--primary-bg-color));
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}
.fc-v-event {
  display: block;
  border: 1px solid var(--primary-bg-color);
  border: 1px solid var(--fc-event-border-color, var(--primary-bg-color));
  background-color: var(--primary-bg-color);
  background-color: var(--fc-event-bg-color, var(--primary-bg-color));
}
.fc-daygrid-event-dot {
  display: none;
  margin: 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid var(--primary-bg-color);
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, var(--primary-bg-color));
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}
.fc-h-event {
  display: block;
  border: 1px solid var(--primary-bg-color);
  border: 1px solid var(--primary-bg-color);
  background-color: var(--primary-bg-color);
  background-color: var(--primary-bg-color);
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-pane > svg,
.leaflet-pane > canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.leaflet-pane {
  z-index: 1;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 1;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair {
  cursor: crosshair;
}
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-dragging .leaflet-grab .leaflet-interactive {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font:
    12px/1.5 "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font:
    16px/14px Tahoma,
    Verdana,
    sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y {
  opacity: 0.6;
}
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.navbar.navbar-static .navbar-header {
  float: left;
}
.navbar .navbar-toggle.toggle-left {
  float: left;
  margin-left: 15px;
}
.navbar .navbar-toggle.toggle-right {
  float: right;
  margin-right: 15px;
}
.navbar .navbar-toggle.toggle-sidebar {
  display: block;
}
[data-toggle=sidebar] {
  display: block;
}
.sidebar {
  position: fixed;
  display: block;
  top: 0px;
  width: 300px;
  bottom: 0;
  z-index: 9999;
}
.sidebar-left {
  left: 0;
}
.sidebar-right {
  right: 0;
}
.row .sidebar.sidebar-left.sidebar-xs-show {
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.row .sidebar.sidebar-right.sidebar-xs-show {
  right: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .row .sidebar.sidebar-left.sidebar-sm-show {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .row .sidebar.sidebar-right.sidebar-sm-show {
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 992px) {
  .row .sidebar.sidebar-left.sidebar-md-show {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .row .sidebar.sidebar-right.sidebar-md-show {
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 1170px) {
  .row .sidebar.sidebar-left.sidebar-lg-show {
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .row .sidebar.sidebar-right.sidebar-lg-show {
    right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sidebar-animate {
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
}
.sidebar.sidebar-left {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.sidebar.sidebar-left.sidebar-open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sidebar.sidebar-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.sidebar.sidebar-right.sidebar-open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  box-shadow: none;
}
.sidebar {
  border-left: 1px solid #eae8f1;
}
.card--calendar .card-title {
  color: #031b4e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.card--calendar .card-body {
  padding: 0;
}
.card--calendar .ui-datepicker-inline {
  border-width: 0;
  max-width: none;
  padding: 0;
  margin: 0;
}
.card--calendar .ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid #eae8f1;
  padding: 10px;
  margin-bottom: 5px;
}
.card--calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
.card--calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  top: 8px;
}
.card--calendar .ui-datepicker .ui-datepicker-month {
  color: #134cf7;
}
.card--calendar .ui-datepicker .ui-datepicker-calendar {
  width: calc(100% - 20px);
}
.card--calendar .ui-datepicker .ui-datepicker-calendar th {
  font-size: 10px;
  text-align: center;
}
.card--calendar .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
}
.card--calendar .ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  width: 34px;
  height: 34px;
  font-size: 12px;
  font-family: "Archivo", sans-serif;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.card--calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background-color: transparent;
  border: 1px solid #134cf7;
  color: #fff;
  background: #134cf7;
  font-weight: 700;
}
.card--calendar .card--events .list-group-item {
  padding: 13px 20px 13px 40px;
}
@media (min-width: 576px) {
  .card--calendar .ui-datepicker .ui-datepicker-calendar,
  .card--twelve .flot-chart {
    width: 100%;
  }
}
.card--events {
  border-color: #eae8f1;
  box-shadow: 5px 7px 26px -5px #d5d4e0;
}
.card--events .card-header {
  padding: 20px;
  background-color: transparent;
}
.card--calendar .card--events {
  margin-left: -20px;
  margin-right: -20px;
}
.card--calendar .card--events .list-group-item {
  padding: 13px 20px 13px 40px;
}
.card--events .card-title {
  color: #a5a0b1;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
.card--events .card-subtitle {
  color: #031b4e;
  font-weight: 400;
  font-size: 18px;
}
.card--events .card-body {
  padding: 0;
}
.card--events .list-group-item {
  padding: 15px 20px 15px 40px;
  border-left-width: 0;
  border-right-width: 0;
  position: relative;
}
.card--events .list-group-item:first-child,
.card--events .list-group-item:last-child {
  border-radius: 0;
}
.card--events .list-group-item label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  color: #37326d;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.card--events .list-group-item label span {
  color: #a5a0b1;
  font-weight: 500;
}
.card--events .list-group-item h6 {
  font-size: 14px;
  font-weight: 700;
  color: #031b4e;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.card--events .list-group-item p {
  margin-bottom: 5px;
}
.card--events .list-group-item p strong {
  font-weight: 500;
}
.card--events .list-group-item small {
  font-size: 11px;
}
.card--events .list-group-item small span {
  font-weight: 700;
  text-transform: uppercase;
}
.card--events .event-indicator {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 21px;
  left: 20px;
  border-radius: 100%;
}
.card--events .event-user {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.card--events .event-user .main-img-user {
  width: 28px;
  height: 28px;
}
.card--events .event-user .main-img-user::after {
  display: none;
}
.card--events .event-user .main-img-user + .main-img-user {
  margin-left: -6px;
}
.card--events .event-user a:last-child {
  margin-left: 10px;
  color: #a5a0b1;
  font-weight: 500;
  font-size: 11px;
}
.card--events .event-user a:last-child:hover,
.card--events .event-user a:last-child:focus {
  color: #37326d;
}
@media (max-width: 320px) {
  .ui-datepicker .ui-datepicker-calendar th {
    padding: 4px 0;
    letter-spacing: normal;
  }
}
.ui-datepicker .ui-datepicker-calendar td {
  border: 1px solid #fff;
  padding: 0;
  background-color: #fff;
  text-align: right;
}
.ui-datepicker .ui-datepicker-calendar td:last-child {
  border-right: 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default {
  color: #ccc;
}
.ui-datepicker .ui-datepicker-calendar td span {
  transition: all 0.2s ease-in-out;
  padding: 5px;
  color: #031b4e;
  padding: 6px 10px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  border: 0;
  border-radius: 1px;
}
.ui-datepicker .ui-datepicker-calendar td a {
  transition: all 0.2s ease-in-out;
  padding: 5px;
  color: #031b4e;
  padding: 6px 10px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  border: 0;
  border-radius: 1px;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: #fff;
  color: #031b4e;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background-color: var(--primary-bg-color);
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:focus {
  background-color: var(--primary-bg-color);
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .ui-datepicker .ui-datepicker-calendar td span,
  .ui-datepicker .ui-datepicker-calendar td a {
    transition: none;
  }
}
.ui-datepicker-multi .ui-datepicker-group {
  padding-right: 15px;
  width: auto;
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
  margin: auto;
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
  left: 10px;
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
  right: 10px;
}
.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0;
}
.ui-datepicker-multi .ui-datepicker-group-last {
  padding-right: 0;
}
.ui-datepicker-inline {
  border-color: #e4e8f3;
}
@media (min-width: 576px) {
  .ui-datepicker-inline {
    max-width: 270px;
  }
}
@media (min-width: 992px) {
  .main-content-calendar {
    padding: 25px 0;
  }
}
.main-content-calendar .container,
.main-content-calendar .container-fluid {
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .main-content-calendar .container,
  .main-content-calendar .container-fluid {
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  .main-content-left-calendar {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .main-content-left-calendar {
    width: 230px;
  }
}
.main-datepicker .ui-datepicker-inline {
  margin-top: 0;
}
.main-datepicker .ui-datepicker .ui-datepicker-title {
  color: var(--primary-bg-color);
  letter-spacing: -0.2px;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar th {
  padding: 5px;
  font-size: 10px;
  color: #242f48;
  text-align: center;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar th.ui-datepicker-week-end:first-child:not(.ui-datepicker-other-month) a {
  color: #ee335e;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar td {
  padding: 0 1px;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end:first-child:not(.ui-datepicker-other-month) a {
  color: #ee335e;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar td span,
.main-datepicker .ui-datepicker .ui-datepicker-calendar td a {
  padding: 4px 5px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #4d5875;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background-color: var(--primary-bg-color);
  color: #fff;
  border-radius: 2px;
}
.main-nav-calendar-event .nav-link {
  font-size: 13px;
  position: relative;
}
.main-nav-calendar-event .nav-link i {
  font-size: 21px;
  position: relative;
  margin-right: 10px;
  top: -0.5px;
}
.main-nav-calendar-event .nav-link.exclude {
  color: #737f9e;
}
.main-nav-calendar-event .nav-link.exclude i {
  color: #737f9e;
}
.main-nav-calendar-event .nav-link.exclude::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #737f9e;
}
@media (min-width: 992px) {
  .main-content-body-calendar {
    padding-left: 25px;
  }
}
.main-calendar {
  border-color: #e4e8f3;
}
.main-calendar .fc-content,
.main-calendar .fc-divider,
.main-calendar .fc-list-heading td,
.main-calendar .fc-list-view,
.main-calendar .fc-popover,
.main-calendar .fc-row,
.main-calendar tbody,
.main-calendar td,
.main-calendar th,
.main-calendar thead {
  border-color: #e4e8f3;
}
.main-calendar .fc-header-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0 20px;
}
.main-calendar .fc-header-toolbar h2 {
  margin-bottom: 0;
  color: #242f48;
  font-size: 20px;
  font-weight: 700;
}
.main-calendar .fc-header-toolbar .fc-right {
  order: 3;
}
.main-calendar .fc-header-toolbar .fc-clear {
  display: none;
}
.main-calendar .fc-header-toolbar button {
  height: 38px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eae8f1;
  box-shadow: none;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #242f48;
  font-size: 13px;
  text-transform: capitalize;
  outline: none;
  text-shadow: none;
  border-radius: 0;
}
.main-calendar .fc-header-toolbar button:hover,
.main-calendar .fc-header-toolbar button:focus {
  background-color: #dde2ef;
}
.main-calendar .fc-header-toolbar button.fc-prev-button,
.main-calendar .fc-header-toolbar button.fc-next-button {
  padding: 0;
  width: 38px;
  justify-content: center;
}
.main-calendar .fc-header-toolbar button.fc-prev-button span,
.main-calendar .fc-header-toolbar button.fc-next-button span {
  margin: 0;
}
.main-calendar .fc-header-toolbar button.fc-state-active {
  background-color: #dde2ef;
}
.main-calendar .fc-header-toolbar button.fc-today-button {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: #1a53ff;
}
.main-calendar .fc-header-toolbar button.fc-today-button.fc-state-disabled {
  border-color: #e4e8f3;
  background-color: #ecf0fa;
  color: #949eb7;
  cursor: default;
}
.main-calendar .fc-icon-left-single-arrow,
.main-calendar .fc-icon-right-single-arrow {
  top: 0;
}
.main-calendar .fc-icon-left-single-arrow::after,
.main-calendar .fc-icon-right-single-arrow::after {
  font-family: "Ionicons";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.main-calendar .fc-icon-left-single-arrow::after {
  content: "\f3cf";
}
.main-calendar .fc-icon-right-single-arrow::after {
  content: "\f3d1";
}
.main-calendar .fc-head-container .fc-day-header {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 0;
  color: #242f48;
}
.main-calendar .fc-view > table {
  background-color: #fff;
}
.main-calendar .fc-view > table > thead th,
.main-calendar .fc-view > table > thead td {
  border-color: #e4e8f3;
}
.main-calendar .fc-view > table > tbody > tr > td {
  border-color: #e4e8f3;
}
.main-calendar .fc-view .fc-other-month {
  background-color: #eff3fd;
}
.main-calendar .fc-view .fc-day-number {
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  color: #4d5875;
  display: inline-block;
  padding: 5px 8px;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin: 2px 2px 0 0;
  min-width: 20px;
  text-align: center;
}
.main-calendar .fc-view .fc-day-number:hover,
.main-calendar .fc-view .fc-day-number:focus {
  color: #242f48;
  background-color: #ecf0fa;
}
.main-calendar .fc-view .fc-scroller {
  height: auto !important;
  overflow: visible !important;
}
.main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span {
  display: block;
}
.main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:first-child {
  color: #737f9e;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.2;
}
.main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:last-child {
  font-weight: 700;
  font-size: 14px;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1;
}
.main-calendar .fc-view.fc-agenda-view .fc-day-header.fc-today > a {
  color: var(--primary-bg-color);
}
.main-calendar .fc-view.fc-listMonth-view,
.main-calendar .fc-view.fc-listWeek-view {
  border-width: 0;
}
.main-calendar .fc-view.fc-listMonth-view .fc-scroller,
.main-calendar .fc-view.fc-listWeek-view .fc-scroller {
  padding: 0 20px 20px;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-table,
.main-calendar .fc-view.fc-listWeek-view .fc-list-table {
  border-collapse: separate;
  display: block;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-table > tbody,
.main-calendar .fc-view.fc-listWeek-view .fc-list-table > tbody {
  display: flex;
  flex-wrap: wrap;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-heading,
.main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 15px;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-heading:first-child,
.main-calendar .fc-view.fc-listWeek-view .fc-list-heading:first-child,
.main-calendar .fc-view.fc-listMonth-view .fc-list-heading:first-child + .fc-list-item,
.main-calendar .fc-view.fc-listWeek-view .fc-list-heading:first-child + .fc-list-item {
  margin-top: 0;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-heading td,
.main-calendar .fc-view.fc-listWeek-view .fc-list-heading td {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main,
.main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #737f9e;
  font-weight: 600;
  padding: 5px;
  text-align: center;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main span:last-child,
.main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main span:last-child {
  display: block;
  font-size: 30px;
  font-weight: 700;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: -1px;
  color: #242f48;
  line-height: 1;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main.now,
.main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main.now,
.main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main.now span:last-child,
.main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main.now span:last-child {
  color: var(--primary-bg-color);
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item {
  flex: 0 0 calc(80% - 5px);
  max-width: calc(80% - 5px);
  display: flex;
  flex-direction: column;
  border-left: 4px solid transparent;
  background-color: #fff;
  margin-top: 15px;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item:hover,
.main-calendar .fc-view.fc-listMonth-view .fc-list-item:focus {
  cursor: pointer;
}
.main-calendar .fc-view.fc-listWeek-view .fc-list-item:hover,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item:focus {
  cursor: pointer;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item:hover td,
.main-calendar .fc-view.fc-listMonth-view .fc-list-item:focus td {
  background-color: transparent;
}
.main-calendar .fc-view.fc-listWeek-view .fc-list-item:hover td,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item:focus td {
  background-color: transparent;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item > td,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item > td {
  border-width: 0;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item > td.fc-list-item-time,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item > td.fc-list-item-time {
  border-top: 1px solid #dde2ef;
  border-right: 1px solid #dde2ef;
  box-sizing: border-box;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item > td.fc-list-item-title,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item > td.fc-list-item-title {
  border-bottom: 1px solid #dde2ef;
  border-right: 1px solid #dde2ef;
  box-sizing: border-box;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
  margin-left: 20%;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item-marker,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item-marker {
  display: none;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item-time,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item-time {
  padding: 12px 15px 2px;
  font-size: 13px;
  text-transform: capitalize;
  width: 100%;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item-title,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item-title {
  padding: 0 15px 12px;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item-title a,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item-title a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
  color: #242f48;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item-title .fc-desc,
.main-calendar .fc-view.fc-listWeek-view .fc-list-item-title .fc-desc {
  font-size: 13px;
  line-height: 1.375;
  display: block;
}
.main-calendar td.fc-today {
  background-color: var(--primary-bg-color);
}
.main-calendar td.fc-today .fc-day-number {
  background-color: var(--primary-bg-color);
  color: #fff;
  border-radius: 1px;
}
.main-calendar td.fc-today .fc-day-number:hover,
.main-calendar td.fc-today .fc-day-number:focus {
  background-color: var(--primary-bg-color);
  color: #fff;
  border-radius: 1px;
}
.main-calendar .fc-axis {
  font-size: 11px;
}
.main-calendar .fc-event {
  border-width: 0;
  border-top-width: 5px;
  border-radius: 0;
}
.main-calendar .fc-event.fc-day-grid-event > div {
  display: none;
}
.main-calendar .fc-event.fc-day-grid-event > div .fc-time {
  font-weight: 500;
}
.main-calendar .fc-event.fc-day-grid-event > div .fc-desc {
  display: none;
}
.main-calendar .fc-time-grid-event {
  padding: 5px;
  border-left-width: 0;
  border-top-width: 2px;
}
.main-calendar .fc-time-grid-event .fc-time {
  font-size: 12px;
}
.main-calendar .fc-time-grid-event .fc-title {
  font-size: 14px;
  font-weight: 700;
  color: #242f48;
  margin-bottom: 10px;
}
.main-calendar .fc-time-grid-event .fc-desc {
  font-size: 13px;
  line-height: 1.3;
  color: rgba(28, 39, 60, 0.8);
}
.main-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
  display: none;
}
.main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-time {
  font-size: 11px;
}
.main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-title {
  font-size: 13px;
}
.main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
  display: none;
}
.main-calendar .fc-list-empty {
  padding: 20px 0;
  background-color: #fff;
  border: 1px solid #eae8f1;
}
@media (min-width: 992px) {
  .main-calendar .fc-header-toolbar {
    padding: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-header-toolbar h2 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .main-calendar .fc-header-toolbar .fc-center {
    order: 1;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .main-calendar .fc-header-toolbar .fc-left {
    order: 2;
    flex: 0 0 50%;
  }
  .main-calendar .fc-header-toolbar .fc-right {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .main-calendar .fc-header-toolbar .fc-center {
    order: 1;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .main-calendar .fc-header-toolbar .fc-left {
    order: 2;
    flex: 0 0 50%;
  }
  .main-calendar .fc-header-toolbar .fc-right {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
  }
  .main-calendar .fc-header-toolbar button {
    padding: 0 8px;
  }
}
@media (max-width: 575px) {
  .main-calendar .fc-header-toolbar button.fc-prev-button,
  .main-calendar .fc-header-toolbar button.fc-next-button {
    width: 32px;
    height: 32px;
  }
  .main-calendar .fc-header-toolbar button.fc-today-button {
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
  .main-calendar .fc-header-toolbar button.fc-month-button,
  .main-calendar .fc-header-toolbar button.fc-agendaWeek-button,
  .main-calendar .fc-header-toolbar button.fc-agendaDay-button,
  .main-calendar .fc-header-toolbar button.fc-listWeek-button,
  .main-calendar .fc-header-toolbar button.fc-listMonth-button {
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    position: relative;
    color: transparent;
  }
  .main-calendar .fc-header-toolbar button.fc-month-button::before,
  .main-calendar .fc-header-toolbar button.fc-agendaWeek-button::before,
  .main-calendar .fc-header-toolbar button.fc-agendaDay-button::before,
  .main-calendar .fc-header-toolbar button.fc-listWeek-button::before,
  .main-calendar .fc-header-toolbar button.fc-listMonth-button::before {
    position: absolute;
    top: 6px;
    left: 10px;
    z-index: 100;
    display: inline-block;
    text-indent: 0;
    font-size: 12px;
    font-weight: 700;
    color: #031b4e;
  }
  .main-calendar .fc-header-toolbar button.fc-month-button::before {
    content: "M";
  }
  .main-calendar .fc-header-toolbar button.fc-agendaWeek-button::before {
    content: "W";
  }
  .main-calendar .fc-header-toolbar button.fc-agendaDay-button::before {
    content: "D";
  }
  .main-calendar .fc-header-toolbar button.fc-listWeek-button::before,
  .main-calendar .fc-header-toolbar button.fc-listMonth-button::before {
    content: "L";
    left: 11px;
  }
}
@media (min-width: 992px) {
  .main-calendar .fc-icon-left-single-arrow::after,
  .main-calendar .fc-icon-right-single-arrow::after {
    line-height: 0.75;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-head-container .fc-day-header {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .main-calendar .fc-view > table > thead th:first-child,
  .main-calendar .fc-view > table > thead td:first-child {
    border-left-width: 0;
  }
  .main-calendar .fc-view > table > thead th:last-child,
  .main-calendar .fc-view > table > thead td:last-child {
    border-right-width: 0;
  }
}
@media (max-width: 991.98px) {
  .main-calendar .fc-view > table > tbody > tr > td:first-child {
    border-left-width: 0;
  }
  .main-calendar .fc-view > table > tbody > tr > td:last-child {
    border-right-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-calendar .fc-view .fc-day-number {
    transition: none;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:first-child {
    font-size: 11px;
    font-weight: 600;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:last-child {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-scroller,
  .main-calendar .fc-view.fc-listWeek-view .fc-scroller {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-heading,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-heading,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
    flex: 0 0 12%;
    max-width: 12%;
  }
}
@media (min-width: 992px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-heading,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 1200px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-heading,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
    flex: 0 0 8%;
    max-width: 8%;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-item,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(85% - 5px);
    max-width: calc(85% - 5px);
  }
}
@media (min-width: 768px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-item,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(88% - 5px);
    max-width: calc(88% - 5px);
  }
}
@media (min-width: 992px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-item,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(90% - 5px);
    max-width: calc(90% - 5px);
  }
}
@media (min-width: 1200px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-item,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(92% - 5px);
    max-width: calc(92% - 5px);
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 15%;
  }
}
@media (min-width: 768px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 12%;
  }
}
@media (min-width: 992px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item,
  .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 8%;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-axis {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-event {
    border-top-width: 0;
    border-left-width: 2px;
    padding: 3px 4px;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-event.fc-day-grid-event > div {
    display: block;
  }
}
@media (min-width: 576px) {
  .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
    display: block;
  }
}
@media (min-width: 992px) {
  .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
    display: block;
  }
}
.main-modal-calendar-schedule .modal-content {
  border-width: 0;
  position: relative;
}
.main-modal-calendar-schedule .modal-content > .close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 28px;
  font-weight: 700;
  color: #737f9e;
  text-shadow: none;
}
.main-modal-calendar-schedule .modal-header {
  padding: 20px 25px;
}
.main-modal-calendar-schedule .modal-body {
  padding: 30px 25px;
}
.main-modal-calendar-schedule .form-group-date {
  display: flex;
  align-items: center;
  border: 1px solid #eae8f1;
  background-color: #ecf0fa;
  padding: 10px 5px;
  color: #242f48;
  font-size: 13px;
  font-weight: 600;
}
.main-modal-calendar-schedule .form-group-date > i {
  font-size: 32px;
  line-height: 0;
  margin-right: 10px;
  opacity: 0.5;
}
.main-modal-calendar-schedule .select2-container {
  width: 100% !important;
}
.main-modal-calendar-event .modal-content {
  border-width: 0;
  position: relative;
  background-color: transparent;
}
.main-modal-calendar-event .modal-content > .close {
  font-size: 18px;
  text-shadow: none;
}
.main-modal-calendar-event .modal-header {
  position: relative;
  padding: 20px;
  border-bottom-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-modal-calendar-event .nav-modal-event {
  align-items: center;
}
.main-modal-calendar-event .nav-modal-event .nav-link {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 21px;
  line-height: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.main-modal-calendar-event .nav-modal-event .nav-link:hover,
.main-modal-calendar-event .nav-modal-event .nav-link:focus {
  color: #fff;
}
.main-modal-calendar-event .nav-modal-event .nav-link + .nav-link {
  margin-left: 15px;
}
.main-modal-calendar-event .nav-modal-event .nav-link:last-child {
  font-size: 24px;
}
.main-modal-calendar-event .event-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.main-modal-calendar-event .modal-body {
  padding: 20px;
  background-color: #fff;
}
.main-modal-calendar-event .event-start-date,
.main-modal-calendar-event .event-end-date {
  color: #242f48;
  font-weight: 500;
}
.main-modal-calendar-event .event-desc {
  margin-top: 5px;
}
.main-modal-calendar-event .event-desc:empty {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .main-modal-calendar-event .modal-header {
    padding: 20px 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-modal-calendar-event .nav-modal-event .nav-link {
    transition: none;
  }
}
@media (min-width: 576px) {
  .main-modal-calendar-event .modal-body {
    padding: 30px;
  }
}
@media (max-width: 605px) {
  .main-calendar .fc-header-toolbar {
    padding: 0;
  }
  .fc-view {
    border: 1px solid transparent;
  }
  .fc-view > table {
    border: 1px solid transparent;
  }
  .card--calendar .ui-datepicker .ui-datepicker-calendar td a {
    width: 28px;
    height: 28px;
  }
  .main-content-body.main-content-body-calendar.card.p-4 {
    padding: 1rem !important;
  }
}
@media (max-width: 320px) {
  .main-calendar .fc-header-toolbar .fc-right {
    flex: 0 0 100%;
    display: flex;
    justify-content: left;
    margin-top: 20px;
  }
  .main-calendar .fc-header-toolbar .fc-left {
    flex: 0 0 100%;
    display: flex;
    justify-content: left;
  }
}
.fc-datepicker.main-datepicker.hasDatepicker {
  border: 1px solid #eae8f1;
}
@media (min-width: 320px) and (max-width: 568px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
  .ui-datepicker .ui-datepicker-calendar td,
  .ui-datepicker .ui-datepicker-calendar th {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .main-content-body-show .main-header-menu-icon {
    display: none;
  }
  .main-content-body-show .main-header-left .main-header-arrow {
    display: block;
  }
  .main-content-body-show .main-content-left-chat {
    display: none;
  }
  .main-content-body-show .main-content-body-chat {
    display: flex;
  }
}
.main-content-left-chat {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.main-nav-line-chat {
  border-bottom: 1px solid #eae8f1;
  padding-bottom: 5px;
  flex-shrink: 0;
  flex-direction: row;
  padding-left: 20px;
}
.main-nav-line-chat .nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #364261;
  text-transform: uppercase;
}
.main-nav-line-chat .nav-link:hover,
.main-nav-line-chat .nav-link:focus,
.main-nav-line-chat .nav-link:active {
  outline: none;
}
.main-nav-line-chat .nav-link + .nav-link {
  margin-top: 0;
  margin-left: 30px;
}
.main-nav-line-chat .nav-link.active {
  color: var(--primary-bg-color);
}
.main-nav-line-chat .nav-link.active::before {
  top: 58px;
  left: 0;
  right: 0;
  width: auto;
  bottom: -6px;
  background-color: var(--primary-bg-color);
}
@media (min-width: 992px) {
  .main-nav-line-chat {
    padding-left: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    border-bottom: 1px solid #eae8f1;
  }
}
.main-chat-contacts-wrapper .main-img-user::after,
.main-chat-list .main-img-user::after,
.main-chat-header .main-img-user::after,
.main-chat-body .main-img-user::after {
  right: 1px;
  bottom: 3px;
}
.main-chat-contacts-wrapper {
  padding: 10px 20px;
  flex-shrink: 0;
  border-bottom: 1px solid #eae8f1;
  overflow: hidden;
}
.main-chat-contacts-wrapper .main-content-label,
.main-chat-contacts-wrapper .card-table-two .card-title {
  margin-bottom: 15px;
  line-height: 1;
  padding-left: 20px;
}
.card-table-two {
  padding: 20px;
}
.card-table-two .card-title {
  font-size: 13px;
}
@media (min-width: 992px) {
  .main-chat-contacts-wrapper {
    padding: 10px 15px 10px 0;
  }
}
.card-table-two .main-chat-contacts-wrapper .card-title,
.main-chat-contacts-wrapper .card-dashboard-eight .card-title,
.card-dashboard-eight .main-chat-contacts-wrapper .card-title {
  margin-bottom: 15px;
  line-height: 1;
  padding-left: 20px;
}
.main-chat-contacts-wrapper .lSSlideOuter,
.main-chat-contacts-wrapper .lSSlideWrapper {
  overflow: visible;
}
.main-chat-contacts {
  padding-left: 20px;
  display: flex;
}
.main-chat-contacts .lslide {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: none;
}
.main-chat-contacts small {
  font-size: 11px;
  width: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 3px;
  text-align: center;
}
.main-chat-contacts-more {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--primary-bg-color);
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 992px) {
  .main-chat-list {
    max-height: 100%;
    position: relative;
  }
}
.main-chat-list .media {
  padding: 12px 20px;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #eae8f1;
  position: relative;
}
.main-chat-list .media .main-img-user {
  flex-shrink: 0;
  top: 3px;
}
.main-chat-list .media::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 1px;
  background-color: var(--primary-bg-color);
  display: none;
}
.main-chat-list .media + .media::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 65px;
  right: 0;
}
.main-chat-list .media.new {
  background-color: #fff;
}
.main-chat-list .media.new .main-img-user span {
  display: flex;
}
.main-chat-list .media.new .media-contact-name span:first-child {
  font-weight: 700;
  color: #242f48;
}
.main-chat-list .media.new .media-body p {
  color: #031b4e;
}
.main-chat-list .media:hover,
.main-chat-list .media:focus {
  cursor: pointer;
  background-color: #fafcff;
  border-top-color: #dde2ef;
  border-bottom-color: #dde2ef;
  z-index: 1;
}
.main-chat-list .media:hover:first-child,
.main-chat-list .media:focus:first-child {
  border-top-color: transparent;
}
.main-chat-list .media.selected {
  background-color: #ecf0fa;
  border-top-color: #dde2ef;
  border-bottom-color: #dde2ef;
  border-left: 1px solid var(--primary-bg-color);
  z-index: 2;
}
.main-chat-list .media.selected:first-child {
  border-top-color: transparent;
}
.main-chat-list .media.selected::after {
  display: block;
}
.main-chat-list .media.selected .media-contact-name span:first-child {
  color: #242f48;
}
.main-chat-list .media.selected .media-body p {
  color: #031b4e;
}
.main-chat-list .main-img-user span {
  position: absolute;
  top: 0;
  left: -2px;
  width: 14px;
  height: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 9px;
  font-weight: 500;
  color: #fff;
  background-color: #ee335e;
  box-shadow: 0 0 0 2px #fff;
}
.main-chat-list .media-body {
  margin-left: 15px;
}
.main-chat-list .media-body p {
  font-size: 13px;
  margin-bottom: 0;
  color: #737f9e;
  line-height: 1.35;
}
.main-chat-list .media-contact-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.main-chat-list .media-contact-name span:first-child {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #242f48;
}
.main-chat-list .media-contact-name span:last-child {
  display: block;
  font-size: 11px;
  color: #949eb7;
}
@media (min-width: 992px) {
  .main-chat-list .media {
    padding: 12px 15px;
  }
}
.main-content-body-chat {
  flex-direction: column;
  display: none;
}
@media (min-width: 992px) {
  .main-content-body-chat {
    display: flex;
  }
}
.main-chat-header {
  flex-shrink: 0;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  border-bottom: 1px solid #eae8f1;
}
.main-chat-header .nav {
  margin-left: auto;
  align-items: center;
}
.main-chat-header .nav-link {
  padding: 0;
  color: #b8c2d8;
  font-size: 20px;
  display: none;
}
.main-chat-header .nav-link:first-child {
  display: block;
}
.main-chat-header .nav-link i {
  line-height: 0;
}
.main-chat-header .nav-link .typcn {
  line-height: 0.9;
}
.main-chat-header .nav-link .typcn::before {
  width: auto;
}
.main-chat-header .nav-link:hover,
.main-chat-header .nav-link:focus {
  color: var(--primary-bg-color);
}
.main-chat-header .nav-link + .nav-link {
  margin-left: 15px;
}
@media (min-width: 576px) {
  .main-chat-header .nav-link {
    display: block;
  }
  .main-chat-header .nav-link:first-child {
    display: none;
  }
}
.main-chat-msg-name {
  margin-left: 15px;
}
.main-chat-msg-name h6 {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
  color: #242f48;
}
.main-chat-msg-name small {
  font-size: 12px;
  color: #737f9e;
}
.main-chat-body {
  position: relative;
  padding-bottom: 50px;
}
.main-chat-body .content-inner {
  padding: 20px;
}
.main-chat-body .media + .media {
  margin-top: 20px;
}
.main-chat-body .media.flex-row-reverse .media-body {
  margin-left: 0;
  margin-right: 20px;
  align-items: flex-end;
}
.main-chat-body .media.flex-row-reverse .main-msg-wrapper {
  background-color: var(--primary-bg-color);
  color: #fff;
}
.main-chat-body .media-body {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-chat-body .media-body > div:last-child {
  font-size: 11px;
  color: #737f9e;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .main-chat-body {
    padding-bottom: 0;
    max-height: inherit;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .main-chat-body .media.flex-row-reverse .media-body {
    margin-left: 55px;
  }
}
@media (min-width: 576px) {
  .main-chat-body .media-body {
    margin-right: 55px;
  }
}
.main-chat-time {
  display: block;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.main-chat-time:first-of-type {
  margin-top: 0;
}
.main-chat-time span {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-msg-wrapper {
  padding: 10px 15px;
  background-color: #ecf0fa;
  font-size: 13px;
  margin-bottom: 5px;
  border-radius: 2px;
  display: inline-block;
}
.main-chat-footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border-top: 1px solid #eae8f1;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-chat-footer .nav {
  align-items: center;
}
.main-chat-footer .nav-link {
  padding: 0;
  color: #949eb7;
  font-size: 16px;
  display: none;
}
.main-chat-footer .nav-link + .nav-link {
  margin-left: 10px;
}
.main-chat-footer .nav-link:last-child {
  display: block;
  margin-left: 0;
}
.main-chat-footer .form-control {
  flex: 1;
  margin: 0 10px;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
}
.main-chat-footer .form-control:hover,
.main-chat-footer .form-control:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .main-chat-footer {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
@media (min-width: 576px) {
  .main-chat-footer .nav-link {
    display: block;
  }
  .main-chat-footer .nav-link:last-child {
    display: none;
  }
}
@media (min-width: 576px) {
  .main-chat-footer .form-control {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .main-chat-footer .form-control {
    margin: 0 20px !important;
  }
}
.main-msg-send {
  font-size: 20px;
  color: var(--primary-bg-color);
}
@media (max-width: 991px) and (min-width: 768px) {
  .app.sidebar-mini .main-chat-footer {
    margin-left: 249px;
  }
  .app.sidebar-mini.sidenav-toggled .main-chat-footer {
    margin-left: 0;
  }
}
@media (max-width: 380px) and (min-width: 305px) {
  .main-nav-line-chat .nav-link + .nav-link {
    margin: 0;
  }
}
.chat {
  margin-bottom: auto;
}
.chat .card {
  height: 600px;
}
.chat .card-header {
  padding: 1rem;
}
.contacts_body {
  white-space: nowrap;
}
.msg_card_body {
  overflow-y: auto;
}
.contacts_body .contacts {
  list-style: none;
  padding: 0;
}
.contacts_body .contacts li {
  width: 100% !important;
  padding: 15px;
  border-bottom: 1px solid #ebeaf1;
}
.contacts_body .active {
  background-color: #f5f6fb;
}
#action_menu_btn {
  position: absolute;
  right: 36px;
  top: 21px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.action_menu {
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: #fff;
  color: #646367;
  top: 40px;
  right: 15px;
  display: none;
}
.action_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.action-header {
  position: relative;
  background: var(--primary-bg-color);
  padding: 15px 13px 15px 17px;
}
.ah-actions {
  z-index: 3;
  float: right !important;
  margin-top: 7px;
  position: relative;
}
.actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.actions > li {
  display: inline-block;
}
.actions:not(.a-alt) > li > a > i {
  color: #a7a8c6;
}
.actions > li > a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
}
.actions > li > a > i {
  font-size: 20px;
}
.actions > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.dash-5 {
  text-align: center;
}
.dash-5 h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.well {
  color: #5e629c;
}
.icon.icon-shape i {
  height: 3rem;
  width: 3rem;
  background: #000;
  border-radius: 50%;
  line-height: 3rem;
  background: rgba(9, 22, 49, 0.2);
  color: #fff;
}
.user-img-circle {
  box-shadow: 0 0 0 rgba(81, 15, 167, 0.4);
  animation: pulse 2s infinite;
  height: 90px;
}
.chat .action-header {
  position: relative;
  padding: 15px 13px 15px 17px;
  box-shadow: 0 1px 15px 1px rgba(58, 58, 62, 0.5);
}
.chat .dropdown-menu.dropdown-menu-end.show {
  width: 100%;
  margin-bottom: 5px;
  position: absolute;
  transform: translate3d(-176px, 22px, 0px);
  top: 10px !important;
  left: 0px;
  will-change: transform;
}
.chat .msb-reply textarea {
  width: 100%;
  font-size: 13px;
  padding: 12px 47px;
  resize: none;
  height: 44px;
  border: 1px solid #ebeaf1;
  background: #faf9ff;
  margin-left: -42px;
}
.chat .dropdown-menu li {
  padding: 7px;
  color: #5e629c;
}
.chat .dropdown-menu li:hover {
  background: #faf9ff;
}
.chat .dropdown-menu li i {
  padding: 7px;
}
.action_menu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
.chat .actions > li {
  display: inline-block;
}
.chat .actions:not(.a-alt) > li > a > i {
  color: #fff;
  line-height: unset;
}
.chat .justify-content-start,
.chat .justify-content-end {
  margin-bottom: 25px;
}
.chatbox .user_img {
  height: 50px;
  width: 50px;
  border: 1.5px solid #f5f6fa;
}
.chatbox .user_img_msg {
  height: 40px;
  width: 40px;
  border: 1.5px solid #f5f6fa;
}
.chatbox .img_cont {
  position: relative;
  height: 50px;
  width: 50px;
}
.chatbox .img_cont_msg {
  height: 40px;
  width: 40px;
  display: contents;
}
.chat-box-single-line {
  height: 12px;
  margin: 7px 0 30px;
  position: relative;
  text-align: center;
}
.chat abbr.timestamp {
  padding: 4px 14px;
  border-radius: 4px;
  color: #000;
}
.chatbox .user_info {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}
.chatbox .user_info span {
  color: #464444;
}
.chatbox .action-header small {
  font-size: 10px;
}
.chat .video_cam {
  margin-left: 50px;
  margin-top: 5px;
}
.chat .video_cam span {
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
}
.chat .msg_cotainer {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  background-color: var(--primary-1);
  padding: 10px;
  position: relative;
}
.chat .msg_cotainer_send {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  background-color: var(--primary-2);
  padding: 10px;
  position: relative;
}
.chat .msg_time {
  position: absolute;
  left: 0;
  bottom: -18px;
  color: #3a374e;
  font-size: 10px;
}
.chat .msg_time_send {
  position: absolute;
  right: 0;
  bottom: -18px;
  color: #3a374e;
  font-size: 10px;
}
.chat .msg_head {
  position: relative;
  background: #60529f;
  box-shadow: 0 1px 15px 1px rgba(58, 58, 62, 0.4);
}
@media (max-width: 449px) {
  .actions {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .main-content-app {
    height: calc(100vh - 250px);
    display: flex;
  }
  .main-chat-list {
    height: calc(100% - 68px);
    position: relative;
  }
  .main-chat-body {
    height: calc(100% - 105px);
  }
  .chat-main {
    overflow: hidden;
  }
}
.main-chat-footer input {
  height: 40px;
}
#chatmodel .modal-content {
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-content-body-show .main-header-contacts .main-header-menu-icon {
    display: flex;
  }
  .main-content-body-show .main-content-left-contacts {
    display: block;
  }
}
.main-content-left-contacts {
  width: 100%;
  display: block;
  padding: 0;
}
.main-content-left-contacts .main-content-breadcrumb,
.main-content-left-contacts .main-content-title {
  padding-left: 20px;
}
@media (min-width: 992px) {
  .main-content-left-contacts .main-content-breadcrumb,
  .main-content-left-contacts .main-content-title {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .main-contacts-list {
    height: 730px;
    position: relative;
  }
}
.main-contact-label {
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 12px;
  color: #949eb7;
  position: relative;
}
.main-contact-label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #eae8f1;
  z-index: 5;
}
@media (min-width: 992px) {
  .main-contact-label {
    padding-left: 30px;
  }
}
.main-contact-item {
  padding: 10px 20px;
  border: 1px solid transparent;
  border-right-width: 0;
  display: flex;
  position: relative;
  cursor: pointer;
}
.main-contact-item + .main-contact-item {
  margin-top: -1px;
  border-top-color: #dde2ef;
}
.main-contact-item + .main-contact-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 65px;
  right: 0;
  border-top: 1px solid #dde2ef;
}
.main-contact-item:hover,
.main-contact-item:focus {
  background-color: #ecf0fa;
  border-top-color: #dde2ef;
  border-bottom-color: #dde2ef;
}
.main-contact-item.selected {
  z-index: 1;
  border-left-color: var(--primary-bg-color);
  border-top-color: #dde2ef;
  border-bottom-color: #dde2ef;
  background-color: #ecf0fa;
}
@media (min-width: 992px) {
  .main-contact-item {
    padding: 10px 15px;
  }
}
.main-contact-body {
  flex: 1;
  margin-left: 15px;
}
.main-contact-body h6 {
  color: #242f48;
  font-weight: 500;
  margin-bottom: 2px;
}
.main-contact-body span {
  font-size: 13px;
  color: #737f9e;
}
.main-contact-star {
  font-size: 16px;
  color: #949eb7;
}
.main-contact-star:hover,
.main-contact-star:focus {
  color: #737f9e;
}
.main-contact-star.active {
  color: #fbbc0b;
}
.main-content-body-contacts {
  display: none;
}
@media (min-width: 768px) {
  .main-content-body-contacts {
    display: block;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .main-content-body-contacts {
    overflow: visible;
  }
}
.main-contact-info-header {
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eae8f1;
  position: relative;
}
.main-contact-info-header .media {
  display: block;
}
.main-contact-info-header .main-img-user {
  width: 100px;
  height: 100px;
}
.main-contact-info-header .main-img-user a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #737f9e;
  color: #fff;
  font-size: 18px;
  line-height: 0.9;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 100%;
}
.main-contact-info-header .main-img-user a:hover,
.main-contact-info-header .main-img-user a:focus {
  background-color: var(--primary-bg-color);
}
.main-contact-info-header .media-body {
  margin-top: 30px;
}
.main-contact-info-header .media-body h4 {
  color: #242f48;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1;
}
.main-contact-info-header .media-body p {
  color: #031b4e;
  margin-bottom: 15px;
}
.main-contact-info-header .media-body .nav-link {
  padding: 0;
  display: flex;
  align-items: center;
  color: #737f9e;
  font-size: 13px;
}
.main-contact-info-header .media-body .nav-link i {
  font-size: 0.875rem;
  line-height: 0;
  margin-right: 5px;
}
.main-contact-info-header .media-body .nav-link i.typcn {
  line-height: 0.9;
}
.main-contact-info-header .media-body .nav-link i.typcn::before {
  width: auto;
}
.main-contact-info-header .media-body .nav-link:hover,
.main-contact-info-header .media-body .nav-link:focus {
  color: var(--primary-bg-color);
}
.main-contact-info-header .media-body .nav-link + .nav-link {
  margin-left: 10px;
}
@media (min-width: 576px) {
  .main-contact-info-header {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .main-contact-info-header {
    padding-left: 30px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .main-contact-info-header .media {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .main-contact-info-header .media-body {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 576px) {
  .main-contact-info-header .media-body .nav-link {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .main-contact-info-header .media-body .nav-link i {
    margin-right: 7px;
  }
}
@media (min-width: 576px) {
  .main-contact-info-header .media-body .nav-link + .nav-link {
    margin-left: 25px;
  }
}
.main-contact-action {
  position: absolute;
  top: 24px;
  right: 20px;
  display: flex;
}
.main-contact-action a {
  display: flex;
  align-items: center;
  color: #737f9e;
  font-size: 12px;
}
.main-contact-action a:hover,
.main-contact-action a:focus {
  color: var(--primary-bg-color);
}
.main-contact-action a i {
  font-size: 21px;
  line-height: 0.5;
}
.main-contact-action a + a {
  margin-left: 15px;
}
@media (min-width: 992px) {
  .main-contact-action {
    right: 20px;
  }
}
.main-contact-info-body {
  padding-left: 20px;
}
.main-contact-info-body .media-list {
  padding: 20px 0;
}
.main-contact-info-body .media {
  align-items: center;
  position: relative;
}
.main-contact-info-body .media + .media {
  margin-top: 30px;
}
.main-contact-info-body .media + .media::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -19px;
  right: 0;
  border-top: 1px dotted #d0d7e8;
}
.main-contact-info-body .media:last-child {
  margin-bottom: 15px;
}
.main-contact-info-body .media-icon {
  font-size: 32px;
  color: #949eb7;
  line-height: 1;
  width: 40px;
  text-align: center;
}
.main-contact-info-body .media-body {
  margin-left: 0;
}
.main-contact-info-body .media-body > div + div {
  margin-top: 15px;
}
.main-contact-info-body .media-body label {
  color: #737f9e;
  margin-bottom: 0;
  display: block;
  font-size: 13px;
}
.main-contact-info-body .media-body span {
  display: block;
  color: #242f48;
  font-weight: 500;
}
@media (min-width: 992px) {
  .main-contact-info-body {
    height: calc(100% - 126px);
    position: relative;
  }
}
@media (min-width: 992px) {
  .main-contact-info-body .media-list {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .main-contact-info-body .media-icon {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .main-contact-info-body .media-body {
    display: flex;
  }
}
@media (min-width: 992px) {
  .main-contact-info-body .media-body > div {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .main-contact-info-body .media-body > div + div {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .main-contact-info-body {
    height: calc(100% - 126px);
    position: relative;
  }
}
.main-contact-info-header .main-img-user img {
  width: 100px !important;
  height: 100px !important;
}
.contact-icon {
  display: inline-flex;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .main-contacts-list {
    height: 627px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .main-contacts-list {
    height: 600px;
    position: relative;
  }
}
.main-contact-item .main-img-user::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  background-color: #17b86a;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  bottom: 3px;
  display: block !important;
}
.main-content-body-contacts .main-contact-info-header .main-img-user::after {
  display: none !important;
}
.contact-icon {
  display: inline-flex;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.main-error-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
.main-error-wrapper h1 {
  line-height: 1;
  font-size: 150px;
  font-weight: 700;
  color: #242f48;
}
.main-error-wrapper h2 {
  font-weight: 500;
  color: #364261;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
.main-error-wrapper h6 {
  margin-bottom: 40px;
  font-size: 14px;
}
.main-error-wrapper .btn,
.main-error-wrapper .sp-container button {
  border-width: 2px;
  font-weight: 700;
}
.sp-container .main-error-wrapper button {
  border-width: 2px;
  font-weight: 700;
}
.main-signin-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-card-signin {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
.main-card-signup {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media (max-width: 767px) {
  .main-card-signin {
    display: block !important;
    padding: 0;
  }
  .page-signin-style:before {
    display: none;
  }
  .main-nav-line-chat {
    padding: 5px 20px !important;
  }
}
@media (min-width: 480px) {
  .main-card-signin {
    padding: 0;
    max-width: 750px;
  }
  .main-card-signin.construction {
    max-width: 1000px;
  }
  .main-card-signup {
    border: 1px solid #eae8f1;
    padding: 0;
    max-width: 850px;
  }
  .sign-up-body {
    padding: 2.6rem !important;
  }
}
.main-signin-header h2 {
  font-weight: 500;
  color: var(--primary-bg-color);
  letter-spacing: -1px;
}
.main-signin-header h4 {
  font-weight: 500;
  color: #031b4e;
  margin-bottom: 25px;
  font-size: 16px;
}
.main-signin-header label {
  color: #a5a0b1;
}
.main-signin-header .form-control {
  color: #031b4e;
  font-weight: 500;
  border-width: 1px;
  border-color: #eae8f1;
}
.main-signin-header .form-control:focus {
  border-color: #b9c2d8;
  box-shadow: none;
}
.main-signin-header .form-control::placeholder {
  font-weight: 400;
  color: #a5a0b1;
}
.page-signin-style:before {
  content: "";
  background: rgba(109, 110, 243, 0.92);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.authentication-pages {
  position: relative;
  z-index: 99;
}
.main-card-signin {
  box-shadow: none;
}
.main-signin-header .btn,
.main-signin-header .sp-container button {
  margin-top: 25px;
}
.sp-container .main-signin-header button {
  margin-top: 25px;
}
.main-signin-footer p {
  color: #a5a0b1;
}
.main-signin-footer p:first-child {
  margin-bottom: 5px;
}
.main-signin-footer p:last-child {
  margin-bottom: 0;
}
.main-signin-footer a {
  color: #031b4e;
  font-weight: 700;
}
.main-signin-footer a:hover,
.main-signin-footer a:focus {
  color: var(--primary-bg-color);
}
.main-signup-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  background-color: rgba(244, 245, 248, 0.2);
}
@media (min-width: 992px) {
  .main-signup-wrapper {
    justify-content: flex-end;
  }
  .page-signin-style {
    height: auto !important;
    height: auto !important;
  }
}
.page-signin-style {
  width: 100%;
  height: 100%;
  background: url("./media/4.jpg");
  left: 0;
  top: 0;
  bottom: 0;
  position: relative;
}
.main-column-signup-left {
  flex: 1;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
.main-column-signup-left > div {
  max-width: 500px;
}
.main-column-signup-left .typcn {
  font-size: 80px;
  margin-bottom: 50px;
}
.main-column-signup-left .typcn::before {
  width: auto;
}
.main-column-signup-left .main-logo {
  font-size: 40px;
  line-height: 1;
}
.main-column-signup-left h5 {
  color: #031b4e;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}
.main-column-signup-left p {
  line-height: 1.7;
  margin-bottom: 25px;
}
.main-column-signup-left .btn,
.main-column-signup-left .sp-container button {
  border-width: 2px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  text-transform: uppercase;
  height: 38px;
}
@media (min-width: 576px) {
  .main-column-signup-left {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .main-column-signup-left {
    display: flex;
  }
}
.sp-container .main-column-signup-left button {
  border-width: 2px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  text-transform: uppercase;
  height: 38px;
}
.main-column-signup {
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .main-column-signup {
    padding: 40px;
    width: 500px;
  }
}
@media (min-width: 992px) {
  .main-column-signup {
    border-left: 1px solid #eae8f1;
  }
}
.main-signup-header h2 {
  font-weight: 500;
  color: var(--primary-bg-color);
  letter-spacing: -1px;
}
.main-signup-header h4 {
  font-size: 20px;
  font-weight: 400;
  color: #031b4e;
  margin-bottom: 25px;
}
.main-signup-header label {
  color: #a5a0b1;
}
.main-signup-header .form-control {
  color: #031b4e;
  font-weight: 500;
  border-width: 1px;
  border-color: #eae8f1;
}
.main-signup-header .form-control:focus {
  border-color: #b9c2d8;
  box-shadow: none;
}
.main-signup-header .form-control::placeholder {
  font-weight: 400;
  color: #a5a0b1;
}
.main-signup-header > .btn {
  margin-top: 25px;
}
.sp-container .main-signup-header > button {
  margin-top: 25px;
}
.main-signup-header .row {
  margin-top: 20px;
}
.main-signup-header .row > div .btn i,
.main-signup-header .row > div .sp-container button i {
  font-size: 15px;
  line-height: 0;
  margin-right: 5px;
}
.sp-container .main-signup-header .row > div button i {
  font-size: 15px;
  line-height: 0;
  margin-right: 5px;
}
.main-signup-header .row > div:first-child .btn,
.main-signup-header .row > div:first-child .sp-container button {
  background-color: #4267b2;
  color: #fff;
}
.sp-container .main-signup-header .row > div:first-child button {
  background-color: #4267b2;
  color: #fff;
}
.main-signup-header .row > div:first-child .btn:hover,
.main-signup-header .row > div:first-child .sp-container button:hover {
  background-color: #375694;
  color: #fff;
}
.sp-container .main-signup-header .row > div:first-child button:hover {
  background-color: #375694;
  color: #fff;
}
.main-signup-header .row > div:first-child .btn:focus,
.main-signup-header .row > div:first-child .sp-container button:focus {
  background-color: #375694;
  color: #fff;
}
.sp-container .main-signup-header .row > div:first-child button:focus {
  background-color: #375694;
  color: #fff;
}
.main-signup-footer p {
  color: #a5a0b1;
  margin-bottom: 0;
}
.main-signup-footer a {
  color: #031b4e;
  font-weight: 700;
}
.main-signup-footer a:hover,
.main-signup-footer a:focus {
  color: var(--primary-bg-color);
}
.construction .form-control {
  height: 39px;
  padding: 0.375rem 1rem;
}
.construction .btn.btn-icon {
  border: 0;
  text-align: center;
  padding: 0;
  background: 0 0;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 5px;
  border-radius: 3px;
}
.login,
.image {
  min-height: 100vh;
}
.construction .form-control {
  border-radius: 4px;
  width: 100%;
}
.construction .input-group-text,
.construction .input-group-text {
  position: absolute;
  right: 0;
}
.construction .input-group > .input-group-text > .btn {
  border-radius: 0 4px 4px 0;
  margin: 0;
  padding: 0 25px;
  height: 38px;
  line-height: 39px;
  float: right;
  border: 0;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.construction .input-group > .form-control:not(:last-child),
.construction .input-group > .form-select:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 767px) {
  .main-signup-header,
  .main-card-signin {
    padding: 1.5rem;
    border: 1px solid #e1e5ef;
    border-radius: 6px;
  }
  .error-page {
    height: 70%;
    width: 70%;
  }
}
@media (min-width: 768px) {
  .main-card-signin {
    border: 0 !important;
    box-shadow: none !important;
  }
  .main-signin-header {
    box-shadow: none !important;
  }
  .error-page {
    height: 30%;
    width: 30%;
  }
}
.error-page1 .demo-icon {
  position: absolute;
  left: auto;
  right: 60px;
  top: 60px;
  z-index: 1;
}
.error-page1 .demo-icon svg {
  fill: #031b4e;
  width: 25px;
  height: 25px;
}
.wrapper-1 {
  min-height: 80vh;
}
.error-2 .page {
  background-color: var(--primary-3) !important;
}
.main-content-left-invoice {
  display: block;
  padding: 0;
}
.main-content-left-invoice .main-content-breadcrumb,
.main-content-left-invoice .main-content-title {
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .main-content-left-invoice {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-content-left-invoice {
    border-right: 1px solid #eae8f1;
  }
}
@media (min-width: 992px) {
  .main-content-left-invoice .main-content-breadcrumb,
  .main-content-left-invoice .main-content-title {
    padding-left: 0;
  }
}
.main-invoice-list {
  position: relative;
  border-top: 1px solid #eae8f1;
}
.main-invoice-list .media {
  align-items: center;
  border: 1px solid transparent;
  border-right-width: 0;
  padding: 10px 20px;
  position: relative;
}
.main-invoice-list .media:hover,
.main-invoice-list .media:focus {
  cursor: pointer;
  background-color: #ecf0fa;
}
.main-invoice-list .media + .media {
  margin-top: -1px;
}
.main-invoice-list .media + .media::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 55px;
  right: 0;
  border-top: 1px dotted #d0d7e8;
}
.main-invoice-list .media-icon {
  width: 24px;
  text-align: center;
  font-size: 32px;
  color: #949eb7;
}
.main-invoice-list .media-body {
  margin-left: 15px;
}
.main-invoice-list .media-body h6 {
  font-weight: 500;
  color: #242f48;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-invoice-list .media-body h6 span:last-child {
  color: var(--primary-bg-color);
}
.main-invoice-list .media-body div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-invoice-list .media-body p {
  margin-bottom: 0;
  font-size: 11px;
  font-family: Arial, sans-serif;
  color: #364261;
}
.main-invoice-list .media-body p span {
  color: #737f9e;
}
.main-invoice-list .selected {
  background-color: #ecf0fa;
  border-top-color: #eae8f1;
  border-bottom-color: #eae8f1;
  border-left-color: var(--primary-bg-color);
}
.main-invoice-list .selected:first-child {
  border-top-color: transparent;
}
.card-invoice hr {
  border-top: 0 !important;
}
@media (min-width: 992px) {
  .main-invoice-list {
    height: calc(100% - 65px);
  }
}
@media (min-width: 992px) {
  .main-invoice-list .media {
    padding: 10px 15px;
  }
}
.main-content-body-invoice {
  position: relative;
}
@media (min-width: 992px) {
  .main-content-body-invoice {
    display: block;
  }
}
.card-invoice {
  border-width: 0;
}
.card-invoice .card-body {
  padding: 20px;
}
@media (min-width: 768px) {
  .invoice-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.invoice-title {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #d0d7e8;
  font-weight: 700;
}
.billed-from {
  margin-top: 25px;
  margin-bottom: 25px;
}
.billed-from h6 {
  color: #242f48;
  font-size: 14px;
  font-weight: 700;
}
.billed-from p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .billed-from {
    margin-top: 0;
  }
}
.billed-to h6 {
  color: #242f48;
  font-size: 14px;
  font-weight: 700;
}
.billed-to p {
  font-size: 13px;
  margin-bottom: 0;
}
.invoice-info-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 13px;
}
.invoice-info-row + .invoice-info-row {
  border-top: 1px dotted #d0d7e8;
}
.invoice-info-row span:first-child {
  color: #4d5875;
}
.table-invoice thead > tr > th,
.table-invoice thead > tr > td {
  font-size: 11px;
  font-weight: 700;
  color: #737f9e;
}
.table-invoice tbody > tr > th:first-child,
.table-invoice tbody > tr > td:first-child {
  color: #242f48;
  font-weight: 500;
}
.table-invoice tbody > tr > th:first-child .invoice-notes,
.table-invoice tbody > tr > td:first-child .invoice-notes {
  margin-right: 20px;
}
.table-invoice tbody > tr > th:first-child .invoice-notes .section-label-sm,
.table-invoice tbody > tr > td:first-child .invoice-notes .section-label-sm {
  font-weight: 600;
}
.table-invoice tbody > tr > th:first-child .invoice-notes p,
.table-invoice tbody > tr > td:first-child .invoice-notes p {
  font-size: 13px;
  font-weight: 400;
  color: #031b4e;
}
.table-invoice.table thead th,
.table-invoice.table thead td {
  padding: 9px 15px;
}
.main-content-mail .container,
.main-content-mail .container-fluid {
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .main-content-mail .container,
  .main-content-mail .container-fluid {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .main-content-left-mail {
    display: block;
  }
}
.main-content-left-mail .btn-compose {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  padding: 0 20px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}
@media (min-width: 992px) {
  .main-content-left-mail .btn-compose {
    margin-right: 0;
  }
}
.main-mail-menu {
  position: relative;
  padding-right: 0;
}
.main-mail-menu .nav-link {
  height: 38px;
}
.main-mail-menu .nav-link i {
  font-size: 22px;
}
@media (min-width: 992px) {
  .main-mail-menu {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .main-mail-menu .nav-link {
    font-size: 13px;
  }
}
.main-mail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 20px;
}
.main-mail-header > div:first-child p {
  font-size: 13px;
  margin-bottom: 0;
}
.main-mail-header > div:last-child {
  display: none;
}
.main-mail-header > div:last-child > span {
  font-size: 12px;
  margin-right: 10px;
}
.main-mail-header .btn-group .btn,
.main-mail-header .btn-group .sp-container button {
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  line-height: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  border-color: #d0d7e8;
  background-color: #fff;
}
@media (min-width: 992px) {
  .main-mail-header {
    padding: 0 0 0 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .main-mail-header > div:last-child {
    display: flex;
    align-items: center;
  }
}
.sp-container .main-mail-header .btn-group button {
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  line-height: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  border-color: #d0d7e8;
  background-color: #fff;
}
.main-mail-header .btn-group .btn:hover,
.main-mail-header .btn-group .sp-container button:hover {
  color: #242f48;
  background-color: #ecf0fa;
}
.sp-container .main-mail-header .btn-group button:hover {
  color: #242f48;
  background-color: #ecf0fa;
}
.main-mail-header .btn-group .btn:focus,
.main-mail-header .btn-group .sp-container button:focus {
  color: #242f48;
  background-color: #ecf0fa;
}
.sp-container .main-mail-header .btn-group button:focus {
  color: #242f48;
  background-color: #ecf0fa;
}
.main-mail-header .btn-group .btn.disabled,
.main-mail-header .btn-group .sp-container button.disabled {
  background-color: #fff;
  color: #d0d7e8;
  border-color: #d0d7e8;
  z-index: 0;
}
.sp-container .main-mail-header .btn-group button.disabled {
  background-color: #fff;
  color: #d0d7e8;
  border-color: #d0d7e8;
  z-index: 0;
}
.main-mail-header .btn-group .btn.disabled:focus,
.main-mail-header .btn-group .sp-container button.disabled:focus {
  box-shadow: none;
}
.sp-container .main-mail-header .btn-group button.disabled:focus {
  box-shadow: none;
}
.main-mail-header .btn-group .btn.disabled:active,
.main-mail-header .btn-group .sp-container button.disabled:active {
  box-shadow: none;
}
.sp-container .main-mail-header .btn-group button.disabled:active {
  box-shadow: none;
}
.main-mail-header .btn-group .btn + .btn,
.main-mail-header .btn-group .sp-container button + .btn {
  margin-left: -2px;
}
.sp-container .main-mail-header .btn-group button + .btn,
.main-mail-header .btn-group .sp-container .btn + button,
.sp-container .main-mail-header .btn-group .btn + button,
.main-mail-header .btn-group .sp-container button + button,
.sp-container .main-mail-header .btn-group button + button {
  margin-left: -2px;
}
.main-mail-options {
  padding: 5px 10px 5px 20px;
  border: 1px solid #eae8f1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.main-mail-options .btn,
.main-mail-options .sp-container button {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
}
@media (min-width: 992px) {
  .main-mail-options {
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
  }
}
.sp-container .main-mail-options button {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
}
.main-mail-options .btn:hover,
.main-mail-options .sp-container button:hover {
  background-color: #dde2ef;
}
.sp-container .main-mail-options button:hover {
  background-color: #dde2ef;
}
.main-mail-options .btn:focus,
.main-mail-options .sp-container button:focus {
  background-color: #dde2ef;
}
.sp-container .main-mail-options button:focus {
  background-color: #dde2ef;
}
.main-mail-options .btn i,
.main-mail-options .sp-container button i {
  line-height: 0;
}
.sp-container .main-mail-options button i {
  line-height: 0;
}
.main-mail-options .btn i.typcn,
.main-mail-options .sp-container button i.typcn {
  line-height: 0.75;
}
.sp-container .main-mail-options button i.typcn {
  line-height: 0.75;
}
.main-mail-options .btn.disabled,
.main-mail-options .sp-container button.disabled {
  background-color: transparent;
  color: #737f9e;
}
.sp-container .main-mail-options button.disabled {
  background-color: transparent;
  color: #737f9e;
}
.main-mail-list {
  border: 1px solid #dde2ef;
}
@media (min-width: 992px) {
  .main-mail-list {
    border-top-width: 0;
  }
}
.main-mail-item {
  padding: 10px 15px;
  border-top: 1px solid #dde2ef;
  border-bottom: 1px solid #dde2ef;
  background-color: #fafcff;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.main-mail-item + .main-mail-item {
  margin-top: -1px;
}
.main-mail-item:first-child {
  border-top-width: 0;
}
.main-mail-item .main-img-user,
.main-mail-item .main-avatar {
  flex-shrink: 0;
  margin-right: 15px;
}
.main-mail-item:hover,
.main-mail-item:focus {
  background-color: #ecf0fa;
}
.main-mail-item.unread {
  background-color: #fff;
}
.main-mail-item.selected {
  background-color: white;
}
@media (min-width: 576px) {
  .main-mail-item {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .main-mail-item {
    width: auto;
    padding: 10px 25px;
  }
}
.main-mail-checkbox {
  margin-right: 15px;
  display: none;
}
@media (min-width: 992px) {
  .main-mail-checkbox {
    display: block;
  }
}
.main-mail-star {
  margin-right: 15px;
  font-size: 18px;
  line-height: 0.9;
  color: #d0d7e8;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.main-mail-star.active {
  color: #fbbc0b;
}
@media (min-width: 992px) {
  .main-mail-star {
    position: relative;
    bottom: auto;
    top: 2px;
  }
}
.main-mail-body {
  width: calc(100% - 80px);
  cursor: pointer;
}
@media (min-width: 992px) {
  .main-mail-body {
    max-width: 460px;
    margin-right: 15px;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .main-mail-body {
    max-width: 640px;
  }
}
.main-mail-from {
  font-size: 13px;
}
@media (min-width: 576px) {
  .main-mail-subject {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
}
.main-mail-subject strong {
  font-weight: 700;
  font-size: 14px;
  color: #242f48;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.main-mail-subject span {
  font-size: 13px;
  color: #737f9e;
  display: none;
}
@media (min-width: 576px) {
  .main-mail-subject strong {
    display: inline;
    width: auto;
    white-space: normal;
    text-overflow: inherit;
    overflow: visible;
  }
}
@media (min-width: 576px) {
  .main-mail-subject span {
    display: inline;
  }
}
.main-mail-attachment {
  margin-right: 15px;
  font-size: 21px;
  line-height: 0.9;
  display: none;
}
@media (min-width: 992px) {
  .main-mail-attachment {
    display: block;
    position: absolute;
    right: 63px;
    top: 8px;
  }
}
.main-mail-date {
  font-size: 11px;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #949eb7;
  margin-left: auto;
}
@media (min-width: 992px) {
  .main-mail-date {
    position: absolute;
    font-size: 13px;
    top: 8px;
  }
}
.main-mail-compose {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 39, 60, 0.5);
  z-index: 1000;
  display: none;
}
.main-mail-compose > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .main-mail-compose .container {
    padding: 0;
  }
}
.main-mail-compose-box {
  box-shadow: 0 0 30px rgba(28, 39, 60, 0.2);
  border-radius: 3px;
}
.main-mail-compose-header {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #242f48;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.main-mail-compose-header .nav-link {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 1;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.main-mail-compose-header .nav-link:hover,
.main-mail-compose-header .nav-link:focus {
  color: #fff;
}
.main-mail-compose-header .nav-link + .nav-link {
  margin-left: 15px;
}
.main-mail-compose-header .nav-link:nth-child(2) {
  display: none;
}
@media (min-width: 992px) {
  .main-mail-compose-header {
    padding: 20px 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-mail-compose-header .nav-link {
    transition: none;
  }
}
@media (min-width: 768px) {
  .main-mail-compose-header .nav-link:nth-child(2) {
    display: block;
  }
}
.main-mail-compose-body {
  background-color: #fff;
  padding: 20px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.main-mail-compose-body .form-group {
  display: flex;
  align-items: center;
}
.main-mail-compose-body .form-group > div {
  flex: 1;
  margin-left: 10px;
}
.main-mail-compose-body .form-group .form-label {
  margin: 0;
  color: #242f48;
}
.main-mail-compose-body .form-group .form-control {
  border-width: 0;
  border-radius: 0;
  background-color: #ecf0fa;
}
.main-mail-compose-body .form-group .form-control:focus {
  box-shadow: none !important;
}
.main-mail-compose-body .form-group + .form-group {
  border-top: 1px dotted #d0d7e8;
  padding-top: 1rem;
}
.main-mail-compose-body .form-group:last-child {
  display: block;
}
.main-mail-compose-body .form-group:last-child .btn,
.main-mail-compose-body .form-group:last-child .sp-container button {
  width: 100%;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .main-mail-compose-body {
    padding: 25px;
  }
}
@media (min-width: 576px) {
  .main-mail-compose-body .form-group:last-child {
    display: flex;
    justify-content: space-between;
  }
}
.sp-container .main-mail-compose-body .form-group:last-child button {
  width: 100%;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .main-mail-compose-body .form-group:last-child .btn,
  .main-mail-compose-body .form-group:last-child .sp-container button {
    width: auto;
    margin-top: 0;
  }
  .sp-container .main-mail-compose-body .form-group:last-child button {
    width: auto;
    margin-top: 0;
  }
}
.main-mail-compose-body .form-group .nav-link {
  padding: 0;
  font-size: 18px;
  line-height: 0;
  color: #031b4e;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.main-mail-compose-body .form-group .nav-link:hover,
.main-mail-compose-body .form-group .nav-link:focus {
  color: #242f48;
}
.main-mail-compose-body .form-group .nav-link + .nav-link {
  margin-left: 15px;
}
@media (prefers-reduced-motion: reduce) {
  .main-mail-compose-body .form-group .nav-link {
    transition: none;
  }
}
.main-mail-compose-compress,
.main-mail-compose-minimize {
  top: auto;
  left: auto;
  bottom: 0;
  right: 30px;
  width: 560px;
  height: auto;
  background-color: transparent;
}
.main-mail-compose-compress .container {
  max-width: none;
  padding: 0;
}
.main-mail-compose-minimize .container {
  max-width: none;
  padding: 0;
}
.main-mail-compose-minimize .main-mail-compose-body {
  display: none;
}
.main-mail-two .main-content {
  display: flex;
  flex-direction: column;
}
.main-mail-two .main-header {
  width: 100%;
  border-bottom: 1px solid #eae8f1;
}
.main-mail-two .main-footer {
  width: 100%;
}
.main-mail-two .main-header-menu-icon {
  margin-right: 0;
}
.main-mail-two .main-content-body {
  display: flex;
  padding: 0;
}
.main-mail-left {
  background-color: #f9f9f9;
  width: 240px;
  border-right: 1px solid #b9c2d8;
  padding: 20px;
  display: none;
}
.main-mail-left .btn-compose {
  display: block;
  margin-bottom: 20px;
}
.main-mail-left .main-mail-menu {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .main-mail-left {
    display: block;
  }
}
.main-mail-content {
  background-color: #fafcff;
  flex: 1;
  max-width: 100vw -480px;
}
.main-mail-content .main-mail-header {
  margin-bottom: 0;
  padding: 20px;
}
.main-mail-content .main-mail-body {
  max-width: 590px;
}
.background {
  background-color: #ecf0fa !important;
}
.bg-primary {
  background-color: var(--primary-bg-color) !important;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: var(--primary-bg-hover) !important;
}
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: var(--primary-bg-hover) !important;
}
.bg-secondary {
  background-color: #737f9e !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #5f6d88 !important;
}
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5f6d88 !important;
}
.bg-success {
  background-color: #22c03c !important;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #2a7d01 !important;
}
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2a7d01 !important;
}
.bg-info {
  background-color: #00b9ff !important;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #00b9ff !important;
}
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00b9ff !important;
}
.bg-warning {
  background-color: #fbbc0b !important;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #d39e00 !important;
}
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #ee335e !important;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #bd2130 !important;
}
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-purple {
  background-color: #4800c9 !important;
}
a.bg-purple:hover,
a.bg-purple:focus {
  background-color: #5930a2 !important;
}
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #5930a2 !important;
}
.bg-light {
  background-color: #ecf0fa !important;
}
a.bg-light:hover,
a.bg-light:focus {
  background-color: #d5d9e4 !important;
}
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d5d9e4 !important;
}
.bg-dark {
  background-color: #364261 !important;
}
a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #283143 !important;
}
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #283143 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gray + .select2-container--default .select2-selection--single {
  background-color: #455473;
}
.bg-gray + .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #d0d7e8;
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-100 {
  background-color: #ecf0fa !important;
}
.bg-gray-200 {
  background-color: #dde2ef;
}
.bg-gray-300 {
  background-color: #d0d7e8 !important;
}
.bg-gray-400 {
  background-color: #b9c2d8 !important;
}
.bg-gray-500 {
  background-color: #949eb7 !important;
}
.bg-gray-600 {
  background-color: #737f9e !important;
}
.bg-gray-700 {
  background-color: #4d5875 !important;
}
.bg-gray-800 {
  background-color: #364261 !important;
}
.bg-gray-900 {
  background-color: #242f48 !important;
}
.bg-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-9 {
  background: rgba(0, 0, 0, 0.9);
}
.bg-indigo {
  background: var(--primary-bg-color);
}
.bg-purple {
  background: #4800c9;
}
.bg-pink {
  background: #f10075 !important;
}
.bg-orange {
  background: #fd7e14 !important;
}
.bg-teal {
  background: #00cccc !important;
}
.bg-purple-dark {
  background: #59339d;
}
.bg-transparent {
  background: transparent;
}
.bg-success-transparent {
  background-color: #def6e2 !important;
}
.bg-danger-transparent {
  background-color: #fce1e7 !important;
}
.bg-primary-transparent {
  background-color: var(--primary-3) !important;
}
.bg-secondary-transparent {
  background-color: rgba(115, 127, 158, 0.13) !important;
}
.bg-warning-transparent {
  background-color: rgb(253, 246, 222) !important;
}
.bg-pink-transparent {
  background-color: #fee5f1 !important;
}
.bg-purple-transparent {
  background-color: #e1defe !important;
}
.bg-teal-transparent {
  background-color: #d2f5f5 !important;
}
.bg-info-transparent {
  background-color: rgba(57, 175, 209, 0.13) !important;
}
.bg-orange-transparent {
  background-color: rgba(253, 126, 20, 0.2);
}
.bg-gradient-blue {
  background-image:
    linear-gradient(
      to right,
      #1976d2 0,
      #64b5f6 100%);
}
.bg-primary {
  background-color: var(--primary-bg-color) !important;
}
.bg-primary-gradient {
  background-image:
    linear-gradient(
      to left,
      var(--primary-5) 0%,
      var(--primary-bg-color) 100%) !important;
}
.bg-danger-gradient {
  background-image:
    linear-gradient(
      45deg,
      #f93a5a,
      #f7778c) !important;
}
.bg-success-gradient {
  background-image:
    linear-gradient(
      to left,
      #48d6a8 0%,
      #029666 100%) !important;
}
.bg-warning-gradient {
  background-image:
    linear-gradient(
      to left,
      #efa65f,
      #f76a2d) !important;
}
.bg-purple-gradient {
  background-image:
    linear-gradient(
      to right,
      #4800c9 0%,
      #ba7bfb 100%) !important;
}
.bg-info-gradient {
  background-image:
    linear-gradient(
      to right,
      #0296ce 0%,
      #38c6f7 100%) !important;
}
.bg-secondary-gradient {
  background-image:
    linear-gradient(
      to right,
      #636f8e 0%,
      #acb8da 100%) !important;
}
.bg-pink-gradient {
  background-image:
    linear-gradient(
      to right,
      #f10075 0%,
      #f36eae 100%) !important;
}
.bg-purple-gradient {
  background-image:
    linear-gradient(
      to right,
      #4800c9 0%,
      #884af1 100%) !important;
}
.bg-teal-gradient {
  background-image:
    linear-gradient(
      to right,
      #00cccc 0%,
      #96e8e8 100%) !important;
}
.border {
  border-color: #eae8f1 !important;
}
.border-top {
  border-color: #eae8f1 !important;
}
.border-end {
  border-color: #eae8f1 !important;
}
.border-bottom {
  border-color: #eae8f1 !important;
}
.border-start {
  border-color: #eae8f1 !important;
}
.border-primary {
  border-color: var(--primary-bg-color) !important;
}
.border-secondary {
  border-color: #5f6d88 !important;
}
.border-success {
  border-color: #22c03c !important;
}
.border-info {
  border-color: #00b9ff !important;
}
.border-warning {
  border-color: #fbbc0b !important;
}
.border-danger {
  border-color: #ee335e !important;
}
.border-light {
  border-color: #ecf0fa !important;
}
.border-dark {
  border-color: #364261 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.bd-transparent {
  border-color: transparent;
}
.bd {
  border: 1px solid #cdd5ec;
}
.bd-t {
  border-top: 1px solid #cdd5ec;
}
.bd-r {
  border-right: 1px solid #cdd5ec;
}
.bd-b {
  border-bottom: 1px solid #cdd5ec;
}
.bd-l {
  border-left: 1px solid #cdd5ec;
}
.bd-y {
  border-top: 1px solid #cdd5ec;
  border-bottom: 1px solid #cdd5ec;
}
.bd-x {
  border-left: 1px solid #cdd5ec;
  border-right: 1px solid #cdd5ec;
}
.bd-0 {
  border-width: 0;
}
.bd-1 {
  border-width: 1px;
}
.bd-2 {
  border-width: 2px;
}
.bd-3 {
  border-width: 3px;
}
.bd-4 {
  border-width: 4px;
}
.bd-5 {
  border-width: 5px;
}
.bd-t-0 {
  border-top: 0;
}
.bd-r-0 {
  border-right: 0;
}
.bd-b-0 {
  border-bottom: 0;
}
.bd-l-0 {
  border-left: 0;
}
.bd-y-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}
.bd-y-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.bd-x-0 {
  border-left-width: 0;
  border-right-width: 0;
}
.bd-x-1 {
  border-left-width: 1px;
  border-right-width: 1px;
}
.bd-primary {
  border-color: var(--primary-bg-color) !important;
}
.bd-success {
  border-color: #22c03c !important;
}
.bd-warning {
  border-color: #fbbc0b !important;
}
.bd-danger {
  border-color: #ee335e !important;
}
.bd-info {
  border-color: #00b9ff !important;
}
.bd-white {
  border-color: #fff !important;
}
.bd-gray-100 {
  border-color: #ecf0fa;
}
.bd-gray-200 {
  border-color: #dde2ef;
}
.bd-gray-300 {
  border-color: #d0d7e8;
}
.bd-gray-400 {
  border-color: #b9c2d8;
}
.bd-gray-500 {
  border-color: #949eb7;
}
.bd-gray-600 {
  border-color: #737f9e;
}
.bd-gray-700 {
  border-color: #4d5875;
}
.bd-gray-800 {
  border-color: #364261;
}
.bd-gray-900 {
  border-color: #242f48;
}
.bd-white-1 {
  border-color: rgba(255, 255, 255, 0.1);
}
.bd-white-2 {
  border-color: rgba(255, 255, 255, 0.2);
}
.bd-white-3 {
  border-color: rgba(255, 255, 255, 0.3);
}
.bd-white-4 {
  border-color: rgba(255, 255, 255, 0.4);
}
.bd-white-5 {
  border-color: rgba(255, 255, 255, 0.5);
}
.bd-white-6 {
  border-color: rgba(255, 255, 255, 0.6);
}
.bd-white-7 {
  border-color: rgba(255, 255, 255, 0.7);
}
.bd-white-8 {
  border-color: rgba(255, 255, 255, 0.8);
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-3 {
  border-radius: 3px;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-7 {
  border-radius: 7px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-30 {
  border-radius: 30px;
}
.rounded-40 {
  border-radius: 40px;
}
.rounded-50 {
  border-radius: 50px;
}
.bd-dashed {
  border-style: dashed;
}
.bd-dotted {
  border-style: dotted;
}
@media (min-width: 480px) {
  .bd-xs {
    border: 1px solid #eae8f1;
  }
  .bd-xs-t {
    border-top: 1px solid #eae8f1;
  }
  .bd-xs-r {
    border-right: 1px solid #eae8f1;
  }
  .bd-xs-b {
    border-bottom: 1px solid #eae8f1;
  }
  .bd-xs-l {
    border-left: 1px solid #eae8f1;
  }
  .bd-xs-y {
    border-top: 1px solid #eae8f1;
    border-bottom: 1px solid #eae8f1;
  }
  .bd-xs-x {
    border-left: 1px solid #eae8f1;
    border-right: 1px solid #eae8f1;
  }
}
@media (min-width: 576px) {
  .bd-sm {
    border: 1px solid #eae8f1;
  }
  .bd-sm-t {
    border-top: 1px solid #eae8f1;
  }
  .bd-sm-r {
    border-right: 1px solid #eae8f1;
  }
  .bd-sm-b {
    border-bottom: 1px solid #eae8f1;
  }
  .bd-sm-l {
    border-left: 1px solid #eae8f1;
  }
  .bd-sm-y {
    border-top: 1px solid #eae8f1;
    border-bottom: 1px solid #eae8f1;
  }
  .bd-sm-x {
    border-left: 1px solid #eae8f1;
    border-right: 1px solid #eae8f1;
  }
}
@media (min-width: 768px) {
  .bd-md {
    border: 1px solid #eae8f1;
  }
  .bd-md-t {
    border-top: 1px solid #eae8f1;
  }
  .bd-md-r {
    border-right: 1px solid #eae8f1;
  }
  .bd-md-b {
    border-bottom: 1px solid #eae8f1;
  }
  .bd-md-l {
    border-left: 1px solid #eae8f1;
  }
  .bd-md-y {
    border-top: 1px solid #eae8f1;
    border-bottom: 1px solid #eae8f1;
  }
  .bd-md-x {
    border-left: 1px solid #eae8f1;
    border-right: 1px solid #eae8f1;
  }
}
@media (min-width: 992px) {
  .bd-lg {
    border: 1px solid #eae8f1;
  }
  .bd-lg-t {
    border-top: 1px solid #eae8f1;
  }
  .bd-lg-r {
    border-right: 1px solid #eae8f1;
  }
  .bd-lg-b {
    border-bottom: 1px solid #eae8f1;
  }
  .bd-lg-l {
    border-left: 1px solid #eae8f1;
  }
  .bd-lg-y {
    border-top: 1px solid #eae8f1;
    border-bottom: 1px solid #eae8f1;
  }
  .bd-lg-x {
    border-left: 1px solid #eae8f1;
    border-right: 1px solid #eae8f1;
  }
}
@media (min-width: 1200px) {
  .bd-xl {
    border: 1px solid #eae8f1;
  }
  .bd-xl-t {
    border-top: 1px solid #eae8f1;
  }
  .bd-xl-r {
    border-right: 1px solid #eae8f1;
  }
  .bd-xl-b {
    border-bottom: 1px solid #eae8f1;
  }
  .bd-xl-l {
    border-left: 1px solid #eae8f1;
  }
  .bd-xl-y {
    border-top: 1px solid #eae8f1;
    border-bottom: 1px solid #eae8f1;
  }
  .bd-xl-x {
    border-left: 1px solid #eae8f1;
    border-right: 1px solid #eae8f1;
  }
}
.br-ts-0 {
  border-top-left-radius: 0 !important;
}
.br-bs-0 {
  border-bottom-left-radius: 0 !important;
}
.br-te-0 {
  border-top-right-radius: 0 !important;
}
.br-be-0 {
  border-bottom-right-radius: 0 !important;
}
.border-start-primary {
  border-left-color: var(--primary-bg-color) !important;
}
.border-start-success {
  border-left-color: #22c03c !important;
}
.border-start-warning {
  border-left-color: #fbbc0b !important;
}
.border-primary-light {
  border: 1px solid #d4d4f7;
}
.border-pink-light {
  border: 1px solid #f3a7cc;
}
.border-secondary-light {
  border: 1px solid #f1cbd3;
}
.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;
}
.ht-5 {
  height: 5px;
}
.ht-10 {
  height: 10px;
}
.ht-15 {
  height: 15px;
}
.ht-20 {
  height: 20px;
}
.ht-25 {
  height: 25px;
}
.ht-30 {
  height: 30px;
}
.ht-35 {
  height: 35px;
}
.ht-40 {
  height: 40px;
}
.ht-45 {
  height: 45px;
}
.ht-50 {
  height: 50px;
}
.ht-55 {
  height: 55px;
}
.ht-60 {
  height: 60px;
}
.ht-65 {
  height: 65px;
}
.ht-70 {
  height: 70px;
}
.ht-75 {
  height: 75px;
}
.ht-80 {
  height: 80px;
}
.ht-85 {
  height: 85px;
}
.ht-90 {
  height: 90px;
}
.ht-95 {
  height: 95px;
}
.ht-100 {
  height: 100px !important;
}
.ht-100p {
  height: 100%;
}
.ht-136 {
  height: 136px;
}
.ht-150 {
  height: 150px;
}
.ht-175 {
  height: 175px;
}
.ht-180 {
  height: 180px;
}
.ht-200 {
  height: 200px;
}
.ht-210 {
  height: 210px;
}
.ht-220 {
  height: 220px;
}
.ht-226 {
  height: 226px;
}
.ht-230 {
  height: 230px !important;
}
.ht-238 {
  height: 238px !important;
}
.ht-250 {
  height: 250px;
}
.ht-270 {
  height: 270px;
}
.ht-300 {
  height: 300px;
}
.ht-350 {
  height: 350px;
}
.ht-400 {
  height: 400px;
}
.ht-450 {
  height: 450px;
}
.ht-500 {
  height: 500px;
}
.ht-550 {
  height: 550px;
}
.ht-600 {
  height: 600px;
}
.ht-650 {
  height: 650px;
}
.ht-700 {
  height: 700px;
}
.ht-750 {
  height: 750px;
}
.ht-800 {
  height: 800px;
}
.ht-100v {
  height: 100vh;
}
.ht-1 {
  height: 1px;
}
.ht-2 {
  height: 2px;
}
.ht-3 {
  height: 3px;
}
.ht-4 {
  height: 4px;
}
.ht-6 {
  height: 6px;
}
.ht-7 {
  height: 7px;
}
.ht-8 {
  height: 8px;
}
.ht-9 {
  height: 9px;
}
.ht-auto {
  height: auto;
}
.ht-16 {
  height: 16px;
}
.ht-32 {
  height: 32px;
}
.ht-36 {
  height: 36px;
}
.ht-48 {
  height: 48px;
}
.ht-64 {
  height: 64px;
}
.ht-72 {
  height: 72px;
}
.ht-115 {
  height: 115px;
}
.ht-120 {
  height: 120px;
}
.ht-160 {
  height: 160px;
}
@media (min-width: 480px) {
  .ht-xs-5 {
    height: 5px;
  }
  .ht-xs-10 {
    height: 10px;
  }
  .ht-xs-15 {
    height: 15px;
  }
  .ht-xs-20 {
    height: 20px;
  }
  .ht-xs-25 {
    height: 25px;
  }
  .ht-xs-30 {
    height: 30px;
  }
  .ht-xs-35 {
    height: 35px;
  }
  .ht-xs-40 {
    height: 40px;
  }
  .ht-xs-45 {
    height: 45px;
  }
  .ht-xs-50 {
    height: 50px;
  }
  .ht-xs-55 {
    height: 55px;
  }
  .ht-xs-60 {
    height: 60px;
  }
  .ht-xs-65 {
    height: 65px;
  }
  .ht-xs-70 {
    height: 70px;
  }
  .ht-xs-75 {
    height: 75px;
  }
  .ht-xs-80 {
    height: 80px;
  }
  .ht-xs-85 {
    height: 85px;
  }
  .ht-xs-90 {
    height: 90px;
  }
  .ht-xs-95 {
    height: 95px;
  }
  .ht-xs-100 {
    height: 100px;
  }
  .ht-xs-150 {
    height: 150px;
  }
  .ht-xs-200 {
    height: 200px;
  }
  .ht-xs-250 {
    height: 250px;
  }
  .ht-xs-300 {
    height: 300px;
  }
  .ht-xs-350 {
    height: 350px;
  }
  .ht-xs-400 {
    height: 400px;
  }
  .ht-xs-450 {
    height: 450px;
  }
  .ht-xs-500 {
    height: 500px;
  }
  .ht-xs-550 {
    height: 550px;
  }
  .ht-xs-600 {
    height: 600px;
  }
  .ht-xs-650 {
    height: 650px;
  }
  .ht-xs-700 {
    height: 700px;
  }
  .ht-xs-750 {
    height: 750px;
  }
  .ht-xs-800 {
    height: 800px;
  }
  .ht-xs-850 {
    height: 850px;
  }
  .ht-xs-100v {
    height: 100vh;
  }
}
@media (min-width: 576px) {
  .ht-sm-5 {
    height: 5px;
  }
  .ht-sm-10 {
    height: 10px;
  }
  .ht-sm-15 {
    height: 15px;
  }
  .ht-sm-20 {
    height: 20px;
  }
  .ht-sm-25 {
    height: 25px;
  }
  .ht-sm-30 {
    height: 30px;
  }
  .ht-sm-35 {
    height: 35px;
  }
  .ht-sm-40 {
    height: 40px;
  }
  .ht-sm-45 {
    height: 45px;
  }
  .ht-sm-50 {
    height: 50px;
  }
  .ht-sm-55 {
    height: 55px;
  }
  .ht-sm-60 {
    height: 60px;
  }
  .ht-sm-65 {
    height: 65px;
  }
  .ht-sm-70 {
    height: 70px;
  }
  .ht-sm-75 {
    height: 75px;
  }
  .ht-sm-80 {
    height: 80px;
  }
  .ht-sm-85 {
    height: 85px;
  }
  .ht-sm-90 {
    height: 90px;
  }
  .ht-sm-95 {
    height: 95px;
  }
  .ht-sm-100 {
    height: 100px;
  }
  .ht-sm-150 {
    height: 150px;
  }
  .ht-sm-200 {
    height: 200px;
  }
  .ht-sm-250 {
    height: 250px;
  }
  .ht-sm-300 {
    height: 300px;
  }
  .ht-sm-350 {
    height: 350px;
  }
  .ht-sm-400 {
    height: 400px;
  }
  .ht-sm-450 {
    height: 450px;
  }
  .ht-sm-500 {
    height: 500px;
  }
  .ht-sm-550 {
    height: 550px;
  }
  .ht-sm-600 {
    height: 600px;
  }
  .ht-sm-650 {
    height: 650px;
  }
  .ht-sm-700 {
    height: 700px;
  }
  .ht-sm-750 {
    height: 750px;
  }
  .ht-sm-800 {
    height: 800px;
  }
  .ht-sm-850 {
    height: 850px;
  }
  .ht-sm-100v {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .ht-md-5 {
    height: 5px;
  }
  .ht-md-10 {
    height: 10px;
  }
  .ht-md-15 {
    height: 15px;
  }
  .ht-md-20 {
    height: 20px;
  }
  .ht-md-25 {
    height: 25px;
  }
  .ht-md-30 {
    height: 30px;
  }
  .ht-md-35 {
    height: 35px;
  }
  .ht-md-40 {
    height: 40px;
  }
  .ht-md-45 {
    height: 45px;
  }
  .ht-md-50 {
    height: 50px;
  }
  .ht-md-55 {
    height: 55px;
  }
  .ht-md-60 {
    height: 60px;
  }
  .ht-md-65 {
    height: 65px;
  }
  .ht-md-70 {
    height: 70px;
  }
  .ht-md-75 {
    height: 75px;
  }
  .ht-md-80 {
    height: 80px;
  }
  .ht-md-85 {
    height: 85px;
  }
  .ht-md-90 {
    height: 90px;
  }
  .ht-md-95 {
    height: 95px;
  }
  .ht-md-100 {
    height: 100px;
  }
  .ht-md-150 {
    height: 150px;
  }
  .ht-md-200 {
    height: 200px;
  }
  .ht-md-250 {
    height: 250px;
  }
  .ht-md-300 {
    height: 300px;
  }
  .ht-md-350 {
    height: 350px;
  }
  .ht-md-400 {
    height: 400px;
  }
  .ht-md-450 {
    height: 450px;
  }
  .ht-md-500 {
    height: 500px;
  }
  .ht-md-550 {
    height: 550px;
  }
  .ht-md-600 {
    height: 600px;
  }
  .ht-md-650 {
    height: 650px;
  }
  .ht-md-700 {
    height: 700px;
  }
  .ht-md-750 {
    height: 750px;
  }
  .ht-md-800 {
    height: 800px;
  }
  .ht-md-850 {
    height: 850px;
  }
  .ht-md-100v {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .ht-lg-5 {
    height: 5px;
  }
  .ht-lg-10 {
    height: 10px;
  }
  .ht-lg-15 {
    height: 15px;
  }
  .ht-lg-20 {
    height: 20px;
  }
  .ht-lg-25 {
    height: 25px;
  }
  .ht-lg-30 {
    height: 30px;
  }
  .ht-lg-35 {
    height: 35px;
  }
  .ht-lg-40 {
    height: 40px;
  }
  .ht-lg-45 {
    height: 45px;
  }
  .ht-lg-50 {
    height: 50px;
  }
  .ht-lg-55 {
    height: 55px;
  }
  .ht-lg-60 {
    height: 60px;
  }
  .ht-lg-65 {
    height: 65px;
  }
  .ht-lg-70 {
    height: 70px;
  }
  .ht-lg-75 {
    height: 75px;
  }
  .ht-lg-80 {
    height: 80px;
  }
  .ht-lg-85 {
    height: 85px;
  }
  .ht-lg-90 {
    height: 90px;
  }
  .ht-lg-95 {
    height: 95px;
  }
  .ht-lg-100 {
    height: 100px;
  }
  .ht-lg-150 {
    height: 150px;
  }
  .ht-lg-200 {
    height: 200px;
  }
  .ht-lg-250 {
    height: 250px;
  }
  .ht-lg-300 {
    height: 300px;
  }
  .ht-lg-350 {
    height: 350px;
  }
  .ht-lg-400 {
    height: 400px;
  }
  .ht-lg-450 {
    height: 450px;
  }
  .ht-lg-500 {
    height: 500px;
  }
  .ht-lg-550 {
    height: 550px;
  }
  .ht-lg-600 {
    height: 600px;
  }
  .ht-lg-650 {
    height: 650px;
  }
  .ht-lg-700 {
    height: 700px;
  }
  .ht-lg-750 {
    height: 750px;
  }
  .ht-lg-800 {
    height: 800px;
  }
  .ht-lg-850 {
    height: 850px;
  }
  .ht-lg-100v {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .ht-xl-5 {
    height: 5px;
  }
  .ht-xl-10 {
    height: 10px;
  }
  .ht-xl-15 {
    height: 15px;
  }
  .ht-xl-20 {
    height: 20px;
  }
  .ht-xl-25 {
    height: 25px;
  }
  .ht-xl-30 {
    height: 30px;
  }
  .ht-xl-35 {
    height: 35px;
  }
  .ht-xl-40 {
    height: 40px;
  }
  .ht-xl-45 {
    height: 45px;
  }
  .ht-xl-50 {
    height: 50px;
  }
  .ht-xl-55 {
    height: 55px;
  }
  .ht-xl-60 {
    height: 60px;
  }
  .ht-xl-65 {
    height: 65px;
  }
  .ht-xl-70 {
    height: 70px;
  }
  .ht-xl-75 {
    height: 75px;
  }
  .ht-xl-80 {
    height: 80px;
  }
  .ht-xl-85 {
    height: 85px;
  }
  .ht-xl-90 {
    height: 90px;
  }
  .ht-xl-95 {
    height: 95px;
  }
  .ht-xl-100 {
    height: 100px;
  }
  .ht-xl-150 {
    height: 150px;
  }
  .ht-xl-200 {
    height: 200px;
  }
  .ht-xl-250 {
    height: 250px;
  }
  .ht-xl-300 {
    height: 300px;
  }
  .ht-xl-350 {
    height: 350px;
  }
  .ht-xl-400 {
    height: 400px;
  }
  .ht-xl-450 {
    height: 450px;
  }
  .ht-xl-500 {
    height: 500px;
  }
  .ht-xl-550 {
    height: 550px;
  }
  .ht-xl-600 {
    height: 600px;
  }
  .ht-xl-650 {
    height: 650px;
  }
  .ht-xl-700 {
    height: 700px;
  }
  .ht-xl-750 {
    height: 750px;
  }
  .ht-xl-800 {
    height: 800px;
  }
  .ht-xl-850 {
    height: 850px;
  }
  .ht-xl-100v {
    height: 100vh;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.me-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ms-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.me-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ms-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.me-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ms-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.me-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ms-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.me-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ms-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.me-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ms-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.me-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ms-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;
  }
  .me-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-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;
  }
  .me-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-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;
  }
  .me-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-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;
  }
  .me-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ms-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;
  }
  .me-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-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;
  }
  .me-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-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;
  }
  .me-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-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;
  }
  .me-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-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;
  }
  .me-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-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;
  }
  .me-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ms-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;
  }
  .me-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-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;
  }
  .me-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ms-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .me-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .me-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-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;
  }
  .me-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-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;
  }
  .me-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-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;
  }
  .me-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-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;
  }
  .me-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-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;
  }
  .me-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .me-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-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;
  }
  .me-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-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;
  }
  .me-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-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;
  }
  .me-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-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;
  }
  .me-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-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;
  }
  .me-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.mg-0 {
  margin: 0px;
}
.mg-y-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mg-x-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mg-t-0 {
  margin-top: 0px;
}
.mg-r-0 {
  margin-right: 0px;
}
.mg-b-0 {
  margin-bottom: 0px;
}
.mg-l-0 {
  margin-left: 0px;
}
.mg-1 {
  margin: 1px;
}
.mg-y-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.mg-x-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.mg-t-1 {
  margin-top: 1px;
}
.mg-r-1 {
  margin-right: 1px;
}
.mg-b-1 {
  margin-bottom: 1px;
}
.mg-l-1 {
  margin-left: 1px;
}
.mg-2 {
  margin: 2px;
}
.mg-y-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.mg-x-2 {
  margin-left: 2px;
  margin-right: 2px;
}
.mg-t-2 {
  margin-top: 2px;
}
.mg-r-2 {
  margin-right: 2px;
}
.mg-b-2 {
  margin-bottom: 2px;
}
.mg-l-2 {
  margin-left: 2px;
}
.mg-3 {
  margin: 3px;
}
.mg-y-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.mg-x-3 {
  margin-left: 3px;
  margin-right: 3px;
}
.mg-t-3 {
  margin-top: 3px;
}
.mg-r-3 {
  margin-right: 3px;
}
.mg-b-3 {
  margin-bottom: 3px;
}
.mg-l-3 {
  margin-left: 3px;
}
.mg-4 {
  margin: 4px;
}
.mg-y-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mg-x-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.mg-t-4 {
  margin-top: 4px;
}
.mg-r-4 {
  margin-right: 4px;
}
.mg-b-4 {
  margin-bottom: 4px;
}
.mg-l-4 {
  margin-left: 4px;
}
.mg-5 {
  margin: 5px;
}
.mg-y-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mg-x-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mg-t-5 {
  margin-top: 5px;
}
.mg-r-5 {
  margin-right: 5px;
}
.mg-b-5 {
  margin-bottom: 5px;
}
.mg-l-5 {
  margin-left: 5px;
}
.mg-6 {
  margin: 6px;
}
.mg-y-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mg-x-6 {
  margin-left: 6px;
  margin-right: 6px;
}
.mg-t-6 {
  margin-top: 6px;
}
.mg-r-6 {
  margin-right: 6px;
}
.mg-b-6 {
  margin-bottom: 6px;
}
.mg-l-6 {
  margin-left: 6px;
}
.mg-7 {
  margin: 7px;
}
.mg-y-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.mg-x-7 {
  margin-left: 7px;
  margin-right: 7px;
}
.mg-t-7 {
  margin-top: 7px;
}
.mg-r-7 {
  margin-right: 7px;
}
.mg-b-7 {
  margin-bottom: 7px;
}
.mg-l-7 {
  margin-left: 7px;
}
.mg-8 {
  margin: 8px;
}
.mg-y-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mg-x-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.mg-t-8 {
  margin-top: 8px;
}
.mg-r-8 {
  margin-right: 8px;
}
.mg-b-8 {
  margin-bottom: 8px;
}
.mg-l-8 {
  margin-left: 8px;
}
.mg-9 {
  margin: 9px;
}
.mg-y-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.mg-x-9 {
  margin-left: 9px;
  margin-right: 9px;
}
.mg-t-9 {
  margin-top: 9px;
}
.mg-r-9 {
  margin-right: 9px;
}
.mg-b-9 {
  margin-bottom: 9px;
}
.mg-l-9 {
  margin-left: 9px;
}
.mg-10 {
  margin: 10px;
}
.mg-y-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mg-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mg-t-10 {
  margin-top: 10px;
}
.mg-r-10 {
  margin-right: 10px;
}
.mg-b-10 {
  margin-bottom: 10px;
}
.mg-l-10 {
  margin-left: 10px;
}
.mg-15 {
  margin: 15px;
}
.mg-y-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mg-x-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mg-t-15 {
  margin-top: 15px;
}
.mg-r-15 {
  margin-right: 15px;
}
.mg-b-15 {
  margin-bottom: 15px;
}
.mg-l-15 {
  margin-left: 15px;
}
.mg-20 {
  margin: 20px;
}
.mg-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mg-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mg-t-20 {
  margin-top: 20px;
}
.mg-r-20 {
  margin-right: 20px;
}
.mg-b-20 {
  margin-bottom: 20px;
}
.mg-l-20 {
  margin-left: 20px;
}
.mg-25 {
  margin: 25px;
}
.mg-y-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mg-x-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.mg-t-25 {
  margin-top: 25px;
}
.mg-r-25 {
  margin-right: 25px;
}
.mg-b-25 {
  margin-bottom: 25px;
}
.mg-l-25 {
  margin-left: 25px;
}
.mg-30 {
  margin: 30px;
}
.mg-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mg-x-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mg-t-30 {
  margin-top: 30px;
}
.mg-r-30 {
  margin-right: 30px;
}
.mg-b-30 {
  margin-bottom: 30px;
}
.mg-l-30 {
  margin-left: 30px;
}
.mg-35 {
  margin: 35px;
}
.mg-y-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.mg-x-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.mg-t-35 {
  margin-top: 35px;
}
.mg-r-35 {
  margin-right: 35px;
}
.mg-b-35 {
  margin-bottom: 35px;
}
.mg-l-35 {
  margin-left: 35px;
}
.mg-40 {
  margin: 40px;
}
.mg-y-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mg-x-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mg-t-40 {
  margin-top: 40px;
}
.mg-r-40 {
  margin-right: 40px;
}
.mg-b-40 {
  margin-bottom: 40px;
}
.mg-l-40 {
  margin-left: 40px;
}
.mg-45 {
  margin: 45px;
}
.mg-y-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.mg-x-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.mg-t-45 {
  margin-top: 45px;
}
.mg-r-45 {
  margin-right: 45px;
}
.mg-b-45 {
  margin-bottom: 45px;
}
.mg-l-45 {
  margin-left: 45px;
}
.mg-50 {
  margin: 50px;
}
.mg-y-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mg-x-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.mg-t-50 {
  margin-top: 50px;
}
.mg-r-50 {
  margin-right: 50px;
}
.mg-b-50 {
  margin-bottom: 50px;
}
.mg-l-50 {
  margin-left: 50px;
}
.mg-55 {
  margin: 55px;
}
.mg-y-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.mg-x-55 {
  margin-left: 55px;
  margin-right: 55px;
}
.mg-t-55 {
  margin-top: 55px;
}
.mg-r-55 {
  margin-right: 55px;
}
.mg-b-55 {
  margin-bottom: 55px;
}
.mg-l-55 {
  margin-left: 55px;
}
.mg-60 {
  margin: 60px;
}
.mg-y-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mg-x-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.mg-t-60 {
  margin-top: 60px;
}
.mg-r-60 {
  margin-right: 60px;
}
.mg-b-60 {
  margin-bottom: 60px;
}
.mg-l-60 {
  margin-left: 60px;
}
.mg-65 {
  margin: 65px;
}
.mg-y-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.mg-x-65 {
  margin-left: 65px;
  margin-right: 65px;
}
.mg-t-65 {
  margin-top: 65px;
}
.mg-r-65 {
  margin-right: 65px;
}
.mg-b-65 {
  margin-bottom: 65px;
}
.mg-l-65 {
  margin-left: 65px;
}
.mg-70 {
  margin: 70px;
}
.mg-y-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mg-x-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.mg-t-70 {
  margin-top: 70px;
}
.mg-r-70 {
  margin-right: 70px;
}
.mg-b-70 {
  margin-bottom: 70px;
}
.mg-l-70 {
  margin-left: 70px;
}
.mg-75 {
  margin: 75px;
}
.mg-y-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.mg-x-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.mg-t-75 {
  margin-top: 75px;
}
.mg-r-75 {
  margin-right: 75px;
}
.mg-b-75 {
  margin-bottom: 75px;
}
.mg-l-75 {
  margin-left: 75px;
}
.mg-80 {
  margin: 80px;
}
.mg-y-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mg-x-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.mg-t-80 {
  margin-top: 80px;
}
.mg-r-80 {
  margin-right: 80px;
}
.mg-b-80 {
  margin-bottom: 80px;
}
.mg-l-80 {
  margin-left: 80px;
}
.mg-85 {
  margin: 85px;
}
.mg-y-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.mg-x-85 {
  margin-left: 85px;
  margin-right: 85px;
}
.mg-t-85 {
  margin-top: 85px;
}
.mg-r-85 {
  margin-right: 85px;
}
.mg-b-85 {
  margin-bottom: 85px;
}
.mg-l-85 {
  margin-left: 85px;
}
.mg-90 {
  margin: 90px;
}
.mg-y-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mg-x-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.mg-t-90 {
  margin-top: 90px;
}
.mg-r-90 {
  margin-right: 90px;
}
.mg-b-90 {
  margin-bottom: 90px;
}
.mg-l-90 {
  margin-left: 90px;
}
.mg-95 {
  margin: 95px;
}
.mg-y-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.mg-x-95 {
  margin-left: 95px;
  margin-right: 95px;
}
.mg-t-95 {
  margin-top: 95px;
}
.mg-r-95 {
  margin-right: 95px;
}
.mg-b-95 {
  margin-bottom: 95px;
}
.mg-l-95 {
  margin-left: 95px;
}
.mg-100 {
  margin: 100px;
}
.mg-y-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mg-x-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.mg-t-100 {
  margin-top: 100px;
}
.mg-r-100 {
  margin-right: 100px;
}
.mg-b-100 {
  margin-bottom: 100px;
}
.mg-l-100 {
  margin-left: 100px;
}
.mg-105 {
  margin: 105px;
}
.mg-y-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.mg-x-105 {
  margin-left: 105px;
  margin-right: 105px;
}
.mg-t-105 {
  margin-top: 105px;
}
.mg-r-105 {
  margin-right: 105px;
}
.mg-b-105 {
  margin-bottom: 105px;
}
.mg-l-105 {
  margin-left: 105px;
}
.mg-110 {
  margin: 110px;
}
.mg-y-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.mg-x-110 {
  margin-left: 110px;
  margin-right: 110px;
}
.mg-t-110 {
  margin-top: 110px;
}
.mg-r-110 {
  margin-right: 110px;
}
.mg-b-110 {
  margin-bottom: 110px;
}
.mg-l-110 {
  margin-left: 110px;
}
.mg-115 {
  margin: 115px;
}
.mg-y-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.mg-x-115 {
  margin-left: 115px;
  margin-right: 115px;
}
.mg-t-115 {
  margin-top: 115px;
}
.mg-r-115 {
  margin-right: 115px;
}
.mg-b-115 {
  margin-bottom: 115px;
}
.mg-l-115 {
  margin-left: 115px;
}
.mg-120 {
  margin: 120px;
}
.mg-y-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.mg-x-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.mg-t-120 {
  margin-top: 120px;
}
.mg-r-120 {
  margin-right: 120px;
}
.mg-b-120 {
  margin-bottom: 120px;
}
.mg-l-120 {
  margin-left: 120px;
}
.mg-t-auto {
  margin-top: auto;
}
.mg-r-auto {
  margin-right: auto;
}
.mg-b-auto {
  margin-bottom: auto;
}
.mg-l-auto {
  margin-left: auto;
}
.mg-x-auto {
  margin: auto;
}
@media (min-width: 480px) {
  .mg-xs-0 {
    margin: 0px;
  }
  .mg-xs-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mg-xs-x-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mg-xs-t-0 {
    margin-top: 0px;
  }
  .mg-xs-r-0 {
    margin-right: 0px;
  }
  .mg-xs-b-0 {
    margin-bottom: 0px;
  }
  .mg-xs-l-0 {
    margin-left: 0px;
  }
  .mg-xs-1 {
    margin: 1px;
  }
  .mg-xs-y-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .mg-xs-x-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .mg-xs-t-1 {
    margin-top: 1px;
  }
  .mg-xs-r-1 {
    margin-right: 1px;
  }
  .mg-xs-b-1 {
    margin-bottom: 1px;
  }
  .mg-xs-l-1 {
    margin-left: 1px;
  }
  .mg-xs-2 {
    margin: 2px;
  }
  .mg-xs-y-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .mg-xs-x-2 {
    margin-left: 2px;
    margin-right: 2px;
  }
  .mg-xs-t-2 {
    margin-top: 2px;
  }
  .mg-xs-r-2 {
    margin-right: 2px;
  }
  .mg-xs-b-2 {
    margin-bottom: 2px;
  }
  .mg-xs-l-2 {
    margin-left: 2px;
  }
  .mg-xs-3 {
    margin: 3px;
  }
  .mg-xs-y-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .mg-xs-x-3 {
    margin-left: 3px;
    margin-right: 3px;
  }
  .mg-xs-t-3 {
    margin-top: 3px;
  }
  .mg-xs-r-3 {
    margin-right: 3px;
  }
  .mg-xs-b-3 {
    margin-bottom: 3px;
  }
  .mg-xs-l-3 {
    margin-left: 3px;
  }
  .mg-xs-4 {
    margin: 4px;
  }
  .mg-xs-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mg-xs-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mg-xs-t-4 {
    margin-top: 4px;
  }
  .mg-xs-r-4 {
    margin-right: 4px;
  }
  .mg-xs-b-4 {
    margin-bottom: 4px;
  }
  .mg-xs-l-4 {
    margin-left: 4px;
  }
  .mg-xs-5 {
    margin: 5px;
  }
  .mg-xs-y-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mg-xs-x-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mg-xs-t-5 {
    margin-top: 5px;
  }
  .mg-xs-r-5 {
    margin-right: 5px;
  }
  .mg-xs-b-5 {
    margin-bottom: 5px;
  }
  .mg-xs-l-5 {
    margin-left: 5px;
  }
  .mg-xs-6 {
    margin: 6px;
  }
  .mg-xs-y-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .mg-xs-x-6 {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mg-xs-t-6 {
    margin-top: 6px;
  }
  .mg-xs-r-6 {
    margin-right: 6px;
  }
  .mg-xs-b-6 {
    margin-bottom: 6px;
  }
  .mg-xs-l-6 {
    margin-left: 6px;
  }
  .mg-xs-7 {
    margin: 7px;
  }
  .mg-xs-y-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .mg-xs-x-7 {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mg-xs-t-7 {
    margin-top: 7px;
  }
  .mg-xs-r-7 {
    margin-right: 7px;
  }
  .mg-xs-b-7 {
    margin-bottom: 7px;
  }
  .mg-xs-l-7 {
    margin-left: 7px;
  }
  .mg-xs-8 {
    margin: 8px;
  }
  .mg-xs-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mg-xs-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mg-xs-t-8 {
    margin-top: 8px;
  }
  .mg-xs-r-8 {
    margin-right: 8px;
  }
  .mg-xs-b-8 {
    margin-bottom: 8px;
  }
  .mg-xs-l-8 {
    margin-left: 8px;
  }
  .mg-xs-9 {
    margin: 9px;
  }
  .mg-xs-y-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .mg-xs-x-9 {
    margin-left: 9px;
    margin-right: 9px;
  }
  .mg-xs-t-9 {
    margin-top: 9px;
  }
  .mg-xs-r-9 {
    margin-right: 9px;
  }
  .mg-xs-b-9 {
    margin-bottom: 9px;
  }
  .mg-xs-l-9 {
    margin-left: 9px;
  }
  .mg-xs-10 {
    margin: 10px;
  }
  .mg-xs-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mg-xs-x-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mg-xs-t-10 {
    margin-top: 10px;
  }
  .mg-xs-r-10 {
    margin-right: 10px;
  }
  .mg-xs-b-10 {
    margin-bottom: 10px;
  }
  .mg-xs-l-10 {
    margin-left: 10px;
  }
  .mg-xs-15 {
    margin: 15px;
  }
  .mg-xs-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mg-xs-x-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mg-xs-t-15 {
    margin-top: 15px;
  }
  .mg-xs-r-15 {
    margin-right: 15px;
  }
  .mg-xs-b-15 {
    margin-bottom: 15px;
  }
  .mg-xs-l-15 {
    margin-left: 15px;
  }
  .mg-xs-20 {
    margin: 20px;
  }
  .mg-xs-y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mg-xs-x-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mg-xs-t-20 {
    margin-top: 20px;
  }
  .mg-xs-r-20 {
    margin-right: 20px;
  }
  .mg-xs-b-20 {
    margin-bottom: 20px;
  }
  .mg-xs-l-20 {
    margin-left: 20px;
  }
  .mg-xs-25 {
    margin: 25px;
  }
  .mg-xs-y-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mg-xs-x-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mg-xs-t-25 {
    margin-top: 25px;
  }
  .mg-xs-r-25 {
    margin-right: 25px;
  }
  .mg-xs-b-25 {
    margin-bottom: 25px;
  }
  .mg-xs-l-25 {
    margin-left: 25px;
  }
  .mg-xs-30 {
    margin: 30px;
  }
  .mg-xs-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mg-xs-x-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mg-xs-t-30 {
    margin-top: 30px;
  }
  .mg-xs-r-30 {
    margin-right: 30px;
  }
  .mg-xs-b-30 {
    margin-bottom: 30px;
  }
  .mg-xs-l-30 {
    margin-left: 30px;
  }
  .mg-xs-35 {
    margin: 35px;
  }
  .mg-xs-y-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mg-xs-x-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mg-xs-t-35 {
    margin-top: 35px;
  }
  .mg-xs-r-35 {
    margin-right: 35px;
  }
  .mg-xs-b-35 {
    margin-bottom: 35px;
  }
  .mg-xs-l-35 {
    margin-left: 35px;
  }
  .mg-xs-40 {
    margin: 40px;
  }
  .mg-xs-y-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mg-xs-x-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mg-xs-t-40 {
    margin-top: 40px;
  }
  .mg-xs-r-40 {
    margin-right: 40px;
  }
  .mg-xs-b-40 {
    margin-bottom: 40px;
  }
  .mg-xs-l-40 {
    margin-left: 40px;
  }
  .mg-xs-45 {
    margin: 45px;
  }
  .mg-xs-y-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mg-xs-x-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mg-xs-t-45 {
    margin-top: 45px;
  }
  .mg-xs-r-45 {
    margin-right: 45px;
  }
  .mg-xs-b-45 {
    margin-bottom: 45px;
  }
  .mg-xs-l-45 {
    margin-left: 45px;
  }
  .mg-xs-50 {
    margin: 50px;
  }
  .mg-xs-y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mg-xs-x-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mg-xs-t-50 {
    margin-top: 50px;
  }
  .mg-xs-r-50 {
    margin-right: 50px;
  }
  .mg-xs-b-50 {
    margin-bottom: 50px;
  }
  .mg-xs-l-50 {
    margin-left: 50px;
  }
  .mg-xs-55 {
    margin: 55px;
  }
  .mg-xs-y-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .mg-xs-x-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .mg-xs-t-55 {
    margin-top: 55px;
  }
  .mg-xs-r-55 {
    margin-right: 55px;
  }
  .mg-xs-b-55 {
    margin-bottom: 55px;
  }
  .mg-xs-l-55 {
    margin-left: 55px;
  }
  .mg-xs-60 {
    margin: 60px;
  }
  .mg-xs-y-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mg-xs-x-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mg-xs-t-60 {
    margin-top: 60px;
  }
  .mg-xs-r-60 {
    margin-right: 60px;
  }
  .mg-xs-b-60 {
    margin-bottom: 60px;
  }
  .mg-xs-l-60 {
    margin-left: 60px;
  }
  .mg-xs-65 {
    margin: 65px;
  }
  .mg-xs-y-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mg-xs-x-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mg-xs-t-65 {
    margin-top: 65px;
  }
  .mg-xs-r-65 {
    margin-right: 65px;
  }
  .mg-xs-b-65 {
    margin-bottom: 65px;
  }
  .mg-xs-l-65 {
    margin-left: 65px;
  }
  .mg-xs-70 {
    margin: 70px;
  }
  .mg-xs-y-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mg-xs-x-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mg-xs-t-70 {
    margin-top: 70px;
  }
  .mg-xs-r-70 {
    margin-right: 70px;
  }
  .mg-xs-b-70 {
    margin-bottom: 70px;
  }
  .mg-xs-l-70 {
    margin-left: 70px;
  }
  .mg-xs-75 {
    margin: 75px;
  }
  .mg-xs-y-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mg-xs-x-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mg-xs-t-75 {
    margin-top: 75px;
  }
  .mg-xs-r-75 {
    margin-right: 75px;
  }
  .mg-xs-b-75 {
    margin-bottom: 75px;
  }
  .mg-xs-l-75 {
    margin-left: 75px;
  }
  .mg-xs-80 {
    margin: 80px;
  }
  .mg-xs-y-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mg-xs-x-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mg-xs-t-80 {
    margin-top: 80px;
  }
  .mg-xs-r-80 {
    margin-right: 80px;
  }
  .mg-xs-b-80 {
    margin-bottom: 80px;
  }
  .mg-xs-l-80 {
    margin-left: 80px;
  }
  .mg-xs-85 {
    margin: 85px;
  }
  .mg-xs-y-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .mg-xs-x-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .mg-xs-t-85 {
    margin-top: 85px;
  }
  .mg-xs-r-85 {
    margin-right: 85px;
  }
  .mg-xs-b-85 {
    margin-bottom: 85px;
  }
  .mg-xs-l-85 {
    margin-left: 85px;
  }
  .mg-xs-90 {
    margin: 90px;
  }
  .mg-xs-y-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mg-xs-x-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mg-xs-t-90 {
    margin-top: 90px;
  }
  .mg-xs-r-90 {
    margin-right: 90px;
  }
  .mg-xs-b-90 {
    margin-bottom: 90px;
  }
  .mg-xs-l-90 {
    margin-left: 90px;
  }
  .mg-xs-95 {
    margin: 95px;
  }
  .mg-xs-y-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .mg-xs-x-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .mg-xs-t-95 {
    margin-top: 95px;
  }
  .mg-xs-r-95 {
    margin-right: 95px;
  }
  .mg-xs-b-95 {
    margin-bottom: 95px;
  }
  .mg-xs-l-95 {
    margin-left: 95px;
  }
  .mg-xs-100 {
    margin: 100px;
  }
  .mg-xs-y-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mg-xs-x-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mg-xs-t-100 {
    margin-top: 100px;
  }
  .mg-xs-r-100 {
    margin-right: 100px;
  }
  .mg-xs-b-100 {
    margin-bottom: 100px;
  }
  .mg-xs-l-100 {
    margin-left: 100px;
  }
  .mg-xs-t-auto {
    margin-top: auto;
  }
  .mg-xs-r-auto {
    margin-right: auto;
  }
  .mg-xs-b-auto {
    margin-bottom: auto;
  }
  .mg-xs-l-auto {
    margin-left: auto;
  }
  .mg-xs-auto {
    margin: auto;
  }
  .mg-xs-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .mg-sm-0 {
    margin: 0px;
  }
  .mg-sm-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mg-sm-x-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mg-sm-t-0 {
    margin-top: 0px;
  }
  .mg-sm-r-0 {
    margin-right: 0px;
  }
  .mg-sm-b-0 {
    margin-bottom: 0px;
  }
  .mg-sm-l-0 {
    margin-left: 0px;
  }
  .mg-sm-1 {
    margin: 1px;
  }
  .mg-sm-y-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .mg-sm-x-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .mg-sm-t-1 {
    margin-top: 1px;
  }
  .mg-sm-r-1 {
    margin-right: 1px;
  }
  .mg-sm-b-1 {
    margin-bottom: 1px;
  }
  .mg-sm-l-1 {
    margin-left: 1px;
  }
  .mg-sm-2 {
    margin: 2px;
  }
  .mg-sm-y-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .mg-sm-x-2 {
    margin-left: 2px;
    margin-right: 2px;
  }
  .mg-sm-t-2 {
    margin-top: 2px;
  }
  .mg-sm-r-2 {
    margin-right: 2px;
  }
  .mg-sm-b-2 {
    margin-bottom: 2px;
  }
  .mg-sm-l-2 {
    margin-left: 2px;
  }
  .mg-sm-3 {
    margin: 3px;
  }
  .mg-sm-y-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .mg-sm-x-3 {
    margin-left: 3px;
    margin-right: 3px;
  }
  .mg-sm-t-3 {
    margin-top: 3px;
  }
  .mg-sm-r-3 {
    margin-right: 3px;
  }
  .mg-sm-b-3 {
    margin-bottom: 3px;
  }
  .mg-sm-l-3 {
    margin-left: 3px;
  }
  .mg-sm-4 {
    margin: 4px;
  }
  .mg-sm-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mg-sm-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mg-sm-t-4 {
    margin-top: 4px;
  }
  .mg-sm-r-4 {
    margin-right: 4px;
  }
  .mg-sm-b-4 {
    margin-bottom: 4px;
  }
  .mg-sm-l-4 {
    margin-left: 4px;
  }
  .mg-sm-5 {
    margin: 5px;
  }
  .mg-sm-y-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mg-sm-x-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mg-sm-t-5 {
    margin-top: 5px;
  }
  .mg-sm-r-5 {
    margin-right: 5px;
  }
  .mg-sm-b-5 {
    margin-bottom: 5px;
  }
  .mg-sm-l-5 {
    margin-left: 5px;
  }
  .mg-sm-6 {
    margin: 6px;
  }
  .mg-sm-y-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .mg-sm-x-6 {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mg-sm-t-6 {
    margin-top: 6px;
  }
  .mg-sm-r-6 {
    margin-right: 6px;
  }
  .mg-sm-b-6 {
    margin-bottom: 6px;
  }
  .mg-sm-l-6 {
    margin-left: 6px;
  }
  .mg-sm-7 {
    margin: 7px;
  }
  .mg-sm-y-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .mg-sm-x-7 {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mg-sm-t-7 {
    margin-top: 7px;
  }
  .mg-sm-r-7 {
    margin-right: 7px;
  }
  .mg-sm-b-7 {
    margin-bottom: 7px;
  }
  .mg-sm-l-7 {
    margin-left: 7px;
  }
  .mg-sm-8 {
    margin: 8px;
  }
  .mg-sm-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mg-sm-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mg-sm-t-8 {
    margin-top: 8px;
  }
  .mg-sm-r-8 {
    margin-right: 8px;
  }
  .mg-sm-b-8 {
    margin-bottom: 8px;
  }
  .mg-sm-l-8 {
    margin-left: 8px;
  }
  .mg-sm-9 {
    margin: 9px;
  }
  .mg-sm-y-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .mg-sm-x-9 {
    margin-left: 9px;
    margin-right: 9px;
  }
  .mg-sm-t-9 {
    margin-top: 9px;
  }
  .mg-sm-r-9 {
    margin-right: 9px;
  }
  .mg-sm-b-9 {
    margin-bottom: 9px;
  }
  .mg-sm-l-9 {
    margin-left: 9px;
  }
  .mg-sm-10 {
    margin: 10px;
  }
  .mg-sm-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mg-sm-x-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mg-sm-t-10 {
    margin-top: 10px;
  }
  .mg-sm-r-10 {
    margin-right: 10px;
  }
  .mg-sm-b-10 {
    margin-bottom: 10px;
  }
  .mg-sm-l-10 {
    margin-left: 10px;
  }
  .mg-sm-15 {
    margin: 15px;
  }
  .mg-sm-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mg-sm-x-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mg-sm-t-15 {
    margin-top: 15px;
  }
  .mg-sm-r-15 {
    margin-right: 15px;
  }
  .mg-sm-b-15 {
    margin-bottom: 15px;
  }
  .mg-sm-l-15 {
    margin-left: 15px;
  }
  .mg-sm-20 {
    margin: 20px;
  }
  .mg-sm-y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mg-sm-x-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mg-sm-t-20 {
    margin-top: 20px;
  }
  .mg-sm-r-20 {
    margin-right: 20px;
  }
  .mg-sm-b-20 {
    margin-bottom: 20px;
  }
  .mg-sm-l-20 {
    margin-left: 20px;
  }
  .mg-sm-25 {
    margin: 25px;
  }
  .mg-sm-y-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mg-sm-x-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mg-sm-t-25 {
    margin-top: 25px;
  }
  .mg-sm-r-25 {
    margin-right: 25px;
  }
  .mg-sm-b-25 {
    margin-bottom: 25px;
  }
  .mg-sm-l-25 {
    margin-left: 25px;
  }
  .mg-sm-30 {
    margin: 30px;
  }
  .mg-sm-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mg-sm-x-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mg-sm-t-30 {
    margin-top: 30px;
  }
  .mg-sm-r-30 {
    margin-right: 30px;
  }
  .mg-sm-b-30 {
    margin-bottom: 30px;
  }
  .mg-sm-l-30 {
    margin-left: 30px;
  }
  .mg-sm-35 {
    margin: 35px;
  }
  .mg-sm-y-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mg-sm-x-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mg-sm-t-35 {
    margin-top: 35px;
  }
  .mg-sm-r-35 {
    margin-right: 35px;
  }
  .mg-sm-b-35 {
    margin-bottom: 35px;
  }
  .mg-sm-l-35 {
    margin-left: 35px;
  }
  .mg-sm-40 {
    margin: 40px;
  }
  .mg-sm-y-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mg-sm-x-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mg-sm-t-40 {
    margin-top: 40px;
  }
  .mg-sm-r-40 {
    margin-right: 40px;
  }
  .mg-sm-b-40 {
    margin-bottom: 40px;
  }
  .mg-sm-l-40 {
    margin-left: 40px;
  }
  .mg-sm-45 {
    margin: 45px;
  }
  .mg-sm-y-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mg-sm-x-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mg-sm-t-45 {
    margin-top: 45px;
  }
  .mg-sm-r-45 {
    margin-right: 45px;
  }
  .mg-sm-b-45 {
    margin-bottom: 45px;
  }
  .mg-sm-l-45 {
    margin-left: 45px;
  }
  .mg-sm-50 {
    margin: 50px;
  }
  .mg-sm-y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mg-sm-x-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mg-sm-t-50 {
    margin-top: 50px;
  }
  .mg-sm-r-50 {
    margin-right: 50px;
  }
  .mg-sm-b-50 {
    margin-bottom: 50px;
  }
  .mg-sm-l-50 {
    margin-left: 50px;
  }
  .mg-sm-55 {
    margin: 55px;
  }
  .mg-sm-y-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .mg-sm-x-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .mg-sm-t-55 {
    margin-top: 55px;
  }
  .mg-sm-r-55 {
    margin-right: 55px;
  }
  .mg-sm-b-55 {
    margin-bottom: 55px;
  }
  .mg-sm-l-55 {
    margin-left: 55px;
  }
  .mg-sm-60 {
    margin: 60px;
  }
  .mg-sm-y-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mg-sm-x-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mg-sm-t-60 {
    margin-top: 60px;
  }
  .mg-sm-r-60 {
    margin-right: 60px;
  }
  .mg-sm-b-60 {
    margin-bottom: 60px;
  }
  .mg-sm-l-60 {
    margin-left: 60px;
  }
  .mg-sm-65 {
    margin: 65px;
  }
  .mg-sm-y-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mg-sm-x-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mg-sm-t-65 {
    margin-top: 65px;
  }
  .mg-sm-r-65 {
    margin-right: 65px;
  }
  .mg-sm-b-65 {
    margin-bottom: 65px;
  }
  .mg-sm-l-65 {
    margin-left: 65px;
  }
  .mg-sm-70 {
    margin: 70px;
  }
  .mg-sm-y-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mg-sm-x-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mg-sm-t-70 {
    margin-top: 70px;
  }
  .mg-sm-r-70 {
    margin-right: 70px;
  }
  .mg-sm-b-70 {
    margin-bottom: 70px;
  }
  .mg-sm-l-70 {
    margin-left: 70px;
  }
  .mg-sm-75 {
    margin: 75px;
  }
  .mg-sm-y-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mg-sm-x-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mg-sm-t-75 {
    margin-top: 75px;
  }
  .mg-sm-r-75 {
    margin-right: 75px;
  }
  .mg-sm-b-75 {
    margin-bottom: 75px;
  }
  .mg-sm-l-75 {
    margin-left: 75px;
  }
  .mg-sm-80 {
    margin: 80px;
  }
  .mg-sm-y-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mg-sm-x-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mg-sm-t-80 {
    margin-top: 80px;
  }
  .mg-sm-r-80 {
    margin-right: 80px;
  }
  .mg-sm-b-80 {
    margin-bottom: 80px;
  }
  .mg-sm-l-80 {
    margin-left: 80px;
  }
  .mg-sm-85 {
    margin: 85px;
  }
  .mg-sm-y-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .mg-sm-x-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .mg-sm-t-85 {
    margin-top: 85px;
  }
  .mg-sm-r-85 {
    margin-right: 85px;
  }
  .mg-sm-b-85 {
    margin-bottom: 85px;
  }
  .mg-sm-l-85 {
    margin-left: 85px;
  }
  .mg-sm-90 {
    margin: 90px;
  }
  .mg-sm-y-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mg-sm-x-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mg-sm-t-90 {
    margin-top: 90px;
  }
  .mg-sm-r-90 {
    margin-right: 90px;
  }
  .mg-sm-b-90 {
    margin-bottom: 90px;
  }
  .mg-sm-l-90 {
    margin-left: 90px;
  }
  .mg-sm-95 {
    margin: 95px;
  }
  .mg-sm-y-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .mg-sm-x-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .mg-sm-t-95 {
    margin-top: 95px;
  }
  .mg-sm-r-95 {
    margin-right: 95px;
  }
  .mg-sm-b-95 {
    margin-bottom: 95px;
  }
  .mg-sm-l-95 {
    margin-left: 95px;
  }
  .mg-sm-100 {
    margin: 100px;
  }
  .mg-sm-y-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mg-sm-x-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mg-sm-t-100 {
    margin-top: 100px;
  }
  .mg-sm-r-100 {
    margin-right: 100px;
  }
  .mg-sm-b-100 {
    margin-bottom: 100px;
  }
  .mg-sm-l-100 {
    margin-left: 100px;
  }
  .mg-sm-t-auto {
    margin-top: auto;
  }
  .mg-sm-r-auto {
    margin-right: auto;
  }
  .mg-sm-b-auto {
    margin-bottom: auto;
  }
  .mg-sm-l-auto {
    margin-left: auto;
  }
  .mg-sm-auto {
    margin: auto;
  }
  .mg-sm-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .mg-md-0 {
    margin: 0px;
  }
  .mg-md-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mg-md-x-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mg-md-t-0 {
    margin-top: 0px;
  }
  .mg-md-r-0 {
    margin-right: 0px;
  }
  .mg-md-b-0 {
    margin-bottom: 0px;
  }
  .mg-md-l-0 {
    margin-left: 0px;
  }
  .mg-md-1 {
    margin: 1px;
  }
  .mg-md-y-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .mg-md-x-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .mg-md-t-1 {
    margin-top: 1px;
  }
  .mg-md-r-1 {
    margin-right: 1px;
  }
  .mg-md-b-1 {
    margin-bottom: 1px;
  }
  .mg-md-l-1 {
    margin-left: 1px;
  }
  .mg-md-2 {
    margin: 2px;
  }
  .mg-md-y-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .mg-md-x-2 {
    margin-left: 2px;
    margin-right: 2px;
  }
  .mg-md-t-2 {
    margin-top: 2px;
  }
  .mg-md-r-2 {
    margin-right: 2px;
  }
  .mg-md-b-2 {
    margin-bottom: 2px;
  }
  .mg-md-l-2 {
    margin-left: 2px;
  }
  .mg-md-3 {
    margin: 3px;
  }
  .mg-md-y-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .mg-md-x-3 {
    margin-left: 3px;
    margin-right: 3px;
  }
  .mg-md-t-3 {
    margin-top: 3px;
  }
  .mg-md-r-3 {
    margin-right: 3px;
  }
  .mg-md-b-3 {
    margin-bottom: 3px;
  }
  .mg-md-l-3 {
    margin-left: 3px;
  }
  .mg-md-4 {
    margin: 4px;
  }
  .mg-md-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mg-md-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mg-md-t-4 {
    margin-top: 4px;
  }
  .mg-md-r-4 {
    margin-right: 4px;
  }
  .mg-md-b-4 {
    margin-bottom: 4px;
  }
  .mg-md-l-4 {
    margin-left: 4px;
  }
  .mg-md-5 {
    margin: 5px;
  }
  .mg-md-y-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mg-md-x-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mg-md-t-5 {
    margin-top: 5px;
  }
  .mg-md-r-5 {
    margin-right: 5px;
  }
  .mg-md-b-5 {
    margin-bottom: 5px;
  }
  .mg-md-l-5 {
    margin-left: 5px;
  }
  .mg-md-6 {
    margin: 6px;
  }
  .mg-md-y-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .mg-md-x-6 {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mg-md-t-6 {
    margin-top: 6px;
  }
  .mg-md-r-6 {
    margin-right: 6px;
  }
  .mg-md-b-6 {
    margin-bottom: 6px;
  }
  .mg-md-l-6 {
    margin-left: 6px;
  }
  .mg-md-7 {
    margin: 7px;
  }
  .mg-md-y-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .mg-md-x-7 {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mg-md-t-7 {
    margin-top: 7px;
  }
  .mg-md-r-7 {
    margin-right: 7px;
  }
  .mg-md-b-7 {
    margin-bottom: 7px;
  }
  .mg-md-l-7 {
    margin-left: 7px;
  }
  .mg-md-8 {
    margin: 8px;
  }
  .mg-md-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mg-md-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mg-md-t-8 {
    margin-top: 8px;
  }
  .mg-md-r-8 {
    margin-right: 8px;
  }
  .mg-md-b-8 {
    margin-bottom: 8px;
  }
  .mg-md-l-8 {
    margin-left: 8px;
  }
  .mg-md-9 {
    margin: 9px;
  }
  .mg-md-y-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .mg-md-x-9 {
    margin-left: 9px;
    margin-right: 9px;
  }
  .mg-md-t-9 {
    margin-top: 9px;
  }
  .mg-md-r-9 {
    margin-right: 9px;
  }
  .mg-md-b-9 {
    margin-bottom: 9px;
  }
  .mg-md-l-9 {
    margin-left: 9px;
  }
  .mg-md-10 {
    margin: 10px;
  }
  .mg-md-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mg-md-x-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mg-md-t-10 {
    margin-top: 10px;
  }
  .mg-md-r-10 {
    margin-right: 10px;
  }
  .mg-md-b-10 {
    margin-bottom: 10px;
  }
  .mg-md-l-10 {
    margin-left: 10px;
  }
  .mg-md-15 {
    margin: 15px;
  }
  .mg-md-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mg-md-x-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mg-md-t-15 {
    margin-top: 15px;
  }
  .mg-md-r-15 {
    margin-right: 15px;
  }
  .mg-md-b-15 {
    margin-bottom: 15px;
  }
  .mg-md-l-15 {
    margin-left: 15px;
  }
  .mg-md-20 {
    margin: 20px;
  }
  .mg-md-y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mg-md-x-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mg-md-t-20 {
    margin-top: 20px;
  }
  .mg-md-r-20 {
    margin-right: 20px;
  }
  .mg-md-b-20 {
    margin-bottom: 20px;
  }
  .mg-md-l-20 {
    margin-left: 20px;
  }
  .mg-md-25 {
    margin: 25px;
  }
  .mg-md-y-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mg-md-x-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mg-md-t-25 {
    margin-top: 25px;
  }
  .mg-md-r-25 {
    margin-right: 25px;
  }
  .mg-md-b-25 {
    margin-bottom: 25px;
  }
  .mg-md-l-25 {
    margin-left: 25px;
  }
  .mg-md-30 {
    margin: 30px;
  }
  .mg-md-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mg-md-x-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mg-md-t-30 {
    margin-top: 30px;
  }
  .mg-md-r-30 {
    margin-right: 30px;
  }
  .mg-md-b-30 {
    margin-bottom: 30px;
  }
  .mg-md-l-30 {
    margin-left: 30px;
  }
  .mg-md-35 {
    margin: 35px;
  }
  .mg-md-y-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mg-md-x-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mg-md-t-35 {
    margin-top: 35px;
  }
  .mg-md-r-35 {
    margin-right: 35px;
  }
  .mg-md-b-35 {
    margin-bottom: 35px;
  }
  .mg-md-l-35 {
    margin-left: 35px;
  }
  .mg-md-40 {
    margin: 40px;
  }
  .mg-md-y-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mg-md-x-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mg-md-t-40 {
    margin-top: 40px;
  }
  .mg-md-r-40 {
    margin-right: 40px;
  }
  .mg-md-b-40 {
    margin-bottom: 40px;
  }
  .mg-md-l-40 {
    margin-left: 40px;
  }
  .mg-md-45 {
    margin: 45px;
  }
  .mg-md-y-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mg-md-x-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mg-md-t-45 {
    margin-top: 45px;
  }
  .mg-md-r-45 {
    margin-right: 45px;
  }
  .mg-md-b-45 {
    margin-bottom: 45px;
  }
  .mg-md-l-45 {
    margin-left: 45px;
  }
  .mg-md-50 {
    margin: 50px;
  }
  .mg-md-y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mg-md-x-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mg-md-t-50 {
    margin-top: 50px;
  }
  .mg-md-r-50 {
    margin-right: 50px;
  }
  .mg-md-b-50 {
    margin-bottom: 50px;
  }
  .mg-md-l-50 {
    margin-left: 50px;
  }
  .mg-md-55 {
    margin: 55px;
  }
  .mg-md-y-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .mg-md-x-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .mg-md-t-55 {
    margin-top: 55px;
  }
  .mg-md-r-55 {
    margin-right: 55px;
  }
  .mg-md-b-55 {
    margin-bottom: 55px;
  }
  .mg-md-l-55 {
    margin-left: 55px;
  }
  .mg-md-60 {
    margin: 60px;
  }
  .mg-md-y-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mg-md-x-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mg-md-t-60 {
    margin-top: 60px;
  }
  .mg-md-r-60 {
    margin-right: 60px;
  }
  .mg-md-b-60 {
    margin-bottom: 60px;
  }
  .mg-md-l-60 {
    margin-left: 60px;
  }
  .mg-md-65 {
    margin: 65px;
  }
  .mg-md-y-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mg-md-x-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mg-md-t-65 {
    margin-top: 65px;
  }
  .mg-md-r-65 {
    margin-right: 65px;
  }
  .mg-md-b-65 {
    margin-bottom: 65px;
  }
  .mg-md-l-65 {
    margin-left: 65px;
  }
  .mg-md-70 {
    margin: 70px;
  }
  .mg-md-y-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mg-md-x-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mg-md-t-70 {
    margin-top: 70px;
  }
  .mg-md-r-70 {
    margin-right: 70px;
  }
  .mg-md-b-70 {
    margin-bottom: 70px;
  }
  .mg-md-l-70 {
    margin-left: 70px;
  }
  .mg-md-75 {
    margin: 75px;
  }
  .mg-md-y-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mg-md-x-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mg-md-t-75 {
    margin-top: 75px;
  }
  .mg-md-r-75 {
    margin-right: 75px;
  }
  .mg-md-b-75 {
    margin-bottom: 75px;
  }
  .mg-md-l-75 {
    margin-left: 75px;
  }
  .mg-md-80 {
    margin: 80px;
  }
  .mg-md-y-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mg-md-x-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mg-md-t-80 {
    margin-top: 80px;
  }
  .mg-md-r-80 {
    margin-right: 80px;
  }
  .mg-md-b-80 {
    margin-bottom: 80px;
  }
  .mg-md-l-80 {
    margin-left: 80px;
  }
  .mg-md-85 {
    margin: 85px;
  }
  .mg-md-y-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .mg-md-x-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .mg-md-t-85 {
    margin-top: 85px;
  }
  .mg-md-r-85 {
    margin-right: 85px;
  }
  .mg-md-b-85 {
    margin-bottom: 85px;
  }
  .mg-md-l-85 {
    margin-left: 85px;
  }
  .mg-md-90 {
    margin: 90px;
  }
  .mg-md-y-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mg-md-x-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mg-md-t-90 {
    margin-top: 90px;
  }
  .mg-md-r-90 {
    margin-right: 90px;
  }
  .mg-md-b-90 {
    margin-bottom: 90px;
  }
  .mg-md-l-90 {
    margin-left: 90px;
  }
  .mg-md-95 {
    margin: 95px;
  }
  .mg-md-y-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .mg-md-x-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .mg-md-t-95 {
    margin-top: 95px;
  }
  .mg-md-r-95 {
    margin-right: 95px;
  }
  .mg-md-b-95 {
    margin-bottom: 95px;
  }
  .mg-md-l-95 {
    margin-left: 95px;
  }
  .mg-md-100 {
    margin: 100px;
  }
  .mg-md-y-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mg-md-x-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mg-md-t-100 {
    margin-top: 100px;
  }
  .mg-md-r-100 {
    margin-right: 100px;
  }
  .mg-md-b-100 {
    margin-bottom: 100px;
  }
  .mg-md-l-100 {
    margin-left: 100px;
  }
  .mg-md-t-auto {
    margin-top: auto;
  }
  .mg-md-r-auto {
    margin-right: auto;
  }
  .mg-md-b-auto {
    margin-bottom: auto;
  }
  .mg-md-l-auto {
    margin-left: auto;
  }
  .mg-md-auto {
    margin: auto;
  }
  .mg-md-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .mg-lg-0 {
    margin: 0px;
  }
  .mg-lg-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mg-lg-x-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mg-lg-t-0 {
    margin-top: 0px;
  }
  .mg-lg-r-0 {
    margin-right: 0px;
  }
  .mg-lg-b-0 {
    margin-bottom: 0px;
  }
  .mg-lg-l-0 {
    margin-left: 0px;
  }
  .mg-lg-1 {
    margin: 1px;
  }
  .mg-lg-y-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .mg-lg-x-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .mg-lg-t-1 {
    margin-top: 1px;
  }
  .mg-lg-r-1 {
    margin-right: 1px;
  }
  .mg-lg-b-1 {
    margin-bottom: 1px;
  }
  .mg-lg-l-1 {
    margin-left: 1px;
  }
  .mg-lg-2 {
    margin: 2px;
  }
  .mg-lg-y-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .mg-lg-x-2 {
    margin-left: 2px;
    margin-right: 2px;
  }
  .mg-lg-t-2 {
    margin-top: 2px;
  }
  .mg-lg-r-2 {
    margin-right: 2px;
  }
  .mg-lg-b-2 {
    margin-bottom: 2px;
  }
  .mg-lg-l-2 {
    margin-left: 2px;
  }
  .mg-lg-3 {
    margin: 3px;
  }
  .mg-lg-y-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .mg-lg-x-3 {
    margin-left: 3px;
    margin-right: 3px;
  }
  .mg-lg-t-3 {
    margin-top: 3px;
  }
  .mg-lg-r-3 {
    margin-right: 3px;
  }
  .mg-lg-b-3 {
    margin-bottom: 3px;
  }
  .mg-lg-l-3 {
    margin-left: 3px;
  }
  .mg-lg-4 {
    margin: 4px;
  }
  .mg-lg-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mg-lg-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mg-lg-t-4 {
    margin-top: 4px;
  }
  .mg-lg-r-4 {
    margin-right: 4px;
  }
  .mg-lg-b-4 {
    margin-bottom: 4px;
  }
  .mg-lg-l-4 {
    margin-left: 4px;
  }
  .mg-lg-5 {
    margin: 5px;
  }
  .mg-lg-y-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mg-lg-x-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mg-lg-t-5 {
    margin-top: 5px;
  }
  .mg-lg-r-5 {
    margin-right: 5px;
  }
  .mg-lg-b-5 {
    margin-bottom: 5px;
  }
  .mg-lg-l-5 {
    margin-left: 5px;
  }
  .mg-lg-6 {
    margin: 6px;
  }
  .mg-lg-y-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .mg-lg-x-6 {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mg-lg-t-6 {
    margin-top: 6px;
  }
  .mg-lg-r-6 {
    margin-right: 6px;
  }
  .mg-lg-b-6 {
    margin-bottom: 6px;
  }
  .mg-lg-l-6 {
    margin-left: 6px;
  }
  .mg-lg-7 {
    margin: 7px;
  }
  .mg-lg-y-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .mg-lg-x-7 {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mg-lg-t-7 {
    margin-top: 7px;
  }
  .mg-lg-r-7 {
    margin-right: 7px;
  }
  .mg-lg-b-7 {
    margin-bottom: 7px;
  }
  .mg-lg-l-7 {
    margin-left: 7px;
  }
  .mg-lg-8 {
    margin: 8px;
  }
  .mg-lg-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mg-lg-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mg-lg-t-8 {
    margin-top: 8px;
  }
  .mg-lg-r-8 {
    margin-right: 8px;
  }
  .mg-lg-b-8 {
    margin-bottom: 8px;
  }
  .mg-lg-l-8 {
    margin-left: 8px;
  }
  .mg-lg-9 {
    margin: 9px;
  }
  .mg-lg-y-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .mg-lg-x-9 {
    margin-left: 9px;
    margin-right: 9px;
  }
  .mg-lg-t-9 {
    margin-top: 9px;
  }
  .mg-lg-r-9 {
    margin-right: 9px;
  }
  .mg-lg-b-9 {
    margin-bottom: 9px;
  }
  .mg-lg-l-9 {
    margin-left: 9px;
  }
  .mg-lg-10 {
    margin: 10px;
  }
  .mg-lg-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mg-lg-x-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mg-lg-t-10 {
    margin-top: 10px;
  }
  .mg-lg-r-10 {
    margin-right: 10px;
  }
  .mg-lg-b-10 {
    margin-bottom: 10px;
  }
  .mg-lg-l-10 {
    margin-left: 10px;
  }
  .mg-lg-15 {
    margin: 15px;
  }
  .mg-lg-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mg-lg-x-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mg-lg-t-15 {
    margin-top: 15px;
  }
  .mg-lg-r-15 {
    margin-right: 15px;
  }
  .mg-lg-b-15 {
    margin-bottom: 15px;
  }
  .mg-lg-l-15 {
    margin-left: 15px;
  }
  .mg-lg-20 {
    margin: 20px;
  }
  .mg-lg-y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mg-lg-x-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mg-lg-t-20 {
    margin-top: 20px;
  }
  .mg-lg-r-20 {
    margin-right: 20px;
  }
  .mg-lg-b-20 {
    margin-bottom: 20px;
  }
  .mg-lg-l-20 {
    margin-left: 20px;
  }
  .mg-lg-25 {
    margin: 25px;
  }
  .mg-lg-y-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mg-lg-x-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mg-lg-t-25 {
    margin-top: 25px;
  }
  .mg-lg-r-25 {
    margin-right: 25px;
  }
  .mg-lg-b-25 {
    margin-bottom: 25px;
  }
  .mg-lg-l-25 {
    margin-left: 25px;
  }
  .mg-lg-30 {
    margin: 30px;
  }
  .mg-lg-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mg-lg-x-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mg-lg-t-30 {
    margin-top: 30px;
  }
  .mg-lg-r-30 {
    margin-right: 30px;
  }
  .mg-lg-b-30 {
    margin-bottom: 30px;
  }
  .mg-lg-l-30 {
    margin-left: 30px;
  }
  .mg-lg-35 {
    margin: 35px;
  }
  .mg-lg-y-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mg-lg-x-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mg-lg-t-35 {
    margin-top: 35px;
  }
  .mg-lg-r-35 {
    margin-right: 35px;
  }
  .mg-lg-b-35 {
    margin-bottom: 35px;
  }
  .mg-lg-l-35 {
    margin-left: 35px;
  }
  .mg-lg-40 {
    margin: 40px;
  }
  .mg-lg-y-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mg-lg-x-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mg-lg-t-40 {
    margin-top: 40px;
  }
  .mg-lg-r-40 {
    margin-right: 40px;
  }
  .mg-lg-b-40 {
    margin-bottom: 40px;
  }
  .mg-lg-l-40 {
    margin-left: 40px;
  }
  .mg-lg-45 {
    margin: 45px;
  }
  .mg-lg-y-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mg-lg-x-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mg-lg-t-45 {
    margin-top: 45px;
  }
  .mg-lg-r-45 {
    margin-right: 45px;
  }
  .mg-lg-b-45 {
    margin-bottom: 45px;
  }
  .mg-lg-l-45 {
    margin-left: 45px;
  }
  .mg-lg-50 {
    margin: 50px;
  }
  .mg-lg-y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mg-lg-x-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mg-lg-t-50 {
    margin-top: 50px;
  }
  .mg-lg-r-50 {
    margin-right: 50px;
  }
  .mg-lg-b-50 {
    margin-bottom: 50px;
  }
  .mg-lg-l-50 {
    margin-left: 50px;
  }
  .mg-lg-55 {
    margin: 55px;
  }
  .mg-lg-y-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .mg-lg-x-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .mg-lg-t-55 {
    margin-top: 55px;
  }
  .mg-lg-r-55 {
    margin-right: 55px;
  }
  .mg-lg-b-55 {
    margin-bottom: 55px;
  }
  .mg-lg-l-55 {
    margin-left: 55px;
  }
  .mg-lg-60 {
    margin: 60px;
  }
  .mg-lg-y-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mg-lg-x-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mg-lg-t-60 {
    margin-top: 60px;
  }
  .mg-lg-r-60 {
    margin-right: 60px;
  }
  .mg-lg-b-60 {
    margin-bottom: 60px;
  }
  .mg-lg-l-60 {
    margin-left: 60px;
  }
  .mg-lg-65 {
    margin: 65px;
  }
  .mg-lg-y-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mg-lg-x-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mg-lg-t-65 {
    margin-top: 65px;
  }
  .mg-lg-r-65 {
    margin-right: 65px;
  }
  .mg-lg-b-65 {
    margin-bottom: 65px;
  }
  .mg-lg-l-65 {
    margin-left: 65px;
  }
  .mg-lg-70 {
    margin: 70px;
  }
  .mg-lg-y-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mg-lg-x-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mg-lg-t-70 {
    margin-top: 70px;
  }
  .mg-lg-r-70 {
    margin-right: 70px;
  }
  .mg-lg-b-70 {
    margin-bottom: 70px;
  }
  .mg-lg-l-70 {
    margin-left: 70px;
  }
  .mg-lg-75 {
    margin: 75px;
  }
  .mg-lg-y-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mg-lg-x-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mg-lg-t-75 {
    margin-top: 75px;
  }
  .mg-lg-r-75 {
    margin-right: 75px;
  }
  .mg-lg-b-75 {
    margin-bottom: 75px;
  }
  .mg-lg-l-75 {
    margin-left: 75px;
  }
  .mg-lg-80 {
    margin: 80px;
  }
  .mg-lg-y-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mg-lg-x-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mg-lg-t-80 {
    margin-top: 80px;
  }
  .mg-lg-r-80 {
    margin-right: 80px;
  }
  .mg-lg-b-80 {
    margin-bottom: 80px;
  }
  .mg-lg-l-80 {
    margin-left: 80px;
  }
  .mg-lg-85 {
    margin: 85px;
  }
  .mg-lg-y-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .mg-lg-x-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .mg-lg-t-85 {
    margin-top: 85px;
  }
  .mg-lg-r-85 {
    margin-right: 85px;
  }
  .mg-lg-b-85 {
    margin-bottom: 85px;
  }
  .mg-lg-l-85 {
    margin-left: 85px;
  }
  .mg-lg-90 {
    margin: 90px;
  }
  .mg-lg-y-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mg-lg-x-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mg-lg-t-90 {
    margin-top: 90px;
  }
  .mg-lg-r-90 {
    margin-right: 90px;
  }
  .mg-lg-b-90 {
    margin-bottom: 90px;
  }
  .mg-lg-l-90 {
    margin-left: 90px;
  }
  .mg-lg-95 {
    margin: 95px;
  }
  .mg-lg-y-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .mg-lg-x-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .mg-lg-t-95 {
    margin-top: 95px;
  }
  .mg-lg-r-95 {
    margin-right: 95px;
  }
  .mg-lg-b-95 {
    margin-bottom: 95px;
  }
  .mg-lg-l-95 {
    margin-left: 95px;
  }
  .mg-lg-100 {
    margin: 100px;
  }
  .mg-lg-y-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mg-lg-x-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mg-lg-t-100 {
    margin-top: 100px;
  }
  .mg-lg-r-100 {
    margin-right: 100px;
  }
  .mg-lg-b-100 {
    margin-bottom: 100px;
  }
  .mg-lg-l-100 {
    margin-left: 100px;
  }
  .mg-lg-t-auto {
    margin-top: auto;
  }
  .mg-lg-r-auto {
    margin-right: auto;
  }
  .mg-lg-b-auto {
    margin-bottom: auto;
  }
  .mg-lg-l-auto {
    margin-left: auto;
  }
  .mg-lg-auto {
    margin: auto;
  }
  .mg-lg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .mg-xl-0 {
    margin: 0px;
  }
  .mg-xl-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mg-xl-x-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mg-xl-t-0 {
    margin-top: 0px;
  }
  .mg-xl-r-0 {
    margin-right: 0px;
  }
  .mg-xl-b-0 {
    margin-bottom: 0px;
  }
  .mg-xl-l-0 {
    margin-left: 0px;
  }
  .mg-xl-1 {
    margin: 1px;
  }
  .mg-xl-y-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .mg-xl-x-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .mg-xl-t-1 {
    margin-top: 1px;
  }
  .mg-xl-r-1 {
    margin-right: 1px;
  }
  .mg-xl-b-1 {
    margin-bottom: 1px;
  }
  .mg-xl-l-1 {
    margin-left: 1px;
  }
  .mg-xl-2 {
    margin: 2px;
  }
  .mg-xl-y-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .mg-xl-x-2 {
    margin-left: 2px;
    margin-right: 2px;
  }
  .mg-xl-t-2 {
    margin-top: 2px;
  }
  .mg-xl-r-2 {
    margin-right: 2px;
  }
  .mg-xl-b-2 {
    margin-bottom: 2px;
  }
  .mg-xl-l-2 {
    margin-left: 2px;
  }
  .mg-xl-3 {
    margin: 3px;
  }
  .mg-xl-y-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .mg-xl-x-3 {
    margin-left: 3px;
    margin-right: 3px;
  }
  .mg-xl-t-3 {
    margin-top: 3px;
  }
  .mg-xl-r-3 {
    margin-right: 3px;
  }
  .mg-xl-b-3 {
    margin-bottom: 3px;
  }
  .mg-xl-l-3 {
    margin-left: 3px;
  }
  .mg-xl-4 {
    margin: 4px;
  }
  .mg-xl-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mg-xl-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mg-xl-t-4 {
    margin-top: 4px;
  }
  .mg-xl-r-4 {
    margin-right: 4px;
  }
  .mg-xl-b-4 {
    margin-bottom: 4px;
  }
  .mg-xl-l-4 {
    margin-left: 4px;
  }
  .mg-xl-5 {
    margin: 5px;
  }
  .mg-xl-y-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mg-xl-x-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mg-xl-t-5 {
    margin-top: 5px;
  }
  .mg-xl-r-5 {
    margin-right: 5px;
  }
  .mg-xl-b-5 {
    margin-bottom: 5px;
  }
  .mg-xl-l-5 {
    margin-left: 5px;
  }
  .mg-xl-6 {
    margin: 6px;
  }
  .mg-xl-y-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .mg-xl-x-6 {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mg-xl-t-6 {
    margin-top: 6px;
  }
  .mg-xl-r-6 {
    margin-right: 6px;
  }
  .mg-xl-b-6 {
    margin-bottom: 6px;
  }
  .mg-xl-l-6 {
    margin-left: 6px;
  }
  .mg-xl-7 {
    margin: 7px;
  }
  .mg-xl-y-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .mg-xl-x-7 {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mg-xl-t-7 {
    margin-top: 7px;
  }
  .mg-xl-r-7 {
    margin-right: 7px;
  }
  .mg-xl-b-7 {
    margin-bottom: 7px;
  }
  .mg-xl-l-7 {
    margin-left: 7px;
  }
  .mg-xl-8 {
    margin: 8px;
  }
  .mg-xl-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mg-xl-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mg-xl-t-8 {
    margin-top: 8px;
  }
  .mg-xl-r-8 {
    margin-right: 8px;
  }
  .mg-xl-b-8 {
    margin-bottom: 8px;
  }
  .mg-xl-l-8 {
    margin-left: 8px;
  }
  .mg-xl-9 {
    margin: 9px;
  }
  .mg-xl-y-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .mg-xl-x-9 {
    margin-left: 9px;
    margin-right: 9px;
  }
  .mg-xl-t-9 {
    margin-top: 9px;
  }
  .mg-xl-r-9 {
    margin-right: 9px;
  }
  .mg-xl-b-9 {
    margin-bottom: 9px;
  }
  .mg-xl-l-9 {
    margin-left: 9px;
  }
  .mg-xl-10 {
    margin: 10px;
  }
  .mg-xl-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mg-xl-x-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mg-xl-t-10 {
    margin-top: 10px;
  }
  .mg-xl-r-10 {
    margin-right: 10px;
  }
  .mg-xl-b-10 {
    margin-bottom: 10px;
  }
  .mg-xl-l-10 {
    margin-left: 10px;
  }
  .mg-xl-15 {
    margin: 15px;
  }
  .mg-xl-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mg-xl-x-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mg-xl-t-15 {
    margin-top: 15px;
  }
  .mg-xl-r-15 {
    margin-right: 15px;
  }
  .mg-xl-b-15 {
    margin-bottom: 15px;
  }
  .mg-xl-l-15 {
    margin-left: 15px;
  }
  .mg-xl-20 {
    margin: 20px;
  }
  .mg-xl-y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mg-xl-x-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mg-xl-t-20 {
    margin-top: 20px;
  }
  .mg-xl-r-20 {
    margin-right: 20px;
  }
  .mg-xl-b-20 {
    margin-bottom: 20px;
  }
  .mg-xl-l-20 {
    margin-left: 20px;
  }
  .mg-xl-25 {
    margin: 25px;
  }
  .mg-xl-y-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mg-xl-x-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mg-xl-t-25 {
    margin-top: 25px;
  }
  .mg-xl-r-25 {
    margin-right: 25px;
  }
  .mg-xl-b-25 {
    margin-bottom: 25px;
  }
  .mg-xl-l-25 {
    margin-left: 25px;
  }
  .mg-xl-30 {
    margin: 30px;
  }
  .mg-xl-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mg-xl-x-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mg-xl-t-30 {
    margin-top: 30px;
  }
  .mg-xl-r-30 {
    margin-right: 30px;
  }
  .mg-xl-b-30 {
    margin-bottom: 30px;
  }
  .mg-xl-l-30 {
    margin-left: 30px;
  }
  .mg-xl-35 {
    margin: 35px;
  }
  .mg-xl-y-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mg-xl-x-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mg-xl-t-35 {
    margin-top: 35px;
  }
  .mg-xl-r-35 {
    margin-right: 35px;
  }
  .mg-xl-b-35 {
    margin-bottom: 35px;
  }
  .mg-xl-l-35 {
    margin-left: 35px;
  }
  .mg-xl-40 {
    margin: 40px;
  }
  .mg-xl-y-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mg-xl-x-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mg-xl-t-40 {
    margin-top: 40px;
  }
  .mg-xl-r-40 {
    margin-right: 40px;
  }
  .mg-xl-b-40 {
    margin-bottom: 40px;
  }
  .mg-xl-l-40 {
    margin-left: 40px;
  }
  .mg-xl-45 {
    margin: 45px;
  }
  .mg-xl-y-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mg-xl-x-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mg-xl-t-45 {
    margin-top: 45px;
  }
  .mg-xl-r-45 {
    margin-right: 45px;
  }
  .mg-xl-b-45 {
    margin-bottom: 45px;
  }
  .mg-xl-l-45 {
    margin-left: 45px;
  }
  .mg-xl-50 {
    margin: 50px;
  }
  .mg-xl-y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mg-xl-x-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mg-xl-t-50 {
    margin-top: 50px;
  }
  .mg-xl-r-50 {
    margin-right: 50px;
  }
  .mg-xl-b-50 {
    margin-bottom: 50px;
  }
  .mg-xl-l-50 {
    margin-left: 50px;
  }
  .mg-xl-55 {
    margin: 55px;
  }
  .mg-xl-y-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .mg-xl-x-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .mg-xl-t-55 {
    margin-top: 55px;
  }
  .mg-xl-r-55 {
    margin-right: 55px;
  }
  .mg-xl-b-55 {
    margin-bottom: 55px;
  }
  .mg-xl-l-55 {
    margin-left: 55px;
  }
  .mg-xl-60 {
    margin: 60px;
  }
  .mg-xl-y-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mg-xl-x-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mg-xl-t-60 {
    margin-top: 60px;
  }
  .mg-xl-r-60 {
    margin-right: 60px;
  }
  .mg-xl-b-60 {
    margin-bottom: 60px;
  }
  .mg-xl-l-60 {
    margin-left: 60px;
  }
  .mg-xl-65 {
    margin: 65px;
  }
  .mg-xl-y-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mg-xl-x-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mg-xl-t-65 {
    margin-top: 65px;
  }
  .mg-xl-r-65 {
    margin-right: 65px;
  }
  .mg-xl-b-65 {
    margin-bottom: 65px;
  }
  .mg-xl-l-65 {
    margin-left: 65px;
  }
  .mg-xl-70 {
    margin: 70px;
  }
  .mg-xl-y-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mg-xl-x-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mg-xl-t-70 {
    margin-top: 70px;
  }
  .mg-xl-r-70 {
    margin-right: 70px;
  }
  .mg-xl-b-70 {
    margin-bottom: 70px;
  }
  .mg-xl-l-70 {
    margin-left: 70px;
  }
  .mg-xl-75 {
    margin: 75px;
  }
  .mg-xl-y-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mg-xl-x-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mg-xl-t-75 {
    margin-top: 75px;
  }
  .mg-xl-r-75 {
    margin-right: 75px;
  }
  .mg-xl-b-75 {
    margin-bottom: 75px;
  }
  .mg-xl-l-75 {
    margin-left: 75px;
  }
  .mg-xl-80 {
    margin: 80px;
  }
  .mg-xl-y-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mg-xl-x-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mg-xl-t-80 {
    margin-top: 80px;
  }
  .mg-xl-r-80 {
    margin-right: 80px;
  }
  .mg-xl-b-80 {
    margin-bottom: 80px;
  }
  .mg-xl-l-80 {
    margin-left: 80px;
  }
  .mg-xl-85 {
    margin: 85px;
  }
  .mg-xl-y-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .mg-xl-x-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .mg-xl-t-85 {
    margin-top: 85px;
  }
  .mg-xl-r-85 {
    margin-right: 85px;
  }
  .mg-xl-b-85 {
    margin-bottom: 85px;
  }
  .mg-xl-l-85 {
    margin-left: 85px;
  }
  .mg-xl-90 {
    margin: 90px;
  }
  .mg-xl-y-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mg-xl-x-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mg-xl-t-90 {
    margin-top: 90px;
  }
  .mg-xl-r-90 {
    margin-right: 90px;
  }
  .mg-xl-b-90 {
    margin-bottom: 90px;
  }
  .mg-xl-l-90 {
    margin-left: 90px;
  }
  .mg-xl-95 {
    margin: 95px;
  }
  .mg-xl-y-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .mg-xl-x-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .mg-xl-t-95 {
    margin-top: 95px;
  }
  .mg-xl-r-95 {
    margin-right: 95px;
  }
  .mg-xl-b-95 {
    margin-bottom: 95px;
  }
  .mg-xl-l-95 {
    margin-left: 95px;
  }
  .mg-xl-100 {
    margin: 100px;
  }
  .mg-xl-y-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mg-xl-x-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mg-xl-t-100 {
    margin-top: 100px;
  }
  .mg-xl-r-100 {
    margin-right: 100px;
  }
  .mg-xl-b-100 {
    margin-bottom: 100px;
  }
  .mg-xl-l-100 {
    margin-left: 100px;
  }
  .mg-xl-t-auto {
    margin-top: auto;
  }
  .mg-xl-r-auto {
    margin-right: auto;
  }
  .mg-xl-b-auto {
    margin-bottom: auto;
  }
  .mg-xl-l-auto {
    margin-left: auto;
  }
  .mg-xl-auto {
    margin: auto;
  }
  .mg-xl-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.opacity-1 {
  opacity: 1;
}
.shadow-base {
  box-shadow: 0 0 2px 2px rgba(28, 39, 60, 0.03);
}
.shadow-1 {
  box-shadow: 0 0 7px 7px rgba(28, 39, 60, 0.1);
}
.shadow-2 {
  box-shadow: 0 0 30px rgba(28, 39, 60, 0.08);
}
.shadow-none {
  box-shadow: none;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.flex-1 {
  flex: 1;
}
.flex-0 {
  flex: 0;
}
.img-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 480px) {
  .op-xs-0 {
    opacity: 0;
  }
  .op-xs-1 {
    opacity: 0.1;
  }
  .op-xs-2 {
    opacity: 0.2;
  }
  .op-xs-3 {
    opacity: 0.3;
  }
  .op-xs-4 {
    opacity: 0.4;
  }
  .op-xs-5 {
    opacity: 0.5;
  }
  .op-xs-6 {
    opacity: 0.6;
  }
  .op-xs-7 {
    opacity: 0.7;
  }
  .op-xs-8 {
    opacity: 0.8;
  }
  .op-xs-9 {
    opacity: 0.9;
  }
}
@media (min-width: 576px) {
  .op-sm-0 {
    opacity: 0;
  }
  .op-sm-1 {
    opacity: 0.1;
  }
  .op-sm-2 {
    opacity: 0.2;
  }
  .op-sm-3 {
    opacity: 0.3;
  }
  .op-sm-4 {
    opacity: 0.4;
  }
  .op-sm-5 {
    opacity: 0.5;
  }
  .op-sm-6 {
    opacity: 0.6;
  }
  .op-sm-7 {
    opacity: 0.7;
  }
  .op-sm-8 {
    opacity: 0.8;
  }
  .op-sm-9 {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .op-md-0 {
    opacity: 0;
  }
  .op-md-1 {
    opacity: 0.1;
  }
  .op-md-2 {
    opacity: 0.2;
  }
  .op-md-3 {
    opacity: 0.3;
  }
  .op-md-4 {
    opacity: 0.4;
  }
  .op-md-5 {
    opacity: 0.5;
  }
  .op-md-6 {
    opacity: 0.6;
  }
  .op-md-7 {
    opacity: 0.7;
  }
  .op-md-8 {
    opacity: 0.8;
  }
  .op-md-9 {
    opacity: 0.9;
  }
}
@media (min-width: 992px) {
  .op-lg-0 {
    opacity: 0;
  }
  .op-lg-1 {
    opacity: 0.1;
  }
  .op-lg-2 {
    opacity: 0.2;
  }
  .op-lg-3 {
    opacity: 0.3;
  }
  .op-lg-4 {
    opacity: 0.4;
  }
  .op-lg-5 {
    opacity: 0.5;
  }
  .op-lg-6 {
    opacity: 0.6;
  }
  .op-lg-7 {
    opacity: 0.7;
  }
  .op-lg-8 {
    opacity: 0.8;
  }
  .op-lg-9 {
    opacity: 0.9;
  }
}
@media (min-width: 1200px) {
  .op-xl-0 {
    opacity: 0;
  }
  .op-xl-1 {
    opacity: 0.1;
  }
  .op-xl-2 {
    opacity: 0.2;
  }
  .op-xl-3 {
    opacity: 0.3;
  }
  .op-xl-4 {
    opacity: 0.4;
  }
  .op-xl-5 {
    opacity: 0.5;
  }
  .op-xl-6 {
    opacity: 0.6;
  }
  .op-xl-7 {
    opacity: 0.7;
  }
  .op-xl-8 {
    opacity: 0.8;
  }
  .op-xl-9 {
    opacity: 0.9;
  }
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pe-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.ps-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pe-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.ps-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pe-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.ps-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pe-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.ps-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pe-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.ps-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pe-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.ps-5,
.px-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pe-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-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;
  }
  .pe-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-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;
  }
  .pe-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-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;
  }
  .pe-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ps-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;
  }
  .pe-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-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;
  }
  .pe-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pe-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-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;
  }
  .pe-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-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;
  }
  .pe-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-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;
  }
  .pe-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .ps-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;
  }
  .pe-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-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;
  }
  .pe-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pe-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-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;
  }
  .pe-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-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;
  }
  .pe-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-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;
  }
  .pe-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ps-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;
  }
  .pe-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-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;
  }
  .pe-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pe-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-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;
  }
  .pe-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-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;
  }
  .pe-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-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;
  }
  .pe-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-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;
  }
  .pe-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-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;
  }
  .pe-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
}
.pd-0 {
  padding: 0px;
}
.pd-y-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pd-x-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pd-t-0 {
  padding-top: 0px !important;
}
.pd-r-0 {
  padding-right: 0px;
}
.pd-b-0 {
  padding-bottom: 0px;
}
.pd-l-0 {
  padding-left: 0px;
}
.pd-1 {
  padding: 1px;
}
.pd-y-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pd-x-1 {
  padding-left: 1px;
  padding-right: 1px;
}
.pd-t-1 {
  padding-top: 1px;
}
.pd-r-1 {
  padding-right: 1px;
}
.pd-b-1 {
  padding-bottom: 1px;
}
.pd-l-1 {
  padding-left: 1px;
}
.pd-2 {
  padding: 2px;
}
.pd-y-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pd-x-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.pd-t-2 {
  padding-top: 2px;
}
.pd-r-2 {
  padding-right: 2px;
}
.pd-b-2 {
  padding-bottom: 2px;
}
.pd-l-2 {
  padding-left: 2px;
}
.pd-3 {
  padding: 3px;
}
.pd-y-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.pd-x-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.pd-t-3 {
  padding-top: 3px;
}
.pd-r-3 {
  padding-right: 3px;
}
.pd-b-3 {
  padding-bottom: 3px;
}
.pd-l-3 {
  padding-left: 3px;
}
.pd-4 {
  padding: 4px;
}
.pd-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pd-x-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.pd-t-4 {
  padding-top: 4px;
}
.pd-r-4 {
  padding-right: 4px;
}
.pd-b-4 {
  padding-bottom: 4px;
}
.pd-l-4 {
  padding-left: 4px;
}
.pd-5 {
  padding: 5px;
}
.pd-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pd-x-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pd-t-5 {
  padding-top: 5px;
}
.pd-r-5 {
  padding-right: 5px;
}
.pd-b-5 {
  padding-bottom: 5px;
}
.pd-l-5 {
  padding-left: 5px;
}
.pd-6 {
  padding: 6px;
}
.pd-y-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pd-x-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.pd-t-6 {
  padding-top: 6px !important;
}
.pd-r-6 {
  padding-right: 6px;
}
.pd-b-6 {
  padding-bottom: 6px;
}
.pd-l-6 {
  padding-left: 6px;
}
.pd-7 {
  padding: 7px;
}
.pd-y-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pd-x-7 {
  padding-left: 7px;
  padding-right: 7px;
}
.pd-t-7 {
  padding-top: 7px;
}
.pd-r-7 {
  padding-right: 7px;
}
.pd-b-7 {
  padding-bottom: 7px;
}
.pd-l-7 {
  padding-left: 7px;
}
.pd-8 {
  padding: 8px;
}
.pd-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pd-x-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.pd-t-8 {
  padding-top: 8px;
}
.pd-r-8 {
  padding-right: 8px;
}
.pd-b-8 {
  padding-bottom: 8px;
}
.pd-l-8 {
  padding-left: 8px;
}
.pd-9 {
  padding: 9px;
}
.pd-y-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.pd-x-9 {
  padding-left: 9px;
  padding-right: 9px;
}
.pd-t-9 {
  padding-top: 9px;
}
.pd-r-9 {
  padding-right: 9px;
}
.pd-b-9 {
  padding-bottom: 9px;
}
.pd-l-9 {
  padding-left: 9px;
}
.pd-10 {
  padding: 10px;
}
.pd-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pd-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pd-t-10 {
  padding-top: 10px;
}
.pd-r-10 {
  padding-right: 10px;
}
.pd-b-10 {
  padding-bottom: 10px;
}
.pd-l-10 {
  padding-left: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pd-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pd-t-15 {
  padding-top: 15px;
}
.pd-r-15 {
  padding-right: 15px;
}
.pd-b-15 {
  padding-bottom: 15px;
}
.pd-l-15 {
  padding-left: 15px;
}
.pd-20 {
  padding: 20px;
}
.pd-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pd-t-20 {
  padding-top: 20px;
}
.pd-r-20 {
  padding-right: 20px;
}
.pd-b-20 {
  padding-bottom: 20px;
}
.pd-l-20 {
  padding-left: 20px;
}
.pd-25 {
  padding: 25px;
}
.pd-y-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pd-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pd-t-25 {
  padding-top: 25px;
}
.pd-r-25 {
  padding-right: 25px;
}
.pd-b-25 {
  padding-bottom: 25px;
}
.pd-l-25 {
  padding-left: 25px;
}
.pd-30 {
  padding: 30px;
}
.pd-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pd-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pd-t-30 {
  padding-top: 30px;
}
.pd-r-30 {
  padding-right: 30px;
}
.pd-b-30 {
  padding-bottom: 30px;
}
.pd-l-30 {
  padding-left: 30px;
}
.pd-35 {
  padding: 35px;
}
.pd-y-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pd-x-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.pd-t-35 {
  padding-top: 35px;
}
.pd-r-35 {
  padding-right: 35px;
}
.pd-b-35 {
  padding-bottom: 35px;
}
.pd-l-35 {
  padding-left: 35px;
}
.pd-40 {
  padding: 40px;
}
.pd-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pd-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pd-t-40 {
  padding-top: 40px;
}
.pd-r-40 {
  padding-right: 40px;
}
.pd-b-40 {
  padding-bottom: 40px;
}
.pd-l-40 {
  padding-left: 40px;
}
.pd-45 {
  padding: 45px;
}
.pd-y-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.pd-x-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.pd-t-45 {
  padding-top: 45px;
}
.pd-r-45 {
  padding-right: 45px;
}
.pd-b-45 {
  padding-bottom: 45px;
}
.pd-l-45 {
  padding-left: 45px;
}
.pd-50 {
  padding: 50px;
}
.pd-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pd-x-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.pd-t-50 {
  padding-top: 50px;
}
.pd-r-50 {
  padding-right: 50px;
}
.pd-b-50 {
  padding-bottom: 50px;
}
.pd-l-50 {
  padding-left: 50px;
}
.pd-55 {
  padding: 55px;
}
.pd-y-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.pd-x-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.pd-t-55 {
  padding-top: 55px;
}
.pd-r-55 {
  padding-right: 55px;
}
.pd-b-55 {
  padding-bottom: 55px;
}
.pd-l-55 {
  padding-left: 55px;
}
.pd-60 {
  padding: 60px;
}
.pd-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pd-x-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pd-t-60 {
  padding-top: 60px;
}
.pd-r-60 {
  padding-right: 60px;
}
.pd-b-60 {
  padding-bottom: 60px;
}
.pd-l-60 {
  padding-left: 60px;
}
.pd-65 {
  padding: 65px;
}
.pd-y-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.pd-x-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.pd-t-65 {
  padding-top: 65px;
}
.pd-r-65 {
  padding-right: 65px;
}
.pd-b-65 {
  padding-bottom: 65px;
}
.pd-l-65 {
  padding-left: 65px;
}
.pd-70 {
  padding: 70px;
}
.pd-y-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pd-x-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.pd-t-70 {
  padding-top: 70px;
}
.pd-r-70 {
  padding-right: 70px;
}
.pd-b-70 {
  padding-bottom: 70px;
}
.pd-l-70 {
  padding-left: 70px;
}
.pd-75 {
  padding: 75px;
}
.pd-y-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.pd-x-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.pd-t-75 {
  padding-top: 75px;
}
.pd-r-75 {
  padding-right: 75px;
}
.pd-b-75 {
  padding-bottom: 75px;
}
.pd-l-75 {
  padding-left: 75px;
}
.pd-80 {
  padding: 80px;
}
.pd-y-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pd-x-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.pd-t-80 {
  padding-top: 80px;
}
.pd-r-80 {
  padding-right: 80px;
}
.pd-b-80 {
  padding-bottom: 80px;
}
.pd-l-80 {
  padding-left: 80px;
}
.pd-85 {
  padding: 85px;
}
.pd-y-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.pd-x-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.pd-t-85 {
  padding-top: 85px;
}
.pd-r-85 {
  padding-right: 85px;
}
.pd-b-85 {
  padding-bottom: 85px;
}
.pd-l-85 {
  padding-left: 85px;
}
.pd-90 {
  padding: 90px;
}
.pd-y-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pd-x-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.pd-t-90 {
  padding-top: 90px;
}
.pd-r-90 {
  padding-right: 90px;
}
.pd-b-90 {
  padding-bottom: 90px;
}
.pd-l-90 {
  padding-left: 90px;
}
.pd-95 {
  padding: 95px;
}
.pd-y-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.pd-x-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.pd-t-95 {
  padding-top: 95px;
}
.pd-r-95 {
  padding-right: 95px;
}
.pd-b-95 {
  padding-bottom: 95px;
}
.pd-l-95 {
  padding-left: 95px;
}
.pd-100 {
  padding: 100px;
}
.pd-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pd-x-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pd-t-100 {
  padding-top: 100px;
}
.pd-r-100 {
  padding-right: 100px;
}
.pd-b-100 {
  padding-bottom: 100px;
}
.pd-l-100 {
  padding-left: 100px;
}
.pd-110 {
  padding: 110px;
}
.pd-y-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.pd-x-110 {
  padding-left: 110px;
  padding-right: 110px;
}
.pd-t-110 {
  padding-top: 110px;
}
.pd-r-110 {
  padding-right: 110px;
}
.pd-b-110 {
  padding-bottom: 110px;
}
.pd-l-110 {
  padding-left: 110px;
}
.pd-120 {
  padding: 120px;
}
.pd-y-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pd-x-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.pd-t-120 {
  padding-top: 120px;
}
.pd-r-120 {
  padding-right: 120px;
}
.pd-b-120 {
  padding-bottom: 120px;
}
.pd-l-120 {
  padding-left: 120px;
}
.pd-130 {
  padding: 130px;
}
.pd-y-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.pd-x-130 {
  padding-left: 130px;
  padding-right: 130px;
}
.pd-t-130 {
  padding-top: 130px;
}
.pd-r-130 {
  padding-right: 130px;
}
.pd-b-130 {
  padding-bottom: 130px;
}
.pd-l-130 {
  padding-left: 130px;
}
.pd-140 {
  padding: 140px;
}
.pd-y-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pd-x-140 {
  padding-left: 140px;
  padding-right: 140px;
}
.pd-t-140 {
  padding-top: 140px;
}
.pd-r-140 {
  padding-right: 140px;
}
.pd-b-140 {
  padding-bottom: 140px;
}
.pd-l-140 {
  padding-left: 140px;
}
.pd-150 {
  padding: 150px;
}
.pd-y-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pd-x-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.pd-t-150 {
  padding-top: 150px;
}
.pd-r-150 {
  padding-right: 150px;
}
.pd-b-150 {
  padding-bottom: 150px;
}
.pd-l-150 {
  padding-left: 150px;
}
.pd-160 {
  padding: 160px;
}
.pd-y-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pd-x-160 {
  padding-left: 160px;
  padding-right: 160px;
}
.pd-t-160 {
  padding-top: 160px;
}
.pd-r-160 {
  padding-right: 160px;
}
.pd-b-160 {
  padding-bottom: 160px;
}
.pd-l-160 {
  padding-left: 160px;
}
.pd-170 {
  padding: 170px;
}
.pd-y-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.pd-x-170 {
  padding-left: 170px;
  padding-right: 170px;
}
.pd-t-170 {
  padding-top: 170px;
}
.pd-r-170 {
  padding-right: 170px;
}
.pd-b-170 {
  padding-bottom: 170px;
}
.pd-l-170 {
  padding-left: 170px;
}
.pd-180 {
  padding: 180px;
}
.pd-y-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.pd-x-180 {
  padding-left: 180px;
  padding-right: 180px;
}
.pd-t-180 {
  padding-top: 180px;
}
.pd-r-180 {
  padding-right: 180px;
}
.pd-b-180 {
  padding-bottom: 180px;
}
.pd-l-180 {
  padding-left: 180px;
}
.pd-190 {
  padding: 190px;
}
.pd-y-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.pd-x-190 {
  padding-left: 190px;
  padding-right: 190px;
}
.pd-t-190 {
  padding-top: 190px;
}
.pd-r-190 {
  padding-right: 190px;
}
.pd-b-190 {
  padding-bottom: 190px;
}
.pd-l-190 {
  padding-left: 190px;
}
.pd-200 {
  padding: 200px;
}
.pd-y-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.pd-x-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.pd-t-200 {
  padding-top: 200px;
}
.pd-r-200 {
  padding-right: 200px;
}
.pd-b-200 {
  padding-bottom: 200px;
}
.pd-l-200 {
  padding-left: 200px;
}
@media (min-width: 480px) {
  .pd-xs-0 {
    padding: 0px;
  }
  .pd-xs-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pd-xs-x-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pd-xs-t-0 {
    padding-top: 0px;
  }
  .pd-xs-r-0 {
    padding-right: 0px;
  }
  .pd-xs-b-0 {
    padding-bottom: 0px;
  }
  .pd-xs-l-0 {
    padding-left: 0px;
  }
  .pd-xs-1 {
    padding: 1px;
  }
  .pd-xs-y-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .pd-xs-x-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .pd-xs-t-1 {
    padding-top: 1px;
  }
  .pd-xs-r-1 {
    padding-right: 1px;
  }
  .pd-xs-b-1 {
    padding-bottom: 1px;
  }
  .pd-xs-l-1 {
    padding-left: 1px;
  }
  .pd-xs-2 {
    padding: 2px;
  }
  .pd-xs-y-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pd-xs-x-2 {
    padding-left: 2px;
    padding-right: 2px;
  }
  .pd-xs-t-2 {
    padding-top: 2px;
  }
  .pd-xs-r-2 {
    padding-right: 2px;
  }
  .pd-xs-b-2 {
    padding-bottom: 2px;
  }
  .pd-xs-l-2 {
    padding-left: 2px;
  }
  .pd-xs-3 {
    padding: 3px;
  }
  .pd-xs-y-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pd-xs-x-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .pd-xs-t-3 {
    padding-top: 3px;
  }
  .pd-xs-r-3 {
    padding-right: 3px;
  }
  .pd-xs-b-3 {
    padding-bottom: 3px;
  }
  .pd-xs-l-3 {
    padding-left: 3px;
  }
  .pd-xs-4 {
    padding: 4px;
  }
  .pd-xs-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pd-xs-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pd-xs-t-4 {
    padding-top: 4px;
  }
  .pd-xs-r-4 {
    padding-right: 4px;
  }
  .pd-xs-b-4 {
    padding-bottom: 4px;
  }
  .pd-xs-l-4 {
    padding-left: 4px;
  }
  .pd-xs-5 {
    padding: 5px;
  }
  .pd-xs-y-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pd-xs-x-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pd-xs-t-5 {
    padding-top: 5px;
  }
  .pd-xs-r-5 {
    padding-right: 5px;
  }
  .pd-xs-b-5 {
    padding-bottom: 5px;
  }
  .pd-xs-l-5 {
    padding-left: 5px;
  }
  .pd-xs-6 {
    padding: 6px;
  }
  .pd-xs-y-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pd-xs-x-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .pd-xs-t-6 {
    padding-top: 6px;
  }
  .pd-xs-r-6 {
    padding-right: 6px;
  }
  .pd-xs-b-6 {
    padding-bottom: 6px;
  }
  .pd-xs-l-6 {
    padding-left: 6px;
  }
  .pd-xs-7 {
    padding: 7px;
  }
  .pd-xs-y-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pd-xs-x-7 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pd-xs-t-7 {
    padding-top: 7px;
  }
  .pd-xs-r-7 {
    padding-right: 7px;
  }
  .pd-xs-b-7 {
    padding-bottom: 7px;
  }
  .pd-xs-l-7 {
    padding-left: 7px;
  }
  .pd-xs-8 {
    padding: 8px;
  }
  .pd-xs-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pd-xs-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pd-xs-t-8 {
    padding-top: 8px;
  }
  .pd-xs-r-8 {
    padding-right: 8px;
  }
  .pd-xs-b-8 {
    padding-bottom: 8px;
  }
  .pd-xs-l-8 {
    padding-left: 8px;
  }
  .pd-xs-9 {
    padding: 9px;
  }
  .pd-xs-y-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pd-xs-x-9 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .pd-xs-t-9 {
    padding-top: 9px;
  }
  .pd-xs-r-9 {
    padding-right: 9px;
  }
  .pd-xs-b-9 {
    padding-bottom: 9px;
  }
  .pd-xs-l-9 {
    padding-left: 9px;
  }
  .pd-xs-10 {
    padding: 10px;
  }
  .pd-xs-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pd-xs-x-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pd-xs-t-10 {
    padding-top: 10px;
  }
  .pd-xs-r-10 {
    padding-right: 10px;
  }
  .pd-xs-b-10 {
    padding-bottom: 10px;
  }
  .pd-xs-l-10 {
    padding-left: 10px;
  }
  .pd-xs-15 {
    padding: 15px;
  }
  .pd-xs-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pd-xs-x-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pd-xs-t-15 {
    padding-top: 15px;
  }
  .pd-xs-r-15 {
    padding-right: 15px;
  }
  .pd-xs-b-15 {
    padding-bottom: 15px;
  }
  .pd-xs-l-15 {
    padding-left: 15px;
  }
  .pd-xs-20 {
    padding: 20px;
  }
  .pd-xs-y-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pd-xs-x-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd-xs-t-20 {
    padding-top: 20px;
  }
  .pd-xs-r-20 {
    padding-right: 20px;
  }
  .pd-xs-b-20 {
    padding-bottom: 20px;
  }
  .pd-xs-l-20 {
    padding-left: 20px;
  }
  .pd-xs-25 {
    padding: 25px;
  }
  .pd-xs-y-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pd-xs-x-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pd-xs-t-25 {
    padding-top: 25px;
  }
  .pd-xs-r-25 {
    padding-right: 25px;
  }
  .pd-xs-b-25 {
    padding-bottom: 25px;
  }
  .pd-xs-l-25 {
    padding-left: 25px;
  }
  .pd-xs-30 {
    padding: 30px;
  }
  .pd-xs-y-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pd-xs-x-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pd-xs-t-30 {
    padding-top: 30px;
  }
  .pd-xs-r-30 {
    padding-right: 30px;
  }
  .pd-xs-b-30 {
    padding-bottom: 30px;
  }
  .pd-xs-l-30 {
    padding-left: 30px;
  }
  .pd-xs-35 {
    padding: 35px;
  }
  .pd-xs-y-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pd-xs-x-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pd-xs-t-35 {
    padding-top: 35px;
  }
  .pd-xs-r-35 {
    padding-right: 35px;
  }
  .pd-xs-b-35 {
    padding-bottom: 35px;
  }
  .pd-xs-l-35 {
    padding-left: 35px;
  }
  .pd-xs-40 {
    padding: 40px;
  }
  .pd-xs-y-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pd-xs-x-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pd-xs-t-40 {
    padding-top: 40px;
  }
  .pd-xs-r-40 {
    padding-right: 40px;
  }
  .pd-xs-b-40 {
    padding-bottom: 40px;
  }
  .pd-xs-l-40 {
    padding-left: 40px;
  }
  .pd-xs-45 {
    padding: 45px;
  }
  .pd-xs-y-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pd-xs-x-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pd-xs-t-45 {
    padding-top: 45px;
  }
  .pd-xs-r-45 {
    padding-right: 45px;
  }
  .pd-xs-b-45 {
    padding-bottom: 45px;
  }
  .pd-xs-l-45 {
    padding-left: 45px;
  }
  .pd-xs-50 {
    padding: 50px;
  }
  .pd-xs-y-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pd-xs-x-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd-xs-t-50 {
    padding-top: 50px;
  }
  .pd-xs-r-50 {
    padding-right: 50px;
  }
  .pd-xs-b-50 {
    padding-bottom: 50px;
  }
  .pd-xs-l-50 {
    padding-left: 50px;
  }
  .pd-xs-55 {
    padding: 55px;
  }
  .pd-xs-y-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pd-xs-x-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .pd-xs-t-55 {
    padding-top: 55px;
  }
  .pd-xs-r-55 {
    padding-right: 55px;
  }
  .pd-xs-b-55 {
    padding-bottom: 55px;
  }
  .pd-xs-l-55 {
    padding-left: 55px;
  }
  .pd-xs-60 {
    padding: 60px;
  }
  .pd-xs-y-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pd-xs-x-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pd-xs-t-60 {
    padding-top: 60px;
  }
  .pd-xs-r-60 {
    padding-right: 60px;
  }
  .pd-xs-b-60 {
    padding-bottom: 60px;
  }
  .pd-xs-l-60 {
    padding-left: 60px;
  }
  .pd-xs-65 {
    padding: 65px;
  }
  .pd-xs-y-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pd-xs-x-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .pd-xs-t-65 {
    padding-top: 65px;
  }
  .pd-xs-r-65 {
    padding-right: 65px;
  }
  .pd-xs-b-65 {
    padding-bottom: 65px;
  }
  .pd-xs-l-65 {
    padding-left: 65px;
  }
  .pd-xs-70 {
    padding: 70px;
  }
  .pd-xs-y-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pd-xs-x-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pd-xs-t-70 {
    padding-top: 70px;
  }
  .pd-xs-r-70 {
    padding-right: 70px;
  }
  .pd-xs-b-70 {
    padding-bottom: 70px;
  }
  .pd-xs-l-70 {
    padding-left: 70px;
  }
  .pd-xs-75 {
    padding: 75px;
  }
  .pd-xs-y-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pd-xs-x-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .pd-xs-t-75 {
    padding-top: 75px;
  }
  .pd-xs-r-75 {
    padding-right: 75px;
  }
  .pd-xs-b-75 {
    padding-bottom: 75px;
  }
  .pd-xs-l-75 {
    padding-left: 75px;
  }
  .pd-xs-80 {
    padding: 80px;
  }
  .pd-xs-y-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pd-xs-x-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pd-xs-t-80 {
    padding-top: 80px;
  }
  .pd-xs-r-80 {
    padding-right: 80px;
  }
  .pd-xs-b-80 {
    padding-bottom: 80px;
  }
  .pd-xs-l-80 {
    padding-left: 80px;
  }
  .pd-xs-85 {
    padding: 85px;
  }
  .pd-xs-y-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pd-xs-x-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .pd-xs-t-85 {
    padding-top: 85px;
  }
  .pd-xs-r-85 {
    padding-right: 85px;
  }
  .pd-xs-b-85 {
    padding-bottom: 85px;
  }
  .pd-xs-l-85 {
    padding-left: 85px;
  }
  .pd-xs-90 {
    padding: 90px;
  }
  .pd-xs-y-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pd-xs-x-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pd-xs-t-90 {
    padding-top: 90px;
  }
  .pd-xs-r-90 {
    padding-right: 90px;
  }
  .pd-xs-b-90 {
    padding-bottom: 90px;
  }
  .pd-xs-l-90 {
    padding-left: 90px;
  }
  .pd-xs-95 {
    padding: 95px;
  }
  .pd-xs-y-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pd-xs-x-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .pd-xs-t-95 {
    padding-top: 95px;
  }
  .pd-xs-r-95 {
    padding-right: 95px;
  }
  .pd-xs-b-95 {
    padding-bottom: 95px;
  }
  .pd-xs-l-95 {
    padding-left: 95px;
  }
  .pd-xs-100 {
    padding: 100px;
  }
  .pd-xs-y-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pd-xs-x-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pd-xs-t-100 {
    padding-top: 100px;
  }
  .pd-xs-r-100 {
    padding-right: 100px;
  }
  .pd-xs-b-100 {
    padding-bottom: 100px;
  }
  .pd-xs-l-100 {
    padding-left: 100px;
  }
  .pd-xs-110 {
    padding: 110px;
  }
  .pd-xs-y-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pd-xs-x-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .pd-xs-t-110 {
    padding-top: 110px;
  }
  .pd-xs-r-110 {
    padding-right: 110px;
  }
  .pd-xs-b-110 {
    padding-bottom: 110px;
  }
  .pd-xs-l-110 {
    padding-left: 110px;
  }
  .pd-xs-120 {
    padding: 120px;
  }
  .pd-xs-y-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pd-xs-x-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pd-xs-t-120 {
    padding-top: 120px;
  }
  .pd-xs-r-120 {
    padding-right: 120px;
  }
  .pd-xs-b-120 {
    padding-bottom: 120px;
  }
  .pd-xs-l-120 {
    padding-left: 120px;
  }
  .pd-xs-130 {
    padding: 130px;
  }
  .pd-xs-y-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pd-xs-x-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .pd-xs-t-130 {
    padding-top: 130px;
  }
  .pd-xs-r-130 {
    padding-right: 130px;
  }
  .pd-xs-b-130 {
    padding-bottom: 130px;
  }
  .pd-xs-l-130 {
    padding-left: 130px;
  }
  .pd-xs-140 {
    padding: 140px;
  }
  .pd-xs-y-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pd-xs-x-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .pd-xs-t-140 {
    padding-top: 140px;
  }
  .pd-xs-r-140 {
    padding-right: 140px;
  }
  .pd-xs-b-140 {
    padding-bottom: 140px;
  }
  .pd-xs-l-140 {
    padding-left: 140px;
  }
  .pd-xs-150 {
    padding: 150px;
  }
  .pd-xs-y-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pd-xs-x-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .pd-xs-t-150 {
    padding-top: 150px;
  }
  .pd-xs-r-150 {
    padding-right: 150px;
  }
  .pd-xs-b-150 {
    padding-bottom: 150px;
  }
  .pd-xs-l-150 {
    padding-left: 150px;
  }
  .pd-xs-160 {
    padding: 160px;
  }
  .pd-xs-y-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pd-xs-x-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pd-xs-t-160 {
    padding-top: 160px;
  }
  .pd-xs-r-160 {
    padding-right: 160px;
  }
  .pd-xs-b-160 {
    padding-bottom: 160px;
  }
  .pd-xs-l-160 {
    padding-left: 160px;
  }
  .pd-xs-170 {
    padding: 170px;
  }
  .pd-xs-y-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .pd-xs-x-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .pd-xs-t-170 {
    padding-top: 170px;
  }
  .pd-xs-r-170 {
    padding-right: 170px;
  }
  .pd-xs-b-170 {
    padding-bottom: 170px;
  }
  .pd-xs-l-170 {
    padding-left: 170px;
  }
  .pd-xs-180 {
    padding: 180px;
  }
  .pd-xs-y-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .pd-xs-x-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .pd-xs-t-180 {
    padding-top: 180px;
  }
  .pd-xs-r-180 {
    padding-right: 180px;
  }
  .pd-xs-b-180 {
    padding-bottom: 180px;
  }
  .pd-xs-l-180 {
    padding-left: 180px;
  }
  .pd-xs-190 {
    padding: 190px;
  }
  .pd-xs-y-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .pd-xs-x-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .pd-xs-t-190 {
    padding-top: 190px;
  }
  .pd-xs-r-190 {
    padding-right: 190px;
  }
  .pd-xs-b-190 {
    padding-bottom: 190px;
  }
  .pd-xs-l-190 {
    padding-left: 190px;
  }
  .pd-xs-200 {
    padding: 200px;
  }
  .pd-xs-y-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pd-xs-x-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .pd-xs-t-200 {
    padding-top: 200px;
  }
  .pd-xs-r-200 {
    padding-right: 200px;
  }
  .pd-xs-b-200 {
    padding-bottom: 200px;
  }
  .pd-xs-l-200 {
    padding-left: 200px;
  }
}
@media (min-width: 576px) {
  .pd-sm-0 {
    padding: 0px;
  }
  .pd-sm-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pd-sm-x-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pd-sm-t-0 {
    padding-top: 0px;
  }
  .pd-sm-r-0 {
    padding-right: 0px;
  }
  .pd-sm-b-0 {
    padding-bottom: 0px;
  }
  .pd-sm-l-0 {
    padding-left: 0px;
  }
  .pd-sm-1 {
    padding: 1px;
  }
  .pd-sm-y-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .pd-sm-x-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .pd-sm-t-1 {
    padding-top: 1px;
  }
  .pd-sm-r-1 {
    padding-right: 1px;
  }
  .pd-sm-b-1 {
    padding-bottom: 1px;
  }
  .pd-sm-l-1 {
    padding-left: 1px;
  }
  .pd-sm-2 {
    padding: 2px;
  }
  .pd-sm-y-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pd-sm-x-2 {
    padding-left: 2px;
    padding-right: 2px;
  }
  .pd-sm-t-2 {
    padding-top: 2px;
  }
  .pd-sm-r-2 {
    padding-right: 2px;
  }
  .pd-sm-b-2 {
    padding-bottom: 2px;
  }
  .pd-sm-l-2 {
    padding-left: 2px;
  }
  .pd-sm-3 {
    padding: 3px;
  }
  .pd-sm-y-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pd-sm-x-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .pd-sm-t-3 {
    padding-top: 3px;
  }
  .pd-sm-r-3 {
    padding-right: 3px;
  }
  .pd-sm-b-3 {
    padding-bottom: 3px;
  }
  .pd-sm-l-3 {
    padding-left: 3px;
  }
  .pd-sm-4 {
    padding: 4px;
  }
  .pd-sm-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pd-sm-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pd-sm-t-4 {
    padding-top: 4px;
  }
  .pd-sm-r-4 {
    padding-right: 4px;
  }
  .pd-sm-b-4 {
    padding-bottom: 4px;
  }
  .pd-sm-l-4 {
    padding-left: 4px;
  }
  .pd-sm-5 {
    padding: 5px;
  }
  .pd-sm-y-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pd-sm-x-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pd-sm-t-5 {
    padding-top: 5px;
  }
  .pd-sm-r-5 {
    padding-right: 5px;
  }
  .pd-sm-b-5 {
    padding-bottom: 5px;
  }
  .pd-sm-l-5 {
    padding-left: 5px;
  }
  .pd-sm-6 {
    padding: 6px;
  }
  .pd-sm-y-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pd-sm-x-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .pd-sm-t-6 {
    padding-top: 6px;
  }
  .pd-sm-r-6 {
    padding-right: 6px;
  }
  .pd-sm-b-6 {
    padding-bottom: 6px;
  }
  .pd-sm-l-6 {
    padding-left: 6px;
  }
  .pd-sm-7 {
    padding: 7px;
  }
  .pd-sm-y-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pd-sm-x-7 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pd-sm-t-7 {
    padding-top: 7px;
  }
  .pd-sm-r-7 {
    padding-right: 7px;
  }
  .pd-sm-b-7 {
    padding-bottom: 7px;
  }
  .pd-sm-l-7 {
    padding-left: 7px;
  }
  .pd-sm-8 {
    padding: 8px;
  }
  .pd-sm-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pd-sm-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pd-sm-t-8 {
    padding-top: 8px;
  }
  .pd-sm-r-8 {
    padding-right: 8px;
  }
  .pd-sm-b-8 {
    padding-bottom: 8px;
  }
  .pd-sm-l-8 {
    padding-left: 8px;
  }
  .pd-sm-9 {
    padding: 9px;
  }
  .pd-sm-y-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pd-sm-x-9 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .pd-sm-t-9 {
    padding-top: 9px;
  }
  .pd-sm-r-9 {
    padding-right: 9px;
  }
  .pd-sm-b-9 {
    padding-bottom: 9px;
  }
  .pd-sm-l-9 {
    padding-left: 9px;
  }
  .pd-sm-10 {
    padding: 10px;
  }
  .pd-sm-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pd-sm-x-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pd-sm-t-10 {
    padding-top: 10px;
  }
  .pd-sm-r-10 {
    padding-right: 10px;
  }
  .pd-sm-b-10 {
    padding-bottom: 10px;
  }
  .pd-sm-l-10 {
    padding-left: 10px;
  }
  .pd-sm-15 {
    padding: 15px;
  }
  .pd-sm-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pd-sm-x-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pd-sm-t-15 {
    padding-top: 15px;
  }
  .pd-sm-r-15 {
    padding-right: 15px;
  }
  .pd-sm-b-15 {
    padding-bottom: 15px;
  }
  .pd-sm-l-15 {
    padding-left: 15px;
  }
  .pd-sm-20 {
    padding: 20px;
  }
  .pd-sm-y-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pd-sm-x-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd-sm-t-20 {
    padding-top: 20px;
  }
  .pd-sm-r-20 {
    padding-right: 20px;
  }
  .pd-sm-b-20 {
    padding-bottom: 20px;
  }
  .pd-sm-l-20 {
    padding-left: 20px;
  }
  .pd-sm-25 {
    padding: 25px;
  }
  .pd-sm-y-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pd-sm-x-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pd-sm-t-25 {
    padding-top: 25px;
  }
  .pd-sm-r-25 {
    padding-right: 25px;
  }
  .pd-sm-b-25 {
    padding-bottom: 25px;
  }
  .pd-sm-l-25 {
    padding-left: 25px;
  }
  .pd-sm-30 {
    padding: 30px;
  }
  .pd-sm-y-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pd-sm-x-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pd-sm-t-30 {
    padding-top: 30px;
  }
  .pd-sm-r-30 {
    padding-right: 30px;
  }
  .pd-sm-b-30 {
    padding-bottom: 30px;
  }
  .pd-sm-l-30 {
    padding-left: 30px;
  }
  .pd-sm-35 {
    padding: 35px;
  }
  .pd-sm-y-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pd-sm-x-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pd-sm-t-35 {
    padding-top: 35px;
  }
  .pd-sm-r-35 {
    padding-right: 35px;
  }
  .pd-sm-b-35 {
    padding-bottom: 35px;
  }
  .pd-sm-l-35 {
    padding-left: 35px;
  }
  .pd-sm-40 {
    padding: 40px;
  }
  .pd-sm-y-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pd-sm-x-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pd-sm-t-40 {
    padding-top: 40px;
  }
  .pd-sm-r-40 {
    padding-right: 40px;
  }
  .pd-sm-b-40 {
    padding-bottom: 40px;
  }
  .pd-sm-l-40 {
    padding-left: 40px;
  }
  .pd-sm-45 {
    padding: 45px;
  }
  .pd-sm-y-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pd-sm-x-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pd-sm-t-45 {
    padding-top: 45px;
  }
  .pd-sm-r-45 {
    padding-right: 45px;
  }
  .pd-sm-b-45 {
    padding-bottom: 45px;
  }
  .pd-sm-l-45 {
    padding-left: 45px;
  }
  .pd-sm-50 {
    padding: 50px;
  }
  .pd-sm-y-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pd-sm-x-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd-sm-t-50 {
    padding-top: 50px;
  }
  .pd-sm-r-50 {
    padding-right: 50px;
  }
  .pd-sm-b-50 {
    padding-bottom: 50px;
  }
  .pd-sm-l-50 {
    padding-left: 50px;
  }
  .pd-sm-55 {
    padding: 55px;
  }
  .pd-sm-y-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pd-sm-x-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .pd-sm-t-55 {
    padding-top: 55px;
  }
  .pd-sm-r-55 {
    padding-right: 55px;
  }
  .pd-sm-b-55 {
    padding-bottom: 55px;
  }
  .pd-sm-l-55 {
    padding-left: 55px;
  }
  .pd-sm-60 {
    padding: 60px;
  }
  .pd-sm-y-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pd-sm-x-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pd-sm-t-60 {
    padding-top: 60px;
  }
  .pd-sm-r-60 {
    padding-right: 60px;
  }
  .pd-sm-b-60 {
    padding-bottom: 60px;
  }
  .pd-sm-l-60 {
    padding-left: 60px;
  }
  .pd-sm-65 {
    padding: 65px;
  }
  .pd-sm-y-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pd-sm-x-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .pd-sm-t-65 {
    padding-top: 65px;
  }
  .pd-sm-r-65 {
    padding-right: 65px;
  }
  .pd-sm-b-65 {
    padding-bottom: 65px;
  }
  .pd-sm-l-65 {
    padding-left: 65px;
  }
  .pd-sm-70 {
    padding: 70px;
  }
  .pd-sm-y-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pd-sm-x-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pd-sm-t-70 {
    padding-top: 70px;
  }
  .pd-sm-r-70 {
    padding-right: 70px;
  }
  .pd-sm-b-70 {
    padding-bottom: 70px;
  }
  .pd-sm-l-70 {
    padding-left: 70px;
  }
  .pd-sm-75 {
    padding: 75px;
  }
  .pd-sm-y-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pd-sm-x-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .pd-sm-t-75 {
    padding-top: 75px;
  }
  .pd-sm-r-75 {
    padding-right: 75px;
  }
  .pd-sm-b-75 {
    padding-bottom: 75px;
  }
  .pd-sm-l-75 {
    padding-left: 75px;
  }
  .pd-sm-80 {
    padding: 80px;
  }
  .pd-sm-y-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pd-sm-x-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pd-sm-t-80 {
    padding-top: 80px;
  }
  .pd-sm-r-80 {
    padding-right: 80px;
  }
  .pd-sm-b-80 {
    padding-bottom: 80px;
  }
  .pd-sm-l-80 {
    padding-left: 80px;
  }
  .pd-sm-85 {
    padding: 85px;
  }
  .pd-sm-y-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pd-sm-x-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .pd-sm-t-85 {
    padding-top: 85px;
  }
  .pd-sm-r-85 {
    padding-right: 85px;
  }
  .pd-sm-b-85 {
    padding-bottom: 85px;
  }
  .pd-sm-l-85 {
    padding-left: 85px;
  }
  .pd-sm-90 {
    padding: 90px;
  }
  .pd-sm-y-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pd-sm-x-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pd-sm-t-90 {
    padding-top: 90px;
  }
  .pd-sm-r-90 {
    padding-right: 90px;
  }
  .pd-sm-b-90 {
    padding-bottom: 90px;
  }
  .pd-sm-l-90 {
    padding-left: 90px;
  }
  .pd-sm-95 {
    padding: 95px;
  }
  .pd-sm-y-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pd-sm-x-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .pd-sm-t-95 {
    padding-top: 95px;
  }
  .pd-sm-r-95 {
    padding-right: 95px;
  }
  .pd-sm-b-95 {
    padding-bottom: 95px;
  }
  .pd-sm-l-95 {
    padding-left: 95px;
  }
  .pd-sm-100 {
    padding: 100px;
  }
  .pd-sm-y-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pd-sm-x-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pd-sm-t-100 {
    padding-top: 100px;
  }
  .pd-sm-r-100 {
    padding-right: 100px;
  }
  .pd-sm-b-100 {
    padding-bottom: 100px;
  }
  .pd-sm-l-100 {
    padding-left: 100px;
  }
  .pd-sm-110 {
    padding: 110px;
  }
  .pd-sm-y-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pd-sm-x-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .pd-sm-t-110 {
    padding-top: 110px;
  }
  .pd-sm-r-110 {
    padding-right: 110px;
  }
  .pd-sm-b-110 {
    padding-bottom: 110px;
  }
  .pd-sm-l-110 {
    padding-left: 110px;
  }
  .pd-sm-120 {
    padding: 120px;
  }
  .pd-sm-y-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pd-sm-x-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pd-sm-t-120 {
    padding-top: 120px;
  }
  .pd-sm-r-120 {
    padding-right: 120px;
  }
  .pd-sm-b-120 {
    padding-bottom: 120px;
  }
  .pd-sm-l-120 {
    padding-left: 120px;
  }
  .pd-sm-130 {
    padding: 130px;
  }
  .pd-sm-y-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pd-sm-x-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .pd-sm-t-130 {
    padding-top: 130px;
  }
  .pd-sm-r-130 {
    padding-right: 130px;
  }
  .pd-sm-b-130 {
    padding-bottom: 130px;
  }
  .pd-sm-l-130 {
    padding-left: 130px;
  }
  .pd-sm-140 {
    padding: 140px;
  }
  .pd-sm-y-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pd-sm-x-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .pd-sm-t-140 {
    padding-top: 140px;
  }
  .pd-sm-r-140 {
    padding-right: 140px;
  }
  .pd-sm-b-140 {
    padding-bottom: 140px;
  }
  .pd-sm-l-140 {
    padding-left: 140px;
  }
  .pd-sm-150 {
    padding: 150px;
  }
  .pd-sm-y-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pd-sm-x-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .pd-sm-t-150 {
    padding-top: 150px;
  }
  .pd-sm-r-150 {
    padding-right: 150px;
  }
  .pd-sm-b-150 {
    padding-bottom: 150px;
  }
  .pd-sm-l-150 {
    padding-left: 150px;
  }
  .pd-sm-160 {
    padding: 160px;
  }
  .pd-sm-y-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pd-sm-x-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pd-sm-t-160 {
    padding-top: 160px;
  }
  .pd-sm-r-160 {
    padding-right: 160px;
  }
  .pd-sm-b-160 {
    padding-bottom: 160px;
  }
  .pd-sm-l-160 {
    padding-left: 160px;
  }
  .pd-sm-170 {
    padding: 170px;
  }
  .pd-sm-y-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .pd-sm-x-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .pd-sm-t-170 {
    padding-top: 170px;
  }
  .pd-sm-r-170 {
    padding-right: 170px;
  }
  .pd-sm-b-170 {
    padding-bottom: 170px;
  }
  .pd-sm-l-170 {
    padding-left: 170px;
  }
  .pd-sm-180 {
    padding: 180px;
  }
  .pd-sm-y-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .pd-sm-x-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .pd-sm-t-180 {
    padding-top: 180px;
  }
  .pd-sm-r-180 {
    padding-right: 180px;
  }
  .pd-sm-b-180 {
    padding-bottom: 180px;
  }
  .pd-sm-l-180 {
    padding-left: 180px;
  }
  .pd-sm-190 {
    padding: 190px;
  }
  .pd-sm-y-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .pd-sm-x-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .pd-sm-t-190 {
    padding-top: 190px;
  }
  .pd-sm-r-190 {
    padding-right: 190px;
  }
  .pd-sm-b-190 {
    padding-bottom: 190px;
  }
  .pd-sm-l-190 {
    padding-left: 190px;
  }
  .pd-sm-200 {
    padding: 200px;
  }
  .pd-sm-y-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pd-sm-x-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .pd-sm-t-200 {
    padding-top: 200px;
  }
  .pd-sm-r-200 {
    padding-right: 200px;
  }
  .pd-sm-b-200 {
    padding-bottom: 200px;
  }
  .pd-sm-l-200 {
    padding-left: 200px;
  }
}
@media (min-width: 768px) {
  .pd-md-0 {
    padding: 0px;
  }
  .pd-md-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pd-md-x-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pd-md-t-0 {
    padding-top: 0px;
  }
  .pd-md-r-0 {
    padding-right: 0px;
  }
  .pd-md-b-0 {
    padding-bottom: 0px;
  }
  .pd-md-l-0 {
    padding-left: 0px;
  }
  .pd-md-1 {
    padding: 1px;
  }
  .pd-md-y-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .pd-md-x-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .pd-md-t-1 {
    padding-top: 1px;
  }
  .pd-md-r-1 {
    padding-right: 1px;
  }
  .pd-md-b-1 {
    padding-bottom: 1px;
  }
  .pd-md-l-1 {
    padding-left: 1px;
  }
  .pd-md-2 {
    padding: 2px;
  }
  .pd-md-y-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pd-md-x-2 {
    padding-left: 2px;
    padding-right: 2px;
  }
  .pd-md-t-2 {
    padding-top: 2px;
  }
  .pd-md-r-2 {
    padding-right: 2px;
  }
  .pd-md-b-2 {
    padding-bottom: 2px;
  }
  .pd-md-l-2 {
    padding-left: 2px;
  }
  .pd-md-3 {
    padding: 3px;
  }
  .pd-md-y-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pd-md-x-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .pd-md-t-3 {
    padding-top: 3px;
  }
  .pd-md-r-3 {
    padding-right: 3px;
  }
  .pd-md-b-3 {
    padding-bottom: 3px;
  }
  .pd-md-l-3 {
    padding-left: 3px;
  }
  .pd-md-4 {
    padding: 4px;
  }
  .pd-md-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pd-md-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pd-md-t-4 {
    padding-top: 4px;
  }
  .pd-md-r-4 {
    padding-right: 4px;
  }
  .pd-md-b-4 {
    padding-bottom: 4px;
  }
  .pd-md-l-4 {
    padding-left: 4px;
  }
  .pd-md-5 {
    padding: 5px;
  }
  .pd-md-y-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pd-md-x-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pd-md-t-5 {
    padding-top: 5px;
  }
  .pd-md-r-5 {
    padding-right: 5px;
  }
  .pd-md-b-5 {
    padding-bottom: 5px;
  }
  .pd-md-l-5 {
    padding-left: 5px;
  }
  .pd-md-6 {
    padding: 6px;
  }
  .pd-md-y-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pd-md-x-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .pd-md-t-6 {
    padding-top: 6px;
  }
  .pd-md-r-6 {
    padding-right: 6px;
  }
  .pd-md-b-6 {
    padding-bottom: 6px;
  }
  .pd-md-l-6 {
    padding-left: 6px;
  }
  .pd-md-7 {
    padding: 7px;
  }
  .pd-md-y-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pd-md-x-7 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pd-md-t-7 {
    padding-top: 7px;
  }
  .pd-md-r-7 {
    padding-right: 7px;
  }
  .pd-md-b-7 {
    padding-bottom: 7px;
  }
  .pd-md-l-7 {
    padding-left: 7px;
  }
  .pd-md-8 {
    padding: 8px;
  }
  .pd-md-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pd-md-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pd-md-t-8 {
    padding-top: 8px;
  }
  .pd-md-r-8 {
    padding-right: 8px;
  }
  .pd-md-b-8 {
    padding-bottom: 8px;
  }
  .pd-md-l-8 {
    padding-left: 8px;
  }
  .pd-md-9 {
    padding: 9px;
  }
  .pd-md-y-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pd-md-x-9 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .pd-md-t-9 {
    padding-top: 9px;
  }
  .pd-md-r-9 {
    padding-right: 9px;
  }
  .pd-md-b-9 {
    padding-bottom: 9px;
  }
  .pd-md-l-9 {
    padding-left: 9px;
  }
  .pd-md-10 {
    padding: 10px;
  }
  .pd-md-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pd-md-x-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pd-md-t-10 {
    padding-top: 10px;
  }
  .pd-md-r-10 {
    padding-right: 10px;
  }
  .pd-md-b-10 {
    padding-bottom: 10px;
  }
  .pd-md-l-10 {
    padding-left: 10px;
  }
  .pd-md-15 {
    padding: 15px;
  }
  .pd-md-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pd-md-x-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pd-md-t-15 {
    padding-top: 15px;
  }
  .pd-md-r-15 {
    padding-right: 15px;
  }
  .pd-md-b-15 {
    padding-bottom: 15px;
  }
  .pd-md-l-15 {
    padding-left: 15px;
  }
  .pd-md-20 {
    padding: 20px;
  }
  .pd-md-y-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pd-md-x-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd-md-t-20 {
    padding-top: 20px;
  }
  .pd-md-r-20 {
    padding-right: 20px;
  }
  .pd-md-b-20 {
    padding-bottom: 20px;
  }
  .pd-md-l-20 {
    padding-left: 20px;
  }
  .pd-md-25 {
    padding: 25px;
  }
  .pd-md-y-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pd-md-x-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pd-md-t-25 {
    padding-top: 25px;
  }
  .pd-md-r-25 {
    padding-right: 25px;
  }
  .pd-md-b-25 {
    padding-bottom: 25px;
  }
  .pd-md-l-25 {
    padding-left: 25px;
  }
  .pd-md-30 {
    padding: 30px;
  }
  .pd-md-y-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pd-md-x-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pd-md-t-30 {
    padding-top: 30px;
  }
  .pd-md-r-30 {
    padding-right: 30px;
  }
  .pd-md-b-30 {
    padding-bottom: 30px;
  }
  .pd-md-l-30 {
    padding-left: 30px;
  }
  .pd-md-35 {
    padding: 35px;
  }
  .pd-md-y-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pd-md-x-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pd-md-t-35 {
    padding-top: 35px;
  }
  .pd-md-r-35 {
    padding-right: 35px;
  }
  .pd-md-b-35 {
    padding-bottom: 35px;
  }
  .pd-md-l-35 {
    padding-left: 35px;
  }
  .pd-md-40 {
    padding: 40px;
  }
  .pd-md-y-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pd-md-x-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pd-md-t-40 {
    padding-top: 40px;
  }
  .pd-md-r-40 {
    padding-right: 40px;
  }
  .pd-md-b-40 {
    padding-bottom: 40px;
  }
  .pd-md-l-40 {
    padding-left: 40px;
  }
  .pd-md-45 {
    padding: 45px;
  }
  .pd-md-y-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pd-md-x-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pd-md-t-45 {
    padding-top: 45px;
  }
  .pd-md-r-45 {
    padding-right: 45px;
  }
  .pd-md-b-45 {
    padding-bottom: 45px;
  }
  .pd-md-l-45 {
    padding-left: 45px;
  }
  .pd-md-50 {
    padding: 50px;
  }
  .pd-md-y-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pd-md-x-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd-md-t-50 {
    padding-top: 50px;
  }
  .pd-md-r-50 {
    padding-right: 50px;
  }
  .pd-md-b-50 {
    padding-bottom: 50px;
  }
  .pd-md-l-50 {
    padding-left: 50px;
  }
  .pd-md-55 {
    padding: 55px;
  }
  .pd-md-y-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pd-md-x-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .pd-md-t-55 {
    padding-top: 55px;
  }
  .pd-md-r-55 {
    padding-right: 55px;
  }
  .pd-md-b-55 {
    padding-bottom: 55px;
  }
  .pd-md-l-55 {
    padding-left: 55px;
  }
  .pd-md-60 {
    padding: 60px;
  }
  .pd-md-y-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pd-md-x-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pd-md-t-60 {
    padding-top: 60px;
  }
  .pd-md-r-60 {
    padding-right: 60px;
  }
  .pd-md-b-60 {
    padding-bottom: 60px;
  }
  .pd-md-l-60 {
    padding-left: 60px;
  }
  .pd-md-65 {
    padding: 65px;
  }
  .pd-md-y-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pd-md-x-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .pd-md-t-65 {
    padding-top: 65px;
  }
  .pd-md-r-65 {
    padding-right: 65px;
  }
  .pd-md-b-65 {
    padding-bottom: 65px;
  }
  .pd-md-l-65 {
    padding-left: 65px;
  }
  .pd-md-70 {
    padding: 70px;
  }
  .pd-md-y-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pd-md-x-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pd-md-t-70 {
    padding-top: 70px;
  }
  .pd-md-r-70 {
    padding-right: 70px;
  }
  .pd-md-b-70 {
    padding-bottom: 70px;
  }
  .pd-md-l-70 {
    padding-left: 70px;
  }
  .pd-md-75 {
    padding: 75px;
  }
  .pd-md-y-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pd-md-x-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .pd-md-t-75 {
    padding-top: 75px;
  }
  .pd-md-r-75 {
    padding-right: 75px;
  }
  .pd-md-b-75 {
    padding-bottom: 75px;
  }
  .pd-md-l-75 {
    padding-left: 75px;
  }
  .pd-md-80 {
    padding: 80px;
  }
  .pd-md-y-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pd-md-x-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pd-md-t-80 {
    padding-top: 80px;
  }
  .pd-md-r-80 {
    padding-right: 80px;
  }
  .pd-md-b-80 {
    padding-bottom: 80px;
  }
  .pd-md-l-80 {
    padding-left: 80px;
  }
  .pd-md-85 {
    padding: 85px;
  }
  .pd-md-y-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pd-md-x-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .pd-md-t-85 {
    padding-top: 85px;
  }
  .pd-md-r-85 {
    padding-right: 85px;
  }
  .pd-md-b-85 {
    padding-bottom: 85px;
  }
  .pd-md-l-85 {
    padding-left: 85px;
  }
  .pd-md-90 {
    padding: 90px;
  }
  .pd-md-y-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pd-md-x-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pd-md-t-90 {
    padding-top: 90px;
  }
  .pd-md-r-90 {
    padding-right: 90px;
  }
  .pd-md-b-90 {
    padding-bottom: 90px;
  }
  .pd-md-l-90 {
    padding-left: 90px;
  }
  .pd-md-95 {
    padding: 95px;
  }
  .pd-md-y-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pd-md-x-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .pd-md-t-95 {
    padding-top: 95px;
  }
  .pd-md-r-95 {
    padding-right: 95px;
  }
  .pd-md-b-95 {
    padding-bottom: 95px;
  }
  .pd-md-l-95 {
    padding-left: 95px;
  }
  .pd-md-100 {
    padding: 100px;
  }
  .pd-md-y-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pd-md-x-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pd-md-t-100 {
    padding-top: 100px;
  }
  .pd-md-r-100 {
    padding-right: 100px;
  }
  .pd-md-b-100 {
    padding-bottom: 100px;
  }
  .pd-md-l-100 {
    padding-left: 100px;
  }
  .pd-md-110 {
    padding: 110px;
  }
  .pd-md-y-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pd-md-x-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .pd-md-t-110 {
    padding-top: 110px;
  }
  .pd-md-r-110 {
    padding-right: 110px;
  }
  .pd-md-b-110 {
    padding-bottom: 110px;
  }
  .pd-md-l-110 {
    padding-left: 110px;
  }
  .pd-md-120 {
    padding: 120px;
  }
  .pd-md-y-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pd-md-x-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pd-md-t-120 {
    padding-top: 120px;
  }
  .pd-md-r-120 {
    padding-right: 120px;
  }
  .pd-md-b-120 {
    padding-bottom: 120px;
  }
  .pd-md-l-120 {
    padding-left: 120px;
  }
  .pd-md-130 {
    padding: 130px;
  }
  .pd-md-y-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pd-md-x-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .pd-md-t-130 {
    padding-top: 130px;
  }
  .pd-md-r-130 {
    padding-right: 130px;
  }
  .pd-md-b-130 {
    padding-bottom: 130px;
  }
  .pd-md-l-130 {
    padding-left: 130px;
  }
  .pd-md-140 {
    padding: 140px;
  }
  .pd-md-y-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pd-md-x-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .pd-md-t-140 {
    padding-top: 140px;
  }
  .pd-md-r-140 {
    padding-right: 140px;
  }
  .pd-md-b-140 {
    padding-bottom: 140px;
  }
  .pd-md-l-140 {
    padding-left: 140px;
  }
  .pd-md-150 {
    padding: 150px;
  }
  .pd-md-y-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pd-md-x-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .pd-md-t-150 {
    padding-top: 150px;
  }
  .pd-md-r-150 {
    padding-right: 150px;
  }
  .pd-md-b-150 {
    padding-bottom: 150px;
  }
  .pd-md-l-150 {
    padding-left: 150px;
  }
  .pd-md-160 {
    padding: 160px;
  }
  .pd-md-y-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pd-md-x-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pd-md-t-160 {
    padding-top: 160px;
  }
  .pd-md-r-160 {
    padding-right: 160px;
  }
  .pd-md-b-160 {
    padding-bottom: 160px;
  }
  .pd-md-l-160 {
    padding-left: 160px;
  }
  .pd-md-170 {
    padding: 170px;
  }
  .pd-md-y-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .pd-md-x-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .pd-md-t-170 {
    padding-top: 170px;
  }
  .pd-md-r-170 {
    padding-right: 170px;
  }
  .pd-md-b-170 {
    padding-bottom: 170px;
  }
  .pd-md-l-170 {
    padding-left: 170px;
  }
  .pd-md-180 {
    padding: 180px;
  }
  .pd-md-y-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .pd-md-x-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .pd-md-t-180 {
    padding-top: 180px;
  }
  .pd-md-r-180 {
    padding-right: 180px;
  }
  .pd-md-b-180 {
    padding-bottom: 180px;
  }
  .pd-md-l-180 {
    padding-left: 180px;
  }
  .pd-md-190 {
    padding: 190px;
  }
  .pd-md-y-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .pd-md-x-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .pd-md-t-190 {
    padding-top: 190px;
  }
  .pd-md-r-190 {
    padding-right: 190px;
  }
  .pd-md-b-190 {
    padding-bottom: 190px;
  }
  .pd-md-l-190 {
    padding-left: 190px;
  }
  .pd-md-200 {
    padding: 200px;
  }
  .pd-md-y-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pd-md-x-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .pd-md-t-200 {
    padding-top: 200px;
  }
  .pd-md-r-200 {
    padding-right: 200px;
  }
  .pd-md-b-200 {
    padding-bottom: 200px;
  }
  .pd-md-l-200 {
    padding-left: 200px;
  }
}
@media (min-width: 992px) {
  .pd-lg-0 {
    padding: 0px;
  }
  .pd-lg-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pd-lg-x-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pd-lg-t-0 {
    padding-top: 0px;
  }
  .pd-lg-r-0 {
    padding-right: 0px;
  }
  .pd-lg-b-0 {
    padding-bottom: 0px;
  }
  .pd-lg-l-0 {
    padding-left: 0px;
  }
  .pd-lg-1 {
    padding: 1px;
  }
  .pd-lg-y-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .pd-lg-x-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .pd-lg-t-1 {
    padding-top: 1px;
  }
  .pd-lg-r-1 {
    padding-right: 1px;
  }
  .pd-lg-b-1 {
    padding-bottom: 1px;
  }
  .pd-lg-l-1 {
    padding-left: 1px;
  }
  .pd-lg-2 {
    padding: 2px;
  }
  .pd-lg-y-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pd-lg-x-2 {
    padding-left: 2px;
    padding-right: 2px;
  }
  .pd-lg-t-2 {
    padding-top: 2px;
  }
  .pd-lg-r-2 {
    padding-right: 2px;
  }
  .pd-lg-b-2 {
    padding-bottom: 2px;
  }
  .pd-lg-l-2 {
    padding-left: 2px;
  }
  .pd-lg-3 {
    padding: 3px;
  }
  .pd-lg-y-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pd-lg-x-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .pd-lg-t-3 {
    padding-top: 3px;
  }
  .pd-lg-r-3 {
    padding-right: 3px;
  }
  .pd-lg-b-3 {
    padding-bottom: 3px;
  }
  .pd-lg-l-3 {
    padding-left: 3px;
  }
  .pd-lg-4 {
    padding: 4px;
  }
  .pd-lg-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pd-lg-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pd-lg-t-4 {
    padding-top: 4px;
  }
  .pd-lg-r-4 {
    padding-right: 4px;
  }
  .pd-lg-b-4 {
    padding-bottom: 4px;
  }
  .pd-lg-l-4 {
    padding-left: 4px;
  }
  .pd-lg-5 {
    padding: 5px;
  }
  .pd-lg-y-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pd-lg-x-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pd-lg-t-5 {
    padding-top: 5px;
  }
  .pd-lg-r-5 {
    padding-right: 5px;
  }
  .pd-lg-b-5 {
    padding-bottom: 5px;
  }
  .pd-lg-l-5 {
    padding-left: 5px;
  }
  .pd-lg-6 {
    padding: 6px;
  }
  .pd-lg-y-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pd-lg-x-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .pd-lg-t-6 {
    padding-top: 6px;
  }
  .pd-lg-r-6 {
    padding-right: 6px;
  }
  .pd-lg-b-6 {
    padding-bottom: 6px;
  }
  .pd-lg-l-6 {
    padding-left: 6px;
  }
  .pd-lg-7 {
    padding: 7px;
  }
  .pd-lg-y-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pd-lg-x-7 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pd-lg-t-7 {
    padding-top: 7px;
  }
  .pd-lg-r-7 {
    padding-right: 7px;
  }
  .pd-lg-b-7 {
    padding-bottom: 7px;
  }
  .pd-lg-l-7 {
    padding-left: 7px;
  }
  .pd-lg-8 {
    padding: 8px;
  }
  .pd-lg-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pd-lg-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pd-lg-t-8 {
    padding-top: 8px;
  }
  .pd-lg-r-8 {
    padding-right: 8px;
  }
  .pd-lg-b-8 {
    padding-bottom: 8px;
  }
  .pd-lg-l-8 {
    padding-left: 8px;
  }
  .pd-lg-9 {
    padding: 9px;
  }
  .pd-lg-y-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pd-lg-x-9 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .pd-lg-t-9 {
    padding-top: 9px;
  }
  .pd-lg-r-9 {
    padding-right: 9px;
  }
  .pd-lg-b-9 {
    padding-bottom: 9px;
  }
  .pd-lg-l-9 {
    padding-left: 9px;
  }
  .pd-lg-10 {
    padding: 10px;
  }
  .pd-lg-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pd-lg-x-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pd-lg-t-10 {
    padding-top: 10px;
  }
  .pd-lg-r-10 {
    padding-right: 10px;
  }
  .pd-lg-b-10 {
    padding-bottom: 10px;
  }
  .pd-lg-l-10 {
    padding-left: 10px;
  }
  .pd-lg-15 {
    padding: 15px;
  }
  .pd-lg-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pd-lg-x-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pd-lg-t-15 {
    padding-top: 15px;
  }
  .pd-lg-r-15 {
    padding-right: 15px;
  }
  .pd-lg-b-15 {
    padding-bottom: 15px;
  }
  .pd-lg-l-15 {
    padding-left: 15px;
  }
  .pd-lg-20 {
    padding: 20px;
  }
  .pd-lg-y-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pd-lg-x-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd-lg-t-20 {
    padding-top: 20px;
  }
  .pd-lg-r-20 {
    padding-right: 20px;
  }
  .pd-lg-b-20 {
    padding-bottom: 20px;
  }
  .pd-lg-l-20 {
    padding-left: 20px;
  }
  .pd-lg-25 {
    padding: 25px;
  }
  .pd-lg-y-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pd-lg-x-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pd-lg-t-25 {
    padding-top: 25px;
  }
  .pd-lg-r-25 {
    padding-right: 25px;
  }
  .pd-lg-b-25 {
    padding-bottom: 25px;
  }
  .pd-lg-l-25 {
    padding-left: 25px;
  }
  .pd-lg-30 {
    padding: 30px;
  }
  .pd-lg-y-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pd-lg-x-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pd-lg-t-30 {
    padding-top: 30px;
  }
  .pd-lg-r-30 {
    padding-right: 30px;
  }
  .pd-lg-b-30 {
    padding-bottom: 30px;
  }
  .pd-lg-l-30 {
    padding-left: 30px;
  }
  .pd-lg-35 {
    padding: 35px;
  }
  .pd-lg-y-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pd-lg-x-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pd-lg-t-35 {
    padding-top: 35px;
  }
  .pd-lg-r-35 {
    padding-right: 35px;
  }
  .pd-lg-b-35 {
    padding-bottom: 35px;
  }
  .pd-lg-l-35 {
    padding-left: 35px;
  }
  .pd-lg-40 {
    padding: 40px;
  }
  .pd-lg-y-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pd-lg-x-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pd-lg-t-40 {
    padding-top: 40px;
  }
  .pd-lg-r-40 {
    padding-right: 40px;
  }
  .pd-lg-b-40 {
    padding-bottom: 40px;
  }
  .pd-lg-l-40 {
    padding-left: 40px;
  }
  .pd-lg-45 {
    padding: 45px;
  }
  .pd-lg-y-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pd-lg-x-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pd-lg-t-45 {
    padding-top: 45px;
  }
  .pd-lg-r-45 {
    padding-right: 45px;
  }
  .pd-lg-b-45 {
    padding-bottom: 45px;
  }
  .pd-lg-l-45 {
    padding-left: 45px;
  }
  .pd-lg-50 {
    padding: 50px;
  }
  .pd-lg-y-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pd-lg-x-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd-lg-t-50 {
    padding-top: 50px;
  }
  .pd-lg-r-50 {
    padding-right: 50px;
  }
  .pd-lg-b-50 {
    padding-bottom: 50px;
  }
  .pd-lg-l-50 {
    padding-left: 50px;
  }
  .pd-lg-55 {
    padding: 55px;
  }
  .pd-lg-y-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pd-lg-x-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .pd-lg-t-55 {
    padding-top: 55px;
  }
  .pd-lg-r-55 {
    padding-right: 55px;
  }
  .pd-lg-b-55 {
    padding-bottom: 55px;
  }
  .pd-lg-l-55 {
    padding-left: 55px;
  }
  .pd-lg-60 {
    padding: 60px;
  }
  .pd-lg-y-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pd-lg-x-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pd-lg-t-60 {
    padding-top: 60px;
  }
  .pd-lg-r-60 {
    padding-right: 60px;
  }
  .pd-lg-b-60 {
    padding-bottom: 60px;
  }
  .pd-lg-l-60 {
    padding-left: 60px;
  }
  .pd-lg-65 {
    padding: 65px;
  }
  .pd-lg-y-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pd-lg-x-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .pd-lg-t-65 {
    padding-top: 65px;
  }
  .pd-lg-r-65 {
    padding-right: 65px;
  }
  .pd-lg-b-65 {
    padding-bottom: 65px;
  }
  .pd-lg-l-65 {
    padding-left: 65px;
  }
  .pd-lg-70 {
    padding: 70px;
  }
  .pd-lg-y-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pd-lg-x-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pd-lg-t-70 {
    padding-top: 70px;
  }
  .pd-lg-r-70 {
    padding-right: 70px;
  }
  .pd-lg-b-70 {
    padding-bottom: 70px;
  }
  .pd-lg-l-70 {
    padding-left: 70px;
  }
  .pd-lg-75 {
    padding: 75px;
  }
  .pd-lg-y-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pd-lg-x-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .pd-lg-t-75 {
    padding-top: 75px;
  }
  .pd-lg-r-75 {
    padding-right: 75px;
  }
  .pd-lg-b-75 {
    padding-bottom: 75px;
  }
  .pd-lg-l-75 {
    padding-left: 75px;
  }
  .pd-lg-80 {
    padding: 80px;
  }
  .pd-lg-y-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pd-lg-x-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pd-lg-t-80 {
    padding-top: 80px;
  }
  .pd-lg-r-80 {
    padding-right: 80px;
  }
  .pd-lg-b-80 {
    padding-bottom: 80px;
  }
  .pd-lg-l-80 {
    padding-left: 80px;
  }
  .pd-lg-85 {
    padding: 85px;
  }
  .pd-lg-y-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pd-lg-x-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .pd-lg-t-85 {
    padding-top: 85px;
  }
  .pd-lg-r-85 {
    padding-right: 85px;
  }
  .pd-lg-b-85 {
    padding-bottom: 85px;
  }
  .pd-lg-l-85 {
    padding-left: 85px;
  }
  .pd-lg-90 {
    padding: 90px;
  }
  .pd-lg-y-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pd-lg-x-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pd-lg-t-90 {
    padding-top: 90px;
  }
  .pd-lg-r-90 {
    padding-right: 90px;
  }
  .pd-lg-b-90 {
    padding-bottom: 90px;
  }
  .pd-lg-l-90 {
    padding-left: 90px;
  }
  .pd-lg-95 {
    padding: 95px;
  }
  .pd-lg-y-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pd-lg-x-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .pd-lg-t-95 {
    padding-top: 95px;
  }
  .pd-lg-r-95 {
    padding-right: 95px;
  }
  .pd-lg-b-95 {
    padding-bottom: 95px;
  }
  .pd-lg-l-95 {
    padding-left: 95px;
  }
  .pd-lg-100 {
    padding: 100px;
  }
  .pd-lg-y-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pd-lg-x-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pd-lg-t-100 {
    padding-top: 100px;
  }
  .pd-lg-r-100 {
    padding-right: 100px;
  }
  .pd-lg-b-100 {
    padding-bottom: 100px;
  }
  .pd-lg-l-100 {
    padding-left: 100px;
  }
  .pd-lg-110 {
    padding: 110px;
  }
  .pd-lg-y-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pd-lg-x-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .pd-lg-t-110 {
    padding-top: 110px;
  }
  .pd-lg-r-110 {
    padding-right: 110px;
  }
  .pd-lg-b-110 {
    padding-bottom: 110px;
  }
  .pd-lg-l-110 {
    padding-left: 110px;
  }
  .pd-lg-120 {
    padding: 120px;
  }
  .pd-lg-y-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pd-lg-x-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pd-lg-t-120 {
    padding-top: 120px;
  }
  .pd-lg-r-120 {
    padding-right: 120px;
  }
  .pd-lg-b-120 {
    padding-bottom: 120px;
  }
  .pd-lg-l-120 {
    padding-left: 120px;
  }
  .pd-lg-130 {
    padding: 130px;
  }
  .pd-lg-y-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pd-lg-x-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .pd-lg-t-130 {
    padding-top: 130px;
  }
  .pd-lg-r-130 {
    padding-right: 130px;
  }
  .pd-lg-b-130 {
    padding-bottom: 130px;
  }
  .pd-lg-l-130 {
    padding-left: 130px;
  }
  .pd-lg-140 {
    padding: 140px;
  }
  .pd-lg-y-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pd-lg-x-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .pd-lg-t-140 {
    padding-top: 140px;
  }
  .pd-lg-r-140 {
    padding-right: 140px;
  }
  .pd-lg-b-140 {
    padding-bottom: 140px;
  }
  .pd-lg-l-140 {
    padding-left: 140px;
  }
  .pd-lg-150 {
    padding: 150px;
  }
  .pd-lg-y-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pd-lg-x-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .pd-lg-t-150 {
    padding-top: 150px;
  }
  .pd-lg-r-150 {
    padding-right: 150px;
  }
  .pd-lg-b-150 {
    padding-bottom: 150px;
  }
  .pd-lg-l-150 {
    padding-left: 150px;
  }
  .pd-lg-160 {
    padding: 160px;
  }
  .pd-lg-y-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pd-lg-x-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pd-lg-t-160 {
    padding-top: 160px;
  }
  .pd-lg-r-160 {
    padding-right: 160px;
  }
  .pd-lg-b-160 {
    padding-bottom: 160px;
  }
  .pd-lg-l-160 {
    padding-left: 160px;
  }
  .pd-lg-170 {
    padding: 170px;
  }
  .pd-lg-y-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .pd-lg-x-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .pd-lg-t-170 {
    padding-top: 170px;
  }
  .pd-lg-r-170 {
    padding-right: 170px;
  }
  .pd-lg-b-170 {
    padding-bottom: 170px;
  }
  .pd-lg-l-170 {
    padding-left: 170px;
  }
  .pd-lg-180 {
    padding: 180px;
  }
  .pd-lg-y-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .pd-lg-x-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .pd-lg-t-180 {
    padding-top: 180px;
  }
  .pd-lg-r-180 {
    padding-right: 180px;
  }
  .pd-lg-b-180 {
    padding-bottom: 180px;
  }
  .pd-lg-l-180 {
    padding-left: 180px;
  }
  .pd-lg-190 {
    padding: 190px;
  }
  .pd-lg-y-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .pd-lg-x-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .pd-lg-t-190 {
    padding-top: 190px;
  }
  .pd-lg-r-190 {
    padding-right: 190px;
  }
  .pd-lg-b-190 {
    padding-bottom: 190px;
  }
  .pd-lg-l-190 {
    padding-left: 190px;
  }
  .pd-lg-200 {
    padding: 200px;
  }
  .pd-lg-y-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pd-lg-x-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .pd-lg-t-200 {
    padding-top: 200px;
  }
  .pd-lg-r-200 {
    padding-right: 200px;
  }
  .pd-lg-b-200 {
    padding-bottom: 200px;
  }
  .pd-lg-l-200 {
    padding-left: 200px;
  }
}
@media (min-width: 1200px) {
  .pd-xl-0 {
    padding: 0px;
  }
  .pd-xl-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pd-xl-x-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pd-xl-t-0 {
    padding-top: 0px;
  }
  .pd-xl-r-0 {
    padding-right: 0px;
  }
  .pd-xl-b-0 {
    padding-bottom: 0px;
  }
  .pd-xl-l-0 {
    padding-left: 0px;
  }
  .pd-xl-1 {
    padding: 1px;
  }
  .pd-xl-y-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .pd-xl-x-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .pd-xl-t-1 {
    padding-top: 1px;
  }
  .pd-xl-r-1 {
    padding-right: 1px;
  }
  .pd-xl-b-1 {
    padding-bottom: 1px;
  }
  .pd-xl-l-1 {
    padding-left: 1px;
  }
  .pd-xl-2 {
    padding: 2px;
  }
  .pd-xl-y-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pd-xl-x-2 {
    padding-left: 2px;
    padding-right: 2px;
  }
  .pd-xl-t-2 {
    padding-top: 2px;
  }
  .pd-xl-r-2 {
    padding-right: 2px;
  }
  .pd-xl-b-2 {
    padding-bottom: 2px;
  }
  .pd-xl-l-2 {
    padding-left: 2px;
  }
  .pd-xl-3 {
    padding: 3px;
  }
  .pd-xl-y-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pd-xl-x-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .pd-xl-t-3 {
    padding-top: 3px;
  }
  .pd-xl-r-3 {
    padding-right: 3px;
  }
  .pd-xl-b-3 {
    padding-bottom: 3px;
  }
  .pd-xl-l-3 {
    padding-left: 3px;
  }
  .pd-xl-4 {
    padding: 4px;
  }
  .pd-xl-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pd-xl-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pd-xl-t-4 {
    padding-top: 4px;
  }
  .pd-xl-r-4 {
    padding-right: 4px;
  }
  .pd-xl-b-4 {
    padding-bottom: 4px;
  }
  .pd-xl-l-4 {
    padding-left: 4px;
  }
  .pd-xl-5 {
    padding: 5px;
  }
  .pd-xl-y-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pd-xl-x-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pd-xl-t-5 {
    padding-top: 5px;
  }
  .pd-xl-r-5 {
    padding-right: 5px;
  }
  .pd-xl-b-5 {
    padding-bottom: 5px;
  }
  .pd-xl-l-5 {
    padding-left: 5px;
  }
  .pd-xl-6 {
    padding: 6px;
  }
  .pd-xl-y-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pd-xl-x-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .pd-xl-t-6 {
    padding-top: 6px;
  }
  .pd-xl-r-6 {
    padding-right: 6px;
  }
  .pd-xl-b-6 {
    padding-bottom: 6px;
  }
  .pd-xl-l-6 {
    padding-left: 6px;
  }
  .pd-xl-7 {
    padding: 7px;
  }
  .pd-xl-y-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pd-xl-x-7 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pd-xl-t-7 {
    padding-top: 7px;
  }
  .pd-xl-r-7 {
    padding-right: 7px;
  }
  .pd-xl-b-7 {
    padding-bottom: 7px;
  }
  .pd-xl-l-7 {
    padding-left: 7px;
  }
  .pd-xl-8 {
    padding: 8px;
  }
  .pd-xl-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pd-xl-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pd-xl-t-8 {
    padding-top: 8px;
  }
  .pd-xl-r-8 {
    padding-right: 8px;
  }
  .pd-xl-b-8 {
    padding-bottom: 8px;
  }
  .pd-xl-l-8 {
    padding-left: 8px;
  }
  .pd-xl-9 {
    padding: 9px;
  }
  .pd-xl-y-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pd-xl-x-9 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .pd-xl-t-9 {
    padding-top: 9px;
  }
  .pd-xl-r-9 {
    padding-right: 9px;
  }
  .pd-xl-b-9 {
    padding-bottom: 9px;
  }
  .pd-xl-l-9 {
    padding-left: 9px;
  }
  .pd-xl-10 {
    padding: 10px;
  }
  .pd-xl-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pd-xl-x-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pd-xl-t-10 {
    padding-top: 10px;
  }
  .pd-xl-r-10 {
    padding-right: 10px;
  }
  .pd-xl-b-10 {
    padding-bottom: 10px;
  }
  .pd-xl-l-10 {
    padding-left: 10px;
  }
  .pd-xl-15 {
    padding: 15px;
  }
  .pd-xl-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pd-xl-x-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pd-xl-t-15 {
    padding-top: 15px;
  }
  .pd-xl-r-15 {
    padding-right: 15px;
  }
  .pd-xl-b-15 {
    padding-bottom: 15px;
  }
  .pd-xl-l-15 {
    padding-left: 15px;
  }
  .pd-xl-20 {
    padding: 20px;
  }
  .pd-xl-y-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pd-xl-x-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd-xl-t-20 {
    padding-top: 20px;
  }
  .pd-xl-r-20 {
    padding-right: 20px;
  }
  .pd-xl-b-20 {
    padding-bottom: 20px;
  }
  .pd-xl-l-20 {
    padding-left: 20px;
  }
  .pd-xl-25 {
    padding: 25px;
  }
  .pd-xl-y-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pd-xl-x-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pd-xl-t-25 {
    padding-top: 25px;
  }
  .pd-xl-r-25 {
    padding-right: 25px;
  }
  .pd-xl-b-25 {
    padding-bottom: 25px;
  }
  .pd-xl-l-25 {
    padding-left: 25px;
  }
  .pd-xl-30 {
    padding: 30px;
  }
  .pd-xl-y-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pd-xl-x-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pd-xl-t-30 {
    padding-top: 30px;
  }
  .pd-xl-r-30 {
    padding-right: 30px;
  }
  .pd-xl-b-30 {
    padding-bottom: 30px;
  }
  .pd-xl-l-30 {
    padding-left: 30px;
  }
  .pd-xl-35 {
    padding: 35px;
  }
  .pd-xl-y-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pd-xl-x-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pd-xl-t-35 {
    padding-top: 35px;
  }
  .pd-xl-r-35 {
    padding-right: 35px;
  }
  .pd-xl-b-35 {
    padding-bottom: 35px;
  }
  .pd-xl-l-35 {
    padding-left: 35px;
  }
  .pd-xl-40 {
    padding: 40px;
  }
  .pd-xl-y-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pd-xl-x-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pd-xl-t-40 {
    padding-top: 40px;
  }
  .pd-xl-r-40 {
    padding-right: 40px;
  }
  .pd-xl-b-40 {
    padding-bottom: 40px;
  }
  .pd-xl-l-40 {
    padding-left: 40px;
  }
  .pd-xl-45 {
    padding: 45px;
  }
  .pd-xl-y-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pd-xl-x-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pd-xl-t-45 {
    padding-top: 45px;
  }
  .pd-xl-r-45 {
    padding-right: 45px;
  }
  .pd-xl-b-45 {
    padding-bottom: 45px;
  }
  .pd-xl-l-45 {
    padding-left: 45px;
  }
  .pd-xl-50 {
    padding: 50px;
  }
  .pd-xl-y-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pd-xl-x-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd-xl-t-50 {
    padding-top: 50px;
  }
  .pd-xl-r-50 {
    padding-right: 50px;
  }
  .pd-xl-b-50 {
    padding-bottom: 50px;
  }
  .pd-xl-l-50 {
    padding-left: 50px;
  }
  .pd-xl-55 {
    padding: 55px;
  }
  .pd-xl-y-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pd-xl-x-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .pd-xl-t-55 {
    padding-top: 55px;
  }
  .pd-xl-r-55 {
    padding-right: 55px;
  }
  .pd-xl-b-55 {
    padding-bottom: 55px;
  }
  .pd-xl-l-55 {
    padding-left: 55px;
  }
  .pd-xl-60 {
    padding: 60px;
  }
  .pd-xl-y-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pd-xl-x-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pd-xl-t-60 {
    padding-top: 60px;
  }
  .pd-xl-r-60 {
    padding-right: 60px;
  }
  .pd-xl-b-60 {
    padding-bottom: 60px;
  }
  .pd-xl-l-60 {
    padding-left: 60px;
  }
  .pd-xl-65 {
    padding: 65px;
  }
  .pd-xl-y-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pd-xl-x-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .pd-xl-t-65 {
    padding-top: 65px;
  }
  .pd-xl-r-65 {
    padding-right: 65px;
  }
  .pd-xl-b-65 {
    padding-bottom: 65px;
  }
  .pd-xl-l-65 {
    padding-left: 65px;
  }
  .pd-xl-70 {
    padding: 70px;
  }
  .pd-xl-y-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pd-xl-x-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pd-xl-t-70 {
    padding-top: 70px;
  }
  .pd-xl-r-70 {
    padding-right: 70px;
  }
  .pd-xl-b-70 {
    padding-bottom: 70px;
  }
  .pd-xl-l-70 {
    padding-left: 70px;
  }
  .pd-xl-75 {
    padding: 75px;
  }
  .pd-xl-y-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pd-xl-x-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .pd-xl-t-75 {
    padding-top: 75px;
  }
  .pd-xl-r-75 {
    padding-right: 75px;
  }
  .pd-xl-b-75 {
    padding-bottom: 75px;
  }
  .pd-xl-l-75 {
    padding-left: 75px;
  }
  .pd-xl-80 {
    padding: 80px;
  }
  .pd-xl-y-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pd-xl-x-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pd-xl-t-80 {
    padding-top: 80px;
  }
  .pd-xl-r-80 {
    padding-right: 80px;
  }
  .pd-xl-b-80 {
    padding-bottom: 80px;
  }
  .pd-xl-l-80 {
    padding-left: 80px;
  }
  .pd-xl-85 {
    padding: 85px;
  }
  .pd-xl-y-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pd-xl-x-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .pd-xl-t-85 {
    padding-top: 85px;
  }
  .pd-xl-r-85 {
    padding-right: 85px;
  }
  .pd-xl-b-85 {
    padding-bottom: 85px;
  }
  .pd-xl-l-85 {
    padding-left: 85px;
  }
  .pd-xl-90 {
    padding: 90px;
  }
  .pd-xl-y-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pd-xl-x-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pd-xl-t-90 {
    padding-top: 90px;
  }
  .pd-xl-r-90 {
    padding-right: 90px;
  }
  .pd-xl-b-90 {
    padding-bottom: 90px;
  }
  .pd-xl-l-90 {
    padding-left: 90px;
  }
  .pd-xl-95 {
    padding: 95px;
  }
  .pd-xl-y-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pd-xl-x-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .pd-xl-t-95 {
    padding-top: 95px;
  }
  .pd-xl-r-95 {
    padding-right: 95px;
  }
  .pd-xl-b-95 {
    padding-bottom: 95px;
  }
  .pd-xl-l-95 {
    padding-left: 95px;
  }
  .pd-xl-100 {
    padding: 100px;
  }
  .pd-xl-y-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pd-xl-x-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pd-xl-t-100 {
    padding-top: 100px;
  }
  .pd-xl-r-100 {
    padding-right: 100px;
  }
  .pd-xl-b-100 {
    padding-bottom: 100px;
  }
  .pd-xl-l-100 {
    padding-left: 100px;
  }
  .pd-xl-110 {
    padding: 110px;
  }
  .pd-xl-y-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pd-xl-x-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .pd-xl-t-110 {
    padding-top: 110px;
  }
  .pd-xl-r-110 {
    padding-right: 110px;
  }
  .pd-xl-b-110 {
    padding-bottom: 110px;
  }
  .pd-xl-l-110 {
    padding-left: 110px;
  }
  .pd-xl-120 {
    padding: 120px;
  }
  .pd-xl-y-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pd-xl-x-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pd-xl-t-120 {
    padding-top: 120px;
  }
  .pd-xl-r-120 {
    padding-right: 120px;
  }
  .pd-xl-b-120 {
    padding-bottom: 120px;
  }
  .pd-xl-l-120 {
    padding-left: 120px;
  }
  .pd-xl-130 {
    padding: 130px;
  }
  .pd-xl-y-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pd-xl-x-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .pd-xl-t-130 {
    padding-top: 130px;
  }
  .pd-xl-r-130 {
    padding-right: 130px;
  }
  .pd-xl-b-130 {
    padding-bottom: 130px;
  }
  .pd-xl-l-130 {
    padding-left: 130px;
  }
  .pd-xl-140 {
    padding: 140px;
  }
  .pd-xl-y-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pd-xl-x-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .pd-xl-t-140 {
    padding-top: 140px;
  }
  .pd-xl-r-140 {
    padding-right: 140px;
  }
  .pd-xl-b-140 {
    padding-bottom: 140px;
  }
  .pd-xl-l-140 {
    padding-left: 140px;
  }
  .pd-xl-150 {
    padding: 150px;
  }
  .pd-xl-y-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pd-xl-x-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .pd-xl-t-150 {
    padding-top: 150px;
  }
  .pd-xl-r-150 {
    padding-right: 150px;
  }
  .pd-xl-b-150 {
    padding-bottom: 150px;
  }
  .pd-xl-l-150 {
    padding-left: 150px;
  }
  .pd-xl-160 {
    padding: 160px;
  }
  .pd-xl-y-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pd-xl-x-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pd-xl-t-160 {
    padding-top: 160px;
  }
  .pd-xl-r-160 {
    padding-right: 160px;
  }
  .pd-xl-b-160 {
    padding-bottom: 160px;
  }
  .pd-xl-l-160 {
    padding-left: 160px;
  }
  .pd-xl-170 {
    padding: 170px;
  }
  .pd-xl-y-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .pd-xl-x-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .pd-xl-t-170 {
    padding-top: 170px;
  }
  .pd-xl-r-170 {
    padding-right: 170px;
  }
  .pd-xl-b-170 {
    padding-bottom: 170px;
  }
  .pd-xl-l-170 {
    padding-left: 170px;
  }
  .pd-xl-180 {
    padding: 180px;
  }
  .pd-xl-y-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .pd-xl-x-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .pd-xl-t-180 {
    padding-top: 180px;
  }
  .pd-xl-r-180 {
    padding-right: 180px;
  }
  .pd-xl-b-180 {
    padding-bottom: 180px;
  }
  .pd-xl-l-180 {
    padding-left: 180px;
  }
  .pd-xl-190 {
    padding: 190px;
  }
  .pd-xl-y-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .pd-xl-x-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .pd-xl-t-190 {
    padding-top: 190px;
  }
  .pd-xl-r-190 {
    padding-right: 190px;
  }
  .pd-xl-b-190 {
    padding-bottom: 190px;
  }
  .pd-xl-l-190 {
    padding-left: 190px;
  }
  .pd-xl-200 {
    padding: 200px;
  }
  .pd-xl-y-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pd-xl-x-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .pd-xl-t-200 {
    padding-top: 200px;
  }
  .pd-xl-r-200 {
    padding-right: 200px;
  }
  .pd-xl-b-200 {
    padding-bottom: 200px;
  }
  .pd-xl-l-200 {
    padding-left: 200px;
  }
}
.pd-12 {
  padding: 12px;
}
.pd-y-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pd-x-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.pd-t-12 {
  padding-top: 12px;
}
.pd-r-12 {
  padding-right: 12px;
}
.pd-b-12 {
  padding-bottom: 12px;
}
.pd-l-12 {
  padding-left: 12px;
}
.pd-13 {
  padding: 13px;
}
.pd-y-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.pd-x-13 {
  padding-left: 13px;
  padding-right: 13px;
}
.pd-t-13 {
  padding-top: 13px;
}
.pd-r-13 {
  padding-right: 13px;
}
.pd-b-13 {
  padding-bottom: 13px;
}
.pd-l-13 {
  padding-left: 13px;
}
.pos-absolute {
  position: absolute;
}
.pos-relative {
  position: relative;
}
.pos-fixed {
  position: fixed;
}
.pos-static {
  position: static;
}
.t-0 {
  top: 0px;
}
.r-0 {
  right: 0px;
}
.b-0 {
  bottom: 0px;
}
.l-0 {
  left: 0px;
}
.t--0 {
  top: 0px;
}
.r--0 {
  right: 0px;
}
.b--0 {
  bottom: 0px;
}
.l--0 {
  left: 0px;
}
.a-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.x-0,
.y-0 {
  left: 0px;
  right: 0px;
}
.t-5 {
  top: 5px;
}
.r-5 {
  right: 5px;
}
.b-5 {
  bottom: 5px;
}
.l-5 {
  left: 5px;
}
.t--5 {
  top: -5px;
}
.r--5 {
  right: -5px;
}
.b--5 {
  bottom: -5px;
}
.l--5 {
  left: -5px;
}
.a-5 {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.x-5,
.y-5 {
  left: 5px;
  right: 5px;
}
.t-10 {
  top: 10px;
}
.r-10 {
  right: 10px;
}
.b-10 {
  bottom: 10px;
}
.l-10 {
  left: 10px;
}
.t--10 {
  top: -10px;
}
.r--10 {
  right: -10px;
}
.b--10 {
  bottom: -10px;
}
.l--10 {
  left: -10px;
}
.a-10 {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.x-10,
.y-10 {
  left: 10px;
  right: 10px;
}
.t-15 {
  top: 15px;
}
.r-15 {
  right: 15px;
}
.b-15 {
  bottom: 15px;
}
.l-15 {
  left: 15px;
}
.t--15 {
  top: -15px;
}
.r--15 {
  right: -15px;
}
.b--15 {
  bottom: -15px;
}
.l--15 {
  left: -15px;
}
.a-15 {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}
.x-15,
.y-15 {
  left: 15px;
  right: 15px;
}
.t-20 {
  top: 20px;
}
.r-20 {
  right: 20px;
}
.b-20 {
  bottom: 20px;
}
.l-20 {
  left: 20px;
}
.t--20 {
  top: -20px;
}
.r--20 {
  right: -20px;
}
.b--20 {
  bottom: -20px;
}
.l--20 {
  left: -20px;
}
.a-20 {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.x-20,
.y-20 {
  left: 20px;
  right: 20px;
}
.t-25 {
  top: 25px;
}
.r-25 {
  right: 25px;
}
.b-25 {
  bottom: 25px;
}
.l-25 {
  left: 25px;
}
.t--25 {
  top: -25px;
}
.r--25 {
  right: -25px;
}
.b--25 {
  bottom: -25px;
}
.l--25 {
  left: -25px;
}
.a-25 {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}
.x-25,
.y-25 {
  left: 25px;
  right: 25px;
}
.t-30 {
  top: 30px;
}
.r-30 {
  right: 30px;
}
.b-30 {
  bottom: 30px;
}
.l-30 {
  left: 30px;
}
.t--30 {
  top: -30px;
}
.r--30 {
  right: -30px;
}
.b--30 {
  bottom: -30px;
}
.l--30 {
  left: -30px;
}
.a-30 {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}
.x-30,
.y-30 {
  left: 30px;
  right: 30px;
}
.t-35 {
  top: 35px;
}
.r-35 {
  right: 35px;
}
.b-35 {
  bottom: 35px;
}
.l-35 {
  left: 35px;
}
.t--35 {
  top: -35px;
}
.r--35 {
  right: -35px;
}
.b--35 {
  bottom: -35px;
}
.l--35 {
  left: -35px;
}
.a-35 {
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}
.x-35,
.y-35 {
  left: 35px;
  right: 35px;
}
.t-40 {
  top: 40px;
}
.r-40 {
  right: 40px;
}
.b-40 {
  bottom: 40px;
}
.l-40 {
  left: 40px;
}
.t--40 {
  top: -40px;
}
.r--40 {
  right: -40px;
}
.b--40 {
  bottom: -40px;
}
.l--40 {
  left: -40px;
}
.a-40 {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}
.x-40,
.y-40 {
  left: 40px;
  right: 40px;
}
.t-45 {
  top: 45px;
}
.r-45 {
  right: 45px;
}
.b-45 {
  bottom: 45px;
}
.l-45 {
  left: 45px;
}
.t--45 {
  top: -45px;
}
.r--45 {
  right: -45px;
}
.b--45 {
  bottom: -45px;
}
.l--45 {
  left: -45px;
}
.a-45 {
  top: 45px;
  right: 45px;
  bottom: 45px;
  left: 45px;
}
.x-45,
.y-45 {
  left: 45px;
  right: 45px;
}
.t-50 {
  top: 50px;
}
.r-50 {
  right: 50px;
}
.b-50 {
  bottom: 50px;
}
.l-50 {
  left: 50px;
}
.t--50 {
  top: -50px;
}
.r--50 {
  right: -50px;
}
.b--50 {
  bottom: -50px;
}
.l--50 {
  left: -50px;
}
.a-50 {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.x-50,
.y-50 {
  left: 50px;
  right: 50px;
}
.t-55 {
  top: 55px;
}
.r-55 {
  right: 55px;
}
.b-55 {
  bottom: 55px;
}
.l-55 {
  left: 55px;
}
.t--55 {
  top: -55px;
}
.r--55 {
  right: -55px;
}
.b--55 {
  bottom: -55px;
}
.l--55 {
  left: -55px;
}
.a-55 {
  top: 55px;
  right: 55px;
  bottom: 55px;
  left: 55px;
}
.x-55,
.y-55 {
  left: 55px;
  right: 55px;
}
.t-60 {
  top: 60px;
}
.r-60 {
  right: 60px;
}
.b-60 {
  bottom: 60px;
}
.l-60 {
  left: 60px;
}
.t--60 {
  top: -60px;
}
.r--60 {
  right: -60px;
}
.b--60 {
  bottom: -60px;
}
.l--60 {
  left: -60px;
}
.a-60 {
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
}
.x-60,
.y-60 {
  left: 60px;
  right: 60px;
}
.t-65 {
  top: 65px;
}
.r-65 {
  right: 65px;
}
.b-65 {
  bottom: 65px;
}
.l-65 {
  left: 65px;
}
.t--65 {
  top: -65px;
}
.r--65 {
  right: -65px;
}
.b--65 {
  bottom: -65px;
}
.l--65 {
  left: -65px;
}
.a-65 {
  top: 65px;
  right: 65px;
  bottom: 65px;
  left: 65px;
}
.x-65,
.y-65 {
  left: 65px;
  right: 65px;
}
.t-70 {
  top: 70px;
}
.r-70 {
  right: 70px;
}
.b-70 {
  bottom: 70px;
}
.l-70 {
  left: 70px;
}
.t--70 {
  top: -70px;
}
.r--70 {
  right: -70px;
}
.b--70 {
  bottom: -70px;
}
.l--70 {
  left: -70px;
}
.a-70 {
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}
.x-70,
.y-70 {
  left: 70px;
  right: 70px;
}
.t-75 {
  top: 75px;
}
.r-75 {
  right: 75px;
}
.b-75 {
  bottom: 75px;
}
.l-75 {
  left: 75px;
}
.t--75 {
  top: -75px;
}
.r--75 {
  right: -75px;
}
.b--75 {
  bottom: -75px;
}
.l--75 {
  left: -75px;
}
.a-75 {
  top: 75px;
  right: 75px;
  bottom: 75px;
  left: 75px;
}
.x-75,
.y-75 {
  left: 75px;
  right: 75px;
}
.t-80 {
  top: 80px;
}
.r-80 {
  right: 80px;
}
.b-80 {
  bottom: 80px;
}
.l-80 {
  left: 80px;
}
.t--80 {
  top: -80px;
}
.r--80 {
  right: -80px;
}
.b--80 {
  bottom: -80px;
}
.l--80 {
  left: -80px;
}
.a-80 {
  top: 80px;
  right: 80px;
  bottom: 80px;
  left: 80px;
}
.x-80,
.y-80 {
  left: 80px;
  right: 80px;
}
.t-85 {
  top: 85px;
}
.r-85 {
  right: 85px;
}
.b-85 {
  bottom: 85px;
}
.l-85 {
  left: 85px;
}
.t--85 {
  top: -85px;
}
.r--85 {
  right: -85px;
}
.b--85 {
  bottom: -85px;
}
.l--85 {
  left: -85px;
}
.a-85 {
  top: 85px;
  right: 85px;
  bottom: 85px;
  left: 85px;
}
.x-85,
.y-85 {
  left: 85px;
  right: 85px;
}
.t-90 {
  top: 90px;
}
.r-90 {
  right: 90px;
}
.b-90 {
  bottom: 90px;
}
.l-90 {
  left: 90px;
}
.t--90 {
  top: -90px;
}
.r--90 {
  right: -90px;
}
.b--90 {
  bottom: -90px;
}
.l--90 {
  left: -90px;
}
.a-90 {
  top: 90px;
  right: 90px;
  bottom: 90px;
  left: 90px;
}
.x-90,
.y-90 {
  left: 90px;
  right: 90px;
}
.t-95 {
  top: 95px;
}
.r-95 {
  right: 95px;
}
.b-95 {
  bottom: 95px;
}
.l-95 {
  left: 95px;
}
.t--95 {
  top: -95px;
}
.r--95 {
  right: -95px;
}
.b--95 {
  bottom: -95px;
}
.l--95 {
  left: -95px;
}
.a-95 {
  top: 95px;
  right: 95px;
  bottom: 95px;
  left: 95px;
}
.x-95,
.y-95 {
  left: 95px;
  right: 95px;
}
.t-100 {
  top: 100px;
}
.r-100 {
  right: 100px;
}
.b-100 {
  bottom: 100px;
}
.l-100 {
  left: 100px;
}
.t--100 {
  top: -100px;
}
.r--100 {
  right: -100px;
}
.b--100 {
  bottom: -100px;
}
.l--100 {
  left: -100px;
}
.a-100 {
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}
.x-100,
.y-100 {
  left: 100px;
  right: 100px;
}
.t-2 {
  top: 2px;
}
.r--5 {
  right: -5px;
}
.z-index-0 {
  z-index: 0;
}
.z-index-10 {
  z-index: 10;
}
.z-index-50 {
  z-index: 50;
}
.z-index-100 {
  z-index: 100;
}
.z-index-150 {
  z-index: 150;
}
.z-index-200 {
  z-index: 200;
}
@media (min-width: 480px) {
  .pos-xs-absolute {
    position: absolute;
  }
  .pos-xs-relative {
    position: relative;
  }
  .pos-xs-fixed {
    position: fixed;
  }
  .pos-xs-static {
    position: static;
  }
  .t-xs-auto {
    top: auto;
  }
  .r-xs-auto {
    right: auto;
  }
  .b-xs-auto {
    bottom: auto;
  }
  .l-xs-auto {
    left: auto;
  }
}
@media (min-width: 576px) {
  .pos-sm-absolute {
    position: absolute;
  }
  .pos-sm-relative {
    position: relative;
  }
  .pos-sm-fixed {
    position: fixed;
  }
  .pos-sm-static {
    position: static;
  }
  .t-sm-auto {
    top: auto;
  }
  .r-sm-auto {
    right: auto;
  }
  .b-sm-auto {
    bottom: auto;
  }
  .l-sm-auto {
    left: auto;
  }
}
@media (min-width: 768px) {
  .pos-md-absolute {
    position: absolute;
  }
  .pos-md-relative {
    position: relative;
  }
  .pos-md-fixed {
    position: fixed;
  }
  .pos-md-static {
    position: static;
  }
  .t-md-auto {
    top: auto;
  }
  .r-md-auto {
    right: auto;
  }
  .b-md-auto {
    bottom: auto;
  }
  .l-md-auto {
    left: auto;
  }
}
@media (min-width: 992px) {
  .pos-lg-absolute {
    position: absolute;
  }
  .pos-lg-relative {
    position: relative;
  }
  .pos-lg-fixed {
    position: fixed;
  }
  .pos-lg-static {
    position: static;
  }
  .t-lg-auto {
    top: auto;
  }
  .r-lg-auto {
    right: auto;
  }
  .b-lg-auto {
    bottom: auto;
  }
  .l-lg-auto {
    left: auto;
  }
}
@media (min-width: 1200px) {
  .pos-xl-absolute {
    position: absolute;
  }
  .pos-xl-relative {
    position: relative;
  }
  .pos-xl-fixed {
    position: fixed;
  }
  .pos-xl-static {
    position: static;
  }
  .t-xl-auto {
    top: auto;
  }
  .r-xl-auto {
    right: auto;
  }
  .b-xl-auto {
    bottom: auto;
  }
  .l-xl-auto {
    left: auto;
  }
}
.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;
}
.tx-black {
  font-weight: 900;
}
.tx-bold {
  font-weight: 700;
}
.tx-semibold {
  font-weight: 600;
}
.tx-medium {
  font-weight: 500;
}
.tx-normal {
  font-weight: 400;
}
.tx-light {
  font-weight: 300;
}
.tx-thin {
  font-weight: 200;
}
.tx-xthin {
  font-weight: 100;
}
.tx-sserif {
  font-family:
    -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";
}
.tx-roboto {
  font-family: "Roboto", sans-serif;
}
.tx-white {
  color: #fff;
}
.tx-facebook {
  color: #3b5998;
}
.tx-pinterest {
  color: #cd2029;
}
.tx-google-plus {
  color: #d34836;
}
.tx-twitter {
  color: #429cd6;
}
.tx-black {
  color: #000;
}
.tx-primary {
  color: var(--primary-bg-color);
}
.tx-success {
  color: #22c03c;
}
.tx-warning {
  color: #fbbc0b;
}
.tx-danger {
  color: #ee335e;
}
.tx-info {
  color: #00b9ff;
}
.tx-inverse {
  color: #242f48;
}
.tx-teal {
  color: #00cccc;
}
.tx-dark {
  color: #242f48;
}
.tx-indigo {
  color: var(--primary-bg-color);
}
.tx-purple {
  color: #4800c9;
}
.tx-orange {
  color: #fd7e14;
}
.tx-pink {
  color: #f10075;
}
.tx-gray-100 {
  color: #ecf0fa;
}
.tx-gray-200 {
  color: #dde2ef;
}
.tx-gray-300 {
  color: #d0d7e8;
}
.tx-gray-400 {
  color: #b9c2d8;
}
.tx-gray-500 {
  color: #949eb7;
}
.tx-gray-600 {
  color: #737f9e;
}
.tx-gray-700 {
  color: #4d5875;
}
.tx-gray-800 {
  color: #364261;
}
.tx-gray-900 {
  color: #242f48;
}
.tx-white-2 {
  color: rgba(255, 255, 255, 0.2);
}
.tx-white-3 {
  color: rgba(255, 255, 255, 0.3);
}
.tx-white-4 {
  color: rgba(255, 255, 255, 0.4);
}
.tx-white-5 {
  color: rgba(255, 255, 255, 0.5);
}
.tx-white-6 {
  color: rgba(255, 255, 255, 0.6);
}
.tx-white-7 {
  color: rgba(255, 255, 255, 0.7);
}
.tx-white-8 {
  color: rgba(255, 255, 255, 0.8);
}
.tx-spacing-1 {
  letter-spacing: 0.5px;
}
.tx-spacing-2 {
  letter-spacing: 1px;
}
.tx-spacing-3 {
  letter-spacing: 1.5px;
}
.tx-spacing-4 {
  letter-spacing: 2px;
}
.tx-spacing-5 {
  letter-spacing: 2.5px;
}
.tx-spacing-6 {
  letter-spacing: 3px;
}
.tx-spacing-7 {
  letter-spacing: 3.5px;
}
.tx-spacing-8 {
  letter-spacing: 4px;
}
.tx-spacing--1 {
  letter-spacing: -0.5px;
}
.tx-spacing--2 {
  letter-spacing: -1px;
}
.tx-spacing--3 {
  letter-spacing: -1.5px;
}
.tx-spacing--4 {
  letter-spacing: -2px;
}
.tx-spacing--5 {
  letter-spacing: -2.5px;
}
.tx-spacing--6 {
  letter-spacing: -3px;
}
.tx-spacing--7 {
  letter-spacing: -3.5px;
}
.tx-spacing--8 {
  letter-spacing: -4px;
}
.tx-uppercase {
  text-transform: uppercase;
}
.tx-lowercase {
  text-transform: lowercase;
}
.tx-transform-none {
  text-transform: none;
}
.tx-center {
  text-align: center;
}
.tx-end {
  text-align: right;
}
.tx-start {
  text-align: left;
}
.tx-italic {
  font-style: italic;
}
.tx-style-normal {
  font-style: normal;
}
.lh-base {
  line-height: 1.5;
}
.lh-normal {
  line-height: normal;
}
.lh-0 {
  line-height: 0;
}
.lh--1 {
  line-height: 0.1;
}
.lh--2 {
  line-height: 0.2;
}
.lh--3 {
  line-height: 0.3;
}
.lh--4 {
  line-height: 0.4;
}
.lh--5 {
  line-height: 0.5;
}
.lh--6 {
  line-height: 0.6;
}
.lh--7 {
  line-height: 0.7;
}
.lh--8 {
  line-height: 0.8;
}
.lh--9 {
  line-height: 0.9;
}
.lh-1 {
  line-height: 1.1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.lh-11 {
  line-height: 2.1;
}
.lh-12 {
  line-height: 2.2;
}
.lh-13 {
  line-height: 2.3;
}
.lh-14 {
  line-height: 2.4;
}
.lh-15 {
  line-height: 2.5;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: baseline;
}
.tx-base {
  font-size: 0.875rem;
}
.tx-8 {
  font-size: 8px;
}
.tx-9 {
  font-size: 9px;
}
.tx-10 {
  font-size: 10px;
}
.tx-11 {
  font-size: 11px;
}
.tx-12 {
  font-size: 12px;
}
.tx-13 {
  font-size: 13px;
}
.tx-14 {
  font-size: 14px;
}
.tx-15 {
  font-size: 15px;
}
.tx-16 {
  font-size: 16px;
}
.tx-17 {
  font-size: 17px;
}
.tx-18 {
  font-size: 18px;
}
.tx-20 {
  font-size: 20px !important;
}
.tx-21 {
  font-size: 21px;
}
.tx-22 {
  font-size: 22px;
}
.tx-24 {
  font-size: 24px;
}
.tx-26 {
  font-size: 26px;
}
.tx-28 {
  font-size: 28px;
}
.tx-30 {
  font-size: 30px;
}
.tx-32 {
  font-size: 32px;
}
.tx-34 {
  font-size: 34px;
}
.tx-36 {
  font-size: 36px;
}
.tx-38 {
  font-size: 38px;
}
.tx-40 {
  font-size: 40px;
}
.tx-42 {
  font-size: 42px;
}
.tx-44 {
  font-size: 44px;
}
.tx-46 {
  font-size: 46px;
}
.tx-48 {
  font-size: 48px;
}
.tx-50 {
  font-size: 50px;
}
.tx-52 {
  font-size: 52px;
}
.tx-54 {
  font-size: 54px;
}
.tx-56 {
  font-size: 56px;
}
.tx-58 {
  font-size: 58px;
}
.tx-60 {
  font-size: 60px;
}
.tx-62 {
  font-size: 62px;
}
.tx-64 {
  font-size: 64px;
}
.tx-66 {
  font-size: 66px;
}
.tx-68 {
  font-size: 68px;
}
.tx-70 {
  font-size: 70px;
}
.tx-72 {
  font-size: 72px;
}
.tx-74 {
  font-size: 74px;
}
.tx-76 {
  font-size: 76px;
}
.tx-78 {
  font-size: 78px;
}
.tx-80 {
  font-size: 80px;
}
.tx-82 {
  font-size: 82px;
}
.tx-84 {
  font-size: 84px;
}
.tx-86 {
  font-size: 86px;
}
.tx-88 {
  font-size: 88px;
}
.tx-90 {
  font-size: 90px;
}
.tx-92 {
  font-size: 92px;
}
.tx-94 {
  font-size: 94px;
}
.tx-96 {
  font-size: 96px;
}
.tx-98 {
  font-size: 98px;
}
.tx-100 {
  font-size: 100px;
}
.tx-102 {
  font-size: 102px;
}
.tx-104 {
  font-size: 104px;
}
.tx-106 {
  font-size: 106px;
}
.tx-108 {
  font-size: 108px;
}
.tx-110 {
  font-size: 110px;
}
.tx-112 {
  font-size: 112px;
}
.tx-114 {
  font-size: 114px;
}
.tx-116 {
  font-size: 116px;
}
.tx-118 {
  font-size: 118px;
}
.tx-120 {
  font-size: 120px;
}
.tx-122 {
  font-size: 122px;
}
.tx-124 {
  font-size: 124px;
}
.tx-126 {
  font-size: 126px;
}
.tx-128 {
  font-size: 128px;
}
.tx-130 {
  font-size: 130px;
}
.tx-132 {
  font-size: 132px;
}
.tx-134 {
  font-size: 134px;
}
.tx-136 {
  font-size: 136px;
}
.tx-138 {
  font-size: 138px;
}
.tx-140 {
  font-size: 140px;
}
@media (min-width: 480px) {
  .tx-xs-8 {
    font-size: 8px;
  }
  .tx-xs-9 {
    font-size: 9px;
  }
  .tx-xs-10 {
    font-size: 10px;
  }
  .tx-xs-11 {
    font-size: 11px;
  }
  .tx-xs-12 {
    font-size: 12px;
  }
  .tx-xs-13 {
    font-size: 13px;
  }
  .tx-xs-14 {
    font-size: 14px;
  }
  .tx-xs-15 {
    font-size: 15px;
  }
  .tx-xs-16 {
    font-size: 16px;
  }
  .tx-xs-18 {
    font-size: 18px;
  }
  .tx-xs-20 {
    font-size: 20px;
  }
  .tx-xs-22 {
    font-size: 22px;
  }
  .tx-xs-24 {
    font-size: 24px;
  }
  .tx-xs-26 {
    font-size: 26px;
  }
  .tx-xs-28 {
    font-size: 28px;
  }
  .tx-xs-30 {
    font-size: 30px;
  }
  .tx-xs-32 {
    font-size: 32px;
  }
  .tx-xs-34 {
    font-size: 34px;
  }
  .tx-xs-36 {
    font-size: 36px;
  }
  .tx-xs-38 {
    font-size: 38px;
  }
  .tx-xs-40 {
    font-size: 40px;
  }
  .tx-xs-42 {
    font-size: 42px;
  }
  .tx-xs-44 {
    font-size: 44px;
  }
  .tx-xs-46 {
    font-size: 46px;
  }
  .tx-xs-48 {
    font-size: 48px;
  }
  .tx-xs-50 {
    font-size: 50px;
  }
  .tx-xs-52 {
    font-size: 52px;
  }
  .tx-xs-54 {
    font-size: 54px;
  }
  .tx-xs-56 {
    font-size: 56px;
  }
  .tx-xs-58 {
    font-size: 58px;
  }
  .tx-xs-60 {
    font-size: 60px;
  }
  .tx-xs-62 {
    font-size: 62px;
  }
  .tx-xs-64 {
    font-size: 64px;
  }
  .tx-xs-66 {
    font-size: 66px;
  }
  .tx-xs-68 {
    font-size: 68px;
  }
  .tx-xs-70 {
    font-size: 70px;
  }
  .tx-xs-72 {
    font-size: 72px;
  }
  .tx-xs-74 {
    font-size: 74px;
  }
  .tx-xs-76 {
    font-size: 76px;
  }
  .tx-xs-78 {
    font-size: 78px;
  }
  .tx-xs-80 {
    font-size: 80px;
  }
  .tx-xs-82 {
    font-size: 82px;
  }
  .tx-xs-84 {
    font-size: 84px;
  }
  .tx-xs-86 {
    font-size: 86px;
  }
  .tx-xs-88 {
    font-size: 88px;
  }
  .tx-xs-90 {
    font-size: 90px;
  }
  .tx-xs-92 {
    font-size: 92px;
  }
  .tx-xs-94 {
    font-size: 94px;
  }
  .tx-xs-96 {
    font-size: 96px;
  }
  .tx-xs-98 {
    font-size: 98px;
  }
  .tx-xs-100 {
    font-size: 100px;
  }
  .tx-xs-102 {
    font-size: 102px;
  }
  .tx-xs-104 {
    font-size: 104px;
  }
  .tx-xs-106 {
    font-size: 106px;
  }
  .tx-xs-108 {
    font-size: 108px;
  }
  .tx-xs-110 {
    font-size: 110px;
  }
  .tx-xs-112 {
    font-size: 112px;
  }
  .tx-xs-114 {
    font-size: 114px;
  }
  .tx-xs-116 {
    font-size: 116px;
  }
  .tx-xs-118 {
    font-size: 118px;
  }
  .tx-xs-120 {
    font-size: 120px;
  }
  .tx-xs-122 {
    font-size: 122px;
  }
  .tx-xs-124 {
    font-size: 124px;
  }
  .tx-xs-126 {
    font-size: 126px;
  }
  .tx-xs-128 {
    font-size: 128px;
  }
  .tx-xs-130 {
    font-size: 130px;
  }
  .tx-xs-132 {
    font-size: 132px;
  }
  .tx-xs-134 {
    font-size: 134px;
  }
  .tx-xs-136 {
    font-size: 136px;
  }
  .tx-xs-138 {
    font-size: 138px;
  }
  .tx-xs-140 {
    font-size: 140px;
  }
  .tx-xs-base {
    font-size: 0.875rem;
  }
  .tx-xs-bold {
    font-weight: 700;
  }
  .tx-xs-semibold {
    font-weight: 600;
  }
  .tx-xs-medium {
    font-weight: 500;
  }
  .tx-xs-normal {
    font-weight: 400;
  }
  .tx-xs-light {
    font-weight: 300;
  }
  .tx-xs-thin {
    font-weight: 200;
  }
  .tx-xs-xthin {
    font-weight: 100;
  }
  .lh-xs-0 {
    line-height: 0;
  }
  .lh-xs-1 {
    line-height: 1.1;
  }
  .lh-xs-2 {
    line-height: 1.2;
  }
  .lh-xs-3 {
    line-height: 1.3;
  }
  .lh-xs-4 {
    line-height: 1.4;
  }
  .lh-xs-5 {
    line-height: 1.5;
  }
  .lh-xs-6 {
    line-height: 1.6;
  }
  .lh-xs-7 {
    line-height: 1.7;
  }
  .lh-xs-8 {
    line-height: 1.8;
  }
  .lh-xs-9 {
    line-height: 1.9;
  }
  .lh-xs-10 {
    line-height: 2;
  }
  .lh-xs-11 {
    line-height: 2.1;
  }
  .lh-xs-12 {
    line-height: 2.2;
  }
  .lh-xs-13 {
    line-height: 2.3;
  }
  .lh-xs-14 {
    line-height: 2.4;
  }
  .lh-xs-15 {
    line-height: 2.5;
  }
  .tx-xs-center {
    text-align: center;
  }
  .tx-xs-end {
    text-align: right;
  }
  .tx-xs-start {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .tx-sm-8 {
    font-size: 8px;
  }
  .tx-sm-9 {
    font-size: 9px;
  }
  .tx-sm-10 {
    font-size: 10px;
  }
  .tx-sm-11 {
    font-size: 11px;
  }
  .tx-sm-12 {
    font-size: 12px;
  }
  .tx-sm-13 {
    font-size: 13px;
  }
  .tx-sm-14 {
    font-size: 14px;
  }
  .tx-sm-15 {
    font-size: 15px;
  }
  .tx-sm-16 {
    font-size: 16px;
  }
  .tx-sm-18 {
    font-size: 18px;
  }
  .tx-sm-20 {
    font-size: 20px;
  }
  .tx-sm-22 {
    font-size: 22px;
  }
  .tx-sm-24 {
    font-size: 24px;
  }
  .tx-sm-26 {
    font-size: 26px;
  }
  .tx-sm-28 {
    font-size: 28px;
  }
  .tx-sm-30 {
    font-size: 30px;
  }
  .tx-sm-32 {
    font-size: 32px;
  }
  .tx-sm-34 {
    font-size: 34px;
  }
  .tx-sm-36 {
    font-size: 36px;
  }
  .tx-sm-38 {
    font-size: 38px;
  }
  .tx-sm-40 {
    font-size: 40px;
  }
  .tx-sm-42 {
    font-size: 42px;
  }
  .tx-sm-44 {
    font-size: 44px;
  }
  .tx-sm-46 {
    font-size: 46px;
  }
  .tx-sm-48 {
    font-size: 48px;
  }
  .tx-sm-50 {
    font-size: 50px;
  }
  .tx-sm-52 {
    font-size: 52px;
  }
  .tx-sm-54 {
    font-size: 54px;
  }
  .tx-sm-56 {
    font-size: 56px;
  }
  .tx-sm-58 {
    font-size: 58px;
  }
  .tx-sm-60 {
    font-size: 60px;
  }
  .tx-sm-62 {
    font-size: 62px;
  }
  .tx-sm-64 {
    font-size: 64px;
  }
  .tx-sm-66 {
    font-size: 66px;
  }
  .tx-sm-68 {
    font-size: 68px;
  }
  .tx-sm-70 {
    font-size: 70px;
  }
  .tx-sm-72 {
    font-size: 72px;
  }
  .tx-sm-74 {
    font-size: 74px;
  }
  .tx-sm-76 {
    font-size: 76px;
  }
  .tx-sm-78 {
    font-size: 78px;
  }
  .tx-sm-80 {
    font-size: 80px;
  }
  .tx-sm-82 {
    font-size: 82px;
  }
  .tx-sm-84 {
    font-size: 84px;
  }
  .tx-sm-86 {
    font-size: 86px;
  }
  .tx-sm-88 {
    font-size: 88px;
  }
  .tx-sm-90 {
    font-size: 90px;
  }
  .tx-sm-92 {
    font-size: 92px;
  }
  .tx-sm-94 {
    font-size: 94px;
  }
  .tx-sm-96 {
    font-size: 96px;
  }
  .tx-sm-98 {
    font-size: 98px;
  }
  .tx-sm-100 {
    font-size: 100px;
  }
  .tx-sm-102 {
    font-size: 102px;
  }
  .tx-sm-104 {
    font-size: 104px;
  }
  .tx-sm-106 {
    font-size: 106px;
  }
  .tx-sm-108 {
    font-size: 108px;
  }
  .tx-sm-110 {
    font-size: 110px;
  }
  .tx-sm-112 {
    font-size: 112px;
  }
  .tx-sm-114 {
    font-size: 114px;
  }
  .tx-sm-116 {
    font-size: 116px;
  }
  .tx-sm-118 {
    font-size: 118px;
  }
  .tx-sm-120 {
    font-size: 120px;
  }
  .tx-sm-122 {
    font-size: 122px;
  }
  .tx-sm-124 {
    font-size: 124px;
  }
  .tx-sm-126 {
    font-size: 126px;
  }
  .tx-sm-128 {
    font-size: 128px;
  }
  .tx-sm-130 {
    font-size: 130px;
  }
  .tx-sm-132 {
    font-size: 132px;
  }
  .tx-sm-134 {
    font-size: 134px;
  }
  .tx-sm-136 {
    font-size: 136px;
  }
  .tx-sm-138 {
    font-size: 138px;
  }
  .tx-sm-140 {
    font-size: 140px;
  }
  .tx-sm-base {
    font-size: 0.875rem;
  }
  .tx-sm-bold {
    font-weight: 700;
  }
  .tx-sm-semibold {
    font-weight: 600;
  }
  .tx-sm-medium {
    font-weight: 500;
  }
  .tx-sm-normal {
    font-weight: 400;
  }
  .tx-sm-light {
    font-weight: 300;
  }
  .tx-sm-thin {
    font-weight: 200;
  }
  .tx-sm-xthin {
    font-weight: 100;
  }
  .lh-sm-0 {
    line-height: 0;
  }
  .lh-sm-1 {
    line-height: 1.1;
  }
  .lh-sm-2 {
    line-height: 1.2;
  }
  .lh-sm-3 {
    line-height: 1.3;
  }
  .lh-sm-4 {
    line-height: 1.4;
  }
  .lh-sm-5 {
    line-height: 1.5;
  }
  .lh-sm-6 {
    line-height: 1.6;
  }
  .lh-sm-7 {
    line-height: 1.7;
  }
  .lh-sm-8 {
    line-height: 1.8;
  }
  .lh-sm-9 {
    line-height: 1.9;
  }
  .lh-sm-10 {
    line-height: 2;
  }
  .lh-sm-11 {
    line-height: 2.1;
  }
  .lh-sm-12 {
    line-height: 2.2;
  }
  .lh-sm-13 {
    line-height: 2.3;
  }
  .lh-sm-14 {
    line-height: 2.4;
  }
  .lh-sm-15 {
    line-height: 2.5;
  }
  .tx-sm-center {
    text-align: center;
  }
  .tx-sm-right {
    text-align: right;
  }
  .tx-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .tx-md-8 {
    font-size: 8px;
  }
  .tx-md-9 {
    font-size: 9px;
  }
  .tx-md-10 {
    font-size: 10px;
  }
  .tx-md-11 {
    font-size: 11px;
  }
  .tx-md-12 {
    font-size: 12px;
  }
  .tx-md-13 {
    font-size: 13px;
  }
  .tx-md-14 {
    font-size: 14px;
  }
  .tx-md-15 {
    font-size: 15px;
  }
  .tx-md-16 {
    font-size: 16px;
  }
  .tx-md-18 {
    font-size: 18px;
  }
  .tx-md-20 {
    font-size: 20px;
  }
  .tx-md-22 {
    font-size: 22px;
  }
  .tx-md-24 {
    font-size: 24px;
  }
  .tx-md-26 {
    font-size: 26px;
  }
  .tx-md-28 {
    font-size: 28px;
  }
  .tx-md-30 {
    font-size: 30px;
  }
  .tx-md-32 {
    font-size: 32px;
  }
  .tx-md-34 {
    font-size: 34px;
  }
  .tx-md-36 {
    font-size: 36px;
  }
  .tx-md-38 {
    font-size: 38px;
  }
  .tx-md-40 {
    font-size: 40px;
  }
  .tx-md-42 {
    font-size: 42px;
  }
  .tx-md-44 {
    font-size: 44px;
  }
  .tx-md-46 {
    font-size: 46px;
  }
  .tx-md-48 {
    font-size: 48px;
  }
  .tx-md-50 {
    font-size: 50px;
  }
  .tx-md-52 {
    font-size: 52px;
  }
  .tx-md-54 {
    font-size: 54px;
  }
  .tx-md-56 {
    font-size: 56px;
  }
  .tx-md-58 {
    font-size: 58px;
  }
  .tx-md-60 {
    font-size: 60px;
  }
  .tx-md-62 {
    font-size: 62px;
  }
  .tx-md-64 {
    font-size: 64px;
  }
  .tx-md-66 {
    font-size: 66px;
  }
  .tx-md-68 {
    font-size: 68px;
  }
  .tx-md-70 {
    font-size: 70px;
  }
  .tx-md-72 {
    font-size: 72px;
  }
  .tx-md-74 {
    font-size: 74px;
  }
  .tx-md-76 {
    font-size: 76px;
  }
  .tx-md-78 {
    font-size: 78px;
  }
  .tx-md-80 {
    font-size: 80px;
  }
  .tx-md-82 {
    font-size: 82px;
  }
  .tx-md-84 {
    font-size: 84px;
  }
  .tx-md-86 {
    font-size: 86px;
  }
  .tx-md-88 {
    font-size: 88px;
  }
  .tx-md-90 {
    font-size: 90px;
  }
  .tx-md-92 {
    font-size: 92px;
  }
  .tx-md-94 {
    font-size: 94px;
  }
  .tx-md-96 {
    font-size: 96px;
  }
  .tx-md-98 {
    font-size: 98px;
  }
  .tx-md-100 {
    font-size: 100px;
  }
  .tx-md-102 {
    font-size: 102px;
  }
  .tx-md-104 {
    font-size: 104px;
  }
  .tx-md-106 {
    font-size: 106px;
  }
  .tx-md-108 {
    font-size: 108px;
  }
  .tx-md-110 {
    font-size: 110px;
  }
  .tx-md-112 {
    font-size: 112px;
  }
  .tx-md-114 {
    font-size: 114px;
  }
  .tx-md-116 {
    font-size: 116px;
  }
  .tx-md-118 {
    font-size: 118px;
  }
  .tx-md-120 {
    font-size: 120px;
  }
  .tx-md-122 {
    font-size: 122px;
  }
  .tx-md-124 {
    font-size: 124px;
  }
  .tx-md-126 {
    font-size: 126px;
  }
  .tx-md-128 {
    font-size: 128px;
  }
  .tx-md-130 {
    font-size: 130px;
  }
  .tx-md-132 {
    font-size: 132px;
  }
  .tx-md-134 {
    font-size: 134px;
  }
  .tx-md-136 {
    font-size: 136px;
  }
  .tx-md-138 {
    font-size: 138px;
  }
  .tx-md-140 {
    font-size: 140px;
  }
  .tx-md-base {
    font-size: 0.875rem;
  }
  .tx-md-bold {
    font-weight: 700;
  }
  .tx-md-semibold {
    font-weight: 600;
  }
  .tx-md-medium {
    font-weight: 500;
  }
  .tx-md-normal {
    font-weight: 400;
  }
  .tx-md-light {
    font-weight: 300;
  }
  .tx-md-thin {
    font-weight: 200;
  }
  .tx-md-xthin {
    font-weight: 100;
  }
  .lh-md-0 {
    line-height: 0;
  }
  .lh-md-1 {
    line-height: 1.1;
  }
  .lh-md-2 {
    line-height: 1.2;
  }
  .lh-md-3 {
    line-height: 1.3;
  }
  .lh-md-4 {
    line-height: 1.4;
  }
  .lh-md-5 {
    line-height: 1.5;
  }
  .lh-md-6 {
    line-height: 1.6;
  }
  .lh-md-7 {
    line-height: 1.7;
  }
  .lh-md-8 {
    line-height: 1.8;
  }
  .lh-md-9 {
    line-height: 1.9;
  }
  .lh-md-10 {
    line-height: 2;
  }
  .lh-md-11 {
    line-height: 2.1;
  }
  .lh-md-12 {
    line-height: 2.2;
  }
  .lh-md-13 {
    line-height: 2.3;
  }
  .lh-md-14 {
    line-height: 2.4;
  }
  .lh-md-15 {
    line-height: 2.5;
  }
  .tx-md-center {
    text-align: center;
  }
  .tx-md-end {
    text-align: right;
  }
  .tx-md-start {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .tx-lg-8 {
    font-size: 8px;
  }
  .tx-lg-9 {
    font-size: 9px;
  }
  .tx-lg-10 {
    font-size: 10px;
  }
  .tx-lg-11 {
    font-size: 11px;
  }
  .tx-lg-12 {
    font-size: 12px;
  }
  .tx-lg-13 {
    font-size: 13px;
  }
  .tx-lg-14 {
    font-size: 14px;
  }
  .tx-lg-15 {
    font-size: 15px;
  }
  .tx-lg-16 {
    font-size: 16px;
  }
  .tx-lg-18 {
    font-size: 18px;
  }
  .tx-lg-20 {
    font-size: 20px;
  }
  .tx-lg-22 {
    font-size: 22px;
  }
  .tx-lg-24 {
    font-size: 24px;
  }
  .tx-lg-26 {
    font-size: 26px;
  }
  .tx-lg-28 {
    font-size: 28px;
  }
  .tx-lg-30 {
    font-size: 30px;
  }
  .tx-lg-32 {
    font-size: 32px;
  }
  .tx-lg-34 {
    font-size: 34px;
  }
  .tx-lg-36 {
    font-size: 36px;
  }
  .tx-lg-38 {
    font-size: 38px;
  }
  .tx-lg-40 {
    font-size: 40px;
  }
  .tx-lg-42 {
    font-size: 42px;
  }
  .tx-lg-44 {
    font-size: 44px;
  }
  .tx-lg-46 {
    font-size: 46px;
  }
  .tx-lg-48 {
    font-size: 48px;
  }
  .tx-lg-50 {
    font-size: 50px;
  }
  .tx-lg-52 {
    font-size: 52px;
  }
  .tx-lg-54 {
    font-size: 54px;
  }
  .tx-lg-56 {
    font-size: 56px;
  }
  .tx-lg-58 {
    font-size: 58px;
  }
  .tx-lg-60 {
    font-size: 60px;
  }
  .tx-lg-62 {
    font-size: 62px;
  }
  .tx-lg-64 {
    font-size: 64px;
  }
  .tx-lg-66 {
    font-size: 66px;
  }
  .tx-lg-68 {
    font-size: 68px;
  }
  .tx-lg-70 {
    font-size: 70px;
  }
  .tx-lg-72 {
    font-size: 72px;
  }
  .tx-lg-74 {
    font-size: 74px;
  }
  .tx-lg-76 {
    font-size: 76px;
  }
  .tx-lg-78 {
    font-size: 78px;
  }
  .tx-lg-80 {
    font-size: 80px;
  }
  .tx-lg-82 {
    font-size: 82px;
  }
  .tx-lg-84 {
    font-size: 84px;
  }
  .tx-lg-86 {
    font-size: 86px;
  }
  .tx-lg-88 {
    font-size: 88px;
  }
  .tx-lg-90 {
    font-size: 90px;
  }
  .tx-lg-92 {
    font-size: 92px;
  }
  .tx-lg-94 {
    font-size: 94px;
  }
  .tx-lg-96 {
    font-size: 96px;
  }
  .tx-lg-98 {
    font-size: 98px;
  }
  .tx-lg-100 {
    font-size: 100px;
  }
  .tx-lg-102 {
    font-size: 102px;
  }
  .tx-lg-104 {
    font-size: 104px;
  }
  .tx-lg-106 {
    font-size: 106px;
  }
  .tx-lg-108 {
    font-size: 108px;
  }
  .tx-lg-110 {
    font-size: 110px;
  }
  .tx-lg-112 {
    font-size: 112px;
  }
  .tx-lg-114 {
    font-size: 114px;
  }
  .tx-lg-116 {
    font-size: 116px;
  }
  .tx-lg-118 {
    font-size: 118px;
  }
  .tx-lg-120 {
    font-size: 120px;
  }
  .tx-lg-122 {
    font-size: 122px;
  }
  .tx-lg-124 {
    font-size: 124px;
  }
  .tx-lg-126 {
    font-size: 126px;
  }
  .tx-lg-128 {
    font-size: 128px;
  }
  .tx-lg-130 {
    font-size: 130px;
  }
  .tx-lg-132 {
    font-size: 132px;
  }
  .tx-lg-134 {
    font-size: 134px;
  }
  .tx-lg-136 {
    font-size: 136px;
  }
  .tx-lg-138 {
    font-size: 138px;
  }
  .tx-lg-140 {
    font-size: 140px;
  }
  .tx-lg-base {
    font-size: 0.875rem;
  }
  .tx-lg-bold {
    font-weight: 700;
  }
  .tx-lg-semibold {
    font-weight: 600;
  }
  .tx-lg-medium {
    font-weight: 500;
  }
  .tx-lg-normal {
    font-weight: 400;
  }
  .tx-lg-light {
    font-weight: 300;
  }
  .tx-lg-thin {
    font-weight: 200;
  }
  .tx-lg-xthin {
    font-weight: 100;
  }
  .lh-lg-0 {
    line-height: 0;
  }
  .lh-lg-1 {
    line-height: 1.1;
  }
  .lh-lg-2 {
    line-height: 1.2;
  }
  .lh-lg-3 {
    line-height: 1.3;
  }
  .lh-lg-4 {
    line-height: 1.4;
  }
  .lh-lg-5 {
    line-height: 1.5;
  }
  .lh-lg-6 {
    line-height: 1.6;
  }
  .lh-lg-7 {
    line-height: 1.7;
  }
  .lh-lg-8 {
    line-height: 1.8;
  }
  .lh-lg-9 {
    line-height: 1.9;
  }
  .lh-lg-10 {
    line-height: 2;
  }
  .lh-lg-11 {
    line-height: 2.1;
  }
  .lh-lg-12 {
    line-height: 2.2;
  }
  .lh-lg-13 {
    line-height: 2.3;
  }
  .lh-lg-14 {
    line-height: 2.4;
  }
  .lh-lg-15 {
    line-height: 2.5;
  }
  .tx-lg-center {
    text-align: center;
  }
  .tx-lg-end {
    text-align: right;
  }
  .tx-lg-start {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .tx-xl-8 {
    font-size: 8px;
  }
  .tx-xl-9 {
    font-size: 9px;
  }
  .tx-xl-10 {
    font-size: 10px;
  }
  .tx-xl-11 {
    font-size: 11px;
  }
  .tx-xl-12 {
    font-size: 12px;
  }
  .tx-xl-13 {
    font-size: 13px;
  }
  .tx-xl-14 {
    font-size: 14px;
  }
  .tx-xl-15 {
    font-size: 15px;
  }
  .tx-xl-16 {
    font-size: 16px;
  }
  .tx-xl-18 {
    font-size: 18px;
  }
  .tx-xl-20 {
    font-size: 20px;
  }
  .tx-xl-22 {
    font-size: 22px;
  }
  .tx-xl-24 {
    font-size: 24px;
  }
  .tx-xl-26 {
    font-size: 26px;
  }
  .tx-xl-28 {
    font-size: 28px;
  }
  .tx-xl-30 {
    font-size: 30px;
  }
  .tx-xl-32 {
    font-size: 32px;
  }
  .tx-xl-34 {
    font-size: 34px;
  }
  .tx-xl-36 {
    font-size: 36px;
  }
  .tx-xl-38 {
    font-size: 38px;
  }
  .tx-xl-40 {
    font-size: 40px;
  }
  .tx-xl-42 {
    font-size: 42px;
  }
  .tx-xl-44 {
    font-size: 44px;
  }
  .tx-xl-46 {
    font-size: 46px;
  }
  .tx-xl-48 {
    font-size: 48px;
  }
  .tx-xl-50 {
    font-size: 50px;
  }
  .tx-xl-52 {
    font-size: 52px;
  }
  .tx-xl-54 {
    font-size: 54px;
  }
  .tx-xl-56 {
    font-size: 56px;
  }
  .tx-xl-58 {
    font-size: 58px;
  }
  .tx-xl-60 {
    font-size: 60px;
  }
  .tx-xl-62 {
    font-size: 62px;
  }
  .tx-xl-64 {
    font-size: 64px;
  }
  .tx-xl-66 {
    font-size: 66px;
  }
  .tx-xl-68 {
    font-size: 68px;
  }
  .tx-xl-70 {
    font-size: 70px;
  }
  .tx-xl-72 {
    font-size: 72px;
  }
  .tx-xl-74 {
    font-size: 74px;
  }
  .tx-xl-76 {
    font-size: 76px;
  }
  .tx-xl-78 {
    font-size: 78px;
  }
  .tx-xl-80 {
    font-size: 80px;
  }
  .tx-xl-82 {
    font-size: 82px;
  }
  .tx-xl-84 {
    font-size: 84px;
  }
  .tx-xl-86 {
    font-size: 86px;
  }
  .tx-xl-88 {
    font-size: 88px;
  }
  .tx-xl-90 {
    font-size: 90px;
  }
  .tx-xl-92 {
    font-size: 92px;
  }
  .tx-xl-94 {
    font-size: 94px;
  }
  .tx-xl-96 {
    font-size: 96px;
  }
  .tx-xl-98 {
    font-size: 98px;
  }
  .tx-xl-100 {
    font-size: 100px;
  }
  .tx-xl-102 {
    font-size: 102px;
  }
  .tx-xl-104 {
    font-size: 104px;
  }
  .tx-xl-106 {
    font-size: 106px;
  }
  .tx-xl-108 {
    font-size: 108px;
  }
  .tx-xl-110 {
    font-size: 110px;
  }
  .tx-xl-112 {
    font-size: 112px;
  }
  .tx-xl-114 {
    font-size: 114px;
  }
  .tx-xl-116 {
    font-size: 116px;
  }
  .tx-xl-118 {
    font-size: 118px;
  }
  .tx-xl-120 {
    font-size: 120px;
  }
  .tx-xl-122 {
    font-size: 122px;
  }
  .tx-xl-124 {
    font-size: 124px;
  }
  .tx-xl-126 {
    font-size: 126px;
  }
  .tx-xl-128 {
    font-size: 128px;
  }
  .tx-xl-130 {
    font-size: 130px;
  }
  .tx-xl-132 {
    font-size: 132px;
  }
  .tx-xl-134 {
    font-size: 134px;
  }
  .tx-xl-136 {
    font-size: 136px;
  }
  .tx-xl-138 {
    font-size: 138px;
  }
  .tx-xl-140 {
    font-size: 140px;
  }
  .tx-xl-base {
    font-size: 0.875rem;
  }
  .tx-xl-bold {
    font-weight: 700;
  }
  .tx-xl-semibold {
    font-weight: 600;
  }
  .tx-xl-medium {
    font-weight: 500;
  }
  .tx-xl-normal {
    font-weight: 400;
  }
  .tx-xl-light {
    font-weight: 300;
  }
  .tx-xl-thin {
    font-weight: 200;
  }
  .tx-xl-xthin {
    font-weight: 100;
  }
  .lh-xl-0 {
    line-height: 0;
  }
  .lh-xl-1 {
    line-height: 1.1;
  }
  .lh-xl-2 {
    line-height: 1.2;
  }
  .lh-xl-3 {
    line-height: 1.3;
  }
  .lh-xl-4 {
    line-height: 1.4;
  }
  .lh-xl-5 {
    line-height: 1.5;
  }
  .lh-xl-6 {
    line-height: 1.6;
  }
  .lh-xl-7 {
    line-height: 1.7;
  }
  .lh-xl-8 {
    line-height: 1.8;
  }
  .lh-xl-9 {
    line-height: 1.9;
  }
  .lh-xl-10 {
    line-height: 2;
  }
  .lh-xl-11 {
    line-height: 2.1;
  }
  .lh-xl-12 {
    line-height: 2.2;
  }
  .lh-xl-13 {
    line-height: 2.3;
  }
  .lh-xl-14 {
    line-height: 2.4;
  }
  .lh-xl-15 {
    line-height: 2.5;
  }
  .tx-xl-center {
    text-align: center;
  }
  .tx-xl-end {
    text-align: right;
  }
  .tx-xl-start {
    text-align: left;
  }
}
.text-nowrap {
  white-space: nowrap !important;
}
@media (max-width: 576px) {
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
}
@media (max-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}
@media (max-width: 992px) {
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}
@media (max-width: 1000px) {
  .text-xl-nowrap {
    white-space: nowrap !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-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    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: var(--primary-bg-color) !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8485fb !important;
}
.text-secondary {
  color: #5f6d88 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #556179 !important;
}
.text-success {
  color: #22c03c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #226401 !important;
}
.text-info {
  color: #00b9ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #e8b210 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-purple {
  color: #4800c9 !important;
}
a.text-purple:hover,
a.text-purple:focus {
  color: #4800c9 !important;
}
.text-danger {
  color: #ee335e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-pink {
  color: #f10075 !important;
}
a.text-pink:hover,
a.text-pink:focus {
  color: #e61078 !important;
}
.text-orange {
  color: #fd7e14 !important;
}
a.text-orange:hover,
a.text-orange:focus {
  color: #e46f0e !important;
}
.text-light {
  color: #ecf0fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #c5cbda !important;
}
.text-teal {
  color: #00cccc !important;
}
a.text-teal:hover,
a.text-teal:focus {
  color: #06c1c1 !important;
}
.text-dark {
  color: #364261 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1e2533 !important;
}
.text-body {
  color: #031b4e !important;
}
.text-muted {
  color: #7987a1 !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;
}
.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;
}
.wd-230 {
  width: 230px !important;
}
.wd-1 {
  width: 1px;
}
.wd-2 {
  width: 2px;
}
.wd-3 {
  width: 3px;
}
.wd-4 {
  width: 4px;
}
.wd-6 {
  width: 6px;
}
.wd-7 {
  width: 7px;
}
.wd-8 {
  width: 8px;
}
.wd-9 {
  width: 9px;
}
.wd-280 {
  width: 280px;
}
.wd-5 {
  width: 5px;
}
.wd-5p {
  width: 5%;
}
.wd-10 {
  width: 10px;
}
.wd-10p {
  width: 10%;
}
.wd-15 {
  width: 15px;
}
.wd-15p {
  width: 15%;
}
.wd-20 {
  width: 20px;
}
.wd-20p {
  width: 20%;
}
.wd-25 {
  width: 25px;
}
.wd-25p {
  width: 25%;
}
.wd-30 {
  width: 30px;
}
.wd-30p {
  width: 30%;
}
.wd-35 {
  width: 35px;
}
.wd-35p {
  width: 35%;
}
.wd-40 {
  width: 40px;
}
.wd-40p {
  width: 40%;
}
.wd-45 {
  width: 45px;
}
.wd-45p {
  width: 45%;
}
.wd-50 {
  width: 50px;
}
.wd-50p {
  width: 50%;
}
.wd-55 {
  width: 55px;
}
.wd-55p {
  width: 55%;
}
.wd-60 {
  width: 60px;
}
.wd-60p {
  width: 60%;
}
.wd-65 {
  width: 65px;
}
.wd-65p {
  width: 65%;
}
.wd-70 {
  width: 70px;
}
.wd-70p {
  width: 70%;
}
.wd-75 {
  width: 75px;
}
.wd-75p {
  width: 75%;
}
.wd-80 {
  width: 80px;
}
.wd-80p {
  width: 80%;
}
.wd-85 {
  width: 85px;
}
.wd-85p {
  width: 85%;
}
.wd-90 {
  width: 90px;
}
.wd-90p {
  width: 90%;
}
.wd-95 {
  width: 95px;
}
.wd-95p {
  width: 95%;
}
.wd-100 {
  width: 100px !important;
}
.wd-100p {
  width: 100%;
}
.wd-150 {
  width: 150px;
}
.wd-200 {
  width: 200px;
}
.wd-230 {
  width: 230px;
}
.wd-250 {
  width: 250px;
}
.wd-300 {
  width: 300px;
}
.wd-350 {
  width: 350px;
}
.wd-400 {
  width: 400px;
}
.wd-450 {
  width: 450px;
}
.wd-500 {
  width: 500px;
}
.wd-550 {
  width: 550px;
}
.wd-600 {
  width: 600px;
}
.wd-650 {
  width: 650px;
}
.wd-700 {
  width: 700px;
}
.wd-750 {
  width: 750px;
}
.wd-800 {
  width: 800px;
}
.wd-850 {
  width: 850px;
}
.wd-900 {
  width: 900px;
}
.wd-950 {
  width: 950px;
}
.wd-1000 {
  width: 1000px;
}
@media (min-width: 480px) {
  .wd-xs-5 {
    width: 5px;
  }
  .wd-xs-5p {
    width: 5%;
  }
  .wd-xs-10 {
    width: 10px;
  }
  .wd-xs-10p {
    width: 10%;
  }
  .wd-xs-15 {
    width: 15px;
  }
  .wd-xs-15p {
    width: 15%;
  }
  .wd-xs-20 {
    width: 20px;
  }
  .wd-xs-20p {
    width: 20%;
  }
  .wd-xs-25 {
    width: 25px;
  }
  .wd-xs-25p {
    width: 25%;
  }
  .wd-xs-30 {
    width: 30px;
  }
  .wd-xs-30p {
    width: 30%;
  }
  .wd-xs-35 {
    width: 35px;
  }
  .wd-xs-35p {
    width: 35%;
  }
  .wd-xs-40 {
    width: 40px;
  }
  .wd-xs-40p {
    width: 40%;
  }
  .wd-xs-45 {
    width: 45px;
  }
  .wd-xs-45p {
    width: 45%;
  }
  .wd-xs-50 {
    width: 50px;
  }
  .wd-xs-50p {
    width: 50%;
  }
  .wd-xs-55 {
    width: 55px;
  }
  .wd-xs-55p {
    width: 55%;
  }
  .wd-xs-60 {
    width: 60px;
  }
  .wd-xs-60p {
    width: 60%;
  }
  .wd-xs-65 {
    width: 65px;
  }
  .wd-xs-65p {
    width: 65%;
  }
  .wd-xs-70 {
    width: 70px;
  }
  .wd-xs-70p {
    width: 70%;
  }
  .wd-xs-75 {
    width: 75px;
  }
  .wd-xs-75p {
    width: 75%;
  }
  .wd-xs-80 {
    width: 80px;
  }
  .wd-xs-80p {
    width: 80%;
  }
  .wd-xs-85 {
    width: 85px;
  }
  .wd-xs-85p {
    width: 85%;
  }
  .wd-xs-90 {
    width: 90px;
  }
  .wd-xs-90p {
    width: 90%;
  }
  .wd-xs-95 {
    width: 95px;
  }
  .wd-xs-95p {
    width: 95%;
  }
  .wd-xs-100 {
    width: 100px;
  }
  .wd-xs-100p {
    width: 100%;
  }
  .wd-xs-150 {
    width: 150px;
  }
  .wd-xs-150p {
    width: 150%;
  }
  .wd-xs-200 {
    width: 200px;
  }
  .wd-xs-200p {
    width: 200%;
  }
  .wd-xs-250 {
    width: 250px;
  }
  .wd-xs-250p {
    width: 250%;
  }
  .wd-xs-300 {
    width: 300px;
  }
  .wd-xs-300p {
    width: 300%;
  }
  .wd-xs-350 {
    width: 350px;
  }
  .wd-xs-350p {
    width: 350%;
  }
  .wd-xs-400 {
    width: 400px;
  }
  .wd-xs-400p {
    width: 400%;
  }
  .wd-xs-450 {
    width: 450px;
  }
  .wd-xs-450p {
    width: 450%;
  }
  .wd-xs-500 {
    width: 500px;
  }
  .wd-xs-500p {
    width: 500%;
  }
  .wd-xs-550 {
    width: 550px;
  }
  .wd-xs-550p {
    width: 550%;
  }
  .wd-xs-600 {
    width: 600px;
  }
  .wd-xs-600p {
    width: 600%;
  }
  .wd-xs-650 {
    width: 650px;
  }
  .wd-xs-650p {
    width: 650%;
  }
  .wd-xs-700 {
    width: 700px;
  }
  .wd-xs-700p {
    width: 700%;
  }
  .wd-xs-750 {
    width: 750px;
  }
  .wd-xs-750p {
    width: 750%;
  }
  .wd-xs-800 {
    width: 800px;
  }
  .wd-xs-800p {
    width: 800%;
  }
  .wd-xs-850 {
    width: 850px;
  }
  .wd-xs-850p {
    width: 850%;
  }
  .wd-xs-900 {
    width: 900px;
  }
  .wd-xs-900p {
    width: 900%;
  }
  .wd-xs-950 {
    width: 950px;
  }
  .wd-xs-950p {
    width: 950%;
  }
  .wd-xs-1000 {
    width: 1000px;
  }
  .wd-xs-1000p {
    width: 1000%;
  }
  .wd-xs-auto {
    width: auto;
  }
}
@media (min-width: 576px) {
  .wd-sm-5 {
    width: 5px;
  }
  .wd-sm-5p {
    width: 5%;
  }
  .wd-sm-10 {
    width: 10px;
  }
  .wd-sm-10p {
    width: 10%;
  }
  .wd-sm-15 {
    width: 15px;
  }
  .wd-sm-15p {
    width: 15%;
  }
  .wd-sm-20 {
    width: 20px;
  }
  .wd-sm-20p {
    width: 20%;
  }
  .wd-sm-25 {
    width: 25px;
  }
  .wd-sm-25p {
    width: 25%;
  }
  .wd-sm-30 {
    width: 30px;
  }
  .wd-sm-30p {
    width: 30%;
  }
  .wd-sm-35 {
    width: 35px;
  }
  .wd-sm-35p {
    width: 35%;
  }
  .wd-sm-40 {
    width: 40px;
  }
  .wd-sm-40p {
    width: 40%;
  }
  .wd-sm-45 {
    width: 45px;
  }
  .wd-sm-45p {
    width: 45%;
  }
  .wd-sm-50 {
    width: 50px;
  }
  .wd-sm-50p {
    width: 50%;
  }
  .wd-sm-55 {
    width: 55px;
  }
  .wd-sm-55p {
    width: 55%;
  }
  .wd-sm-60 {
    width: 60px;
  }
  .wd-sm-60p {
    width: 60%;
  }
  .wd-sm-65 {
    width: 65px;
  }
  .wd-sm-65p {
    width: 65%;
  }
  .wd-sm-70 {
    width: 70px;
  }
  .wd-sm-70p {
    width: 70%;
  }
  .wd-sm-75 {
    width: 75px;
  }
  .wd-sm-75p {
    width: 75%;
  }
  .wd-sm-80 {
    width: 80px;
  }
  .wd-sm-80p {
    width: 80%;
  }
  .wd-sm-85 {
    width: 85px;
  }
  .wd-sm-85p {
    width: 85%;
  }
  .wd-sm-90 {
    width: 90px;
  }
  .wd-sm-90p {
    width: 90%;
  }
  .wd-sm-95 {
    width: 95px;
  }
  .wd-sm-95p {
    width: 95%;
  }
  .wd-sm-100 {
    width: 100px;
  }
  .wd-sm-100p {
    width: 100%;
  }
  .wd-sm-150 {
    width: 150px;
  }
  .wd-sm-150p {
    width: 150%;
  }
  .wd-sm-200 {
    width: 200px;
  }
  .wd-sm-200p {
    width: 200%;
  }
  .wd-sm-250 {
    width: 250px;
  }
  .wd-sm-250p {
    width: 250%;
  }
  .wd-sm-300 {
    width: 300px;
  }
  .wd-sm-300p {
    width: 300%;
  }
  .wd-sm-350 {
    width: 350px;
  }
  .wd-sm-350p {
    width: 350%;
  }
  .wd-sm-400 {
    width: 400px;
  }
  .wd-sm-400p {
    width: 400%;
  }
  .wd-sm-450 {
    width: 450px;
  }
  .wd-sm-450p {
    width: 450%;
  }
  .wd-sm-500 {
    width: 500px;
  }
  .wd-sm-500p {
    width: 500%;
  }
  .wd-sm-550 {
    width: 550px;
  }
  .wd-sm-550p {
    width: 550%;
  }
  .wd-sm-600 {
    width: 600px;
  }
  .wd-sm-600p {
    width: 600%;
  }
  .wd-sm-650 {
    width: 650px;
  }
  .wd-sm-650p {
    width: 650%;
  }
  .wd-sm-700 {
    width: 700px;
  }
  .wd-sm-700p {
    width: 700%;
  }
  .wd-sm-750 {
    width: 750px;
  }
  .wd-sm-750p {
    width: 750%;
  }
  .wd-sm-800 {
    width: 800px;
  }
  .wd-sm-800p {
    width: 800%;
  }
  .wd-sm-850 {
    width: 850px;
  }
  .wd-sm-850p {
    width: 850%;
  }
  .wd-sm-900 {
    width: 900px;
  }
  .wd-sm-900p {
    width: 900%;
  }
  .wd-sm-950 {
    width: 950px;
  }
  .wd-sm-950p {
    width: 950%;
  }
  .wd-sm-1000 {
    width: 1000px;
  }
  .wd-sm-1000p {
    width: 1000%;
  }
  .wd-sm-auto {
    width: auto;
  }
}
@media (min-width: 768px) {
  .wd-md-5 {
    width: 5px;
  }
  .wd-md-5p {
    width: 5%;
  }
  .wd-md-10 {
    width: 10px;
  }
  .wd-md-10p {
    width: 10%;
  }
  .wd-md-15 {
    width: 15px;
  }
  .wd-md-15p {
    width: 15%;
  }
  .wd-md-20 {
    width: 20px;
  }
  .wd-md-20p {
    width: 20%;
  }
  .wd-md-25 {
    width: 25px;
  }
  .wd-md-25p {
    width: 25%;
  }
  .wd-md-30 {
    width: 30px;
  }
  .wd-md-30p {
    width: 30%;
  }
  .wd-md-35 {
    width: 35px;
  }
  .wd-md-35p {
    width: 35%;
  }
  .wd-md-40 {
    width: 40px;
  }
  .wd-md-40p {
    width: 40%;
  }
  .wd-md-45 {
    width: 45px;
  }
  .wd-md-45p {
    width: 45%;
  }
  .wd-md-50 {
    width: 50px;
  }
  .wd-md-50p {
    width: 50%;
  }
  .wd-md-55 {
    width: 55px;
  }
  .wd-md-55p {
    width: 55%;
  }
  .wd-md-60 {
    width: 60px;
  }
  .wd-md-60p {
    width: 60%;
  }
  .wd-md-65 {
    width: 65px;
  }
  .wd-md-65p {
    width: 65%;
  }
  .wd-md-70 {
    width: 70px;
  }
  .wd-md-70p {
    width: 70%;
  }
  .wd-md-75 {
    width: 75px;
  }
  .wd-md-75p {
    width: 75%;
  }
  .wd-md-80 {
    width: 80px;
  }
  .wd-md-80p {
    width: 80%;
  }
  .wd-md-85 {
    width: 85px;
  }
  .wd-md-85p {
    width: 85%;
  }
  .wd-md-90 {
    width: 90px;
  }
  .wd-md-90p {
    width: 90%;
  }
  .wd-md-95 {
    width: 95px;
  }
  .wd-md-95p {
    width: 95%;
  }
  .wd-md-100 {
    width: 100px;
  }
  .wd-md-100p {
    width: 100%;
  }
  .wd-md-150 {
    width: 150px;
  }
  .wd-md-150p {
    width: 150%;
  }
  .wd-md-200 {
    width: 200px;
  }
  .wd-md-200p {
    width: 200%;
  }
  .wd-md-250 {
    width: 250px;
  }
  .wd-md-250p {
    width: 250%;
  }
  .wd-md-300 {
    width: 300px;
  }
  .wd-md-300p {
    width: 300%;
  }
  .wd-md-350 {
    width: 350px;
  }
  .wd-md-350p {
    width: 350%;
  }
  .wd-md-400 {
    width: 400px;
  }
  .wd-md-400p {
    width: 400%;
  }
  .wd-md-450 {
    width: 450px;
  }
  .wd-md-450p {
    width: 450%;
  }
  .wd-md-500 {
    width: 500px;
  }
  .wd-md-500p {
    width: 500%;
  }
  .wd-md-550 {
    width: 550px;
  }
  .wd-md-550p {
    width: 550%;
  }
  .wd-md-600 {
    width: 600px;
  }
  .wd-md-600p {
    width: 600%;
  }
  .wd-md-650 {
    width: 650px;
  }
  .wd-md-650p {
    width: 650%;
  }
  .wd-md-700 {
    width: 700px;
  }
  .wd-md-700p {
    width: 700%;
  }
  .wd-md-750 {
    width: 750px;
  }
  .wd-md-750p {
    width: 750%;
  }
  .wd-md-800 {
    width: 800px;
  }
  .wd-md-800p {
    width: 800%;
  }
  .wd-md-850 {
    width: 850px;
  }
  .wd-md-850p {
    width: 850%;
  }
  .wd-md-900 {
    width: 900px;
  }
  .wd-md-900p {
    width: 900%;
  }
  .wd-md-950 {
    width: 950px;
  }
  .wd-md-950p {
    width: 950%;
  }
  .wd-md-1000 {
    width: 1000px;
  }
  .wd-md-1000p {
    width: 1000%;
  }
  .wd-md-auto {
    width: auto;
  }
  .wd-md-120 {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .wd-lg-5 {
    width: 5px;
  }
  .wd-lg-5p {
    width: 5%;
  }
  .wd-lg-10 {
    width: 10px;
  }
  .wd-lg-10p {
    width: 10%;
  }
  .wd-lg-15 {
    width: 15px;
  }
  .wd-lg-15p {
    width: 15%;
  }
  .wd-lg-20 {
    width: 20px;
  }
  .wd-lg-20p {
    width: 20%;
  }
  .wd-lg-25 {
    width: 25px;
  }
  .wd-lg-25p {
    width: 25%;
  }
  .wd-lg-30 {
    width: 30px;
  }
  .wd-lg-30p {
    width: 30%;
  }
  .wd-lg-35 {
    width: 35px;
  }
  .wd-lg-35p {
    width: 35%;
  }
  .wd-lg-40 {
    width: 40px;
  }
  .wd-lg-40p {
    width: 40%;
  }
  .wd-lg-45 {
    width: 45px;
  }
  .wd-lg-45p {
    width: 45%;
  }
  .wd-lg-50 {
    width: 50px;
  }
  .wd-lg-50p {
    width: 50%;
  }
  .wd-lg-55 {
    width: 55px;
  }
  .wd-lg-55p {
    width: 55%;
  }
  .wd-lg-60 {
    width: 60px;
  }
  .wd-lg-60p {
    width: 60%;
  }
  .wd-lg-65 {
    width: 65px;
  }
  .wd-lg-65p {
    width: 65%;
  }
  .wd-lg-70 {
    width: 70px;
  }
  .wd-lg-70p {
    width: 70%;
  }
  .wd-lg-75 {
    width: 75px;
  }
  .wd-lg-75p {
    width: 75%;
  }
  .wd-lg-80 {
    width: 80px;
  }
  .wd-lg-80p {
    width: 80%;
  }
  .wd-lg-85 {
    width: 85px;
  }
  .wd-lg-85p {
    width: 85%;
  }
  .wd-lg-90 {
    width: 90px;
  }
  .wd-lg-90p {
    width: 90%;
  }
  .wd-lg-95 {
    width: 95px;
  }
  .wd-lg-95p {
    width: 95%;
  }
  .wd-lg-100 {
    width: 100px;
  }
  .wd-lg-100p {
    width: 100%;
  }
  .wd-lg-150 {
    width: 150px;
  }
  .wd-lg-150p {
    width: 150%;
  }
  .wd-lg-200 {
    width: 200px;
  }
  .wd-lg-200p {
    width: 200%;
  }
  .wd-lg-250 {
    width: 250px;
  }
  .wd-lg-250p {
    width: 250%;
  }
  .wd-lg-300 {
    width: 300px;
  }
  .wd-lg-300p {
    width: 300%;
  }
  .wd-lg-350 {
    width: 350px;
  }
  .wd-lg-350p {
    width: 350%;
  }
  .wd-lg-400 {
    width: 400px;
  }
  .wd-lg-400p {
    width: 400%;
  }
  .wd-lg-450 {
    width: 450px;
  }
  .wd-lg-450p {
    width: 450%;
  }
  .wd-lg-500 {
    width: 500px;
  }
  .wd-lg-500p {
    width: 500%;
  }
  .wd-lg-550 {
    width: 550px;
  }
  .wd-lg-550p {
    width: 550%;
  }
  .wd-lg-600 {
    width: 600px;
  }
  .wd-lg-600p {
    width: 600%;
  }
  .wd-lg-650 {
    width: 650px;
  }
  .wd-lg-650p {
    width: 650%;
  }
  .wd-lg-700 {
    width: 700px;
  }
  .wd-lg-700p {
    width: 700%;
  }
  .wd-lg-750 {
    width: 750px;
  }
  .wd-lg-750p {
    width: 750%;
  }
  .wd-lg-800 {
    width: 800px;
  }
  .wd-lg-800p {
    width: 800%;
  }
  .wd-lg-850 {
    width: 850px;
  }
  .wd-lg-850p {
    width: 850%;
  }
  .wd-lg-900 {
    width: 900px;
  }
  .wd-lg-900p {
    width: 900%;
  }
  .wd-lg-950 {
    width: 950px;
  }
  .wd-lg-950p {
    width: 950%;
  }
  .wd-lg-1000 {
    width: 1000px;
  }
  .wd-lg-1000p {
    width: 1000%;
  }
  .wd-lg-auto {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .wd-xl-5 {
    width: 5px;
  }
  .wd-xl-5p {
    width: 5%;
  }
  .wd-xl-10 {
    width: 10px;
  }
  .wd-xl-10p {
    width: 10%;
  }
  .wd-xl-15 {
    width: 15px;
  }
  .wd-xl-15p {
    width: 15%;
  }
  .wd-xl-20 {
    width: 20px;
  }
  .wd-xl-20p {
    width: 20%;
  }
  .wd-xl-25 {
    width: 25px;
  }
  .wd-xl-25p {
    width: 25%;
  }
  .wd-xl-30 {
    width: 30px;
  }
  .wd-xl-30p {
    width: 30%;
  }
  .wd-xl-35 {
    width: 35px;
  }
  .wd-xl-35p {
    width: 35%;
  }
  .wd-xl-40 {
    width: 40px;
  }
  .wd-xl-40p {
    width: 40%;
  }
  .wd-xl-45 {
    width: 45px;
  }
  .wd-xl-45p {
    width: 45%;
  }
  .wd-xl-50 {
    width: 50px;
  }
  .wd-xl-50p {
    width: 50%;
  }
  .wd-xl-55 {
    width: 55px;
  }
  .wd-xl-55p {
    width: 55%;
  }
  .wd-xl-60 {
    width: 60px;
  }
  .wd-xl-60p {
    width: 60%;
  }
  .wd-xl-65 {
    width: 65px;
  }
  .wd-xl-65p {
    width: 65%;
  }
  .wd-xl-70 {
    width: 70px;
  }
  .wd-xl-70p {
    width: 70%;
  }
  .wd-xl-75 {
    width: 75px;
  }
  .wd-xl-75p {
    width: 75%;
  }
  .wd-xl-80 {
    width: 80px;
  }
  .wd-xl-80p {
    width: 80%;
  }
  .wd-xl-85 {
    width: 85px;
  }
  .wd-xl-85p {
    width: 85%;
  }
  .wd-xl-90 {
    width: 90px;
  }
  .wd-xl-90p {
    width: 90%;
  }
  .wd-xl-95 {
    width: 95px;
  }
  .wd-xl-95p {
    width: 95%;
  }
  .wd-xl-100 {
    width: 100px;
  }
  .wd-xl-100p {
    width: 100%;
  }
  .wd-xl-150 {
    width: 150px;
  }
  .wd-xl-150p {
    width: 150%;
  }
  .wd-xl-200 {
    width: 200px;
  }
  .wd-xl-200p {
    width: 200%;
  }
  .wd-xl-250 {
    width: 250px;
  }
  .wd-xl-250p {
    width: 250%;
  }
  .wd-xl-300 {
    width: 300px;
  }
  .wd-xl-300p {
    width: 300%;
  }
  .wd-xl-350 {
    width: 350px;
  }
  .wd-xl-350p {
    width: 350%;
  }
  .wd-xl-400 {
    width: 400px;
  }
  .wd-xl-400p {
    width: 400%;
  }
  .wd-xl-450 {
    width: 450px;
  }
  .wd-xl-450p {
    width: 450%;
  }
  .wd-xl-500 {
    width: 500px;
  }
  .wd-xl-500p {
    width: 500%;
  }
  .wd-xl-550 {
    width: 550px;
  }
  .wd-xl-550p {
    width: 550%;
  }
  .wd-xl-600 {
    width: 600px;
  }
  .wd-xl-600p {
    width: 600%;
  }
  .wd-xl-650 {
    width: 650px;
  }
  .wd-xl-650p {
    width: 650%;
  }
  .wd-xl-700 {
    width: 700px;
  }
  .wd-xl-700p {
    width: 700%;
  }
  .wd-xl-750 {
    width: 750px;
  }
  .wd-xl-750p {
    width: 750%;
  }
  .wd-xl-800 {
    width: 800px;
  }
  .wd-xl-800p {
    width: 800%;
  }
  .wd-xl-850 {
    width: 850px;
  }
  .wd-xl-850p {
    width: 850%;
  }
  .wd-xl-900 {
    width: 900px;
  }
  .wd-xl-900p {
    width: 900%;
  }
  .wd-xl-950 {
    width: 950px;
  }
  .wd-xl-950p {
    width: 950%;
  }
  .wd-xl-1000 {
    width: 1000px;
  }
  .wd-xl-1000p {
    width: 1000%;
  }
  .wd-xl-auto {
    width: auto;
    width: auto !important;
  }
}
.wd-100v {
  width: 100vw;
}

/* src/assets/css/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
@keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* src/assets/iconfonts/fontawesome-free/css/all.min.css */
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("./media/fa-brands-400.eot");
  src:
    url("./media/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-brands-400.woff2") format("woff2"),
    url("./media/fa-brands-400.woff") format("woff"),
    url("./media/fa-brands-400.ttf") format("truetype"),
    url("./media/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./media/fa-regular-400.eot");
  src:
    url("./media/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-regular-400.woff2") format("woff2"),
    url("./media/fa-regular-400.woff") format("woff"),
    url("./media/fa-regular-400.ttf") format("truetype"),
    url("./media/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("./media/fa-solid-900.eot");
  src:
    url("./media/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-solid-900.woff2") format("woff2"),
    url("./media/fa-solid-900.woff") format("woff"),
    url("./media/fa-solid-900.ttf") format("truetype"),
    url("./media/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}

/* src/assets/iconfonts/ionicons/css/ionicons.min.css */
/*!
  Ionicons, v4.5.10-1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("./media/ionicons.eot");
  src:
    url("./media/ionicons.eot") format("embedded-opentype"),
    url("./media/ionicons.woff2") format("woff2"),
    url("./media/ionicons.woff") format("woff"),
    url("./media/ionicons.ttf") format("truetype"),
    url("./media/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-ios-add:before,
.ion-ios-add-circle:before,
.ion-ios-add-circle-outline:before,
.ion-ios-airplane:before,
.ion-ios-alarm:before,
.ion-ios-albums:before,
.ion-ios-alert:before,
.ion-ios-american-football:before,
.ion-ios-analytics:before,
.ion-ios-aperture:before,
.ion-ios-apps:before,
.ion-ios-appstore:before,
.ion-ios-archive:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-dropdown:before,
.ion-ios-arrow-dropdown-circle:before,
.ion-ios-arrow-dropleft:before,
.ion-ios-arrow-dropleft-circle:before,
.ion-ios-arrow-dropright:before,
.ion-ios-arrow-dropright-circle:before,
.ion-ios-arrow-dropup:before,
.ion-ios-arrow-dropup-circle:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-round-back:before,
.ion-ios-arrow-round-down:before,
.ion-ios-arrow-round-forward:before,
.ion-ios-arrow-round-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-attach:before,
.ion-ios-backspace:before,
.ion-ios-barcode:before,
.ion-ios-baseball:before,
.ion-ios-basket:before,
.ion-ios-basketball:before,
.ion-ios-battery-charging:before,
.ion-ios-battery-dead:before,
.ion-ios-battery-full:before,
.ion-ios-beaker:before,
.ion-ios-bed:before,
.ion-ios-beer:before,
.ion-ios-bicycle:before,
.ion-ios-bluetooth:before,
.ion-ios-boat:before,
.ion-ios-body:before,
.ion-ios-bonfire:before,
.ion-ios-book:before,
.ion-ios-bookmark:before,
.ion-ios-bookmarks:before,
.ion-ios-bowtie:before,
.ion-ios-briefcase:before,
.ion-ios-browsers:before,
.ion-ios-brush:before,
.ion-ios-bug:before,
.ion-ios-build:before,
.ion-ios-bulb:before,
.ion-ios-bus:before,
.ion-ios-business:before,
.ion-ios-cafe:before,
.ion-ios-calculator:before,
.ion-ios-calendar:before,
.ion-ios-call:before,
.ion-ios-camera:before,
.ion-ios-car:before,
.ion-ios-card:before,
.ion-ios-cart:before,
.ion-ios-cash:before,
.ion-ios-cellular:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubbles:before,
.ion-ios-checkbox:before,
.ion-ios-checkbox-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-circle:before,
.ion-ios-checkmark-circle-outline:before,
.ion-ios-clipboard:before,
.ion-ios-clock:before,
.ion-ios-close:before,
.ion-ios-close-circle:before,
.ion-ios-close-circle-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-circle:before,
.ion-ios-cloud-done:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-code:before,
.ion-ios-code-download:before,
.ion-ios-code-working:before,
.ion-ios-cog:before,
.ion-ios-color-fill:before,
.ion-ios-color-filter:before,
.ion-ios-color-palette:before,
.ion-ios-color-wand:before,
.ion-ios-compass:before,
.ion-ios-construct:before,
.ion-ios-contact:before,
.ion-ios-contacts:before,
.ion-ios-contract:before,
.ion-ios-contrast:before,
.ion-ios-copy:before,
.ion-ios-create:before,
.ion-ios-crop:before,
.ion-ios-cube:before,
.ion-ios-cut:before,
.ion-ios-desktop:before,
.ion-ios-disc:before,
.ion-ios-document:before,
.ion-ios-done-all:before,
.ion-ios-download:before,
.ion-ios-easel:before,
.ion-ios-egg:before,
.ion-ios-exit:before,
.ion-ios-expand:before,
.ion-ios-eye:before,
.ion-ios-eye-off:before,
.ion-ios-fastforward:before,
.ion-ios-female:before,
.ion-ios-filing:before,
.ion-ios-film:before,
.ion-ios-finger-print:before,
.ion-ios-fitness:before,
.ion-ios-flag:before,
.ion-ios-flame:before,
.ion-ios-flash:before,
.ion-ios-flash-off:before,
.ion-ios-flashlight:before,
.ion-ios-flask:before,
.ion-ios-flower:before,
.ion-ios-folder:before,
.ion-ios-folder-open:before,
.ion-ios-football:before,
.ion-ios-funnel:before,
.ion-ios-gift:before,
.ion-ios-git-branch:before,
.ion-ios-git-commit:before,
.ion-ios-git-compare:before,
.ion-ios-git-merge:before,
.ion-ios-git-network:before,
.ion-ios-git-pull-request:before,
.ion-ios-glasses:before,
.ion-ios-globe:before,
.ion-ios-grid:before,
.ion-ios-hammer:before,
.ion-ios-hand:before,
.ion-ios-happy:before,
.ion-ios-headset:before,
.ion-ios-heart:before,
.ion-ios-heart-dislike:before,
.ion-ios-heart-empty:before,
.ion-ios-heart-half:before,
.ion-ios-help:before,
.ion-ios-help-buoy:before,
.ion-ios-help-circle:before,
.ion-ios-help-circle-outline:before,
.ion-ios-home:before,
.ion-ios-hourglass:before,
.ion-ios-ice-cream:before,
.ion-ios-image:before,
.ion-ios-images:before,
.ion-ios-infinite:before,
.ion-ios-information:before,
.ion-ios-information-circle:before,
.ion-ios-information-circle-outline:before,
.ion-ios-jet:before,
.ion-ios-journal:before,
.ion-ios-key:before,
.ion-ios-keypad:before,
.ion-ios-laptop:before,
.ion-ios-leaf:before,
.ion-ios-link:before,
.ion-ios-list:before,
.ion-ios-list-box:before,
.ion-ios-locate:before,
.ion-ios-lock:before,
.ion-ios-log-in:before,
.ion-ios-log-out:before,
.ion-ios-magnet:before,
.ion-ios-mail:before,
.ion-ios-mail-open:before,
.ion-ios-mail-unread:before,
.ion-ios-male:before,
.ion-ios-man:before,
.ion-ios-map:before,
.ion-ios-medal:before,
.ion-ios-medical:before,
.ion-ios-medkit:before,
.ion-ios-megaphone:before,
.ion-ios-menu:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-microphone:before,
.ion-ios-moon:before,
.ion-ios-more:before,
.ion-ios-move:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-notifications:before,
.ion-ios-notifications-off:before,
.ion-ios-notifications-outline:before,
.ion-ios-nuclear:before,
.ion-ios-nutrition:before,
.ion-ios-open:before,
.ion-ios-options:before,
.ion-ios-outlet:before,
.ion-ios-paper:before,
.ion-ios-paper-plane:before,
.ion-ios-partly-sunny:before,
.ion-ios-pause:before,
.ion-ios-paw:before,
.ion-ios-people:before,
.ion-ios-person:before,
.ion-ios-person-add:before,
.ion-ios-phone-landscape:before,
.ion-ios-phone-portrait:before,
.ion-ios-photos:before,
.ion-ios-pie:before,
.ion-ios-pin:before,
.ion-ios-pint:before,
.ion-ios-pizza:before,
.ion-ios-planet:before,
.ion-ios-play:before,
.ion-ios-play-circle:before,
.ion-ios-podium:before,
.ion-ios-power:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags:before,
.ion-ios-print:before,
.ion-ios-pulse:before,
.ion-ios-qr-scanner:before,
.ion-ios-quote:before,
.ion-ios-radio:before,
.ion-ios-radio-button-off:before,
.ion-ios-radio-button-on:before,
.ion-ios-rainy:before,
.ion-ios-recording:before,
.ion-ios-redo:before,
.ion-ios-refresh:before,
.ion-ios-refresh-circle:before,
.ion-ios-remove:before,
.ion-ios-remove-circle:before,
.ion-ios-remove-circle-outline:before,
.ion-ios-reorder:before,
.ion-ios-repeat:before,
.ion-ios-resize:before,
.ion-ios-restaurant:before,
.ion-ios-return-left:before,
.ion-ios-return-right:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind:before,
.ion-ios-ribbon:before,
.ion-ios-rocket:before,
.ion-ios-rose:before,
.ion-ios-sad:before,
.ion-ios-save:before,
.ion-ios-school:before,
.ion-ios-search:before,
.ion-ios-send:before,
.ion-ios-settings:before,
.ion-ios-share:before,
.ion-ios-share-alt:before,
.ion-ios-shirt:before,
.ion-ios-shuffle:before,
.ion-ios-skip-backward:before,
.ion-ios-skip-forward:before,
.ion-ios-snow:before,
.ion-ios-speedometer:before,
.ion-ios-square:before,
.ion-ios-square-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stats:before,
.ion-ios-stopwatch:before,
.ion-ios-subway:before,
.ion-ios-sunny:before,
.ion-ios-swap:before,
.ion-ios-switch:before,
.ion-ios-sync:before,
.ion-ios-tablet-landscape:before,
.ion-ios-tablet-portrait:before,
.ion-ios-tennisball:before,
.ion-ios-text:before,
.ion-ios-thermometer:before,
.ion-ios-thumbs-down:before,
.ion-ios-thumbs-up:before,
.ion-ios-thunderstorm:before,
.ion-ios-time:before,
.ion-ios-timer:before,
.ion-ios-today:before,
.ion-ios-train:before,
.ion-ios-transgender:before,
.ion-ios-trash:before,
.ion-ios-trending-down:before,
.ion-ios-trending-up:before,
.ion-ios-trophy:before,
.ion-ios-tv:before,
.ion-ios-umbrella:before,
.ion-ios-undo:before,
.ion-ios-unlock:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-volume-mute:before,
.ion-ios-volume-off:before,
.ion-ios-walk:before,
.ion-ios-wallet:before,
.ion-ios-warning:before,
.ion-ios-watch:before,
.ion-ios-water:before,
.ion-ios-wifi:before,
.ion-ios-wine:before,
.ion-ios-woman:before,
.ion-logo-android:before,
.ion-logo-angular:before,
.ion-logo-apple:before,
.ion-logo-bitbucket:before,
.ion-logo-bitcoin:before,
.ion-logo-buffer:before,
.ion-logo-chrome:before,
.ion-logo-closed-captioning:before,
.ion-logo-codepen:before,
.ion-logo-css3:before,
.ion-logo-designernews:before,
.ion-logo-dribbble:before,
.ion-logo-dropbox:before,
.ion-logo-euro:before,
.ion-logo-facebook:before,
.ion-logo-flickr:before,
.ion-logo-foursquare:before,
.ion-logo-freebsd-devil:before,
.ion-logo-game-controller-a:before,
.ion-logo-game-controller-b:before,
.ion-logo-github:before,
.ion-logo-google:before,
.ion-logo-googleplus:before,
.ion-logo-hackernews:before,
.ion-logo-html5:before,
.ion-logo-instagram:before,
.ion-logo-ionic:before,
.ion-logo-ionitron:before,
.ion-logo-javascript:before,
.ion-logo-linkedin:before,
.ion-logo-markdown:before,
.ion-logo-model-s:before,
.ion-logo-no-smoking:before,
.ion-logo-nodejs:before,
.ion-logo-npm:before,
.ion-logo-octocat:before,
.ion-logo-pinterest:before,
.ion-logo-playstation:before,
.ion-logo-polymer:before,
.ion-logo-python:before,
.ion-logo-reddit:before,
.ion-logo-rss:before,
.ion-logo-sass:before,
.ion-logo-skype:before,
.ion-logo-slack:before,
.ion-logo-snapchat:before,
.ion-logo-steam:before,
.ion-logo-tumblr:before,
.ion-logo-tux:before,
.ion-logo-twitch:before,
.ion-logo-twitter:before,
.ion-logo-usd:before,
.ion-logo-vimeo:before,
.ion-logo-vk:before,
.ion-logo-whatsapp:before,
.ion-logo-windows:before,
.ion-logo-wordpress:before,
.ion-logo-xbox:before,
.ion-logo-xing:before,
.ion-logo-yahoo:before,
.ion-logo-yen:before,
.ion-logo-youtube:before,
.ion-md-add:before,
.ion-md-add-circle:before,
.ion-md-add-circle-outline:before,
.ion-md-airplane:before,
.ion-md-alarm:before,
.ion-md-albums:before,
.ion-md-alert:before,
.ion-md-american-football:before,
.ion-md-analytics:before,
.ion-md-aperture:before,
.ion-md-apps:before,
.ion-md-appstore:before,
.ion-md-archive:before,
.ion-md-arrow-back:before,
.ion-md-arrow-down:before,
.ion-md-arrow-dropdown:before,
.ion-md-arrow-dropdown-circle:before,
.ion-md-arrow-dropleft:before,
.ion-md-arrow-dropleft-circle:before,
.ion-md-arrow-dropright:before,
.ion-md-arrow-dropright-circle:before,
.ion-md-arrow-dropup:before,
.ion-md-arrow-dropup-circle:before,
.ion-md-arrow-forward:before,
.ion-md-arrow-round-back:before,
.ion-md-arrow-round-down:before,
.ion-md-arrow-round-forward:before,
.ion-md-arrow-round-up:before,
.ion-md-arrow-up:before,
.ion-md-at:before,
.ion-md-attach:before,
.ion-md-backspace:before,
.ion-md-barcode:before,
.ion-md-baseball:before,
.ion-md-basket:before,
.ion-md-basketball:before,
.ion-md-battery-charging:before,
.ion-md-battery-dead:before,
.ion-md-battery-full:before,
.ion-md-beaker:before,
.ion-md-bed:before,
.ion-md-beer:before,
.ion-md-bicycle:before,
.ion-md-bluetooth:before,
.ion-md-boat:before,
.ion-md-body:before,
.ion-md-bonfire:before,
.ion-md-book:before,
.ion-md-bookmark:before,
.ion-md-bookmarks:before,
.ion-md-bowtie:before,
.ion-md-briefcase:before,
.ion-md-browsers:before,
.ion-md-brush:before,
.ion-md-bug:before,
.ion-md-build:before,
.ion-md-bulb:before,
.ion-md-bus:before,
.ion-md-business:before,
.ion-md-cafe:before,
.ion-md-calculator:before,
.ion-md-calendar:before,
.ion-md-call:before,
.ion-md-camera:before,
.ion-md-car:before,
.ion-md-card:before,
.ion-md-cart:before,
.ion-md-cash:before,
.ion-md-cellular:before,
.ion-md-chatboxes:before,
.ion-md-chatbubbles:before,
.ion-md-checkbox:before,
.ion-md-checkbox-outline:before,
.ion-md-checkmark:before,
.ion-md-checkmark-circle:before,
.ion-md-checkmark-circle-outline:before,
.ion-md-clipboard:before,
.ion-md-clock:before,
.ion-md-close:before,
.ion-md-close-circle:before,
.ion-md-close-circle-outline:before,
.ion-md-cloud:before,
.ion-md-cloud-circle:before,
.ion-md-cloud-done:before,
.ion-md-cloud-download:before,
.ion-md-cloud-outline:before,
.ion-md-cloud-upload:before,
.ion-md-cloudy:before,
.ion-md-cloudy-night:before,
.ion-md-code:before,
.ion-md-code-download:before,
.ion-md-code-working:before,
.ion-md-cog:before,
.ion-md-color-fill:before,
.ion-md-color-filter:before,
.ion-md-color-palette:before,
.ion-md-color-wand:before,
.ion-md-compass:before,
.ion-md-construct:before,
.ion-md-contact:before,
.ion-md-contacts:before,
.ion-md-contract:before,
.ion-md-contrast:before,
.ion-md-copy:before,
.ion-md-create:before,
.ion-md-crop:before,
.ion-md-cube:before,
.ion-md-cut:before,
.ion-md-desktop:before,
.ion-md-disc:before,
.ion-md-document:before,
.ion-md-done-all:before,
.ion-md-download:before,
.ion-md-easel:before,
.ion-md-egg:before,
.ion-md-exit:before,
.ion-md-expand:before,
.ion-md-eye:before,
.ion-md-eye-off:before,
.ion-md-fastforward:before,
.ion-md-female:before,
.ion-md-filing:before,
.ion-md-film:before,
.ion-md-finger-print:before,
.ion-md-fitness:before,
.ion-md-flag:before,
.ion-md-flame:before,
.ion-md-flash:before,
.ion-md-flash-off:before,
.ion-md-flashlight:before,
.ion-md-flask:before,
.ion-md-flower:before,
.ion-md-folder:before,
.ion-md-folder-open:before,
.ion-md-football:before,
.ion-md-funnel:before,
.ion-md-gift:before,
.ion-md-git-branch:before,
.ion-md-git-commit:before,
.ion-md-git-compare:before,
.ion-md-git-merge:before,
.ion-md-git-network:before,
.ion-md-git-pull-request:before,
.ion-md-glasses:before,
.ion-md-globe:before,
.ion-md-grid:before,
.ion-md-hammer:before,
.ion-md-hand:before,
.ion-md-happy:before,
.ion-md-headset:before,
.ion-md-heart:before,
.ion-md-heart-dislike:before,
.ion-md-heart-empty:before,
.ion-md-heart-half:before,
.ion-md-help:before,
.ion-md-help-buoy:before,
.ion-md-help-circle:before,
.ion-md-help-circle-outline:before,
.ion-md-home:before,
.ion-md-hourglass:before,
.ion-md-ice-cream:before,
.ion-md-image:before,
.ion-md-images:before,
.ion-md-infinite:before,
.ion-md-information:before,
.ion-md-information-circle:before,
.ion-md-information-circle-outline:before,
.ion-md-jet:before,
.ion-md-journal:before,
.ion-md-key:before,
.ion-md-keypad:before,
.ion-md-laptop:before,
.ion-md-leaf:before,
.ion-md-link:before,
.ion-md-list:before,
.ion-md-list-box:before,
.ion-md-locate:before,
.ion-md-lock:before,
.ion-md-log-in:before,
.ion-md-log-out:before,
.ion-md-magnet:before,
.ion-md-mail:before,
.ion-md-mail-open:before,
.ion-md-mail-unread:before,
.ion-md-male:before,
.ion-md-man:before,
.ion-md-map:before,
.ion-md-medal:before,
.ion-md-medical:before,
.ion-md-medkit:before,
.ion-md-megaphone:before,
.ion-md-menu:before,
.ion-md-mic:before,
.ion-md-mic-off:before,
.ion-md-microphone:before,
.ion-md-moon:before,
.ion-md-more:before,
.ion-md-move:before,
.ion-md-musical-note:before,
.ion-md-musical-notes:before,
.ion-md-navigate:before,
.ion-md-notifications:before,
.ion-md-notifications-off:before,
.ion-md-notifications-outline:before,
.ion-md-nuclear:before,
.ion-md-nutrition:before,
.ion-md-open:before,
.ion-md-options:before,
.ion-md-outlet:before,
.ion-md-paper:before,
.ion-md-paper-plane:before,
.ion-md-partly-sunny:before,
.ion-md-pause:before,
.ion-md-paw:before,
.ion-md-people:before,
.ion-md-person:before,
.ion-md-person-add:before,
.ion-md-phone-landscape:before,
.ion-md-phone-portrait:before,
.ion-md-photos:before,
.ion-md-pie:before,
.ion-md-pin:before,
.ion-md-pint:before,
.ion-md-pizza:before,
.ion-md-planet:before,
.ion-md-play:before,
.ion-md-play-circle:before,
.ion-md-podium:before,
.ion-md-power:before,
.ion-md-pricetag:before,
.ion-md-pricetags:before,
.ion-md-print:before,
.ion-md-pulse:before,
.ion-md-qr-scanner:before,
.ion-md-quote:before,
.ion-md-radio:before,
.ion-md-radio-button-off:before,
.ion-md-radio-button-on:before,
.ion-md-rainy:before,
.ion-md-recording:before,
.ion-md-redo:before,
.ion-md-refresh:before,
.ion-md-refresh-circle:before,
.ion-md-remove:before,
.ion-md-remove-circle:before,
.ion-md-remove-circle-outline:before,
.ion-md-reorder:before,
.ion-md-repeat:before,
.ion-md-resize:before,
.ion-md-restaurant:before,
.ion-md-return-left:before,
.ion-md-return-right:before,
.ion-md-reverse-camera:before,
.ion-md-rewind:before,
.ion-md-ribbon:before,
.ion-md-rocket:before,
.ion-md-rose:before,
.ion-md-sad:before,
.ion-md-save:before,
.ion-md-school:before,
.ion-md-search:before,
.ion-md-send:before,
.ion-md-settings:before,
.ion-md-share:before,
.ion-md-share-alt:before,
.ion-md-shirt:before,
.ion-md-shuffle:before,
.ion-md-skip-backward:before,
.ion-md-skip-forward:before,
.ion-md-snow:before,
.ion-md-speedometer:before,
.ion-md-square:before,
.ion-md-square-outline:before,
.ion-md-star:before,
.ion-md-star-half:before,
.ion-md-star-outline:before,
.ion-md-stats:before,
.ion-md-stopwatch:before,
.ion-md-subway:before,
.ion-md-sunny:before,
.ion-md-swap:before,
.ion-md-switch:before,
.ion-md-sync:before,
.ion-md-tablet-landscape:before,
.ion-md-tablet-portrait:before,
.ion-md-tennisball:before,
.ion-md-text:before,
.ion-md-thermometer:before,
.ion-md-thumbs-down:before,
.ion-md-thumbs-up:before,
.ion-md-thunderstorm:before,
.ion-md-time:before,
.ion-md-timer:before,
.ion-md-today:before,
.ion-md-train:before,
.ion-md-transgender:before,
.ion-md-trash:before,
.ion-md-trending-down:before,
.ion-md-trending-up:before,
.ion-md-trophy:before,
.ion-md-tv:before,
.ion-md-umbrella:before,
.ion-md-undo:before,
.ion-md-unlock:before,
.ion-md-videocam:before,
.ion-md-volume-high:before,
.ion-md-volume-low:before,
.ion-md-volume-mute:before,
.ion-md-volume-off:before,
.ion-md-walk:before,
.ion-md-wallet:before,
.ion-md-warning:before,
.ion-md-watch:before,
.ion-md-water:before,
.ion-md-wifi:before,
.ion-md-wine:before,
.ion-md-woman:before {
  display: inline-block;
  font-family: "Ionicons";
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-ios-add:before {
  content: "\f102";
}
.ion-ios-add-circle:before {
  content: "\f101";
}
.ion-ios-add-circle-outline:before {
  content: "\f100";
}
.ion-ios-airplane:before {
  content: "\f137";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-alert:before {
  content: "\f104";
}
.ion-ios-american-football:before {
  content: "\f106";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-aperture:before {
  content: "\f108";
}
.ion-ios-apps:before {
  content: "\f10a";
}
.ion-ios-appstore:before {
  content: "\f10c";
}
.ion-ios-archive:before {
  content: "\f10e";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-dropdown:before {
  content: "\f110";
}
.ion-ios-arrow-dropdown-circle:before {
  content: "\f125";
}
.ion-ios-arrow-dropleft:before {
  content: "\f112";
}
.ion-ios-arrow-dropleft-circle:before {
  content: "\f129";
}
.ion-ios-arrow-dropright:before {
  content: "\f114";
}
.ion-ios-arrow-dropright-circle:before {
  content: "\f12b";
}
.ion-ios-arrow-dropup:before {
  content: "\f116";
}
.ion-ios-arrow-dropup-circle:before {
  content: "\f12d";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-round-back:before {
  content: "\f117";
}
.ion-ios-arrow-round-down:before {
  content: "\f118";
}
.ion-ios-arrow-round-forward:before {
  content: "\f119";
}
.ion-ios-arrow-round-up:before {
  content: "\f11a";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-attach:before {
  content: "\f11b";
}
.ion-ios-backspace:before {
  content: "\f11d";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-basket:before {
  content: "\f11f";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-battery-charging:before {
  content: "\f120";
}
.ion-ios-battery-dead:before {
  content: "\f121";
}
.ion-ios-battery-full:before {
  content: "\f122";
}
.ion-ios-beaker:before {
  content: "\f124";
}
.ion-ios-bed:before {
  content: "\f139";
}
.ion-ios-beer:before {
  content: "\f126";
}
.ion-ios-bicycle:before {
  content: "\f127";
}
.ion-ios-bluetooth:before {
  content: "\f128";
}
.ion-ios-boat:before {
  content: "\f12a";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-bonfire:before {
  content: "\f12c";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-bookmark:before {
  content: "\f12e";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bowtie:before {
  content: "\f130";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-brush:before {
  content: "\f132";
}
.ion-ios-bug:before {
  content: "\f134";
}
.ion-ios-build:before {
  content: "\f136";
}
.ion-ios-bulb:before {
  content: "\f138";
}
.ion-ios-bus:before {
  content: "\f13a";
}
.ion-ios-business:before {
  content: "\f1a3";
}
.ion-ios-cafe:before {
  content: "\f13c";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-call:before {
  content: "\f13e";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-car:before {
  content: "\f140";
}
.ion-ios-card:before {
  content: "\f142";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cash:before {
  content: "\f144";
}
.ion-ios-cellular:before {
  content: "\f13d";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatbubbles:before {
  content: "\f146";
}
.ion-ios-checkbox:before {
  content: "\f148";
}
.ion-ios-checkbox-outline:before {
  content: "\f147";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-circle:before {
  content: "\f14a";
}
.ion-ios-checkmark-circle-outline:before {
  content: "\f149";
}
.ion-ios-clipboard:before {
  content: "\f14c";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-circle:before {
  content: "\f14e";
}
.ion-ios-close-circle-outline:before {
  content: "\f14d";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-circle:before {
  content: "\f152";
}
.ion-ios-cloud-done:before {
  content: "\f154";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-code:before {
  content: "\f157";
}
.ion-ios-code-download:before {
  content: "\f155";
}
.ion-ios-code-working:before {
  content: "\f156";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-color-fill:before {
  content: "\f159";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-palette:before {
  content: "\f15b";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-compass:before {
  content: "\f15d";
}
.ion-ios-construct:before {
  content: "\f15f";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contacts:before {
  content: "\f161";
}
.ion-ios-contract:before {
  content: "\f162";
}
.ion-ios-contrast:before {
  content: "\f163";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-create:before {
  content: "\f165";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-cube:before {
  content: "\f168";
}
.ion-ios-cut:before {
  content: "\f16a";
}
.ion-ios-desktop:before {
  content: "\f16c";
}
.ion-ios-disc:before {
  content: "\f16e";
}
.ion-ios-document:before {
  content: "\f170";
}
.ion-ios-done-all:before {
  content: "\f171";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-easel:before {
  content: "\f173";
}
.ion-ios-egg:before {
  content: "\f175";
}
.ion-ios-exit:before {
  content: "\f177";
}
.ion-ios-expand:before {
  content: "\f178";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-off:before {
  content: "\f17a";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-female:before {
  content: "\f17b";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-finger-print:before {
  content: "\f17c";
}
.ion-ios-fitness:before {
  content: "\f1ab";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flash:before {
  content: "\f17e";
}
.ion-ios-flash-off:before {
  content: "\f12f";
}
.ion-ios-flashlight:before {
  content: "\f141";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-open:before {
  content: "\f180";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-funnel:before {
  content: "\f182";
}
.ion-ios-gift:before {
  content: "\f191";
}
.ion-ios-git-branch:before {
  content: "\f183";
}
.ion-ios-git-commit:before {
  content: "\f184";
}
.ion-ios-git-compare:before {
  content: "\f185";
}
.ion-ios-git-merge:before {
  content: "\f186";
}
.ion-ios-git-network:before {
  content: "\f187";
}
.ion-ios-git-pull-request:before {
  content: "\f188";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-globe:before {
  content: "\f18a";
}
.ion-ios-grid:before {
  content: "\f18c";
}
.ion-ios-hammer:before {
  content: "\f18e";
}
.ion-ios-hand:before {
  content: "\f190";
}
.ion-ios-happy:before {
  content: "\f192";
}
.ion-ios-headset:before {
  content: "\f194";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-dislike:before {
  content: "\f13f";
}
.ion-ios-heart-empty:before {
  content: "\f19b";
}
.ion-ios-heart-half:before {
  content: "\f19d";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-buoy:before {
  content: "\f196";
}
.ion-ios-help-circle:before {
  content: "\f198";
}
.ion-ios-help-circle-outline:before {
  content: "\f197";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-hourglass:before {
  content: "\f103";
}
.ion-ios-ice-cream:before {
  content: "\f19a";
}
.ion-ios-image:before {
  content: "\f19c";
}
.ion-ios-images:before {
  content: "\f19e";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-circle:before {
  content: "\f1a0";
}
.ion-ios-information-circle-outline:before {
  content: "\f19f";
}
.ion-ios-jet:before {
  content: "\f1a5";
}
.ion-ios-journal:before {
  content: "\f189";
}
.ion-ios-key:before {
  content: "\f1a7";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-laptop:before {
  content: "\f1a8";
}
.ion-ios-leaf:before {
  content: "\f1aa";
}
.ion-ios-link:before {
  content: "\f22a";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-box:before {
  content: "\f143";
}
.ion-ios-locate:before {
  content: "\f1ae";
}
.ion-ios-lock:before {
  content: "\f1b0";
}
.ion-ios-log-in:before {
  content: "\f1b1";
}
.ion-ios-log-out:before {
  content: "\f1b2";
}
.ion-ios-magnet:before {
  content: "\f1b4";
}
.ion-ios-mail:before {
  content: "\f1b8";
}
.ion-ios-mail-open:before {
  content: "\f1b6";
}
.ion-ios-mail-unread:before {
  content: "\f145";
}
.ion-ios-male:before {
  content: "\f1b9";
}
.ion-ios-man:before {
  content: "\f1bb";
}
.ion-ios-map:before {
  content: "\f1bd";
}
.ion-ios-medal:before {
  content: "\f1bf";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-megaphone:before {
  content: "\f1c1";
}
.ion-ios-menu:before {
  content: "\f1c3";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-microphone:before {
  content: "\f1c6";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-more:before {
  content: "\f1c8";
}
.ion-ios-move:before {
  content: "\f1cb";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-notifications:before {
  content: "\f1d3";
}
.ion-ios-notifications-off:before {
  content: "\f1d1";
}
.ion-ios-notifications-outline:before {
  content: "\f133";
}
.ion-ios-nuclear:before {
  content: "\f1d5";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-open:before {
  content: "\f1d7";
}
.ion-ios-options:before {
  content: "\f1d9";
}
.ion-ios-outlet:before {
  content: "\f1db";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-plane:before {
  content: "\f1dd";
}
.ion-ios-partly-sunny:before {
  content: "\f1df";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-add:before {
  content: "\f1e1";
}
.ion-ios-phone-landscape:before {
  content: "\f1e2";
}
.ion-ios-phone-portrait:before {
  content: "\f1e3";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pin:before {
  content: "\f1e5";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pizza:before {
  content: "\f1e7";
}
.ion-ios-planet:before {
  content: "\f1eb";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-circle:before {
  content: "\f113";
}
.ion-ios-podium:before {
  content: "\f1ed";
}
.ion-ios-power:before {
  content: "\f1ef";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-print:before {
  content: "\f1f1";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-qr-scanner:before {
  content: "\f1f3";
}
.ion-ios-quote:before {
  content: "\f1f5";
}
.ion-ios-radio:before {
  content: "\f1f9";
}
.ion-ios-radio-button-off:before {
  content: "\f1f6";
}
.ion-ios-radio-button-on:before {
  content: "\f1f7";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-circle:before {
  content: "\f135";
}
.ion-ios-remove:before {
  content: "\f1fc";
}
.ion-ios-remove-circle:before {
  content: "\f1fb";
}
.ion-ios-remove-circle-outline:before {
  content: "\f1fa";
}
.ion-ios-reorder:before {
  content: "\f1fd";
}
.ion-ios-repeat:before {
  content: "\f1fe";
}
.ion-ios-resize:before {
  content: "\f1ff";
}
.ion-ios-restaurant:before {
  content: "\f201";
}
.ion-ios-return-left:before {
  content: "\f202";
}
.ion-ios-return-right:before {
  content: "\f203";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-ribbon:before {
  content: "\f205";
}
.ion-ios-rocket:before {
  content: "\f14b";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-sad:before {
  content: "\f207";
}
.ion-ios-save:before {
  content: "\f1a6";
}
.ion-ios-school:before {
  content: "\f209";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-send:before {
  content: "\f20c";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-share:before {
  content: "\f211";
}
.ion-ios-share-alt:before {
  content: "\f20f";
}
.ion-ios-shirt:before {
  content: "\f213";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-skip-backward:before {
  content: "\f215";
}
.ion-ios-skip-forward:before {
  content: "\f217";
}
.ion-ios-snow:before {
  content: "\f218";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-square:before {
  content: "\f21a";
}
.ion-ios-square-outline:before {
  content: "\f15c";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stats:before {
  content: "\f21c";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-subway:before {
  content: "\f21e";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-swap:before {
  content: "\f21f";
}
.ion-ios-switch:before {
  content: "\f221";
}
.ion-ios-sync:before {
  content: "\f222";
}
.ion-ios-tablet-landscape:before {
  content: "\f223";
}
.ion-ios-tablet-portrait:before {
  content: "\f24e";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-text:before {
  content: "\f250";
}
.ion-ios-thermometer:before {
  content: "\f252";
}
.ion-ios-thumbs-down:before {
  content: "\f254";
}
.ion-ios-thumbs-up:before {
  content: "\f256";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-today:before {
  content: "\f14f";
}
.ion-ios-train:before {
  content: "\f258";
}
.ion-ios-transgender:before {
  content: "\f259";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trending-down:before {
  content: "\f25a";
}
.ion-ios-trending-up:before {
  content: "\f25b";
}
.ion-ios-trophy:before {
  content: "\f25d";
}
.ion-ios-tv:before {
  content: "\f115";
}
.ion-ios-umbrella:before {
  content: "\f25f";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-unlock:before {
  content: "\f261";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-volume-high:before {
  content: "\f11c";
}
.ion-ios-volume-low:before {
  content: "\f11e";
}
.ion-ios-volume-mute:before {
  content: "\f263";
}
.ion-ios-volume-off:before {
  content: "\f264";
}
.ion-ios-walk:before {
  content: "\f266";
}
.ion-ios-wallet:before {
  content: "\f18b";
}
.ion-ios-warning:before {
  content: "\f268";
}
.ion-ios-watch:before {
  content: "\f269";
}
.ion-ios-water:before {
  content: "\f26b";
}
.ion-ios-wifi:before {
  content: "\f26d";
}
.ion-ios-wine:before {
  content: "\f26f";
}
.ion-ios-woman:before {
  content: "\f271";
}
.ion-logo-android:before {
  content: "\f225";
}
.ion-logo-angular:before {
  content: "\f227";
}
.ion-logo-apple:before {
  content: "\f229";
}
.ion-logo-bitbucket:before {
  content: "\f193";
}
.ion-logo-bitcoin:before {
  content: "\f22b";
}
.ion-logo-buffer:before {
  content: "\f22d";
}
.ion-logo-chrome:before {
  content: "\f22f";
}
.ion-logo-closed-captioning:before {
  content: "\f105";
}
.ion-logo-codepen:before {
  content: "\f230";
}
.ion-logo-css3:before {
  content: "\f231";
}
.ion-logo-designernews:before {
  content: "\f232";
}
.ion-logo-dribbble:before {
  content: "\f233";
}
.ion-logo-dropbox:before {
  content: "\f234";
}
.ion-logo-euro:before {
  content: "\f235";
}
.ion-logo-facebook:before {
  content: "\f236";
}
.ion-logo-flickr:before {
  content: "\f107";
}
.ion-logo-foursquare:before {
  content: "\f237";
}
.ion-logo-freebsd-devil:before {
  content: "\f238";
}
.ion-logo-game-controller-a:before {
  content: "\f13b";
}
.ion-logo-game-controller-b:before {
  content: "\f181";
}
.ion-logo-github:before {
  content: "\f239";
}
.ion-logo-google:before {
  content: "\f23a";
}
.ion-logo-googleplus:before {
  content: "\f23b";
}
.ion-logo-hackernews:before {
  content: "\f23c";
}
.ion-logo-html5:before {
  content: "\f23d";
}
.ion-logo-instagram:before {
  content: "\f23e";
}
.ion-logo-ionic:before {
  content: "\f150";
}
.ion-logo-ionitron:before {
  content: "\f151";
}
.ion-logo-javascript:before {
  content: "\f23f";
}
.ion-logo-linkedin:before {
  content: "\f240";
}
.ion-logo-markdown:before {
  content: "\f241";
}
.ion-logo-model-s:before {
  content: "\f153";
}
.ion-logo-no-smoking:before {
  content: "\f109";
}
.ion-logo-nodejs:before {
  content: "\f242";
}
.ion-logo-npm:before {
  content: "\f195";
}
.ion-logo-octocat:before {
  content: "\f243";
}
.ion-logo-pinterest:before {
  content: "\f244";
}
.ion-logo-playstation:before {
  content: "\f245";
}
.ion-logo-polymer:before {
  content: "\f15e";
}
.ion-logo-python:before {
  content: "\f246";
}
.ion-logo-reddit:before {
  content: "\f247";
}
.ion-logo-rss:before {
  content: "\f248";
}
.ion-logo-sass:before {
  content: "\f249";
}
.ion-logo-skype:before {
  content: "\f24a";
}
.ion-logo-slack:before {
  content: "\f10b";
}
.ion-logo-snapchat:before {
  content: "\f24b";
}
.ion-logo-steam:before {
  content: "\f24c";
}
.ion-logo-tumblr:before {
  content: "\f24d";
}
.ion-logo-tux:before {
  content: "\f2ae";
}
.ion-logo-twitch:before {
  content: "\f2af";
}
.ion-logo-twitter:before {
  content: "\f2b0";
}
.ion-logo-usd:before {
  content: "\f2b1";
}
.ion-logo-vimeo:before {
  content: "\f2c4";
}
.ion-logo-vk:before {
  content: "\f10d";
}
.ion-logo-whatsapp:before {
  content: "\f2c5";
}
.ion-logo-windows:before {
  content: "\f32f";
}
.ion-logo-wordpress:before {
  content: "\f330";
}
.ion-logo-xbox:before {
  content: "\f34c";
}
.ion-logo-xing:before {
  content: "\f10f";
}
.ion-logo-yahoo:before {
  content: "\f34d";
}
.ion-logo-yen:before {
  content: "\f34e";
}
.ion-logo-youtube:before {
  content: "\f34f";
}
.ion-md-add:before {
  content: "\f273";
}
.ion-md-add-circle:before {
  content: "\f272";
}
.ion-md-add-circle-outline:before {
  content: "\f158";
}
.ion-md-airplane:before {
  content: "\f15a";
}
.ion-md-alarm:before {
  content: "\f274";
}
.ion-md-albums:before {
  content: "\f275";
}
.ion-md-alert:before {
  content: "\f276";
}
.ion-md-american-football:before {
  content: "\f277";
}
.ion-md-analytics:before {
  content: "\f278";
}
.ion-md-aperture:before {
  content: "\f279";
}
.ion-md-apps:before {
  content: "\f27a";
}
.ion-md-appstore:before {
  content: "\f27b";
}
.ion-md-archive:before {
  content: "\f27c";
}
.ion-md-arrow-back:before {
  content: "\f27d";
}
.ion-md-arrow-down:before {
  content: "\f27e";
}
.ion-md-arrow-dropdown:before {
  content: "\f280";
}
.ion-md-arrow-dropdown-circle:before {
  content: "\f27f";
}
.ion-md-arrow-dropleft:before {
  content: "\f282";
}
.ion-md-arrow-dropleft-circle:before {
  content: "\f281";
}
.ion-md-arrow-dropright:before {
  content: "\f284";
}
.ion-md-arrow-dropright-circle:before {
  content: "\f283";
}
.ion-md-arrow-dropup:before {
  content: "\f286";
}
.ion-md-arrow-dropup-circle:before {
  content: "\f285";
}
.ion-md-arrow-forward:before {
  content: "\f287";
}
.ion-md-arrow-round-back:before {
  content: "\f288";
}
.ion-md-arrow-round-down:before {
  content: "\f289";
}
.ion-md-arrow-round-forward:before {
  content: "\f28a";
}
.ion-md-arrow-round-up:before {
  content: "\f28b";
}
.ion-md-arrow-up:before {
  content: "\f28c";
}
.ion-md-at:before {
  content: "\f28d";
}
.ion-md-attach:before {
  content: "\f28e";
}
.ion-md-backspace:before {
  content: "\f28f";
}
.ion-md-barcode:before {
  content: "\f290";
}
.ion-md-baseball:before {
  content: "\f291";
}
.ion-md-basket:before {
  content: "\f292";
}
.ion-md-basketball:before {
  content: "\f293";
}
.ion-md-battery-charging:before {
  content: "\f294";
}
.ion-md-battery-dead:before {
  content: "\f295";
}
.ion-md-battery-full:before {
  content: "\f296";
}
.ion-md-beaker:before {
  content: "\f297";
}
.ion-md-bed:before {
  content: "\f160";
}
.ion-md-beer:before {
  content: "\f298";
}
.ion-md-bicycle:before {
  content: "\f299";
}
.ion-md-bluetooth:before {
  content: "\f29a";
}
.ion-md-boat:before {
  content: "\f29b";
}
.ion-md-body:before {
  content: "\f29c";
}
.ion-md-bonfire:before {
  content: "\f29d";
}
.ion-md-book:before {
  content: "\f29e";
}
.ion-md-bookmark:before {
  content: "\f29f";
}
.ion-md-bookmarks:before {
  content: "\f2a0";
}
.ion-md-bowtie:before {
  content: "\f2a1";
}
.ion-md-briefcase:before {
  content: "\f2a2";
}
.ion-md-browsers:before {
  content: "\f2a3";
}
.ion-md-brush:before {
  content: "\f2a4";
}
.ion-md-bug:before {
  content: "\f2a5";
}
.ion-md-build:before {
  content: "\f2a6";
}
.ion-md-bulb:before {
  content: "\f2a7";
}
.ion-md-bus:before {
  content: "\f2a8";
}
.ion-md-business:before {
  content: "\f1a4";
}
.ion-md-cafe:before {
  content: "\f2a9";
}
.ion-md-calculator:before {
  content: "\f2aa";
}
.ion-md-calendar:before {
  content: "\f2ab";
}
.ion-md-call:before {
  content: "\f2ac";
}
.ion-md-camera:before {
  content: "\f2ad";
}
.ion-md-car:before {
  content: "\f2b2";
}
.ion-md-card:before {
  content: "\f2b3";
}
.ion-md-cart:before {
  content: "\f2b4";
}
.ion-md-cash:before {
  content: "\f2b5";
}
.ion-md-cellular:before {
  content: "\f164";
}
.ion-md-chatboxes:before {
  content: "\f2b6";
}
.ion-md-chatbubbles:before {
  content: "\f2b7";
}
.ion-md-checkbox:before {
  content: "\f2b9";
}
.ion-md-checkbox-outline:before {
  content: "\f2b8";
}
.ion-md-checkmark:before {
  content: "\f2bc";
}
.ion-md-checkmark-circle:before {
  content: "\f2bb";
}
.ion-md-checkmark-circle-outline:before {
  content: "\f2ba";
}
.ion-md-clipboard:before {
  content: "\f2bd";
}
.ion-md-clock:before {
  content: "\f2be";
}
.ion-md-close:before {
  content: "\f2c0";
}
.ion-md-close-circle:before {
  content: "\f2bf";
}
.ion-md-close-circle-outline:before {
  content: "\f166";
}
.ion-md-cloud:before {
  content: "\f2c9";
}
.ion-md-cloud-circle:before {
  content: "\f2c2";
}
.ion-md-cloud-done:before {
  content: "\f2c3";
}
.ion-md-cloud-download:before {
  content: "\f2c6";
}
.ion-md-cloud-outline:before {
  content: "\f2c7";
}
.ion-md-cloud-upload:before {
  content: "\f2c8";
}
.ion-md-cloudy:before {
  content: "\f2cb";
}
.ion-md-cloudy-night:before {
  content: "\f2ca";
}
.ion-md-code:before {
  content: "\f2ce";
}
.ion-md-code-download:before {
  content: "\f2cc";
}
.ion-md-code-working:before {
  content: "\f2cd";
}
.ion-md-cog:before {
  content: "\f2cf";
}
.ion-md-color-fill:before {
  content: "\f2d0";
}
.ion-md-color-filter:before {
  content: "\f2d1";
}
.ion-md-color-palette:before {
  content: "\f2d2";
}
.ion-md-color-wand:before {
  content: "\f2d3";
}
.ion-md-compass:before {
  content: "\f2d4";
}
.ion-md-construct:before {
  content: "\f2d5";
}
.ion-md-contact:before {
  content: "\f2d6";
}
.ion-md-contacts:before {
  content: "\f2d7";
}
.ion-md-contract:before {
  content: "\f2d8";
}
.ion-md-contrast:before {
  content: "\f2d9";
}
.ion-md-copy:before {
  content: "\f2da";
}
.ion-md-create:before {
  content: "\f2db";
}
.ion-md-crop:before {
  content: "\f2dc";
}
.ion-md-cube:before {
  content: "\f2dd";
}
.ion-md-cut:before {
  content: "\f2de";
}
.ion-md-desktop:before {
  content: "\f2df";
}
.ion-md-disc:before {
  content: "\f2e0";
}
.ion-md-document:before {
  content: "\f2e1";
}
.ion-md-done-all:before {
  content: "\f2e2";
}
.ion-md-download:before {
  content: "\f2e3";
}
.ion-md-easel:before {
  content: "\f2e4";
}
.ion-md-egg:before {
  content: "\f2e5";
}
.ion-md-exit:before {
  content: "\f2e6";
}
.ion-md-expand:before {
  content: "\f2e7";
}
.ion-md-eye:before {
  content: "\f2e9";
}
.ion-md-eye-off:before {
  content: "\f2e8";
}
.ion-md-fastforward:before {
  content: "\f2ea";
}
.ion-md-female:before {
  content: "\f2eb";
}
.ion-md-filing:before {
  content: "\f2ec";
}
.ion-md-film:before {
  content: "\f2ed";
}
.ion-md-finger-print:before {
  content: "\f2ee";
}
.ion-md-fitness:before {
  content: "\f1ac";
}
.ion-md-flag:before {
  content: "\f2ef";
}
.ion-md-flame:before {
  content: "\f2f0";
}
.ion-md-flash:before {
  content: "\f2f1";
}
.ion-md-flash-off:before {
  content: "\f169";
}
.ion-md-flashlight:before {
  content: "\f16b";
}
.ion-md-flask:before {
  content: "\f2f2";
}
.ion-md-flower:before {
  content: "\f2f3";
}
.ion-md-folder:before {
  content: "\f2f5";
}
.ion-md-folder-open:before {
  content: "\f2f4";
}
.ion-md-football:before {
  content: "\f2f6";
}
.ion-md-funnel:before {
  content: "\f2f7";
}
.ion-md-gift:before {
  content: "\f199";
}
.ion-md-git-branch:before {
  content: "\f2fa";
}
.ion-md-git-commit:before {
  content: "\f2fb";
}
.ion-md-git-compare:before {
  content: "\f2fc";
}
.ion-md-git-merge:before {
  content: "\f2fd";
}
.ion-md-git-network:before {
  content: "\f2fe";
}
.ion-md-git-pull-request:before {
  content: "\f2ff";
}
.ion-md-glasses:before {
  content: "\f300";
}
.ion-md-globe:before {
  content: "\f301";
}
.ion-md-grid:before {
  content: "\f302";
}
.ion-md-hammer:before {
  content: "\f303";
}
.ion-md-hand:before {
  content: "\f304";
}
.ion-md-happy:before {
  content: "\f305";
}
.ion-md-headset:before {
  content: "\f306";
}
.ion-md-heart:before {
  content: "\f308";
}
.ion-md-heart-dislike:before {
  content: "\f167";
}
.ion-md-heart-empty:before {
  content: "\f1a1";
}
.ion-md-heart-half:before {
  content: "\f1a2";
}
.ion-md-help:before {
  content: "\f30b";
}
.ion-md-help-buoy:before {
  content: "\f309";
}
.ion-md-help-circle:before {
  content: "\f30a";
}
.ion-md-help-circle-outline:before {
  content: "\f16d";
}
.ion-md-home:before {
  content: "\f30c";
}
.ion-md-hourglass:before {
  content: "\f111";
}
.ion-md-ice-cream:before {
  content: "\f30d";
}
.ion-md-image:before {
  content: "\f30e";
}
.ion-md-images:before {
  content: "\f30f";
}
.ion-md-infinite:before {
  content: "\f310";
}
.ion-md-information:before {
  content: "\f312";
}
.ion-md-information-circle:before {
  content: "\f311";
}
.ion-md-information-circle-outline:before {
  content: "\f16f";
}
.ion-md-jet:before {
  content: "\f315";
}
.ion-md-journal:before {
  content: "\f18d";
}
.ion-md-key:before {
  content: "\f316";
}
.ion-md-keypad:before {
  content: "\f317";
}
.ion-md-laptop:before {
  content: "\f318";
}
.ion-md-leaf:before {
  content: "\f319";
}
.ion-md-link:before {
  content: "\f22e";
}
.ion-md-list:before {
  content: "\f31b";
}
.ion-md-list-box:before {
  content: "\f31a";
}
.ion-md-locate:before {
  content: "\f31c";
}
.ion-md-lock:before {
  content: "\f31d";
}
.ion-md-log-in:before {
  content: "\f31e";
}
.ion-md-log-out:before {
  content: "\f31f";
}
.ion-md-magnet:before {
  content: "\f320";
}
.ion-md-mail:before {
  content: "\f322";
}
.ion-md-mail-open:before {
  content: "\f321";
}
.ion-md-mail-unread:before {
  content: "\f172";
}
.ion-md-male:before {
  content: "\f323";
}
.ion-md-man:before {
  content: "\f324";
}
.ion-md-map:before {
  content: "\f325";
}
.ion-md-medal:before {
  content: "\f326";
}
.ion-md-medical:before {
  content: "\f327";
}
.ion-md-medkit:before {
  content: "\f328";
}
.ion-md-megaphone:before {
  content: "\f329";
}
.ion-md-menu:before {
  content: "\f32a";
}
.ion-md-mic:before {
  content: "\f32c";
}
.ion-md-mic-off:before {
  content: "\f32b";
}
.ion-md-microphone:before {
  content: "\f32d";
}
.ion-md-moon:before {
  content: "\f32e";
}
.ion-md-more:before {
  content: "\f1c9";
}
.ion-md-move:before {
  content: "\f331";
}
.ion-md-musical-note:before {
  content: "\f332";
}
.ion-md-musical-notes:before {
  content: "\f333";
}
.ion-md-navigate:before {
  content: "\f334";
}
.ion-md-notifications:before {
  content: "\f338";
}
.ion-md-notifications-off:before {
  content: "\f336";
}
.ion-md-notifications-outline:before {
  content: "\f337";
}
.ion-md-nuclear:before {
  content: "\f339";
}
.ion-md-nutrition:before {
  content: "\f33a";
}
.ion-md-open:before {
  content: "\f33b";
}
.ion-md-options:before {
  content: "\f33c";
}
.ion-md-outlet:before {
  content: "\f33d";
}
.ion-md-paper:before {
  content: "\f33f";
}
.ion-md-paper-plane:before {
  content: "\f33e";
}
.ion-md-partly-sunny:before {
  content: "\f340";
}
.ion-md-pause:before {
  content: "\f341";
}
.ion-md-paw:before {
  content: "\f342";
}
.ion-md-people:before {
  content: "\f343";
}
.ion-md-person:before {
  content: "\f345";
}
.ion-md-person-add:before {
  content: "\f344";
}
.ion-md-phone-landscape:before {
  content: "\f346";
}
.ion-md-phone-portrait:before {
  content: "\f347";
}
.ion-md-photos:before {
  content: "\f348";
}
.ion-md-pie:before {
  content: "\f349";
}
.ion-md-pin:before {
  content: "\f34a";
}
.ion-md-pint:before {
  content: "\f34b";
}
.ion-md-pizza:before {
  content: "\f354";
}
.ion-md-planet:before {
  content: "\f356";
}
.ion-md-play:before {
  content: "\f357";
}
.ion-md-play-circle:before {
  content: "\f174";
}
.ion-md-podium:before {
  content: "\f358";
}
.ion-md-power:before {
  content: "\f359";
}
.ion-md-pricetag:before {
  content: "\f35a";
}
.ion-md-pricetags:before {
  content: "\f35b";
}
.ion-md-print:before {
  content: "\f35c";
}
.ion-md-pulse:before {
  content: "\f35d";
}
.ion-md-qr-scanner:before {
  content: "\f35e";
}
.ion-md-quote:before {
  content: "\f35f";
}
.ion-md-radio:before {
  content: "\f362";
}
.ion-md-radio-button-off:before {
  content: "\f360";
}
.ion-md-radio-button-on:before {
  content: "\f361";
}
.ion-md-rainy:before {
  content: "\f363";
}
.ion-md-recording:before {
  content: "\f364";
}
.ion-md-redo:before {
  content: "\f365";
}
.ion-md-refresh:before {
  content: "\f366";
}
.ion-md-refresh-circle:before {
  content: "\f228";
}
.ion-md-remove:before {
  content: "\f368";
}
.ion-md-remove-circle:before {
  content: "\f367";
}
.ion-md-remove-circle-outline:before {
  content: "\f176";
}
.ion-md-reorder:before {
  content: "\f369";
}
.ion-md-repeat:before {
  content: "\f36a";
}
.ion-md-resize:before {
  content: "\f36b";
}
.ion-md-restaurant:before {
  content: "\f36c";
}
.ion-md-return-left:before {
  content: "\f36d";
}
.ion-md-return-right:before {
  content: "\f36e";
}
.ion-md-reverse-camera:before {
  content: "\f36f";
}
.ion-md-rewind:before {
  content: "\f370";
}
.ion-md-ribbon:before {
  content: "\f371";
}
.ion-md-rocket:before {
  content: "\f179";
}
.ion-md-rose:before {
  content: "\f372";
}
.ion-md-sad:before {
  content: "\f373";
}
.ion-md-save:before {
  content: "\f1a9";
}
.ion-md-school:before {
  content: "\f374";
}
.ion-md-search:before {
  content: "\f375";
}
.ion-md-send:before {
  content: "\f376";
}
.ion-md-settings:before {
  content: "\f377";
}
.ion-md-share:before {
  content: "\f379";
}
.ion-md-share-alt:before {
  content: "\f378";
}
.ion-md-shirt:before {
  content: "\f37a";
}
.ion-md-shuffle:before {
  content: "\f37b";
}
.ion-md-skip-backward:before {
  content: "\f37c";
}
.ion-md-skip-forward:before {
  content: "\f37d";
}
.ion-md-snow:before {
  content: "\f37e";
}
.ion-md-speedometer:before {
  content: "\f37f";
}
.ion-md-square:before {
  content: "\f381";
}
.ion-md-square-outline:before {
  content: "\f380";
}
.ion-md-star:before {
  content: "\f384";
}
.ion-md-star-half:before {
  content: "\f382";
}
.ion-md-star-outline:before {
  content: "\f383";
}
.ion-md-stats:before {
  content: "\f385";
}
.ion-md-stopwatch:before {
  content: "\f386";
}
.ion-md-subway:before {
  content: "\f387";
}
.ion-md-sunny:before {
  content: "\f388";
}
.ion-md-swap:before {
  content: "\f389";
}
.ion-md-switch:before {
  content: "\f38a";
}
.ion-md-sync:before {
  content: "\f38b";
}
.ion-md-tablet-landscape:before {
  content: "\f38c";
}
.ion-md-tablet-portrait:before {
  content: "\f38d";
}
.ion-md-tennisball:before {
  content: "\f38e";
}
.ion-md-text:before {
  content: "\f38f";
}
.ion-md-thermometer:before {
  content: "\f390";
}
.ion-md-thumbs-down:before {
  content: "\f391";
}
.ion-md-thumbs-up:before {
  content: "\f392";
}
.ion-md-thunderstorm:before {
  content: "\f393";
}
.ion-md-time:before {
  content: "\f394";
}
.ion-md-timer:before {
  content: "\f395";
}
.ion-md-today:before {
  content: "\f17d";
}
.ion-md-train:before {
  content: "\f396";
}
.ion-md-transgender:before {
  content: "\f397";
}
.ion-md-trash:before {
  content: "\f398";
}
.ion-md-trending-down:before {
  content: "\f399";
}
.ion-md-trending-up:before {
  content: "\f39a";
}
.ion-md-trophy:before {
  content: "\f39b";
}
.ion-md-tv:before {
  content: "\f17f";
}
.ion-md-umbrella:before {
  content: "\f39c";
}
.ion-md-undo:before {
  content: "\f39d";
}
.ion-md-unlock:before {
  content: "\f39e";
}
.ion-md-videocam:before {
  content: "\f39f";
}
.ion-md-volume-high:before {
  content: "\f123";
}
.ion-md-volume-low:before {
  content: "\f131";
}
.ion-md-volume-mute:before {
  content: "\f3a1";
}
.ion-md-volume-off:before {
  content: "\f3a2";
}
.ion-md-walk:before {
  content: "\f3a4";
}
.ion-md-wallet:before {
  content: "\f18f";
}
.ion-md-warning:before {
  content: "\f3a5";
}
.ion-md-watch:before {
  content: "\f3a6";
}
.ion-md-water:before {
  content: "\f3a7";
}
.ion-md-wifi:before {
  content: "\f3a8";
}
.ion-md-wine:before {
  content: "\f3a9";
}
.ion-md-woman:before {
  content: "\f3aa";
}

/* src/assets/iconfonts/typicons.font/typicons.css */
@font-face {
  font-family: "typicons";
  font-weight: normal;
  font-style: normal;
  src: url("./media/typicons.eot");
  src:
    url("./media/typicons.eot") format("embedded-opentype"),
    url("./media/typicons.woff") format("woff"),
    url("./media/typicons.ttf") format("truetype"),
    url("./media/typicons.svg#typicons") format("svg");
}
.typcn:before {
  font-family: "typicons";
  font-style: normal;
  font-weight: normal;
  speak-as: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  text-rendering: optimizeLegibility;
}
.typcn-adjust-brightness:before {
  content: "\e000";
}
.typcn-adjust-contrast:before {
  content: "\e001";
}
.typcn-anchor-outline:before {
  content: "\e002";
}
.typcn-anchor:before {
  content: "\e003";
}
.typcn-archive:before {
  content: "\e004";
}
.typcn-arrow-back-outline:before {
  content: "\e005";
}
.typcn-arrow-back:before {
  content: "\e006";
}
.typcn-arrow-down-outline:before {
  content: "\e007";
}
.typcn-arrow-down-thick:before {
  content: "\e008";
}
.typcn-arrow-down:before {
  content: "\e009";
}
.typcn-arrow-forward-outline:before {
  content: "\e00a";
}
.typcn-arrow-forward:before {
  content: "\e00b";
}
.typcn-arrow-left-outline:before {
  content: "\e00c";
}
.typcn-arrow-left-thick:before {
  content: "\e00d";
}
.typcn-arrow-left:before {
  content: "\e00e";
}
.typcn-arrow-loop-outline:before {
  content: "\e00f";
}
.typcn-arrow-loop:before {
  content: "\e010";
}
.typcn-arrow-maximise-outline:before {
  content: "\e011";
}
.typcn-arrow-maximise:before {
  content: "\e012";
}
.typcn-arrow-minimise-outline:before {
  content: "\e013";
}
.typcn-arrow-minimise:before {
  content: "\e014";
}
.typcn-arrow-move-outline:before {
  content: "\e015";
}
.typcn-arrow-move:before {
  content: "\e016";
}
.typcn-arrow-repeat-outline:before {
  content: "\e017";
}
.typcn-arrow-repeat:before {
  content: "\e018";
}
.typcn-arrow-right-outline:before {
  content: "\e019";
}
.typcn-arrow-right-thick:before {
  content: "\e01a";
}
.typcn-arrow-right:before {
  content: "\e01b";
}
.typcn-arrow-shuffle:before {
  content: "\e01c";
}
.typcn-arrow-sorted-down:before {
  content: "\e01d";
}
.typcn-arrow-sorted-up:before {
  content: "\e01e";
}
.typcn-arrow-sync-outline:before {
  content: "\e01f";
}
.typcn-arrow-sync:before {
  content: "\e020";
}
.typcn-arrow-unsorted:before {
  content: "\e021";
}
.typcn-arrow-up-outline:before {
  content: "\e022";
}
.typcn-arrow-up-thick:before {
  content: "\e023";
}
.typcn-arrow-up:before {
  content: "\e024";
}
.typcn-at:before {
  content: "\e025";
}
.typcn-attachment-outline:before {
  content: "\e026";
}
.typcn-attachment:before {
  content: "\e027";
}
.typcn-backspace-outline:before {
  content: "\e028";
}
.typcn-backspace:before {
  content: "\e029";
}
.typcn-battery-charge:before {
  content: "\e02a";
}
.typcn-battery-full:before {
  content: "\e02b";
}
.typcn-battery-high:before {
  content: "\e02c";
}
.typcn-battery-low:before {
  content: "\e02d";
}
.typcn-battery-mid:before {
  content: "\e02e";
}
.typcn-beaker:before {
  content: "\e02f";
}
.typcn-beer:before {
  content: "\e030";
}
.typcn-bell:before {
  content: "\e031";
}
.typcn-book:before {
  content: "\e032";
}
.typcn-bookmark:before {
  content: "\e033";
}
.typcn-briefcase:before {
  content: "\e034";
}
.typcn-brush:before {
  content: "\e035";
}
.typcn-business-card:before {
  content: "\e036";
}
.typcn-calculator:before {
  content: "\e037";
}
.typcn-calendar-outline:before {
  content: "\e038";
}
.typcn-calendar:before {
  content: "\e039";
}
.typcn-camera-outline:before {
  content: "\e03a";
}
.typcn-camera:before {
  content: "\e03b";
}
.typcn-cancel-outline:before {
  content: "\e03c";
}
.typcn-cancel:before {
  content: "\e03d";
}
.typcn-chart-area-outline:before {
  content: "\e03e";
}
.typcn-chart-area:before {
  content: "\e03f";
}
.typcn-chart-bar-outline:before {
  content: "\e040";
}
.typcn-chart-bar:before {
  content: "\e041";
}
.typcn-chart-line-outline:before {
  content: "\e042";
}
.typcn-chart-line:before {
  content: "\e043";
}
.typcn-chart-pie-outline:before {
  content: "\e044";
}
.typcn-chart-pie:before {
  content: "\e045";
}
.typcn-chevron-left-outline:before {
  content: "\e046";
}
.typcn-chevron-left:before {
  content: "\e047";
}
.typcn-chevron-right-outline:before {
  content: "\e048";
}
.typcn-chevron-right:before {
  content: "\e049";
}
.typcn-clipboard:before {
  content: "\e04a";
}
.typcn-cloud-storage:before {
  content: "\e04b";
}
.typcn-cloud-storage-outline:before {
  content: "\e054";
}
.typcn-code-outline:before {
  content: "\e04c";
}
.typcn-code:before {
  content: "\e04d";
}
.typcn-coffee:before {
  content: "\e04e";
}
.typcn-cog-outline:before {
  content: "\e04f";
}
.typcn-cog:before {
  content: "\e050";
}
.typcn-compass:before {
  content: "\e051";
}
.typcn-contacts:before {
  content: "\e052";
}
.typcn-credit-card:before {
  content: "\e053";
}
.typcn-css3:before {
  content: "\e055";
}
.typcn-database:before {
  content: "\e056";
}
.typcn-delete-outline:before {
  content: "\e057";
}
.typcn-delete:before {
  content: "\e058";
}
.typcn-device-desktop:before {
  content: "\e059";
}
.typcn-device-laptop:before {
  content: "\e05a";
}
.typcn-device-phone:before {
  content: "\e05b";
}
.typcn-device-tablet:before {
  content: "\e05c";
}
.typcn-directions:before {
  content: "\e05d";
}
.typcn-divide-outline:before {
  content: "\e05e";
}
.typcn-divide:before {
  content: "\e05f";
}
.typcn-document-add:before {
  content: "\e060";
}
.typcn-document-delete:before {
  content: "\e061";
}
.typcn-document-text:before {
  content: "\e062";
}
.typcn-document:before {
  content: "\e063";
}
.typcn-download-outline:before {
  content: "\e064";
}
.typcn-download:before {
  content: "\e065";
}
.typcn-dropbox:before {
  content: "\e066";
}
.typcn-edit:before {
  content: "\e067";
}
.typcn-eject-outline:before {
  content: "\e068";
}
.typcn-eject:before {
  content: "\e069";
}
.typcn-equals-outline:before {
  content: "\e06a";
}
.typcn-equals:before {
  content: "\e06b";
}
.typcn-export-outline:before {
  content: "\e06c";
}
.typcn-export:before {
  content: "\e06d";
}
.typcn-eye-outline:before {
  content: "\e06e";
}
.typcn-eye:before {
  content: "\e06f";
}
.typcn-feather:before {
  content: "\e070";
}
.typcn-film:before {
  content: "\e071";
}
.typcn-filter:before {
  content: "\e072";
}
.typcn-flag-outline:before {
  content: "\e073";
}
.typcn-flag:before {
  content: "\e074";
}
.typcn-flash-outline:before {
  content: "\e075";
}
.typcn-flash:before {
  content: "\e076";
}
.typcn-flow-children:before {
  content: "\e077";
}
.typcn-flow-merge:before {
  content: "\e078";
}
.typcn-flow-parallel:before {
  content: "\e079";
}
.typcn-flow-switch:before {
  content: "\e07a";
}
.typcn-folder-add:before {
  content: "\e07b";
}
.typcn-folder-delete:before {
  content: "\e07c";
}
.typcn-folder-open:before {
  content: "\e07d";
}
.typcn-folder:before {
  content: "\e07e";
}
.typcn-gift:before {
  content: "\e07f";
}
.typcn-globe-outline:before {
  content: "\e080";
}
.typcn-globe:before {
  content: "\e081";
}
.typcn-group-outline:before {
  content: "\e082";
}
.typcn-group:before {
  content: "\e083";
}
.typcn-headphones:before {
  content: "\e084";
}
.typcn-heart-full-outline:before {
  content: "\e085";
}
.typcn-heart-half-outline:before {
  content: "\e086";
}
.typcn-heart-outline:before {
  content: "\e087";
}
.typcn-heart:before {
  content: "\e088";
}
.typcn-home-outline:before {
  content: "\e089";
}
.typcn-home:before {
  content: "\e08a";
}
.typcn-html5:before {
  content: "\e08b";
}
.typcn-image-outline:before {
  content: "\e08c";
}
.typcn-image:before {
  content: "\e08d";
}
.typcn-infinity-outline:before {
  content: "\e08e";
}
.typcn-infinity:before {
  content: "\e08f";
}
.typcn-info-large-outline:before {
  content: "\e090";
}
.typcn-info-large:before {
  content: "\e091";
}
.typcn-info-outline:before {
  content: "\e092";
}
.typcn-info:before {
  content: "\e093";
}
.typcn-input-checked-outline:before {
  content: "\e094";
}
.typcn-input-checked:before {
  content: "\e095";
}
.typcn-key-outline:before {
  content: "\e096";
}
.typcn-key:before {
  content: "\e097";
}
.typcn-keyboard:before {
  content: "\e098";
}
.typcn-leaf:before {
  content: "\e099";
}
.typcn-lightbulb:before {
  content: "\e09a";
}
.typcn-link-outline:before {
  content: "\e09b";
}
.typcn-link:before {
  content: "\e09c";
}
.typcn-location-arrow-outline:before {
  content: "\e09d";
}
.typcn-location-arrow:before {
  content: "\e09e";
}
.typcn-location-outline:before {
  content: "\e09f";
}
.typcn-location:before {
  content: "\e0a0";
}
.typcn-lock-closed-outline:before {
  content: "\e0a1";
}
.typcn-lock-closed:before {
  content: "\e0a2";
}
.typcn-lock-open-outline:before {
  content: "\e0a3";
}
.typcn-lock-open:before {
  content: "\e0a4";
}
.typcn-mail:before {
  content: "\e0a5";
}
.typcn-map:before {
  content: "\e0a6";
}
.typcn-media-eject-outline:before {
  content: "\e0a7";
}
.typcn-media-eject:before {
  content: "\e0a8";
}
.typcn-media-fast-forward-outline:before {
  content: "\e0a9";
}
.typcn-media-fast-forward:before {
  content: "\e0aa";
}
.typcn-media-pause-outline:before {
  content: "\e0ab";
}
.typcn-media-pause:before {
  content: "\e0ac";
}
.typcn-media-play-outline:before {
  content: "\e0ad";
}
.typcn-media-play-reverse-outline:before {
  content: "\e0ae";
}
.typcn-media-play-reverse:before {
  content: "\e0af";
}
.typcn-media-play:before {
  content: "\e0b0";
}
.typcn-media-record-outline:before {
  content: "\e0b1";
}
.typcn-media-record:before {
  content: "\e0b2";
}
.typcn-media-rewind-outline:before {
  content: "\e0b3";
}
.typcn-media-rewind:before {
  content: "\e0b4";
}
.typcn-media-stop-outline:before {
  content: "\e0b5";
}
.typcn-media-stop:before {
  content: "\e0b6";
}
.typcn-message-typing:before {
  content: "\e0b7";
}
.typcn-message:before {
  content: "\e0b8";
}
.typcn-messages:before {
  content: "\e0b9";
}
.typcn-microphone-outline:before {
  content: "\e0ba";
}
.typcn-microphone:before {
  content: "\e0bb";
}
.typcn-minus-outline:before {
  content: "\e0bc";
}
.typcn-minus:before {
  content: "\e0bd";
}
.typcn-mortar-board:before {
  content: "\e0be";
}
.typcn-news:before {
  content: "\e0bf";
}
.typcn-notes-outline:before {
  content: "\e0c0";
}
.typcn-notes:before {
  content: "\e0c1";
}
.typcn-pen:before {
  content: "\e0c2";
}
.typcn-pencil:before {
  content: "\e0c3";
}
.typcn-phone-outline:before {
  content: "\e0c4";
}
.typcn-phone:before {
  content: "\e0c5";
}
.typcn-pi-outline:before {
  content: "\e0c6";
}
.typcn-pi:before {
  content: "\e0c7";
}
.typcn-pin-outline:before {
  content: "\e0c8";
}
.typcn-pin:before {
  content: "\e0c9";
}
.typcn-pipette:before {
  content: "\e0ca";
}
.typcn-plane-outline:before {
  content: "\e0cb";
}
.typcn-plane:before {
  content: "\e0cc";
}
.typcn-plug:before {
  content: "\e0cd";
}
.typcn-plus-outline:before {
  content: "\e0ce";
}
.typcn-plus:before {
  content: "\e0cf";
}
.typcn-point-of-interest-outline:before {
  content: "\e0d0";
}
.typcn-point-of-interest:before {
  content: "\e0d1";
}
.typcn-power-outline:before {
  content: "\e0d2";
}
.typcn-power:before {
  content: "\e0d3";
}
.typcn-printer:before {
  content: "\e0d4";
}
.typcn-puzzle-outline:before {
  content: "\e0d5";
}
.typcn-puzzle:before {
  content: "\e0d6";
}
.typcn-radar-outline:before {
  content: "\e0d7";
}
.typcn-radar:before {
  content: "\e0d8";
}
.typcn-refresh-outline:before {
  content: "\e0d9";
}
.typcn-refresh:before {
  content: "\e0da";
}
.typcn-rss-outline:before {
  content: "\e0db";
}
.typcn-rss:before {
  content: "\e0dc";
}
.typcn-scissors-outline:before {
  content: "\e0dd";
}
.typcn-scissors:before {
  content: "\e0de";
}
.typcn-shopping-bag:before {
  content: "\e0df";
}
.typcn-shopping-cart:before {
  content: "\e0e0";
}
.typcn-social-at-circular:before {
  content: "\e0e1";
}
.typcn-social-dribbble-circular:before {
  content: "\e0e2";
}
.typcn-social-dribbble:before {
  content: "\e0e3";
}
.typcn-social-facebook-circular:before {
  content: "\e0e4";
}
.typcn-social-facebook:before {
  content: "\e0e5";
}
.typcn-social-flickr-circular:before {
  content: "\e0e6";
}
.typcn-social-flickr:before {
  content: "\e0e7";
}
.typcn-social-github-circular:before {
  content: "\e0e8";
}
.typcn-social-github:before {
  content: "\e0e9";
}
.typcn-social-google-plus-circular:before {
  content: "\e0ea";
}
.typcn-social-google-plus:before {
  content: "\e0eb";
}
.typcn-social-instagram-circular:before {
  content: "\e0ec";
}
.typcn-social-instagram:before {
  content: "\e0ed";
}
.typcn-social-last-fm-circular:before {
  content: "\e0ee";
}
.typcn-social-last-fm:before {
  content: "\e0ef";
}
.typcn-social-linkedin-circular:before {
  content: "\e0f0";
}
.typcn-social-linkedin:before {
  content: "\e0f1";
}
.typcn-social-pinterest-circular:before {
  content: "\e0f2";
}
.typcn-social-pinterest:before {
  content: "\e0f3";
}
.typcn-social-skype-outline:before {
  content: "\e0f4";
}
.typcn-social-skype:before {
  content: "\e0f5";
}
.typcn-social-tumbler-circular:before {
  content: "\e0f6";
}
.typcn-social-tumbler:before {
  content: "\e0f7";
}
.typcn-social-twitter-circular:before {
  content: "\e0f8";
}
.typcn-social-twitter:before {
  content: "\e0f9";
}
.typcn-social-vimeo-circular:before {
  content: "\e0fa";
}
.typcn-social-vimeo:before {
  content: "\e0fb";
}
.typcn-social-youtube-circular:before {
  content: "\e0fc";
}
.typcn-social-youtube:before {
  content: "\e0fd";
}
.typcn-sort-alphabetically-outline:before {
  content: "\e0fe";
}
.typcn-sort-alphabetically:before {
  content: "\e0ff";
}
.typcn-sort-numerically-outline:before {
  content: "\e100";
}
.typcn-sort-numerically:before {
  content: "\e101";
}
.typcn-spanner-outline:before {
  content: "\e102";
}
.typcn-spanner:before {
  content: "\e103";
}
.typcn-spiral:before {
  content: "\e104";
}
.typcn-star-full-outline:before {
  content: "\e105";
}
.typcn-star-half-outline:before {
  content: "\e106";
}
.typcn-star-half:before {
  content: "\e107";
}
.typcn-star-outline:before {
  content: "\e108";
}
.typcn-star:before {
  content: "\e109";
}
.typcn-starburst-outline:before {
  content: "\e10a";
}
.typcn-starburst:before {
  content: "\e10b";
}
.typcn-stopwatch:before {
  content: "\e10c";
}
.typcn-support:before {
  content: "\e10d";
}
.typcn-tabs-outline:before {
  content: "\e10e";
}
.typcn-tag:before {
  content: "\e10f";
}
.typcn-tags:before {
  content: "\e110";
}
.typcn-th-large-outline:before {
  content: "\e111";
}
.typcn-th-large:before {
  content: "\e112";
}
.typcn-th-list-outline:before {
  content: "\e113";
}
.typcn-th-list:before {
  content: "\e114";
}
.typcn-th-menu-outline:before {
  content: "\e115";
}
.typcn-th-menu:before {
  content: "\e116";
}
.typcn-th-small-outline:before {
  content: "\e117";
}
.typcn-th-small:before {
  content: "\e118";
}
.typcn-thermometer:before {
  content: "\e119";
}
.typcn-thumbs-down:before {
  content: "\e11a";
}
.typcn-thumbs-ok:before {
  content: "\e11b";
}
.typcn-thumbs-up:before {
  content: "\e11c";
}
.typcn-tick-outline:before {
  content: "\e11d";
}
.typcn-tick:before {
  content: "\e11e";
}
.typcn-ticket:before {
  content: "\e11f";
}
.typcn-time:before {
  content: "\e120";
}
.typcn-times-outline:before {
  content: "\e121";
}
.typcn-times:before {
  content: "\e122";
}
.typcn-trash:before {
  content: "\e123";
}
.typcn-tree:before {
  content: "\e124";
}
.typcn-upload-outline:before {
  content: "\e125";
}
.typcn-upload:before {
  content: "\e126";
}
.typcn-user-add-outline:before {
  content: "\e127";
}
.typcn-user-add:before {
  content: "\e128";
}
.typcn-user-delete-outline:before {
  content: "\e129";
}
.typcn-user-delete:before {
  content: "\e12a";
}
.typcn-user-outline:before {
  content: "\e12b";
}
.typcn-user:before {
  content: "\e12c";
}
.typcn-vendor-android:before {
  content: "\e12d";
}
.typcn-vendor-apple:before {
  content: "\e12e";
}
.typcn-vendor-microsoft:before {
  content: "\e12f";
}
.typcn-video-outline:before {
  content: "\e130";
}
.typcn-video:before {
  content: "\e131";
}
.typcn-volume-down:before {
  content: "\e132";
}
.typcn-volume-mute:before {
  content: "\e133";
}
.typcn-volume-up:before {
  content: "\e134";
}
.typcn-volume:before {
  content: "\e135";
}
.typcn-warning-outline:before {
  content: "\e136";
}
.typcn-warning:before {
  content: "\e137";
}
.typcn-watch:before {
  content: "\e138";
}
.typcn-waves-outline:before {
  content: "\e139";
}
.typcn-waves:before {
  content: "\e13a";
}
.typcn-weather-cloudy:before {
  content: "\e13b";
}
.typcn-weather-downpour:before {
  content: "\e13c";
}
.typcn-weather-night:before {
  content: "\e13d";
}
.typcn-weather-partly-sunny:before {
  content: "\e13e";
}
.typcn-weather-shower:before {
  content: "\e13f";
}
.typcn-weather-snow:before {
  content: "\e140";
}
.typcn-weather-stormy:before {
  content: "\e141";
}
.typcn-weather-sunny:before {
  content: "\e142";
}
.typcn-weather-windy-cloudy:before {
  content: "\e143";
}
.typcn-weather-windy:before {
  content: "\e144";
}
.typcn-wi-fi-outline:before {
  content: "\e145";
}
.typcn-wi-fi:before {
  content: "\e146";
}
.typcn-wine:before {
  content: "\e147";
}
.typcn-world-outline:before {
  content: "\e148";
}
.typcn-world:before {
  content: "\e149";
}
.typcn-zoom-in-outline:before {
  content: "\e14a";
}
.typcn-zoom-in:before {
  content: "\e14b";
}
.typcn-zoom-out-outline:before {
  content: "\e14c";
}
.typcn-zoom-out:before {
  content: "\e14d";
}
.typcn-zoom-outline:before {
  content: "\e14e";
}
.typcn-zoom:before {
  content: "\e14f";
}

/* src/assets/iconfonts/materialdesignicons/materialdesignicons.css */
@font-face {
  font-family: "Material Design Icons";
  src: url("./media/materialdesignicons-webfont.eot");
  src:
    url("./media/materialdesignicons-webfont.eot") format("embedded-opentype"),
    url("./media/materialdesignicons-webfont.woff2") format("woff2"),
    url("./media/materialdesignicons-webfont.woff") format("woff"),
    url("./media/materialdesignicons-webfont.ttf") format("truetype"),
    url("./media/materialdesignicons-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mdi-access-point:before {
  content: "\f002";
}
.mdi-access-point-network:before {
  content: "\f003";
}
.mdi-account:before {
  content: "\f004";
}
.mdi-account-alert:before {
  content: "\f005";
}
.mdi-account-box:before {
  content: "\f006";
}
.mdi-account-box-outline:before {
  content: "\f007";
}
.mdi-account-card-details:before {
  content: "\f5d2";
}
.mdi-account-check:before {
  content: "\f008";
}
.mdi-account-circle:before {
  content: "\f009";
}
.mdi-account-convert:before {
  content: "\f00a";
}
.mdi-account-edit:before {
  content: "\f6bb";
}
.mdi-account-key:before {
  content: "\f00b";
}
.mdi-account-location:before {
  content: "\f00c";
}
.mdi-account-minus:before {
  content: "\f00d";
}
.mdi-account-multiple:before {
  content: "\f00e";
}
.mdi-account-multiple-minus:before {
  content: "\f5d3";
}
.mdi-account-multiple-outline:before {
  content: "\f00f";
}
.mdi-account-multiple-plus:before {
  content: "\f010";
}
.mdi-account-network:before {
  content: "\f011";
}
.mdi-account-off:before {
  content: "\f012";
}
.mdi-account-outline:before {
  content: "\f013";
}
.mdi-account-plus:before {
  content: "\f014";
}
.mdi-account-remove:before {
  content: "\f015";
}
.mdi-account-search:before {
  content: "\f016";
}
.mdi-account-settings:before {
  content: "\f630";
}
.mdi-account-settings-variant:before {
  content: "\f631";
}
.mdi-account-star:before {
  content: "\f017";
}
.mdi-account-switch:before {
  content: "\f019";
}
.mdi-adjust:before {
  content: "\f01a";
}
.mdi-air-conditioner:before {
  content: "\f01b";
}
.mdi-airballoon:before {
  content: "\f01c";
}
.mdi-airplane:before {
  content: "\f01d";
}
.mdi-airplane-landing:before {
  content: "\f5d4";
}
.mdi-airplane-off:before {
  content: "\f01e";
}
.mdi-airplane-takeoff:before {
  content: "\f5d5";
}
.mdi-airplay:before {
  content: "\f01f";
}
.mdi-alarm:before {
  content: "\f020";
}
.mdi-alarm-bell:before {
  content: "\f78d";
}
.mdi-alarm-check:before {
  content: "\f021";
}
.mdi-alarm-light:before {
  content: "\f78e";
}
.mdi-alarm-multiple:before {
  content: "\f022";
}
.mdi-alarm-off:before {
  content: "\f023";
}
.mdi-alarm-plus:before {
  content: "\f024";
}
.mdi-alarm-snooze:before {
  content: "\f68d";
}
.mdi-album:before {
  content: "\f025";
}
.mdi-alert:before {
  content: "\f026";
}
.mdi-alert-box:before {
  content: "\f027";
}
.mdi-alert-circle:before {
  content: "\f028";
}
.mdi-alert-circle-outline:before {
  content: "\f5d6";
}
.mdi-alert-decagram:before {
  content: "\f6bc";
}
.mdi-alert-octagon:before {
  content: "\f029";
}
.mdi-alert-octagram:before {
  content: "\f766";
}
.mdi-alert-outline:before {
  content: "\f02a";
}
.mdi-all-inclusive:before {
  content: "\f6bd";
}
.mdi-alpha:before {
  content: "\f02b";
}
.mdi-alphabetical:before {
  content: "\f02c";
}
.mdi-altimeter:before {
  content: "\f5d7";
}
.mdi-amazon:before {
  content: "\f02d";
}
.mdi-amazon-clouddrive:before {
  content: "\f02e";
}
.mdi-ambulance:before {
  content: "\f02f";
}
.mdi-amplifier:before {
  content: "\f030";
}
.mdi-anchor:before {
  content: "\f031";
}
.mdi-android:before {
  content: "\f032";
}
.mdi-android-debug-bridge:before {
  content: "\f033";
}
.mdi-android-head:before {
  content: "\f78f";
}
.mdi-android-studio:before {
  content: "\f034";
}
.mdi-angular:before {
  content: "\f6b1";
}
.mdi-angularjs:before {
  content: "\f6be";
}
.mdi-animation:before {
  content: "\f5d8";
}
.mdi-apple:before {
  content: "\f035";
}
.mdi-apple-finder:before {
  content: "\f036";
}
.mdi-apple-ios:before {
  content: "\f037";
}
.mdi-apple-keyboard-caps:before {
  content: "\f632";
}
.mdi-apple-keyboard-command:before {
  content: "\f633";
}
.mdi-apple-keyboard-control:before {
  content: "\f634";
}
.mdi-apple-keyboard-option:before {
  content: "\f635";
}
.mdi-apple-keyboard-shift:before {
  content: "\f636";
}
.mdi-apple-mobileme:before {
  content: "\f038";
}
.mdi-apple-safari:before {
  content: "\f039";
}
.mdi-application:before {
  content: "\f614";
}
.mdi-approval:before {
  content: "\f790";
}
.mdi-apps:before {
  content: "\f03b";
}
.mdi-archive:before {
  content: "\f03c";
}
.mdi-arrange-bring-forward:before {
  content: "\f03d";
}
.mdi-arrange-bring-to-front:before {
  content: "\f03e";
}
.mdi-arrange-send-backward:before {
  content: "\f03f";
}
.mdi-arrange-send-to-back:before {
  content: "\f040";
}
.mdi-arrow-all:before {
  content: "\f041";
}
.mdi-arrow-bottom-left:before {
  content: "\f042";
}
.mdi-arrow-bottom-right:before {
  content: "\f043";
}
.mdi-arrow-collapse:before {
  content: "\f615";
}
.mdi-arrow-collapse-all:before {
  content: "\f044";
}
.mdi-arrow-collapse-down:before {
  content: "\f791";
}
.mdi-arrow-collapse-left:before {
  content: "\f792";
}
.mdi-arrow-collapse-right:before {
  content: "\f793";
}
.mdi-arrow-collapse-up:before {
  content: "\f794";
}
.mdi-arrow-down:before {
  content: "\f045";
}
.mdi-arrow-down-bold:before {
  content: "\f72d";
}
.mdi-arrow-down-bold-box:before {
  content: "\f72e";
}
.mdi-arrow-down-bold-box-outline:before {
  content: "\f72f";
}
.mdi-arrow-down-bold-circle:before {
  content: "\f047";
}
.mdi-arrow-down-bold-circle-outline:before {
  content: "\f048";
}
.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\f049";
}
.mdi-arrow-down-box:before {
  content: "\f6bf";
}
.mdi-arrow-down-drop-circle:before {
  content: "\f04a";
}
.mdi-arrow-down-drop-circle-outline:before {
  content: "\f04b";
}
.mdi-arrow-down-thick:before {
  content: "\f046";
}
.mdi-arrow-expand:before {
  content: "\f616";
}
.mdi-arrow-expand-all:before {
  content: "\f04c";
}
.mdi-arrow-expand-down:before {
  content: "\f795";
}
.mdi-arrow-expand-left:before {
  content: "\f796";
}
.mdi-arrow-expand-right:before {
  content: "\f797";
}
.mdi-arrow-expand-up:before {
  content: "\f798";
}
.mdi-arrow-left:before {
  content: "\f04d";
}
.mdi-arrow-left-bold:before {
  content: "\f730";
}
.mdi-arrow-left-bold-box:before {
  content: "\f731";
}
.mdi-arrow-left-bold-box-outline:before {
  content: "\f732";
}
.mdi-arrow-left-bold-circle:before {
  content: "\f04f";
}
.mdi-arrow-left-bold-circle-outline:before {
  content: "\f050";
}
.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\f051";
}
.mdi-arrow-left-box:before {
  content: "\f6c0";
}
.mdi-arrow-left-drop-circle:before {
  content: "\f052";
}
.mdi-arrow-left-drop-circle-outline:before {
  content: "\f053";
}
.mdi-arrow-left-thick:before {
  content: "\f04e";
}
.mdi-arrow-right:before {
  content: "\f054";
}
.mdi-arrow-right-bold:before {
  content: "\f733";
}
.mdi-arrow-right-bold-box:before {
  content: "\f734";
}
.mdi-arrow-right-bold-box-outline:before {
  content: "\f735";
}
.mdi-arrow-right-bold-circle:before {
  content: "\f056";
}
.mdi-arrow-right-bold-circle-outline:before {
  content: "\f057";
}
.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\f058";
}
.mdi-arrow-right-box:before {
  content: "\f6c1";
}
.mdi-arrow-right-drop-circle:before {
  content: "\f059";
}
.mdi-arrow-right-drop-circle-outline:before {
  content: "\f05a";
}
.mdi-arrow-right-thick:before {
  content: "\f055";
}
.mdi-arrow-top-left:before {
  content: "\f05b";
}
.mdi-arrow-top-right:before {
  content: "\f05c";
}
.mdi-arrow-up:before {
  content: "\f05d";
}
.mdi-arrow-up-bold:before {
  content: "\f736";
}
.mdi-arrow-up-bold-box:before {
  content: "\f737";
}
.mdi-arrow-up-bold-box-outline:before {
  content: "\f738";
}
.mdi-arrow-up-bold-circle:before {
  content: "\f05f";
}
.mdi-arrow-up-bold-circle-outline:before {
  content: "\f060";
}
.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\f061";
}
.mdi-arrow-up-box:before {
  content: "\f6c2";
}
.mdi-arrow-up-drop-circle:before {
  content: "\f062";
}
.mdi-arrow-up-drop-circle-outline:before {
  content: "\f063";
}
.mdi-arrow-up-thick:before {
  content: "\f05e";
}
.mdi-assistant:before {
  content: "\f064";
}
.mdi-asterisk:before {
  content: "\f6c3";
}
.mdi-at:before {
  content: "\f065";
}
.mdi-atom:before {
  content: "\f767";
}
.mdi-attachment:before {
  content: "\f066";
}
.mdi-audiobook:before {
  content: "\f067";
}
.mdi-auto-fix:before {
  content: "\f068";
}
.mdi-auto-upload:before {
  content: "\f069";
}
.mdi-autorenew:before {
  content: "\f06a";
}
.mdi-av-timer:before {
  content: "\f06b";
}
.mdi-baby:before {
  content: "\f06c";
}
.mdi-baby-buggy:before {
  content: "\f68e";
}
.mdi-backburger:before {
  content: "\f06d";
}
.mdi-backspace:before {
  content: "\f06e";
}
.mdi-backup-restore:before {
  content: "\f06f";
}
.mdi-bandcamp:before {
  content: "\f674";
}
.mdi-bank:before {
  content: "\f070";
}
.mdi-barcode:before {
  content: "\f071";
}
.mdi-barcode-scan:before {
  content: "\f072";
}
.mdi-barley:before {
  content: "\f073";
}
.mdi-barrel:before {
  content: "\f074";
}
.mdi-basecamp:before {
  content: "\f075";
}
.mdi-basket:before {
  content: "\f076";
}
.mdi-basket-fill:before {
  content: "\f077";
}
.mdi-basket-unfill:before {
  content: "\f078";
}
.mdi-battery:before {
  content: "\f079";
}
.mdi-battery-10:before {
  content: "\f07a";
}
.mdi-battery-20:before {
  content: "\f07b";
}
.mdi-battery-30:before {
  content: "\f07c";
}
.mdi-battery-40:before {
  content: "\f07d";
}
.mdi-battery-50:before {
  content: "\f07e";
}
.mdi-battery-60:before {
  content: "\f07f";
}
.mdi-battery-70:before {
  content: "\f080";
}
.mdi-battery-80:before {
  content: "\f081";
}
.mdi-battery-90:before {
  content: "\f082";
}
.mdi-battery-alert:before {
  content: "\f083";
}
.mdi-battery-charging:before {
  content: "\f084";
}
.mdi-battery-charging-100:before {
  content: "\f085";
}
.mdi-battery-charging-20:before {
  content: "\f086";
}
.mdi-battery-charging-30:before {
  content: "\f087";
}
.mdi-battery-charging-40:before {
  content: "\f088";
}
.mdi-battery-charging-60:before {
  content: "\f089";
}
.mdi-battery-charging-80:before {
  content: "\f08a";
}
.mdi-battery-charging-90:before {
  content: "\f08b";
}
.mdi-battery-minus:before {
  content: "\f08c";
}
.mdi-battery-negative:before {
  content: "\f08d";
}
.mdi-battery-outline:before {
  content: "\f08e";
}
.mdi-battery-plus:before {
  content: "\f08f";
}
.mdi-battery-positive:before {
  content: "\f090";
}
.mdi-battery-unknown:before {
  content: "\f091";
}
.mdi-beach:before {
  content: "\f092";
}
.mdi-beaker:before {
  content: "\f68f";
}
.mdi-beats:before {
  content: "\f097";
}
.mdi-beer:before {
  content: "\f098";
}
.mdi-behance:before {
  content: "\f099";
}
.mdi-bell:before {
  content: "\f09a";
}
.mdi-bell-off:before {
  content: "\f09b";
}
.mdi-bell-outline:before {
  content: "\f09c";
}
.mdi-bell-plus:before {
  content: "\f09d";
}
.mdi-bell-ring:before {
  content: "\f09e";
}
.mdi-bell-ring-outline:before {
  content: "\f09f";
}
.mdi-bell-sleep:before {
  content: "\f0a0";
}
.mdi-beta:before {
  content: "\f0a1";
}
.mdi-bible:before {
  content: "\f0a2";
}
.mdi-bike:before {
  content: "\f0a3";
}
.mdi-bing:before {
  content: "\f0a4";
}
.mdi-binoculars:before {
  content: "\f0a5";
}
.mdi-bio:before {
  content: "\f0a6";
}
.mdi-biohazard:before {
  content: "\f0a7";
}
.mdi-bitbucket:before {
  content: "\f0a8";
}
.mdi-black-mesa:before {
  content: "\f0a9";
}
.mdi-blackberry:before {
  content: "\f0aa";
}
.mdi-blender:before {
  content: "\f0ab";
}
.mdi-blinds:before {
  content: "\f0ac";
}
.mdi-block-helper:before {
  content: "\f0ad";
}
.mdi-blogger:before {
  content: "\f0ae";
}
.mdi-bluetooth:before {
  content: "\f0af";
}
.mdi-bluetooth-audio:before {
  content: "\f0b0";
}
.mdi-bluetooth-connect:before {
  content: "\f0b1";
}
.mdi-bluetooth-off:before {
  content: "\f0b2";
}
.mdi-bluetooth-settings:before {
  content: "\f0b3";
}
.mdi-bluetooth-transfer:before {
  content: "\f0b4";
}
.mdi-blur:before {
  content: "\f0b5";
}
.mdi-blur-linear:before {
  content: "\f0b6";
}
.mdi-blur-off:before {
  content: "\f0b7";
}
.mdi-blur-radial:before {
  content: "\f0b8";
}
.mdi-bomb:before {
  content: "\f690";
}
.mdi-bomb-off:before {
  content: "\f6c4";
}
.mdi-bone:before {
  content: "\f0b9";
}
.mdi-book:before {
  content: "\f0ba";
}
.mdi-book-minus:before {
  content: "\f5d9";
}
.mdi-book-multiple:before {
  content: "\f0bb";
}
.mdi-book-multiple-variant:before {
  content: "\f0bc";
}
.mdi-book-open:before {
  content: "\f0bd";
}
.mdi-book-open-page-variant:before {
  content: "\f5da";
}
.mdi-book-open-variant:before {
  content: "\f0be";
}
.mdi-book-plus:before {
  content: "\f5db";
}
.mdi-book-secure:before {
  content: "\f799";
}
.mdi-book-unsecure:before {
  content: "\f79a";
}
.mdi-book-variant:before {
  content: "\f0bf";
}
.mdi-bookmark:before {
  content: "\f0c0";
}
.mdi-bookmark-check:before {
  content: "\f0c1";
}
.mdi-bookmark-music:before {
  content: "\f0c2";
}
.mdi-bookmark-outline:before {
  content: "\f0c3";
}
.mdi-bookmark-plus:before {
  content: "\f0c5";
}
.mdi-bookmark-plus-outline:before {
  content: "\f0c4";
}
.mdi-bookmark-remove:before {
  content: "\f0c6";
}
.mdi-boombox:before {
  content: "\f5dc";
}
.mdi-bootstrap:before {
  content: "\f6c5";
}
.mdi-border-all:before {
  content: "\f0c7";
}
.mdi-border-bottom:before {
  content: "\f0c8";
}
.mdi-border-color:before {
  content: "\f0c9";
}
.mdi-border-horizontal:before {
  content: "\f0ca";
}
.mdi-border-inside:before {
  content: "\f0cb";
}
.mdi-border-left:before {
  content: "\f0cc";
}
.mdi-border-none:before {
  content: "\f0cd";
}
.mdi-border-outside:before {
  content: "\f0ce";
}
.mdi-border-right:before {
  content: "\f0cf";
}
.mdi-border-style:before {
  content: "\f0d0";
}
.mdi-border-top:before {
  content: "\f0d1";
}
.mdi-border-vertical:before {
  content: "\f0d2";
}
.mdi-bow-tie:before {
  content: "\f677";
}
.mdi-bowl:before {
  content: "\f617";
}
.mdi-bowling:before {
  content: "\f0d3";
}
.mdi-box:before {
  content: "\f0d4";
}
.mdi-box-cutter:before {
  content: "\f0d5";
}
.mdi-box-shadow:before {
  content: "\f637";
}
.mdi-bridge:before {
  content: "\f618";
}
.mdi-briefcase:before {
  content: "\f0d6";
}
.mdi-briefcase-check:before {
  content: "\f0d7";
}
.mdi-briefcase-download:before {
  content: "\f0d8";
}
.mdi-briefcase-upload:before {
  content: "\f0d9";
}
.mdi-brightness-1:before {
  content: "\f0da";
}
.mdi-brightness-2:before {
  content: "\f0db";
}
.mdi-brightness-3:before {
  content: "\f0dc";
}
.mdi-brightness-4:before {
  content: "\f0dd";
}
.mdi-brightness-5:before {
  content: "\f0de";
}
.mdi-brightness-6:before {
  content: "\f0df";
}
.mdi-brightness-7:before {
  content: "\f0e0";
}
.mdi-brightness-auto:before {
  content: "\f0e1";
}
.mdi-broom:before {
  content: "\f0e2";
}
.mdi-brush:before {
  content: "\f0e3";
}
.mdi-buffer:before {
  content: "\f619";
}
.mdi-bug:before {
  content: "\f0e4";
}
.mdi-bulletin-board:before {
  content: "\f0e5";
}
.mdi-bullhorn:before {
  content: "\f0e6";
}
.mdi-bullseye:before {
  content: "\f5dd";
}
.mdi-burst-mode:before {
  content: "\f5de";
}
.mdi-bus:before {
  content: "\f0e7";
}
.mdi-bus-articulated-end:before {
  content: "\f79b";
}
.mdi-bus-articulated-front:before {
  content: "\f79c";
}
.mdi-bus-double-decker:before {
  content: "\f79d";
}
.mdi-bus-school:before {
  content: "\f79e";
}
.mdi-bus-side:before {
  content: "\f79f";
}
.mdi-cached:before {
  content: "\f0e8";
}
.mdi-cake:before {
  content: "\f0e9";
}
.mdi-cake-layered:before {
  content: "\f0ea";
}
.mdi-cake-variant:before {
  content: "\f0eb";
}
.mdi-calculator:before {
  content: "\f0ec";
}
.mdi-calendar:before {
  content: "\f0ed";
}
.mdi-calendar-blank:before {
  content: "\f0ee";
}
.mdi-calendar-check:before {
  content: "\f0ef";
}
.mdi-calendar-clock:before {
  content: "\f0f0";
}
.mdi-calendar-multiple:before {
  content: "\f0f1";
}
.mdi-calendar-multiple-check:before {
  content: "\f0f2";
}
.mdi-calendar-plus:before {
  content: "\f0f3";
}
.mdi-calendar-question:before {
  content: "\f691";
}
.mdi-calendar-range:before {
  content: "\f678";
}
.mdi-calendar-remove:before {
  content: "\f0f4";
}
.mdi-calendar-text:before {
  content: "\f0f5";
}
.mdi-calendar-today:before {
  content: "\f0f6";
}
.mdi-call-made:before {
  content: "\f0f7";
}
.mdi-call-merge:before {
  content: "\f0f8";
}
.mdi-call-missed:before {
  content: "\f0f9";
}
.mdi-call-received:before {
  content: "\f0fa";
}
.mdi-call-split:before {
  content: "\f0fb";
}
.mdi-camcorder:before {
  content: "\f0fc";
}
.mdi-camcorder-box:before {
  content: "\f0fd";
}
.mdi-camcorder-box-off:before {
  content: "\f0fe";
}
.mdi-camcorder-off:before {
  content: "\f0ff";
}
.mdi-camera:before {
  content: "\f100";
}
.mdi-camera-burst:before {
  content: "\f692";
}
.mdi-camera-enhance:before {
  content: "\f101";
}
.mdi-camera-front:before {
  content: "\f102";
}
.mdi-camera-front-variant:before {
  content: "\f103";
}
.mdi-camera-gopro:before {
  content: "\f7a0";
}
.mdi-camera-iris:before {
  content: "\f104";
}
.mdi-camera-metering-center:before {
  content: "\f7a1";
}
.mdi-camera-metering-matrix:before {
  content: "\f7a2";
}
.mdi-camera-metering-partial:before {
  content: "\f7a3";
}
.mdi-camera-metering-spot:before {
  content: "\f7a4";
}
.mdi-camera-off:before {
  content: "\f5df";
}
.mdi-camera-party-mode:before {
  content: "\f105";
}
.mdi-camera-rear:before {
  content: "\f106";
}
.mdi-camera-rear-variant:before {
  content: "\f107";
}
.mdi-camera-switch:before {
  content: "\f108";
}
.mdi-camera-timer:before {
  content: "\f109";
}
.mdi-cancel:before {
  content: "\f739";
}
.mdi-candle:before {
  content: "\f5e2";
}
.mdi-candycane:before {
  content: "\f10a";
}
.mdi-cannabis:before {
  content: "\f7a5";
}
.mdi-car:before {
  content: "\f10b";
}
.mdi-car-battery:before {
  content: "\f10c";
}
.mdi-car-connected:before {
  content: "\f10d";
}
.mdi-car-convertable:before {
  content: "\f7a6";
}
.mdi-car-estate:before {
  content: "\f7a7";
}
.mdi-car-hatchback:before {
  content: "\f7a8";
}
.mdi-car-pickup:before {
  content: "\f7a9";
}
.mdi-car-side:before {
  content: "\f7aa";
}
.mdi-car-sports:before {
  content: "\f7ab";
}
.mdi-car-wash:before {
  content: "\f10e";
}
.mdi-caravan:before {
  content: "\f7ac";
}
.mdi-cards:before {
  content: "\f638";
}
.mdi-cards-outline:before {
  content: "\f639";
}
.mdi-cards-playing-outline:before {
  content: "\f63a";
}
.mdi-cards-variant:before {
  content: "\f6c6";
}
.mdi-carrot:before {
  content: "\f10f";
}
.mdi-cart:before {
  content: "\f110";
}
.mdi-cart-off:before {
  content: "\f66b";
}
.mdi-cart-outline:before {
  content: "\f111";
}
.mdi-cart-plus:before {
  content: "\f112";
}
.mdi-case-sensitive-alt:before {
  content: "\f113";
}
.mdi-cash:before {
  content: "\f114";
}
.mdi-cash-100:before {
  content: "\f115";
}
.mdi-cash-multiple:before {
  content: "\f116";
}
.mdi-cash-usd:before {
  content: "\f117";
}
.mdi-cast:before {
  content: "\f118";
}
.mdi-cast-connected:before {
  content: "\f119";
}
.mdi-cast-off:before {
  content: "\f789";
}
.mdi-castle:before {
  content: "\f11a";
}
.mdi-cat:before {
  content: "\f11b";
}
.mdi-cctv:before {
  content: "\f7ad";
}
.mdi-ceiling-light:before {
  content: "\f768";
}
.mdi-cellphone:before {
  content: "\f11c";
}
.mdi-cellphone-android:before {
  content: "\f11d";
}
.mdi-cellphone-basic:before {
  content: "\f11e";
}
.mdi-cellphone-dock:before {
  content: "\f11f";
}
.mdi-cellphone-iphone:before {
  content: "\f120";
}
.mdi-cellphone-link:before {
  content: "\f121";
}
.mdi-cellphone-link-off:before {
  content: "\f122";
}
.mdi-cellphone-settings:before {
  content: "\f123";
}
.mdi-certificate:before {
  content: "\f124";
}
.mdi-chair-school:before {
  content: "\f125";
}
.mdi-chart-arc:before {
  content: "\f126";
}
.mdi-chart-areaspline:before {
  content: "\f127";
}
.mdi-chart-bar:before {
  content: "\f128";
}
.mdi-chart-bar-stacked:before {
  content: "\f769";
}
.mdi-chart-bubble:before {
  content: "\f5e3";
}
.mdi-chart-donut:before {
  content: "\f7ae";
}
.mdi-chart-donut-variant:before {
  content: "\f7af";
}
.mdi-chart-gantt:before {
  content: "\f66c";
}
.mdi-chart-histogram:before {
  content: "\f129";
}
.mdi-chart-line:before {
  content: "\f12a";
}
.mdi-chart-line-stacked:before {
  content: "\f76a";
}
.mdi-chart-line-variant:before {
  content: "\f7b0";
}
.mdi-chart-pie:before {
  content: "\f12b";
}
.mdi-chart-scatterplot-hexbin:before {
  content: "\f66d";
}
.mdi-chart-timeline:before {
  content: "\f66e";
}
.mdi-check:before {
  content: "\f12c";
}
.mdi-check-all:before {
  content: "\f12d";
}
.mdi-check-circle:before {
  content: "\f5e0";
}
.mdi-check-circle-outline:before {
  content: "\f5e1";
}
.mdi-checkbox-blank:before {
  content: "\f12e";
}
.mdi-checkbox-blank-circle:before {
  content: "\f12f";
}
.mdi-checkbox-blank-circle-outline:before {
  content: "\f130";
}
.mdi-checkbox-blank-outline:before {
  content: "\f131";
}
.mdi-checkbox-marked:before {
  content: "\f132";
}
.mdi-checkbox-marked-circle:before {
  content: "\f133";
}
.mdi-checkbox-marked-circle-outline:before {
  content: "\f134";
}
.mdi-checkbox-marked-outline:before {
  content: "\f135";
}
.mdi-checkbox-multiple-blank:before {
  content: "\f136";
}
.mdi-checkbox-multiple-blank-circle:before {
  content: "\f63b";
}
.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\f63c";
}
.mdi-checkbox-multiple-blank-outline:before {
  content: "\f137";
}
.mdi-checkbox-multiple-marked:before {
  content: "\f138";
}
.mdi-checkbox-multiple-marked-circle:before {
  content: "\f63d";
}
.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\f63e";
}
.mdi-checkbox-multiple-marked-outline:before {
  content: "\f139";
}
.mdi-checkerboard:before {
  content: "\f13a";
}
.mdi-chemical-weapon:before {
  content: "\f13b";
}
.mdi-chevron-double-down:before {
  content: "\f13c";
}
.mdi-chevron-double-left:before {
  content: "\f13d";
}
.mdi-chevron-double-right:before {
  content: "\f13e";
}
.mdi-chevron-double-up:before {
  content: "\f13f";
}
.mdi-chevron-down:before {
  content: "\f140";
}
.mdi-chevron-left:before {
  content: "\f141";
}
.mdi-chevron-right:before {
  content: "\f142";
}
.mdi-chevron-up:before {
  content: "\f143";
}
.mdi-chili-hot:before {
  content: "\f7b1";
}
.mdi-chili-medium:before {
  content: "\f7b2";
}
.mdi-chili-mild:before {
  content: "\f7b3";
}
.mdi-chip:before {
  content: "\f61a";
}
.mdi-church:before {
  content: "\f144";
}
.mdi-circle:before {
  content: "\f764";
}
.mdi-circle-outline:before {
  content: "\f765";
}
.mdi-cisco-webex:before {
  content: "\f145";
}
.mdi-city:before {
  content: "\f146";
}
.mdi-clipboard:before {
  content: "\f147";
}
.mdi-clipboard-account:before {
  content: "\f148";
}
.mdi-clipboard-alert:before {
  content: "\f149";
}
.mdi-clipboard-arrow-down:before {
  content: "\f14a";
}
.mdi-clipboard-arrow-left:before {
  content: "\f14b";
}
.mdi-clipboard-check:before {
  content: "\f14c";
}
.mdi-clipboard-flow:before {
  content: "\f6c7";
}
.mdi-clipboard-outline:before {
  content: "\f14d";
}
.mdi-clipboard-plus:before {
  content: "\f750";
}
.mdi-clipboard-text:before {
  content: "\f14e";
}
.mdi-clippy:before {
  content: "\f14f";
}
.mdi-clock:before {
  content: "\f150";
}
.mdi-clock-alert:before {
  content: "\f5ce";
}
.mdi-clock-end:before {
  content: "\f151";
}
.mdi-clock-fast:before {
  content: "\f152";
}
.mdi-clock-in:before {
  content: "\f153";
}
.mdi-clock-out:before {
  content: "\f154";
}
.mdi-clock-start:before {
  content: "\f155";
}
.mdi-close:before {
  content: "\f156";
}
.mdi-close-box:before {
  content: "\f157";
}
.mdi-close-box-outline:before {
  content: "\f158";
}
.mdi-close-circle:before {
  content: "\f159";
}
.mdi-close-circle-outline:before {
  content: "\f15a";
}
.mdi-close-network:before {
  content: "\f15b";
}
.mdi-close-octagon:before {
  content: "\f15c";
}
.mdi-close-octagon-outline:before {
  content: "\f15d";
}
.mdi-close-outline:before {
  content: "\f6c8";
}
.mdi-closed-caption:before {
  content: "\f15e";
}
.mdi-cloud:before {
  content: "\f15f";
}
.mdi-cloud-braces:before {
  content: "\f7b4";
}
.mdi-cloud-check:before {
  content: "\f160";
}
.mdi-cloud-circle:before {
  content: "\f161";
}
.mdi-cloud-download:before {
  content: "\f162";
}
.mdi-cloud-off-outline:before {
  content: "\f164";
}
.mdi-cloud-outline:before {
  content: "\f163";
}
.mdi-cloud-print:before {
  content: "\f165";
}
.mdi-cloud-print-outline:before {
  content: "\f166";
}
.mdi-cloud-sync:before {
  content: "\f63f";
}
.mdi-cloud-tags:before {
  content: "\f7b5";
}
.mdi-cloud-upload:before {
  content: "\f167";
}
.mdi-code-array:before {
  content: "\f168";
}
.mdi-code-braces:before {
  content: "\f169";
}
.mdi-code-brackets:before {
  content: "\f16a";
}
.mdi-code-equal:before {
  content: "\f16b";
}
.mdi-code-greater-than:before {
  content: "\f16c";
}
.mdi-code-greater-than-or-equal:before {
  content: "\f16d";
}
.mdi-code-less-than:before {
  content: "\f16e";
}
.mdi-code-less-than-or-equal:before {
  content: "\f16f";
}
.mdi-code-not-equal:before {
  content: "\f170";
}
.mdi-code-not-equal-variant:before {
  content: "\f171";
}
.mdi-code-parentheses:before {
  content: "\f172";
}
.mdi-code-string:before {
  content: "\f173";
}
.mdi-code-tags:before {
  content: "\f174";
}
.mdi-code-tags-check:before {
  content: "\f693";
}
.mdi-codepen:before {
  content: "\f175";
}
.mdi-coffee:before {
  content: "\f176";
}
.mdi-coffee-outline:before {
  content: "\f6c9";
}
.mdi-coffee-to-go:before {
  content: "\f177";
}
.mdi-coin:before {
  content: "\f178";
}
.mdi-coins:before {
  content: "\f694";
}
.mdi-collage:before {
  content: "\f640";
}
.mdi-color-helper:before {
  content: "\f179";
}
.mdi-comment:before {
  content: "\f17a";
}
.mdi-comment-account:before {
  content: "\f17b";
}
.mdi-comment-account-outline:before {
  content: "\f17c";
}
.mdi-comment-alert:before {
  content: "\f17d";
}
.mdi-comment-alert-outline:before {
  content: "\f17e";
}
.mdi-comment-check:before {
  content: "\f17f";
}
.mdi-comment-check-outline:before {
  content: "\f180";
}
.mdi-comment-multiple-outline:before {
  content: "\f181";
}
.mdi-comment-outline:before {
  content: "\f182";
}
.mdi-comment-plus-outline:before {
  content: "\f183";
}
.mdi-comment-processing:before {
  content: "\f184";
}
.mdi-comment-processing-outline:before {
  content: "\f185";
}
.mdi-comment-question-outline:before {
  content: "\f186";
}
.mdi-comment-remove-outline:before {
  content: "\f187";
}
.mdi-comment-text:before {
  content: "\f188";
}
.mdi-comment-text-outline:before {
  content: "\f189";
}
.mdi-compare:before {
  content: "\f18a";
}
.mdi-compass:before {
  content: "\f18b";
}
.mdi-compass-outline:before {
  content: "\f18c";
}
.mdi-console:before {
  content: "\f18d";
}
.mdi-console-line:before {
  content: "\f7b6";
}
.mdi-contact-mail:before {
  content: "\f18e";
}
.mdi-contacts:before {
  content: "\f6ca";
}
.mdi-content-copy:before {
  content: "\f18f";
}
.mdi-content-cut:before {
  content: "\f190";
}
.mdi-content-duplicate:before {
  content: "\f191";
}
.mdi-content-paste:before {
  content: "\f192";
}
.mdi-content-save:before {
  content: "\f193";
}
.mdi-content-save-all:before {
  content: "\f194";
}
.mdi-content-save-settings:before {
  content: "\f61b";
}
.mdi-contrast:before {
  content: "\f195";
}
.mdi-contrast-box:before {
  content: "\f196";
}
.mdi-contrast-circle:before {
  content: "\f197";
}
.mdi-cookie:before {
  content: "\f198";
}
.mdi-copyright:before {
  content: "\f5e6";
}
.mdi-corn:before {
  content: "\f7b7";
}
.mdi-counter:before {
  content: "\f199";
}
.mdi-cow:before {
  content: "\f19a";
}
.mdi-creation:before {
  content: "\f1c9";
}
.mdi-credit-card:before {
  content: "\f19b";
}
.mdi-credit-card-multiple:before {
  content: "\f19c";
}
.mdi-credit-card-off:before {
  content: "\f5e4";
}
.mdi-credit-card-plus:before {
  content: "\f675";
}
.mdi-credit-card-scan:before {
  content: "\f19d";
}
.mdi-crop:before {
  content: "\f19e";
}
.mdi-crop-free:before {
  content: "\f19f";
}
.mdi-crop-landscape:before {
  content: "\f1a0";
}
.mdi-crop-portrait:before {
  content: "\f1a1";
}
.mdi-crop-rotate:before {
  content: "\f695";
}
.mdi-crop-square:before {
  content: "\f1a2";
}
.mdi-crosshairs:before {
  content: "\f1a3";
}
.mdi-crosshairs-gps:before {
  content: "\f1a4";
}
.mdi-crown:before {
  content: "\f1a5";
}
.mdi-cube:before {
  content: "\f1a6";
}
.mdi-cube-outline:before {
  content: "\f1a7";
}
.mdi-cube-send:before {
  content: "\f1a8";
}
.mdi-cube-unfolded:before {
  content: "\f1a9";
}
.mdi-cup:before {
  content: "\f1aa";
}
.mdi-cup-off:before {
  content: "\f5e5";
}
.mdi-cup-water:before {
  content: "\f1ab";
}
.mdi-currency-btc:before {
  content: "\f1ac";
}
.mdi-currency-chf:before {
  content: "\f7b8";
}
.mdi-currency-cny:before {
  content: "\f7b9";
}
.mdi-currency-eth:before {
  content: "\f7ba";
}
.mdi-currency-eur:before {
  content: "\f1ad";
}
.mdi-currency-gbp:before {
  content: "\f1ae";
}
.mdi-currency-inr:before {
  content: "\f1af";
}
.mdi-currency-jpy:before {
  content: "\f7bb";
}
.mdi-currency-krw:before {
  content: "\f7bc";
}
.mdi-currency-ngn:before {
  content: "\f1b0";
}
.mdi-currency-rub:before {
  content: "\f1b1";
}
.mdi-currency-sign:before {
  content: "\f7bd";
}
.mdi-currency-try:before {
  content: "\f1b2";
}
.mdi-currency-twd:before {
  content: "\f7be";
}
.mdi-currency-usd:before {
  content: "\f1b3";
}
.mdi-currency-usd-off:before {
  content: "\f679";
}
.mdi-cursor-default:before {
  content: "\f1b4";
}
.mdi-cursor-default-outline:before {
  content: "\f1b5";
}
.mdi-cursor-move:before {
  content: "\f1b6";
}
.mdi-cursor-pointer:before {
  content: "\f1b7";
}
.mdi-cursor-text:before {
  content: "\f5e7";
}
.mdi-database:before {
  content: "\f1b8";
}
.mdi-database-minus:before {
  content: "\f1b9";
}
.mdi-database-plus:before {
  content: "\f1ba";
}
.mdi-debug-step-into:before {
  content: "\f1bb";
}
.mdi-debug-step-out:before {
  content: "\f1bc";
}
.mdi-debug-step-over:before {
  content: "\f1bd";
}
.mdi-decagram:before {
  content: "\f76b";
}
.mdi-decagram-outline:before {
  content: "\f76c";
}
.mdi-decimal-decrease:before {
  content: "\f1be";
}
.mdi-decimal-increase:before {
  content: "\f1bf";
}
.mdi-delete:before {
  content: "\f1c0";
}
.mdi-delete-circle:before {
  content: "\f682";
}
.mdi-delete-empty:before {
  content: "\f6cb";
}
.mdi-delete-forever:before {
  content: "\f5e8";
}
.mdi-delete-sweep:before {
  content: "\f5e9";
}
.mdi-delete-variant:before {
  content: "\f1c1";
}
.mdi-delta:before {
  content: "\f1c2";
}
.mdi-deskphone:before {
  content: "\f1c3";
}
.mdi-desktop-classic:before {
  content: "\f7bf";
}
.mdi-desktop-mac:before {
  content: "\f1c4";
}
.mdi-desktop-tower:before {
  content: "\f1c5";
}
.mdi-details:before {
  content: "\f1c6";
}
.mdi-developer-board:before {
  content: "\f696";
}
.mdi-deviantart:before {
  content: "\f1c7";
}
.mdi-dialpad:before {
  content: "\f61c";
}
.mdi-diamond:before {
  content: "\f1c8";
}
.mdi-dice-1:before {
  content: "\f1ca";
}
.mdi-dice-2:before {
  content: "\f1cb";
}
.mdi-dice-3:before {
  content: "\f1cc";
}
.mdi-dice-4:before {
  content: "\f1cd";
}
.mdi-dice-5:before {
  content: "\f1ce";
}
.mdi-dice-6:before {
  content: "\f1cf";
}
.mdi-dice-d10:before {
  content: "\f76e";
}
.mdi-dice-d20:before {
  content: "\f5ea";
}
.mdi-dice-d4:before {
  content: "\f5eb";
}
.mdi-dice-d6:before {
  content: "\f5ec";
}
.mdi-dice-d8:before {
  content: "\f5ed";
}
.mdi-dice-multiple:before {
  content: "\f76d";
}
.mdi-dictionary:before {
  content: "\f61d";
}
.mdi-dip-switch:before {
  content: "\f7c0";
}
.mdi-directions:before {
  content: "\f1d0";
}
.mdi-directions-fork:before {
  content: "\f641";
}
.mdi-discord:before {
  content: "\f66f";
}
.mdi-disk:before {
  content: "\f5ee";
}
.mdi-disk-alert:before {
  content: "\f1d1";
}
.mdi-disqus:before {
  content: "\f1d2";
}
.mdi-disqus-outline:before {
  content: "\f1d3";
}
.mdi-division:before {
  content: "\f1d4";
}
.mdi-division-box:before {
  content: "\f1d5";
}
.mdi-dna:before {
  content: "\f683";
}
.mdi-dns:before {
  content: "\f1d6";
}
.mdi-do-not-disturb:before {
  content: "\f697";
}
.mdi-do-not-disturb-off:before {
  content: "\f698";
}
.mdi-dolby:before {
  content: "\f6b2";
}
.mdi-domain:before {
  content: "\f1d7";
}
.mdi-donkey:before {
  content: "\f7c1";
}
.mdi-dots-horizontal:before {
  content: "\f1d8";
}
.mdi-dots-horizontal-circle:before {
  content: "\f7c2";
}
.mdi-dots-vertical:before {
  content: "\f1d9";
}
.mdi-dots-vertical-circle:before {
  content: "\f7c3";
}
.mdi-douban:before {
  content: "\f699";
}
.mdi-download:before {
  content: "\f1da";
}
.mdi-download-network:before {
  content: "\f6f3";
}
.mdi-drag:before {
  content: "\f1db";
}
.mdi-drag-horizontal:before {
  content: "\f1dc";
}
.mdi-drag-vertical:before {
  content: "\f1dd";
}
.mdi-drawing:before {
  content: "\f1de";
}
.mdi-drawing-box:before {
  content: "\f1df";
}
.mdi-dribbble:before {
  content: "\f1e0";
}
.mdi-dribbble-box:before {
  content: "\f1e1";
}
.mdi-drone:before {
  content: "\f1e2";
}
.mdi-dropbox:before {
  content: "\f1e3";
}
.mdi-drupal:before {
  content: "\f1e4";
}
.mdi-duck:before {
  content: "\f1e5";
}
.mdi-dumbbell:before {
  content: "\f1e6";
}
.mdi-ear-hearing:before {
  content: "\f7c4";
}
.mdi-earth:before {
  content: "\f1e7";
}
.mdi-earth-box:before {
  content: "\f6cc";
}
.mdi-earth-box-off:before {
  content: "\f6cd";
}
.mdi-earth-off:before {
  content: "\f1e8";
}
.mdi-edge:before {
  content: "\f1e9";
}
.mdi-eject:before {
  content: "\f1ea";
}
.mdi-elephant:before {
  content: "\f7c5";
}
.mdi-elevation-decline:before {
  content: "\f1eb";
}
.mdi-elevation-rise:before {
  content: "\f1ec";
}
.mdi-elevator:before {
  content: "\f1ed";
}
.mdi-email:before {
  content: "\f1ee";
}
.mdi-email-alert:before {
  content: "\f6ce";
}
.mdi-email-open:before {
  content: "\f1ef";
}
.mdi-email-open-outline:before {
  content: "\f5ef";
}
.mdi-email-outline:before {
  content: "\f1f0";
}
.mdi-email-secure:before {
  content: "\f1f1";
}
.mdi-email-variant:before {
  content: "\f5f0";
}
.mdi-emby:before {
  content: "\f6b3";
}
.mdi-emoticon:before {
  content: "\f1f2";
}
.mdi-emoticon-cool:before {
  content: "\f1f3";
}
.mdi-emoticon-dead:before {
  content: "\f69a";
}
.mdi-emoticon-devil:before {
  content: "\f1f4";
}
.mdi-emoticon-excited:before {
  content: "\f69b";
}
.mdi-emoticon-happy:before {
  content: "\f1f5";
}
.mdi-emoticon-neutral:before {
  content: "\f1f6";
}
.mdi-emoticon-poop:before {
  content: "\f1f7";
}
.mdi-emoticon-sad:before {
  content: "\f1f8";
}
.mdi-emoticon-tongue:before {
  content: "\f1f9";
}
.mdi-engine:before {
  content: "\f1fa";
}
.mdi-engine-outline:before {
  content: "\f1fb";
}
.mdi-equal:before {
  content: "\f1fc";
}
.mdi-equal-box:before {
  content: "\f1fd";
}
.mdi-eraser:before {
  content: "\f1fe";
}
.mdi-eraser-variant:before {
  content: "\f642";
}
.mdi-escalator:before {
  content: "\f1ff";
}
.mdi-ethernet:before {
  content: "\f200";
}
.mdi-ethernet-cable:before {
  content: "\f201";
}
.mdi-ethernet-cable-off:before {
  content: "\f202";
}
.mdi-etsy:before {
  content: "\f203";
}
.mdi-ev-station:before {
  content: "\f5f1";
}
.mdi-eventbrite:before {
  content: "\f7c6";
}
.mdi-evernote:before {
  content: "\f204";
}
.mdi-exclamation:before {
  content: "\f205";
}
.mdi-exit-to-app:before {
  content: "\f206";
}
.mdi-export:before {
  content: "\f207";
}
.mdi-eye:before {
  content: "\f208";
}
.mdi-eye-off:before {
  content: "\f209";
}
.mdi-eye-off-outline:before {
  content: "\f6d0";
}
.mdi-eye-outline:before {
  content: "\f6cf";
}
.mdi-eyedropper:before {
  content: "\f20a";
}
.mdi-eyedropper-variant:before {
  content: "\f20b";
}
.mdi-face:before {
  content: "\f643";
}
.mdi-face-profile:before {
  content: "\f644";
}
.mdi-facebook:before {
  content: "\f20c";
}
.mdi-facebook-box:before {
  content: "\f20d";
}
.mdi-facebook-messenger:before {
  content: "\f20e";
}
.mdi-factory:before {
  content: "\f20f";
}
.mdi-fan:before {
  content: "\f210";
}
.mdi-fast-forward:before {
  content: "\f211";
}
.mdi-fast-forward-outline:before {
  content: "\f6d1";
}
.mdi-fax:before {
  content: "\f212";
}
.mdi-feather:before {
  content: "\f6d2";
}
.mdi-ferry:before {
  content: "\f213";
}
.mdi-file:before {
  content: "\f214";
}
.mdi-file-account:before {
  content: "\f73a";
}
.mdi-file-chart:before {
  content: "\f215";
}
.mdi-file-check:before {
  content: "\f216";
}
.mdi-file-cloud:before {
  content: "\f217";
}
.mdi-file-delimited:before {
  content: "\f218";
}
.mdi-file-document:before {
  content: "\f219";
}
.mdi-file-document-box:before {
  content: "\f21a";
}
.mdi-file-excel:before {
  content: "\f21b";
}
.mdi-file-excel-box:before {
  content: "\f21c";
}
.mdi-file-export:before {
  content: "\f21d";
}
.mdi-file-find:before {
  content: "\f21e";
}
.mdi-file-hidden:before {
  content: "\f613";
}
.mdi-file-image:before {
  content: "\f21f";
}
.mdi-file-import:before {
  content: "\f220";
}
.mdi-file-lock:before {
  content: "\f221";
}
.mdi-file-multiple:before {
  content: "\f222";
}
.mdi-file-music:before {
  content: "\f223";
}
.mdi-file-outline:before {
  content: "\f224";
}
.mdi-file-pdf:before {
  content: "\f225";
}
.mdi-file-pdf-box:before {
  content: "\f226";
}
.mdi-file-plus:before {
  content: "\f751";
}
.mdi-file-powerpoint:before {
  content: "\f227";
}
.mdi-file-powerpoint-box:before {
  content: "\f228";
}
.mdi-file-presentation-box:before {
  content: "\f229";
}
.mdi-file-restore:before {
  content: "\f670";
}
.mdi-file-send:before {
  content: "\f22a";
}
.mdi-file-tree:before {
  content: "\f645";
}
.mdi-file-video:before {
  content: "\f22b";
}
.mdi-file-word:before {
  content: "\f22c";
}
.mdi-file-word-box:before {
  content: "\f22d";
}
.mdi-file-xml:before {
  content: "\f22e";
}
.mdi-film:before {
  content: "\f22f";
}
.mdi-filmstrip:before {
  content: "\f230";
}
.mdi-filmstrip-off:before {
  content: "\f231";
}
.mdi-filter:before {
  content: "\f232";
}
.mdi-filter-outline:before {
  content: "\f233";
}
.mdi-filter-remove:before {
  content: "\f234";
}
.mdi-filter-remove-outline:before {
  content: "\f235";
}
.mdi-filter-variant:before {
  content: "\f236";
}
.mdi-find-replace:before {
  content: "\f6d3";
}
.mdi-fingerprint:before {
  content: "\f237";
}
.mdi-fire:before {
  content: "\f238";
}
.mdi-firefox:before {
  content: "\f239";
}
.mdi-fish:before {
  content: "\f23a";
}
.mdi-flag:before {
  content: "\f23b";
}
.mdi-flag-checkered:before {
  content: "\f23c";
}
.mdi-flag-outline:before {
  content: "\f23d";
}
.mdi-flag-outline-variant:before {
  content: "\f23e";
}
.mdi-flag-triangle:before {
  content: "\f23f";
}
.mdi-flag-variant:before {
  content: "\f240";
}
.mdi-flash:before {
  content: "\f241";
}
.mdi-flash-auto:before {
  content: "\f242";
}
.mdi-flash-off:before {
  content: "\f243";
}
.mdi-flash-outline:before {
  content: "\f6d4";
}
.mdi-flash-red-eye:before {
  content: "\f67a";
}
.mdi-flashlight:before {
  content: "\f244";
}
.mdi-flashlight-off:before {
  content: "\f245";
}
.mdi-flask:before {
  content: "\f093";
}
.mdi-flask-empty:before {
  content: "\f094";
}
.mdi-flask-empty-outline:before {
  content: "\f095";
}
.mdi-flask-outline:before {
  content: "\f096";
}
.mdi-flattr:before {
  content: "\f246";
}
.mdi-flip-to-back:before {
  content: "\f247";
}
.mdi-flip-to-front:before {
  content: "\f248";
}
.mdi-floppy:before {
  content: "\f249";
}
.mdi-flower:before {
  content: "\f24a";
}
.mdi-folder:before {
  content: "\f24b";
}
.mdi-folder-account:before {
  content: "\f24c";
}
.mdi-folder-download:before {
  content: "\f24d";
}
.mdi-folder-google-drive:before {
  content: "\f24e";
}
.mdi-folder-image:before {
  content: "\f24f";
}
.mdi-folder-lock:before {
  content: "\f250";
}
.mdi-folder-lock-open:before {
  content: "\f251";
}
.mdi-folder-move:before {
  content: "\f252";
}
.mdi-folder-multiple:before {
  content: "\f253";
}
.mdi-folder-multiple-image:before {
  content: "\f254";
}
.mdi-folder-multiple-outline:before {
  content: "\f255";
}
.mdi-folder-open:before {
  content: "\f76f";
}
.mdi-folder-outline:before {
  content: "\f256";
}
.mdi-folder-plus:before {
  content: "\f257";
}
.mdi-folder-remove:before {
  content: "\f258";
}
.mdi-folder-star:before {
  content: "\f69c";
}
.mdi-folder-upload:before {
  content: "\f259";
}
.mdi-font-awesome:before {
  content: "\f03a";
}
.mdi-food:before {
  content: "\f25a";
}
.mdi-food-apple:before {
  content: "\f25b";
}
.mdi-food-croissant:before {
  content: "\f7c7";
}
.mdi-food-fork-drink:before {
  content: "\f5f2";
}
.mdi-food-off:before {
  content: "\f5f3";
}
.mdi-food-variant:before {
  content: "\f25c";
}
.mdi-football:before {
  content: "\f25d";
}
.mdi-football-australian:before {
  content: "\f25e";
}
.mdi-football-helmet:before {
  content: "\f25f";
}
.mdi-forklift:before {
  content: "\f7c8";
}
.mdi-format-align-bottom:before {
  content: "\f752";
}
.mdi-format-align-center:before {
  content: "\f260";
}
.mdi-format-align-justify:before {
  content: "\f261";
}
.mdi-format-align-left:before {
  content: "\f262";
}
.mdi-format-align-middle:before {
  content: "\f753";
}
.mdi-format-align-right:before {
  content: "\f263";
}
.mdi-format-align-top:before {
  content: "\f754";
}
.mdi-format-annotation-plus:before {
  content: "\f646";
}
.mdi-format-bold:before {
  content: "\f264";
}
.mdi-format-clear:before {
  content: "\f265";
}
.mdi-format-color-fill:before {
  content: "\f266";
}
.mdi-format-color-text:before {
  content: "\f69d";
}
.mdi-format-float-center:before {
  content: "\f267";
}
.mdi-format-float-left:before {
  content: "\f268";
}
.mdi-format-float-none:before {
  content: "\f269";
}
.mdi-format-float-right:before {
  content: "\f26a";
}
.mdi-format-font:before {
  content: "\f6d5";
}
.mdi-format-header-1:before {
  content: "\f26b";
}
.mdi-format-header-2:before {
  content: "\f26c";
}
.mdi-format-header-3:before {
  content: "\f26d";
}
.mdi-format-header-4:before {
  content: "\f26e";
}
.mdi-format-header-5:before {
  content: "\f26f";
}
.mdi-format-header-6:before {
  content: "\f270";
}
.mdi-format-header-decrease:before {
  content: "\f271";
}
.mdi-format-header-equal:before {
  content: "\f272";
}
.mdi-format-header-increase:before {
  content: "\f273";
}
.mdi-format-header-pound:before {
  content: "\f274";
}
.mdi-format-horizontal-align-center:before {
  content: "\f61e";
}
.mdi-format-horizontal-align-left:before {
  content: "\f61f";
}
.mdi-format-horizontal-align-right:before {
  content: "\f620";
}
.mdi-format-indent-decrease:before {
  content: "\f275";
}
.mdi-format-indent-increase:before {
  content: "\f276";
}
.mdi-format-italic:before {
  content: "\f277";
}
.mdi-format-line-spacing:before {
  content: "\f278";
}
.mdi-format-line-style:before {
  content: "\f5c8";
}
.mdi-format-line-weight:before {
  content: "\f5c9";
}
.mdi-format-list-bulleted:before {
  content: "\f279";
}
.mdi-format-list-bulleted-type:before {
  content: "\f27a";
}
.mdi-format-list-checks:before {
  content: "\f755";
}
.mdi-format-list-numbers:before {
  content: "\f27b";
}
.mdi-format-page-break:before {
  content: "\f6d6";
}
.mdi-format-paint:before {
  content: "\f27c";
}
.mdi-format-paragraph:before {
  content: "\f27d";
}
.mdi-format-pilcrow:before {
  content: "\f6d7";
}
.mdi-format-quote-close:before {
  content: "\f27e";
}
.mdi-format-quote-open:before {
  content: "\f756";
}
.mdi-format-rotate-90:before {
  content: "\f6a9";
}
.mdi-format-section:before {
  content: "\f69e";
}
.mdi-format-size:before {
  content: "\f27f";
}
.mdi-format-strikethrough:before {
  content: "\f280";
}
.mdi-format-strikethrough-variant:before {
  content: "\f281";
}
.mdi-format-subscript:before {
  content: "\f282";
}
.mdi-format-superscript:before {
  content: "\f283";
}
.mdi-format-text:before {
  content: "\f284";
}
.mdi-format-textdirection-l-to-r:before {
  content: "\f285";
}
.mdi-format-textdirection-r-to-l:before {
  content: "\f286";
}
.mdi-format-title:before {
  content: "\f5f4";
}
.mdi-format-underline:before {
  content: "\f287";
}
.mdi-format-vertical-align-bottom:before {
  content: "\f621";
}
.mdi-format-vertical-align-center:before {
  content: "\f622";
}
.mdi-format-vertical-align-top:before {
  content: "\f623";
}
.mdi-format-wrap-inline:before {
  content: "\f288";
}
.mdi-format-wrap-square:before {
  content: "\f289";
}
.mdi-format-wrap-tight:before {
  content: "\f28a";
}
.mdi-format-wrap-top-bottom:before {
  content: "\f28b";
}
.mdi-forum:before {
  content: "\f28c";
}
.mdi-forward:before {
  content: "\f28d";
}
.mdi-foursquare:before {
  content: "\f28e";
}
.mdi-fridge:before {
  content: "\f28f";
}
.mdi-fridge-filled:before {
  content: "\f290";
}
.mdi-fridge-filled-bottom:before {
  content: "\f291";
}
.mdi-fridge-filled-top:before {
  content: "\f292";
}
.mdi-fuel:before {
  content: "\f7c9";
}
.mdi-fullscreen:before {
  content: "\f293";
}
.mdi-fullscreen-exit:before {
  content: "\f294";
}
.mdi-function:before {
  content: "\f295";
}
.mdi-gamepad:before {
  content: "\f296";
}
.mdi-gamepad-variant:before {
  content: "\f297";
}
.mdi-garage:before {
  content: "\f6d8";
}
.mdi-garage-open:before {
  content: "\f6d9";
}
.mdi-gas-cylinder:before {
  content: "\f647";
}
.mdi-gas-station:before {
  content: "\f298";
}
.mdi-gate:before {
  content: "\f299";
}
.mdi-gauge:before {
  content: "\f29a";
}
.mdi-gavel:before {
  content: "\f29b";
}
.mdi-gender-female:before {
  content: "\f29c";
}
.mdi-gender-male:before {
  content: "\f29d";
}
.mdi-gender-male-female:before {
  content: "\f29e";
}
.mdi-gender-transgender:before {
  content: "\f29f";
}
.mdi-gesture:before {
  content: "\f7ca";
}
.mdi-gesture-double-tap:before {
  content: "\f73b";
}
.mdi-gesture-swipe-down:before {
  content: "\f73c";
}
.mdi-gesture-swipe-left:before {
  content: "\f73d";
}
.mdi-gesture-swipe-right:before {
  content: "\f73e";
}
.mdi-gesture-swipe-up:before {
  content: "\f73f";
}
.mdi-gesture-tap:before {
  content: "\f740";
}
.mdi-gesture-two-double-tap:before {
  content: "\f741";
}
.mdi-gesture-two-tap:before {
  content: "\f742";
}
.mdi-ghost:before {
  content: "\f2a0";
}
.mdi-gift:before {
  content: "\f2a1";
}
.mdi-git:before {
  content: "\f2a2";
}
.mdi-github-box:before {
  content: "\f2a3";
}
.mdi-github-circle:before {
  content: "\f2a4";
}
.mdi-github-face:before {
  content: "\f6da";
}
.mdi-glass-flute:before {
  content: "\f2a5";
}
.mdi-glass-mug:before {
  content: "\f2a6";
}
.mdi-glass-stange:before {
  content: "\f2a7";
}
.mdi-glass-tulip:before {
  content: "\f2a8";
}
.mdi-glassdoor:before {
  content: "\f2a9";
}
.mdi-glasses:before {
  content: "\f2aa";
}
.mdi-gmail:before {
  content: "\f2ab";
}
.mdi-gnome:before {
  content: "\f2ac";
}
.mdi-gondola:before {
  content: "\f685";
}
.mdi-google:before {
  content: "\f2ad";
}
.mdi-google-analytics:before {
  content: "\f7cb";
}
.mdi-google-assistant:before {
  content: "\f7cc";
}
.mdi-google-cardboard:before {
  content: "\f2ae";
}
.mdi-google-chrome:before {
  content: "\f2af";
}
.mdi-google-circles:before {
  content: "\f2b0";
}
.mdi-google-circles-communities:before {
  content: "\f2b1";
}
.mdi-google-circles-extended:before {
  content: "\f2b2";
}
.mdi-google-circles-group:before {
  content: "\f2b3";
}
.mdi-google-controller:before {
  content: "\f2b4";
}
.mdi-google-controller-off:before {
  content: "\f2b5";
}
.mdi-google-drive:before {
  content: "\f2b6";
}
.mdi-google-earth:before {
  content: "\f2b7";
}
.mdi-google-glass:before {
  content: "\f2b8";
}
.mdi-google-keep:before {
  content: "\f6db";
}
.mdi-google-maps:before {
  content: "\f5f5";
}
.mdi-google-nearby:before {
  content: "\f2b9";
}
.mdi-google-pages:before {
  content: "\f2ba";
}
.mdi-google-photos:before {
  content: "\f6dc";
}
.mdi-google-physical-web:before {
  content: "\f2bb";
}
.mdi-google-play:before {
  content: "\f2bc";
}
.mdi-google-plus:before {
  content: "\f2bd";
}
.mdi-google-plus-box:before {
  content: "\f2be";
}
.mdi-google-translate:before {
  content: "\f2bf";
}
.mdi-google-wallet:before {
  content: "\f2c0";
}
.mdi-gradient:before {
  content: "\f69f";
}
.mdi-grease-pencil:before {
  content: "\f648";
}
.mdi-grid:before {
  content: "\f2c1";
}
.mdi-grid-large:before {
  content: "\f757";
}
.mdi-grid-off:before {
  content: "\f2c2";
}
.mdi-group:before {
  content: "\f2c3";
}
.mdi-guitar-acoustic:before {
  content: "\f770";
}
.mdi-guitar-electric:before {
  content: "\f2c4";
}
.mdi-guitar-pick:before {
  content: "\f2c5";
}
.mdi-guitar-pick-outline:before {
  content: "\f2c6";
}
.mdi-hackernews:before {
  content: "\f624";
}
.mdi-hamburger:before {
  content: "\f684";
}
.mdi-hand-pointing-right:before {
  content: "\f2c7";
}
.mdi-hanger:before {
  content: "\f2c8";
}
.mdi-hangouts:before {
  content: "\f2c9";
}
.mdi-harddisk:before {
  content: "\f2ca";
}
.mdi-headphones:before {
  content: "\f2cb";
}
.mdi-headphones-box:before {
  content: "\f2cc";
}
.mdi-headphones-off:before {
  content: "\f7cd";
}
.mdi-headphones-settings:before {
  content: "\f2cd";
}
.mdi-headset:before {
  content: "\f2ce";
}
.mdi-headset-dock:before {
  content: "\f2cf";
}
.mdi-headset-off:before {
  content: "\f2d0";
}
.mdi-heart:before {
  content: "\f2d1";
}
.mdi-heart-box:before {
  content: "\f2d2";
}
.mdi-heart-box-outline:before {
  content: "\f2d3";
}
.mdi-heart-broken:before {
  content: "\f2d4";
}
.mdi-heart-half:before {
  content: "\f6de";
}
.mdi-heart-half-full:before {
  content: "\f6dd";
}
.mdi-heart-half-outline:before {
  content: "\f6df";
}
.mdi-heart-off:before {
  content: "\f758";
}
.mdi-heart-outline:before {
  content: "\f2d5";
}
.mdi-heart-pulse:before {
  content: "\f5f6";
}
.mdi-help:before {
  content: "\f2d6";
}
.mdi-help-box:before {
  content: "\f78a";
}
.mdi-help-circle:before {
  content: "\f2d7";
}
.mdi-help-circle-outline:before {
  content: "\f625";
}
.mdi-help-network:before {
  content: "\f6f4";
}
.mdi-hexagon:before {
  content: "\f2d8";
}
.mdi-hexagon-multiple:before {
  content: "\f6e0";
}
.mdi-hexagon-outline:before {
  content: "\f2d9";
}
.mdi-high-definition:before {
  content: "\f7ce";
}
.mdi-highway:before {
  content: "\f5f7";
}
.mdi-history:before {
  content: "\f2da";
}
.mdi-hololens:before {
  content: "\f2db";
}
.mdi-home:before {
  content: "\f2dc";
}
.mdi-home-assistant:before {
  content: "\f7cf";
}
.mdi-home-automation:before {
  content: "\f7d0";
}
.mdi-home-circle:before {
  content: "\f7d1";
}
.mdi-home-map-marker:before {
  content: "\f5f8";
}
.mdi-home-modern:before {
  content: "\f2dd";
}
.mdi-home-outline:before {
  content: "\f6a0";
}
.mdi-home-variant:before {
  content: "\f2de";
}
.mdi-hook:before {
  content: "\f6e1";
}
.mdi-hook-off:before {
  content: "\f6e2";
}
.mdi-hops:before {
  content: "\f2df";
}
.mdi-hospital:before {
  content: "\f2e0";
}
.mdi-hospital-building:before {
  content: "\f2e1";
}
.mdi-hospital-marker:before {
  content: "\f2e2";
}
.mdi-hotel:before {
  content: "\f2e3";
}
.mdi-houzz:before {
  content: "\f2e4";
}
.mdi-houzz-box:before {
  content: "\f2e5";
}
.mdi-human:before {
  content: "\f2e6";
}
.mdi-human-child:before {
  content: "\f2e7";
}
.mdi-human-female:before {
  content: "\f649";
}
.mdi-human-greeting:before {
  content: "\f64a";
}
.mdi-human-handsdown:before {
  content: "\f64b";
}
.mdi-human-handsup:before {
  content: "\f64c";
}
.mdi-human-male:before {
  content: "\f64d";
}
.mdi-human-male-female:before {
  content: "\f2e8";
}
.mdi-human-pregnant:before {
  content: "\f5cf";
}
.mdi-humble-bundle:before {
  content: "\f743";
}
.mdi-image:before {
  content: "\f2e9";
}
.mdi-image-album:before {
  content: "\f2ea";
}
.mdi-image-area:before {
  content: "\f2eb";
}
.mdi-image-area-close:before {
  content: "\f2ec";
}
.mdi-image-broken:before {
  content: "\f2ed";
}
.mdi-image-broken-variant:before {
  content: "\f2ee";
}
.mdi-image-filter:before {
  content: "\f2ef";
}
.mdi-image-filter-black-white:before {
  content: "\f2f0";
}
.mdi-image-filter-center-focus:before {
  content: "\f2f1";
}
.mdi-image-filter-center-focus-weak:before {
  content: "\f2f2";
}
.mdi-image-filter-drama:before {
  content: "\f2f3";
}
.mdi-image-filter-frames:before {
  content: "\f2f4";
}
.mdi-image-filter-hdr:before {
  content: "\f2f5";
}
.mdi-image-filter-none:before {
  content: "\f2f6";
}
.mdi-image-filter-tilt-shift:before {
  content: "\f2f7";
}
.mdi-image-filter-vintage:before {
  content: "\f2f8";
}
.mdi-image-multiple:before {
  content: "\f2f9";
}
.mdi-import:before {
  content: "\f2fa";
}
.mdi-inbox:before {
  content: "\f686";
}
.mdi-inbox-arrow-down:before {
  content: "\f2fb";
}
.mdi-inbox-arrow-up:before {
  content: "\f3d1";
}
.mdi-incognito:before {
  content: "\f5f9";
}
.mdi-infinity:before {
  content: "\f6e3";
}
.mdi-information:before {
  content: "\f2fc";
}
.mdi-information-outline:before {
  content: "\f2fd";
}
.mdi-information-variant:before {
  content: "\f64e";
}
.mdi-instagram:before {
  content: "\f2fe";
}
.mdi-instapaper:before {
  content: "\f2ff";
}
.mdi-internet-explorer:before {
  content: "\f300";
}
.mdi-invert-colors:before {
  content: "\f301";
}
.mdi-itunes:before {
  content: "\f676";
}
.mdi-jeepney:before {
  content: "\f302";
}
.mdi-jira:before {
  content: "\f303";
}
.mdi-jsfiddle:before {
  content: "\f304";
}
.mdi-json:before {
  content: "\f626";
}
.mdi-keg:before {
  content: "\f305";
}
.mdi-kettle:before {
  content: "\f5fa";
}
.mdi-key:before {
  content: "\f306";
}
.mdi-key-change:before {
  content: "\f307";
}
.mdi-key-minus:before {
  content: "\f308";
}
.mdi-key-plus:before {
  content: "\f309";
}
.mdi-key-remove:before {
  content: "\f30a";
}
.mdi-key-variant:before {
  content: "\f30b";
}
.mdi-keyboard:before {
  content: "\f30c";
}
.mdi-keyboard-backspace:before {
  content: "\f30d";
}
.mdi-keyboard-caps:before {
  content: "\f30e";
}
.mdi-keyboard-close:before {
  content: "\f30f";
}
.mdi-keyboard-off:before {
  content: "\f310";
}
.mdi-keyboard-return:before {
  content: "\f311";
}
.mdi-keyboard-tab:before {
  content: "\f312";
}
.mdi-keyboard-variant:before {
  content: "\f313";
}
.mdi-kickstarter:before {
  content: "\f744";
}
.mdi-kodi:before {
  content: "\f314";
}
.mdi-label:before {
  content: "\f315";
}
.mdi-label-outline:before {
  content: "\f316";
}
.mdi-lambda:before {
  content: "\f627";
}
.mdi-lamp:before {
  content: "\f6b4";
}
.mdi-lan:before {
  content: "\f317";
}
.mdi-lan-connect:before {
  content: "\f318";
}
.mdi-lan-disconnect:before {
  content: "\f319";
}
.mdi-lan-pending:before {
  content: "\f31a";
}
.mdi-language-c:before {
  content: "\f671";
}
.mdi-language-cpp:before {
  content: "\f672";
}
.mdi-language-csharp:before {
  content: "\f31b";
}
.mdi-language-css3:before {
  content: "\f31c";
}
.mdi-language-go:before {
  content: "\f7d2";
}
.mdi-language-html5:before {
  content: "\f31d";
}
.mdi-language-javascript:before {
  content: "\f31e";
}
.mdi-language-php:before {
  content: "\f31f";
}
.mdi-language-python:before {
  content: "\f320";
}
.mdi-language-python-text:before {
  content: "\f321";
}
.mdi-language-r:before {
  content: "\f7d3";
}
.mdi-language-swift:before {
  content: "\f6e4";
}
.mdi-language-typescript:before {
  content: "\f6e5";
}
.mdi-laptop:before {
  content: "\f322";
}
.mdi-laptop-chromebook:before {
  content: "\f323";
}
.mdi-laptop-mac:before {
  content: "\f324";
}
.mdi-laptop-off:before {
  content: "\f6e6";
}
.mdi-laptop-windows:before {
  content: "\f325";
}
.mdi-lastfm:before {
  content: "\f326";
}
.mdi-launch:before {
  content: "\f327";
}
.mdi-lava-lamp:before {
  content: "\f7d4";
}
.mdi-layers:before {
  content: "\f328";
}
.mdi-layers-off:before {
  content: "\f329";
}
.mdi-lead-pencil:before {
  content: "\f64f";
}
.mdi-leaf:before {
  content: "\f32a";
}
.mdi-led-off:before {
  content: "\f32b";
}
.mdi-led-on:before {
  content: "\f32c";
}
.mdi-led-outline:before {
  content: "\f32d";
}
.mdi-led-strip:before {
  content: "\f7d5";
}
.mdi-led-variant-off:before {
  content: "\f32e";
}
.mdi-led-variant-on:before {
  content: "\f32f";
}
.mdi-led-variant-outline:before {
  content: "\f330";
}
.mdi-library:before {
  content: "\f331";
}
.mdi-library-books:before {
  content: "\f332";
}
.mdi-library-music:before {
  content: "\f333";
}
.mdi-library-plus:before {
  content: "\f334";
}
.mdi-lightbulb:before {
  content: "\f335";
}
.mdi-lightbulb-on:before {
  content: "\f6e7";
}
.mdi-lightbulb-on-outline:before {
  content: "\f6e8";
}
.mdi-lightbulb-outline:before {
  content: "\f336";
}
.mdi-link:before {
  content: "\f337";
}
.mdi-link-off:before {
  content: "\f338";
}
.mdi-link-variant:before {
  content: "\f339";
}
.mdi-link-variant-off:before {
  content: "\f33a";
}
.mdi-linkedin:before {
  content: "\f33b";
}
.mdi-linkedin-box:before {
  content: "\f33c";
}
.mdi-linux:before {
  content: "\f33d";
}
.mdi-loading:before {
  content: "\f771";
}
.mdi-lock:before {
  content: "\f33e";
}
.mdi-lock-open:before {
  content: "\f33f";
}
.mdi-lock-open-outline:before {
  content: "\f340";
}
.mdi-lock-outline:before {
  content: "\f341";
}
.mdi-lock-pattern:before {
  content: "\f6e9";
}
.mdi-lock-plus:before {
  content: "\f5fb";
}
.mdi-lock-reset:before {
  content: "\f772";
}
.mdi-locker:before {
  content: "\f7d6";
}
.mdi-locker-multiple:before {
  content: "\f7d7";
}
.mdi-login:before {
  content: "\f342";
}
.mdi-login-variant:before {
  content: "\f5fc";
}
.mdi-logout:before {
  content: "\f343";
}
.mdi-logout-variant:before {
  content: "\f5fd";
}
.mdi-looks:before {
  content: "\f344";
}
.mdi-loop:before {
  content: "\f6ea";
}
.mdi-loupe:before {
  content: "\f345";
}
.mdi-lumx:before {
  content: "\f346";
}
.mdi-magnet:before {
  content: "\f347";
}
.mdi-magnet-on:before {
  content: "\f348";
}
.mdi-magnify:before {
  content: "\f349";
}
.mdi-magnify-minus:before {
  content: "\f34a";
}
.mdi-magnify-minus-outline:before {
  content: "\f6eb";
}
.mdi-magnify-plus:before {
  content: "\f34b";
}
.mdi-magnify-plus-outline:before {
  content: "\f6ec";
}
.mdi-mail-ru:before {
  content: "\f34c";
}
.mdi-mailbox:before {
  content: "\f6ed";
}
.mdi-map:before {
  content: "\f34d";
}
.mdi-map-marker:before {
  content: "\f34e";
}
.mdi-map-marker-circle:before {
  content: "\f34f";
}
.mdi-map-marker-minus:before {
  content: "\f650";
}
.mdi-map-marker-multiple:before {
  content: "\f350";
}
.mdi-map-marker-off:before {
  content: "\f351";
}
.mdi-map-marker-outline:before {
  content: "\f7d8";
}
.mdi-map-marker-plus:before {
  content: "\f651";
}
.mdi-map-marker-radius:before {
  content: "\f352";
}
.mdi-margin:before {
  content: "\f353";
}
.mdi-markdown:before {
  content: "\f354";
}
.mdi-marker:before {
  content: "\f652";
}
.mdi-marker-check:before {
  content: "\f355";
}
.mdi-martini:before {
  content: "\f356";
}
.mdi-material-ui:before {
  content: "\f357";
}
.mdi-math-compass:before {
  content: "\f358";
}
.mdi-matrix:before {
  content: "\f628";
}
.mdi-maxcdn:before {
  content: "\f359";
}
.mdi-medical-bag:before {
  content: "\f6ee";
}
.mdi-medium:before {
  content: "\f35a";
}
.mdi-memory:before {
  content: "\f35b";
}
.mdi-menu:before {
  content: "\f35c";
}
.mdi-menu-down:before {
  content: "\f35d";
}
.mdi-menu-down-outline:before {
  content: "\f6b5";
}
.mdi-menu-left:before {
  content: "\f35e";
}
.mdi-menu-right:before {
  content: "\f35f";
}
.mdi-menu-up:before {
  content: "\f360";
}
.mdi-menu-up-outline:before {
  content: "\f6b6";
}
.mdi-message:before {
  content: "\f361";
}
.mdi-message-alert:before {
  content: "\f362";
}
.mdi-message-bulleted:before {
  content: "\f6a1";
}
.mdi-message-bulleted-off:before {
  content: "\f6a2";
}
.mdi-message-draw:before {
  content: "\f363";
}
.mdi-message-image:before {
  content: "\f364";
}
.mdi-message-outline:before {
  content: "\f365";
}
.mdi-message-plus:before {
  content: "\f653";
}
.mdi-message-processing:before {
  content: "\f366";
}
.mdi-message-reply:before {
  content: "\f367";
}
.mdi-message-reply-text:before {
  content: "\f368";
}
.mdi-message-settings:before {
  content: "\f6ef";
}
.mdi-message-settings-variant:before {
  content: "\f6f0";
}
.mdi-message-text:before {
  content: "\f369";
}
.mdi-message-text-outline:before {
  content: "\f36a";
}
.mdi-message-video:before {
  content: "\f36b";
}
.mdi-meteor:before {
  content: "\f629";
}
.mdi-metronome:before {
  content: "\f7d9";
}
.mdi-metronome-tick:before {
  content: "\f7da";
}
.mdi-micro-sd:before {
  content: "\f7db";
}
.mdi-microphone:before {
  content: "\f36c";
}
.mdi-microphone-off:before {
  content: "\f36d";
}
.mdi-microphone-outline:before {
  content: "\f36e";
}
.mdi-microphone-settings:before {
  content: "\f36f";
}
.mdi-microphone-variant:before {
  content: "\f370";
}
.mdi-microphone-variant-off:before {
  content: "\f371";
}
.mdi-microscope:before {
  content: "\f654";
}
.mdi-microsoft:before {
  content: "\f372";
}
.mdi-minecraft:before {
  content: "\f373";
}
.mdi-minus:before {
  content: "\f374";
}
.mdi-minus-box:before {
  content: "\f375";
}
.mdi-minus-box-outline:before {
  content: "\f6f1";
}
.mdi-minus-circle:before {
  content: "\f376";
}
.mdi-minus-circle-outline:before {
  content: "\f377";
}
.mdi-minus-network:before {
  content: "\f378";
}
.mdi-mixcloud:before {
  content: "\f62a";
}
.mdi-mixer:before {
  content: "\f7dc";
}
.mdi-monitor:before {
  content: "\f379";
}
.mdi-monitor-multiple:before {
  content: "\f37a";
}
.mdi-more:before {
  content: "\f37b";
}
.mdi-motorbike:before {
  content: "\f37c";
}
.mdi-mouse:before {
  content: "\f37d";
}
.mdi-mouse-off:before {
  content: "\f37e";
}
.mdi-mouse-variant:before {
  content: "\f37f";
}
.mdi-mouse-variant-off:before {
  content: "\f380";
}
.mdi-move-resize:before {
  content: "\f655";
}
.mdi-move-resize-variant:before {
  content: "\f656";
}
.mdi-movie:before {
  content: "\f381";
}
.mdi-movie-roll:before {
  content: "\f7dd";
}
.mdi-multiplication:before {
  content: "\f382";
}
.mdi-multiplication-box:before {
  content: "\f383";
}
.mdi-mushroom:before {
  content: "\f7de";
}
.mdi-mushroom-outline:before {
  content: "\f7df";
}
.mdi-music:before {
  content: "\f759";
}
.mdi-music-box:before {
  content: "\f384";
}
.mdi-music-box-outline:before {
  content: "\f385";
}
.mdi-music-circle:before {
  content: "\f386";
}
.mdi-music-note:before {
  content: "\f387";
}
.mdi-music-note-bluetooth:before {
  content: "\f5fe";
}
.mdi-music-note-bluetooth-off:before {
  content: "\f5ff";
}
.mdi-music-note-eighth:before {
  content: "\f388";
}
.mdi-music-note-half:before {
  content: "\f389";
}
.mdi-music-note-off:before {
  content: "\f38a";
}
.mdi-music-note-quarter:before {
  content: "\f38b";
}
.mdi-music-note-sixteenth:before {
  content: "\f38c";
}
.mdi-music-note-whole:before {
  content: "\f38d";
}
.mdi-music-off:before {
  content: "\f75a";
}
.mdi-nature:before {
  content: "\f38e";
}
.mdi-nature-people:before {
  content: "\f38f";
}
.mdi-navigation:before {
  content: "\f390";
}
.mdi-near-me:before {
  content: "\f5cd";
}
.mdi-needle:before {
  content: "\f391";
}
.mdi-nest-protect:before {
  content: "\f392";
}
.mdi-nest-thermostat:before {
  content: "\f393";
}
.mdi-netflix:before {
  content: "\f745";
}
.mdi-network:before {
  content: "\f6f2";
}
.mdi-new-box:before {
  content: "\f394";
}
.mdi-newspaper:before {
  content: "\f395";
}
.mdi-nfc:before {
  content: "\f396";
}
.mdi-nfc-tap:before {
  content: "\f397";
}
.mdi-nfc-variant:before {
  content: "\f398";
}
.mdi-ninja:before {
  content: "\f773";
}
.mdi-nintendo-switch:before {
  content: "\f7e0";
}
.mdi-nodejs:before {
  content: "\f399";
}
.mdi-note:before {
  content: "\f39a";
}
.mdi-note-multiple:before {
  content: "\f6b7";
}
.mdi-note-multiple-outline:before {
  content: "\f6b8";
}
.mdi-note-outline:before {
  content: "\f39b";
}
.mdi-note-plus:before {
  content: "\f39c";
}
.mdi-note-plus-outline:before {
  content: "\f39d";
}
.mdi-note-text:before {
  content: "\f39e";
}
.mdi-notification-clear-all:before {
  content: "\f39f";
}
.mdi-npm:before {
  content: "\f6f6";
}
.mdi-nuke:before {
  content: "\f6a3";
}
.mdi-null:before {
  content: "\f7e1";
}
.mdi-numeric:before {
  content: "\f3a0";
}
.mdi-numeric-0-box:before {
  content: "\f3a1";
}
.mdi-numeric-0-box-multiple-outline:before {
  content: "\f3a2";
}
.mdi-numeric-0-box-outline:before {
  content: "\f3a3";
}
.mdi-numeric-1-box:before {
  content: "\f3a4";
}
.mdi-numeric-1-box-multiple-outline:before {
  content: "\f3a5";
}
.mdi-numeric-1-box-outline:before {
  content: "\f3a6";
}
.mdi-numeric-2-box:before {
  content: "\f3a7";
}
.mdi-numeric-2-box-multiple-outline:before {
  content: "\f3a8";
}
.mdi-numeric-2-box-outline:before {
  content: "\f3a9";
}
.mdi-numeric-3-box:before {
  content: "\f3aa";
}
.mdi-numeric-3-box-multiple-outline:before {
  content: "\f3ab";
}
.mdi-numeric-3-box-outline:before {
  content: "\f3ac";
}
.mdi-numeric-4-box:before {
  content: "\f3ad";
}
.mdi-numeric-4-box-multiple-outline:before {
  content: "\f3ae";
}
.mdi-numeric-4-box-outline:before {
  content: "\f3af";
}
.mdi-numeric-5-box:before {
  content: "\f3b0";
}
.mdi-numeric-5-box-multiple-outline:before {
  content: "\f3b1";
}
.mdi-numeric-5-box-outline:before {
  content: "\f3b2";
}
.mdi-numeric-6-box:before {
  content: "\f3b3";
}
.mdi-numeric-6-box-multiple-outline:before {
  content: "\f3b4";
}
.mdi-numeric-6-box-outline:before {
  content: "\f3b5";
}
.mdi-numeric-7-box:before {
  content: "\f3b6";
}
.mdi-numeric-7-box-multiple-outline:before {
  content: "\f3b7";
}
.mdi-numeric-7-box-outline:before {
  content: "\f3b8";
}
.mdi-numeric-8-box:before {
  content: "\f3b9";
}
.mdi-numeric-8-box-multiple-outline:before {
  content: "\f3ba";
}
.mdi-numeric-8-box-outline:before {
  content: "\f3bb";
}
.mdi-numeric-9-box:before {
  content: "\f3bc";
}
.mdi-numeric-9-box-multiple-outline:before {
  content: "\f3bd";
}
.mdi-numeric-9-box-outline:before {
  content: "\f3be";
}
.mdi-numeric-9-plus-box:before {
  content: "\f3bf";
}
.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\f3c0";
}
.mdi-numeric-9-plus-box-outline:before {
  content: "\f3c1";
}
.mdi-nut:before {
  content: "\f6f7";
}
.mdi-nutrition:before {
  content: "\f3c2";
}
.mdi-oar:before {
  content: "\f67b";
}
.mdi-octagon:before {
  content: "\f3c3";
}
.mdi-octagon-outline:before {
  content: "\f3c4";
}
.mdi-octagram:before {
  content: "\f6f8";
}
.mdi-octagram-outline:before {
  content: "\f774";
}
.mdi-odnoklassniki:before {
  content: "\f3c5";
}
.mdi-office:before {
  content: "\f3c6";
}
.mdi-oil:before {
  content: "\f3c7";
}
.mdi-oil-temperature:before {
  content: "\f3c8";
}
.mdi-omega:before {
  content: "\f3c9";
}
.mdi-onedrive:before {
  content: "\f3ca";
}
.mdi-onenote:before {
  content: "\f746";
}
.mdi-opacity:before {
  content: "\f5cc";
}
.mdi-open-in-app:before {
  content: "\f3cb";
}
.mdi-open-in-new:before {
  content: "\f3cc";
}
.mdi-openid:before {
  content: "\f3cd";
}
.mdi-opera:before {
  content: "\f3ce";
}
.mdi-orbit:before {
  content: "\f018";
}
.mdi-ornament:before {
  content: "\f3cf";
}
.mdi-ornament-variant:before {
  content: "\f3d0";
}
.mdi-owl:before {
  content: "\f3d2";
}
.mdi-package:before {
  content: "\f3d3";
}
.mdi-package-down:before {
  content: "\f3d4";
}
.mdi-package-up:before {
  content: "\f3d5";
}
.mdi-package-variant:before {
  content: "\f3d6";
}
.mdi-package-variant-closed:before {
  content: "\f3d7";
}
.mdi-page-first:before {
  content: "\f600";
}
.mdi-page-last:before {
  content: "\f601";
}
.mdi-page-layout-body:before {
  content: "\f6f9";
}
.mdi-page-layout-footer:before {
  content: "\f6fa";
}
.mdi-page-layout-header:before {
  content: "\f6fb";
}
.mdi-page-layout-sidebar-left:before {
  content: "\f6fc";
}
.mdi-page-layout-sidebar-right:before {
  content: "\f6fd";
}
.mdi-palette:before {
  content: "\f3d8";
}
.mdi-palette-advanced:before {
  content: "\f3d9";
}
.mdi-panda:before {
  content: "\f3da";
}
.mdi-pandora:before {
  content: "\f3db";
}
.mdi-panorama:before {
  content: "\f3dc";
}
.mdi-panorama-fisheye:before {
  content: "\f3dd";
}
.mdi-panorama-horizontal:before {
  content: "\f3de";
}
.mdi-panorama-vertical:before {
  content: "\f3df";
}
.mdi-panorama-wide-angle:before {
  content: "\f3e0";
}
.mdi-paper-cut-vertical:before {
  content: "\f3e1";
}
.mdi-paperclip:before {
  content: "\f3e2";
}
.mdi-parking:before {
  content: "\f3e3";
}
.mdi-passport:before {
  content: "\f7e2";
}
.mdi-pause:before {
  content: "\f3e4";
}
.mdi-pause-circle:before {
  content: "\f3e5";
}
.mdi-pause-circle-outline:before {
  content: "\f3e6";
}
.mdi-pause-octagon:before {
  content: "\f3e7";
}
.mdi-pause-octagon-outline:before {
  content: "\f3e8";
}
.mdi-paw:before {
  content: "\f3e9";
}
.mdi-paw-off:before {
  content: "\f657";
}
.mdi-pen:before {
  content: "\f3ea";
}
.mdi-pencil:before {
  content: "\f3eb";
}
.mdi-pencil-box:before {
  content: "\f3ec";
}
.mdi-pencil-box-outline:before {
  content: "\f3ed";
}
.mdi-pencil-circle:before {
  content: "\f6fe";
}
.mdi-pencil-circle-outline:before {
  content: "\f775";
}
.mdi-pencil-lock:before {
  content: "\f3ee";
}
.mdi-pencil-off:before {
  content: "\f3ef";
}
.mdi-pentagon:before {
  content: "\f6ff";
}
.mdi-pentagon-outline:before {
  content: "\f700";
}
.mdi-percent:before {
  content: "\f3f0";
}
.mdi-periodic-table-co2:before {
  content: "\f7e3";
}
.mdi-periscope:before {
  content: "\f747";
}
.mdi-pharmacy:before {
  content: "\f3f1";
}
.mdi-phone:before {
  content: "\f3f2";
}
.mdi-phone-bluetooth:before {
  content: "\f3f3";
}
.mdi-phone-classic:before {
  content: "\f602";
}
.mdi-phone-forward:before {
  content: "\f3f4";
}
.mdi-phone-hangup:before {
  content: "\f3f5";
}
.mdi-phone-in-talk:before {
  content: "\f3f6";
}
.mdi-phone-incoming:before {
  content: "\f3f7";
}
.mdi-phone-locked:before {
  content: "\f3f8";
}
.mdi-phone-log:before {
  content: "\f3f9";
}
.mdi-phone-minus:before {
  content: "\f658";
}
.mdi-phone-missed:before {
  content: "\f3fa";
}
.mdi-phone-outgoing:before {
  content: "\f3fb";
}
.mdi-phone-paused:before {
  content: "\f3fc";
}
.mdi-phone-plus:before {
  content: "\f659";
}
.mdi-phone-settings:before {
  content: "\f3fd";
}
.mdi-phone-voip:before {
  content: "\f3fe";
}
.mdi-pi:before {
  content: "\f3ff";
}
.mdi-pi-box:before {
  content: "\f400";
}
.mdi-piano:before {
  content: "\f67c";
}
.mdi-pig:before {
  content: "\f401";
}
.mdi-pill:before {
  content: "\f402";
}
.mdi-pillar:before {
  content: "\f701";
}
.mdi-pin:before {
  content: "\f403";
}
.mdi-pin-off:before {
  content: "\f404";
}
.mdi-pine-tree:before {
  content: "\f405";
}
.mdi-pine-tree-box:before {
  content: "\f406";
}
.mdi-pinterest:before {
  content: "\f407";
}
.mdi-pinterest-box:before {
  content: "\f408";
}
.mdi-pipe:before {
  content: "\f7e4";
}
.mdi-pipe-disconnected:before {
  content: "\f7e5";
}
.mdi-pistol:before {
  content: "\f702";
}
.mdi-pizza:before {
  content: "\f409";
}
.mdi-plane-shield:before {
  content: "\f6ba";
}
.mdi-play:before {
  content: "\f40a";
}
.mdi-play-box-outline:before {
  content: "\f40b";
}
.mdi-play-circle:before {
  content: "\f40c";
}
.mdi-play-circle-outline:before {
  content: "\f40d";
}
.mdi-play-pause:before {
  content: "\f40e";
}
.mdi-play-protected-content:before {
  content: "\f40f";
}
.mdi-playlist-check:before {
  content: "\f5c7";
}
.mdi-playlist-minus:before {
  content: "\f410";
}
.mdi-playlist-play:before {
  content: "\f411";
}
.mdi-playlist-plus:before {
  content: "\f412";
}
.mdi-playlist-remove:before {
  content: "\f413";
}
.mdi-playstation:before {
  content: "\f414";
}
.mdi-plex:before {
  content: "\f6b9";
}
.mdi-plus:before {
  content: "\f415";
}
.mdi-plus-box:before {
  content: "\f416";
}
.mdi-plus-box-outline:before {
  content: "\f703";
}
.mdi-plus-circle:before {
  content: "\f417";
}
.mdi-plus-circle-multiple-outline:before {
  content: "\f418";
}
.mdi-plus-circle-outline:before {
  content: "\f419";
}
.mdi-plus-network:before {
  content: "\f41a";
}
.mdi-plus-one:before {
  content: "\f41b";
}
.mdi-plus-outline:before {
  content: "\f704";
}
.mdi-pocket:before {
  content: "\f41c";
}
.mdi-pokeball:before {
  content: "\f41d";
}
.mdi-polaroid:before {
  content: "\f41e";
}
.mdi-poll:before {
  content: "\f41f";
}
.mdi-poll-box:before {
  content: "\f420";
}
.mdi-polymer:before {
  content: "\f421";
}
.mdi-pool:before {
  content: "\f606";
}
.mdi-popcorn:before {
  content: "\f422";
}
.mdi-pot:before {
  content: "\f65a";
}
.mdi-pot-mix:before {
  content: "\f65b";
}
.mdi-pound:before {
  content: "\f423";
}
.mdi-pound-box:before {
  content: "\f424";
}
.mdi-power:before {
  content: "\f425";
}
.mdi-power-plug:before {
  content: "\f6a4";
}
.mdi-power-plug-off:before {
  content: "\f6a5";
}
.mdi-power-settings:before {
  content: "\f426";
}
.mdi-power-socket:before {
  content: "\f427";
}
.mdi-power-socket-eu:before {
  content: "\f7e6";
}
.mdi-power-socket-uk:before {
  content: "\f7e7";
}
.mdi-power-socket-us:before {
  content: "\f7e8";
}
.mdi-prescription:before {
  content: "\f705";
}
.mdi-presentation:before {
  content: "\f428";
}
.mdi-presentation-play:before {
  content: "\f429";
}
.mdi-printer:before {
  content: "\f42a";
}
.mdi-printer-3d:before {
  content: "\f42b";
}
.mdi-printer-alert:before {
  content: "\f42c";
}
.mdi-printer-settings:before {
  content: "\f706";
}
.mdi-priority-high:before {
  content: "\f603";
}
.mdi-priority-low:before {
  content: "\f604";
}
.mdi-professional-hexagon:before {
  content: "\f42d";
}
.mdi-projector:before {
  content: "\f42e";
}
.mdi-projector-screen:before {
  content: "\f42f";
}
.mdi-publish:before {
  content: "\f6a6";
}
.mdi-pulse:before {
  content: "\f430";
}
.mdi-puzzle:before {
  content: "\f431";
}
.mdi-qqchat:before {
  content: "\f605";
}
.mdi-qrcode:before {
  content: "\f432";
}
.mdi-qrcode-scan:before {
  content: "\f433";
}
.mdi-quadcopter:before {
  content: "\f434";
}
.mdi-quality-high:before {
  content: "\f435";
}
.mdi-quicktime:before {
  content: "\f436";
}
.mdi-radar:before {
  content: "\f437";
}
.mdi-radiator:before {
  content: "\f438";
}
.mdi-radio:before {
  content: "\f439";
}
.mdi-radio-handheld:before {
  content: "\f43a";
}
.mdi-radio-tower:before {
  content: "\f43b";
}
.mdi-radioactive:before {
  content: "\f43c";
}
.mdi-radiobox-blank:before {
  content: "\f43d";
}
.mdi-radiobox-marked:before {
  content: "\f43e";
}
.mdi-raspberrypi:before {
  content: "\f43f";
}
.mdi-ray-end:before {
  content: "\f440";
}
.mdi-ray-end-arrow:before {
  content: "\f441";
}
.mdi-ray-start:before {
  content: "\f442";
}
.mdi-ray-start-arrow:before {
  content: "\f443";
}
.mdi-ray-start-end:before {
  content: "\f444";
}
.mdi-ray-vertex:before {
  content: "\f445";
}
.mdi-rdio:before {
  content: "\f446";
}
.mdi-react:before {
  content: "\f707";
}
.mdi-read:before {
  content: "\f447";
}
.mdi-readability:before {
  content: "\f448";
}
.mdi-receipt:before {
  content: "\f449";
}
.mdi-record:before {
  content: "\f44a";
}
.mdi-record-rec:before {
  content: "\f44b";
}
.mdi-recycle:before {
  content: "\f44c";
}
.mdi-reddit:before {
  content: "\f44d";
}
.mdi-redo:before {
  content: "\f44e";
}
.mdi-redo-variant:before {
  content: "\f44f";
}
.mdi-refresh:before {
  content: "\f450";
}
.mdi-regex:before {
  content: "\f451";
}
.mdi-relative-scale:before {
  content: "\f452";
}
.mdi-reload:before {
  content: "\f453";
}
.mdi-remote:before {
  content: "\f454";
}
.mdi-rename-box:before {
  content: "\f455";
}
.mdi-reorder-horizontal:before {
  content: "\f687";
}
.mdi-reorder-vertical:before {
  content: "\f688";
}
.mdi-repeat:before {
  content: "\f456";
}
.mdi-repeat-off:before {
  content: "\f457";
}
.mdi-repeat-once:before {
  content: "\f458";
}
.mdi-replay:before {
  content: "\f459";
}
.mdi-reply:before {
  content: "\f45a";
}
.mdi-reply-all:before {
  content: "\f45b";
}
.mdi-reproduction:before {
  content: "\f45c";
}
.mdi-resize-bottom-right:before {
  content: "\f45d";
}
.mdi-responsive:before {
  content: "\f45e";
}
.mdi-restart:before {
  content: "\f708";
}
.mdi-restore:before {
  content: "\f6a7";
}
.mdi-rewind:before {
  content: "\f45f";
}
.mdi-rewind-outline:before {
  content: "\f709";
}
.mdi-rhombus:before {
  content: "\f70a";
}
.mdi-rhombus-outline:before {
  content: "\f70b";
}
.mdi-ribbon:before {
  content: "\f460";
}
.mdi-rice:before {
  content: "\f7e9";
}
.mdi-ring:before {
  content: "\f7ea";
}
.mdi-road:before {
  content: "\f461";
}
.mdi-road-variant:before {
  content: "\f462";
}
.mdi-robot:before {
  content: "\f6a8";
}
.mdi-rocket:before {
  content: "\f463";
}
.mdi-roomba:before {
  content: "\f70c";
}
.mdi-rotate-3d:before {
  content: "\f464";
}
.mdi-rotate-left:before {
  content: "\f465";
}
.mdi-rotate-left-variant:before {
  content: "\f466";
}
.mdi-rotate-right:before {
  content: "\f467";
}
.mdi-rotate-right-variant:before {
  content: "\f468";
}
.mdi-rounded-corner:before {
  content: "\f607";
}
.mdi-router-wireless:before {
  content: "\f469";
}
.mdi-routes:before {
  content: "\f46a";
}
.mdi-rowing:before {
  content: "\f608";
}
.mdi-rss:before {
  content: "\f46b";
}
.mdi-rss-box:before {
  content: "\f46c";
}
.mdi-ruler:before {
  content: "\f46d";
}
.mdi-run:before {
  content: "\f70d";
}
.mdi-run-fast:before {
  content: "\f46e";
}
.mdi-sale:before {
  content: "\f46f";
}
.mdi-sass:before {
  content: "\f7eb";
}
.mdi-satellite:before {
  content: "\f470";
}
.mdi-satellite-variant:before {
  content: "\f471";
}
.mdi-saxophone:before {
  content: "\f609";
}
.mdi-scale:before {
  content: "\f472";
}
.mdi-scale-balance:before {
  content: "\f5d1";
}
.mdi-scale-bathroom:before {
  content: "\f473";
}
.mdi-scanner:before {
  content: "\f6aa";
}
.mdi-school:before {
  content: "\f474";
}
.mdi-screen-rotation:before {
  content: "\f475";
}
.mdi-screen-rotation-lock:before {
  content: "\f476";
}
.mdi-screwdriver:before {
  content: "\f477";
}
.mdi-script:before {
  content: "\f478";
}
.mdi-sd:before {
  content: "\f479";
}
.mdi-seal:before {
  content: "\f47a";
}
.mdi-search-web:before {
  content: "\f70e";
}
.mdi-seat-flat:before {
  content: "\f47b";
}
.mdi-seat-flat-angled:before {
  content: "\f47c";
}
.mdi-seat-individual-suite:before {
  content: "\f47d";
}
.mdi-seat-legroom-extra:before {
  content: "\f47e";
}
.mdi-seat-legroom-normal:before {
  content: "\f47f";
}
.mdi-seat-legroom-reduced:before {
  content: "\f480";
}
.mdi-seat-recline-extra:before {
  content: "\f481";
}
.mdi-seat-recline-normal:before {
  content: "\f482";
}
.mdi-security:before {
  content: "\f483";
}
.mdi-security-home:before {
  content: "\f689";
}
.mdi-security-network:before {
  content: "\f484";
}
.mdi-select:before {
  content: "\f485";
}
.mdi-select-all:before {
  content: "\f486";
}
.mdi-select-inverse:before {
  content: "\f487";
}
.mdi-select-off:before {
  content: "\f488";
}
.mdi-selection:before {
  content: "\f489";
}
.mdi-selection-off:before {
  content: "\f776";
}
.mdi-send:before {
  content: "\f48a";
}
.mdi-send-secure:before {
  content: "\f7ec";
}
.mdi-serial-port:before {
  content: "\f65c";
}
.mdi-server:before {
  content: "\f48b";
}
.mdi-server-minus:before {
  content: "\f48c";
}
.mdi-server-network:before {
  content: "\f48d";
}
.mdi-server-network-off:before {
  content: "\f48e";
}
.mdi-server-off:before {
  content: "\f48f";
}
.mdi-server-plus:before {
  content: "\f490";
}
.mdi-server-remove:before {
  content: "\f491";
}
.mdi-server-security:before {
  content: "\f492";
}
.mdi-set-all:before {
  content: "\f777";
}
.mdi-set-center:before {
  content: "\f778";
}
.mdi-set-center-right:before {
  content: "\f779";
}
.mdi-set-left:before {
  content: "\f77a";
}
.mdi-set-left-center:before {
  content: "\f77b";
}
.mdi-set-left-right:before {
  content: "\f77c";
}
.mdi-set-none:before {
  content: "\f77d";
}
.mdi-set-right:before {
  content: "\f77e";
}
.mdi-settings:before {
  content: "\f493";
}
.mdi-settings-box:before {
  content: "\f494";
}
.mdi-shape-circle-plus:before {
  content: "\f65d";
}
.mdi-shape-plus:before {
  content: "\f495";
}
.mdi-shape-polygon-plus:before {
  content: "\f65e";
}
.mdi-shape-rectangle-plus:before {
  content: "\f65f";
}
.mdi-shape-square-plus:before {
  content: "\f660";
}
.mdi-share:before {
  content: "\f496";
}
.mdi-share-variant:before {
  content: "\f497";
}
.mdi-shield:before {
  content: "\f498";
}
.mdi-shield-half-full:before {
  content: "\f77f";
}
.mdi-shield-outline:before {
  content: "\f499";
}
.mdi-shopping:before {
  content: "\f49a";
}
.mdi-shopping-music:before {
  content: "\f49b";
}
.mdi-shovel:before {
  content: "\f70f";
}
.mdi-shovel-off:before {
  content: "\f710";
}
.mdi-shredder:before {
  content: "\f49c";
}
.mdi-shuffle:before {
  content: "\f49d";
}
.mdi-shuffle-disabled:before {
  content: "\f49e";
}
.mdi-shuffle-variant:before {
  content: "\f49f";
}
.mdi-sigma:before {
  content: "\f4a0";
}
.mdi-sigma-lower:before {
  content: "\f62b";
}
.mdi-sign-caution:before {
  content: "\f4a1";
}
.mdi-sign-direction:before {
  content: "\f780";
}
.mdi-sign-text:before {
  content: "\f781";
}
.mdi-signal:before {
  content: "\f4a2";
}
.mdi-signal-2g:before {
  content: "\f711";
}
.mdi-signal-3g:before {
  content: "\f712";
}
.mdi-signal-4g:before {
  content: "\f713";
}
.mdi-signal-hspa:before {
  content: "\f714";
}
.mdi-signal-hspa-plus:before {
  content: "\f715";
}
.mdi-signal-off:before {
  content: "\f782";
}
.mdi-signal-variant:before {
  content: "\f60a";
}
.mdi-silverware:before {
  content: "\f4a3";
}
.mdi-silverware-fork:before {
  content: "\f4a4";
}
.mdi-silverware-spoon:before {
  content: "\f4a5";
}
.mdi-silverware-variant:before {
  content: "\f4a6";
}
.mdi-sim:before {
  content: "\f4a7";
}
.mdi-sim-alert:before {
  content: "\f4a8";
}
.mdi-sim-off:before {
  content: "\f4a9";
}
.mdi-sitemap:before {
  content: "\f4aa";
}
.mdi-skip-backward:before {
  content: "\f4ab";
}
.mdi-skip-forward:before {
  content: "\f4ac";
}
.mdi-skip-next:before {
  content: "\f4ad";
}
.mdi-skip-next-circle:before {
  content: "\f661";
}
.mdi-skip-next-circle-outline:before {
  content: "\f662";
}
.mdi-skip-previous:before {
  content: "\f4ae";
}
.mdi-skip-previous-circle:before {
  content: "\f663";
}
.mdi-skip-previous-circle-outline:before {
  content: "\f664";
}
.mdi-skull:before {
  content: "\f68b";
}
.mdi-skype:before {
  content: "\f4af";
}
.mdi-skype-business:before {
  content: "\f4b0";
}
.mdi-slack:before {
  content: "\f4b1";
}
.mdi-sleep:before {
  content: "\f4b2";
}
.mdi-sleep-off:before {
  content: "\f4b3";
}
.mdi-smoking:before {
  content: "\f4b4";
}
.mdi-smoking-off:before {
  content: "\f4b5";
}
.mdi-snapchat:before {
  content: "\f4b6";
}
.mdi-snowflake:before {
  content: "\f716";
}
.mdi-snowman:before {
  content: "\f4b7";
}
.mdi-soccer:before {
  content: "\f4b8";
}
.mdi-sofa:before {
  content: "\f4b9";
}
.mdi-solid:before {
  content: "\f68c";
}
.mdi-sort:before {
  content: "\f4ba";
}
.mdi-sort-alphabetical:before {
  content: "\f4bb";
}
.mdi-sort-ascending:before {
  content: "\f4bc";
}
.mdi-sort-descending:before {
  content: "\f4bd";
}
.mdi-sort-numeric:before {
  content: "\f4be";
}
.mdi-sort-variant:before {
  content: "\f4bf";
}
.mdi-soundcloud:before {
  content: "\f4c0";
}
.mdi-source-branch:before {
  content: "\f62c";
}
.mdi-source-commit:before {
  content: "\f717";
}
.mdi-source-commit-end:before {
  content: "\f718";
}
.mdi-source-commit-end-local:before {
  content: "\f719";
}
.mdi-source-commit-local:before {
  content: "\f71a";
}
.mdi-source-commit-next-local:before {
  content: "\f71b";
}
.mdi-source-commit-start:before {
  content: "\f71c";
}
.mdi-source-commit-start-next-local:before {
  content: "\f71d";
}
.mdi-source-fork:before {
  content: "\f4c1";
}
.mdi-source-merge:before {
  content: "\f62d";
}
.mdi-source-pull:before {
  content: "\f4c2";
}
.mdi-soy-sauce:before {
  content: "\f7ed";
}
.mdi-speaker:before {
  content: "\f4c3";
}
.mdi-speaker-off:before {
  content: "\f4c4";
}
.mdi-speaker-wireless:before {
  content: "\f71e";
}
.mdi-speedometer:before {
  content: "\f4c5";
}
.mdi-spellcheck:before {
  content: "\f4c6";
}
.mdi-spotify:before {
  content: "\f4c7";
}
.mdi-spotlight:before {
  content: "\f4c8";
}
.mdi-spotlight-beam:before {
  content: "\f4c9";
}
.mdi-spray:before {
  content: "\f665";
}
.mdi-square:before {
  content: "\f763";
}
.mdi-square-inc:before {
  content: "\f4ca";
}
.mdi-square-inc-cash:before {
  content: "\f4cb";
}
.mdi-square-outline:before {
  content: "\f762";
}
.mdi-square-root:before {
  content: "\f783";
}
.mdi-stackexchange:before {
  content: "\f60b";
}
.mdi-stackoverflow:before {
  content: "\f4cc";
}
.mdi-stadium:before {
  content: "\f71f";
}
.mdi-stairs:before {
  content: "\f4cd";
}
.mdi-standard-definition:before {
  content: "\f7ee";
}
.mdi-star:before {
  content: "\f4ce";
}
.mdi-star-circle:before {
  content: "\f4cf";
}
.mdi-star-half:before {
  content: "\f4d0";
}
.mdi-star-off:before {
  content: "\f4d1";
}
.mdi-star-outline:before {
  content: "\f4d2";
}
.mdi-steam:before {
  content: "\f4d3";
}
.mdi-steering:before {
  content: "\f4d4";
}
.mdi-step-backward:before {
  content: "\f4d5";
}
.mdi-step-backward-2:before {
  content: "\f4d6";
}
.mdi-step-forward:before {
  content: "\f4d7";
}
.mdi-step-forward-2:before {
  content: "\f4d8";
}
.mdi-stethoscope:before {
  content: "\f4d9";
}
.mdi-sticker:before {
  content: "\f5d0";
}
.mdi-sticker-emoji:before {
  content: "\f784";
}
.mdi-stocking:before {
  content: "\f4da";
}
.mdi-stop:before {
  content: "\f4db";
}
.mdi-stop-circle:before {
  content: "\f666";
}
.mdi-stop-circle-outline:before {
  content: "\f667";
}
.mdi-store:before {
  content: "\f4dc";
}
.mdi-store-24-hour:before {
  content: "\f4dd";
}
.mdi-stove:before {
  content: "\f4de";
}
.mdi-subdirectory-arrow-left:before {
  content: "\f60c";
}
.mdi-subdirectory-arrow-right:before {
  content: "\f60d";
}
.mdi-subway:before {
  content: "\f6ab";
}
.mdi-subway-variant:before {
  content: "\f4df";
}
.mdi-summit:before {
  content: "\f785";
}
.mdi-sunglasses:before {
  content: "\f4e0";
}
.mdi-surround-sound:before {
  content: "\f5c5";
}
.mdi-surround-sound-2-0:before {
  content: "\f7ef";
}
.mdi-surround-sound-3-1:before {
  content: "\f7f0";
}
.mdi-surround-sound-5-1:before {
  content: "\f7f1";
}
.mdi-surround-sound-7-1:before {
  content: "\f7f2";
}
.mdi-svg:before {
  content: "\f720";
}
.mdi-swap-horizontal:before {
  content: "\f4e1";
}
.mdi-swap-vertical:before {
  content: "\f4e2";
}
.mdi-swim:before {
  content: "\f4e3";
}
.mdi-switch:before {
  content: "\f4e4";
}
.mdi-sword:before {
  content: "\f4e5";
}
.mdi-sword-cross:before {
  content: "\f786";
}
.mdi-sync:before {
  content: "\f4e6";
}
.mdi-sync-alert:before {
  content: "\f4e7";
}
.mdi-sync-off:before {
  content: "\f4e8";
}
.mdi-tab:before {
  content: "\f4e9";
}
.mdi-tab-plus:before {
  content: "\f75b";
}
.mdi-tab-unselected:before {
  content: "\f4ea";
}
.mdi-table:before {
  content: "\f4eb";
}
.mdi-table-column-plus-after:before {
  content: "\f4ec";
}
.mdi-table-column-plus-before:before {
  content: "\f4ed";
}
.mdi-table-column-remove:before {
  content: "\f4ee";
}
.mdi-table-column-width:before {
  content: "\f4ef";
}
.mdi-table-edit:before {
  content: "\f4f0";
}
.mdi-table-large:before {
  content: "\f4f1";
}
.mdi-table-row-height:before {
  content: "\f4f2";
}
.mdi-table-row-plus-after:before {
  content: "\f4f3";
}
.mdi-table-row-plus-before:before {
  content: "\f4f4";
}
.mdi-table-row-remove:before {
  content: "\f4f5";
}
.mdi-tablet:before {
  content: "\f4f6";
}
.mdi-tablet-android:before {
  content: "\f4f7";
}
.mdi-tablet-ipad:before {
  content: "\f4f8";
}
.mdi-taco:before {
  content: "\f761";
}
.mdi-tag:before {
  content: "\f4f9";
}
.mdi-tag-faces:before {
  content: "\f4fa";
}
.mdi-tag-heart:before {
  content: "\f68a";
}
.mdi-tag-multiple:before {
  content: "\f4fb";
}
.mdi-tag-outline:before {
  content: "\f4fc";
}
.mdi-tag-plus:before {
  content: "\f721";
}
.mdi-tag-remove:before {
  content: "\f722";
}
.mdi-tag-text-outline:before {
  content: "\f4fd";
}
.mdi-target:before {
  content: "\f4fe";
}
.mdi-taxi:before {
  content: "\f4ff";
}
.mdi-teamviewer:before {
  content: "\f500";
}
.mdi-telegram:before {
  content: "\f501";
}
.mdi-television:before {
  content: "\f502";
}
.mdi-television-classic:before {
  content: "\f7f3";
}
.mdi-television-guide:before {
  content: "\f503";
}
.mdi-temperature-celsius:before {
  content: "\f504";
}
.mdi-temperature-fahrenheit:before {
  content: "\f505";
}
.mdi-temperature-kelvin:before {
  content: "\f506";
}
.mdi-tennis:before {
  content: "\f507";
}
.mdi-tent:before {
  content: "\f508";
}
.mdi-terrain:before {
  content: "\f509";
}
.mdi-test-tube:before {
  content: "\f668";
}
.mdi-text-shadow:before {
  content: "\f669";
}
.mdi-text-to-speech:before {
  content: "\f50a";
}
.mdi-text-to-speech-off:before {
  content: "\f50b";
}
.mdi-textbox:before {
  content: "\f60e";
}
.mdi-textbox-password:before {
  content: "\f7f4";
}
.mdi-texture:before {
  content: "\f50c";
}
.mdi-theater:before {
  content: "\f50d";
}
.mdi-theme-light-dark:before {
  content: "\f50e";
}
.mdi-thermometer:before {
  content: "\f50f";
}
.mdi-thermometer-lines:before {
  content: "\f510";
}
.mdi-thought-bubble:before {
  content: "\f7f5";
}
.mdi-thought-bubble-outline:before {
  content: "\f7f6";
}
.mdi-thumb-down:before {
  content: "\f511";
}
.mdi-thumb-down-outline:before {
  content: "\f512";
}
.mdi-thumb-up:before {
  content: "\f513";
}
.mdi-thumb-up-outline:before {
  content: "\f514";
}
.mdi-thumbs-up-down:before {
  content: "\f515";
}
.mdi-ticket:before {
  content: "\f516";
}
.mdi-ticket-account:before {
  content: "\f517";
}
.mdi-ticket-confirmation:before {
  content: "\f518";
}
.mdi-ticket-percent:before {
  content: "\f723";
}
.mdi-tie:before {
  content: "\f519";
}
.mdi-tilde:before {
  content: "\f724";
}
.mdi-timelapse:before {
  content: "\f51a";
}
.mdi-timer:before {
  content: "\f51b";
}
.mdi-timer-10:before {
  content: "\f51c";
}
.mdi-timer-3:before {
  content: "\f51d";
}
.mdi-timer-off:before {
  content: "\f51e";
}
.mdi-timer-sand:before {
  content: "\f51f";
}
.mdi-timer-sand-empty:before {
  content: "\f6ac";
}
.mdi-timer-sand-full:before {
  content: "\f78b";
}
.mdi-timetable:before {
  content: "\f520";
}
.mdi-toggle-switch:before {
  content: "\f521";
}
.mdi-toggle-switch-off:before {
  content: "\f522";
}
.mdi-tooltip:before {
  content: "\f523";
}
.mdi-tooltip-edit:before {
  content: "\f524";
}
.mdi-tooltip-image:before {
  content: "\f525";
}
.mdi-tooltip-outline:before {
  content: "\f526";
}
.mdi-tooltip-outline-plus:before {
  content: "\f527";
}
.mdi-tooltip-text:before {
  content: "\f528";
}
.mdi-tooth:before {
  content: "\f529";
}
.mdi-tor:before {
  content: "\f52a";
}
.mdi-tower-beach:before {
  content: "\f680";
}
.mdi-tower-fire:before {
  content: "\f681";
}
.mdi-trackpad:before {
  content: "\f7f7";
}
.mdi-traffic-light:before {
  content: "\f52b";
}
.mdi-train:before {
  content: "\f52c";
}
.mdi-tram:before {
  content: "\f52d";
}
.mdi-transcribe:before {
  content: "\f52e";
}
.mdi-transcribe-close:before {
  content: "\f52f";
}
.mdi-transfer:before {
  content: "\f530";
}
.mdi-transit-transfer:before {
  content: "\f6ad";
}
.mdi-translate:before {
  content: "\f5ca";
}
.mdi-treasure-chest:before {
  content: "\f725";
}
.mdi-tree:before {
  content: "\f531";
}
.mdi-trello:before {
  content: "\f532";
}
.mdi-trending-down:before {
  content: "\f533";
}
.mdi-trending-neutral:before {
  content: "\f534";
}
.mdi-trending-up:before {
  content: "\f535";
}
.mdi-triangle:before {
  content: "\f536";
}
.mdi-triangle-outline:before {
  content: "\f537";
}
.mdi-trophy:before {
  content: "\f538";
}
.mdi-trophy-award:before {
  content: "\f539";
}
.mdi-trophy-outline:before {
  content: "\f53a";
}
.mdi-trophy-variant:before {
  content: "\f53b";
}
.mdi-trophy-variant-outline:before {
  content: "\f53c";
}
.mdi-truck:before {
  content: "\f53d";
}
.mdi-truck-delivery:before {
  content: "\f53e";
}
.mdi-truck-fast:before {
  content: "\f787";
}
.mdi-truck-trailer:before {
  content: "\f726";
}
.mdi-tshirt-crew:before {
  content: "\f53f";
}
.mdi-tshirt-v:before {
  content: "\f540";
}
.mdi-tumblr:before {
  content: "\f541";
}
.mdi-tumblr-reblog:before {
  content: "\f542";
}
.mdi-tune:before {
  content: "\f62e";
}
.mdi-tune-vertical:before {
  content: "\f66a";
}
.mdi-twitch:before {
  content: "\f543";
}
.mdi-twitter:before {
  content: "\f544";
}
.mdi-twitter-box:before {
  content: "\f545";
}
.mdi-twitter-circle:before {
  content: "\f546";
}
.mdi-twitter-retweet:before {
  content: "\f547";
}
.mdi-uber:before {
  content: "\f748";
}
.mdi-ubuntu:before {
  content: "\f548";
}
.mdi-ultra-high-definition:before {
  content: "\f7f8";
}
.mdi-umbraco:before {
  content: "\f549";
}
.mdi-umbrella:before {
  content: "\f54a";
}
.mdi-umbrella-outline:before {
  content: "\f54b";
}
.mdi-undo:before {
  content: "\f54c";
}
.mdi-undo-variant:before {
  content: "\f54d";
}
.mdi-unfold-less-horizontal:before {
  content: "\f54e";
}
.mdi-unfold-less-vertical:before {
  content: "\f75f";
}
.mdi-unfold-more-horizontal:before {
  content: "\f54f";
}
.mdi-unfold-more-vertical:before {
  content: "\f760";
}
.mdi-ungroup:before {
  content: "\f550";
}
.mdi-unity:before {
  content: "\f6ae";
}
.mdi-untappd:before {
  content: "\f551";
}
.mdi-update:before {
  content: "\f6af";
}
.mdi-upload:before {
  content: "\f552";
}
.mdi-upload-network:before {
  content: "\f6f5";
}
.mdi-usb:before {
  content: "\f553";
}
.mdi-van-passenger:before {
  content: "\f7f9";
}
.mdi-van-utility:before {
  content: "\f7fa";
}
.mdi-vanish:before {
  content: "\f7fb";
}
.mdi-vector-arrange-above:before {
  content: "\f554";
}
.mdi-vector-arrange-below:before {
  content: "\f555";
}
.mdi-vector-circle:before {
  content: "\f556";
}
.mdi-vector-circle-variant:before {
  content: "\f557";
}
.mdi-vector-combine:before {
  content: "\f558";
}
.mdi-vector-curve:before {
  content: "\f559";
}
.mdi-vector-difference:before {
  content: "\f55a";
}
.mdi-vector-difference-ab:before {
  content: "\f55b";
}
.mdi-vector-difference-ba:before {
  content: "\f55c";
}
.mdi-vector-intersection:before {
  content: "\f55d";
}
.mdi-vector-line:before {
  content: "\f55e";
}
.mdi-vector-point:before {
  content: "\f55f";
}
.mdi-vector-polygon:before {
  content: "\f560";
}
.mdi-vector-polyline:before {
  content: "\f561";
}
.mdi-vector-radius:before {
  content: "\f749";
}
.mdi-vector-rectangle:before {
  content: "\f5c6";
}
.mdi-vector-selection:before {
  content: "\f562";
}
.mdi-vector-square:before {
  content: "\f001";
}
.mdi-vector-triangle:before {
  content: "\f563";
}
.mdi-vector-union:before {
  content: "\f564";
}
.mdi-verified:before {
  content: "\f565";
}
.mdi-vibrate:before {
  content: "\f566";
}
.mdi-video:before {
  content: "\f567";
}
.mdi-video-3d:before {
  content: "\f7fc";
}
.mdi-video-off:before {
  content: "\f568";
}
.mdi-video-switch:before {
  content: "\f569";
}
.mdi-view-agenda:before {
  content: "\f56a";
}
.mdi-view-array:before {
  content: "\f56b";
}
.mdi-view-carousel:before {
  content: "\f56c";
}
.mdi-view-column:before {
  content: "\f56d";
}
.mdi-view-dashboard:before {
  content: "\f56e";
}
.mdi-view-day:before {
  content: "\f56f";
}
.mdi-view-grid:before {
  content: "\f570";
}
.mdi-view-headline:before {
  content: "\f571";
}
.mdi-view-list:before {
  content: "\f572";
}
.mdi-view-module:before {
  content: "\f573";
}
.mdi-view-parallel:before {
  content: "\f727";
}
.mdi-view-quilt:before {
  content: "\f574";
}
.mdi-view-sequential:before {
  content: "\f728";
}
.mdi-view-stream:before {
  content: "\f575";
}
.mdi-view-week:before {
  content: "\f576";
}
.mdi-vimeo:before {
  content: "\f577";
}
.mdi-vine:before {
  content: "\f578";
}
.mdi-violin:before {
  content: "\f60f";
}
.mdi-visualstudio:before {
  content: "\f610";
}
.mdi-vk:before {
  content: "\f579";
}
.mdi-vk-box:before {
  content: "\f57a";
}
.mdi-vk-circle:before {
  content: "\f57b";
}
.mdi-vlc:before {
  content: "\f57c";
}
.mdi-voice:before {
  content: "\f5cb";
}
.mdi-voicemail:before {
  content: "\f57d";
}
.mdi-volume-high:before {
  content: "\f57e";
}
.mdi-volume-low:before {
  content: "\f57f";
}
.mdi-volume-medium:before {
  content: "\f580";
}
.mdi-volume-minus:before {
  content: "\f75d";
}
.mdi-volume-mute:before {
  content: "\f75e";
}
.mdi-volume-off:before {
  content: "\f581";
}
.mdi-volume-plus:before {
  content: "\f75c";
}
.mdi-vpn:before {
  content: "\f582";
}
.mdi-walk:before {
  content: "\f583";
}
.mdi-wall:before {
  content: "\f7fd";
}
.mdi-wallet:before {
  content: "\f584";
}
.mdi-wallet-giftcard:before {
  content: "\f585";
}
.mdi-wallet-membership:before {
  content: "\f586";
}
.mdi-wallet-travel:before {
  content: "\f587";
}
.mdi-wan:before {
  content: "\f588";
}
.mdi-washing-machine:before {
  content: "\f729";
}
.mdi-watch:before {
  content: "\f589";
}
.mdi-watch-export:before {
  content: "\f58a";
}
.mdi-watch-import:before {
  content: "\f58b";
}
.mdi-watch-vibrate:before {
  content: "\f6b0";
}
.mdi-water:before {
  content: "\f58c";
}
.mdi-water-off:before {
  content: "\f58d";
}
.mdi-water-percent:before {
  content: "\f58e";
}
.mdi-water-pump:before {
  content: "\f58f";
}
.mdi-watermark:before {
  content: "\f612";
}
.mdi-waves:before {
  content: "\f78c";
}
.mdi-weather-cloudy:before {
  content: "\f590";
}
.mdi-weather-fog:before {
  content: "\f591";
}
.mdi-weather-hail:before {
  content: "\f592";
}
.mdi-weather-lightning:before {
  content: "\f593";
}
.mdi-weather-lightning-rainy:before {
  content: "\f67d";
}
.mdi-weather-night:before {
  content: "\f594";
}
.mdi-weather-partlycloudy:before {
  content: "\f595";
}
.mdi-weather-pouring:before {
  content: "\f596";
}
.mdi-weather-rainy:before {
  content: "\f597";
}
.mdi-weather-snowy:before {
  content: "\f598";
}
.mdi-weather-snowy-rainy:before {
  content: "\f67e";
}
.mdi-weather-sunny:before {
  content: "\f599";
}
.mdi-weather-sunset:before {
  content: "\f59a";
}
.mdi-weather-sunset-down:before {
  content: "\f59b";
}
.mdi-weather-sunset-up:before {
  content: "\f59c";
}
.mdi-weather-windy:before {
  content: "\f59d";
}
.mdi-weather-windy-variant:before {
  content: "\f59e";
}
.mdi-web:before {
  content: "\f59f";
}
.mdi-webcam:before {
  content: "\f5a0";
}
.mdi-webhook:before {
  content: "\f62f";
}
.mdi-webpack:before {
  content: "\f72a";
}
.mdi-wechat:before {
  content: "\f611";
}
.mdi-weight:before {
  content: "\f5a1";
}
.mdi-weight-kilogram:before {
  content: "\f5a2";
}
.mdi-whatsapp:before {
  content: "\f5a3";
}
.mdi-wheelchair-accessibility:before {
  content: "\f5a4";
}
.mdi-white-balance-auto:before {
  content: "\f5a5";
}
.mdi-white-balance-incandescent:before {
  content: "\f5a6";
}
.mdi-white-balance-iridescent:before {
  content: "\f5a7";
}
.mdi-white-balance-sunny:before {
  content: "\f5a8";
}
.mdi-widgets:before {
  content: "\f72b";
}
.mdi-wifi:before {
  content: "\f5a9";
}
.mdi-wifi-off:before {
  content: "\f5aa";
}
.mdi-wii:before {
  content: "\f5ab";
}
.mdi-wiiu:before {
  content: "\f72c";
}
.mdi-wikipedia:before {
  content: "\f5ac";
}
.mdi-window-close:before {
  content: "\f5ad";
}
.mdi-window-closed:before {
  content: "\f5ae";
}
.mdi-window-maximize:before {
  content: "\f5af";
}
.mdi-window-minimize:before {
  content: "\f5b0";
}
.mdi-window-open:before {
  content: "\f5b1";
}
.mdi-window-restore:before {
  content: "\f5b2";
}
.mdi-windows:before {
  content: "\f5b3";
}
.mdi-wordpress:before {
  content: "\f5b4";
}
.mdi-worker:before {
  content: "\f5b5";
}
.mdi-wrap:before {
  content: "\f5b6";
}
.mdi-wrench:before {
  content: "\f5b7";
}
.mdi-wunderlist:before {
  content: "\f5b8";
}
.mdi-xaml:before {
  content: "\f673";
}
.mdi-xbox:before {
  content: "\f5b9";
}
.mdi-xbox-controller:before {
  content: "\f5ba";
}
.mdi-xbox-controller-battery-alert:before {
  content: "\f74a";
}
.mdi-xbox-controller-battery-empty:before {
  content: "\f74b";
}
.mdi-xbox-controller-battery-full:before {
  content: "\f74c";
}
.mdi-xbox-controller-battery-low:before {
  content: "\f74d";
}
.mdi-xbox-controller-battery-medium:before {
  content: "\f74e";
}
.mdi-xbox-controller-battery-unknown:before {
  content: "\f74f";
}
.mdi-xbox-controller-off:before {
  content: "\f5bb";
}
.mdi-xda:before {
  content: "\f5bc";
}
.mdi-xing:before {
  content: "\f5bd";
}
.mdi-xing-box:before {
  content: "\f5be";
}
.mdi-xing-circle:before {
  content: "\f5bf";
}
.mdi-xml:before {
  content: "\f5c0";
}
.mdi-xmpp:before {
  content: "\f7fe";
}
.mdi-yammer:before {
  content: "\f788";
}
.mdi-yeast:before {
  content: "\f5c1";
}
.mdi-yelp:before {
  content: "\f5c2";
}
.mdi-yin-yang:before {
  content: "\f67f";
}
.mdi-youtube-play:before {
  content: "\f5c3";
}
.mdi-zip-box:before {
  content: "\f5c4";
}
.mdi-blank:before {
  content: "\f68c";
  visibility: hidden;
}
/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "Material-Design-Iconic-Font";
  src:
    url("./media/Material-Design-Iconic-Font.woff2") format("woff2"),
    url("./media/Material-Design-Iconic-Font.woff") format("woff"),
    url("./media/Material-Design-Iconic-Font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.zmdi-hc-2x {
  font-size: 2em;
}
.zmdi-hc-3x {
  font-size: 3em;
}
.zmdi-hc-4x {
  font-size: 4em;
}
.zmdi-hc-5x {
  font-size: 5em;
}
.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}
.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.zmdi-hc-ul > li {
  position: relative;
}
.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}
.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}
.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}
.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}
.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}
.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}
.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.zmdi-hc-stack-1x {
  line-height: inherit;
}
.zmdi-hc-stack-2x {
  font-size: 2em;
}
.zmdi-hc-inverse {
  color: #ffffff;
}
.zmdi-3d-rotation:before {
  content: "\f101";
}
.zmdi-airplane-off:before {
  content: "\f102";
}
.zmdi-airplane:before {
  content: "\f103";
}
.zmdi-album:before {
  content: "\f104";
}
.zmdi-archive:before {
  content: "\f105";
}
.zmdi-assignment-account:before {
  content: "\f106";
}
.zmdi-assignment-alert:before {
  content: "\f107";
}
.zmdi-assignment-check:before {
  content: "\f108";
}
.zmdi-assignment-o:before {
  content: "\f109";
}
.zmdi-assignment-return:before {
  content: "\f10a";
}
.zmdi-assignment-returned:before {
  content: "\f10b";
}
.zmdi-assignment:before {
  content: "\f10c";
}
.zmdi-attachment-alt:before {
  content: "\f10d";
}
.zmdi-attachment:before {
  content: "\f10e";
}
.zmdi-audio:before {
  content: "\f10f";
}
.zmdi-badge-check:before {
  content: "\f110";
}
.zmdi-balance-wallet:before {
  content: "\f111";
}
.zmdi-balance:before {
  content: "\f112";
}
.zmdi-battery-alert:before {
  content: "\f113";
}
.zmdi-battery-flash:before {
  content: "\f114";
}
.zmdi-battery-unknown:before {
  content: "\f115";
}
.zmdi-battery:before {
  content: "\f116";
}
.zmdi-bike:before {
  content: "\f117";
}
.zmdi-block-alt:before {
  content: "\f118";
}
.zmdi-block:before {
  content: "\f119";
}
.zmdi-boat:before {
  content: "\f11a";
}
.zmdi-book-image:before {
  content: "\f11b";
}
.zmdi-book:before {
  content: "\f11c";
}
.zmdi-bookmark-outline:before {
  content: "\f11d";
}
.zmdi-bookmark:before {
  content: "\f11e";
}
.zmdi-brush:before {
  content: "\f11f";
}
.zmdi-bug:before {
  content: "\f120";
}
.zmdi-bus:before {
  content: "\f121";
}
.zmdi-cake:before {
  content: "\f122";
}
.zmdi-car-taxi:before {
  content: "\f123";
}
.zmdi-car-wash:before {
  content: "\f124";
}
.zmdi-car:before {
  content: "\f125";
}
.zmdi-card-giftcard:before {
  content: "\f126";
}
.zmdi-card-membership:before {
  content: "\f127";
}
.zmdi-card-travel:before {
  content: "\f128";
}
.zmdi-card:before {
  content: "\f129";
}
.zmdi-case-check:before {
  content: "\f12a";
}
.zmdi-case-download:before {
  content: "\f12b";
}
.zmdi-case-play:before {
  content: "\f12c";
}
.zmdi-case:before {
  content: "\f12d";
}
.zmdi-cast-connected:before {
  content: "\f12e";
}
.zmdi-cast:before {
  content: "\f12f";
}
.zmdi-chart-donut:before {
  content: "\f130";
}
.zmdi-chart:before {
  content: "\f131";
}
.zmdi-city-alt:before {
  content: "\f132";
}
.zmdi-city:before {
  content: "\f133";
}
.zmdi-close-circle-o:before {
  content: "\f134";
}
.zmdi-close-circle:before {
  content: "\f135";
}
.zmdi-close:before {
  content: "\f136";
}
.zmdi-cocktail:before {
  content: "\f137";
}
.zmdi-code-setting:before {
  content: "\f138";
}
.zmdi-code-smartphone:before {
  content: "\f139";
}
.zmdi-code:before {
  content: "\f13a";
}
.zmdi-coffee:before {
  content: "\f13b";
}
.zmdi-collection-bookmark:before {
  content: "\f13c";
}
.zmdi-collection-case-play:before {
  content: "\f13d";
}
.zmdi-collection-folder-image:before {
  content: "\f13e";
}
.zmdi-collection-image-o:before {
  content: "\f13f";
}
.zmdi-collection-image:before {
  content: "\f140";
}
.zmdi-collection-item-1:before {
  content: "\f141";
}
.zmdi-collection-item-2:before {
  content: "\f142";
}
.zmdi-collection-item-3:before {
  content: "\f143";
}
.zmdi-collection-item-4:before {
  content: "\f144";
}
.zmdi-collection-item-5:before {
  content: "\f145";
}
.zmdi-collection-item-6:before {
  content: "\f146";
}
.zmdi-collection-item-7:before {
  content: "\f147";
}
.zmdi-collection-item-8:before {
  content: "\f148";
}
.zmdi-collection-item-9-plus:before {
  content: "\f149";
}
.zmdi-collection-item-9:before {
  content: "\f14a";
}
.zmdi-collection-item:before {
  content: "\f14b";
}
.zmdi-collection-music:before {
  content: "\f14c";
}
.zmdi-collection-pdf:before {
  content: "\f14d";
}
.zmdi-collection-plus:before {
  content: "\f14e";
}
.zmdi-collection-speaker:before {
  content: "\f14f";
}
.zmdi-collection-text:before {
  content: "\f150";
}
.zmdi-collection-video:before {
  content: "\f151";
}
.zmdi-compass:before {
  content: "\f152";
}
.zmdi-cutlery:before {
  content: "\f153";
}
.zmdi-delete:before {
  content: "\f154";
}
.zmdi-dialpad:before {
  content: "\f155";
}
.zmdi-dns:before {
  content: "\f156";
}
.zmdi-drink:before {
  content: "\f157";
}
.zmdi-edit:before {
  content: "\f158";
}
.zmdi-email-open:before {
  content: "\f159";
}
.zmdi-email:before {
  content: "\f15a";
}
.zmdi-eye-off:before {
  content: "\f15b";
}
.zmdi-eye:before {
  content: "\f15c";
}
.zmdi-eyedropper:before {
  content: "\f15d";
}
.zmdi-favorite-outline:before {
  content: "\f15e";
}
.zmdi-favorite:before {
  content: "\f15f";
}
.zmdi-filter-list:before {
  content: "\f160";
}
.zmdi-fire:before {
  content: "\f161";
}
.zmdi-flag:before {
  content: "\f162";
}
.zmdi-flare:before {
  content: "\f163";
}
.zmdi-flash-auto:before {
  content: "\f164";
}
.zmdi-flash-off:before {
  content: "\f165";
}
.zmdi-flash:before {
  content: "\f166";
}
.zmdi-flip:before {
  content: "\f167";
}
.zmdi-flower-alt:before {
  content: "\f168";
}
.zmdi-flower:before {
  content: "\f169";
}
.zmdi-font:before {
  content: "\f16a";
}
.zmdi-fullscreen-alt:before {
  content: "\f16b";
}
.zmdi-fullscreen-exit:before {
  content: "\f16c";
}
.zmdi-fullscreen:before {
  content: "\f16d";
}
.zmdi-functions:before {
  content: "\f16e";
}
.zmdi-gas-station:before {
  content: "\f16f";
}
.zmdi-gesture:before {
  content: "\f170";
}
.zmdi-globe-alt:before {
  content: "\f171";
}
.zmdi-globe-lock:before {
  content: "\f172";
}
.zmdi-globe:before {
  content: "\f173";
}
.zmdi-graduation-cap:before {
  content: "\f174";
}
.zmdi-home:before {
  content: "\f175";
}
.zmdi-hospital-alt:before {
  content: "\f176";
}
.zmdi-hospital:before {
  content: "\f177";
}
.zmdi-hotel:before {
  content: "\f178";
}
.zmdi-hourglass-alt:before {
  content: "\f179";
}
.zmdi-hourglass-outline:before {
  content: "\f17a";
}
.zmdi-hourglass:before {
  content: "\f17b";
}
.zmdi-http:before {
  content: "\f17c";
}
.zmdi-image-alt:before {
  content: "\f17d";
}
.zmdi-image-o:before {
  content: "\f17e";
}
.zmdi-image:before {
  content: "\f17f";
}
.zmdi-inbox:before {
  content: "\f180";
}
.zmdi-invert-colors-off:before {
  content: "\f181";
}
.zmdi-invert-colors:before {
  content: "\f182";
}
.zmdi-key:before {
  content: "\f183";
}
.zmdi-label-alt-outline:before {
  content: "\f184";
}
.zmdi-label-alt:before {
  content: "\f185";
}
.zmdi-label-heart:before {
  content: "\f186";
}
.zmdi-label:before {
  content: "\f187";
}
.zmdi-labels:before {
  content: "\f188";
}
.zmdi-lamp:before {
  content: "\f189";
}
.zmdi-landscape:before {
  content: "\f18a";
}
.zmdi-layers-off:before {
  content: "\f18b";
}
.zmdi-layers:before {
  content: "\f18c";
}
.zmdi-library:before {
  content: "\f18d";
}
.zmdi-link:before {
  content: "\f18e";
}
.zmdi-lock-open:before {
  content: "\f18f";
}
.zmdi-lock-outline:before {
  content: "\f190";
}
.zmdi-lock:before {
  content: "\f191";
}
.zmdi-mail-reply-all:before {
  content: "\f192";
}
.zmdi-mail-reply:before {
  content: "\f193";
}
.zmdi-mail-send:before {
  content: "\f194";
}
.zmdi-mall:before {
  content: "\f195";
}
.zmdi-map:before {
  content: "\f196";
}
.zmdi-menu:before {
  content: "\f197";
}
.zmdi-money-box:before {
  content: "\f198";
}
.zmdi-money-off:before {
  content: "\f199";
}
.zmdi-money:before {
  content: "\f19a";
}
.zmdi-more-vert:before {
  content: "\f19b";
}
.zmdi-more:before {
  content: "\f19c";
}
.zmdi-movie-alt:before {
  content: "\f19d";
}
.zmdi-movie:before {
  content: "\f19e";
}
.zmdi-nature-people:before {
  content: "\f19f";
}
.zmdi-nature:before {
  content: "\f1a0";
}
.zmdi-navigation:before {
  content: "\f1a1";
}
.zmdi-open-in-browser:before {
  content: "\f1a2";
}
.zmdi-open-in-new:before {
  content: "\f1a3";
}
.zmdi-palette:before {
  content: "\f1a4";
}
.zmdi-parking:before {
  content: "\f1a5";
}
.zmdi-pin-account:before {
  content: "\f1a6";
}
.zmdi-pin-assistant:before {
  content: "\f1a7";
}
.zmdi-pin-drop:before {
  content: "\f1a8";
}
.zmdi-pin-help:before {
  content: "\f1a9";
}
.zmdi-pin-off:before {
  content: "\f1aa";
}
.zmdi-pin:before {
  content: "\f1ab";
}
.zmdi-pizza:before {
  content: "\f1ac";
}
.zmdi-plaster:before {
  content: "\f1ad";
}
.zmdi-power-setting:before {
  content: "\f1ae";
}
.zmdi-power:before {
  content: "\f1af";
}
.zmdi-print:before {
  content: "\f1b0";
}
.zmdi-puzzle-piece:before {
  content: "\f1b1";
}
.zmdi-quote:before {
  content: "\f1b2";
}
.zmdi-railway:before {
  content: "\f1b3";
}
.zmdi-receipt:before {
  content: "\f1b4";
}
.zmdi-refresh-alt:before {
  content: "\f1b5";
}
.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}
.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}
.zmdi-refresh-sync:before {
  content: "\f1b8";
}
.zmdi-refresh:before {
  content: "\f1b9";
}
.zmdi-roller:before {
  content: "\f1ba";
}
.zmdi-ruler:before {
  content: "\f1bb";
}
.zmdi-scissors:before {
  content: "\f1bc";
}
.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}
.zmdi-screen-rotation:before {
  content: "\f1be";
}
.zmdi-search-for:before {
  content: "\f1bf";
}
.zmdi-search-in-file:before {
  content: "\f1c0";
}
.zmdi-search-in-page:before {
  content: "\f1c1";
}
.zmdi-search-replace:before {
  content: "\f1c2";
}
.zmdi-search:before {
  content: "\f1c3";
}
.zmdi-seat:before {
  content: "\f1c4";
}
.zmdi-settings-square:before {
  content: "\f1c5";
}
.zmdi-settings:before {
  content: "\f1c6";
}
.zmdi-shield-check:before {
  content: "\f1c7";
}
.zmdi-shield-security:before {
  content: "\f1c8";
}
.zmdi-shopping-basket:before {
  content: "\f1c9";
}
.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}
.zmdi-shopping-cart:before {
  content: "\f1cb";
}
.zmdi-sign-in:before {
  content: "\f1cc";
}
.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}
.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}
.zmdi-sort-asc:before {
  content: "\f1cf";
}
.zmdi-sort-desc:before {
  content: "\f1d0";
}
.zmdi-spellcheck:before {
  content: "\f1d1";
}
.zmdi-storage:before {
  content: "\f1d2";
}
.zmdi-store-24:before {
  content: "\f1d3";
}
.zmdi-store:before {
  content: "\f1d4";
}
.zmdi-subway:before {
  content: "\f1d5";
}
.zmdi-sun:before {
  content: "\f1d6";
}
.zmdi-tab-unselected:before {
  content: "\f1d7";
}
.zmdi-tab:before {
  content: "\f1d8";
}
.zmdi-tag-close:before {
  content: "\f1d9";
}
.zmdi-tag-more:before {
  content: "\f1da";
}
.zmdi-tag:before {
  content: "\f1db";
}
.zmdi-thumb-down:before {
  content: "\f1dc";
}
.zmdi-thumb-up-down:before {
  content: "\f1dd";
}
.zmdi-thumb-up:before {
  content: "\f1de";
}
.zmdi-ticket-star:before {
  content: "\f1df";
}
.zmdi-toll:before {
  content: "\f1e0";
}
.zmdi-toys:before {
  content: "\f1e1";
}
.zmdi-traffic:before {
  content: "\f1e2";
}
.zmdi-translate:before {
  content: "\f1e3";
}
.zmdi-triangle-down:before {
  content: "\f1e4";
}
.zmdi-triangle-up:before {
  content: "\f1e5";
}
.zmdi-truck:before {
  content: "\f1e6";
}
.zmdi-turning-sign:before {
  content: "\f1e7";
}
.zmdi-wallpaper:before {
  content: "\f1e8";
}
.zmdi-washing-machine:before {
  content: "\f1e9";
}
.zmdi-window-maximize:before {
  content: "\f1ea";
}
.zmdi-window-minimize:before {
  content: "\f1eb";
}
.zmdi-window-restore:before {
  content: "\f1ec";
}
.zmdi-wrench:before {
  content: "\f1ed";
}
.zmdi-zoom-in:before {
  content: "\f1ee";
}
.zmdi-zoom-out:before {
  content: "\f1ef";
}
.zmdi-alert-circle-o:before {
  content: "\f1f0";
}
.zmdi-alert-circle:before {
  content: "\f1f1";
}
.zmdi-alert-octagon:before {
  content: "\f1f2";
}
.zmdi-alert-polygon:before {
  content: "\f1f3";
}
.zmdi-alert-triangle:before {
  content: "\f1f4";
}
.zmdi-help-outline:before {
  content: "\f1f5";
}
.zmdi-help:before {
  content: "\f1f6";
}
.zmdi-info-outline:before {
  content: "\f1f7";
}
.zmdi-info:before {
  content: "\f1f8";
}
.zmdi-notifications-active:before {
  content: "\f1f9";
}
.zmdi-notifications-add:before {
  content: "\f1fa";
}
.zmdi-notifications-none:before {
  content: "\f1fb";
}
.zmdi-notifications-off:before {
  content: "\f1fc";
}
.zmdi-notifications-paused:before {
  content: "\f1fd";
}
.zmdi-notifications:before {
  content: "\f1fe";
}
.zmdi-account-add:before {
  content: "\f1ff";
}
.zmdi-account-box-mail:before {
  content: "\f200";
}
.zmdi-account-box-o:before {
  content: "\f201";
}
.zmdi-account-box-phone:before {
  content: "\f202";
}
.zmdi-account-box:before {
  content: "\f203";
}
.zmdi-account-calendar:before {
  content: "\f204";
}
.zmdi-account-circle:before {
  content: "\f205";
}
.zmdi-account-o:before {
  content: "\f206";
}
.zmdi-account:before {
  content: "\f207";
}
.zmdi-accounts-add:before {
  content: "\f208";
}
.zmdi-accounts-alt:before {
  content: "\f209";
}
.zmdi-accounts-list-alt:before {
  content: "\f20a";
}
.zmdi-accounts-list:before {
  content: "\f20b";
}
.zmdi-accounts-outline:before {
  content: "\f20c";
}
.zmdi-accounts:before {
  content: "\f20d";
}
.zmdi-face:before {
  content: "\f20e";
}
.zmdi-female:before {
  content: "\f20f";
}
.zmdi-male-alt:before {
  content: "\f210";
}
.zmdi-male-female:before {
  content: "\f211";
}
.zmdi-male:before {
  content: "\f212";
}
.zmdi-mood-bad:before {
  content: "\f213";
}
.zmdi-mood:before {
  content: "\f214";
}
.zmdi-run:before {
  content: "\f215";
}
.zmdi-walk:before {
  content: "\f216";
}
.zmdi-cloud-box:before {
  content: "\f217";
}
.zmdi-cloud-circle:before {
  content: "\f218";
}
.zmdi-cloud-done:before {
  content: "\f219";
}
.zmdi-cloud-download:before {
  content: "\f21a";
}
.zmdi-cloud-off:before {
  content: "\f21b";
}
.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}
.zmdi-cloud-outline:before {
  content: "\f21d";
}
.zmdi-cloud-upload:before {
  content: "\f21e";
}
.zmdi-cloud:before {
  content: "\f21f";
}
.zmdi-download:before {
  content: "\f220";
}
.zmdi-file-plus:before {
  content: "\f221";
}
.zmdi-file-text:before {
  content: "\f222";
}
.zmdi-file:before {
  content: "\f223";
}
.zmdi-folder-outline:before {
  content: "\f224";
}
.zmdi-folder-person:before {
  content: "\f225";
}
.zmdi-folder-star-alt:before {
  content: "\f226";
}
.zmdi-folder-star:before {
  content: "\f227";
}
.zmdi-folder:before {
  content: "\f228";
}
.zmdi-gif:before {
  content: "\f229";
}
.zmdi-upload:before {
  content: "\f22a";
}
.zmdi-border-all:before {
  content: "\f22b";
}
.zmdi-border-bottom:before {
  content: "\f22c";
}
.zmdi-border-clear:before {
  content: "\f22d";
}
.zmdi-border-color:before {
  content: "\f22e";
}
.zmdi-border-horizontal:before {
  content: "\f22f";
}
.zmdi-border-inner:before {
  content: "\f230";
}
.zmdi-border-left:before {
  content: "\f231";
}
.zmdi-border-outer:before {
  content: "\f232";
}
.zmdi-border-right:before {
  content: "\f233";
}
.zmdi-border-style:before {
  content: "\f234";
}
.zmdi-border-top:before {
  content: "\f235";
}
.zmdi-border-vertical:before {
  content: "\f236";
}
.zmdi-copy:before {
  content: "\f237";
}
.zmdi-crop:before {
  content: "\f238";
}
.zmdi-format-align-center:before {
  content: "\f239";
}
.zmdi-format-align-justify:before {
  content: "\f23a";
}
.zmdi-format-align-left:before {
  content: "\f23b";
}
.zmdi-format-align-right:before {
  content: "\f23c";
}
.zmdi-format-bold:before {
  content: "\f23d";
}
.zmdi-format-clear-all:before {
  content: "\f23e";
}
.zmdi-format-clear:before {
  content: "\f23f";
}
.zmdi-format-color-fill:before {
  content: "\f240";
}
.zmdi-format-color-reset:before {
  content: "\f241";
}
.zmdi-format-color-text:before {
  content: "\f242";
}
.zmdi-format-indent-decrease:before {
  content: "\f243";
}
.zmdi-format-indent-increase:before {
  content: "\f244";
}
.zmdi-format-italic:before {
  content: "\f245";
}
.zmdi-format-line-spacing:before {
  content: "\f246";
}
.zmdi-format-list-bulleted:before {
  content: "\f247";
}
.zmdi-format-list-numbered:before {
  content: "\f248";
}
.zmdi-format-ltr:before {
  content: "\f249";
}
.zmdi-format-rtl:before {
  content: "\f24a";
}
.zmdi-format-size:before {
  content: "\f24b";
}
.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}
.zmdi-format-strikethrough:before {
  content: "\f24d";
}
.zmdi-format-subject:before {
  content: "\f24e";
}
.zmdi-format-underlined:before {
  content: "\f24f";
}
.zmdi-format-valign-bottom:before {
  content: "\f250";
}
.zmdi-format-valign-center:before {
  content: "\f251";
}
.zmdi-format-valign-top:before {
  content: "\f252";
}
.zmdi-redo:before {
  content: "\f253";
}
.zmdi-select-all:before {
  content: "\f254";
}
.zmdi-space-bar:before {
  content: "\f255";
}
.zmdi-text-format:before {
  content: "\f256";
}
.zmdi-transform:before {
  content: "\f257";
}
.zmdi-undo:before {
  content: "\f258";
}
.zmdi-wrap-text:before {
  content: "\f259";
}
.zmdi-comment-alert:before {
  content: "\f25a";
}
.zmdi-comment-alt-text:before {
  content: "\f25b";
}
.zmdi-comment-alt:before {
  content: "\f25c";
}
.zmdi-comment-edit:before {
  content: "\f25d";
}
.zmdi-comment-image:before {
  content: "\f25e";
}
.zmdi-comment-list:before {
  content: "\f25f";
}
.zmdi-comment-more:before {
  content: "\f260";
}
.zmdi-comment-outline:before {
  content: "\f261";
}
.zmdi-comment-text-alt:before {
  content: "\f262";
}
.zmdi-comment-text:before {
  content: "\f263";
}
.zmdi-comment-video:before {
  content: "\f264";
}
.zmdi-comment:before {
  content: "\f265";
}
.zmdi-comments:before {
  content: "\f266";
}
.zmdi-check-all:before {
  content: "\f267";
}
.zmdi-check-circle-u:before {
  content: "\f268";
}
.zmdi-check-circle:before {
  content: "\f269";
}
.zmdi-check-square:before {
  content: "\f26a";
}
.zmdi-check:before {
  content: "\f26b";
}
.zmdi-circle-o:before {
  content: "\f26c";
}
.zmdi-circle:before {
  content: "\f26d";
}
.zmdi-dot-circle-alt:before {
  content: "\f26e";
}
.zmdi-dot-circle:before {
  content: "\f26f";
}
.zmdi-minus-circle-outline:before {
  content: "\f270";
}
.zmdi-minus-circle:before {
  content: "\f271";
}
.zmdi-minus-square:before {
  content: "\f272";
}
.zmdi-minus:before {
  content: "\f273";
}
.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}
.zmdi-plus-circle-o:before {
  content: "\f275";
}
.zmdi-plus-circle:before {
  content: "\f276";
}
.zmdi-plus-square:before {
  content: "\f277";
}
.zmdi-plus:before {
  content: "\f278";
}
.zmdi-square-o:before {
  content: "\f279";
}
.zmdi-star-circle:before {
  content: "\f27a";
}
.zmdi-star-half:before {
  content: "\f27b";
}
.zmdi-star-outline:before {
  content: "\f27c";
}
.zmdi-star:before {
  content: "\f27d";
}
.zmdi-bluetooth-connected:before {
  content: "\f27e";
}
.zmdi-bluetooth-off:before {
  content: "\f27f";
}
.zmdi-bluetooth-search:before {
  content: "\f280";
}
.zmdi-bluetooth-setting:before {
  content: "\f281";
}
.zmdi-bluetooth:before {
  content: "\f282";
}
.zmdi-camera-add:before {
  content: "\f283";
}
.zmdi-camera-alt:before {
  content: "\f284";
}
.zmdi-camera-bw:before {
  content: "\f285";
}
.zmdi-camera-front:before {
  content: "\f286";
}
.zmdi-camera-mic:before {
  content: "\f287";
}
.zmdi-camera-party-mode:before {
  content: "\f288";
}
.zmdi-camera-rear:before {
  content: "\f289";
}
.zmdi-camera-roll:before {
  content: "\f28a";
}
.zmdi-camera-switch:before {
  content: "\f28b";
}
.zmdi-camera:before {
  content: "\f28c";
}
.zmdi-card-alert:before {
  content: "\f28d";
}
.zmdi-card-off:before {
  content: "\f28e";
}
.zmdi-card-sd:before {
  content: "\f28f";
}
.zmdi-card-sim:before {
  content: "\f290";
}
.zmdi-desktop-mac:before {
  content: "\f291";
}
.zmdi-desktop-windows:before {
  content: "\f292";
}
.zmdi-device-hub:before {
  content: "\f293";
}
.zmdi-devices-off:before {
  content: "\f294";
}
.zmdi-devices:before {
  content: "\f295";
}
.zmdi-dock:before {
  content: "\f296";
}
.zmdi-floppy:before {
  content: "\f297";
}
.zmdi-gamepad:before {
  content: "\f298";
}
.zmdi-gps-dot:before {
  content: "\f299";
}
.zmdi-gps-off:before {
  content: "\f29a";
}
.zmdi-gps:before {
  content: "\f29b";
}
.zmdi-headset-mic:before {
  content: "\f29c";
}
.zmdi-headset:before {
  content: "\f29d";
}
.zmdi-input-antenna:before {
  content: "\f29e";
}
.zmdi-input-composite:before {
  content: "\f29f";
}
.zmdi-input-hdmi:before {
  content: "\f2a0";
}
.zmdi-input-power:before {
  content: "\f2a1";
}
.zmdi-input-svideo:before {
  content: "\f2a2";
}
.zmdi-keyboard-hide:before {
  content: "\f2a3";
}
.zmdi-keyboard:before {
  content: "\f2a4";
}
.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}
.zmdi-laptop-mac:before {
  content: "\f2a6";
}
.zmdi-laptop:before {
  content: "\f2a7";
}
.zmdi-mic-off:before {
  content: "\f2a8";
}
.zmdi-mic-outline:before {
  content: "\f2a9";
}
.zmdi-mic-setting:before {
  content: "\f2aa";
}
.zmdi-mic:before {
  content: "\f2ab";
}
.zmdi-mouse:before {
  content: "\f2ac";
}
.zmdi-network-alert:before {
  content: "\f2ad";
}
.zmdi-network-locked:before {
  content: "\f2ae";
}
.zmdi-network-off:before {
  content: "\f2af";
}
.zmdi-network-outline:before {
  content: "\f2b0";
}
.zmdi-network-setting:before {
  content: "\f2b1";
}
.zmdi-network:before {
  content: "\f2b2";
}
.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}
.zmdi-phone-end:before {
  content: "\f2b4";
}
.zmdi-phone-forwarded:before {
  content: "\f2b5";
}
.zmdi-phone-in-talk:before {
  content: "\f2b6";
}
.zmdi-phone-locked:before {
  content: "\f2b7";
}
.zmdi-phone-missed:before {
  content: "\f2b8";
}
.zmdi-phone-msg:before {
  content: "\f2b9";
}
.zmdi-phone-paused:before {
  content: "\f2ba";
}
.zmdi-phone-ring:before {
  content: "\f2bb";
}
.zmdi-phone-setting:before {
  content: "\f2bc";
}
.zmdi-phone-sip:before {
  content: "\f2bd";
}
.zmdi-phone:before {
  content: "\f2be";
}
.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}
.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}
.zmdi-portable-wifi:before {
  content: "\f2c1";
}
.zmdi-radio:before {
  content: "\f2c2";
}
.zmdi-reader:before {
  content: "\f2c3";
}
.zmdi-remote-control-alt:before {
  content: "\f2c4";
}
.zmdi-remote-control:before {
  content: "\f2c5";
}
.zmdi-router:before {
  content: "\f2c6";
}
.zmdi-scanner:before {
  content: "\f2c7";
}
.zmdi-smartphone-android:before {
  content: "\f2c8";
}
.zmdi-smartphone-download:before {
  content: "\f2c9";
}
.zmdi-smartphone-erase:before {
  content: "\f2ca";
}
.zmdi-smartphone-info:before {
  content: "\f2cb";
}
.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}
.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}
.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}
.zmdi-smartphone-lock:before {
  content: "\f2cf";
}
.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}
.zmdi-smartphone-ring:before {
  content: "\f2d1";
}
.zmdi-smartphone-setting:before {
  content: "\f2d2";
}
.zmdi-smartphone-setup:before {
  content: "\f2d3";
}
.zmdi-smartphone:before {
  content: "\f2d4";
}
.zmdi-speaker:before {
  content: "\f2d5";
}
.zmdi-tablet-android:before {
  content: "\f2d6";
}
.zmdi-tablet-mac:before {
  content: "\f2d7";
}
.zmdi-tablet:before {
  content: "\f2d8";
}
.zmdi-tv-alt-play:before {
  content: "\f2d9";
}
.zmdi-tv-list:before {
  content: "\f2da";
}
.zmdi-tv-play:before {
  content: "\f2db";
}
.zmdi-tv:before {
  content: "\f2dc";
}
.zmdi-usb:before {
  content: "\f2dd";
}
.zmdi-videocam-off:before {
  content: "\f2de";
}
.zmdi-videocam-switch:before {
  content: "\f2df";
}
.zmdi-videocam:before {
  content: "\f2e0";
}
.zmdi-watch:before {
  content: "\f2e1";
}
.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}
.zmdi-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-wifi-info:before {
  content: "\f2e4";
}
.zmdi-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-wifi-off:before {
  content: "\f2e6";
}
.zmdi-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-wifi:before {
  content: "\f2e8";
}
.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}
.zmdi-arrow-left:before {
  content: "\f2ea";
}
.zmdi-arrow-merge:before {
  content: "\f2eb";
}
.zmdi-arrow-missed:before {
  content: "\f2ec";
}
.zmdi-arrow-right-top:before {
  content: "\f2ed";
}
.zmdi-arrow-right:before {
  content: "\f2ee";
}
.zmdi-arrow-split:before {
  content: "\f2ef";
}
.zmdi-arrows:before {
  content: "\f2f0";
}
.zmdi-caret-down-circle:before {
  content: "\f2f1";
}
.zmdi-caret-down:before {
  content: "\f2f2";
}
.zmdi-caret-left-circle:before {
  content: "\f2f3";
}
.zmdi-caret-left:before {
  content: "\f2f4";
}
.zmdi-caret-right-circle:before {
  content: "\f2f5";
}
.zmdi-caret-right:before {
  content: "\f2f6";
}
.zmdi-caret-up-circle:before {
  content: "\f2f7";
}
.zmdi-caret-up:before {
  content: "\f2f8";
}
.zmdi-chevron-down:before {
  content: "\f2f9";
}
.zmdi-chevron-left:before {
  content: "\f2fa";
}
.zmdi-chevron-right:before {
  content: "\f2fb";
}
.zmdi-chevron-up:before {
  content: "\f2fc";
}
.zmdi-forward:before {
  content: "\f2fd";
}
.zmdi-long-arrow-down:before {
  content: "\f2fe";
}
.zmdi-long-arrow-left:before {
  content: "\f2ff";
}
.zmdi-long-arrow-return:before {
  content: "\f300";
}
.zmdi-long-arrow-right:before {
  content: "\f301";
}
.zmdi-long-arrow-tab:before {
  content: "\f302";
}
.zmdi-long-arrow-up:before {
  content: "\f303";
}
.zmdi-rotate-ccw:before {
  content: "\f304";
}
.zmdi-rotate-cw:before {
  content: "\f305";
}
.zmdi-rotate-left:before {
  content: "\f306";
}
.zmdi-rotate-right:before {
  content: "\f307";
}
.zmdi-square-down:before {
  content: "\f308";
}
.zmdi-square-right:before {
  content: "\f309";
}
.zmdi-swap-alt:before {
  content: "\f30a";
}
.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}
.zmdi-swap-vertical:before {
  content: "\f30c";
}
.zmdi-swap:before {
  content: "\f30d";
}
.zmdi-trending-down:before {
  content: "\f30e";
}
.zmdi-trending-flat:before {
  content: "\f30f";
}
.zmdi-trending-up:before {
  content: "\f310";
}
.zmdi-unfold-less:before {
  content: "\f311";
}
.zmdi-unfold-more:before {
  content: "\f312";
}
.zmdi-apps:before {
  content: "\f313";
}
.zmdi-grid-off:before {
  content: "\f314";
}
.zmdi-grid:before {
  content: "\f315";
}
.zmdi-view-agenda:before {
  content: "\f316";
}
.zmdi-view-array:before {
  content: "\f317";
}
.zmdi-view-carousel:before {
  content: "\f318";
}
.zmdi-view-column:before {
  content: "\f319";
}
.zmdi-view-comfy:before {
  content: "\f31a";
}
.zmdi-view-compact:before {
  content: "\f31b";
}
.zmdi-view-dashboard:before {
  content: "\f31c";
}
.zmdi-view-day:before {
  content: "\f31d";
}
.zmdi-view-headline:before {
  content: "\f31e";
}
.zmdi-view-list-alt:before {
  content: "\f31f";
}
.zmdi-view-list:before {
  content: "\f320";
}
.zmdi-view-module:before {
  content: "\f321";
}
.zmdi-view-quilt:before {
  content: "\f322";
}
.zmdi-view-stream:before {
  content: "\f323";
}
.zmdi-view-subtitles:before {
  content: "\f324";
}
.zmdi-view-toc:before {
  content: "\f325";
}
.zmdi-view-web:before {
  content: "\f326";
}
.zmdi-view-week:before {
  content: "\f327";
}
.zmdi-widgets:before {
  content: "\f328";
}
.zmdi-alarm-check:before {
  content: "\f329";
}
.zmdi-alarm-off:before {
  content: "\f32a";
}
.zmdi-alarm-plus:before {
  content: "\f32b";
}
.zmdi-alarm-snooze:before {
  content: "\f32c";
}
.zmdi-alarm:before {
  content: "\f32d";
}
.zmdi-calendar-alt:before {
  content: "\f32e";
}
.zmdi-calendar-check:before {
  content: "\f32f";
}
.zmdi-calendar-close:before {
  content: "\f330";
}
.zmdi-calendar-note:before {
  content: "\f331";
}
.zmdi-calendar:before {
  content: "\f332";
}
.zmdi-time-countdown:before {
  content: "\f333";
}
.zmdi-time-interval:before {
  content: "\f334";
}
.zmdi-time-restore-setting:before {
  content: "\f335";
}
.zmdi-time-restore:before {
  content: "\f336";
}
.zmdi-time:before {
  content: "\f337";
}
.zmdi-timer-off:before {
  content: "\f338";
}
.zmdi-timer:before {
  content: "\f339";
}
.zmdi-android-alt:before {
  content: "\f33a";
}
.zmdi-android:before {
  content: "\f33b";
}
.zmdi-apple:before {
  content: "\f33c";
}
.zmdi-behance:before {
  content: "\f33d";
}
.zmdi-codepen:before {
  content: "\f33e";
}
.zmdi-dribbble:before {
  content: "\f33f";
}
.zmdi-dropbox:before {
  content: "\f340";
}
.zmdi-evernote:before {
  content: "\f341";
}
.zmdi-facebook-box:before {
  content: "\f342";
}
.zmdi-facebook:before {
  content: "\f343";
}
.zmdi-github-box:before {
  content: "\f344";
}
.zmdi-github:before {
  content: "\f345";
}
.zmdi-google-drive:before {
  content: "\f346";
}
.zmdi-google-earth:before {
  content: "\f347";
}
.zmdi-google-glass:before {
  content: "\f348";
}
.zmdi-google-maps:before {
  content: "\f349";
}
.zmdi-google-pages:before {
  content: "\f34a";
}
.zmdi-google-play:before {
  content: "\f34b";
}
.zmdi-google-plus-box:before {
  content: "\f34c";
}
.zmdi-google-plus:before {
  content: "\f34d";
}
.zmdi-google:before {
  content: "\f34e";
}
.zmdi-instagram:before {
  content: "\f34f";
}
.zmdi-language-css3:before {
  content: "\f350";
}
.zmdi-language-html5:before {
  content: "\f351";
}
.zmdi-language-javascript:before {
  content: "\f352";
}
.zmdi-language-python-alt:before {
  content: "\f353";
}
.zmdi-language-python:before {
  content: "\f354";
}
.zmdi-lastfm:before {
  content: "\f355";
}
.zmdi-linkedin-box:before {
  content: "\f356";
}
.zmdi-paypal:before {
  content: "\f357";
}
.zmdi-pinterest-box:before {
  content: "\f358";
}
.zmdi-pocket:before {
  content: "\f359";
}
.zmdi-polymer:before {
  content: "\f35a";
}
.zmdi-share:before {
  content: "\f35b";
}
.zmdi-stackoverflow:before {
  content: "\f35c";
}
.zmdi-steam-square:before {
  content: "\f35d";
}
.zmdi-steam:before {
  content: "\f35e";
}
.zmdi-twitter-box:before {
  content: "\f35f";
}
.zmdi-twitter:before {
  content: "\f360";
}
.zmdi-vk:before {
  content: "\f361";
}
.zmdi-wikipedia:before {
  content: "\f362";
}
.zmdi-windows:before {
  content: "\f363";
}
.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}
.zmdi-aspect-ratio:before {
  content: "\f365";
}
.zmdi-blur-circular:before {
  content: "\f366";
}
.zmdi-blur-linear:before {
  content: "\f367";
}
.zmdi-blur-off:before {
  content: "\f368";
}
.zmdi-blur:before {
  content: "\f369";
}
.zmdi-brightness-2:before {
  content: "\f36a";
}
.zmdi-brightness-3:before {
  content: "\f36b";
}
.zmdi-brightness-4:before {
  content: "\f36c";
}
.zmdi-brightness-5:before {
  content: "\f36d";
}
.zmdi-brightness-6:before {
  content: "\f36e";
}
.zmdi-brightness-7:before {
  content: "\f36f";
}
.zmdi-brightness-auto:before {
  content: "\f370";
}
.zmdi-brightness-setting:before {
  content: "\f371";
}
.zmdi-broken-image:before {
  content: "\f372";
}
.zmdi-center-focus-strong:before {
  content: "\f373";
}
.zmdi-center-focus-weak:before {
  content: "\f374";
}
.zmdi-compare:before {
  content: "\f375";
}
.zmdi-crop-16-9:before {
  content: "\f376";
}
.zmdi-crop-3-2:before {
  content: "\f377";
}
.zmdi-crop-5-4:before {
  content: "\f378";
}
.zmdi-crop-7-5:before {
  content: "\f379";
}
.zmdi-crop-din:before {
  content: "\f37a";
}
.zmdi-crop-free:before {
  content: "\f37b";
}
.zmdi-crop-landscape:before {
  content: "\f37c";
}
.zmdi-crop-portrait:before {
  content: "\f37d";
}
.zmdi-crop-square:before {
  content: "\f37e";
}
.zmdi-exposure-alt:before {
  content: "\f37f";
}
.zmdi-exposure:before {
  content: "\f380";
}
.zmdi-filter-b-and-w:before {
  content: "\f381";
}
.zmdi-filter-center-focus:before {
  content: "\f382";
}
.zmdi-filter-frames:before {
  content: "\f383";
}
.zmdi-filter-tilt-shift:before {
  content: "\f384";
}
.zmdi-gradient:before {
  content: "\f385";
}
.zmdi-grain:before {
  content: "\f386";
}
.zmdi-graphic-eq:before {
  content: "\f387";
}
.zmdi-hdr-off:before {
  content: "\f388";
}
.zmdi-hdr-strong:before {
  content: "\f389";
}
.zmdi-hdr-weak:before {
  content: "\f38a";
}
.zmdi-hdr:before {
  content: "\f38b";
}
.zmdi-iridescent:before {
  content: "\f38c";
}
.zmdi-leak-off:before {
  content: "\f38d";
}
.zmdi-leak:before {
  content: "\f38e";
}
.zmdi-looks:before {
  content: "\f38f";
}
.zmdi-loupe:before {
  content: "\f390";
}
.zmdi-panorama-horizontal:before {
  content: "\f391";
}
.zmdi-panorama-vertical:before {
  content: "\f392";
}
.zmdi-panorama-wide-angle:before {
  content: "\f393";
}
.zmdi-photo-size-select-large:before {
  content: "\f394";
}
.zmdi-photo-size-select-small:before {
  content: "\f395";
}
.zmdi-picture-in-picture:before {
  content: "\f396";
}
.zmdi-slideshow:before {
  content: "\f397";
}
.zmdi-texture:before {
  content: "\f398";
}
.zmdi-tonality:before {
  content: "\f399";
}
.zmdi-vignette:before {
  content: "\f39a";
}
.zmdi-wb-auto:before {
  content: "\f39b";
}
.zmdi-eject-alt:before {
  content: "\f39c";
}
.zmdi-eject:before {
  content: "\f39d";
}
.zmdi-equalizer:before {
  content: "\f39e";
}
.zmdi-fast-forward:before {
  content: "\f39f";
}
.zmdi-fast-rewind:before {
  content: "\f3a0";
}
.zmdi-forward-10:before {
  content: "\f3a1";
}
.zmdi-forward-30:before {
  content: "\f3a2";
}
.zmdi-forward-5:before {
  content: "\f3a3";
}
.zmdi-hearing:before {
  content: "\f3a4";
}
.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}
.zmdi-pause-circle:before {
  content: "\f3a6";
}
.zmdi-pause:before {
  content: "\f3a7";
}
.zmdi-play-circle-outline:before {
  content: "\f3a8";
}
.zmdi-play-circle:before {
  content: "\f3a9";
}
.zmdi-play:before {
  content: "\f3aa";
}
.zmdi-playlist-audio:before {
  content: "\f3ab";
}
.zmdi-playlist-plus:before {
  content: "\f3ac";
}
.zmdi-repeat-one:before {
  content: "\f3ad";
}
.zmdi-repeat:before {
  content: "\f3ae";
}
.zmdi-replay-10:before {
  content: "\f3af";
}
.zmdi-replay-30:before {
  content: "\f3b0";
}
.zmdi-replay-5:before {
  content: "\f3b1";
}
.zmdi-replay:before {
  content: "\f3b2";
}
.zmdi-shuffle:before {
  content: "\f3b3";
}
.zmdi-skip-next:before {
  content: "\f3b4";
}
.zmdi-skip-previous:before {
  content: "\f3b5";
}
.zmdi-stop:before {
  content: "\f3b6";
}
.zmdi-surround-sound:before {
  content: "\f3b7";
}
.zmdi-tune:before {
  content: "\f3b8";
}
.zmdi-volume-down:before {
  content: "\f3b9";
}
.zmdi-volume-mute:before {
  content: "\f3ba";
}
.zmdi-volume-off:before {
  content: "\f3bb";
}
.zmdi-volume-up:before {
  content: "\f3bc";
}
.zmdi-n-1-square:before {
  content: "\f3bd";
}
.zmdi-n-2-square:before {
  content: "\f3be";
}
.zmdi-n-3-square:before {
  content: "\f3bf";
}
.zmdi-n-4-square:before {
  content: "\f3c0";
}
.zmdi-n-5-square:before {
  content: "\f3c1";
}
.zmdi-n-6-square:before {
  content: "\f3c2";
}
.zmdi-neg-1:before {
  content: "\f3c3";
}
.zmdi-neg-2:before {
  content: "\f3c4";
}
.zmdi-plus-1:before {
  content: "\f3c5";
}
.zmdi-plus-2:before {
  content: "\f3c6";
}
.zmdi-sec-10:before {
  content: "\f3c7";
}
.zmdi-sec-3:before {
  content: "\f3c8";
}
.zmdi-zero:before {
  content: "\f3c9";
}
.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}
.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}
.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}
.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}
.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}
.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}
.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}
.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}
.zmdi-airplay:before {
  content: "\f3d2";
}
.zmdi-closed-caption:before {
  content: "\f3d3";
}
.zmdi-confirmation-number:before {
  content: "\f3d4";
}
.zmdi-developer-board:before {
  content: "\f3d5";
}
.zmdi-disc-full:before {
  content: "\f3d6";
}
.zmdi-explicit:before {
  content: "\f3d7";
}
.zmdi-flight-land:before {
  content: "\f3d8";
}
.zmdi-flight-takeoff:before {
  content: "\f3d9";
}
.zmdi-flip-to-back:before {
  content: "\f3da";
}
.zmdi-flip-to-front:before {
  content: "\f3db";
}
.zmdi-group-work:before {
  content: "\f3dc";
}
.zmdi-hd:before {
  content: "\f3dd";
}
.zmdi-hq:before {
  content: "\f3de";
}
.zmdi-markunread-mailbox:before {
  content: "\f3df";
}
.zmdi-memory:before {
  content: "\f3e0";
}
.zmdi-nfc:before {
  content: "\f3e1";
}
.zmdi-play-for-work:before {
  content: "\f3e2";
}
.zmdi-power-input:before {
  content: "\f3e3";
}
.zmdi-present-to-all:before {
  content: "\f3e4";
}
.zmdi-satellite:before {
  content: "\f3e5";
}
.zmdi-tap-and-play:before {
  content: "\f3e6";
}
.zmdi-vibration:before {
  content: "\f3e7";
}
.zmdi-voicemail:before {
  content: "\f3e8";
}
.zmdi-group:before {
  content: "\f3e9";
}
.zmdi-rss:before {
  content: "\f3ea";
}
.zmdi-shape:before {
  content: "\f3eb";
}
.zmdi-spinner:before {
  content: "\f3ec";
}
.zmdi-ungroup:before {
  content: "\f3ed";
}
.zmdi-500px:before {
  content: "\f3ee";
}
.zmdi-8tracks:before {
  content: "\f3ef";
}
.zmdi-amazon:before {
  content: "\f3f0";
}
.zmdi-blogger:before {
  content: "\f3f1";
}
.zmdi-delicious:before {
  content: "\f3f2";
}
.zmdi-disqus:before {
  content: "\f3f3";
}
.zmdi-flattr:before {
  content: "\f3f4";
}
.zmdi-flickr:before {
  content: "\f3f5";
}
.zmdi-github-alt:before {
  content: "\f3f6";
}
.zmdi-google-old:before {
  content: "\f3f7";
}
.zmdi-linkedin:before {
  content: "\f3f8";
}
.zmdi-odnoklassniki:before {
  content: "\f3f9";
}
.zmdi-outlook:before {
  content: "\f3fa";
}
.zmdi-paypal-alt:before {
  content: "\f3fb";
}
.zmdi-pinterest:before {
  content: "\f3fc";
}
.zmdi-playstation:before {
  content: "\f3fd";
}
.zmdi-reddit:before {
  content: "\f3fe";
}
.zmdi-skype:before {
  content: "\f3ff";
}
.zmdi-slideshare:before {
  content: "\f400";
}
.zmdi-soundcloud:before {
  content: "\f401";
}
.zmdi-tumblr:before {
  content: "\f402";
}
.zmdi-twitch:before {
  content: "\f403";
}
.zmdi-vimeo:before {
  content: "\f404";
}
.zmdi-whatsapp:before {
  content: "\f405";
}
.zmdi-xbox:before {
  content: "\f406";
}
.zmdi-yahoo:before {
  content: "\f407";
}
.zmdi-youtube-play:before {
  content: "\f408";
}
.zmdi-youtube:before {
  content: "\f409";
}
.zmdi-3d-rotation:before {
  content: "\f101";
}
.zmdi-airplane-off:before {
  content: "\f102";
}
.zmdi-airplane:before {
  content: "\f103";
}
.zmdi-album:before {
  content: "\f104";
}
.zmdi-archive:before {
  content: "\f105";
}
.zmdi-assignment-account:before {
  content: "\f106";
}
.zmdi-assignment-alert:before {
  content: "\f107";
}
.zmdi-assignment-check:before {
  content: "\f108";
}
.zmdi-assignment-o:before {
  content: "\f109";
}
.zmdi-assignment-return:before {
  content: "\f10a";
}
.zmdi-assignment-returned:before {
  content: "\f10b";
}
.zmdi-assignment:before {
  content: "\f10c";
}
.zmdi-attachment-alt:before {
  content: "\f10d";
}
.zmdi-attachment:before {
  content: "\f10e";
}
.zmdi-audio:before {
  content: "\f10f";
}
.zmdi-badge-check:before {
  content: "\f110";
}
.zmdi-balance-wallet:before {
  content: "\f111";
}
.zmdi-balance:before {
  content: "\f112";
}
.zmdi-battery-alert:before {
  content: "\f113";
}
.zmdi-battery-flash:before {
  content: "\f114";
}
.zmdi-battery-unknown:before {
  content: "\f115";
}
.zmdi-battery:before {
  content: "\f116";
}
.zmdi-bike:before {
  content: "\f117";
}
.zmdi-block-alt:before {
  content: "\f118";
}
.zmdi-block:before {
  content: "\f119";
}
.zmdi-boat:before {
  content: "\f11a";
}
.zmdi-book-image:before {
  content: "\f11b";
}
.zmdi-book:before {
  content: "\f11c";
}
.zmdi-bookmark-outline:before {
  content: "\f11d";
}
.zmdi-bookmark:before {
  content: "\f11e";
}
.zmdi-brush:before {
  content: "\f11f";
}
.zmdi-bug:before {
  content: "\f120";
}
.zmdi-bus:before {
  content: "\f121";
}
.zmdi-cake:before {
  content: "\f122";
}
.zmdi-car-taxi:before {
  content: "\f123";
}
.zmdi-car-wash:before {
  content: "\f124";
}
.zmdi-car:before {
  content: "\f125";
}
.zmdi-card-giftcard:before {
  content: "\f126";
}
.zmdi-card-membership:before {
  content: "\f127";
}
.zmdi-card-travel:before {
  content: "\f128";
}
.zmdi-card:before {
  content: "\f129";
}
.zmdi-case-check:before {
  content: "\f12a";
}
.zmdi-case-download:before {
  content: "\f12b";
}
.zmdi-case-play:before {
  content: "\f12c";
}
.zmdi-case:before {
  content: "\f12d";
}
.zmdi-cast-connected:before {
  content: "\f12e";
}
.zmdi-cast:before {
  content: "\f12f";
}
.zmdi-chart-donut:before {
  content: "\f130";
}
.zmdi-chart:before {
  content: "\f131";
}
.zmdi-city-alt:before {
  content: "\f132";
}
.zmdi-city:before {
  content: "\f133";
}
.zmdi-close-circle-o:before {
  content: "\f134";
}
.zmdi-close-circle:before {
  content: "\f135";
}
.zmdi-close:before {
  content: "\f136";
}
.zmdi-cocktail:before {
  content: "\f137";
}
.zmdi-code-setting:before {
  content: "\f138";
}
.zmdi-code-smartphone:before {
  content: "\f139";
}
.zmdi-code:before {
  content: "\f13a";
}
.zmdi-coffee:before {
  content: "\f13b";
}
.zmdi-collection-bookmark:before {
  content: "\f13c";
}
.zmdi-collection-case-play:before {
  content: "\f13d";
}
.zmdi-collection-folder-image:before {
  content: "\f13e";
}
.zmdi-collection-image-o:before {
  content: "\f13f";
}
.zmdi-collection-image:before {
  content: "\f140";
}
.zmdi-collection-item-1:before {
  content: "\f141";
}
.zmdi-collection-item-2:before {
  content: "\f142";
}
.zmdi-collection-item-3:before {
  content: "\f143";
}
.zmdi-collection-item-4:before {
  content: "\f144";
}
.zmdi-collection-item-5:before {
  content: "\f145";
}
.zmdi-collection-item-6:before {
  content: "\f146";
}
.zmdi-collection-item-7:before {
  content: "\f147";
}
.zmdi-collection-item-8:before {
  content: "\f148";
}
.zmdi-collection-item-9-plus:before {
  content: "\f149";
}
.zmdi-collection-item-9:before {
  content: "\f14a";
}
.zmdi-collection-item:before {
  content: "\f14b";
}
.zmdi-collection-music:before {
  content: "\f14c";
}
.zmdi-collection-pdf:before {
  content: "\f14d";
}
.zmdi-collection-plus:before {
  content: "\f14e";
}
.zmdi-collection-speaker:before {
  content: "\f14f";
}
.zmdi-collection-text:before {
  content: "\f150";
}
.zmdi-collection-video:before {
  content: "\f151";
}
.zmdi-compass:before {
  content: "\f152";
}
.zmdi-cutlery:before {
  content: "\f153";
}
.zmdi-delete:before {
  content: "\f154";
}
.zmdi-dialpad:before {
  content: "\f155";
}
.zmdi-dns:before {
  content: "\f156";
}
.zmdi-drink:before {
  content: "\f157";
}
.zmdi-edit:before {
  content: "\f158";
}
.zmdi-email-open:before {
  content: "\f159";
}
.zmdi-email:before {
  content: "\f15a";
}
.zmdi-eye-off:before {
  content: "\f15b";
}
.zmdi-eye:before {
  content: "\f15c";
}
.zmdi-eyedropper:before {
  content: "\f15d";
}
.zmdi-favorite-outline:before {
  content: "\f15e";
}
.zmdi-favorite:before {
  content: "\f15f";
}
.zmdi-filter-list:before {
  content: "\f160";
}
.zmdi-fire:before {
  content: "\f161";
}
.zmdi-flag:before {
  content: "\f162";
}
.zmdi-flare:before {
  content: "\f163";
}
.zmdi-flash-auto:before {
  content: "\f164";
}
.zmdi-flash-off:before {
  content: "\f165";
}
.zmdi-flash:before {
  content: "\f166";
}
.zmdi-flip:before {
  content: "\f167";
}
.zmdi-flower-alt:before {
  content: "\f168";
}
.zmdi-flower:before {
  content: "\f169";
}
.zmdi-font:before {
  content: "\f16a";
}
.zmdi-fullscreen-alt:before {
  content: "\f16b";
}
.zmdi-fullscreen-exit:before {
  content: "\f16c";
}
.zmdi-fullscreen:before {
  content: "\f16d";
}
.zmdi-functions:before {
  content: "\f16e";
}
.zmdi-gas-station:before {
  content: "\f16f";
}
.zmdi-gesture:before {
  content: "\f170";
}
.zmdi-globe-alt:before {
  content: "\f171";
}
.zmdi-globe-lock:before {
  content: "\f172";
}
.zmdi-globe:before {
  content: "\f173";
}
.zmdi-graduation-cap:before {
  content: "\f174";
}
.zmdi-home:before {
  content: "\f175";
}
.zmdi-hospital-alt:before {
  content: "\f176";
}
.zmdi-hospital:before {
  content: "\f177";
}
.zmdi-hotel:before {
  content: "\f178";
}
.zmdi-hourglass-alt:before {
  content: "\f179";
}
.zmdi-hourglass-outline:before {
  content: "\f17a";
}
.zmdi-hourglass:before {
  content: "\f17b";
}
.zmdi-http:before {
  content: "\f17c";
}
.zmdi-image-alt:before {
  content: "\f17d";
}
.zmdi-image-o:before {
  content: "\f17e";
}
.zmdi-image:before {
  content: "\f17f";
}
.zmdi-inbox:before {
  content: "\f180";
}
.zmdi-invert-colors-off:before {
  content: "\f181";
}
.zmdi-invert-colors:before {
  content: "\f182";
}
.zmdi-key:before {
  content: "\f183";
}
.zmdi-label-alt-outline:before {
  content: "\f184";
}
.zmdi-label-alt:before {
  content: "\f185";
}
.zmdi-label-heart:before {
  content: "\f186";
}
.zmdi-label:before {
  content: "\f187";
}
.zmdi-labels:before {
  content: "\f188";
}
.zmdi-lamp:before {
  content: "\f189";
}
.zmdi-landscape:before {
  content: "\f18a";
}
.zmdi-layers-off:before {
  content: "\f18b";
}
.zmdi-layers:before {
  content: "\f18c";
}
.zmdi-library:before {
  content: "\f18d";
}
.zmdi-link:before {
  content: "\f18e";
}
.zmdi-lock-open:before {
  content: "\f18f";
}
.zmdi-lock-outline:before {
  content: "\f190";
}
.zmdi-lock:before {
  content: "\f191";
}
.zmdi-mail-reply-all:before {
  content: "\f192";
}
.zmdi-mail-reply:before {
  content: "\f193";
}
.zmdi-mail-send:before {
  content: "\f194";
}
.zmdi-mall:before {
  content: "\f195";
}
.zmdi-map:before {
  content: "\f196";
}
.zmdi-menu:before {
  content: "\f197";
}
.zmdi-money-box:before {
  content: "\f198";
}
.zmdi-money-off:before {
  content: "\f199";
}
.zmdi-money:before {
  content: "\f19a";
}
.zmdi-more-vert:before {
  content: "\f19b";
}
.zmdi-more:before {
  content: "\f19c";
}
.zmdi-movie-alt:before {
  content: "\f19d";
}
.zmdi-movie:before {
  content: "\f19e";
}
.zmdi-nature-people:before {
  content: "\f19f";
}
.zmdi-nature:before {
  content: "\f1a0";
}
.zmdi-navigation:before {
  content: "\f1a1";
}
.zmdi-open-in-browser:before {
  content: "\f1a2";
}
.zmdi-open-in-new:before {
  content: "\f1a3";
}
.zmdi-palette:before {
  content: "\f1a4";
}
.zmdi-parking:before {
  content: "\f1a5";
}
.zmdi-pin-account:before {
  content: "\f1a6";
}
.zmdi-pin-assistant:before {
  content: "\f1a7";
}
.zmdi-pin-drop:before {
  content: "\f1a8";
}
.zmdi-pin-help:before {
  content: "\f1a9";
}
.zmdi-pin-off:before {
  content: "\f1aa";
}
.zmdi-pin:before {
  content: "\f1ab";
}
.zmdi-pizza:before {
  content: "\f1ac";
}
.zmdi-plaster:before {
  content: "\f1ad";
}
.zmdi-power-setting:before {
  content: "\f1ae";
}
.zmdi-power:before {
  content: "\f1af";
}
.zmdi-print:before {
  content: "\f1b0";
}
.zmdi-puzzle-piece:before {
  content: "\f1b1";
}
.zmdi-quote:before {
  content: "\f1b2";
}
.zmdi-railway:before {
  content: "\f1b3";
}
.zmdi-receipt:before {
  content: "\f1b4";
}
.zmdi-refresh-alt:before {
  content: "\f1b5";
}
.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}
.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}
.zmdi-refresh-sync:before {
  content: "\f1b8";
}
.zmdi-refresh:before {
  content: "\f1b9";
}
.zmdi-roller:before {
  content: "\f1ba";
}
.zmdi-ruler:before {
  content: "\f1bb";
}
.zmdi-scissors:before {
  content: "\f1bc";
}
.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}
.zmdi-screen-rotation:before {
  content: "\f1be";
}
.zmdi-search-for:before {
  content: "\f1bf";
}
.zmdi-search-in-file:before {
  content: "\f1c0";
}
.zmdi-search-in-page:before {
  content: "\f1c1";
}
.zmdi-search-replace:before {
  content: "\f1c2";
}
.zmdi-search:before {
  content: "\f1c3";
}
.zmdi-seat:before {
  content: "\f1c4";
}
.zmdi-settings-square:before {
  content: "\f1c5";
}
.zmdi-settings:before {
  content: "\f1c6";
}
.zmdi-shield-check:before {
  content: "\f1c7";
}
.zmdi-shield-security:before {
  content: "\f1c8";
}
.zmdi-shopping-basket:before {
  content: "\f1c9";
}
.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}
.zmdi-shopping-cart:before {
  content: "\f1cb";
}
.zmdi-sign-in:before {
  content: "\f1cc";
}
.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}
.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}
.zmdi-sort-asc:before {
  content: "\f1cf";
}
.zmdi-sort-desc:before {
  content: "\f1d0";
}
.zmdi-spellcheck:before {
  content: "\f1d1";
}
.zmdi-storage:before {
  content: "\f1d2";
}
.zmdi-store-24:before {
  content: "\f1d3";
}
.zmdi-store:before {
  content: "\f1d4";
}
.zmdi-subway:before {
  content: "\f1d5";
}
.zmdi-sun:before {
  content: "\f1d6";
}
.zmdi-tab-unselected:before {
  content: "\f1d7";
}
.zmdi-tab:before {
  content: "\f1d8";
}
.zmdi-tag-close:before {
  content: "\f1d9";
}
.zmdi-tag-more:before {
  content: "\f1da";
}
.zmdi-tag:before {
  content: "\f1db";
}
.zmdi-thumb-down:before {
  content: "\f1dc";
}
.zmdi-thumb-up-down:before {
  content: "\f1dd";
}
.zmdi-thumb-up:before {
  content: "\f1de";
}
.zmdi-ticket-star:before {
  content: "\f1df";
}
.zmdi-toll:before {
  content: "\f1e0";
}
.zmdi-toys:before {
  content: "\f1e1";
}
.zmdi-traffic:before {
  content: "\f1e2";
}
.zmdi-translate:before {
  content: "\f1e3";
}
.zmdi-triangle-down:before {
  content: "\f1e4";
}
.zmdi-triangle-up:before {
  content: "\f1e5";
}
.zmdi-truck:before {
  content: "\f1e6";
}
.zmdi-turning-sign:before {
  content: "\f1e7";
}
.zmdi-wallpaper:before {
  content: "\f1e8";
}
.zmdi-washing-machine:before {
  content: "\f1e9";
}
.zmdi-window-maximize:before {
  content: "\f1ea";
}
.zmdi-window-minimize:before {
  content: "\f1eb";
}
.zmdi-window-restore:before {
  content: "\f1ec";
}
.zmdi-wrench:before {
  content: "\f1ed";
}
.zmdi-zoom-in:before {
  content: "\f1ee";
}
.zmdi-zoom-out:before {
  content: "\f1ef";
}
.zmdi-alert-circle-o:before {
  content: "\f1f0";
}
.zmdi-alert-circle:before {
  content: "\f1f1";
}
.zmdi-alert-octagon:before {
  content: "\f1f2";
}
.zmdi-alert-polygon:before {
  content: "\f1f3";
}
.zmdi-alert-triangle:before {
  content: "\f1f4";
}
.zmdi-help-outline:before {
  content: "\f1f5";
}
.zmdi-help:before {
  content: "\f1f6";
}
.zmdi-info-outline:before {
  content: "\f1f7";
}
.zmdi-info:before {
  content: "\f1f8";
}
.zmdi-notifications-active:before {
  content: "\f1f9";
}
.zmdi-notifications-add:before {
  content: "\f1fa";
}
.zmdi-notifications-none:before {
  content: "\f1fb";
}
.zmdi-notifications-off:before {
  content: "\f1fc";
}
.zmdi-notifications-paused:before {
  content: "\f1fd";
}
.zmdi-notifications:before {
  content: "\f1fe";
}
.zmdi-account-add:before {
  content: "\f1ff";
}
.zmdi-account-box-mail:before {
  content: "\f200";
}
.zmdi-account-box-o:before {
  content: "\f201";
}
.zmdi-account-box-phone:before {
  content: "\f202";
}
.zmdi-account-box:before {
  content: "\f203";
}
.zmdi-account-calendar:before {
  content: "\f204";
}
.zmdi-account-circle:before {
  content: "\f205";
}
.zmdi-account-o:before {
  content: "\f206";
}
.zmdi-account:before {
  content: "\f207";
}
.zmdi-accounts-add:before {
  content: "\f208";
}
.zmdi-accounts-alt:before {
  content: "\f209";
}
.zmdi-accounts-list-alt:before {
  content: "\f20a";
}
.zmdi-accounts-list:before {
  content: "\f20b";
}
.zmdi-accounts-outline:before {
  content: "\f20c";
}
.zmdi-accounts:before {
  content: "\f20d";
}
.zmdi-face:before {
  content: "\f20e";
}
.zmdi-female:before {
  content: "\f20f";
}
.zmdi-male-alt:before {
  content: "\f210";
}
.zmdi-male-female:before {
  content: "\f211";
}
.zmdi-male:before {
  content: "\f212";
}
.zmdi-mood-bad:before {
  content: "\f213";
}
.zmdi-mood:before {
  content: "\f214";
}
.zmdi-run:before {
  content: "\f215";
}
.zmdi-walk:before {
  content: "\f216";
}
.zmdi-cloud-box:before {
  content: "\f217";
}
.zmdi-cloud-circle:before {
  content: "\f218";
}
.zmdi-cloud-done:before {
  content: "\f219";
}
.zmdi-cloud-download:before {
  content: "\f21a";
}
.zmdi-cloud-off:before {
  content: "\f21b";
}
.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}
.zmdi-cloud-outline:before {
  content: "\f21d";
}
.zmdi-cloud-upload:before {
  content: "\f21e";
}
.zmdi-cloud:before {
  content: "\f21f";
}
.zmdi-download:before {
  content: "\f220";
}
.zmdi-file-plus:before {
  content: "\f221";
}
.zmdi-file-text:before {
  content: "\f222";
}
.zmdi-file:before {
  content: "\f223";
}
.zmdi-folder-outline:before {
  content: "\f224";
}
.zmdi-folder-person:before {
  content: "\f225";
}
.zmdi-folder-star-alt:before {
  content: "\f226";
}
.zmdi-folder-star:before {
  content: "\f227";
}
.zmdi-folder:before {
  content: "\f228";
}
.zmdi-gif:before {
  content: "\f229";
}
.zmdi-upload:before {
  content: "\f22a";
}
.zmdi-border-all:before {
  content: "\f22b";
}
.zmdi-border-bottom:before {
  content: "\f22c";
}
.zmdi-border-clear:before {
  content: "\f22d";
}
.zmdi-border-color:before {
  content: "\f22e";
}
.zmdi-border-horizontal:before {
  content: "\f22f";
}
.zmdi-border-inner:before {
  content: "\f230";
}
.zmdi-border-left:before {
  content: "\f231";
}
.zmdi-border-outer:before {
  content: "\f232";
}
.zmdi-border-right:before {
  content: "\f233";
}
.zmdi-border-style:before {
  content: "\f234";
}
.zmdi-border-top:before {
  content: "\f235";
}
.zmdi-border-vertical:before {
  content: "\f236";
}
.zmdi-copy:before {
  content: "\f237";
}
.zmdi-crop:before {
  content: "\f238";
}
.zmdi-format-align-center:before {
  content: "\f239";
}
.zmdi-format-align-justify:before {
  content: "\f23a";
}
.zmdi-format-align-left:before {
  content: "\f23b";
}
.zmdi-format-align-right:before {
  content: "\f23c";
}
.zmdi-format-bold:before {
  content: "\f23d";
}
.zmdi-format-clear-all:before {
  content: "\f23e";
}
.zmdi-format-clear:before {
  content: "\f23f";
}
.zmdi-format-color-fill:before {
  content: "\f240";
}
.zmdi-format-color-reset:before {
  content: "\f241";
}
.zmdi-format-color-text:before {
  content: "\f242";
}
.zmdi-format-indent-decrease:before {
  content: "\f243";
}
.zmdi-format-indent-increase:before {
  content: "\f244";
}
.zmdi-format-italic:before {
  content: "\f245";
}
.zmdi-format-line-spacing:before {
  content: "\f246";
}
.zmdi-format-list-bulleted:before {
  content: "\f247";
}
.zmdi-format-list-numbered:before {
  content: "\f248";
}
.zmdi-format-ltr:before {
  content: "\f249";
}
.zmdi-format-rtl:before {
  content: "\f24a";
}
.zmdi-format-size:before {
  content: "\f24b";
}
.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}
.zmdi-format-strikethrough:before {
  content: "\f24d";
}
.zmdi-format-subject:before {
  content: "\f24e";
}
.zmdi-format-underlined:before {
  content: "\f24f";
}
.zmdi-format-valign-bottom:before {
  content: "\f250";
}
.zmdi-format-valign-center:before {
  content: "\f251";
}
.zmdi-format-valign-top:before {
  content: "\f252";
}
.zmdi-redo:before {
  content: "\f253";
}
.zmdi-select-all:before {
  content: "\f254";
}
.zmdi-space-bar:before {
  content: "\f255";
}
.zmdi-text-format:before {
  content: "\f256";
}
.zmdi-transform:before {
  content: "\f257";
}
.zmdi-undo:before {
  content: "\f258";
}
.zmdi-wrap-text:before {
  content: "\f259";
}
.zmdi-comment-alert:before {
  content: "\f25a";
}
.zmdi-comment-alt-text:before {
  content: "\f25b";
}
.zmdi-comment-alt:before {
  content: "\f25c";
}
.zmdi-comment-edit:before {
  content: "\f25d";
}
.zmdi-comment-image:before {
  content: "\f25e";
}
.zmdi-comment-list:before {
  content: "\f25f";
}
.zmdi-comment-more:before {
  content: "\f260";
}
.zmdi-comment-outline:before {
  content: "\f261";
}
.zmdi-comment-text-alt:before {
  content: "\f262";
}
.zmdi-comment-text:before {
  content: "\f263";
}
.zmdi-comment-video:before {
  content: "\f264";
}
.zmdi-comment:before {
  content: "\f265";
}
.zmdi-comments:before {
  content: "\f266";
}
.zmdi-check-all:before {
  content: "\f267";
}
.zmdi-check-circle-u:before {
  content: "\f268";
}
.zmdi-check-circle:before {
  content: "\f269";
}
.zmdi-check-square:before {
  content: "\f26a";
}
.zmdi-check:before {
  content: "\f26b";
}
.zmdi-circle-o:before {
  content: "\f26c";
}
.zmdi-circle:before {
  content: "\f26d";
}
.zmdi-dot-circle-alt:before {
  content: "\f26e";
}
.zmdi-dot-circle:before {
  content: "\f26f";
}
.zmdi-minus-circle-outline:before {
  content: "\f270";
}
.zmdi-minus-circle:before {
  content: "\f271";
}
.zmdi-minus-square:before {
  content: "\f272";
}
.zmdi-minus:before {
  content: "\f273";
}
.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}
.zmdi-plus-circle-o:before {
  content: "\f275";
}
.zmdi-plus-circle:before {
  content: "\f276";
}
.zmdi-plus-square:before {
  content: "\f277";
}
.zmdi-plus:before {
  content: "\f278";
}
.zmdi-square-o:before {
  content: "\f279";
}
.zmdi-star-circle:before {
  content: "\f27a";
}
.zmdi-star-half:before {
  content: "\f27b";
}
.zmdi-star-outline:before {
  content: "\f27c";
}
.zmdi-star:before {
  content: "\f27d";
}
.zmdi-bluetooth-connected:before {
  content: "\f27e";
}
.zmdi-bluetooth-off:before {
  content: "\f27f";
}
.zmdi-bluetooth-search:before {
  content: "\f280";
}
.zmdi-bluetooth-setting:before {
  content: "\f281";
}
.zmdi-bluetooth:before {
  content: "\f282";
}
.zmdi-camera-add:before {
  content: "\f283";
}
.zmdi-camera-alt:before {
  content: "\f284";
}
.zmdi-camera-bw:before {
  content: "\f285";
}
.zmdi-camera-front:before {
  content: "\f286";
}
.zmdi-camera-mic:before {
  content: "\f287";
}
.zmdi-camera-party-mode:before {
  content: "\f288";
}
.zmdi-camera-rear:before {
  content: "\f289";
}
.zmdi-camera-roll:before {
  content: "\f28a";
}
.zmdi-camera-switch:before {
  content: "\f28b";
}
.zmdi-camera:before {
  content: "\f28c";
}
.zmdi-card-alert:before {
  content: "\f28d";
}
.zmdi-card-off:before {
  content: "\f28e";
}
.zmdi-card-sd:before {
  content: "\f28f";
}
.zmdi-card-sim:before {
  content: "\f290";
}
.zmdi-desktop-mac:before {
  content: "\f291";
}
.zmdi-desktop-windows:before {
  content: "\f292";
}
.zmdi-device-hub:before {
  content: "\f293";
}
.zmdi-devices-off:before {
  content: "\f294";
}
.zmdi-devices:before {
  content: "\f295";
}
.zmdi-dock:before {
  content: "\f296";
}
.zmdi-floppy:before {
  content: "\f297";
}
.zmdi-gamepad:before {
  content: "\f298";
}
.zmdi-gps-dot:before {
  content: "\f299";
}
.zmdi-gps-off:before {
  content: "\f29a";
}
.zmdi-gps:before {
  content: "\f29b";
}
.zmdi-headset-mic:before {
  content: "\f29c";
}
.zmdi-headset:before {
  content: "\f29d";
}
.zmdi-input-antenna:before {
  content: "\f29e";
}
.zmdi-input-composite:before {
  content: "\f29f";
}
.zmdi-input-hdmi:before {
  content: "\f2a0";
}
.zmdi-input-power:before {
  content: "\f2a1";
}
.zmdi-input-svideo:before {
  content: "\f2a2";
}
.zmdi-keyboard-hide:before {
  content: "\f2a3";
}
.zmdi-keyboard:before {
  content: "\f2a4";
}
.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}
.zmdi-laptop-mac:before {
  content: "\f2a6";
}
.zmdi-laptop:before {
  content: "\f2a7";
}
.zmdi-mic-off:before {
  content: "\f2a8";
}
.zmdi-mic-outline:before {
  content: "\f2a9";
}
.zmdi-mic-setting:before {
  content: "\f2aa";
}
.zmdi-mic:before {
  content: "\f2ab";
}
.zmdi-mouse:before {
  content: "\f2ac";
}
.zmdi-network-alert:before {
  content: "\f2ad";
}
.zmdi-network-locked:before {
  content: "\f2ae";
}
.zmdi-network-off:before {
  content: "\f2af";
}
.zmdi-network-outline:before {
  content: "\f2b0";
}
.zmdi-network-setting:before {
  content: "\f2b1";
}
.zmdi-network:before {
  content: "\f2b2";
}
.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}
.zmdi-phone-end:before {
  content: "\f2b4";
}
.zmdi-phone-forwarded:before {
  content: "\f2b5";
}
.zmdi-phone-in-talk:before {
  content: "\f2b6";
}
.zmdi-phone-locked:before {
  content: "\f2b7";
}
.zmdi-phone-missed:before {
  content: "\f2b8";
}
.zmdi-phone-msg:before {
  content: "\f2b9";
}
.zmdi-phone-paused:before {
  content: "\f2ba";
}
.zmdi-phone-ring:before {
  content: "\f2bb";
}
.zmdi-phone-setting:before {
  content: "\f2bc";
}
.zmdi-phone-sip:before {
  content: "\f2bd";
}
.zmdi-phone:before {
  content: "\f2be";
}
.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}
.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}
.zmdi-portable-wifi:before {
  content: "\f2c1";
}
.zmdi-radio:before {
  content: "\f2c2";
}
.zmdi-reader:before {
  content: "\f2c3";
}
.zmdi-remote-control-alt:before {
  content: "\f2c4";
}
.zmdi-remote-control:before {
  content: "\f2c5";
}
.zmdi-router:before {
  content: "\f2c6";
}
.zmdi-scanner:before {
  content: "\f2c7";
}
.zmdi-smartphone-android:before {
  content: "\f2c8";
}
.zmdi-smartphone-download:before {
  content: "\f2c9";
}
.zmdi-smartphone-erase:before {
  content: "\f2ca";
}
.zmdi-smartphone-info:before {
  content: "\f2cb";
}
.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}
.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}
.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}
.zmdi-smartphone-lock:before {
  content: "\f2cf";
}
.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}
.zmdi-smartphone-ring:before {
  content: "\f2d1";
}
.zmdi-smartphone-setting:before {
  content: "\f2d2";
}
.zmdi-smartphone-setup:before {
  content: "\f2d3";
}
.zmdi-smartphone:before {
  content: "\f2d4";
}
.zmdi-speaker:before {
  content: "\f2d5";
}
.zmdi-tablet-android:before {
  content: "\f2d6";
}
.zmdi-tablet-mac:before {
  content: "\f2d7";
}
.zmdi-tablet:before {
  content: "\f2d8";
}
.zmdi-tv-alt-play:before {
  content: "\f2d9";
}
.zmdi-tv-list:before {
  content: "\f2da";
}
.zmdi-tv-play:before {
  content: "\f2db";
}
.zmdi-tv:before {
  content: "\f2dc";
}
.zmdi-usb:before {
  content: "\f2dd";
}
.zmdi-videocam-off:before {
  content: "\f2de";
}
.zmdi-videocam-switch:before {
  content: "\f2df";
}
.zmdi-videocam:before {
  content: "\f2e0";
}
.zmdi-watch:before {
  content: "\f2e1";
}
.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}
.zmdi-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-wifi-info:before {
  content: "\f2e4";
}
.zmdi-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-wifi-off:before {
  content: "\f2e6";
}
.zmdi-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-wifi:before {
  content: "\f2e8";
}
.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}
.zmdi-arrow-left:before {
  content: "\f2ea";
}
.zmdi-arrow-merge:before {
  content: "\f2eb";
}
.zmdi-arrow-missed:before {
  content: "\f2ec";
}
.zmdi-arrow-right-top:before {
  content: "\f2ed";
}
.zmdi-arrow-right:before {
  content: "\f2ee";
}
.zmdi-arrow-split:before {
  content: "\f2ef";
}
.zmdi-arrows:before {
  content: "\f2f0";
}
.zmdi-caret-down-circle:before {
  content: "\f2f1";
}
.zmdi-caret-down:before {
  content: "\f2f2";
}
.zmdi-caret-left-circle:before {
  content: "\f2f3";
}
.zmdi-caret-left:before {
  content: "\f2f4";
}
.zmdi-caret-right-circle:before {
  content: "\f2f5";
}
.zmdi-caret-right:before {
  content: "\f2f6";
}
.zmdi-caret-up-circle:before {
  content: "\f2f7";
}
.zmdi-caret-up:before {
  content: "\f2f8";
}
.zmdi-chevron-down:before {
  content: "\f2f9";
}
.zmdi-chevron-left:before {
  content: "\f2fa";
}
.zmdi-chevron-right:before {
  content: "\f2fb";
}
.zmdi-chevron-up:before {
  content: "\f2fc";
}
.zmdi-forward:before {
  content: "\f2fd";
}
.zmdi-long-arrow-down:before {
  content: "\f2fe";
}
.zmdi-long-arrow-left:before {
  content: "\f2ff";
}
.zmdi-long-arrow-return:before {
  content: "\f300";
}
.zmdi-long-arrow-right:before {
  content: "\f301";
}
.zmdi-long-arrow-tab:before {
  content: "\f302";
}
.zmdi-long-arrow-up:before {
  content: "\f303";
}
.zmdi-rotate-ccw:before {
  content: "\f304";
}
.zmdi-rotate-cw:before {
  content: "\f305";
}
.zmdi-rotate-left:before {
  content: "\f306";
}
.zmdi-rotate-right:before {
  content: "\f307";
}
.zmdi-square-down:before {
  content: "\f308";
}
.zmdi-square-right:before {
  content: "\f309";
}
.zmdi-swap-alt:before {
  content: "\f30a";
}
.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}
.zmdi-swap-vertical:before {
  content: "\f30c";
}
.zmdi-swap:before {
  content: "\f30d";
}
.zmdi-trending-down:before {
  content: "\f30e";
}
.zmdi-trending-flat:before {
  content: "\f30f";
}
.zmdi-trending-up:before {
  content: "\f310";
}
.zmdi-unfold-less:before {
  content: "\f311";
}
.zmdi-unfold-more:before {
  content: "\f312";
}
.zmdi-apps:before {
  content: "\f313";
}
.zmdi-grid-off:before {
  content: "\f314";
}
.zmdi-grid:before {
  content: "\f315";
}
.zmdi-view-agenda:before {
  content: "\f316";
}
.zmdi-view-array:before {
  content: "\f317";
}
.zmdi-view-carousel:before {
  content: "\f318";
}
.zmdi-view-column:before {
  content: "\f319";
}
.zmdi-view-comfy:before {
  content: "\f31a";
}
.zmdi-view-compact:before {
  content: "\f31b";
}
.zmdi-view-dashboard:before {
  content: "\f31c";
}
.zmdi-view-day:before {
  content: "\f31d";
}
.zmdi-view-headline:before {
  content: "\f31e";
}
.zmdi-view-list-alt:before {
  content: "\f31f";
}
.zmdi-view-list:before {
  content: "\f320";
}
.zmdi-view-module:before {
  content: "\f321";
}
.zmdi-view-quilt:before {
  content: "\f322";
}
.zmdi-view-stream:before {
  content: "\f323";
}
.zmdi-view-subtitles:before {
  content: "\f324";
}
.zmdi-view-toc:before {
  content: "\f325";
}
.zmdi-view-web:before {
  content: "\f326";
}
.zmdi-view-week:before {
  content: "\f327";
}
.zmdi-widgets:before {
  content: "\f328";
}
.zmdi-alarm-check:before {
  content: "\f329";
}
.zmdi-alarm-off:before {
  content: "\f32a";
}
.zmdi-alarm-plus:before {
  content: "\f32b";
}
.zmdi-alarm-snooze:before {
  content: "\f32c";
}
.zmdi-alarm:before {
  content: "\f32d";
}
.zmdi-calendar-alt:before {
  content: "\f32e";
}
.zmdi-calendar-check:before {
  content: "\f32f";
}
.zmdi-calendar-close:before {
  content: "\f330";
}
.zmdi-calendar-note:before {
  content: "\f331";
}
.zmdi-calendar:before {
  content: "\f332";
}
.zmdi-time-countdown:before {
  content: "\f333";
}
.zmdi-time-interval:before {
  content: "\f334";
}
.zmdi-time-restore-setting:before {
  content: "\f335";
}
.zmdi-time-restore:before {
  content: "\f336";
}
.zmdi-time:before {
  content: "\f337";
}
.zmdi-timer-off:before {
  content: "\f338";
}
.zmdi-timer:before {
  content: "\f339";
}
.zmdi-android-alt:before {
  content: "\f33a";
}
.zmdi-android:before {
  content: "\f33b";
}
.zmdi-apple:before {
  content: "\f33c";
}
.zmdi-behance:before {
  content: "\f33d";
}
.zmdi-codepen:before {
  content: "\f33e";
}
.zmdi-dribbble:before {
  content: "\f33f";
}
.zmdi-dropbox:before {
  content: "\f340";
}
.zmdi-evernote:before {
  content: "\f341";
}
.zmdi-facebook-box:before {
  content: "\f342";
}
.zmdi-facebook:before {
  content: "\f343";
}
.zmdi-github-box:before {
  content: "\f344";
}
.zmdi-github:before {
  content: "\f345";
}
.zmdi-google-drive:before {
  content: "\f346";
}
.zmdi-google-earth:before {
  content: "\f347";
}
.zmdi-google-glass:before {
  content: "\f348";
}
.zmdi-google-maps:before {
  content: "\f349";
}
.zmdi-google-pages:before {
  content: "\f34a";
}
.zmdi-google-play:before {
  content: "\f34b";
}
.zmdi-google-plus-box:before {
  content: "\f34c";
}
.zmdi-google-plus:before {
  content: "\f34d";
}
.zmdi-google:before {
  content: "\f34e";
}
.zmdi-instagram:before {
  content: "\f34f";
}
.zmdi-language-css3:before {
  content: "\f350";
}
.zmdi-language-html5:before {
  content: "\f351";
}
.zmdi-language-javascript:before {
  content: "\f352";
}
.zmdi-language-python-alt:before {
  content: "\f353";
}
.zmdi-language-python:before {
  content: "\f354";
}
.zmdi-lastfm:before {
  content: "\f355";
}
.zmdi-linkedin-box:before {
  content: "\f356";
}
.zmdi-paypal:before {
  content: "\f357";
}
.zmdi-pinterest-box:before {
  content: "\f358";
}
.zmdi-pocket:before {
  content: "\f359";
}
.zmdi-polymer:before {
  content: "\f35a";
}
.zmdi-share:before {
  content: "\f35b";
}
.zmdi-stackoverflow:before {
  content: "\f35c";
}
.zmdi-steam-square:before {
  content: "\f35d";
}
.zmdi-steam:before {
  content: "\f35e";
}
.zmdi-twitter-box:before {
  content: "\f35f";
}
.zmdi-twitter:before {
  content: "\f360";
}
.zmdi-vk:before {
  content: "\f361";
}
.zmdi-wikipedia:before {
  content: "\f362";
}
.zmdi-windows:before {
  content: "\f363";
}
.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}
.zmdi-aspect-ratio:before {
  content: "\f365";
}
.zmdi-blur-circular:before {
  content: "\f366";
}
.zmdi-blur-linear:before {
  content: "\f367";
}
.zmdi-blur-off:before {
  content: "\f368";
}
.zmdi-blur:before {
  content: "\f369";
}
.zmdi-brightness-2:before {
  content: "\f36a";
}
.zmdi-brightness-3:before {
  content: "\f36b";
}
.zmdi-brightness-4:before {
  content: "\f36c";
}
.zmdi-brightness-5:before {
  content: "\f36d";
}
.zmdi-brightness-6:before {
  content: "\f36e";
}
.zmdi-brightness-7:before {
  content: "\f36f";
}
.zmdi-brightness-auto:before {
  content: "\f370";
}
.zmdi-brightness-setting:before {
  content: "\f371";
}
.zmdi-broken-image:before {
  content: "\f372";
}
.zmdi-center-focus-strong:before {
  content: "\f373";
}
.zmdi-center-focus-weak:before {
  content: "\f374";
}
.zmdi-compare:before {
  content: "\f375";
}
.zmdi-crop-16-9:before {
  content: "\f376";
}
.zmdi-crop-3-2:before {
  content: "\f377";
}
.zmdi-crop-5-4:before {
  content: "\f378";
}
.zmdi-crop-7-5:before {
  content: "\f379";
}
.zmdi-crop-din:before {
  content: "\f37a";
}
.zmdi-crop-free:before {
  content: "\f37b";
}
.zmdi-crop-landscape:before {
  content: "\f37c";
}
.zmdi-crop-portrait:before {
  content: "\f37d";
}
.zmdi-crop-square:before {
  content: "\f37e";
}
.zmdi-exposure-alt:before {
  content: "\f37f";
}
.zmdi-exposure:before {
  content: "\f380";
}
.zmdi-filter-b-and-w:before {
  content: "\f381";
}
.zmdi-filter-center-focus:before {
  content: "\f382";
}
.zmdi-filter-frames:before {
  content: "\f383";
}
.zmdi-filter-tilt-shift:before {
  content: "\f384";
}
.zmdi-gradient:before {
  content: "\f385";
}
.zmdi-grain:before {
  content: "\f386";
}
.zmdi-graphic-eq:before {
  content: "\f387";
}
.zmdi-hdr-off:before {
  content: "\f388";
}
.zmdi-hdr-strong:before {
  content: "\f389";
}
.zmdi-hdr-weak:before {
  content: "\f38a";
}
.zmdi-hdr:before {
  content: "\f38b";
}
.zmdi-iridescent:before {
  content: "\f38c";
}
.zmdi-leak-off:before {
  content: "\f38d";
}
.zmdi-leak:before {
  content: "\f38e";
}
.zmdi-looks:before {
  content: "\f38f";
}
.zmdi-loupe:before {
  content: "\f390";
}
.zmdi-panorama-horizontal:before {
  content: "\f391";
}
.zmdi-panorama-vertical:before {
  content: "\f392";
}
.zmdi-panorama-wide-angle:before {
  content: "\f393";
}
.zmdi-photo-size-select-large:before {
  content: "\f394";
}
.zmdi-photo-size-select-small:before {
  content: "\f395";
}
.zmdi-picture-in-picture:before {
  content: "\f396";
}
.zmdi-slideshow:before {
  content: "\f397";
}
.zmdi-texture:before {
  content: "\f398";
}
.zmdi-tonality:before {
  content: "\f399";
}
.zmdi-vignette:before {
  content: "\f39a";
}
.zmdi-wb-auto:before {
  content: "\f39b";
}
.zmdi-eject-alt:before {
  content: "\f39c";
}
.zmdi-eject:before {
  content: "\f39d";
}
.zmdi-equalizer:before {
  content: "\f39e";
}
.zmdi-fast-forward:before {
  content: "\f39f";
}
.zmdi-fast-rewind:before {
  content: "\f3a0";
}
.zmdi-forward-10:before {
  content: "\f3a1";
}
.zmdi-forward-30:before {
  content: "\f3a2";
}
.zmdi-forward-5:before {
  content: "\f3a3";
}
.zmdi-hearing:before {
  content: "\f3a4";
}
.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}
.zmdi-pause-circle:before {
  content: "\f3a6";
}
.zmdi-pause:before {
  content: "\f3a7";
}
.zmdi-play-circle-outline:before {
  content: "\f3a8";
}
.zmdi-play-circle:before {
  content: "\f3a9";
}
.zmdi-play:before {
  content: "\f3aa";
}
.zmdi-playlist-audio:before {
  content: "\f3ab";
}
.zmdi-playlist-plus:before {
  content: "\f3ac";
}
.zmdi-repeat-one:before {
  content: "\f3ad";
}
.zmdi-repeat:before {
  content: "\f3ae";
}
.zmdi-replay-10:before {
  content: "\f3af";
}
.zmdi-replay-30:before {
  content: "\f3b0";
}
.zmdi-replay-5:before {
  content: "\f3b1";
}
.zmdi-replay:before {
  content: "\f3b2";
}
.zmdi-shuffle:before {
  content: "\f3b3";
}
.zmdi-skip-next:before {
  content: "\f3b4";
}
.zmdi-skip-previous:before {
  content: "\f3b5";
}
.zmdi-stop:before {
  content: "\f3b6";
}
.zmdi-surround-sound:before {
  content: "\f3b7";
}
.zmdi-tune:before {
  content: "\f3b8";
}
.zmdi-volume-down:before {
  content: "\f3b9";
}
.zmdi-volume-mute:before {
  content: "\f3ba";
}
.zmdi-volume-off:before {
  content: "\f3bb";
}
.zmdi-volume-up:before {
  content: "\f3bc";
}
.zmdi-n-1-square:before {
  content: "\f3bd";
}
.zmdi-n-2-square:before {
  content: "\f3be";
}
.zmdi-n-3-square:before {
  content: "\f3bf";
}
.zmdi-n-4-square:before {
  content: "\f3c0";
}
.zmdi-n-5-square:before {
  content: "\f3c1";
}
.zmdi-n-6-square:before {
  content: "\f3c2";
}
.zmdi-neg-1:before {
  content: "\f3c3";
}
.zmdi-neg-2:before {
  content: "\f3c4";
}
.zmdi-plus-1:before {
  content: "\f3c5";
}
.zmdi-plus-2:before {
  content: "\f3c6";
}
.zmdi-sec-10:before {
  content: "\f3c7";
}
.zmdi-sec-3:before {
  content: "\f3c8";
}
.zmdi-zero:before {
  content: "\f3c9";
}
.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}
.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}
.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}
.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}
.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}
.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}
.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}
.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}
.zmdi-airplay:before {
  content: "\f3d2";
}
.zmdi-closed-caption:before {
  content: "\f3d3";
}
.zmdi-confirmation-number:before {
  content: "\f3d4";
}
.zmdi-developer-board:before {
  content: "\f3d5";
}
.zmdi-disc-full:before {
  content: "\f3d6";
}
.zmdi-explicit:before {
  content: "\f3d7";
}
.zmdi-flight-land:before {
  content: "\f3d8";
}
.zmdi-flight-takeoff:before {
  content: "\f3d9";
}
.zmdi-flip-to-back:before {
  content: "\f3da";
}
.zmdi-flip-to-front:before {
  content: "\f3db";
}
.zmdi-group-work:before {
  content: "\f3dc";
}
.zmdi-hd:before {
  content: "\f3dd";
}
.zmdi-hq:before {
  content: "\f3de";
}
.zmdi-markunread-mailbox:before {
  content: "\f3df";
}
.zmdi-memory:before {
  content: "\f3e0";
}
.zmdi-nfc:before {
  content: "\f3e1";
}
.zmdi-play-for-work:before {
  content: "\f3e2";
}
.zmdi-power-input:before {
  content: "\f3e3";
}
.zmdi-present-to-all:before {
  content: "\f3e4";
}
.zmdi-satellite:before {
  content: "\f3e5";
}
.zmdi-tap-and-play:before {
  content: "\f3e6";
}
.zmdi-vibration:before {
  content: "\f3e7";
}
.zmdi-voicemail:before {
  content: "\f3e8";
}
.zmdi-group:before {
  content: "\f3e9";
}
.zmdi-rss:before {
  content: "\f3ea";
}
.zmdi-shape:before {
  content: "\f3eb";
}
.zmdi-spinner:before {
  content: "\f3ec";
}
.zmdi-ungroup:before {
  content: "\f3ed";
}
.zmdi-500px:before {
  content: "\f3ee";
}
.zmdi-8tracks:before {
  content: "\f3ef";
}
.zmdi-amazon:before {
  content: "\f3f0";
}
.zmdi-blogger:before {
  content: "\f3f1";
}
.zmdi-delicious:before {
  content: "\f3f2";
}
.zmdi-disqus:before {
  content: "\f3f3";
}
.zmdi-flattr:before {
  content: "\f3f4";
}
.zmdi-flickr:before {
  content: "\f3f5";
}
.zmdi-github-alt:before {
  content: "\f3f6";
}
.zmdi-google-old:before {
  content: "\f3f7";
}
.zmdi-linkedin:before {
  content: "\f3f8";
}
.zmdi-odnoklassniki:before {
  content: "\f3f9";
}
.zmdi-outlook:before {
  content: "\f3fa";
}
.zmdi-paypal-alt:before {
  content: "\f3fb";
}
.zmdi-pinterest:before {
  content: "\f3fc";
}
.zmdi-playstation:before {
  content: "\f3fd";
}
.zmdi-reddit:before {
  content: "\f3fe";
}
.zmdi-skype:before {
  content: "\f3ff";
}
.zmdi-slideshare:before {
  content: "\f400";
}
.zmdi-soundcloud:before {
  content: "\f401";
}
.zmdi-tumblr:before {
  content: "\f402";
}
.zmdi-twitch:before {
  content: "\f403";
}
.zmdi-vimeo:before {
  content: "\f404";
}
.zmdi-whatsapp:before {
  content: "\f405";
}
.zmdi-xbox:before {
  content: "\f406";
}
.zmdi-yahoo:before {
  content: "\f407";
}
.zmdi-youtube-play:before {
  content: "\f408";
}
.zmdi-youtube:before {
  content: "\f409";
}
.zmdi-import-export:before {
  content: "\f30c";
}
.zmdi-swap-vertical-:before {
  content: "\f30c";
}
.zmdi-airplanemode-inactive:before {
  content: "\f102";
}
.zmdi-airplanemode-active:before {
  content: "\f103";
}
.zmdi-rate-review:before {
  content: "\f103";
}
.zmdi-comment-sign:before {
  content: "\f25a";
}
.zmdi-network-warning:before {
  content: "\f2ad";
}
.zmdi-shopping-cart-add:before {
  content: "\f1ca";
}
.zmdi-file-add:before {
  content: "\f221";
}
.zmdi-network-wifi-scan:before {
  content: "\f2e4";
}
.zmdi-collection-add:before {
  content: "\f14e";
}
.zmdi-format-playlist-add:before {
  content: "\f3ac";
}
.zmdi-format-queue-music:before {
  content: "\f3ab";
}
.zmdi-plus-box:before {
  content: "\f277";
}
.zmdi-tag-backspace:before {
  content: "\f1d9";
}
.zmdi-alarm-add:before {
  content: "\f32b";
}
.zmdi-battery-charging:before {
  content: "\f114";
}
.zmdi-daydream-setting:before {
  content: "\f217";
}
.zmdi-more-horiz:before {
  content: "\f19c";
}
.zmdi-book-photo:before {
  content: "\f11b";
}
.zmdi-incandescent:before {
  content: "\f189";
}
.zmdi-wb-iridescent:before {
  content: "\f38c";
}
.zmdi-calendar-remove:before {
  content: "\f330";
}
.zmdi-refresh-sync-disabled:before {
  content: "\f1b7";
}
.zmdi-refresh-sync-problem:before {
  content: "\f1b6";
}
.zmdi-crop-original:before {
  content: "\f17e";
}
.zmdi-power-off:before {
  content: "\f1af";
}
.zmdi-power-off-setting:before {
  content: "\f1ae";
}
.zmdi-leak-remove:before {
  content: "\f38d";
}
.zmdi-star-border:before {
  content: "\f27c";
}
.zmdi-brightness-low:before {
  content: "\f36d";
}
.zmdi-brightness-medium:before {
  content: "\f36e";
}
.zmdi-brightness-high:before {
  content: "\f36f";
}
.zmdi-smartphone-portrait:before {
  content: "\f2d4";
}
.zmdi-live-tv:before {
  content: "\f2d9";
}
.zmdi-format-textdirection-l-to-r:before {
  content: "\f249";
}
.zmdi-format-textdirection-r-to-l:before {
  content: "\f24a";
}
.zmdi-arrow-back:before {
  content: "\f2ea";
}
.zmdi-arrow-forward:before {
  content: "\f2ee";
}
.zmdi-arrow-in:before {
  content: "\f2e9";
}
.zmdi-arrow-out:before {
  content: "\f2ed";
}
.zmdi-rotate-90-degrees-ccw:before {
  content: "\f304";
}
.zmdi-adb:before {
  content: "\f33a";
}
.zmdi-network-wifi:before {
  content: "\f2e8";
}
.zmdi-network-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-network-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-network-wifi-off:before {
  content: "\f2e6";
}
.zmdi-network-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-network-wifi-info:before {
  content: "\f2e4";
}
.zmdi-layers-clear:before {
  content: "\f18b";
}
.zmdi-colorize:before {
  content: "\f15d";
}
.zmdi-format-paint:before {
  content: "\f1ba";
}
.zmdi-format-quote:before {
  content: "\f1b2";
}
.zmdi-camera-monochrome-photos:before {
  content: "\f285";
}
.zmdi-sort-by-alpha:before {
  content: "\f1cf";
}
.zmdi-folder-shared:before {
  content: "\f225";
}
.zmdi-folder-special:before {
  content: "\f226";
}
.zmdi-comment-dots:before {
  content: "\f260";
}
.zmdi-reorder:before {
  content: "\f31e";
}
.zmdi-dehaze:before {
  content: "\f197";
}
.zmdi-sort:before {
  content: "\f1ce";
}
.zmdi-pages:before {
  content: "\f34a";
}
.zmdi-stack-overflow:before {
  content: "\f35c";
}
.zmdi-calendar-account:before {
  content: "\f204";
}
.zmdi-paste:before {
  content: "\f109";
}
.zmdi-cut:before {
  content: "\f1bc";
}
.zmdi-save:before {
  content: "\f297";
}
.zmdi-smartphone-code:before {
  content: "\f139";
}
.zmdi-directions-bike:before {
  content: "\f117";
}
.zmdi-directions-boat:before {
  content: "\f11a";
}
.zmdi-directions-bus:before {
  content: "\f121";
}
.zmdi-directions-car:before {
  content: "\f125";
}
.zmdi-directions-railway:before {
  content: "\f1b3";
}
.zmdi-directions-run:before {
  content: "\f215";
}
.zmdi-directions-subway:before {
  content: "\f1d5";
}
.zmdi-directions-walk:before {
  content: "\f216";
}
.zmdi-local-hotel:before {
  content: "\f178";
}
.zmdi-local-activity:before {
  content: "\f1df";
}
.zmdi-local-play:before {
  content: "\f1df";
}
.zmdi-local-airport:before {
  content: "\f103";
}
.zmdi-local-atm:before {
  content: "\f198";
}
.zmdi-local-bar:before {
  content: "\f137";
}
.zmdi-local-cafe:before {
  content: "\f13b";
}
.zmdi-local-car-wash:before {
  content: "\f124";
}
.zmdi-local-convenience-store:before {
  content: "\f1d3";
}
.zmdi-local-dining:before {
  content: "\f153";
}
.zmdi-local-drink:before {
  content: "\f157";
}
.zmdi-local-florist:before {
  content: "\f168";
}
.zmdi-local-gas-station:before {
  content: "\f16f";
}
.zmdi-local-grocery-store:before {
  content: "\f1cb";
}
.zmdi-local-hospital:before {
  content: "\f177";
}
.zmdi-local-laundry-service:before {
  content: "\f1e9";
}
.zmdi-local-library:before {
  content: "\f18d";
}
.zmdi-local-mall:before {
  content: "\f195";
}
.zmdi-local-movies:before {
  content: "\f19d";
}
.zmdi-local-offer:before {
  content: "\f187";
}
.zmdi-local-parking:before {
  content: "\f1a5";
}
.zmdi-local-parking:before {
  content: "\f1a5";
}
.zmdi-local-pharmacy:before {
  content: "\f176";
}
.zmdi-local-phone:before {
  content: "\f2be";
}
.zmdi-local-pizza:before {
  content: "\f1ac";
}
.zmdi-local-post-office:before {
  content: "\f15a";
}
.zmdi-local-printshop:before {
  content: "\f1b0";
}
.zmdi-local-see:before {
  content: "\f28c";
}
.zmdi-local-shipping:before {
  content: "\f1e6";
}
.zmdi-local-store:before {
  content: "\f1d4";
}
.zmdi-local-taxi:before {
  content: "\f123";
}
.zmdi-local-wc:before {
  content: "\f211";
}
.zmdi-my-location:before {
  content: "\f299";
}
.zmdi-directions:before {
  content: "\f1e7";
}

/* src/assets/iconfonts/themify/themify.css */
@font-face {
  font-family: "themify";
  src: url("./media/themify.eot");
  src:
    url("./media/themify.eot") format("embedded-opentype"),
    url("./media/themify.woff") format("woff"),
    url("./media/themify.ttf") format("truetype"),
    url("./media/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-],
[class*=" ti-"] {
  font-family: "themify";
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}

/* src/assets/iconfonts/feather/feather.css */
@font-face {
  font-family: "feather";
  src: url("./media/feather-webfont.eot?t=1501841394106");
  src:
    url("./media/feather-webfont.eot?t=1501841394106") format("embedded-opentype"),
    url("./media/feather-webfont.ttf") format("truetype"),
    url("./media/feather-webfont.svg") format("svg");
}
.fe {
  font-family: "feather" !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fe-activity:before {
  content: "\e900";
}
.fe-airplay:before {
  content: "\e901";
}
.fe-alert-circle:before {
  content: "\e902";
}
.fe-alert-octagon:before {
  content: "\e903";
}
.fe-alert-triangle:before {
  content: "\e904";
}
.fe-align-center:before {
  content: "\e905";
}
.fe-align-justify:before {
  content: "\e906";
}
.fe-align-left:before {
  content: "\e907";
}
.fe-align-right:before {
  content: "\e908";
}
.fe-anchor:before {
  content: "\e909";
}
.fe-aperture:before {
  content: "\e90a";
}
.fe-arrow-down:before {
  content: "\e90b";
}
.fe-arrow-down-circle:before {
  content: "\e90c";
}
.fe-arrow-down-left:before {
  content: "\e90d";
}
.fe-arrow-down-right:before {
  content: "\e90e";
}
.fe-arrow-left:before {
  content: "\e90f";
}
.fe-arrow-left-circle:before {
  content: "\e910";
}
.fe-arrow-right:before {
  content: "\e911";
}
.fe-arrow-right-circle:before {
  content: "\e912";
}
.fe-arrow-up:before {
  content: "\e913";
}
.fe-arrow-up-circle:before {
  content: "\e914";
}
.fe-arrow-up-left:before {
  content: "\e915";
}
.fe-arrow-up-right:before {
  content: "\e916";
}
.fe-at-sign:before {
  content: "\e917";
}
.fe-award:before {
  content: "\e918";
}
.fe-bar-chart:before {
  content: "\e919";
}
.fe-bar-chart-2:before {
  content: "\e91a";
}
.fe-battery:before {
  content: "\e91b";
}
.fe-battery-charging:before {
  content: "\e91c";
}
.fe-bell:before {
  content: "\e91d";
}
.fe-bell-off:before {
  content: "\e91e";
}
.fe-bluetooth:before {
  content: "\e91f";
}
.fe-bold:before {
  content: "\e920";
}
.fe-book:before {
  content: "\e921";
}
.fe-book-open:before {
  content: "\e922";
}
.fe-bookmark:before {
  content: "\e923";
}
.fe-box:before {
  content: "\e924";
}
.fe-briefcase:before {
  content: "\e925";
}
.fe-calendar:before {
  content: "\e926";
}
.fe-camera:before {
  content: "\e927";
}
.fe-camera-off:before {
  content: "\e928";
}
.fe-cast:before {
  content: "\e929";
}
.fe-check:before {
  content: "\e92a";
}
.fe-check-circle:before {
  content: "\e92b";
}
.fe-check-square:before {
  content: "\e92c";
}
.fe-chevron-down:before {
  content: "\e92d";
}
.fe-chevron-left:before {
  content: "\e92e";
}
.fe-chevron-right:before {
  content: "\e92f";
}
.fe-chevron-up:before {
  content: "\e930";
}
.fe-chevrons-down:before {
  content: "\e931";
}
.fe-chevrons-left:before {
  content: "\e932";
}
.fe-chevrons-right:before {
  content: "\e933";
}
.fe-chevrons-up:before {
  content: "\e934";
}
.fe-chrome:before {
  content: "\e935";
}
.fe-circle:before {
  content: "\e936";
}
.fe-clipboard:before {
  content: "\e937";
}
.fe-clock:before {
  content: "\e938";
}
.fe-cloud:before {
  content: "\e939";
}
.fe-cloud-drizzle:before {
  content: "\e93a";
}
.fe-cloud-lightning:before {
  content: "\e93b";
}
.fe-cloud-off:before {
  content: "\e93c";
}
.fe-cloud-rain:before {
  content: "\e93d";
}
.fe-cloud-snow:before {
  content: "\e93e";
}
.fe-code:before {
  content: "\e93f";
}
.fe-codepen:before {
  content: "\e940";
}
.fe-command:before {
  content: "\e941";
}
.fe-compass:before {
  content: "\e942";
}
.fe-copy:before {
  content: "\e943";
}
.fe-corner-down-left:before {
  content: "\e944";
}
.fe-corner-down-right:before {
  content: "\e945";
}
.fe-corner-left-down:before {
  content: "\e946";
}
.fe-corner-left-up:before {
  content: "\e947";
}
.fe-corner-right-down:before {
  content: "\e948";
}
.fe-corner-right-up:before {
  content: "\e949";
}
.fe-corner-up-left:before {
  content: "\e94a";
}
.fe-corner-up-right:before {
  content: "\e94b";
}
.fe-cpu:before {
  content: "\e94c";
}
.fe-credit-card:before {
  content: "\e94d";
}
.fe-crop:before {
  content: "\e94e";
}
.fe-crosshair:before {
  content: "\e94f";
}
.fe-database:before {
  content: "\e950";
}
.fe-delete:before {
  content: "\e951";
}
.fe-disc:before {
  content: "\e952";
}
.fe-dollar-sign:before {
  content: "\e953";
}
.fe-download:before {
  content: "\e954";
}
.fe-download-cloud:before {
  content: "\e955";
}
.fe-droplet:before {
  content: "\e956";
}
.fe-edit:before {
  content: "\e957";
}
.fe-edit-2:before {
  content: "\e958";
}
.fe-edit-3:before {
  content: "\e959";
}
.fe-external-link:before {
  content: "\e95a";
}
.fe-eye:before {
  content: "\e95b";
}
.fe-eye-off:before {
  content: "\e95c";
}
.fe-facebook:before {
  content: "\e95d";
}
.fe-fast-forward:before {
  content: "\e95e";
}
.fe-feather:before {
  content: "\e95f";
}
.fe-file:before {
  content: "\e960";
}
.fe-file-minus:before {
  content: "\e961";
}
.fe-file-plus:before {
  content: "\e962";
}
.fe-file-text:before {
  content: "\e963";
}
.fe-film:before {
  content: "\e964";
}
.fe-filter:before {
  content: "\e965";
}
.fe-flag:before {
  content: "\e966";
}
.fe-folder:before {
  content: "\e967";
}
.fe-folder-minus:before {
  content: "\e968";
}
.fe-folder-plus:before {
  content: "\e969";
}
.fe-git-branch:before {
  content: "\e96a";
}
.fe-git-commit:before {
  content: "\e96b";
}
.fe-git-merge:before {
  content: "\e96c";
}
.fe-git-pull-request:before {
  content: "\e96d";
}
.fe-github:before {
  content: "\e96e";
}
.fe-gitlab:before {
  content: "\e96f";
}
.fe-globe:before {
  content: "\e970";
}
.fe-grid:before {
  content: "\e971";
}
.fe-hard-drive:before {
  content: "\e972";
}
.fe-hash:before {
  content: "\e973";
}
.fe-headphones:before {
  content: "\e974";
}
.fe-heart:before {
  content: "\e975";
}
.fe-help-circle:before {
  content: "\e976";
}
.fe-home:before {
  content: "\e977";
}
.fe-image:before {
  content: "\e978";
}
.fe-inbox:before {
  content: "\e979";
}
.fe-info:before {
  content: "\e97a";
}
.fe-instagram:before {
  content: "\e97b";
}
.fe-italic:before {
  content: "\e97c";
}
.fe-layers:before {
  content: "\e97d";
}
.fe-layout:before {
  content: "\e97e";
}
.fe-life-buoy:before {
  content: "\e97f";
}
.fe-link:before {
  content: "\e980";
}
.fe-link-2:before {
  content: "\e981";
}
.fe-linkedin:before {
  content: "\e982";
}
.fe-list:before {
  content: "\e983";
}
.fe-loader:before {
  content: "\e984";
}
.fe-lock:before {
  content: "\e985";
}
.fe-log-in:before {
  content: "\e986";
}
.fe-log-out:before {
  content: "\e987";
}
.fe-mail:before {
  content: "\e988";
}
.fe-map:before {
  content: "\e989";
}
.fe-map-pin:before {
  content: "\e98a";
}
.fe-maximize:before {
  content: "\e98b";
}
.fe-maximize-2:before {
  content: "\e98c";
}
.fe-menu:before {
  content: "\e98d";
}
.fe-message-circle:before {
  content: "\e98e";
}
.fe-message-square:before {
  content: "\e98f";
}
.fe-mic:before {
  content: "\e990";
}
.fe-mic-off:before {
  content: "\e991";
}
.fe-minimize:before {
  content: "\e992";
}
.fe-minimize-2:before {
  content: "\e993";
}
.fe-minus:before {
  content: "\e994";
}
.fe-minus-circle:before {
  content: "\e995";
}
.fe-minus-square:before {
  content: "\e996";
}
.fe-monitor:before {
  content: "\e997";
}
.fe-moon:before {
  content: "\e998";
}
.fe-more-horizontal:before {
  content: "\e999";
}
.fe-more-vertical:before {
  content: "\e99a";
}
.fe-move:before {
  content: "\e99b";
}
.fe-music:before {
  content: "\e99c";
}
.fe-navigation:before {
  content: "\e99d";
}
.fe-navigation-2:before {
  content: "\e99e";
}
.fe-octagon:before {
  content: "\e99f";
}
.fe-package:before {
  content: "\e9a0";
}
.fe-paperclip:before {
  content: "\e9a1";
}
.fe-pause:before {
  content: "\e9a2";
}
.fe-pause-circle:before {
  content: "\e9a3";
}
.fe-percent:before {
  content: "\e9a4";
}
.fe-phone:before {
  content: "\e9a5";
}
.fe-phone-call:before {
  content: "\e9a6";
}
.fe-phone-forwarded:before {
  content: "\e9a7";
}
.fe-phone-incoming:before {
  content: "\e9a8";
}
.fe-phone-missed:before {
  content: "\e9a9";
}
.fe-phone-off:before {
  content: "\e9aa";
}
.fe-phone-outgoing:before {
  content: "\e9ab";
}
.fe-pie-chart:before {
  content: "\e9ac";
}
.fe-play:before {
  content: "\e9ad";
}
.fe-play-circle:before {
  content: "\e9ae";
}
.fe-plus:before {
  content: "\e9af";
}
.fe-plus-circle:before {
  content: "\e9b0";
}
.fe-plus-square:before {
  content: "\e9b1";
}
.fe-pocket:before {
  content: "\e9b2";
}
.fe-power:before {
  content: "\e9b3";
}
.fe-printer:before {
  content: "\e9b4";
}
.fe-radio:before {
  content: "\e9b5";
}
.fe-refresh-ccw:before {
  content: "\e9b6";
}
.fe-refresh-cw:before {
  content: "\e9b7";
}
.fe-repeat:before {
  content: "\e9b8";
}
.fe-rewind:before {
  content: "\e9b9";
}
.fe-rotate-ccw:before {
  content: "\e9ba";
}
.fe-rotate-cw:before {
  content: "\e9bb";
}
.fe-rss:before {
  content: "\e9bc";
}
.fe-save:before {
  content: "\e9bd";
}
.fe-scissors:before {
  content: "\e9be";
}
.fe-search:before {
  content: "\e9bf";
}
.fe-send:before {
  content: "\e9c0";
}
.fe-server:before {
  content: "\e9c1";
}
.fe-settings:before {
  content: "\e9c2";
}
.fe-share:before {
  content: "\e9c3";
}
.fe-share-2:before {
  content: "\e9c4";
}
.fe-shield:before {
  content: "\e9c5";
}
.fe-shield-off:before {
  content: "\e9c6";
}
.fe-shopping-bag:before {
  content: "\e9c7";
}
.fe-shopping-cart:before {
  content: "\e9c8";
}
.fe-shuffle:before {
  content: "\e9c9";
}
.fe-sidebar:before {
  content: "\e9ca";
}
.fe-skip-back:before {
  content: "\e9cb";
}
.fe-skip-forward:before {
  content: "\e9cc";
}
.fe-slack:before {
  content: "\e9cd";
}
.fe-slash:before {
  content: "\e9ce";
}
.fe-sliders:before {
  content: "\e9cf";
}
.fe-smartphone:before {
  content: "\e9d0";
}
.fe-speaker:before {
  content: "\e9d1";
}
.fe-square:before {
  content: "\e9d2";
}
.fe-star:before {
  content: "\e9d3";
}
.fe-stop-circle:before {
  content: "\e9d4";
}
.fe-sun:before {
  content: "\e9d5";
}
.fe-sunrise:before {
  content: "\e9d6";
}
.fe-sunset:before {
  content: "\e9d7";
}
.fe-tablet:before {
  content: "\e9d8";
}
.fe-tag:before {
  content: "\e9d9";
}
.fe-target:before {
  content: "\e9da";
}
.fe-terminal:before {
  content: "\e9db";
}
.fe-thermometer:before {
  content: "\e9dc";
}
.fe-thumbs-down:before {
  content: "\e9dd";
}
.fe-thumbs-up:before {
  content: "\e9de";
}
.fe-toggle-left:before {
  content: "\e9df";
}
.fe-toggle-right:before {
  content: "\e9e0";
}
.fe-trash:before {
  content: "\e9e1";
}
.fe-trash-2:before {
  content: "\e9e2";
}
.fe-trending-down:before {
  content: "\e9e3";
}
.fe-trending-up:before {
  content: "\e9e4";
}
.fe-triangle:before {
  content: "\e9e5";
}
.fe-truck:before {
  content: "\e9e6";
}
.fe-tv:before {
  content: "\e9e7";
}
.fe-twitter:before {
  content: "\e9e8";
}
.fe-type:before {
  content: "\e9e9";
}
.fe-umbrella:before {
  content: "\e9ea";
}
.fe-underline:before {
  content: "\e9eb";
}
.fe-unlock:before {
  content: "\e9ec";
}
.fe-upload:before {
  content: "\e9ed";
}
.fe-upload-cloud:before {
  content: "\e9ee";
}
.fe-user:before {
  content: "\e9ef";
}
.fe-user-check:before {
  content: "\e9f0";
}
.fe-user-minus:before {
  content: "\e9f1";
}
.fe-user-plus:before {
  content: "\e9f2";
}
.fe-user-x:before {
  content: "\e9f3";
}
.fe-users:before {
  content: "\e9f4";
}
.fe-video:before {
  content: "\e9f5";
}
.fe-video-off:before {
  content: "\e9f6";
}
.fe-voicemail:before {
  content: "\e9f7";
}
.fe-volume:before {
  content: "\e9f8";
}
.fe-volume-1:before {
  content: "\e9f9";
}
.fe-volume-2:before {
  content: "\e9fa";
}
.fe-volume-x:before {
  content: "\e9fb";
}
.fe-watch:before {
  content: "\e9fc";
}
.fe-wifi:before {
  content: "\e9fd";
}
.fe-wifi-off:before {
  content: "\e9fe";
}
.fe-wind:before {
  content: "\e9ff";
}
.fe-x:before {
  content: "\ea00";
}
.fe-x-circle:before {
  content: "\ea01";
}
.fe-x-square:before {
  content: "\ea02";
}
.fe-zap:before {
  content: "\ea03";
}
.fe-zap-off:before {
  content: "\ea04";
}
.fe-zoom-in:before {
  content: "\ea05";
}
.fe-zoom-out:before {
  content: "\ea06";
}

/* src/assets/iconfonts/cryptofont/css/cryptofont.min.css */
/*!
 *  CryptoFont 0.1.1 by @AMPoellmann - http://cryptofont.com
 *  License - http://cryptofont.com/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: CryptoFont;
  src: url("./media/cryptofont-webfont.eot");
  src:
    url("./media/cryptofont-webfont.eot") format("embedded-opentype"),
    url("./media/cryptofont-webfont.woff") format("woff2"),
    url("./media/cryptofont-webfont.woff") format("woff"),
    url("./media/cryptofont-webfont.ttf") format("truetype"),
    url("./media/cryptofont-webfont.svg#cryptofont-webfont") format("svg");
  font-weight: 400;
  font-style: normal;
}
.cf {
  display: inline-block;
  font: normal normal normal 14px/1 CryptoFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cf-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.cf-2x {
  font-size: 2em;
}
.cf-3x {
  font-size: 3em;
}
.cf-4x {
  font-size: 4em;
}
.cf-5x {
  font-size: 5em;
}
.cf-adc:before {
  content: "\f000";
}
.cf-aeon:before {
  content: "\f001";
}
.cf-amp:before {
  content: "\f002";
}
.cf-anc:before {
  content: "\f003";
}
.cf-ardr:before {
  content: "\f004";
}
.cf-aur:before {
  content: "\f005";
}
.cf-bay:before {
  content: "\f006";
}
.cf-bcn:before {
  content: "\f007";
}
.cf-brk:before {
  content: "\f008";
}
.cf-brx:before {
  content: "\f009";
}
.cf-bsd:before {
  content: "\f00a";
}
.cf-bta:before {
  content: "\f00b";
}
.cf-btc:before {
  content: "\f00c";
}
.cf-btc-alt:before {
  content: "\f00d";
}
.cf-btcd:before {
  content: "\f00e";
}
.cf-bts:before {
  content: "\f00f";
}
.cf-clam:before {
  content: "\f010";
}
.cf-cloak:before {
  content: "\f011";
}
.cf-dash:before {
  content: "\f012";
}
.cf-dcr:before {
  content: "\f013";
}
.cf-dgb:before {
  content: "\f014";
}
.cf-dgd:before {
  content: "\f015";
}
.cf-dgx:before {
  content: "\f016";
}
.cf-dmd:before {
  content: "\f017";
}
.cf-doge:before {
  content: "\f018";
}
.cf-emc:before {
  content: "\f019";
}
.cf-erc:before {
  content: "\f01a";
}
.cf-etc:before {
  content: "\f01b";
}
.cf-eth:before {
  content: "\f01c";
}
.cf-fct:before {
  content: "\f01d";
}
.cf-flo:before {
  content: "\f01e";
}
.cf-frk:before {
  content: "\f01f";
}
.cf-ftc:before {
  content: "\f020";
}
.cf-game:before {
  content: "\f021";
}
.cf-gld:before {
  content: "\f022";
}
.cf-gnt:before {
  content: "\f023";
}
.cf-grc:before {
  content: "\f024";
}
.cf-grs:before {
  content: "\f025";
}
.cf-heat:before {
  content: "\f026";
}
.cf-icn:before {
  content: "\f027";
}
.cf-ifc:before {
  content: "\f028";
}
.cf-incnt:before {
  content: "\f029";
}
.cf-ioc:before {
  content: "\f02a";
}
.cf-kmd:before {
  content: "\f02b";
}
.cf-kobo:before {
  content: "\f02c";
}
.cf-kore:before {
  content: "\f02d";
}
.cf-lbc:before {
  content: "\f02e";
}
.cf-ldoge:before {
  content: "\f02f";
}
.cf-lsk:before {
  content: "\f030";
}
.cf-ltc:before {
  content: "\f031";
}
.cf-maid:before {
  content: "\f032";
}
.cf-mint:before {
  content: "\f033";
}
.cf-mona:before {
  content: "\f034";
}
.cf-mue:before {
  content: "\f035";
}
.cf-neos:before {
  content: "\f036";
}
.cf-nlg:before {
  content: "\f037";
}
.cf-nmc:before {
  content: "\f038";
}
.cf-note:before {
  content: "\f039";
}
.cf-nuc:before {
  content: "\f03a";
}
.cf-nxt:before {
  content: "\f03b";
}
.cf-ok:before {
  content: "\f03c";
}
.cf-omni:before {
  content: "\f03d";
}
.cf-pink:before {
  content: "\f03e";
}
.cf-pivx:before {
  content: "\f03f";
}
.cf-pot:before {
  content: "\f040";
}
.cf-ppc:before {
  content: "\f041";
}
.cf-qrk:before {
  content: "\f042";
}
.cf-rby:before {
  content: "\f043";
}
.cf-rdd:before {
  content: "\f044";
}
.cf-rep:before {
  content: "\f045";
}
.cf-rise:before {
  content: "\f046";
}
.cf-sjcx:before {
  content: "\f047";
}
.cf-sls:before {
  content: "\f048";
}
.cf-steem:before {
  content: "\f049";
}
.cf-strat:before {
  content: "\f04a";
}
.cf-sys:before {
  content: "\f04b";
}
.cf-trig:before {
  content: "\f04c";
}
.cf-ubq:before {
  content: "\f04d";
}
.cf-unity:before {
  content: "\f04e";
}
.cf-usdt:before {
  content: "\f04f";
}
.cf-vrc:before {
  content: "\f050";
}
.cf-vtc:before {
  content: "\f051";
}
.cf-waves:before {
  content: "\f052";
}
.cf-xcp:before {
  content: "\f053";
}
.cf-xem:before {
  content: "\f054";
}
.cf-xmr:before {
  content: "\f055";
}
.cf-xrp:before {
  content: "\f056";
}
.cf-zec:before {
  content: "\f057";
}

/* src/assets/iconfonts/line-awesome/css/line-awesome.css */
.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.la-xs {
  font-size: .75em;
}
.la-sm {
  font-size: .875em;
}
.la-1x {
  font-size: 1em;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-6x {
  font-size: 6em;
}
.la-7x {
  font-size: 7em;
}
.la-8x {
  font-size: 8em;
}
.la-9x {
  font-size: 9em;
}
.la-10x {
  font-size: 10em;
}
.la-fw {
  text-align: center;
  width: 1.25em;
}
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.la-ul > li {
  position: relative;
}
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.la-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.la-pull-left {
  float: left;
}
.la-pull-right {
  float: right;
}
.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: .3em;
}
.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: .3em;
}
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}
@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  -webkit-filter: none;
  filter: none;
}
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #fff;
}
.la-500px:before {
  content: "\f26e";
}
.la-accessible-icon:before {
  content: "\f368";
}
.la-accusoft:before {
  content: "\f369";
}
.la-acquisitions-incorporated:before {
  content: "\f6af";
}
.la-ad:before {
  content: "\f641";
}
.la-address-book:before {
  content: "\f2b9";
}
.la-address-card:before {
  content: "\f2bb";
}
.la-adjust:before {
  content: "\f042";
}
.la-adn:before {
  content: "\f170";
}
.la-adobe:before {
  content: "\f778";
}
.la-adversal:before {
  content: "\f36a";
}
.la-affiliatetheme:before {
  content: "\f36b";
}
.la-air-freshener:before {
  content: "\f5d0";
}
.la-airbnb:before {
  content: "\f834";
}
.la-algolia:before {
  content: "\f36c";
}
.la-align-center:before {
  content: "\f037";
}
.la-align-justify:before {
  content: "\f039";
}
.la-align-left:before {
  content: "\f036";
}
.la-align-right:before {
  content: "\f038";
}
.la-alipay:before {
  content: "\f642";
}
.la-allergies:before {
  content: "\f461";
}
.la-amazon:before {
  content: "\f270";
}
.la-amazon-pay:before {
  content: "\f42c";
}
.la-ambulance:before {
  content: "\f0f9";
}
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.la-amilia:before {
  content: "\f36d";
}
.la-anchor:before {
  content: "\f13d";
}
.la-android:before {
  content: "\f17b";
}
.la-angellist:before {
  content: "\f209";
}
.la-angle-double-down:before {
  content: "\f103";
}
.la-angle-double-left:before {
  content: "\f100";
}
.la-angle-double-right:before {
  content: "\f101";
}
.la-angle-double-up:before {
  content: "\f102";
}
.la-angle-down:before {
  content: "\f107";
}
.la-angle-left:before {
  content: "\f104";
}
.la-angle-right:before {
  content: "\f105";
}
.la-angle-up:before {
  content: "\f106";
}
.la-angry:before {
  content: "\f556";
}
.la-angrycreative:before {
  content: "\f36e";
}
.la-angular:before {
  content: "\f420";
}
.la-ankh:before {
  content: "\f644";
}
.la-app-store:before {
  content: "\f36f";
}
.la-app-store-ios:before {
  content: "\f370";
}
.la-apper:before {
  content: "\f371";
}
.la-apple:before {
  content: "\f179";
}
.la-apple-alt:before {
  content: "\f5d1";
}
.la-apple-pay:before {
  content: "\f415";
}
.la-archive:before {
  content: "\f187";
}
.la-archway:before {
  content: "\f557";
}
.la-arrow-alt-circle-down:before {
  content: "\f358";
}
.la-arrow-alt-circle-left:before {
  content: "\f359";
}
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}
.la-arrow-circle-down:before {
  content: "\f0ab";
}
.la-arrow-circle-left:before {
  content: "\f0a8";
}
.la-arrow-circle-right:before {
  content: "\f0a9";
}
.la-arrow-circle-up:before {
  content: "\f0aa";
}
.la-arrow-down:before {
  content: "\f063";
}
.la-arrow-left:before {
  content: "\f060";
}
.la-arrow-right:before {
  content: "\f061";
}
.la-arrow-up:before {
  content: "\f062";
}
.la-arrows-alt:before {
  content: "\f0b2";
}
.la-arrows-alt-h:before {
  content: "\f337";
}
.la-arrows-alt-v:before {
  content: "\f338";
}
.la-artstation:before {
  content: "\f77a";
}
.la-assistive-listening-systems:before {
  content: "\f2a2";
}
.la-asterisk:before {
  content: "\f069";
}
.la-asymmetrik:before {
  content: "\f372";
}
.la-at:before {
  content: "\f1fa";
}
.la-atlas:before {
  content: "\f558";
}
.la-atlassian:before {
  content: "\f77b";
}
.la-atom:before {
  content: "\f5d2";
}
.la-audible:before {
  content: "\f373";
}
.la-audio-description:before {
  content: "\f29e";
}
.la-autoprefixer:before {
  content: "\f41c";
}
.la-avianex:before {
  content: "\f374";
}
.la-aviato:before {
  content: "\f421";
}
.la-award:before {
  content: "\f559";
}
.la-aws:before {
  content: "\f375";
}
.la-baby:before {
  content: "\f77c";
}
.la-baby-carriage:before {
  content: "\f77d";
}
.la-backspace:before {
  content: "\f55a";
}
.la-backward:before {
  content: "\f04a";
}
.la-bacon:before {
  content: "\f7e5";
}
.la-balance-scale:before {
  content: "\f24e";
}
.la-balance-scale-left:before {
  content: "\f515";
}
.la-balance-scale-right:before {
  content: "\f516";
}
.la-ban:before {
  content: "\f05e";
}
.la-band-aid:before {
  content: "\f462";
}
.la-bandcamp:before {
  content: "\f2d5";
}
.la-barcode:before {
  content: "\f02a";
}
.la-bars:before {
  content: "\f0c9";
}
.la-baseball-ball:before {
  content: "\f433";
}
.la-basketball-ball:before {
  content: "\f434";
}
.la-bath:before {
  content: "\f2cd";
}
.la-battery-empty:before {
  content: "\f244";
}
.la-battery-full:before {
  content: "\f240";
}
.la-battery-half:before {
  content: "\f242";
}
.la-battery-quarter:before {
  content: "\f243";
}
.la-battery-three-quarters:before {
  content: "\f241";
}
.la-battle-net:before {
  content: "\f835";
}
.la-bed:before {
  content: "\f236";
}
.la-beer:before {
  content: "\f0fc";
}
.la-behance:before {
  content: "\f1b4";
}
.la-behance-square:before {
  content: "\f1b5";
}
.la-bell:before {
  content: "\f0f3";
}
.la-bell-slash:before {
  content: "\f1f6";
}
.la-bezier-curve:before {
  content: "\f55b";
}
.la-bible:before {
  content: "\f647";
}
.la-bicycle:before {
  content: "\f206";
}
.la-biking:before {
  content: "\f84a";
}
.la-bimobject:before {
  content: "\f378";
}
.la-binoculars:before {
  content: "\f1e5";
}
.la-biohazard:before {
  content: "\f780";
}
.la-birthday-cake:before {
  content: "\f1fd";
}
.la-bitbucket:before {
  content: "\f171";
}
.la-bitcoin:before {
  content: "\f379";
}
.la-bity:before {
  content: "\f37a";
}
.la-black-tie:before {
  content: "\f27e";
}
.la-blackberry:before {
  content: "\f37b";
}
.la-blender:before {
  content: "\f517";
}
.la-blender-phone:before {
  content: "\f6b6";
}
.la-blind:before {
  content: "\f29d";
}
.la-blog:before {
  content: "\f781";
}
.la-blogger:before {
  content: "\f37c";
}
.la-blogger-b:before {
  content: "\f37d";
}
.la-bluetooth:before {
  content: "\f293";
}
.la-bluetooth-b:before {
  content: "\f294";
}
.la-bold:before {
  content: "\f032";
}
.la-bolt:before {
  content: "\f0e7";
}
.la-bomb:before {
  content: "\f1e2";
}
.la-bone:before {
  content: "\f5d7";
}
.la-bong:before {
  content: "\f55c";
}
.la-book:before {
  content: "\f02d";
}
.la-book-dead:before {
  content: "\f6b7";
}
.la-book-medical:before {
  content: "\f7e6";
}
.la-book-open:before {
  content: "\f518";
}
.la-book-reader:before {
  content: "\f5da";
}
.la-bookmark:before {
  content: "\f02e";
}
.la-bootstrap:before {
  content: "\f836";
}
.la-border-all:before {
  content: "\f84c";
}
.la-border-none:before {
  content: "\f850";
}
.la-border-style:before {
  content: "\f853";
}
.la-bowling-ball:before {
  content: "\f436";
}
.la-box:before {
  content: "\f466";
}
.la-box-open:before {
  content: "\f49e";
}
.la-boxes:before {
  content: "\f468";
}
.la-braille:before {
  content: "\f2a1";
}
.la-brain:before {
  content: "\f5dc";
}
.la-bread-slice:before {
  content: "\f7ec";
}
.la-briefcase:before {
  content: "\f0b1";
}
.la-briefcase-medical:before {
  content: "\f469";
}
.la-broadcast-tower:before {
  content: "\f519";
}
.la-broom:before {
  content: "\f51a";
}
.la-brush:before {
  content: "\f55d";
}
.la-btc:before {
  content: "\f15a";
}
.la-buffer:before {
  content: "\f837";
}
.la-bug:before {
  content: "\f188";
}
.la-building:before {
  content: "\f1ad";
}
.la-bullhorn:before {
  content: "\f0a1";
}
.la-bullseye:before {
  content: "\f140";
}
.la-burn:before {
  content: "\f46a";
}
.la-buromobelexperte:before {
  content: "\f37f";
}
.la-bus:before {
  content: "\f207";
}
.la-bus-alt:before {
  content: "\f55e";
}
.la-business-time:before {
  content: "\f64a";
}
.la-buy-n-large:before {
  content: "\f8a6";
}
.la-buysellads:before {
  content: "\f20d";
}
.la-calculator:before {
  content: "\f1ec";
}
.la-calendar:before {
  content: "\f133";
}
.la-calendar-alt:before {
  content: "\f073";
}
.la-calendar-check:before {
  content: "\f274";
}
.la-calendar-day:before {
  content: "\f783";
}
.la-calendar-minus:before {
  content: "\f272";
}
.la-calendar-plus:before {
  content: "\f271";
}
.la-calendar-times:before {
  content: "\f273";
}
.la-calendar-week:before {
  content: "\f784";
}
.la-camera:before {
  content: "\f030";
}
.la-camera-retro:before {
  content: "\f083";
}
.la-campground:before {
  content: "\f6bb";
}
.la-canadian-maple-leaf:before {
  content: "\f785";
}
.la-candy-cane:before {
  content: "\f786";
}
.la-cannabis:before {
  content: "\f55f";
}
.la-capsules:before {
  content: "\f46b";
}
.la-car:before {
  content: "\f1b9";
}
.la-car-alt:before {
  content: "\f5de";
}
.la-car-battery:before {
  content: "\f5df";
}
.la-car-crash:before {
  content: "\f5e1";
}
.la-car-side:before {
  content: "\f5e4";
}
.la-caret-down:before {
  content: "\f0d7";
}
.la-caret-left:before {
  content: "\f0d9";
}
.la-caret-right:before {
  content: "\f0da";
}
.la-caret-square-down:before {
  content: "\f150";
}
.la-caret-square-left:before {
  content: "\f191";
}
.la-caret-square-right:before {
  content: "\f152";
}
.la-caret-square-up:before {
  content: "\f151";
}
.la-caret-up:before {
  content: "\f0d8";
}
.la-carrot:before {
  content: "\f787";
}
.la-cart-arrow-down:before {
  content: "\f218";
}
.la-cart-plus:before {
  content: "\f217";
}
.la-cash-register:before {
  content: "\f788";
}
.la-cat:before {
  content: "\f6be";
}
.la-cc-amazon-pay:before {
  content: "\f42d";
}
.la-cc-amex:before {
  content: "\f1f3";
}
.la-cc-apple-pay:before {
  content: "\f416";
}
.la-cc-diners-club:before {
  content: "\f24c";
}
.la-cc-discover:before {
  content: "\f1f2";
}
.la-cc-jcb:before {
  content: "\f24b";
}
.la-cc-mastercard:before {
  content: "\f1f1";
}
.la-cc-paypal:before {
  content: "\f1f4";
}
.la-cc-stripe:before {
  content: "\f1f5";
}
.la-cc-visa:before {
  content: "\f1f0";
}
.la-centercode:before {
  content: "\f380";
}
.la-centos:before {
  content: "\f789";
}
.la-certificate:before {
  content: "\f0a3";
}
.la-chair:before {
  content: "\f6c0";
}
.la-chalkboard:before {
  content: "\f51b";
}
.la-chalkboard-teacher:before {
  content: "\f51c";
}
.la-charging-station:before {
  content: "\f5e7";
}
.la-chart-area:before {
  content: "\f1fe";
}
.la-chart-bar:before {
  content: "\f080";
}
.la-chart-line:before {
  content: "\f201";
}
.la-chart-pie:before {
  content: "\f200";
}
.la-check:before {
  content: "\f00c";
}
.la-check-circle:before {
  content: "\f058";
}
.la-check-double:before {
  content: "\f560";
}
.la-check-square:before {
  content: "\f14a";
}
.la-cheese:before {
  content: "\f7ef";
}
.la-chess:before {
  content: "\f439";
}
.la-chess-bishop:before {
  content: "\f43a";
}
.la-chess-board:before {
  content: "\f43c";
}
.la-chess-king:before {
  content: "\f43f";
}
.la-chess-knight:before {
  content: "\f441";
}
.la-chess-pawn:before {
  content: "\f443";
}
.la-chess-queen:before {
  content: "\f445";
}
.la-chess-rook:before {
  content: "\f447";
}
.la-chevron-circle-down:before {
  content: "\f13a";
}
.la-chevron-circle-left:before {
  content: "\f137";
}
.la-chevron-circle-right:before {
  content: "\f138";
}
.la-chevron-circle-up:before {
  content: "\f139";
}
.la-chevron-down:before {
  content: "\f078";
}
.la-chevron-left:before {
  content: "\f053";
}
.la-chevron-right:before {
  content: "\f054";
}
.la-chevron-up:before {
  content: "\f077";
}
.la-child:before {
  content: "\f1ae";
}
.la-chrome:before {
  content: "\f268";
}
.la-chromecast:before {
  content: "\f838";
}
.la-church:before {
  content: "\f51d";
}
.la-circle:before {
  content: "\f111";
}
.la-circle-notch:before {
  content: "\f1ce";
}
.la-city:before {
  content: "\f64f";
}
.la-clinic-medical:before {
  content: "\f7f2";
}
.la-clipboard:before {
  content: "\f328";
}
.la-clipboard-check:before {
  content: "\f46c";
}
.la-clipboard-list:before {
  content: "\f46d";
}
.la-clock:before {
  content: "\f017";
}
.la-clone:before {
  content: "\f24d";
}
.la-closed-captioning:before {
  content: "\f20a";
}
.la-cloud:before {
  content: "\f0c2";
}
.la-cloud-download-alt:before {
  content: "\f381";
}
.la-cloud-meatball:before {
  content: "\f73b";
}
.la-cloud-moon:before {
  content: "\f6c3";
}
.la-cloud-moon-rain:before {
  content: "\f73c";
}
.la-cloud-rain:before {
  content: "\f73d";
}
.la-cloud-showers-heavy:before {
  content: "\f740";
}
.la-cloud-sun:before {
  content: "\f6c4";
}
.la-cloud-sun-rain:before {
  content: "\f743";
}
.la-cloud-upload-alt:before {
  content: "\f382";
}
.la-cloudscale:before {
  content: "\f383";
}
.la-cloudsmith:before {
  content: "\f384";
}
.la-cloudversify:before {
  content: "\f385";
}
.la-cocktail:before {
  content: "\f561";
}
.la-code:before {
  content: "\f121";
}
.la-code-branch:before {
  content: "\f126";
}
.la-codepen:before {
  content: "\f1cb";
}
.la-codiepie:before {
  content: "\f284";
}
.la-coffee:before {
  content: "\f0f4";
}
.la-cog:before {
  content: "\f013";
}
.la-cogs:before {
  content: "\f085";
}
.la-coins:before {
  content: "\f51e";
}
.la-columns:before {
  content: "\f0db";
}
.la-comment:before {
  content: "\f075";
}
.la-comment-alt:before {
  content: "\f27a";
}
.la-comment-dollar:before {
  content: "\f651";
}
.la-comment-dots:before {
  content: "\f4ad";
}
.la-comment-medical:before {
  content: "\f7f5";
}
.la-comment-slash:before {
  content: "\f4b3";
}
.la-comments:before {
  content: "\f086";
}
.la-comments-dollar:before {
  content: "\f653";
}
.la-compact-disc:before {
  content: "\f51f";
}
.la-compass:before {
  content: "\f14e";
}
.la-compress:before {
  content: "\f066";
}
.la-compress-arrows-alt:before {
  content: "\f78c";
}
.la-concierge-bell:before {
  content: "\f562";
}
.la-confluence:before {
  content: "\f78d";
}
.la-connectdevelop:before {
  content: "\f20e";
}
.la-contao:before {
  content: "\f26d";
}
.la-cookie:before {
  content: "\f563";
}
.la-cookie-bite:before {
  content: "\f564";
}
.la-copy:before {
  content: "\f0c5";
}
.la-copyright:before {
  content: "\f1f9";
}
.la-cotton-bureau:before {
  content: "\f89e";
}
.la-couch:before {
  content: "\f4b8";
}
.la-cpanel:before {
  content: "\f388";
}
.la-creative-commons:before {
  content: "\f25e";
}
.la-creative-commons-by:before {
  content: "\f4e7";
}
.la-creative-commons-nc:before {
  content: "\f4e8";
}
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.la-creative-commons-nd:before {
  content: "\f4eb";
}
.la-creative-commons-pd:before {
  content: "\f4ec";
}
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.la-creative-commons-remix:before {
  content: "\f4ee";
}
.la-creative-commons-sa:before {
  content: "\f4ef";
}
.la-creative-commons-sampling:before {
  content: "\f4f0";
}
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.la-creative-commons-share:before {
  content: "\f4f2";
}
.la-creative-commons-zero:before {
  content: "\f4f3";
}
.la-credit-card:before {
  content: "\f09d";
}
.la-critical-role:before {
  content: "\f6c9";
}
.la-crop:before {
  content: "\f125";
}
.la-crop-alt:before {
  content: "\f565";
}
.la-cross:before {
  content: "\f654";
}
.la-crosshairs:before {
  content: "\f05b";
}
.la-crow:before {
  content: "\f520";
}
.la-crown:before {
  content: "\f521";
}
.la-crutch:before {
  content: "\f7f7";
}
.la-css3:before {
  content: "\f13c";
}
.la-css3-alt:before {
  content: "\f38b";
}
.la-cube:before {
  content: "\f1b2";
}
.la-cubes:before {
  content: "\f1b3";
}
.la-cut:before {
  content: "\f0c4";
}
.la-cuttlefish:before {
  content: "\f38c";
}
.la-d-and-d:before {
  content: "\f38d";
}
.la-d-and-d-beyond:before {
  content: "\f6ca";
}
.la-dashcube:before {
  content: "\f210";
}
.la-database:before {
  content: "\f1c0";
}
.la-deaf:before {
  content: "\f2a4";
}
.la-delicious:before {
  content: "\f1a5";
}
.la-democrat:before {
  content: "\f747";
}
.la-deploydog:before {
  content: "\f38e";
}
.la-deskpro:before {
  content: "\f38f";
}
.la-desktop:before {
  content: "\f108";
}
.la-dev:before {
  content: "\f6cc";
}
.la-deviantart:before {
  content: "\f1bd";
}
.la-dharmachakra:before {
  content: "\f655";
}
.la-dhl:before {
  content: "\f790";
}
.la-diagnoses:before {
  content: "\f470";
}
.la-diaspora:before {
  content: "\f791";
}
.la-dice:before {
  content: "\f522";
}
.la-dice-d20:before {
  content: "\f6cf";
}
.la-dice-d6:before {
  content: "\f6d1";
}
.la-dice-five:before {
  content: "\f523";
}
.la-dice-four:before {
  content: "\f524";
}
.la-dice-one:before {
  content: "\f525";
}
.la-dice-six:before {
  content: "\f526";
}
.la-dice-three:before {
  content: "\f527";
}
.la-dice-two:before {
  content: "\f528";
}
.la-digg:before {
  content: "\f1a6";
}
.la-digital-ocean:before {
  content: "\f391";
}
.la-digital-tachograph:before {
  content: "\f566";
}
.la-directions:before {
  content: "\f5eb";
}
.la-discord:before {
  content: "\f392";
}
.la-discourse:before {
  content: "\f393";
}
.la-divide:before {
  content: "\f529";
}
.la-dizzy:before {
  content: "\f567";
}
.la-dna:before {
  content: "\f471";
}
.la-dochub:before {
  content: "\f394";
}
.la-docker:before {
  content: "\f395";
}
.la-dog:before {
  content: "\f6d3";
}
.la-dollar-sign:before {
  content: "\f155";
}
.la-dolly:before {
  content: "\f472";
}
.la-dolly-flatbed:before {
  content: "\f474";
}
.la-donate:before {
  content: "\f4b9";
}
.la-door-closed:before {
  content: "\f52a";
}
.la-door-open:before {
  content: "\f52b";
}
.la-dot-circle:before {
  content: "\f192";
}
.la-dove:before {
  content: "\f4ba";
}
.la-download:before {
  content: "\f019";
}
.la-draft2digital:before {
  content: "\f396";
}
.la-drafting-compass:before {
  content: "\f568";
}
.la-dragon:before {
  content: "\f6d5";
}
.la-draw-polygon:before {
  content: "\f5ee";
}
.la-dribbble:before {
  content: "\f17d";
}
.la-dribbble-square:before {
  content: "\f397";
}
.la-dropbox:before {
  content: "\f16b";
}
.la-drum:before {
  content: "\f569";
}
.la-drum-steelpan:before {
  content: "\f56a";
}
.la-drumstick-bite:before {
  content: "\f6d7";
}
.la-drupal:before {
  content: "\f1a9";
}
.la-dumbbell:before {
  content: "\f44b";
}
.la-dumpster:before {
  content: "\f793";
}
.la-dumpster-fire:before {
  content: "\f794";
}
.la-dungeon:before {
  content: "\f6d9";
}
.la-dyalog:before {
  content: "\f399";
}
.la-earlybirds:before {
  content: "\f39a";
}
.la-ebay:before {
  content: "\f4f4";
}
.la-edge:before {
  content: "\f282";
}
.la-edit:before {
  content: "\f044";
}
.la-egg:before {
  content: "\f7fb";
}
.la-eject:before {
  content: "\f052";
}
.la-elementor:before {
  content: "\f430";
}
.la-ellipsis-h:before {
  content: "\f141";
}
.la-ellipsis-v:before {
  content: "\f142";
}
.la-ello:before {
  content: "\f5f1";
}
.la-ember:before {
  content: "\f423";
}
.la-empire:before {
  content: "\f1d1";
}
.la-envelope:before {
  content: "\f0e0";
}
.la-envelope-open:before {
  content: "\f2b6";
}
.la-envelope-open-text:before {
  content: "\f658";
}
.la-envelope-square:before {
  content: "\f199";
}
.la-envira:before {
  content: "\f299";
}
.la-equals:before {
  content: "\f52c";
}
.la-eraser:before {
  content: "\f12d";
}
.la-erlang:before {
  content: "\f39d";
}
.la-ethereum:before {
  content: "\f42e";
}
.la-ethernet:before {
  content: "\f796";
}
.la-etsy:before {
  content: "\f2d7";
}
.la-euro-sign:before {
  content: "\f153";
}
.la-evernote:before {
  content: "\f839";
}
.la-exchange-alt:before {
  content: "\f362";
}
.la-exclamation:before {
  content: "\f12a";
}
.la-exclamation-circle:before {
  content: "\f06a";
}
.la-exclamation-triangle:before {
  content: "\f071";
}
.la-expand:before {
  content: "\f065";
}
.la-expand-arrows-alt:before {
  content: "\f31e";
}
.la-expeditedssl:before {
  content: "\f23e";
}
.la-external-link-alt:before {
  content: "\f35d";
}
.la-external-link-square-alt:before {
  content: "\f360";
}
.la-eye:before {
  content: "\f06e";
}
.la-eye-dropper:before {
  content: "\f1fb";
}
.la-eye-slash:before {
  content: "\f070";
}
.la-facebook:before {
  content: "\f09a";
}
.la-facebook-f:before {
  content: "\f39e";
}
.la-facebook-messenger:before {
  content: "\f39f";
}
.la-facebook-square:before {
  content: "\f082";
}
.la-fan:before {
  content: "\f863";
}
.la-fantasy-flight-games:before {
  content: "\f6dc";
}
.la-fast-backward:before {
  content: "\f049";
}
.la-fast-forward:before {
  content: "\f050";
}
.la-fax:before {
  content: "\f1ac";
}
.la-feather:before {
  content: "\f52d";
}
.la-feather-alt:before {
  content: "\f56b";
}
.la-fedex:before {
  content: "\f797";
}
.la-fedora:before {
  content: "\f798";
}
.la-female:before {
  content: "\f182";
}
.la-fighter-jet:before {
  content: "\f0fb";
}
.la-figma:before {
  content: "\f799";
}
.la-file:before {
  content: "\f15b";
}
.la-file-alt:before {
  content: "\f15c";
}
.la-file-archive:before {
  content: "\f1c6";
}
.la-file-audio:before {
  content: "\f1c7";
}
.la-file-code:before {
  content: "\f1c9";
}
.la-file-contract:before {
  content: "\f56c";
}
.la-file-csv:before {
  content: "\f6dd";
}
.la-file-download:before {
  content: "\f56d";
}
.la-file-excel:before {
  content: "\f1c3";
}
.la-file-export:before {
  content: "\f56e";
}
.la-file-image:before {
  content: "\f1c5";
}
.la-file-import:before {
  content: "\f56f";
}
.la-file-invoice:before {
  content: "\f570";
}
.la-file-invoice-dollar:before {
  content: "\f571";
}
.la-file-medical:before {
  content: "\f477";
}
.la-file-medical-alt:before {
  content: "\f478";
}
.la-file-pdf:before {
  content: "\f1c1";
}
.la-file-powerpoint:before {
  content: "\f1c4";
}
.la-file-prescription:before {
  content: "\f572";
}
.la-file-signature:before {
  content: "\f573";
}
.la-file-upload:before {
  content: "\f574";
}
.la-file-video:before {
  content: "\f1c8";
}
.la-file-word:before {
  content: "\f1c2";
}
.la-fill:before {
  content: "\f575";
}
.la-fill-drip:before {
  content: "\f576";
}
.la-film:before {
  content: "\f008";
}
.la-filter:before {
  content: "\f0b0";
}
.la-fingerprint:before {
  content: "\f577";
}
.la-fire:before {
  content: "\f06d";
}
.la-fire-alt:before {
  content: "\f7e4";
}
.la-fire-extinguisher:before {
  content: "\f134";
}
.la-firefox:before {
  content: "\f269";
}
.la-first-aid:before {
  content: "\f479";
}
.la-first-order:before {
  content: "\f2b0";
}
.la-first-order-alt:before {
  content: "\f50a";
}
.la-firstdraft:before {
  content: "\f3a1";
}
.la-fish:before {
  content: "\f578";
}
.la-fist-raised:before {
  content: "\f6de";
}
.la-flag:before {
  content: "\f024";
}
.la-flag-checkered:before {
  content: "\f11e";
}
.la-flag-usa:before {
  content: "\f74d";
}
.la-flask:before {
  content: "\f0c3";
}
.la-flickr:before {
  content: "\f16e";
}
.la-flipboard:before {
  content: "\f44d";
}
.la-flushed:before {
  content: "\f579";
}
.la-fly:before {
  content: "\f417";
}
.la-folder:before {
  content: "\f07b";
}
.la-folder-minus:before {
  content: "\f65d";
}
.la-folder-open:before {
  content: "\f07c";
}
.la-folder-plus:before {
  content: "\f65e";
}
.la-font:before {
  content: "\f031";
}
.la-font-awesome:before {
  content: "\f2b4";
}
.la-font-awesome-alt:before {
  content: "\f35c";
}
.la-font-awesome-flag:before {
  content: "\f425";
}
.la-font-awesome-logo-full:before {
  content: "\f4e6";
}
.la-fonticons:before {
  content: "\f280";
}
.la-fonticons-fi:before {
  content: "\f3a2";
}
.la-football-ball:before {
  content: "\f44e";
}
.la-fort-awesome:before {
  content: "\f286";
}
.la-fort-awesome-alt:before {
  content: "\f3a3";
}
.la-forumbee:before {
  content: "\f211";
}
.la-forward:before {
  content: "\f04e";
}
.la-foursquare:before {
  content: "\f180";
}
.la-free-code-camp:before {
  content: "\f2c5";
}
.la-freebsd:before {
  content: "\f3a4";
}
.la-frog:before {
  content: "\f52e";
}
.la-frown:before {
  content: "\f119";
}
.la-frown-open:before {
  content: "\f57a";
}
.la-fulcrum:before {
  content: "\f50b";
}
.la-funnel-dollar:before {
  content: "\f662";
}
.la-futbol:before {
  content: "\f1e3";
}
.la-galactic-republic:before {
  content: "\f50c";
}
.la-galactic-senate:before {
  content: "\f50d";
}
.la-gamepad:before {
  content: "\f11b";
}
.la-gas-pump:before {
  content: "\f52f";
}
.la-gavel:before {
  content: "\f0e3";
}
.la-gem:before {
  content: "\f3a5";
}
.la-genderless:before {
  content: "\f22d";
}
.la-get-pocket:before {
  content: "\f265";
}
.la-gg:before {
  content: "\f260";
}
.la-gg-circle:before {
  content: "\f261";
}
.la-ghost:before {
  content: "\f6e2";
}
.la-gift:before {
  content: "\f06b";
}
.la-gifts:before {
  content: "\f79c";
}
.la-git:before {
  content: "\f1d3";
}
.la-git-alt:before {
  content: "\f841";
}
.la-git-square:before {
  content: "\f1d2";
}
.la-github:before {
  content: "\f09b";
}
.la-github-alt:before {
  content: "\f113";
}
.la-github-square:before {
  content: "\f092";
}
.la-gitkraken:before {
  content: "\f3a6";
}
.la-gitlab:before {
  content: "\f296";
}
.la-gitter:before {
  content: "\f426";
}
.la-glass-cheers:before {
  content: "\f79f";
}
.la-glass-martini:before {
  content: "\f000";
}
.la-glass-martini-alt:before {
  content: "\f57b";
}
.la-glass-whiskey:before {
  content: "\f7a0";
}
.la-glasses:before {
  content: "\f530";
}
.la-glide:before {
  content: "\f2a5";
}
.la-glide-g:before {
  content: "\f2a6";
}
.la-globe:before {
  content: "\f0ac";
}
.la-globe-africa:before {
  content: "\f57c";
}
.la-globe-americas:before {
  content: "\f57d";
}
.la-globe-asia:before {
  content: "\f57e";
}
.la-globe-europe:before {
  content: "\f7a2";
}
.la-gofore:before {
  content: "\f3a7";
}
.la-golf-ball:before {
  content: "\f450";
}
.la-goodreads:before {
  content: "\f3a8";
}
.la-goodreads-g:before {
  content: "\f3a9";
}
.la-google:before {
  content: "\f1a0";
}
.la-google-drive:before {
  content: "\f3aa";
}
.la-google-play:before {
  content: "\f3ab";
}
.la-google-plus:before {
  content: "\f2b3";
}
.la-google-plus-g:before {
  content: "\f0d5";
}
.la-google-plus-square:before {
  content: "\f0d4";
}
.la-google-wallet:before {
  content: "\f1ee";
}
.la-gopuram:before {
  content: "\f664";
}
.la-graduation-cap:before {
  content: "\f19d";
}
.la-gratipay:before {
  content: "\f184";
}
.la-grav:before {
  content: "\f2d6";
}
.la-greater-than:before {
  content: "\f531";
}
.la-greater-than-equal:before {
  content: "\f532";
}
.la-grimace:before {
  content: "\f57f";
}
.la-grin:before {
  content: "\f580";
}
.la-grin-alt:before {
  content: "\f581";
}
.la-grin-beam:before {
  content: "\f582";
}
.la-grin-beam-sweat:before {
  content: "\f583";
}
.la-grin-hearts:before {
  content: "\f584";
}
.la-grin-squint:before {
  content: "\f585";
}
.la-grin-squint-tears:before {
  content: "\f586";
}
.la-grin-stars:before {
  content: "\f587";
}
.la-grin-tears:before {
  content: "\f588";
}
.la-grin-tongue:before {
  content: "\f589";
}
.la-grin-tongue-squint:before {
  content: "\f58a";
}
.la-grin-tongue-wink:before {
  content: "\f58b";
}
.la-grin-wink:before {
  content: "\f58c";
}
.la-grip-horizontal:before {
  content: "\f58d";
}
.la-grip-lines:before {
  content: "\f7a4";
}
.la-grip-lines-vertical:before {
  content: "\f7a5";
}
.la-grip-vertical:before {
  content: "\f58e";
}
.la-gripfire:before {
  content: "\f3ac";
}
.la-grunt:before {
  content: "\f3ad";
}
.la-guitar:before {
  content: "\f7a6";
}
.la-gulp:before {
  content: "\f3ae";
}
.la-h-square:before {
  content: "\f0fd";
}
.la-hacker-news:before {
  content: "\f1d4";
}
.la-hacker-news-square:before {
  content: "\f3af";
}
.la-hackerrank:before {
  content: "\f5f7";
}
.la-hamburger:before {
  content: "\f805";
}
.la-hammer:before {
  content: "\f6e3";
}
.la-hamsa:before {
  content: "\f665";
}
.la-hand-holding:before {
  content: "\f4bd";
}
.la-hand-holding-heart:before {
  content: "\f4be";
}
.la-hand-holding-usd:before {
  content: "\f4c0";
}
.la-hand-lizard:before {
  content: "\f258";
}
.la-hand-middle-finger:before {
  content: "\f806";
}
.la-hand-paper:before {
  content: "\f256";
}
.la-hand-peace:before {
  content: "\f25b";
}
.la-hand-point-down:before {
  content: "\f0a7";
}
.la-hand-point-left:before {
  content: "\f0a5";
}
.la-hand-point-right:before {
  content: "\f0a4";
}
.la-hand-point-up:before {
  content: "\f0a6";
}
.la-hand-pointer:before {
  content: "\f25a";
}
.la-hand-rock:before {
  content: "\f255";
}
.la-hand-scissors:before {
  content: "\f257";
}
.la-hand-spock:before {
  content: "\f259";
}
.la-hands:before {
  content: "\f4c2";
}
.la-hands-helping:before {
  content: "\f4c4";
}
.la-handshake:before {
  content: "\f2b5";
}
.la-hanukiah:before {
  content: "\f6e6";
}
.la-hard-hat:before {
  content: "\f807";
}
.la-hashtag:before {
  content: "\f292";
}
.la-hat-cowboy:before {
  content: "\f8c0";
}
.la-hat-cowboy-side:before {
  content: "\f8c1";
}
.la-hat-wizard:before {
  content: "\f6e8";
}
.la-haykal:before {
  content: "\f666";
}
.la-hdd:before {
  content: "\f0a0";
}
.la-heading:before {
  content: "\f1dc";
}
.la-headphones:before {
  content: "\f025";
}
.la-headphones-alt:before {
  content: "\f58f";
}
.la-headset:before {
  content: "\f590";
}
.la-heart:before {
  content: "\f004";
}
.la-heart-broken:before {
  content: "\f7a9";
}
.la-heartbeat:before {
  content: "\f21e";
}
.la-helicopter:before {
  content: "\f533";
}
.la-highlighter:before {
  content: "\f591";
}
.la-hiking:before {
  content: "\f6ec";
}
.la-hippo:before {
  content: "\f6ed";
}
.la-hips:before {
  content: "\f452";
}
.la-hire-a-helper:before {
  content: "\f3b0";
}
.la-history:before {
  content: "\f1da";
}
.la-hockey-puck:before {
  content: "\f453";
}
.la-holly-berry:before {
  content: "\f7aa";
}
.la-home:before {
  content: "\f015";
}
.la-hooli:before {
  content: "\f427";
}
.la-hornbill:before {
  content: "\f592";
}
.la-horse:before {
  content: "\f6f0";
}
.la-horse-head:before {
  content: "\f7ab";
}
.la-hospital:before {
  content: "\f0f8";
}
.la-hospital-alt:before {
  content: "\f47d";
}
.la-hospital-symbol:before {
  content: "\f47e";
}
.la-hot-tub:before {
  content: "\f593";
}
.la-hotdog:before {
  content: "\f80f";
}
.la-hotel:before {
  content: "\f594";
}
.la-hotjar:before {
  content: "\f3b1";
}
.la-hourglass:before {
  content: "\f254";
}
.la-hourglass-end:before {
  content: "\f253";
}
.la-hourglass-half:before {
  content: "\f252";
}
.la-hourglass-start:before {
  content: "\f251";
}
.la-house-damage:before {
  content: "\f6f1";
}
.la-houzz:before {
  content: "\f27c";
}
.la-hryvnia:before {
  content: "\f6f2";
}
.la-html5:before {
  content: "\f13b";
}
.la-hubspot:before {
  content: "\f3b2";
}
.la-i-cursor:before {
  content: "\f246";
}
.la-ice-cream:before {
  content: "\f810";
}
.la-icicles:before {
  content: "\f7ad";
}
.la-icons:before {
  content: "\f86d";
}
.la-id-badge:before {
  content: "\f2c1";
}
.la-id-card:before {
  content: "\f2c2";
}
.la-id-card-alt:before {
  content: "\f47f";
}
.la-igloo:before {
  content: "\f7ae";
}
.la-image:before {
  content: "\f03e";
}
.la-images:before {
  content: "\f302";
}
.la-imdb:before {
  content: "\f2d8";
}
.la-inbox:before {
  content: "\f01c";
}
.la-indent:before {
  content: "\f03c";
}
.la-industry:before {
  content: "\f275";
}
.la-infinity:before {
  content: "\f534";
}
.la-info:before {
  content: "\f129";
}
.la-info-circle:before {
  content: "\f05a";
}
.la-instagram:before {
  content: "\f16d";
}
.la-intercom:before {
  content: "\f7af";
}
.la-internet-explorer:before {
  content: "\f26b";
}
.la-invision:before {
  content: "\f7b0";
}
.la-ioxhost:before {
  content: "\f208";
}
.la-italic:before {
  content: "\f033";
}
.la-itch-io:before {
  content: "\f83a";
}
.la-itunes:before {
  content: "\f3b4";
}
.la-itunes-note:before {
  content: "\f3b5";
}
.la-java:before {
  content: "\f4e4";
}
.la-jedi:before {
  content: "\f669";
}
.la-jedi-order:before {
  content: "\f50e";
}
.la-jenkins:before {
  content: "\f3b6";
}
.la-jira:before {
  content: "\f7b1";
}
.la-joget:before {
  content: "\f3b7";
}
.la-joint:before {
  content: "\f595";
}
.la-joomla:before {
  content: "\f1aa";
}
.la-journal-whills:before {
  content: "\f66a";
}
.la-js:before {
  content: "\f3b8";
}
.la-js-square:before {
  content: "\f3b9";
}
.la-jsfiddle:before {
  content: "\f1cc";
}
.la-kaaba:before {
  content: "\f66b";
}
.la-kaggle:before {
  content: "\f5fa";
}
.la-key:before {
  content: "\f084";
}
.la-keybase:before {
  content: "\f4f5";
}
.la-keyboard:before {
  content: "\f11c";
}
.la-keycdn:before {
  content: "\f3ba";
}
.la-khanda:before {
  content: "\f66d";
}
.la-kickstarter:before {
  content: "\f3bb";
}
.la-kickstarter-k:before {
  content: "\f3bc";
}
.la-kiss:before {
  content: "\f596";
}
.la-kiss-beam:before {
  content: "\f597";
}
.la-kiss-wink-heart:before {
  content: "\f598";
}
.la-kiwi-bird:before {
  content: "\f535";
}
.la-korvue:before {
  content: "\f42f";
}
.la-landmark:before {
  content: "\f66f";
}
.la-language:before {
  content: "\f1ab";
}
.la-laptop:before {
  content: "\f109";
}
.la-laptop-code:before {
  content: "\f5fc";
}
.la-laptop-medical:before {
  content: "\f812";
}
.la-laravel:before {
  content: "\f3bd";
}
.la-lastfm:before {
  content: "\f202";
}
.la-lastfm-square:before {
  content: "\f203";
}
.la-laugh:before {
  content: "\f599";
}
.la-laugh-beam:before {
  content: "\f59a";
}
.la-laugh-squint:before {
  content: "\f59b";
}
.la-laugh-wink:before {
  content: "\f59c";
}
.la-layer-group:before {
  content: "\f5fd";
}
.la-leaf:before {
  content: "\f06c";
}
.la-leanpub:before {
  content: "\f212";
}
.la-lemon:before {
  content: "\f094";
}
.la-less:before {
  content: "\f41d";
}
.la-less-than:before {
  content: "\f536";
}
.la-less-than-equal:before {
  content: "\f537";
}
.la-level-down-alt:before {
  content: "\f3be";
}
.la-level-up-alt:before {
  content: "\f3bf";
}
.la-life-ring:before {
  content: "\f1cd";
}
.la-lightbulb:before {
  content: "\f0eb";
}
.la-line:before {
  content: "\f3c0";
}
.la-link:before {
  content: "\f0c1";
}
.la-linkedin:before {
  content: "\f08c";
}
.la-linkedin-in:before {
  content: "\f0e1";
}
.la-linode:before {
  content: "\f2b8";
}
.la-linux:before {
  content: "\f17c";
}
.la-lira-sign:before {
  content: "\f195";
}
.la-list:before {
  content: "\f03a";
}
.la-list-alt:before {
  content: "\f022";
}
.la-list-ol:before {
  content: "\f0cb";
}
.la-list-ul:before {
  content: "\f0ca";
}
.la-location-arrow:before {
  content: "\f124";
}
.la-lock:before {
  content: "\f023";
}
.la-lock-open:before {
  content: "\f3c1";
}
.la-long-arrow-alt-down:before {
  content: "\f309";
}
.la-long-arrow-alt-left:before {
  content: "\f30a";
}
.la-long-arrow-alt-right:before {
  content: "\f30b";
}
.la-long-arrow-alt-up:before {
  content: "\f30c";
}
.la-low-vision:before {
  content: "\f2a8";
}
.la-luggage-cart:before {
  content: "\f59d";
}
.la-lyft:before {
  content: "\f3c3";
}
.la-magento:before {
  content: "\f3c4";
}
.la-magic:before {
  content: "\f0d0";
}
.la-magnet:before {
  content: "\f076";
}
.la-mail-bulk:before {
  content: "\f674";
}
.la-mailchimp:before {
  content: "\f59e";
}
.la-male:before {
  content: "\f183";
}
.la-mandalorian:before {
  content: "\f50f";
}
.la-map:before {
  content: "\f279";
}
.la-map-marked:before {
  content: "\f59f";
}
.la-map-marked-alt:before {
  content: "\f5a0";
}
.la-map-marker:before {
  content: "\f041";
}
.la-map-marker-alt:before {
  content: "\f3c5";
}
.la-map-pin:before {
  content: "\f276";
}
.la-map-signs:before {
  content: "\f277";
}
.la-markdown:before {
  content: "\f60f";
}
.la-marker:before {
  content: "\f5a1";
}
.la-mars:before {
  content: "\f222";
}
.la-mars-double:before {
  content: "\f227";
}
.la-mars-stroke:before {
  content: "\f229";
}
.la-mars-stroke-h:before {
  content: "\f22b";
}
.la-mars-stroke-v:before {
  content: "\f22a";
}
.la-mask:before {
  content: "\f6fa";
}
.la-mastodon:before {
  content: "\f4f6";
}
.la-maxcdn:before {
  content: "\f136";
}
.la-mdb:before {
  content: "\f8ca";
}
.la-medal:before {
  content: "\f5a2";
}
.la-medapps:before {
  content: "\f3c6";
}
.la-medium:before {
  content: "\f23a";
}
.la-medium-m:before {
  content: "\f3c7";
}
.la-medkit:before {
  content: "\f0fa";
}
.la-medrt:before {
  content: "\f3c8";
}
.la-meetup:before {
  content: "\f2e0";
}
.la-megaport:before {
  content: "\f5a3";
}
.la-meh:before {
  content: "\f11a";
}
.la-meh-blank:before {
  content: "\f5a4";
}
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}
.la-memory:before {
  content: "\f538";
}
.la-mendeley:before {
  content: "\f7b3";
}
.la-menorah:before {
  content: "\f676";
}
.la-mercury:before {
  content: "\f223";
}
.la-meteor:before {
  content: "\f753";
}
.la-microchip:before {
  content: "\f2db";
}
.la-microphone:before {
  content: "\f130";
}
.la-microphone-alt:before {
  content: "\f3c9";
}
.la-microphone-alt-slash:before {
  content: "\f539";
}
.la-microphone-slash:before {
  content: "\f131";
}
.la-microscope:before {
  content: "\f610";
}
.la-microsoft:before {
  content: "\f3ca";
}
.la-minus:before {
  content: "\f068";
}
.la-minus-circle:before {
  content: "\f056";
}
.la-minus-square:before {
  content: "\f146";
}
.la-mitten:before {
  content: "\f7b5";
}
.la-mix:before {
  content: "\f3cb";
}
.la-mixcloud:before {
  content: "\f289";
}
.la-mizuni:before {
  content: "\f3cc";
}
.la-mobile:before {
  content: "\f10b";
}
.la-mobile-alt:before {
  content: "\f3cd";
}
.la-modx:before {
  content: "\f285";
}
.la-monero:before {
  content: "\f3d0";
}
.la-money-bill:before {
  content: "\f0d6";
}
.la-money-bill-alt:before {
  content: "\f3d1";
}
.la-money-bill-wave:before {
  content: "\f53a";
}
.la-money-bill-wave-alt:before {
  content: "\f53b";
}
.la-money-check:before {
  content: "\f53c";
}
.la-money-check-alt:before {
  content: "\f53d";
}
.la-monument:before {
  content: "\f5a6";
}
.la-moon:before {
  content: "\f186";
}
.la-mortar-pestle:before {
  content: "\f5a7";
}
.la-mosque:before {
  content: "\f678";
}
.la-motorcycle:before {
  content: "\f21c";
}
.la-mountain:before {
  content: "\f6fc";
}
.la-mouse:before {
  content: "\f8cc";
}
.la-mouse-pointer:before {
  content: "\f245";
}
.la-mug-hot:before {
  content: "\f7b6";
}
.la-music:before {
  content: "\f001";
}
.la-napster:before {
  content: "\f3d2";
}
.la-neos:before {
  content: "\f612";
}
.la-network-wired:before {
  content: "\f6ff";
}
.la-neuter:before {
  content: "\f22c";
}
.la-newspaper:before {
  content: "\f1ea";
}
.la-nimblr:before {
  content: "\f5a8";
}
.la-node:before {
  content: "\f419";
}
.la-node-js:before {
  content: "\f3d3";
}
.la-not-equal:before {
  content: "\f53e";
}
.la-notes-medical:before {
  content: "\f481";
}
.la-npm:before {
  content: "\f3d4";
}
.la-ns8:before {
  content: "\f3d5";
}
.la-nutritionix:before {
  content: "\f3d6";
}
.la-object-group:before {
  content: "\f247";
}
.la-object-ungroup:before {
  content: "\f248";
}
.la-odnoklassniki:before {
  content: "\f263";
}
.la-odnoklassniki-square:before {
  content: "\f264";
}
.la-oil-can:before {
  content: "\f613";
}
.la-old-republic:before {
  content: "\f510";
}
.la-om:before {
  content: "\f679";
}
.la-opencart:before {
  content: "\f23d";
}
.la-openid:before {
  content: "\f19b";
}
.la-opera:before {
  content: "\f26a";
}
.la-optin-monster:before {
  content: "\f23c";
}
.la-orcid:before {
  content: "\f8d2";
}
.la-osi:before {
  content: "\f41a";
}
.la-otter:before {
  content: "\f700";
}
.la-outdent:before {
  content: "\f03b";
}
.la-page4:before {
  content: "\f3d7";
}
.la-pagelines:before {
  content: "\f18c";
}
.la-pager:before {
  content: "\f815";
}
.la-paint-brush:before {
  content: "\f1fc";
}
.la-paint-roller:before {
  content: "\f5aa";
}
.la-palette:before {
  content: "\f53f";
}
.la-palfed:before {
  content: "\f3d8";
}
.la-pallet:before {
  content: "\f482";
}
.la-paper-plane:before {
  content: "\f1d8";
}
.la-paperclip:before {
  content: "\f0c6";
}
.la-parachute-box:before {
  content: "\f4cd";
}
.la-paragraph:before {
  content: "\f1dd";
}
.la-parking:before {
  content: "\f540";
}
.la-passport:before {
  content: "\f5ab";
}
.la-pastafarianism:before {
  content: "\f67b";
}
.la-paste:before {
  content: "\f0ea";
}
.la-patreon:before {
  content: "\f3d9";
}
.la-pause:before {
  content: "\f04c";
}
.la-pause-circle:before {
  content: "\f28b";
}
.la-paw:before {
  content: "\f1b0";
}
.la-paypal:before {
  content: "\f1ed";
}
.la-peace:before {
  content: "\f67c";
}
.la-pen:before {
  content: "\f304";
}
.la-pen-alt:before {
  content: "\f305";
}
.la-pen-fancy:before {
  content: "\f5ac";
}
.la-pen-nib:before {
  content: "\f5ad";
}
.la-pen-square:before {
  content: "\f14b";
}
.la-pencil-alt:before {
  content: "\f303";
}
.la-pencil-ruler:before {
  content: "\f5ae";
}
.la-penny-arcade:before {
  content: "\f704";
}
.la-people-carry:before {
  content: "\f4ce";
}
.la-pepper-hot:before {
  content: "\f816";
}
.la-percent:before {
  content: "\f295";
}
.la-percentage:before {
  content: "\f541";
}
.la-periscope:before {
  content: "\f3da";
}
.la-person-booth:before {
  content: "\f756";
}
.la-phabricator:before {
  content: "\f3db";
}
.la-phoenix-framework:before {
  content: "\f3dc";
}
.la-phoenix-squadron:before {
  content: "\f511";
}
.la-phone:before {
  content: "\f095";
}
.la-phone-alt:before {
  content: "\f879";
}
.la-phone-slash:before {
  content: "\f3dd";
}
.la-phone-square:before {
  content: "\f098";
}
.la-phone-square-alt:before {
  content: "\f87b";
}
.la-phone-volume:before {
  content: "\f2a0";
}
.la-photo-video:before {
  content: "\f87c";
}
.la-php:before {
  content: "\f457";
}
.la-pied-piper:before {
  content: "\f2ae";
}
.la-pied-piper-alt:before {
  content: "\f1a8";
}
.la-pied-piper-hat:before {
  content: "\f4e5";
}
.la-pied-piper-pp:before {
  content: "\f1a7";
}
.la-piggy-bank:before {
  content: "\f4d3";
}
.la-pills:before {
  content: "\f484";
}
.la-pinterest:before {
  content: "\f0d2";
}
.la-pinterest-p:before {
  content: "\f231";
}
.la-pinterest-square:before {
  content: "\f0d3";
}
.la-pizza-slice:before {
  content: "\f818";
}
.la-place-of-worship:before {
  content: "\f67f";
}
.la-plane:before {
  content: "\f072";
}
.la-plane-arrival:before {
  content: "\f5af";
}
.la-plane-departure:before {
  content: "\f5b0";
}
.la-play:before {
  content: "\f04b";
}
.la-play-circle:before {
  content: "\f144";
}
.la-playstation:before {
  content: "\f3df";
}
.la-plug:before {
  content: "\f1e6";
}
.la-plus:before {
  content: "\f067";
}
.la-plus-circle:before {
  content: "\f055";
}
.la-plus-square:before {
  content: "\f0fe";
}
.la-podcast:before {
  content: "\f2ce";
}
.la-poll:before {
  content: "\f681";
}
.la-poll-h:before {
  content: "\f682";
}
.la-poo:before {
  content: "\f2fe";
}
.la-poo-storm:before {
  content: "\f75a";
}
.la-poop:before {
  content: "\f619";
}
.la-portrait:before {
  content: "\f3e0";
}
.la-pound-sign:before {
  content: "\f154";
}
.la-power-off:before {
  content: "\f011";
}
.la-pray:before {
  content: "\f683";
}
.la-praying-hands:before {
  content: "\f684";
}
.la-prescription:before {
  content: "\f5b1";
}
.la-prescription-bottle:before {
  content: "\f485";
}
.la-prescription-bottle-alt:before {
  content: "\f486";
}
.la-print:before {
  content: "\f02f";
}
.la-procedures:before {
  content: "\f487";
}
.la-product-hunt:before {
  content: "\f288";
}
.la-project-diagram:before {
  content: "\f542";
}
.la-pushed:before {
  content: "\f3e1";
}
.la-puzzle-piece:before {
  content: "\f12e";
}
.la-python:before {
  content: "\f3e2";
}
.la-qq:before {
  content: "\f1d6";
}
.la-qrcode:before {
  content: "\f029";
}
.la-question:before {
  content: "\f128";
}
.la-question-circle:before {
  content: "\f059";
}
.la-quidditch:before {
  content: "\f458";
}
.la-quinscape:before {
  content: "\f459";
}
.la-quora:before {
  content: "\f2c4";
}
.la-quote-left:before {
  content: "\f10d";
}
.la-quote-right:before {
  content: "\f10e";
}
.la-quran:before {
  content: "\f687";
}
.la-r-project:before {
  content: "\f4f7";
}
.la-radiation:before {
  content: "\f7b9";
}
.la-radiation-alt:before {
  content: "\f7ba";
}
.la-rainbow:before {
  content: "\f75b";
}
.la-random:before {
  content: "\f074";
}
.la-raspberry-pi:before {
  content: "\f7bb";
}
.la-ravelry:before {
  content: "\f2d9";
}
.la-react:before {
  content: "\f41b";
}
.la-reacteurope:before {
  content: "\f75d";
}
.la-readme:before {
  content: "\f4d5";
}
.la-rebel:before {
  content: "\f1d0";
}
.la-receipt:before {
  content: "\f543";
}
.la-record-vinyl:before {
  content: "\f8d9";
}
.la-recycle:before {
  content: "\f1b8";
}
.la-red-river:before {
  content: "\f3e3";
}
.la-reddit:before {
  content: "\f1a1";
}
.la-reddit-alien:before {
  content: "\f281";
}
.la-reddit-square:before {
  content: "\f1a2";
}
.la-redhat:before {
  content: "\f7bc";
}
.la-redo:before {
  content: "\f01e";
}
.la-redo-alt:before {
  content: "\f2f9";
}
.la-registered:before {
  content: "\f25d";
}
.la-remove-format:before {
  content: "\f87d";
}
.la-renren:before {
  content: "\f18b";
}
.la-reply:before {
  content: "\f3e5";
}
.la-reply-all:before {
  content: "\f122";
}
.la-replyd:before {
  content: "\f3e6";
}
.la-republican:before {
  content: "\f75e";
}
.la-researchgate:before {
  content: "\f4f8";
}
.la-resolving:before {
  content: "\f3e7";
}
.la-restroom:before {
  content: "\f7bd";
}
.la-retweet:before {
  content: "\f079";
}
.la-rev:before {
  content: "\f5b2";
}
.la-ribbon:before {
  content: "\f4d6";
}
.la-ring:before {
  content: "\f70b";
}
.la-road:before {
  content: "\f018";
}
.la-robot:before {
  content: "\f544";
}
.la-rocket:before {
  content: "\f135";
}
.la-rocketchat:before {
  content: "\f3e8";
}
.la-rockrms:before {
  content: "\f3e9";
}
.la-route:before {
  content: "\f4d7";
}
.la-rss:before {
  content: "\f09e";
}
.la-rss-square:before {
  content: "\f143";
}
.la-ruble-sign:before {
  content: "\f158";
}
.la-ruler:before {
  content: "\f545";
}
.la-ruler-combined:before {
  content: "\f546";
}
.la-ruler-horizontal:before {
  content: "\f547";
}
.la-ruler-vertical:before {
  content: "\f548";
}
.la-running:before {
  content: "\f70c";
}
.la-rupee-sign:before {
  content: "\f156";
}
.la-sad-cry:before {
  content: "\f5b3";
}
.la-sad-tear:before {
  content: "\f5b4";
}
.la-safari:before {
  content: "\f267";
}
.la-salesforce:before {
  content: "\f83b";
}
.la-sass:before {
  content: "\f41e";
}
.la-satellite:before {
  content: "\f7bf";
}
.la-satellite-dish:before {
  content: "\f7c0";
}
.la-save:before {
  content: "\f0c7";
}
.la-schlix:before {
  content: "\f3ea";
}
.la-school:before {
  content: "\f549";
}
.la-screwdriver:before {
  content: "\f54a";
}
.la-scribd:before {
  content: "\f28a";
}
.la-scroll:before {
  content: "\f70e";
}
.la-sd-card:before {
  content: "\f7c2";
}
.la-search:before {
  content: "\f002";
}
.la-search-dollar:before {
  content: "\f688";
}
.la-search-location:before {
  content: "\f689";
}
.la-search-minus:before {
  content: "\f010";
}
.la-search-plus:before {
  content: "\f00e";
}
.la-searchengin:before {
  content: "\f3eb";
}
.la-seedling:before {
  content: "\f4d8";
}
.la-sellcast:before {
  content: "\f2da";
}
.la-sellsy:before {
  content: "\f213";
}
.la-server:before {
  content: "\f233";
}
.la-servicestack:before {
  content: "\f3ec";
}
.la-shapes:before {
  content: "\f61f";
}
.la-share:before {
  content: "\f064";
}
.la-share-alt:before {
  content: "\f1e0";
}
.la-share-alt-square:before {
  content: "\f1e1";
}
.la-share-square:before {
  content: "\f14d";
}
.la-shekel-sign:before {
  content: "\f20b";
}
.la-shield-alt:before {
  content: "\f3ed";
}
.la-ship:before {
  content: "\f21a";
}
.la-shipping-fast:before {
  content: "\f48b";
}
.la-shirtsinbulk:before {
  content: "\f214";
}
.la-shoe-prints:before {
  content: "\f54b";
}
.la-shopping-bag:before {
  content: "\f290";
}
.la-shopping-basket:before {
  content: "\f291";
}
.la-shopping-cart:before {
  content: "\f07a";
}
.la-shopware:before {
  content: "\f5b5";
}
.la-shower:before {
  content: "\f2cc";
}
.la-shuttle-van:before {
  content: "\f5b6";
}
.la-sign:before {
  content: "\f4d9";
}
.la-sign-in-alt:before {
  content: "\f2f6";
}
.la-sign-language:before {
  content: "\f2a7";
}
.la-sign-out-alt:before {
  content: "\f2f5";
}
.la-signal:before {
  content: "\f012";
}
.la-signature:before {
  content: "\f5b7";
}
.la-sim-card:before {
  content: "\f7c4";
}
.la-simplybuilt:before {
  content: "\f215";
}
.la-sistrix:before {
  content: "\f3ee";
}
.la-sitemap:before {
  content: "\f0e8";
}
.la-sith:before {
  content: "\f512";
}
.la-skating:before {
  content: "\f7c5";
}
.la-sketch:before {
  content: "\f7c6";
}
.la-skiing:before {
  content: "\f7c9";
}
.la-skiing-nordic:before {
  content: "\f7ca";
}
.la-skull:before {
  content: "\f54c";
}
.la-skull-crossbones:before {
  content: "\f714";
}
.la-skyatlas:before {
  content: "\f216";
}
.la-skype:before {
  content: "\f17e";
}
.la-slack:before {
  content: "\f198";
}
.la-slack-hash:before {
  content: "\f3ef";
}
.la-slash:before {
  content: "\f715";
}
.la-sleigh:before {
  content: "\f7cc";
}
.la-sliders-h:before {
  content: "\f1de";
}
.la-slideshare:before {
  content: "\f1e7";
}
.la-smile:before {
  content: "\f118";
}
.la-smile-beam:before {
  content: "\f5b8";
}
.la-smile-wink:before {
  content: "\f4da";
}
.la-smog:before {
  content: "\f75f";
}
.la-smoking:before {
  content: "\f48d";
}
.la-smoking-ban:before {
  content: "\f54d";
}
.la-sms:before {
  content: "\f7cd";
}
.la-snapchat:before {
  content: "\f2ab";
}
.la-snapchat-ghost:before {
  content: "\f2ac";
}
.la-snapchat-square:before {
  content: "\f2ad";
}
.la-snowboarding:before {
  content: "\f7ce";
}
.la-snowflake:before {
  content: "\f2dc";
}
.la-snowman:before {
  content: "\f7d0";
}
.la-snowplow:before {
  content: "\f7d2";
}
.la-socks:before {
  content: "\f696";
}
.la-solar-panel:before {
  content: "\f5ba";
}
.la-sort:before {
  content: "\f0dc";
}
.la-sort-alpha-down:before {
  content: "\f15d";
}
.la-sort-alpha-down-alt:before {
  content: "\f881";
}
.la-sort-alpha-up:before {
  content: "\f15e";
}
.la-sort-alpha-up-alt:before {
  content: "\f882";
}
.la-sort-amount-down:before {
  content: "\f160";
}
.la-sort-amount-down-alt:before {
  content: "\f884";
}
.la-sort-amount-up:before {
  content: "\f161";
}
.la-sort-amount-up-alt:before {
  content: "\f885";
}
.la-sort-down:before {
  content: "\f0dd";
}
.la-sort-numeric-down:before {
  content: "\f162";
}
.la-sort-numeric-down-alt:before {
  content: "\f886";
}
.la-sort-numeric-up:before {
  content: "\f163";
}
.la-sort-numeric-up-alt:before {
  content: "\f887";
}
.la-sort-up:before {
  content: "\f0de";
}
.la-soundcloud:before {
  content: "\f1be";
}
.la-sourcetree:before {
  content: "\f7d3";
}
.la-spa:before {
  content: "\f5bb";
}
.la-space-shuttle:before {
  content: "\f197";
}
.la-speakap:before {
  content: "\f3f3";
}
.la-speaker-deck:before {
  content: "\f83c";
}
.la-spell-check:before {
  content: "\f891";
}
.la-spider:before {
  content: "\f717";
}
.la-spinner:before {
  content: "\f110";
}
.la-splotch:before {
  content: "\f5bc";
}
.la-spotify:before {
  content: "\f1bc";
}
.la-spray-can:before {
  content: "\f5bd";
}
.la-square:before {
  content: "\f0c8";
}
.la-square-full:before {
  content: "\f45c";
}
.la-square-root-alt:before {
  content: "\f698";
}
.la-squarespace:before {
  content: "\f5be";
}
.la-stack-exchange:before {
  content: "\f18d";
}
.la-stack-overflow:before {
  content: "\f16c";
}
.la-stackpath:before {
  content: "\f842";
}
.la-stamp:before {
  content: "\f5bf";
}
.la-star:before {
  content: "\f005";
}
.la-star-and-crescent:before {
  content: "\f699";
}
.la-star-half:before {
  content: "\f089";
}
.la-star-half-alt:before {
  content: "\f5c0";
}
.la-star-of-david:before {
  content: "\f69a";
}
.la-star-of-life:before {
  content: "\f621";
}
.la-staylinked:before {
  content: "\f3f5";
}
.la-steam:before {
  content: "\f1b6";
}
.la-steam-square:before {
  content: "\f1b7";
}
.la-steam-symbol:before {
  content: "\f3f6";
}
.la-step-backward:before {
  content: "\f048";
}
.la-step-forward:before {
  content: "\f051";
}
.la-stethoscope:before {
  content: "\f0f1";
}
.la-sticker-mule:before {
  content: "\f3f7";
}
.la-sticky-note:before {
  content: "\f249";
}
.la-stop:before {
  content: "\f04d";
}
.la-stop-circle:before {
  content: "\f28d";
}
.la-stopwatch:before {
  content: "\f2f2";
}
.la-store:before {
  content: "\f54e";
}
.la-store-alt:before {
  content: "\f54f";
}
.la-strava:before {
  content: "\f428";
}
.la-stream:before {
  content: "\f550";
}
.la-street-view:before {
  content: "\f21d";
}
.la-strikethrough:before {
  content: "\f0cc";
}
.la-stripe:before {
  content: "\f429";
}
.la-stripe-s:before {
  content: "\f42a";
}
.la-stroopwafel:before {
  content: "\f551";
}
.la-studiovinari:before {
  content: "\f3f8";
}
.la-stumbleupon:before {
  content: "\f1a4";
}
.la-stumbleupon-circle:before {
  content: "\f1a3";
}
.la-subscript:before {
  content: "\f12c";
}
.la-subway:before {
  content: "\f239";
}
.la-suitcase:before {
  content: "\f0f2";
}
.la-suitcase-rolling:before {
  content: "\f5c1";
}
.la-sun:before {
  content: "\f185";
}
.la-superpowers:before {
  content: "\f2dd";
}
.la-superscript:before {
  content: "\f12b";
}
.la-supple:before {
  content: "\f3f9";
}
.la-surprise:before {
  content: "\f5c2";
}
.la-suse:before {
  content: "\f7d6";
}
.la-swatchbook:before {
  content: "\f5c3";
}
.la-swift:before {
  content: "\f8e1";
}
.la-swimmer:before {
  content: "\f5c4";
}
.la-swimming-pool:before {
  content: "\f5c5";
}
.la-symfony:before {
  content: "\f83d";
}
.la-synagogue:before {
  content: "\f69b";
}
.la-sync:before {
  content: "\f021";
}
.la-sync-alt:before {
  content: "\f2f1";
}
.la-syringe:before {
  content: "\f48e";
}
.la-table:before {
  content: "\f0ce";
}
.la-table-tennis:before {
  content: "\f45d";
}
.la-tablet:before {
  content: "\f10a";
}
.la-tablet-alt:before {
  content: "\f3fa";
}
.la-tablets:before {
  content: "\f490";
}
.la-tachometer-alt:before {
  content: "\f3fd";
}
.la-tag:before {
  content: "\f02b";
}
.la-tags:before {
  content: "\f02c";
}
.la-tape:before {
  content: "\f4db";
}
.la-tasks:before {
  content: "\f0ae";
}
.la-taxi:before {
  content: "\f1ba";
}
.la-teamspeak:before {
  content: "\f4f9";
}
.la-teeth:before {
  content: "\f62e";
}
.la-teeth-open:before {
  content: "\f62f";
}
.la-telegram:before {
  content: "\f2c6";
}
.la-telegram-plane:before {
  content: "\f3fe";
}
.la-temperature-high:before {
  content: "\f769";
}
.la-temperature-low:before {
  content: "\f76b";
}
.la-tencent-weibo:before {
  content: "\f1d5";
}
.la-tenge:before {
  content: "\f7d7";
}
.la-terminal:before {
  content: "\f120";
}
.la-text-height:before {
  content: "\f034";
}
.la-text-width:before {
  content: "\f035";
}
.la-th:before {
  content: "\f00a";
}
.la-th-large:before {
  content: "\f009";
}
.la-th-list:before {
  content: "\f00b";
}
.la-the-red-yeti:before {
  content: "\f69d";
}
.la-theater-masks:before {
  content: "\f630";
}
.la-themeco:before {
  content: "\f5c6";
}
.la-themeisle:before {
  content: "\f2b2";
}
.la-thermometer:before {
  content: "\f491";
}
.la-thermometer-empty:before {
  content: "\f2cb";
}
.la-thermometer-full:before {
  content: "\f2c7";
}
.la-thermometer-half:before {
  content: "\f2c9";
}
.la-thermometer-quarter:before {
  content: "\f2ca";
}
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}
.la-think-peaks:before {
  content: "\f731";
}
.la-thumbs-down:before {
  content: "\f165";
}
.la-thumbs-up:before {
  content: "\f164";
}
.la-thumbtack:before {
  content: "\f08d";
}
.la-ticket-alt:before {
  content: "\f3ff";
}
.la-times:before {
  content: "\f00d";
}
.la-times-circle:before {
  content: "\f057";
}
.la-tint:before {
  content: "\f043";
}
.la-tint-slash:before {
  content: "\f5c7";
}
.la-tired:before {
  content: "\f5c8";
}
.la-toggle-off:before {
  content: "\f204";
}
.la-toggle-on:before {
  content: "\f205";
}
.la-toilet:before {
  content: "\f7d8";
}
.la-toilet-paper:before {
  content: "\f71e";
}
.la-toolbox:before {
  content: "\f552";
}
.la-tools:before {
  content: "\f7d9";
}
.la-tooth:before {
  content: "\f5c9";
}
.la-torah:before {
  content: "\f6a0";
}
.la-torii-gate:before {
  content: "\f6a1";
}
.la-tractor:before {
  content: "\f722";
}
.la-trade-federation:before {
  content: "\f513";
}
.la-trademark:before {
  content: "\f25c";
}
.la-traffic-light:before {
  content: "\f637";
}
.la-train:before {
  content: "\f238";
}
.la-tram:before {
  content: "\f7da";
}
.la-transgender:before {
  content: "\f224";
}
.la-transgender-alt:before {
  content: "\f225";
}
.la-trash:before {
  content: "\f1f8";
}
.la-trash-alt:before {
  content: "\f2ed";
}
.la-trash-restore:before {
  content: "\f829";
}
.la-trash-restore-alt:before {
  content: "\f82a";
}
.la-tree:before {
  content: "\f1bb";
}
.la-trello:before {
  content: "\f181";
}
.la-tripadvisor:before {
  content: "\f262";
}
.la-trophy:before {
  content: "\f091";
}
.la-truck:before {
  content: "\f0d1";
}
.la-truck-loading:before {
  content: "\f4de";
}
.la-truck-monster:before {
  content: "\f63b";
}
.la-truck-moving:before {
  content: "\f4df";
}
.la-truck-pickup:before {
  content: "\f63c";
}
.la-tshirt:before {
  content: "\f553";
}
.la-tty:before {
  content: "\f1e4";
}
.la-tumblr:before {
  content: "\f173";
}
.la-tumblr-square:before {
  content: "\f174";
}
.la-tv:before {
  content: "\f26c";
}
.la-twitch:before {
  content: "\f1e8";
}
.la-twitter:before {
  content: "\f099";
}
.la-twitter-square:before {
  content: "\f081";
}
.la-typo3:before {
  content: "\f42b";
}
.la-uber:before {
  content: "\f402";
}
.la-ubuntu:before {
  content: "\f7df";
}
.la-uikit:before {
  content: "\f403";
}
.la-umbraco:before {
  content: "\f8e8";
}
.la-umbrella:before {
  content: "\f0e9";
}
.la-umbrella-beach:before {
  content: "\f5ca";
}
.la-underline:before {
  content: "\f0cd";
}
.la-undo:before {
  content: "\f0e2";
}
.la-undo-alt:before {
  content: "\f2ea";
}
.la-uniregistry:before {
  content: "\f404";
}
.la-universal-access:before {
  content: "\f29a";
}
.la-university:before {
  content: "\f19c";
}
.la-unlink:before {
  content: "\f127";
}
.la-unlock:before {
  content: "\f09c";
}
.la-unlock-alt:before {
  content: "\f13e";
}
.la-untappd:before {
  content: "\f405";
}
.la-upload:before {
  content: "\f093";
}
.la-ups:before {
  content: "\f7e0";
}
.la-usb:before {
  content: "\f287";
}
.la-user:before {
  content: "\f007";
}
.la-user-alt:before {
  content: "\f406";
}
.la-user-alt-slash:before {
  content: "\f4fa";
}
.la-user-astronaut:before {
  content: "\f4fb";
}
.la-user-check:before {
  content: "\f4fc";
}
.la-user-circle:before {
  content: "\f2bd";
}
.la-user-clock:before {
  content: "\f4fd";
}
.la-user-cog:before {
  content: "\f4fe";
}
.la-user-edit:before {
  content: "\f4ff";
}
.la-user-friends:before {
  content: "\f500";
}
.la-user-graduate:before {
  content: "\f501";
}
.la-user-injured:before {
  content: "\f728";
}
.la-user-lock:before {
  content: "\f502";
}
.la-user-md:before {
  content: "\f0f0";
}
.la-user-minus:before {
  content: "\f503";
}
.la-user-ninja:before {
  content: "\f504";
}
.la-user-nurse:before {
  content: "\f82f";
}
.la-user-plus:before {
  content: "\f234";
}
.la-user-secret:before {
  content: "\f21b";
}
.la-user-shield:before {
  content: "\f505";
}
.la-user-slash:before {
  content: "\f506";
}
.la-user-tag:before {
  content: "\f507";
}
.la-user-tie:before {
  content: "\f508";
}
.la-user-times:before {
  content: "\f235";
}
.la-users:before {
  content: "\f0c0";
}
.la-users-cog:before {
  content: "\f509";
}
.la-usps:before {
  content: "\f7e1";
}
.la-ussunnah:before {
  content: "\f407";
}
.la-utensil-spoon:before {
  content: "\f2e5";
}
.la-utensils:before {
  content: "\f2e7";
}
.la-vaadin:before {
  content: "\f408";
}
.la-vector-square:before {
  content: "\f5cb";
}
.la-venus:before {
  content: "\f221";
}
.la-venus-double:before {
  content: "\f226";
}
.la-venus-mars:before {
  content: "\f228";
}
.la-viacoin:before {
  content: "\f237";
}
.la-viadeo:before {
  content: "\f2a9";
}
.la-viadeo-square:before {
  content: "\f2aa";
}
.la-vial:before {
  content: "\f492";
}
.la-vials:before {
  content: "\f493";
}
.la-viber:before {
  content: "\f409";
}
.la-video:before {
  content: "\f03d";
}
.la-video-slash:before {
  content: "\f4e2";
}
.la-vihara:before {
  content: "\f6a7";
}
.la-vimeo:before {
  content: "\f40a";
}
.la-vimeo-square:before {
  content: "\f194";
}
.la-vimeo-v:before {
  content: "\f27d";
}
.la-vine:before {
  content: "\f1ca";
}
.la-vk:before {
  content: "\f189";
}
.la-vnv:before {
  content: "\f40b";
}
.la-voicemail:before {
  content: "\f897";
}
.la-volleyball-ball:before {
  content: "\f45f";
}
.la-volume-down:before {
  content: "\f027";
}
.la-volume-mute:before {
  content: "\f6a9";
}
.la-volume-off:before {
  content: "\f026";
}
.la-volume-up:before {
  content: "\f028";
}
.la-vote-yea:before {
  content: "\f772";
}
.la-vr-cardboard:before {
  content: "\f729";
}
.la-vuejs:before {
  content: "\f41f";
}
.la-walking:before {
  content: "\f554";
}
.la-wallet:before {
  content: "\f555";
}
.la-warehouse:before {
  content: "\f494";
}
.la-water:before {
  content: "\f773";
}
.la-wave-square:before {
  content: "\f83e";
}
.la-waze:before {
  content: "\f83f";
}
.la-weebly:before {
  content: "\f5cc";
}
.la-weibo:before {
  content: "\f18a";
}
.la-weight:before {
  content: "\f496";
}
.la-weight-hanging:before {
  content: "\f5cd";
}
.la-weixin:before {
  content: "\f1d7";
}
.la-whatsapp:before {
  content: "\f232";
}
.la-whatsapp-square:before {
  content: "\f40c";
}
.la-wheelchair:before {
  content: "\f193";
}
.la-whmcs:before {
  content: "\f40d";
}
.la-wifi:before {
  content: "\f1eb";
}
.la-wikipedia-w:before {
  content: "\f266";
}
.la-wind:before {
  content: "\f72e";
}
.la-window-close:before {
  content: "\f410";
}
.la-window-maximize:before {
  content: "\f2d0";
}
.la-window-minimize:before {
  content: "\f2d1";
}
.la-window-restore:before {
  content: "\f2d2";
}
.la-windows:before {
  content: "\f17a";
}
.la-wine-bottle:before {
  content: "\f72f";
}
.la-wine-glass:before {
  content: "\f4e3";
}
.la-wine-glass-alt:before {
  content: "\f5ce";
}
.la-wix:before {
  content: "\f5cf";
}
.la-wizards-of-the-coast:before {
  content: "\f730";
}
.la-wolf-pack-battalion:before {
  content: "\f514";
}
.la-won-sign:before {
  content: "\f159";
}
.la-wordpress:before {
  content: "\f19a";
}
.la-wordpress-simple:before {
  content: "\f411";
}
.la-wpbeginner:before {
  content: "\f297";
}
.la-wpexplorer:before {
  content: "\f2de";
}
.la-wpforms:before {
  content: "\f298";
}
.la-wpressr:before {
  content: "\f3e4";
}
.la-wrench:before {
  content: "\f0ad";
}
.la-x-ray:before {
  content: "\f497";
}
.la-xbox:before {
  content: "\f412";
}
.la-xing:before {
  content: "\f168";
}
.la-xing-square:before {
  content: "\f169";
}
.la-y-combinator:before {
  content: "\f23b";
}
.la-yahoo:before {
  content: "\f19e";
}
.la-yammer:before {
  content: "\f840";
}
.la-yandex:before {
  content: "\f413";
}
.la-yandex-international:before {
  content: "\f414";
}
.la-yarn:before {
  content: "\f7e3";
}
.la-yelp:before {
  content: "\f1e9";
}
.la-yen-sign:before {
  content: "\f157";
}
.la-yin-yang:before {
  content: "\f6ad";
}
.la-yoast:before {
  content: "\f2b1";
}
.la-youtube:before {
  content: "\f167";
}
.la-youtube-square:before {
  content: "\f431";
}
.la-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Line Awesome Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("./media/la-brands-400.eot");
  src:
    url("./media/la-brands-400.eot?#iefix") format("embedded-opentype"),
    url("./media/la-brands-400.woff2") format("woff2"),
    url("./media/la-brands-400.woff") format("woff"),
    url("./media/la-brands-400.ttf") format("truetype"),
    url("./media/la-brands-400.svg#lineawesome") format("svg");
}
.lab {
  font-family: "Line Awesome Brands";
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./media/la-regular-400.eot");
  src:
    url("./media/la-regular-400.eot?#iefix") format("embedded-opentype"),
    url("./media/la-regular-400.woff2") format("woff2"),
    url("./media/la-regular-400.woff") format("woff"),
    url("./media/la-regular-400.ttf") format("truetype"),
    url("./media/la-regular-400.svg#lineawesome") format("svg");
}
.lar {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("./media/la-solid-900.eot");
  src:
    url("./media/la-solid-900.eot?#iefix") format("embedded-opentype"),
    url("./media/la-solid-900.woff2") format("woff2"),
    url("./media/la-solid-900.woff") format("woff"),
    url("./media/la-solid-900.ttf") format("truetype"),
    url("./media/la-solid-900.svg#lineawesome") format("svg");
}
.la,
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.la.la-glass:before {
  content: "\f000";
}
.la.la-meetup {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-star-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-o:before {
  content: "\f005";
}
.la.la-remove:before {
  content: "\f00d";
}
.la.la-close:before {
  content: "\f00d";
}
.la.la-gear:before {
  content: "\f013";
}
.la.la-trash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-trash-o:before {
  content: "\f2ed";
}
.la.la-file-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-o:before {
  content: "\f15b";
}
.la.la-clock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-clock-o:before {
  content: "\f017";
}
.la.la-arrow-circle-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-down:before {
  content: "\f358";
}
.la.la-arrow-circle-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-up:before {
  content: "\f35b";
}
.la.la-play-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-play-circle-o:before {
  content: "\f144";
}
.la.la-repeat:before {
  content: "\f01e";
}
.la.la-rotate-right:before {
  content: "\f01e";
}
.la.la-refresh:before {
  content: "\f021";
}
.la.la-list-alt {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dedent:before {
  content: "\f03b";
}
.la.la-video-camera:before {
  content: "\f03d";
}
.la.la-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-picture-o:before {
  content: "\f03e";
}
.la.la-photo {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-photo:before {
  content: "\f03e";
}
.la.la-image {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-image:before {
  content: "\f03e";
}
.la.la-pencil:before {
  content: "\f303";
}
.la.la-map-marker:before {
  content: "\f3c5";
}
.la.la-pencil-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pencil-square-o:before {
  content: "\f044";
}
.la.la-share-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-share-square-o:before {
  content: "\f14d";
}
.la.la-check-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-square-o:before {
  content: "\f14a";
}
.la.la-arrows:before {
  content: "\f0b2";
}
.la.la-times-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-circle-o:before {
  content: "\f057";
}
.la.la-check-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-circle-o:before {
  content: "\f058";
}
.la.la-mail-forward:before {
  content: "\f064";
}
.la.la-eye {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eye-slash {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-warning:before {
  content: "\f071";
}
.la.la-calendar:before {
  content: "\f073";
}
.la.la-arrows-v:before {
  content: "\f338";
}
.la.la-arrows-h:before {
  content: "\f337";
}
.la.la-bar-chart {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart:before {
  content: "\f080";
}
.la.la-bar-chart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart-o:before {
  content: "\f080";
}
.la.la-twitter-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gears:before {
  content: "\f085";
}
.la.la-thumbs-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-up:before {
  content: "\f164";
}
.la.la-thumbs-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-down:before {
  content: "\f165";
}
.la.la-heart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-heart-o:before {
  content: "\f004";
}
.la.la-sign-out:before {
  content: "\f2f5";
}
.la.la-linkedin-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin-square:before {
  content: "\f08c";
}
.la.la-thumb-tack:before {
  content: "\f08d";
}
.la.la-external-link:before {
  content: "\f35d";
}
.la.la-sign-in:before {
  content: "\f2f6";
}
.la.la-github-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lemon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lemon-o:before {
  content: "\f094";
}
.la.la-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-square-o:before {
  content: "\f0c8";
}
.la.la-bookmark-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bookmark-o:before {
  content: "\f02e";
}
.la.la-twitter {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook:before {
  content: "\f39e";
}
.la.la-facebook-f {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-f:before {
  content: "\f39e";
}
.la.la-github {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-feed:before {
  content: "\f09e";
}
.la.la-hdd-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hdd-o:before {
  content: "\f0a0";
}
.la.la-hand-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-right:before {
  content: "\f0a4";
}
.la.la-hand-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-left:before {
  content: "\f0a5";
}
.la.la-hand-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-up:before {
  content: "\f0a6";
}
.la.la-hand-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-down:before {
  content: "\f0a7";
}
.la.la-arrows-alt:before {
  content: "\f31e";
}
.la.la-group:before {
  content: "\f0c0";
}
.la.la-chain:before {
  content: "\f0c1";
}
.la.la-scissors:before {
  content: "\f0c4";
}
.la.la-files-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-files-o:before {
  content: "\f0c5";
}
.la.la-floppy-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-floppy-o:before {
  content: "\f0c7";
}
.la.la-navicon:before {
  content: "\f0c9";
}
.la.la-reorder:before {
  content: "\f0c9";
}
.la.la-pinterest {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pinterest-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus:before {
  content: "\f0d5";
}
.la.la-money {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-money:before {
  content: "\f3d1";
}
.la.la-unsorted:before {
  content: "\f0dc";
}
.la.la-sort-desc:before {
  content: "\f0dd";
}
.la.la-sort-asc:before {
  content: "\f0de";
}
.la.la-linkedin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin:before {
  content: "\f0e1";
}
.la.la-rotate-left:before {
  content: "\f0e2";
}
.la.la-legal:before {
  content: "\f0e3";
}
.la.la-tachometer:before {
  content: "\f3fd";
}
.la.la-dashboard:before {
  content: "\f3fd";
}
.la.la-comment-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comment-o:before {
  content: "\f075";
}
.la.la-comments-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comments-o:before {
  content: "\f086";
}
.la.la-flash:before {
  content: "\f0e7";
}
.la.la-clipboard {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste:before {
  content: "\f328";
}
.la.la-lightbulb-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lightbulb-o:before {
  content: "\f0eb";
}
.la.la-exchange:before {
  content: "\f362";
}
.la.la-cloud-download:before {
  content: "\f381";
}
.la.la-cloud-upload:before {
  content: "\f382";
}
.la.la-bell-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-o:before {
  content: "\f0f3";
}
.la.la-cutlery:before {
  content: "\f2e7";
}
.la.la-file-text-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-text-o:before {
  content: "\f15c";
}
.la.la-building-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-building-o:before {
  content: "\f1ad";
}
.la.la-hospital-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hospital-o:before {
  content: "\f0f8";
}
.la.la-tablet:before {
  content: "\f3fa";
}
.la.la-mobile:before {
  content: "\f3cd";
}
.la.la-mobile-phone:before {
  content: "\f3cd";
}
.la.la-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-o:before {
  content: "\f111";
}
.la.la-mail-reply:before {
  content: "\f3e5";
}
.la.la-github-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-folder-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-o:before {
  content: "\f07b";
}
.la.la-folder-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-open-o:before {
  content: "\f07c";
}
.la.la-smile-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-smile-o:before {
  content: "\f118";
}
.la.la-frown-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-frown-o:before {
  content: "\f119";
}
.la.la-meh-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-meh-o:before {
  content: "\f11a";
}
.la.la-keyboard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-keyboard-o:before {
  content: "\f11c";
}
.la.la-flag-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-flag-o:before {
  content: "\f024";
}
.la.la-mail-reply-all:before {
  content: "\f122";
}
.la.la-star-half-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-o:before {
  content: "\f089";
}
.la.la-star-half-empty {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-empty:before {
  content: "\f089";
}
.la.la-star-half-full {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-full:before {
  content: "\f089";
}
.la.la-code-fork:before {
  content: "\f126";
}
.la.la-chain-broken:before {
  content: "\f127";
}
.la.la-shield:before {
  content: "\f3ed";
}
.la.la-calendar-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-o:before {
  content: "\f133";
}
.la.la-maxcdn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-html5 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-css3 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ticket:before {
  content: "\f3ff";
}
.la.la-minus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-minus-square-o:before {
  content: "\f146";
}
.la.la-level-up:before {
  content: "\f3bf";
}
.la.la-level-down:before {
  content: "\f3be";
}
.la.la-pencil-square:before {
  content: "\f14b";
}
.la.la-external-link-square:before {
  content: "\f360";
}
.la.la-compass {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down:before {
  content: "\f150";
}
.la.la-toggle-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-down:before {
  content: "\f150";
}
.la.la-caret-square-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-up:before {
  content: "\f151";
}
.la.la-toggle-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-up:before {
  content: "\f151";
}
.la.la-caret-square-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-right:before {
  content: "\f152";
}
.la.la-toggle-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-right:before {
  content: "\f152";
}
.la.la-eur:before {
  content: "\f153";
}
.la.la-euro:before {
  content: "\f153";
}
.la.la-gbp:before {
  content: "\f154";
}
.la.la-usd:before {
  content: "\f155";
}
.la.la-dollar:before {
  content: "\f155";
}
.la.la-inr:before {
  content: "\f156";
}
.la.la-rupee:before {
  content: "\f156";
}
.la.la-jpy:before {
  content: "\f157";
}
.la.la-cny:before {
  content: "\f157";
}
.la.la-rmb:before {
  content: "\f157";
}
.la.la-yen:before {
  content: "\f157";
}
.la.la-rub:before {
  content: "\f158";
}
.la.la-ruble:before {
  content: "\f158";
}
.la.la-rouble:before {
  content: "\f158";
}
.la.la-krw:before {
  content: "\f159";
}
.la.la-won:before {
  content: "\f159";
}
.la.la-btc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin:before {
  content: "\f15a";
}
.la.la-file-text:before {
  content: "\f15c";
}
.la.la-sort-alpha-asc:before {
  content: "\f15d";
}
.la.la-sort-alpha-desc:before {
  content: "\f881";
}
.la.la-sort-amount-asc:before {
  content: "\f160";
}
.la.la-sort-amount-desc:before {
  content: "\f884";
}
.la.la-sort-numeric-asc:before {
  content: "\f162";
}
.la.la-sort-numeric-desc:before {
  content: "\f886";
}
.la.la-youtube-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play:before {
  content: "\f167";
}
.la.la-dropbox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-overflow {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-instagram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-flickr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-adn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square:before {
  content: "\f171";
}
.la.la-tumblr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tumblr-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-long-arrow-down:before {
  content: "\f309";
}
.la.la-long-arrow-up:before {
  content: "\f30c";
}
.la.la-long-arrow-left:before {
  content: "\f30a";
}
.la.la-long-arrow-right:before {
  content: "\f30b";
}
.la.la-apple {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-windows {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-android {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linux {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dribbble {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skype {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-foursquare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-trello {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gratipay {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip:before {
  content: "\f184";
}
.la.la-sun-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sun-o:before {
  content: "\f185";
}
.la.la-moon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-moon-o:before {
  content: "\f186";
}
.la.la-vk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-renren {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pagelines {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-exchange {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-arrow-circle-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}
.la.la-arrow-circle-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-left:before {
  content: "\f359";
}
.la.la-caret-square-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-left:before {
  content: "\f191";
}
.la.la-toggle-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-left:before {
  content: "\f191";
}
.la.la-dot-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dot-circle-o:before {
  content: "\f192";
}
.la.la-vimeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-try:before {
  content: "\f195";
}
.la.la-turkish-lira:before {
  content: "\f195";
}
.la.la-plus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-plus-square-o:before {
  content: "\f0fe";
}
.la.la-slack {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wordpress {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-openid {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-institution:before {
  content: "\f19c";
}
.la.la-bank:before {
  content: "\f19c";
}
.la.la-mortar-board:before {
  content: "\f19d";
}
.la.la-yahoo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-delicious {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-digg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-pp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-drupal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-joomla {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spoon:before {
  content: "\f2e5";
}
.la.la-behance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-behance-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-automobile:before {
  content: "\f1b9";
}
.la.la-cab:before {
  content: "\f1ba";
}
.la.la-envelope-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-o:before {
  content: "\f0e0";
}
.la.la-deviantart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-soundcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-file-pdf-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-pdf-o:before {
  content: "\f1c1";
}
.la.la-file-word-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-word-o:before {
  content: "\f1c2";
}
.la.la-file-excel-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-excel-o:before {
  content: "\f1c3";
}
.la.la-file-powerpoint-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}
.la.la-file-image-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-image-o:before {
  content: "\f1c5";
}
.la.la-file-photo-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-photo-o:before {
  content: "\f1c5";
}
.la.la-file-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-picture-o:before {
  content: "\f1c5";
}
.la.la-file-archive-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-archive-o:before {
  content: "\f1c6";
}
.la.la-file-zip-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-zip-o:before {
  content: "\f1c6";
}
.la.la-file-audio-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-audio-o:before {
  content: "\f1c7";
}
.la.la-file-sound-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-sound-o:before {
  content: "\f1c7";
}
.la.la-file-video-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-video-o:before {
  content: "\f1c8";
}
.la.la-file-movie-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-movie-o:before {
  content: "\f1c8";
}
.la.la-file-code-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-code-o:before {
  content: "\f1c9";
}
.la.la-vine {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-codepen {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-jsfiddle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-life-ring {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy:before {
  content: "\f1cd";
}
.la.la-life-buoy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-buoy:before {
  content: "\f1cd";
}
.la.la-life-saver {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-saver:before {
  content: "\f1cd";
}
.la.la-support {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-support:before {
  content: "\f1cd";
}
.la.la-circle-o-notch:before {
  content: "\f1ce";
}
.la.la-rebel {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra:before {
  content: "\f1d0";
}
.la.la-resistance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-resistance:before {
  content: "\f1d0";
}
.la.la-empire {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge:before {
  content: "\f1d1";
}
.la.la-git-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-git {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hacker-news {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square:before {
  content: "\f1d4";
}
.la.la-yc-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc-square:before {
  content: "\f1d4";
}
.la.la-tencent-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-qq {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weixin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat:before {
  content: "\f1d7";
}
.la.la-send:before {
  content: "\f1d8";
}
.la.la-paper-plane-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paper-plane-o:before {
  content: "\f1d8";
}
.la.la-send-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-send-o:before {
  content: "\f1d8";
}
.la.la-circle-thin {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-thin:before {
  content: "\f111";
}
.la.la-header:before {
  content: "\f1dc";
}
.la.la-sliders:before {
  content: "\f1de";
}
.la.la-futbol-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-futbol-o:before {
  content: "\f1e3";
}
.la.la-soccer-ball-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-soccer-ball-o:before {
  content: "\f1e3";
}
.la.la-slideshare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-twitch {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yelp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-newspaper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-newspaper-o:before {
  content: "\f1ea";
}
.la.la-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-wallet {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-visa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-mastercard {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-discover {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-amex {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-stripe {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bell-slash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-slash-o:before {
  content: "\f1f6";
}
.la.la-trash:before {
  content: "\f2ed";
}
.la.la-copyright {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eyedropper:before {
  content: "\f1fb";
}
.la.la-area-chart:before {
  content: "\f1fe";
}
.la.la-pie-chart:before {
  content: "\f200";
}
.la.la-line-chart:before {
  content: "\f201";
}
.la.la-lastfm {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lastfm-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ioxhost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-angellist {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-cc:before {
  content: "\f20a";
}
.la.la-ils:before {
  content: "\f20b";
}
.la.la-shekel:before {
  content: "\f20b";
}
.la.la-sheqel:before {
  content: "\f20b";
}
.la.la-meanpath {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-meanpath:before {
  content: "\f2b4";
}
.la.la-buysellads {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-connectdevelop {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dashcube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-forumbee {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-leanpub {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-sellsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-shirtsinbulk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-simplybuilt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skyatlas {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-diamond {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-diamond:before {
  content: "\f3a5";
}
.la.la-intersex:before {
  content: "\f224";
}
.la.la-facebook-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-official:before {
  content: "\f09a";
}
.la.la-pinterest-p {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-whatsapp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hotel:before {
  content: "\f236";
}
.la.la-viacoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-medium {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc:before {
  content: "\f23b";
}
.la.la-optin-monster {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opencart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-expeditedssl {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-battery-4:before {
  content: "\f240";
}
.la.la-battery:before {
  content: "\f240";
}
.la.la-battery-3:before {
  content: "\f241";
}
.la.la-battery-2:before {
  content: "\f242";
}
.la.la-battery-1:before {
  content: "\f243";
}
.la.la-battery-0:before {
  content: "\f244";
}
.la.la-object-group {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-object-ungroup {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o:before {
  content: "\f249";
}
.la.la-cc-jcb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-diners-club {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-clone {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o:before {
  content: "\f254";
}
.la.la-hourglass-1:before {
  content: "\f251";
}
.la.la-hourglass-2:before {
  content: "\f252";
}
.la.la-hourglass-3:before {
  content: "\f253";
}
.la.la-hand-rock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-rock-o:before {
  content: "\f255";
}
.la.la-hand-grab-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-grab-o:before {
  content: "\f255";
}
.la.la-hand-paper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-paper-o:before {
  content: "\f256";
}
.la.la-hand-stop-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-stop-o:before {
  content: "\f256";
}
.la.la-hand-scissors-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-scissors-o:before {
  content: "\f257";
}
.la.la-hand-lizard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-lizard-o:before {
  content: "\f258";
}
.la.la-hand-spock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-spock-o:before {
  content: "\f259";
}
.la.la-hand-pointer-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-pointer-o:before {
  content: "\f25a";
}
.la.la-hand-peace-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-peace-o:before {
  content: "\f25b";
}
.la.la-registered {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-creative-commons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tripadvisor {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-get-pocket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wikipedia-w {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-safari {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-chrome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-firefox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opera {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-internet-explorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-television:before {
  content: "\f26c";
}
.la.la-contao {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-500px {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-amazon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-calendar-plus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-plus-o:before {
  content: "\f271";
}
.la.la-calendar-minus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-minus-o:before {
  content: "\f272";
}
.la.la-calendar-times-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-times-o:before {
  content: "\f273";
}
.la.la-calendar-check-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-check-o:before {
  content: "\f274";
}
.la.la-map-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-map-o:before {
  content: "\f279";
}
.la.la-commenting:before {
  content: "\f4ad";
}
.la.la-commenting-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-commenting-o:before {
  content: "\f4ad";
}
.la.la-houzz {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo:before {
  content: "\f27d";
}
.la.la-black-tie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fonticons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-alien {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-edge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card-alt:before {
  content: "\f09d";
}
.la.la-codiepie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-modx {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fort-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-usb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-product-hunt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-mixcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-scribd {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pause-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pause-circle-o:before {
  content: "\f28b";
}
.la.la-stop-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-stop-circle-o:before {
  content: "\f28d";
}
.la.la-bluetooth {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bluetooth-b {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gitlab {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpbeginner {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpforms {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-envira {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt:before {
  content: "\f368";
}
.la.la-question-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-question-circle-o:before {
  content: "\f059";
}
.la.la-volume-control-phone:before {
  content: "\f2a0";
}
.la.la-asl-interpreting:before {
  content: "\f2a3";
}
.la.la-deafness:before {
  content: "\f2a4";
}
.la.la-hard-of-hearing:before {
  content: "\f2a4";
}
.la.la-glide {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-glide-g {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-signing:before {
  content: "\f2a7";
}
.la.la-viadeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-viadeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-ghost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-first-order {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yoast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-themeisle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official:before {
  content: "\f2b3";
}
.la.la-google-plus-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-circle:before {
  content: "\f2b3";
}
.la.la-font-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa:before {
  content: "\f2b4";
}
.la.la-handshake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-handshake-o:before {
  content: "\f2b5";
}
.la.la-envelope-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-open-o:before {
  content: "\f2b6";
}
.la.la-linode {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-address-book-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-book-o:before {
  content: "\f2b9";
}
.la.la-vcard:before {
  content: "\f2bb";
}
.la.la-address-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-card-o:before {
  content: "\f2bb";
}
.la.la-vcard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-vcard-o:before {
  content: "\f2bb";
}
.la.la-user-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-circle-o:before {
  content: "\f2bd";
}
.la.la-user-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-o:before {
  content: "\f007";
}
.la.la-id-badge {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license:before {
  content: "\f2c2";
}
.la.la-id-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-id-card-o:before {
  content: "\f2c2";
}
.la.la-drivers-license-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license-o:before {
  content: "\f2c2";
}
.la.la-quora {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-free-code-camp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-telegram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-thermometer-4:before {
  content: "\f2c7";
}
.la.la-thermometer:before {
  content: "\f2c7";
}
.la.la-thermometer-3:before {
  content: "\f2c8";
}
.la.la-thermometer-2:before {
  content: "\f2c9";
}
.la.la-thermometer-1:before {
  content: "\f2ca";
}
.la.la-thermometer-0:before {
  content: "\f2cb";
}
.la.la-bathtub:before {
  content: "\f2cd";
}
.la.la-s15:before {
  content: "\f2cd";
}
.la.la-window-maximize {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-restore {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle:before {
  content: "\f410";
}
.la.la-window-close-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-close-o:before {
  content: "\f410";
}
.la.la-times-rectangle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle-o:before {
  content: "\f410";
}
.la.la-bandcamp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-grav {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-etsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-imdb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ravelry {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast:before {
  content: "\f2da";
}
.la.la-snowflake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-snowflake-o:before {
  content: "\f2dc";
}
.la.la-superpowers {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpexplorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spotify {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* src/assets/iconfonts/simple-line-icons/simple-line-icons.css */
@font-face {
  font-family: "simple-line-icons";
  src: url("./media/Simple-Line-Icons.eot");
  src:
    url("./media/Simple-Line-Icons.eot") format("embedded-opentype"),
    url("./media/Simple-Line-Icons.woff") format("woff"),
    url("./media/Simple-Line-Icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: "simple-line-icons";
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-minus:before {
  content: "\e615";
}
.icon-close:before {
  content: "\e082";
}
.icon-event:before {
  content: "\e619";
}
.icon-exclamation:before {
  content: "\e617";
}
.icon-organization:before {
  content: "\e616";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pinterest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-google:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-vkontakte:before {
  content: "\e618";
}
.icon-social-steam:before {
  content: "\e620";
}
@font-face {
  font-family: "simple-line-icons";
  src: url("./media/Simple-Line-Icons.eot");
  src: url("./media/Simple-Line-Icons.eot?v=2.4.0") format("embedded-opentype"), url("./media/Simple-Line-Icons.svg?") format("svg");
  font-weight: normal;
  font-style: normal;
}
.si {
  font-family: "simple-line-icons";
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.si-user:before {
  content: "\e005";
}
.si-people:before {
  content: "\e001";
}
.si-user-female:before {
  content: "\e000";
}
.si-user-follow:before {
  content: "\e002";
}
.si-user-following:before {
  content: "\e003";
}
.si-user-unfollow:before {
  content: "\e004";
}
.si-login:before {
  content: "\e066";
}
.si-logout:before {
  content: "\e065";
}
.si-emotsmile:before {
  content: "\e021";
}
.si-phone:before {
  content: "\e600";
}
.si-call-end:before {
  content: "\e048";
}
.si-call-in:before {
  content: "\e047";
}
.si-call-out:before {
  content: "\e046";
}
.si-map:before {
  content: "\e033";
}
.si-location-pin:before {
  content: "\e096";
}
.si-direction:before {
  content: "\e042";
}
.si-directions:before {
  content: "\e041";
}
.si-compass:before {
  content: "\e045";
}
.si-layers:before {
  content: "\e034";
}
.si-menu:before {
  content: "\e601";
}
.si-list:before {
  content: "\e067";
}
.si-options-vertical:before {
  content: "\e602";
}
.si-options:before {
  content: "\e603";
}
.si-arrow-down:before {
  content: "\e604";
}
.si-arrow-left:before {
  content: "\e605";
}
.si-arrow-right:before {
  content: "\e606";
}
.si-arrow-up:before {
  content: "\e607";
}
.si-arrow-up-circle:before {
  content: "\e078";
}
.si-arrow-left-circle:before {
  content: "\e07a";
}
.si-arrow-right-circle:before {
  content: "\e079";
}
.si-arrow-down-circle:before {
  content: "\e07b";
}
.si-check:before {
  content: "\e080";
}
.si-clock:before {
  content: "\e081";
}
.si-plus:before {
  content: "\e095";
}
.si-minus:before {
  content: "\e615";
}
.si-close:before {
  content: "\e082";
}
.si-event:before {
  content: "\e619";
}
.si-exclamation:before {
  content: "\e617";
}
.si-organization:before {
  content: "\e616";
}
.si-trophy:before {
  content: "\e006";
}
.si-screen-smartphone:before {
  content: "\e010";
}
.si-screen-desktop:before {
  content: "\e011";
}
.si-plane:before {
  content: "\e012";
}
.si-notebook:before {
  content: "\e013";
}
.si-mustache:before {
  content: "\e014";
}
.si-mouse:before {
  content: "\e015";
}
.si-magnet:before {
  content: "\e016";
}
.si-energy:before {
  content: "\e020";
}
.si-disc:before {
  content: "\e022";
}
.si-cursor:before {
  content: "\e06e";
}
.si-cursor-move:before {
  content: "\e023";
}
.si-crop:before {
  content: "\e024";
}
.si-chemistry:before {
  content: "\e026";
}
.si-speedometer:before {
  content: "\e007";
}
.si-shield:before {
  content: "\e00e";
}
.si-screen-tablet:before {
  content: "\e00f";
}
.si-magic-wand:before {
  content: "\e017";
}
.si-hourglass:before {
  content: "\e018";
}
.si-graduation:before {
  content: "\e019";
}
.si-ghost:before {
  content: "\e01a";
}
.si-game-controller:before {
  content: "\e01b";
}
.si-fire:before {
  content: "\e01c";
}
.si-eyeglass:before {
  content: "\e01d";
}
.si-envelope-open:before {
  content: "\e01e";
}
.si-envelope-letter:before {
  content: "\e01f";
}
.si-bell:before {
  content: "\e027";
}
.si-badge:before {
  content: "\e028";
}
.si-anchor:before {
  content: "\e029";
}
.si-wallet:before {
  content: "\e02a";
}
.si-vector:before {
  content: "\e02b";
}
.si-speech:before {
  content: "\e02c";
}
.si-puzzle:before {
  content: "\e02d";
}
.si-printer:before {
  content: "\e02e";
}
.si-present:before {
  content: "\e02f";
}
.si-playlist:before {
  content: "\e030";
}
.si-pin:before {
  content: "\e031";
}
.si-picture:before {
  content: "\e032";
}
.si-handbag:before {
  content: "\e035";
}
.si-globe-alt:before {
  content: "\e036";
}
.si-globe:before {
  content: "\e037";
}
.si-folder-alt:before {
  content: "\e039";
}
.si-folder:before {
  content: "\e089";
}
.si-film:before {
  content: "\e03a";
}
.si-feed:before {
  content: "\e03b";
}
.si-drop:before {
  content: "\e03e";
}
.si-drawer:before {
  content: "\e03f";
}
.si-docs:before {
  content: "\e040";
}
.si-doc:before {
  content: "\e085";
}
.si-diamond:before {
  content: "\e043";
}
.si-cup:before {
  content: "\e044";
}
.si-calculator:before {
  content: "\e049";
}
.si-bubbles:before {
  content: "\e04a";
}
.si-briefcase:before {
  content: "\e04b";
}
.si-book-open:before {
  content: "\e04c";
}
.si-basket-loaded:before {
  content: "\e04d";
}
.si-basket:before {
  content: "\e04e";
}
.si-bag:before {
  content: "\e04f";
}
.si-action-undo:before {
  content: "\e050";
}
.si-action-redo:before {
  content: "\e051";
}
.si-wrench:before {
  content: "\e052";
}
.si-umbrella:before {
  content: "\e053";
}
.si-trash:before {
  content: "\e054";
}
.si-tag:before {
  content: "\e055";
}
.si-support:before {
  content: "\e056";
}
.si-frame:before {
  content: "\e038";
}
.si-size-fullscreen:before {
  content: "\e057";
}
.si-size-actual:before {
  content: "\e058";
}
.si-shuffle:before {
  content: "\e059";
}
.si-share-alt:before {
  content: "\e05a";
}
.si-share:before {
  content: "\e05b";
}
.si-rocket:before {
  content: "\e05c";
}
.si-question:before {
  content: "\e05d";
}
.si-pie-chart:before {
  content: "\e05e";
}
.si-pencil:before {
  content: "\e05f";
}
.si-note:before {
  content: "\e060";
}
.si-loop:before {
  content: "\e064";
}
.si-home:before {
  content: "\e069";
}
.si-grid:before {
  content: "\e06a";
}
.si-graph:before {
  content: "\e06b";
}
.si-microphone:before {
  content: "\e063";
}
.si-music-tone-alt:before {
  content: "\e061";
}
.si-music-tone:before {
  content: "\e062";
}
.si-earphones-alt:before {
  content: "\e03c";
}
.si-earphones:before {
  content: "\e03d";
}
.si-equalizer:before {
  content: "\e06c";
}
.si-like:before {
  content: "\e068";
}
.si-dislike:before {
  content: "\e06d";
}
.si-control-start:before {
  content: "\e06f";
}
.si-control-rewind:before {
  content: "\e070";
}
.si-control-play:before {
  content: "\e071";
}
.si-control-pause:before {
  content: "\e072";
}
.si-control-forward:before {
  content: "\e073";
}
.si-control-end:before {
  content: "\e074";
}
.si-volume-1:before {
  content: "\e09f";
}
.si-volume-2:before {
  content: "\e0a0";
}
.si-volume-off:before {
  content: "\e0a1";
}
.si-calendar:before {
  content: "\e075";
}
.si-bulb:before {
  content: "\e076";
}
.si-chart:before {
  content: "\e077";
}
.si-ban:before {
  content: "\e07c";
}
.si-bubble:before {
  content: "\e07d";
}
.si-camrecorder:before {
  content: "\e07e";
}
.si-camera:before {
  content: "\e07f";
}
.si-cloud-download:before {
  content: "\e083";
}
.si-cloud-upload:before {
  content: "\e084";
}
.si-envelope:before {
  content: "\e086";
}
.si-eye:before {
  content: "\e087";
}
.si-flag:before {
  content: "\e088";
}
.si-heart:before {
  content: "\e08a";
}
.si-info:before {
  content: "\e08b";
}
.si-key:before {
  content: "\e08c";
}
.si-link:before {
  content: "\e08d";
}
.si-lock:before {
  content: "\e08e";
}
.si-lock-open:before {
  content: "\e08f";
}
.si-magnifier:before {
  content: "\e090";
}
.si-magnifier-add:before {
  content: "\e091";
}
.si-magnifier-remove:before {
  content: "\e092";
}
.si-paper-clip:before {
  content: "\e093";
}
.si-paper-plane:before {
  content: "\e094";
}
.si-power:before {
  content: "\e097";
}
.si-refresh:before {
  content: "\e098";
}
.si-reload:before {
  content: "\e099";
}
.si-settings:before {
  content: "\e09a";
}
.si-star:before {
  content: "\e09b";
}
.si-symbol-female:before {
  content: "\e09c";
}
.si-symbol-male:before {
  content: "\e09d";
}
.si-target:before {
  content: "\e09e";
}
.si-credit-card:before {
  content: "\e025";
}
.si-paypal:before {
  content: "\e608";
}
.si-social-tumblr:before {
  content: "\e00a";
}
.si-social-twitter:before {
  content: "\e009";
}
.si-social-facebook:before {
  content: "\e00b";
}
.si-social-instagram:before {
  content: "\e609";
}
.si-social-linkedin:before {
  content: "\e60a";
}
.si-social-pinterest:before {
  content: "\e60b";
}
.si-social-github:before {
  content: "\e60c";
}
.si-social-google:before {
  content: "\e60d";
}
.si-social-reddit:before {
  content: "\e60e";
}
.si-social-skype:before {
  content: "\e60f";
}
.si-social-dribbble:before {
  content: "\e00d";
}
.si-social-behance:before {
  content: "\e610";
}
.si-social-foursqare:before {
  content: "\e611";
}
.si-social-soundcloud:before {
  content: "\e612";
}
.si-social-spotify:before {
  content: "\e613";
}
.si-social-stumbleupon:before {
  content: "\e614";
}
.si-social-youtube:before {
  content: "\e008";
}
.si-social-dropbox:before {
  content: "\e00c";
}
.si-social-vkontakte:before {
  content: "\e618";
}
.si-social-steam:before {
  content: "\e620";
}

/* src/assets/iconfonts/flag-icon-css/css/flag-icon.min.css */
.browser {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background: no-repeat center/100% 100%;
  vertical-align: bottom;
  font-style: normal;
}
.flag {
  width: 1.6rem;
  height: 1.2rem;
  display: block;
  background: no-repeat center/100% 100%;
  font-style: normal;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.flag-ad {
  background-image: url("./media/ad.svg");
}
.flag-ae {
  background-image: url("./media/ae.svg");
}
.flag-af {
  background-image: url("./media/af.svg");
}
.flag-ag {
  background-image: url("./media/ag.svg");
}
.flag-ai {
  background-image: url("./media/ai.svg");
}
.flag-al {
  background-image: url("./media/al.svg");
}
.flag-am {
  background-image: url("./media/am.svg");
}
.flag-ao {
  background-image: url("./media/ao.svg");
}
.flag-aq {
  background-image: url("./media/aq.svg");
}
.flag-ar {
  background-image: url("./media/ar.svg");
}
.flag-as {
  background-image: url("./media/as.svg");
}
.flag-at {
  background-image: url("./media/at.svg");
}
.flag-au {
  background-image: url("./media/au.svg");
}
.flag-aw {
  background-image: url("./media/aw.svg");
}
.flag-ax {
  background-image: url("./media/ax.svg");
}
.flag-az {
  background-image: url("./media/az.svg");
}
.flag-ba {
  background-image: url("./media/ba.svg");
}
.flag-bb {
  background-image: url("./media/bb.svg");
}
.flag-bd {
  background-image: url("./media/bd.svg");
}
.flag-be {
  background-image: url("./media/be.svg");
}
.flag-bf {
  background-image: url("./media/bf.svg");
}
.flag-bg {
  background-image: url("./media/bg.svg");
}
.flag-bh {
  background-image: url("./media/bh.svg");
}
.flag-bi {
  background-image: url("./media/bi.svg");
}
.flag-bj {
  background-image: url("./media/bj.svg");
}
.flag-bl {
  background-image: url("./media/bl.svg");
}
.flag-bm {
  background-image: url("./media/bm.svg");
}
.flag-bn {
  background-image: url("./media/bn.svg");
}
.flag-bo {
  background-image: url("./media/bo.svg");
}
.flag-bq {
  background-image: url("./media/bq.svg");
}
.flag-br {
  background-image: url("./media/br.svg");
}
.flag-bs {
  background-image: url("./media/bs.svg");
}
.flag-bt {
  background-image: url("./media/bt.svg");
}
.flag-bv {
  background-image: url("./media/bv.svg");
}
.flag-bw {
  background-image: url("./media/bw.svg");
}
.flag-by {
  background-image: url("./media/by.svg");
}
.flag-bz {
  background-image: url("./media/bz.svg");
}
.flag-ca {
  background-image: url("./media/ca.svg");
}
.flag-cc {
  background-image: url("./media/cc.svg");
}
.flag-cd {
  background-image: url("./media/cd.svg");
}
.flag-cf {
  background-image: url("./media/cf.svg");
}
.flag-cg {
  background-image: url("./media/cg.svg");
}
.flag-ch {
  background-image: url("./media/ch.svg");
}
.flag-ci {
  background-image: url("./media/ci.svg");
}
.flag-ck {
  background-image: url("./media/ck.svg");
}
.flag-cl {
  background-image: url("./media/cl.svg");
}
.flag-cm {
  background-image: url("./media/cm.svg");
}
.flag-cn {
  background-image: url("./media/cn.svg");
}
.flag-co {
  background-image: url("./media/co.svg");
}
.flag-cr {
  background-image: url("./media/cr.svg");
}
.flag-cu {
  background-image: url("./media/cu.svg");
}
.flag-cv {
  background-image: url("./media/cv.svg");
}
.flag-cw {
  background-image: url("./media/cw.svg");
}
.flag-cx {
  background-image: url("./media/cx.svg");
}
.flag-cy {
  background-image: url("./media/cy.svg");
}
.flag-cz {
  background-image: url("./media/cz.svg");
}
.flag-de {
  background-image: url("./media/de.svg");
}
.flag-dj {
  background-image: url("./media/dj.svg");
}
.flag-dk {
  background-image: url("./media/dk.svg");
}
.flag-dm {
  background-image: url("./media/dm.svg");
}
.flag-do {
  background-image: url("./media/do.svg");
}
.flag-dz {
  background-image: url("./media/dz.svg");
}
.flag-ec {
  background-image: url("./media/ec.svg");
}
.flag-ee {
  background-image: url("./media/ee.svg");
}
.flag-eg {
  background-image: url("./media/eg.svg");
}
.flag-eh {
  background-image: url("./media/eh.svg");
}
.flag-er {
  background-image: url("./media/er.svg");
}
.flag-es {
  background-image: url("./media/es.svg");
}
.flag-et {
  background-image: url("./media/et.svg");
}
.flag-eu {
  background-image: url("./media/eu.svg");
}
.flag-fi {
  background-image: url("./media/fi.svg");
}
.flag-fj {
  background-image: url("./media/fj.svg");
}
.flag-fk {
  background-image: url("./media/fk.svg");
}
.flag-fm {
  background-image: url("./media/fm.svg");
}
.flag-fo {
  background-image: url("./media/fo.svg");
}
.flag-fr {
  background-image: url("./media/fr.svg");
}
.flag-ga {
  background-image: url("./media/ga.svg");
}
.flag-gb-eng {
  background-image: url("./media/gb-eng.svg");
}
.flag-gb-nir {
  background-image: url("./media/gb-nir.svg");
}
.flag-gb-sct {
  background-image: url("./media/gb-sct.svg");
}
.flag-gb-wls {
  background-image: url("./media/gb-wls.svg");
}
.flag-gb {
  background-image: url("./media/gb.svg");
}
.flag-gd {
  background-image: url("./media/gd.svg");
}
.flag-ge {
  background-image: url("./media/ge.svg");
}
.flag-gf {
  background-image: url("./media/gf.svg");
}
.flag-gg {
  background-image: url("./media/gg.svg");
}
.flag-gh {
  background-image: url("./media/gh.svg");
}
.flag-gi {
  background-image: url("./media/gi.svg");
}
.flag-gl {
  background-image: url("./media/gl.svg");
}
.flag-gm {
  background-image: url("./media/gm.svg");
}
.flag-gn {
  background-image: url("./media/gn.svg");
}
.flag-gp {
  background-image: url("./media/gp.svg");
}
.flag-gq {
  background-image: url("./media/gq.svg");
}
.flag-gr {
  background-image: url("./media/gr.svg");
}
.flag-gs {
  background-image: url("./media/gs.svg");
}
.flag-gt {
  background-image: url("./media/gt.svg");
}
.flag-gu {
  background-image: url("./media/gu.svg");
}
.flag-gw {
  background-image: url("./media/gw.svg");
}
.flag-gy {
  background-image: url("./media/gy.svg");
}
.flag-hk {
  background-image: url("./media/hk.svg");
}
.flag-hm {
  background-image: url("./media/hm.svg");
}
.flag-hn {
  background-image: url("./media/hn.svg");
}
.flag-hr {
  background-image: url("./media/hr.svg");
}
.flag-ht {
  background-image: url("./media/ht.svg");
}
.flag-hu {
  background-image: url("./media/hu.svg");
}
.flag-id {
  background-image: url("./media/id.svg");
}
.flag-ie {
  background-image: url("./media/ie.svg");
}
.flag-il {
  background-image: url("./media/il.svg");
}
.flag-im {
  background-image: url("./media/im.svg");
}
.flag-in {
  background-image: url("./media/in.svg");
}
.flag-io {
  background-image: url("./media/io.svg");
}
.flag-iq {
  background-image: url("./media/iq.svg");
}
.flag-ir {
  background-image: url("./media/ir.svg");
}
.flag-is {
  background-image: url("./media/is.svg");
}
.flag-it {
  background-image: url("./media/it.svg");
}
.flag-je {
  background-image: url("./media/je.svg");
}
.flag-jm {
  background-image: url("./media/jm.svg");
}
.flag-jo {
  background-image: url("./media/jo.svg");
}
.flag-jp {
  background-image: url("./media/jp.svg");
}
.flag-ke {
  background-image: url("./media/ke.svg");
}
.flag-kg {
  background-image: url("./media/kg.svg");
}
.flag-kh {
  background-image: url("./media/kh.svg");
}
.flag-ki {
  background-image: url("./media/ki.svg");
}
.flag-km {
  background-image: url("./media/km.svg");
}
.flag-kn {
  background-image: url("./media/kn.svg");
}
.flag-kp {
  background-image: url("./media/kp.svg");
}
.flag-kr {
  background-image: url("./media/kr.svg");
}
.flag-kw {
  background-image: url("./media/kw.svg");
}
.flag-ky {
  background-image: url("./media/ky.svg");
}
.flag-kz {
  background-image: url("./media/kz.svg");
}
.flag-la {
  background-image: url("./media/la.svg");
}
.flag-lb {
  background-image: url("./media/lb.svg");
}
.flag-lc {
  background-image: url("./media/lc.svg");
}
.flag-li {
  background-image: url("./media/li.svg");
}
.flag-lk {
  background-image: url("./media/lk.svg");
}
.flag-lr {
  background-image: url("./media/lr.svg");
}
.flag-ls {
  background-image: url("./media/ls.svg");
}
.flag-lt {
  background-image: url("./media/lt.svg");
}
.flag-lu {
  background-image: url("./media/lu.svg");
}
.flag-lv {
  background-image: url("./media/lv.svg");
}
.flag-ly {
  background-image: url("./media/ly.svg");
}
.flag-ma {
  background-image: url("./media/ma.svg");
}
.flag-mc {
  background-image: url("./media/mc.svg");
}
.flag-md {
  background-image: url("./media/md.svg");
}
.flag-me {
  background-image: url("./media/me.svg");
}
.flag-mf {
  background-image: url("./media/mf.svg");
}
.flag-mg {
  background-image: url("./media/mg.svg");
}
.flag-mh {
  background-image: url("./media/mh.svg");
}
.flag-mk {
  background-image: url("./media/mk.svg");
}
.flag-ml {
  background-image: url("./media/ml.svg");
}
.flag-mm {
  background-image: url("./media/mm.svg");
}
.flag-mn {
  background-image: url("./media/mn.svg");
}
.flag-mo {
  background-image: url("./media/mo.svg");
}
.flag-mp {
  background-image: url("./media/mp.svg");
}
.flag-mq {
  background-image: url("./media/mq.svg");
}
.flag-mr {
  background-image: url("./media/mr.svg");
}
.flag-ms {
  background-image: url("./media/ms.svg");
}
.flag-mt {
  background-image: url("./media/mt.svg");
}
.flag-mu {
  background-image: url("./media/mu.svg");
}
.flag-mv {
  background-image: url("./media/mv.svg");
}
.flag-mw {
  background-image: url("./media/mw.svg");
}
.flag-mx {
  background-image: url("./media/mx.svg");
}
.flag-my {
  background-image: url("./media/my.svg");
}
.flag-mz {
  background-image: url("./media/mz.svg");
}
.flag-na {
  background-image: url("./media/na.svg");
}
.flag-nc {
  background-image: url("./media/nc.svg");
}
.flag-ne {
  background-image: url("./media/ne.svg");
}
.flag-nf {
  background-image: url("./media/nf.svg");
}
.flag-ng {
  background-image: url("./media/ng.svg");
}
.flag-ni {
  background-image: url("./media/ni.svg");
}
.flag-nl {
  background-image: url("./media/nl.svg");
}
.flag-no {
  background-image: url("./media/no.svg");
}
.flag-np {
  background-image: url("./media/np.svg");
}
.flag-nr {
  background-image: url("./media/nr.svg");
}
.flag-nu {
  background-image: url("./media/nu.svg");
}
.flag-nz {
  background-image: url("./media/nz.svg");
}
.flag-om {
  background-image: url("./media/om.svg");
}
.flag-pa {
  background-image: url("./media/pa.svg");
}
.flag-pe {
  background-image: url("./media/pe.svg");
}
.flag-pf {
  background-image: url("./media/pf.svg");
}
.flag-pg {
  background-image: url("./media/pg.svg");
}
.flag-ph {
  background-image: url("./media/ph.svg");
}
.flag-pk {
  background-image: url("./media/pk.svg");
}
.flag-pl {
  background-image: url("./media/pl.svg");
}
.flag-pm {
  background-image: url("./media/pm.svg");
}
.flag-pn {
  background-image: url("./media/pn.svg");
}
.flag-pr {
  background-image: url("./media/pr.svg");
}
.flag-ps {
  background-image: url("./media/ps.svg");
}
.flag-pt {
  background-image: url("./media/pt.svg");
}
.flag-pw {
  background-image: url("./media/pw.svg");
}
.flag-py {
  background-image: url("./media/py.svg");
}
.flag-qa {
  background-image: url("./media/qa.svg");
}
.flag-re {
  background-image: url("./media/re.svg");
}
.flag-ro {
  background-image: url("./media/ro.svg");
}
.flag-rs {
  background-image: url("./media/rs.svg");
}
.flag-ru {
  background-image: url("./media/ru.svg");
}
.flag-rw {
  background-image: url("./media/rw.svg");
}
.flag-sa {
  background-image: url("./media/sa.svg");
}
.flag-sb {
  background-image: url("./media/sb.svg");
}
.flag-sc {
  background-image: url("./media/sc.svg");
}
.flag-sd {
  background-image: url("./media/sd.svg");
}
.flag-se {
  background-image: url("./media/se.svg");
}
.flag-sg {
  background-image: url("./media/sg.svg");
}
.flag-sh {
  background-image: url("./media/sh.svg");
}
.flag-si {
  background-image: url("./media/si.svg");
}
.flag-sj {
  background-image: url("./media/sj.svg");
}
.flag-sk {
  background-image: url("./media/sk.svg");
}
.flag-sl {
  background-image: url("./media/sl.svg");
}
.flag-sm {
  background-image: url("./media/sm.svg");
}
.flag-sn {
  background-image: url("./media/sn.svg");
}
.flag-so {
  background-image: url("./media/so.svg");
}
.flag-sr {
  background-image: url("./media/sr.svg");
}
.flag-ss {
  background-image: url("./media/ss.svg");
}
.flag-st {
  background-image: url("./media/st.svg");
}
.flag-sv {
  background-image: url("./media/sv.svg");
}
.flag-sx {
  background-image: url("./media/sx.svg");
}
.flag-sy {
  background-image: url("./media/sy.svg");
}
.flag-sz {
  background-image: url("./media/sz.svg");
}
.flag-tc {
  background-image: url("./media/tc.svg");
}
.flag-td {
  background-image: url("./media/td.svg");
}
.flag-tf {
  background-image: url("./media/tf.svg");
}
.flag-tg {
  background-image: url("./media/tg.svg");
}
.flag-th {
  background-image: url("./media/th.svg");
}
.flag-tj {
  background-image: url("./media/tj.svg");
}
.flag-tk {
  background-image: url("./media/tk.svg");
}
.flag-tl {
  background-image: url("./media/tl.svg");
}
.flag-tm {
  background-image: url("./media/tm.svg");
}
.flag-tn {
  background-image: url("./media/tn.svg");
}
.flag-to {
  background-image: url("./media/to.svg");
}
.flag-tr {
  background-image: url("./media/tr.svg");
}
.flag-tt {
  background-image: url("./media/tt.svg");
}
.flag-tv {
  background-image: url("./media/tv.svg");
}
.flag-tw {
  background-image: url("./media/tw.svg");
}
.flag-tz {
  background-image: url("./media/tz.svg");
}
.flag-ua {
  background-image: url("./media/ua.svg");
}
.flag-ug {
  background-image: url("./media/ug.svg");
}
.flag-um {
  background-image: url("./media/um.svg");
}
.flag-un {
  background-image: url("./media/un.svg");
}
.flag-us {
  background-image: url("./media/us.svg");
}
.flag-uy {
  background-image: url("./media/uy.svg");
}
.flag-uz {
  background-image: url("./media/uz.svg");
}
.flag-va {
  background-image: url("./media/va.svg");
}
.flag-vc {
  background-image: url("./media/vc.svg");
}
.flag-ve {
  background-image: url("./media/ve.svg");
}
.flag-vg {
  background-image: url("./media/vg.svg");
}
.flag-vi {
  background-image: url("./media/vi.svg");
}
.flag-vn {
  background-image: url("./media/vn.svg");
}
.flag-vu {
  background-image: url("./media/vu.svg");
}
.flag-wf {
  background-image: url("./media/wf.svg");
}
.flag-ws {
  background-image: url("./media/ws.svg");
}
.flag-ye {
  background-image: url("./media/ye.svg");
}
.flag-yt {
  background-image: url("./media/yt.svg");
}
.flag-za {
  background-image: url("./media/za.svg");
}
.flag-zm {
  background-image: url("./media/zm.svg");
}
.flag-zw {
  background-image: url("./media/zw.svg");
}
.payment {
  width: 1.8rem;
  height: 1.1rem;
  display: inline-block;
  background: no-repeat center/100% 100%;
  vertical-align: bottom;
  font-style: normal;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.payment-2checkout-dark {
  background-image: url("./media/2checkout-dark.svg");
}
.payment-2checkout {
  background-image: url("./media/2checkout.svg");
}
.payment-alipay-dark {
  background-image: url("./media/alipay-dark.svg");
}
.payment-alipay {
  background-image: url("./media/alipay.svg");
}
.payment-amazon-dark {
  background-image: url("./media/amazon-dark.svg");
}
.payment-amazon {
  background-image: url("./media/amazon.svg");
}
.payment-americanexpress-dark {
  background-image: url("./media/americanexpress-dark.svg");
}
.payment-americanexpress {
  background-image: url("./media/americanexpress.svg");
}
.payment-applepay-dark {
  background-image: url("./media/applepay-dark.svg");
}
.payment-applepay {
  background-image: url("./media/applepay.svg");
}
.payment-bancontact-dark {
  background-image: url("./media/bancontact-dark.svg");
}
.payment-bancontact {
  background-image: url("./media/bancontact.svg");
}
.payment-bitcoin-dark {
  background-image: url("./media/bitcoin-dark.svg");
}
.payment-bitcoin {
  background-image: url("./media/bitcoin.svg");
}
.payment-bitpay-dark {
  background-image: url("./media/bitpay-dark.svg");
}
.payment-bitpay {
  background-image: url("./media/bitpay.svg");
}
.payment-cirrus-dark {
  background-image: url("./media/cirrus-dark.svg");
}
.payment-cirrus {
  background-image: url("./media/cirrus.svg");
}
.payment-clickandbuy-dark {
  background-image: url("./media/clickandbuy-dark.svg");
}
.payment-clickandbuy {
  background-image: url("./media/clickandbuy.svg");
}
.payment-coinkite-dark {
  background-image: url("./media/coinkite-dark.svg");
}
.payment-coinkite {
  background-image: url("./media/coinkite.svg");
}
.payment-dinersclub-dark {
  background-image: url("./media/dinersclub-dark.svg");
}
.payment-dinersclub {
  background-image: url("./media/dinersclub.svg");
}
.payment-directdebit-dark {
  background-image: url("./media/directdebit-dark.svg");
}
.payment-directdebit {
  background-image: url("./media/directdebit.svg");
}
.payment-discover-dark {
  background-image: url("./media/discover-dark.svg");
}
.payment-discover {
  background-image: url("./media/discover.svg");
}
.payment-dwolla-dark {
  background-image: url("./media/dwolla-dark.svg");
}
.payment-dwolla {
  background-image: url("./media/dwolla.svg");
}
.payment-ebay-dark {
  background-image: url("./media/ebay-dark.svg");
}
.payment-ebay {
  background-image: url("./media/ebay.svg");
}
.payment-eway-dark {
  background-image: url("./media/eway-dark.svg");
}
.payment-eway {
  background-image: url("./media/eway.svg");
}
.payment-giropay-dark {
  background-image: url("./media/giropay-dark.svg");
}
.payment-giropay {
  background-image: url("./media/giropay.svg");
}
.payment-googlewallet-dark {
  background-image: url("./media/googlewallet-dark.svg");
}
.payment-googlewallet {
  background-image: url("./media/googlewallet.svg");
}
.payment-ingenico-dark {
  background-image: url("./media/ingenico-dark.svg");
}
.payment-ingenico {
  background-image: url("./media/ingenico.svg");
}
.payment-jcb-dark {
  background-image: url("./media/jcb-dark.svg");
}
.payment-jcb {
  background-image: url("./media/jcb.svg");
}
.payment-klarna-dark {
  background-image: url("./media/klarna-dark.svg");
}
.payment-klarna {
  background-image: url("./media/klarna.svg");
}
.payment-laser-dark {
  background-image: url("./media/laser-dark.svg");
}
.payment-laser {
  background-image: url("./media/laser.svg");
}
.payment-maestro-dark {
  background-image: url("./media/maestro-dark.svg");
}
.payment-maestro {
  background-image: url("./media/maestro.svg");
}
.payment-mastercard-dark {
  background-image: url("./media/mastercard-dark.svg");
}
.payment-mastercard {
  background-image: url("./media/mastercard.svg");
}
.payment-monero-dark {
  background-image: url("./media/monero-dark.svg");
}
.payment-monero {
  background-image: url("./media/monero.svg");
}
.payment-neteller-dark {
  background-image: url("./media/neteller-dark.svg");
}
.payment-neteller {
  background-image: url("./media/neteller.svg");
}
.payment-ogone-dark {
  background-image: url("./media/ogone-dark.svg");
}
.payment-ogone {
  background-image: url("./media/ogone.svg");
}
.payment-okpay-dark {
  background-image: url("./media/okpay-dark.svg");
}
.payment-okpay {
  background-image: url("./media/okpay.svg");
}
.payment-paybox-dark {
  background-image: url("./media/paybox-dark.svg");
}
.payment-paybox {
  background-image: url("./media/paybox.svg");
}
.payment-paymill-dark {
  background-image: url("./media/paymill-dark.svg");
}
.payment-paymill {
  background-image: url("./media/paymill.svg");
}
.payment-payone-dark {
  background-image: url("./media/payone-dark.svg");
}
.payment-payone {
  background-image: url("./media/payone.svg");
}
.payment-payoneer-dark {
  background-image: url("./media/payoneer-dark.svg");
}
.payment-payoneer {
  background-image: url("./media/payoneer.svg");
}
.payment-paypal-dark {
  background-image: url("./media/paypal-dark.svg");
}
.payment-paypal {
  background-image: url("./media/paypal.svg");
}
.payment-paysafecard-dark {
  background-image: url("./media/paysafecard-dark.svg");
}
.payment-paysafecard {
  background-image: url("./media/paysafecard.svg");
}
.payment-payu-dark {
  background-image: url("./media/payu-dark.svg");
}
.payment-payu {
  background-image: url("./media/payu.svg");
}
.payment-payza-dark {
  background-image: url("./media/payza-dark.svg");
}
.payment-payza {
  background-image: url("./media/payza.svg");
}
.payment-ripple-dark {
  background-image: url("./media/ripple-dark.svg");
}
.payment-ripple {
  background-image: url("./media/ripple.svg");
}
.payment-sage-dark {
  background-image: url("./media/sage-dark.svg");
}
.payment-sage {
  background-image: url("./media/sage.svg");
}
.payment-sepa-dark {
  background-image: url("./media/sepa-dark.svg");
}
.payment-sepa {
  background-image: url("./media/sepa.svg");
}
.payment-shopify-dark {
  background-image: url("./media/shopify-dark.svg");
}
.payment-shopify {
  background-image: url("./media/shopify.svg");
}
.payment-skrill-dark {
  background-image: url("./media/skrill-dark.svg");
}
.payment-skrill {
  background-image: url("./media/skrill.svg");
}
.payment-solo-dark {
  background-image: url("./media/solo-dark.svg");
}
.payment-solo {
  background-image: url("./media/solo.svg");
}
.payment-square-dark {
  background-image: url("./media/square-dark.svg");
}
.payment-square {
  background-image: url("./media/square.svg");
}
.payment-stripe-dark {
  background-image: url("./media/stripe-dark.svg");
}
.payment-stripe {
  background-image: url("./media/stripe.svg");
}
.payment-switch-dark {
  background-image: url("./media/switch-dark.svg");
}
.payment-switch {
  background-image: url("./media/switch.svg");
}
.payment-ukash-dark {
  background-image: url("./media/ukash-dark.svg");
}
.payment-ukash {
  background-image: url("./media/ukash.svg");
}
.payment-unionpay-dark {
  background-image: url("./media/unionpay-dark.svg");
}
.payment-unionpay {
  background-image: url("./media/unionpay.svg");
}
.payment-verifone-dark {
  background-image: url("./media/verifone-dark.svg");
}
.payment-verifone {
  background-image: url("./media/verifone.svg");
}
.payment-verisign-dark {
  background-image: url("./media/verisign-dark.svg");
}
.payment-verisign {
  background-image: url("./media/verisign.svg");
}
.payment-visa-dark {
  background-image: url("./media/visa-dark.svg");
}
.payment-visa {
  background-image: url("./media/visa.svg");
}
.payment-webmoney-dark {
  background-image: url("./media/webmoney-dark.svg");
}
.payment-webmoney {
  background-image: url("./media/webmoney.svg");
}
.payment-westernunion-dark {
  background-image: url("./media/westernunion-dark.svg");
}
.payment-westernunion {
  background-image: url("./media/westernunion.svg");
}
.payment-worldpay-dark {
  background-image: url("./media/worldpay-dark.svg");
}
.payment-worldpay {
  background-image: url("./media/worldpay.svg");
}
svg {
  -ms-touch-action: none;
  touch-action: none;
}

/* src/assets/iconfonts/boxicons/css/boxicons.css */
@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url("./media/boxicons.eot");
  src:
    url("./media/boxicons.eot") format("embedded-opentype"),
    url("./media/boxicons.woff2") format("woff2"),
    url("./media/boxicons.woff") format("woff"),
    url("./media/boxicons.ttf") format("truetype"),
    url("./media/boxicons.svg?#boxicons") format("svg");
}
.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak-as: none;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}
.bx-ul > li {
  position: relative;
}
.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}
.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}
.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}
.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}
.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}
.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}
.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}
.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}
.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}
.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}
.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}
.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}
.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}
.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}
.bx-xs {
  font-size: 1rem !important;
}
.bx-sm {
  font-size: 1.55rem !important;
}
.bx-md {
  font-size: 2.25rem !important;
}
.bx-fw {
  font-size: 1.2857142857em;
  line-height: .8em;
  width: 1.2857142857em;
  height: .8em;
  margin-top: -.2em !important;
  vertical-align: middle;
}
.bx-lg {
  font-size: 3.0rem !important;
}
.bx-pull-left {
  float: left;
  margin-right: .3em !important;
}
.bx-pull-right {
  float: right;
  margin-left: .3em !important;
}
.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}
.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}
.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.bx-border {
  padding: .25em;
  border: .07em solid rgba(0, 0, 0, .1);
  border-radius: .25em;
}
.bx-border-circle {
  padding: .25em;
  border: .07em solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}
.bxl-500px:before {
  content: "\e900";
}
.bxl-adobe:before {
  content: "\e901";
}
.bxl-airbnb:before {
  content: "\e902";
}
.bxl-algolia:before {
  content: "\e903";
}
.bxl-amazon:before {
  content: "\e904";
}
.bxl-android:before {
  content: "\e905";
}
.bxl-angular:before {
  content: "\e906";
}
.bxl-apple:before {
  content: "\e907";
}
.bxl-audible:before {
  content: "\e908";
}
.bxl-baidu:before {
  content: "\e909";
}
.bxl-behance:before {
  content: "\e90a";
}
.bxl-bing:before {
  content: "\e90b";
}
.bxl-bitcoin:before {
  content: "\e90c";
}
.bxl-blogger:before {
  content: "\e90d";
}
.bxl-bootstrap:before {
  content: "\e90e";
}
.bxl-chrome:before {
  content: "\e90f";
}
.bxl-codepen:before {
  content: "\e910";
}
.bxl-creative-commons:before {
  content: "\e911";
}
.bxl-css3:before {
  content: "\e912";
}
.bxl-dailymotion:before {
  content: "\e913";
}
.bxl-deviantart:before {
  content: "\e914";
}
.bxl-dev-to:before {
  content: "\e915";
}
.bxl-digg:before {
  content: "\e916";
}
.bxl-digitalocean:before {
  content: "\e917";
}
.bxl-discord:before {
  content: "\e918";
}
.bxl-discourse:before {
  content: "\e919";
}
.bxl-dribbble:before {
  content: "\e91a";
}
.bxl-dropbox:before {
  content: "\e91b";
}
.bxl-drupal:before {
  content: "\e91c";
}
.bxl-ebay:before {
  content: "\e91d";
}
.bxl-edge:before {
  content: "\e91e";
}
.bxl-etsy:before {
  content: "\e91f";
}
.bxl-facebook:before {
  content: "\e920";
}
.bxl-facebook-circle:before {
  content: "\e921";
}
.bxl-facebook-square:before {
  content: "\e922";
}
.bxl-figma:before {
  content: "\e923";
}
.bxl-firefox:before {
  content: "\e924";
}
.bxl-flickr:before {
  content: "\e925";
}
.bxl-flickr-square:before {
  content: "\e926";
}
.bxl-foursquare:before {
  content: "\e927";
}
.bxl-git:before {
  content: "\e928";
}
.bxl-github:before {
  content: "\e929";
}
.bxl-gitlab:before {
  content: "\e92a";
}
.bxl-google:before {
  content: "\e92b";
}
.bxl-google-plus:before {
  content: "\e92c";
}
.bxl-google-plus-circle:before {
  content: "\e92d";
}
.bxl-html5:before {
  content: "\e92e";
}
.bxl-imdb:before {
  content: "\e92f";
}
.bxl-instagram:before {
  content: "\e930";
}
.bxl-instagram-alt:before {
  content: "\e931";
}
.bxl-internet-explorer:before {
  content: "\e932";
}
.bxl-invision:before {
  content: "\e933";
}
.bxl-javascript:before {
  content: "\e934";
}
.bxl-joomla:before {
  content: "\e935";
}
.bxl-jquery:before {
  content: "\e936";
}
.bxl-jsfiddle:before {
  content: "\e937";
}
.bxl-kickstarter:before {
  content: "\e938";
}
.bxl-less:before {
  content: "\e939";
}
.bxl-linkedin:before {
  content: "\e93a";
}
.bxl-linkedin-square:before {
  content: "\e93b";
}
.bxl-magento:before {
  content: "\e93c";
}
.bxl-mailchimp:before {
  content: "\e93d";
}
.bxl-mastercard:before {
  content: "\e93e";
}
.bxl-medium:before {
  content: "\e93f";
}
.bxl-medium-old:before {
  content: "\e940";
}
.bxl-medium-square:before {
  content: "\e941";
}
.bxl-messenger:before {
  content: "\e942";
}
.bxl-microsoft:before {
  content: "\e943";
}
.bxl-nodejs:before {
  content: "\e944";
}
.bxl-opera:before {
  content: "\e945";
}
.bxl-patreon:before {
  content: "\e946";
}
.bxl-paypal:before {
  content: "\e947";
}
.bxl-periscope:before {
  content: "\e948";
}
.bxl-pinterest:before {
  content: "\e949";
}
.bxl-pinterest-alt:before {
  content: "\e94a";
}
.bxl-play-store:before {
  content: "\e94b";
}
.bxl-pocket:before {
  content: "\e94c";
}
.bxl-product-hunt:before {
  content: "\e94d";
}
.bxl-quora:before {
  content: "\e94e";
}
.bxl-react:before {
  content: "\e94f";
}
.bxl-redbubble:before {
  content: "\e950";
}
.bxl-reddit:before {
  content: "\e951";
}
.bxl-redux:before {
  content: "\e952";
}
.bxl-sass:before {
  content: "\e953";
}
.bxl-shopify:before {
  content: "\e954";
}
.bxl-skype:before {
  content: "\e955";
}
.bxl-slack:before {
  content: "\e956";
}
.bxl-slack-old:before {
  content: "\e957";
}
.bxl-snapchat:before {
  content: "\e958";
}
.bxl-soundcloud:before {
  content: "\e959";
}
.bxl-spotify:before {
  content: "\e95a";
}
.bxl-squarespace:before {
  content: "\e95b";
}
.bxl-stack-overflow:before {
  content: "\e95c";
}
.bxl-stripe:before {
  content: "\e95d";
}
.bxl-telegram:before {
  content: "\e95e";
}
.bxl-trello:before {
  content: "\e95f";
}
.bxl-tumblr:before {
  content: "\e960";
}
.bxl-twitch:before {
  content: "\e961";
}
.bxl-twitter:before {
  content: "\e962";
}
.bxl-unsplash:before {
  content: "\e963";
}
.bxl-vimeo:before {
  content: "\e964";
}
.bxl-visa:before {
  content: "\e965";
}
.bxl-vk:before {
  content: "\e966";
}
.bxl-vuejs:before {
  content: "\e967";
}
.bxl-whatsapp:before {
  content: "\e968";
}
.bxl-whatsapp-square:before {
  content: "\e969";
}
.bxl-wikipedia:before {
  content: "\e96a";
}
.bxl-windows:before {
  content: "\e96b";
}
.bxl-wix:before {
  content: "\e96c";
}
.bxl-wordpress:before {
  content: "\e96d";
}
.bxl-yahoo:before {
  content: "\e96e";
}
.bxl-yelp:before {
  content: "\e96f";
}
.bxl-youtube:before {
  content: "\e970";
}
.bx-abacus:before {
  content: "\e971";
}
.bx-accessibility:before {
  content: "\e972";
}
.bx-add-to-queue:before {
  content: "\e973";
}
.bx-adjust:before {
  content: "\e974";
}
.bx-alarm:before {
  content: "\e975";
}
.bx-alarm-add:before {
  content: "\e976";
}
.bx-alarm-exclamation:before {
  content: "\e977";
}
.bx-alarm-off:before {
  content: "\e978";
}
.bx-alarm-snooze:before {
  content: "\e979";
}
.bx-album:before {
  content: "\e97a";
}
.bx-align-justify:before {
  content: "\e97b";
}
.bx-align-left:before {
  content: "\e97c";
}
.bx-align-middle:before {
  content: "\e97d";
}
.bx-align-right:before {
  content: "\e97e";
}
.bx-analyse:before {
  content: "\e97f";
}
.bx-anchor:before {
  content: "\e980";
}
.bx-angry:before {
  content: "\e981";
}
.bx-aperture:before {
  content: "\e982";
}
.bx-arch:before {
  content: "\e983";
}
.bx-archive:before {
  content: "\e984";
}
.bx-archive-in:before {
  content: "\e985";
}
.bx-archive-out:before {
  content: "\e986";
}
.bx-area:before {
  content: "\e987";
}
.bx-arrow-back:before {
  content: "\e988";
}
.bx-arrow-from-bottom:before {
  content: "\e989";
}
.bx-arrow-from-left:before {
  content: "\e98a";
}
.bx-arrow-from-right:before {
  content: "\e98b";
}
.bx-arrow-from-top:before {
  content: "\e98c";
}
.bx-arrow-to-bottom:before {
  content: "\e98d";
}
.bx-arrow-to-left:before {
  content: "\e98e";
}
.bx-arrow-to-right:before {
  content: "\e98f";
}
.bx-arrow-to-top:before {
  content: "\e990";
}
.bx-at:before {
  content: "\e991";
}
.bx-atom:before {
  content: "\e992";
}
.bx-award:before {
  content: "\e993";
}
.bx-badge:before {
  content: "\e994";
}
.bx-badge-check:before {
  content: "\e995";
}
.bx-ball:before {
  content: "\e996";
}
.bx-band-aid:before {
  content: "\e997";
}
.bx-bar-chart:before {
  content: "\e998";
}
.bx-bar-chart-alt:before {
  content: "\e999";
}
.bx-bar-chart-alt-2:before {
  content: "\e99a";
}
.bx-bar-chart-square:before {
  content: "\e99b";
}
.bx-barcode:before {
  content: "\e99c";
}
.bx-barcode-reader:before {
  content: "\e99d";
}
.bx-baseball:before {
  content: "\e99e";
}
.bx-basket:before {
  content: "\e99f";
}
.bx-basketball:before {
  content: "\e9a0";
}
.bx-bath:before {
  content: "\e9a1";
}
.bx-battery:before {
  content: "\e9a2";
}
.bx-bed:before {
  content: "\e9a3";
}
.bx-been-here:before {
  content: "\e9a4";
}
.bx-beer:before {
  content: "\e9a5";
}
.bx-bell:before {
  content: "\e9a6";
}
.bx-bell-minus:before {
  content: "\e9a7";
}
.bx-bell-off:before {
  content: "\e9a8";
}
.bx-bell-plus:before {
  content: "\e9a9";
}
.bx-bible:before {
  content: "\e9aa";
}
.bx-bitcoin:before {
  content: "\e9ab";
}
.bx-blanket:before {
  content: "\e9ac";
}
.bx-block:before {
  content: "\e9ad";
}
.bx-bluetooth:before {
  content: "\e9ae";
}
.bx-body:before {
  content: "\e9af";
}
.bx-bold:before {
  content: "\e9b0";
}
.bx-bolt-circle:before {
  content: "\e9b1";
}
.bx-bomb:before {
  content: "\e9b2";
}
.bx-bone:before {
  content: "\e9b3";
}
.bx-bong:before {
  content: "\e9b4";
}
.bx-book:before {
  content: "\e9b5";
}
.bx-book-add:before {
  content: "\e9b6";
}
.bx-book-alt:before {
  content: "\e9b7";
}
.bx-book-bookmark:before {
  content: "\e9b8";
}
.bx-book-content:before {
  content: "\e9b9";
}
.bx-book-heart:before {
  content: "\e9ba";
}
.bx-bookmark:before {
  content: "\e9bb";
}
.bx-bookmark-minus:before {
  content: "\e9bc";
}
.bx-bookmark-plus:before {
  content: "\e9bd";
}
.bx-bookmarks:before {
  content: "\e9be";
}
.bx-book-open:before {
  content: "\e9bf";
}
.bx-book-reader:before {
  content: "\e9c0";
}
.bx-border-all:before {
  content: "\e9c1";
}
.bx-border-bottom:before {
  content: "\e9c2";
}
.bx-border-inner:before {
  content: "\e9c3";
}
.bx-border-left:before {
  content: "\e9c4";
}
.bx-border-none:before {
  content: "\e9c5";
}
.bx-border-outer:before {
  content: "\e9c6";
}
.bx-border-radius:before {
  content: "\e9c7";
}
.bx-border-right:before {
  content: "\e9c8";
}
.bx-border-top:before {
  content: "\e9c9";
}
.bx-bot:before {
  content: "\e9ca";
}
.bx-bowling-ball:before {
  content: "\e9cb";
}
.bx-box:before {
  content: "\e9cc";
}
.bx-bracket:before {
  content: "\e9cd";
}
.bx-braille:before {
  content: "\e9ce";
}
.bx-brain:before {
  content: "\e9cf";
}
.bx-briefcase:before {
  content: "\e9d0";
}
.bx-briefcase-alt:before {
  content: "\e9d1";
}
.bx-briefcase-alt-2:before {
  content: "\e9d2";
}
.bx-brightness:before {
  content: "\e9d3";
}
.bx-brightness-half:before {
  content: "\e9d4";
}
.bx-broadcast:before {
  content: "\e9d5";
}
.bx-brush:before {
  content: "\e9d6";
}
.bx-brush-alt:before {
  content: "\e9d7";
}
.bx-bug:before {
  content: "\e9d8";
}
.bx-bug-alt:before {
  content: "\e9d9";
}
.bx-building:before {
  content: "\e9da";
}
.bx-building-house:before {
  content: "\e9db";
}
.bx-buildings:before {
  content: "\e9dc";
}
.bx-bulb:before {
  content: "\e9dd";
}
.bx-bullseye:before {
  content: "\e9de";
}
.bx-buoy:before {
  content: "\e9df";
}
.bx-bus:before {
  content: "\e9e0";
}
.bx-bus-school:before {
  content: "\e9e1";
}
.bx-cabinet:before {
  content: "\e9e2";
}
.bx-cake:before {
  content: "\e9e3";
}
.bx-calculator:before {
  content: "\e9e4";
}
.bx-calendar:before {
  content: "\e9e5";
}
.bx-calendar-alt:before {
  content: "\e9e6";
}
.bx-calendar-check:before {
  content: "\e9e7";
}
.bx-calendar-edit:before {
  content: "\e9e8";
}
.bx-calendar-event:before {
  content: "\e9e9";
}
.bx-calendar-exclamation:before {
  content: "\e9ea";
}
.bx-calendar-heart:before {
  content: "\e9eb";
}
.bx-calendar-minus:before {
  content: "\e9ec";
}
.bx-calendar-plus:before {
  content: "\e9ed";
}
.bx-calendar-star:before {
  content: "\e9ee";
}
.bx-calendar-week:before {
  content: "\e9ef";
}
.bx-calendar-x:before {
  content: "\e9f0";
}
.bx-camera:before {
  content: "\e9f1";
}
.bx-camera-home:before {
  content: "\e9f2";
}
.bx-camera-movie:before {
  content: "\e9f3";
}
.bx-camera-off:before {
  content: "\e9f4";
}
.bx-capsule:before {
  content: "\e9f5";
}
.bx-captions:before {
  content: "\e9f6";
}
.bx-car:before {
  content: "\e9f7";
}
.bx-card:before {
  content: "\e9f8";
}
.bx-caret-down:before {
  content: "\e9f9";
}
.bx-caret-down-circle:before {
  content: "\e9fa";
}
.bx-caret-down-square:before {
  content: "\e9fb";
}
.bx-caret-left:before {
  content: "\e9fc";
}
.bx-caret-left-circle:before {
  content: "\e9fd";
}
.bx-caret-left-square:before {
  content: "\e9fe";
}
.bx-caret-right:before {
  content: "\e9ff";
}
.bx-caret-right-circle:before {
  content: "\ea00";
}
.bx-caret-right-square:before {
  content: "\ea01";
}
.bx-caret-up:before {
  content: "\ea02";
}
.bx-caret-up-circle:before {
  content: "\ea03";
}
.bx-caret-up-square:before {
  content: "\ea04";
}
.bx-carousel:before {
  content: "\ea05";
}
.bx-cart:before {
  content: "\ea06";
}
.bx-cart-alt:before {
  content: "\ea07";
}
.bx-cast:before {
  content: "\ea08";
}
.bx-cctv:before {
  content: "\ea09";
}
.bx-certification:before {
  content: "\ea0a";
}
.bx-chair:before {
  content: "\ea0b";
}
.bx-chalkboard:before {
  content: "\ea0c";
}
.bx-chart:before {
  content: "\ea0d";
}
.bx-chat:before {
  content: "\ea0e";
}
.bx-check:before {
  content: "\ea0f";
}
.bx-checkbox:before {
  content: "\ea10";
}
.bx-checkbox-checked:before {
  content: "\ea11";
}
.bx-checkbox-square:before {
  content: "\ea12";
}
.bx-check-circle:before {
  content: "\ea13";
}
.bx-check-double:before {
  content: "\ea14";
}
.bx-check-shield:before {
  content: "\ea15";
}
.bx-check-square:before {
  content: "\ea16";
}
.bx-chevron-down:before {
  content: "\ea17";
}
.bx-chevron-down-circle:before {
  content: "\ea18";
}
.bx-chevron-down-square:before {
  content: "\ea19";
}
.bx-chevron-left:before {
  content: "\ea1a";
}
.bx-chevron-left-circle:before {
  content: "\ea1b";
}
.bx-chevron-left-square:before {
  content: "\ea1c";
}
.bx-chevron-right:before {
  content: "\ea1d";
}
.bx-chevron-right-circle:before {
  content: "\ea1e";
}
.bx-chevron-right-square:before {
  content: "\ea1f";
}
.bx-chevrons-down:before {
  content: "\ea20";
}
.bx-chevrons-left:before {
  content: "\ea21";
}
.bx-chevrons-right:before {
  content: "\ea22";
}
.bx-chevrons-up:before {
  content: "\ea23";
}
.bx-chevron-up:before {
  content: "\ea24";
}
.bx-chevron-up-circle:before {
  content: "\ea25";
}
.bx-chevron-up-square:before {
  content: "\ea26";
}
.bx-chip:before {
  content: "\ea27";
}
.bx-church:before {
  content: "\ea28";
}
.bx-circle:before {
  content: "\ea29";
}
.bx-clinic:before {
  content: "\ea2a";
}
.bx-clipboard:before {
  content: "\ea2b";
}
.bx-closet:before {
  content: "\ea2c";
}
.bx-cloud:before {
  content: "\ea2d";
}
.bx-cloud-download:before {
  content: "\ea2e";
}
.bx-cloud-drizzle:before {
  content: "\ea2f";
}
.bx-cloud-lightning:before {
  content: "\ea30";
}
.bx-cloud-light-rain:before {
  content: "\ea31";
}
.bx-cloud-rain:before {
  content: "\ea32";
}
.bx-cloud-snow:before {
  content: "\ea33";
}
.bx-cloud-upload:before {
  content: "\ea34";
}
.bx-code:before {
  content: "\ea35";
}
.bx-code-alt:before {
  content: "\ea36";
}
.bx-code-block:before {
  content: "\ea37";
}
.bx-code-curly:before {
  content: "\ea38";
}
.bx-coffee:before {
  content: "\ea39";
}
.bx-coffee-togo:before {
  content: "\ea3a";
}
.bx-cog:before {
  content: "\ea3b";
}
.bx-coin:before {
  content: "\ea3c";
}
.bx-coin-stack:before {
  content: "\ea3d";
}
.bx-collapse:before {
  content: "\ea3e";
}
.bx-collection:before {
  content: "\ea3f";
}
.bx-color-fill:before {
  content: "\ea40";
}
.bx-columns:before {
  content: "\ea41";
}
.bx-command:before {
  content: "\ea42";
}
.bx-comment:before {
  content: "\ea43";
}
.bx-comment-add:before {
  content: "\ea44";
}
.bx-comment-check:before {
  content: "\ea45";
}
.bx-comment-detail:before {
  content: "\ea46";
}
.bx-comment-dots:before {
  content: "\ea47";
}
.bx-comment-edit:before {
  content: "\ea48";
}
.bx-comment-error:before {
  content: "\ea49";
}
.bx-comment-minus:before {
  content: "\ea4a";
}
.bx-comment-x:before {
  content: "\ea4b";
}
.bx-compass:before {
  content: "\ea4c";
}
.bx-confused:before {
  content: "\ea4d";
}
.bx-conversation:before {
  content: "\ea4e";
}
.bx-cookie:before {
  content: "\ea4f";
}
.bx-cool:before {
  content: "\ea50";
}
.bx-copy:before {
  content: "\ea51";
}
.bx-copy-alt:before {
  content: "\ea52";
}
.bx-copyright:before {
  content: "\ea53";
}
.bx-credit-card:before {
  content: "\ea54";
}
.bx-credit-card-alt:before {
  content: "\ea55";
}
.bx-credit-card-front:before {
  content: "\ea56";
}
.bx-crop:before {
  content: "\ea57";
}
.bx-crosshair:before {
  content: "\ea58";
}
.bx-crown:before {
  content: "\ea59";
}
.bx-cube:before {
  content: "\ea5a";
}
.bx-cube-alt:before {
  content: "\ea5b";
}
.bx-cuboid:before {
  content: "\ea5c";
}
.bx-current-location:before {
  content: "\ea5d";
}
.bx-customize:before {
  content: "\ea5e";
}
.bx-cut:before {
  content: "\ea5f";
}
.bx-cycling:before {
  content: "\ea60";
}
.bx-cylinder:before {
  content: "\ea61";
}
.bx-data:before {
  content: "\ea62";
}
.bx-desktop:before {
  content: "\ea63";
}
.bx-detail:before {
  content: "\ea64";
}
.bx-devices:before {
  content: "\ea65";
}
.bx-dialpad:before {
  content: "\ea66";
}
.bx-dialpad-alt:before {
  content: "\ea67";
}
.bx-diamond:before {
  content: "\ea68";
}
.bx-dice-1:before {
  content: "\ea69";
}
.bx-dice-2:before {
  content: "\ea6a";
}
.bx-dice-3:before {
  content: "\ea6b";
}
.bx-dice-4:before {
  content: "\ea6c";
}
.bx-dice-5:before {
  content: "\ea6d";
}
.bx-dice-6:before {
  content: "\ea6e";
}
.bx-directions:before {
  content: "\ea6f";
}
.bx-disc:before {
  content: "\ea70";
}
.bx-dish:before {
  content: "\ea71";
}
.bx-dislike:before {
  content: "\ea72";
}
.bx-dizzy:before {
  content: "\ea73";
}
.bx-dna:before {
  content: "\ea74";
}
.bx-dock-bottom:before {
  content: "\ea75";
}
.bx-dock-left:before {
  content: "\ea76";
}
.bx-dock-right:before {
  content: "\ea77";
}
.bx-dock-top:before {
  content: "\ea78";
}
.bx-dollar:before {
  content: "\ea79";
}
.bx-dollar-circle:before {
  content: "\ea7a";
}
.bx-donate-blood:before {
  content: "\ea7b";
}
.bx-donate-heart:before {
  content: "\ea7c";
}
.bx-door-open:before {
  content: "\ea7d";
}
.bx-dots-horizontal:before {
  content: "\ea7e";
}
.bx-dots-horizontal-rounded:before {
  content: "\ea7f";
}
.bx-dots-vertical:before {
  content: "\ea80";
}
.bx-dots-vertical-rounded:before {
  content: "\ea81";
}
.bx-doughnut-chart:before {
  content: "\ea82";
}
.bx-down-arrow:before {
  content: "\ea83";
}
.bx-down-arrow-alt:before {
  content: "\ea84";
}
.bx-down-arrow-circle:before {
  content: "\ea85";
}
.bx-download:before {
  content: "\ea86";
}
.bx-downvote:before {
  content: "\ea87";
}
.bx-drink:before {
  content: "\ea88";
}
.bx-droplet:before {
  content: "\ea89";
}
.bx-dumbbell:before {
  content: "\ea8a";
}
.bx-duplicate:before {
  content: "\ea8b";
}
.bx-edit:before {
  content: "\ea8c";
}
.bx-edit-alt:before {
  content: "\ea8d";
}
.bx-envelope:before {
  content: "\ea8e";
}
.bx-envelope-open:before {
  content: "\ea8f";
}
.bx-equalizer:before {
  content: "\ea90";
}
.bx-eraser:before {
  content: "\ea91";
}
.bx-error:before {
  content: "\ea92";
}
.bx-error-alt:before {
  content: "\ea93";
}
.bx-error-circle:before {
  content: "\ea94";
}
.bx-euro:before {
  content: "\ea95";
}
.bx-exclude:before {
  content: "\ea96";
}
.bx-exit:before {
  content: "\ea97";
}
.bx-exit-fullscreen:before {
  content: "\ea98";
}
.bx-expand:before {
  content: "\ea99";
}
.bx-export:before {
  content: "\ea9a";
}
.bx-extension:before {
  content: "\ea9b";
}
.bx-face:before {
  content: "\ea9c";
}
.bx-fast-forward:before {
  content: "\ea9d";
}
.bx-fast-forward-circle:before {
  content: "\ea9e";
}
.bx-female:before {
  content: "\ea9f";
}
.bx-female-sign:before {
  content: "\eaa0";
}
.bx-file:before {
  content: "\eaa1";
}
.bx-file-blank:before {
  content: "\eaa2";
}
.bx-file-find:before {
  content: "\eaa3";
}
.bx-film:before {
  content: "\eaa4";
}
.bx-filter:before {
  content: "\eaa5";
}
.bx-filter-alt:before {
  content: "\eaa6";
}
.bx-fingerprint:before {
  content: "\eaa7";
}
.bx-first-aid:before {
  content: "\eaa8";
}
.bx-first-page:before {
  content: "\eaa9";
}
.bx-flag:before {
  content: "\eaaa";
}
.bx-folder:before {
  content: "\eaab";
}
.bx-folder-minus:before {
  content: "\eaac";
}
.bx-folder-open:before {
  content: "\eaad";
}
.bx-folder-plus:before {
  content: "\eaae";
}
.bx-font:before {
  content: "\eaaf";
}
.bx-font-color:before {
  content: "\eab0";
}
.bx-font-family:before {
  content: "\eab1";
}
.bx-font-size:before {
  content: "\eab2";
}
.bx-food-menu:before {
  content: "\eab3";
}
.bx-food-tag:before {
  content: "\eab4";
}
.bx-football:before {
  content: "\eab5";
}
.bx-fridge:before {
  content: "\eab6";
}
.bx-fullscreen:before {
  content: "\eab7";
}
.bx-game:before {
  content: "\eab8";
}
.bx-gas-pump:before {
  content: "\eab9";
}
.bx-ghost:before {
  content: "\eaba";
}
.bx-gift:before {
  content: "\eabb";
}
.bx-git-branch:before {
  content: "\eabc";
}
.bx-git-commit:before {
  content: "\eabd";
}
.bx-git-compare:before {
  content: "\eabe";
}
.bx-git-merge:before {
  content: "\eabf";
}
.bx-git-pull-request:before {
  content: "\eac0";
}
.bx-git-repo-forked:before {
  content: "\eac1";
}
.bx-glasses:before {
  content: "\eac2";
}
.bx-glasses-alt:before {
  content: "\eac3";
}
.bx-globe:before {
  content: "\eac4";
}
.bx-globe-alt:before {
  content: "\eac5";
}
.bx-grid:before {
  content: "\eac6";
}
.bx-grid-alt:before {
  content: "\eac7";
}
.bx-grid-horizontal:before {
  content: "\eac8";
}
.bx-grid-small:before {
  content: "\eac9";
}
.bx-grid-vertical:before {
  content: "\eaca";
}
.bx-group:before {
  content: "\eacb";
}
.bx-handicap:before {
  content: "\eacc";
}
.bx-happy:before {
  content: "\eacd";
}
.bx-happy-alt:before {
  content: "\eace";
}
.bx-happy-beaming:before {
  content: "\eacf";
}
.bx-happy-heart-eyes:before {
  content: "\ead0";
}
.bx-hash:before {
  content: "\ead1";
}
.bx-hdd:before {
  content: "\ead2";
}
.bx-heading:before {
  content: "\ead3";
}
.bx-headphone:before {
  content: "\ead4";
}
.bx-health:before {
  content: "\ead5";
}
.bx-heart:before {
  content: "\ead6";
}
.bx-heart-circle:before {
  content: "\ead7";
}
.bx-heart-square:before {
  content: "\ead8";
}
.bx-help-circle:before {
  content: "\ead9";
}
.bx-hide:before {
  content: "\eada";
}
.bx-highlight:before {
  content: "\eadb";
}
.bx-history:before {
  content: "\eadc";
}
.bx-hive:before {
  content: "\eadd";
}
.bx-home:before {
  content: "\eade";
}
.bx-home-alt:before {
  content: "\eadf";
}
.bx-home-circle:before {
  content: "\eae0";
}
.bx-home-heart:before {
  content: "\eae1";
}
.bx-home-smile:before {
  content: "\eae2";
}
.bx-horizontal-center:before {
  content: "\eae3";
}
.bx-hotel:before {
  content: "\eae4";
}
.bx-hourglass:before {
  content: "\eae5";
}
.bx-id-card:before {
  content: "\eae6";
}
.bx-image:before {
  content: "\eae7";
}
.bx-image-add:before {
  content: "\eae8";
}
.bx-image-alt:before {
  content: "\eae9";
}
.bx-images:before {
  content: "\eaea";
}
.bx-import:before {
  content: "\eaeb";
}
.bx-infinite:before {
  content: "\eaec";
}
.bx-info-circle:before {
  content: "\eaed";
}
.bx-info-square:before {
  content: "\eaee";
}
.bx-intersect:before {
  content: "\eaef";
}
.bx-italic:before {
  content: "\eaf0";
}
.bx-joystick:before {
  content: "\eaf1";
}
.bx-joystick-alt:before {
  content: "\eaf2";
}
.bx-joystick-button:before {
  content: "\eaf3";
}
.bx-key:before {
  content: "\eaf4";
}
.bx-label:before {
  content: "\eaf5";
}
.bx-landscape:before {
  content: "\eaf6";
}
.bx-laptop:before {
  content: "\eaf7";
}
.bx-last-page:before {
  content: "\eaf8";
}
.bx-laugh:before {
  content: "\eaf9";
}
.bx-layer:before {
  content: "\eafa";
}
.bx-layer-minus:before {
  content: "\eafb";
}
.bx-layer-plus:before {
  content: "\eafc";
}
.bx-layout:before {
  content: "\eafd";
}
.bx-left-arrow:before {
  content: "\eafe";
}
.bx-left-arrow-alt:before {
  content: "\eaff";
}
.bx-left-arrow-circle:before {
  content: "\eb00";
}
.bx-left-down-arrow-circle:before {
  content: "\eb01";
}
.bx-left-indent:before {
  content: "\eb02";
}
.bx-left-top-arrow-circle:before {
  content: "\eb03";
}
.bx-like:before {
  content: "\eb04";
}
.bx-line-chart:before {
  content: "\eb05";
}
.bx-line-chart-down:before {
  content: "\eb06";
}
.bx-link:before {
  content: "\eb07";
}
.bx-link-alt:before {
  content: "\eb08";
}
.bx-link-external:before {
  content: "\eb09";
}
.bx-lira:before {
  content: "\eb0a";
}
.bx-list-check:before {
  content: "\eb0b";
}
.bx-list-minus:before {
  content: "\eb0c";
}
.bx-list-ol:before {
  content: "\eb0d";
}
.bx-list-plus:before {
  content: "\eb0e";
}
.bx-list-ul:before {
  content: "\eb0f";
}
.bx-loader:before {
  content: "\eb10";
}
.bx-loader-alt:before {
  content: "\eb11";
}
.bx-loader-circle:before {
  content: "\eb12";
}
.bx-location-plus:before {
  content: "\eb13";
}
.bx-lock:before {
  content: "\eb14";
}
.bx-lock-alt:before {
  content: "\eb15";
}
.bx-lock-open:before {
  content: "\eb16";
}
.bx-lock-open-alt:before {
  content: "\eb17";
}
.bx-log-in:before {
  content: "\eb18";
}
.bx-log-in-circle:before {
  content: "\eb19";
}
.bx-log-out:before {
  content: "\eb1a";
}
.bx-log-out-circle:before {
  content: "\eb1b";
}
.bx-low-vision:before {
  content: "\eb1c";
}
.bx-magnet:before {
  content: "\eb1d";
}
.bx-mail-send:before {
  content: "\eb1e";
}
.bx-male:before {
  content: "\eb1f";
}
.bx-male-sign:before {
  content: "\eb20";
}
.bx-map:before {
  content: "\eb21";
}
.bx-map-alt:before {
  content: "\eb22";
}
.bx-map-pin:before {
  content: "\eb23";
}
.bx-mask:before {
  content: "\eb24";
}
.bx-medal:before {
  content: "\eb25";
}
.bx-meh:before {
  content: "\eb26";
}
.bx-meh-alt:before {
  content: "\eb27";
}
.bx-meh-blank:before {
  content: "\eb28";
}
.bx-memory-card:before {
  content: "\eb29";
}
.bx-menu:before {
  content: "\eb2a";
}
.bx-menu-alt-left:before {
  content: "\eb2b";
}
.bx-menu-alt-right:before {
  content: "\eb2c";
}
.bx-merge:before {
  content: "\eb2d";
}
.bx-message:before {
  content: "\eb2e";
}
.bx-message-add:before {
  content: "\eb2f";
}
.bx-message-alt:before {
  content: "\eb30";
}
.bx-message-alt-add:before {
  content: "\eb31";
}
.bx-message-alt-check:before {
  content: "\eb32";
}
.bx-message-alt-detail:before {
  content: "\eb33";
}
.bx-message-alt-dots:before {
  content: "\eb34";
}
.bx-message-alt-edit:before {
  content: "\eb35";
}
.bx-message-alt-error:before {
  content: "\eb36";
}
.bx-message-alt-minus:before {
  content: "\eb37";
}
.bx-message-alt-x:before {
  content: "\eb38";
}
.bx-message-check:before {
  content: "\eb39";
}
.bx-message-detail:before {
  content: "\eb3a";
}
.bx-message-dots:before {
  content: "\eb3b";
}
.bx-message-edit:before {
  content: "\eb3c";
}
.bx-message-error:before {
  content: "\eb3d";
}
.bx-message-minus:before {
  content: "\eb3e";
}
.bx-message-rounded:before {
  content: "\eb3f";
}
.bx-message-rounded-add:before {
  content: "\eb40";
}
.bx-message-rounded-check:before {
  content: "\eb41";
}
.bx-message-rounded-detail:before {
  content: "\eb42";
}
.bx-message-rounded-dots:before {
  content: "\eb43";
}
.bx-message-rounded-edit:before {
  content: "\eb44";
}
.bx-message-rounded-error:before {
  content: "\eb45";
}
.bx-message-rounded-minus:before {
  content: "\eb46";
}
.bx-message-rounded-x:before {
  content: "\eb47";
}
.bx-message-square:before {
  content: "\eb48";
}
.bx-message-square-add:before {
  content: "\eb49";
}
.bx-message-square-check:before {
  content: "\eb4a";
}
.bx-message-square-detail:before {
  content: "\eb4b";
}
.bx-message-square-dots:before {
  content: "\eb4c";
}
.bx-message-square-edit:before {
  content: "\eb4d";
}
.bx-message-square-error:before {
  content: "\eb4e";
}
.bx-message-square-minus:before {
  content: "\eb4f";
}
.bx-message-square-x:before {
  content: "\eb50";
}
.bx-message-x:before {
  content: "\eb51";
}
.bx-meteor:before {
  content: "\eb52";
}
.bx-microchip:before {
  content: "\eb53";
}
.bx-microphone:before {
  content: "\eb54";
}
.bx-microphone-off:before {
  content: "\eb55";
}
.bx-minus:before {
  content: "\eb56";
}
.bx-minus-back:before {
  content: "\eb57";
}
.bx-minus-circle:before {
  content: "\eb58";
}
.bx-minus-front:before {
  content: "\eb59";
}
.bx-mobile:before {
  content: "\eb5a";
}
.bx-mobile-alt:before {
  content: "\eb5b";
}
.bx-mobile-landscape:before {
  content: "\eb5c";
}
.bx-mobile-vibration:before {
  content: "\eb5d";
}
.bx-money:before {
  content: "\eb5e";
}
.bx-moon:before {
  content: "\eb5f";
}
.bx-mouse:before {
  content: "\eb60";
}
.bx-mouse-alt:before {
  content: "\eb61";
}
.bx-move:before {
  content: "\eb62";
}
.bx-move-horizontal:before {
  content: "\eb63";
}
.bx-move-vertical:before {
  content: "\eb64";
}
.bx-movie:before {
  content: "\eb65";
}
.bx-music:before {
  content: "\eb66";
}
.bx-navigation:before {
  content: "\eb67";
}
.bx-network-chart:before {
  content: "\eb68";
}
.bx-news:before {
  content: "\eb69";
}
.bx-no-entry:before {
  content: "\eb6a";
}
.bx-note:before {
  content: "\eb6b";
}
.bx-notepad:before {
  content: "\eb6c";
}
.bx-notification:before {
  content: "\eb6d";
}
.bx-notification-off:before {
  content: "\eb6e";
}
.bx-outline:before {
  content: "\eb6f";
}
.bx-package:before {
  content: "\eb70";
}
.bx-paint:before {
  content: "\eb71";
}
.bx-paint-roll:before {
  content: "\eb72";
}
.bx-palette:before {
  content: "\eb73";
}
.bx-paperclip:before {
  content: "\eb74";
}
.bx-paper-plane:before {
  content: "\eb75";
}
.bx-paragraph:before {
  content: "\eb76";
}
.bx-paste:before {
  content: "\eb77";
}
.bx-pause:before {
  content: "\eb78";
}
.bx-pause-circle:before {
  content: "\eb79";
}
.bx-pen:before {
  content: "\eb7a";
}
.bx-pencil:before {
  content: "\eb7b";
}
.bx-phone:before {
  content: "\eb7c";
}
.bx-phone-call:before {
  content: "\eb7d";
}
.bx-phone-incoming:before {
  content: "\eb7e";
}
.bx-phone-outgoing:before {
  content: "\eb7f";
}
.bx-photo-album:before {
  content: "\eb80";
}
.bx-pie-chart:before {
  content: "\eb81";
}
.bx-pie-chart-alt:before {
  content: "\eb82";
}
.bx-pie-chart-alt-2:before {
  content: "\eb83";
}
.bx-pin:before {
  content: "\eb84";
}
.bx-planet:before {
  content: "\eb85";
}
.bx-play:before {
  content: "\eb86";
}
.bx-play-circle:before {
  content: "\eb87";
}
.bx-plug:before {
  content: "\eb88";
}
.bx-plus:before {
  content: "\eb89";
}
.bx-plus-circle:before {
  content: "\eb8a";
}
.bx-plus-medical:before {
  content: "\eb8b";
}
.bx-pointer:before {
  content: "\eb8c";
}
.bx-poll:before {
  content: "\eb8d";
}
.bx-polygon:before {
  content: "\eb8e";
}
.bx-pound:before {
  content: "\eb8f";
}
.bx-power-off:before {
  content: "\eb90";
}
.bx-printer:before {
  content: "\eb91";
}
.bx-pulse:before {
  content: "\eb92";
}
.bx-purchase-tag:before {
  content: "\eb93";
}
.bx-purchase-tag-alt:before {
  content: "\eb94";
}
.bx-pyramid:before {
  content: "\eb95";
}
.bx-question-mark:before {
  content: "\eb96";
}
.bx-radar:before {
  content: "\eb97";
}
.bx-radio:before {
  content: "\eb98";
}
.bx-radio-circle:before {
  content: "\eb99";
}
.bx-radio-circle-marked:before {
  content: "\eb9a";
}
.bx-receipt:before {
  content: "\eb9b";
}
.bx-rectangle:before {
  content: "\eb9c";
}
.bx-recycle:before {
  content: "\eb9d";
}
.bx-redo:before {
  content: "\eb9e";
}
.bx-refresh:before {
  content: "\eb9f";
}
.bx-rename:before {
  content: "\eba0";
}
.bx-repeat:before {
  content: "\eba1";
}
.bx-reply:before {
  content: "\eba2";
}
.bx-reply-all:before {
  content: "\eba3";
}
.bx-repost:before {
  content: "\eba4";
}
.bx-reset:before {
  content: "\eba5";
}
.bx-restaurant:before {
  content: "\eba6";
}
.bx-revision:before {
  content: "\eba7";
}
.bx-rewind:before {
  content: "\eba8";
}
.bx-rewind-circle:before {
  content: "\eba9";
}
.bx-right-arrow:before {
  content: "\ebaa";
}
.bx-right-arrow-alt:before {
  content: "\ebab";
}
.bx-right-arrow-circle:before {
  content: "\ebac";
}
.bx-right-down-arrow-circle:before {
  content: "\ebad";
}
.bx-right-indent:before {
  content: "\ebae";
}
.bx-right-top-arrow-circle:before {
  content: "\ebaf";
}
.bx-rocket:before {
  content: "\ebb0";
}
.bx-rotate-left:before {
  content: "\ebb1";
}
.bx-rotate-right:before {
  content: "\ebb2";
}
.bx-rss:before {
  content: "\ebb3";
}
.bx-ruble:before {
  content: "\ebb4";
}
.bx-ruler:before {
  content: "\ebb5";
}
.bx-run:before {
  content: "\ebb6";
}
.bx-rupee:before {
  content: "\ebb7";
}
.bx-sad:before {
  content: "\ebb8";
}
.bx-save:before {
  content: "\ebb9";
}
.bx-scan:before {
  content: "\ebba";
}
.bx-screenshot:before {
  content: "\ebbb";
}
.bx-search:before {
  content: "\ebbc";
}
.bx-search-alt:before {
  content: "\ebbd";
}
.bx-search-alt-2:before {
  content: "\ebbe";
}
.bx-selection:before {
  content: "\ebbf";
}
.bx-select-multiple:before {
  content: "\ebc0";
}
.bx-send:before {
  content: "\ebc1";
}
.bx-server:before {
  content: "\ebc2";
}
.bx-shape-circle:before {
  content: "\ebc3";
}
.bx-shape-polygon:before {
  content: "\ebc4";
}
.bx-shape-square:before {
  content: "\ebc5";
}
.bx-shape-triangle:before {
  content: "\ebc6";
}
.bx-share:before {
  content: "\ebc7";
}
.bx-share-alt:before {
  content: "\ebc8";
}
.bx-shekel:before {
  content: "\ebc9";
}
.bx-shield:before {
  content: "\ebca";
}
.bx-shield-alt:before {
  content: "\ebcb";
}
.bx-shield-alt-2:before {
  content: "\ebcc";
}
.bx-shield-quarter:before {
  content: "\ebcd";
}
.bx-shield-x:before {
  content: "\ebce";
}
.bx-shocked:before {
  content: "\ebcf";
}
.bx-shopping-bag:before {
  content: "\ebd0";
}
.bx-show:before {
  content: "\ebd1";
}
.bx-show-alt:before {
  content: "\ebd2";
}
.bx-shuffle:before {
  content: "\ebd3";
}
.bx-sidebar:before {
  content: "\ebd4";
}
.bx-sitemap:before {
  content: "\ebd5";
}
.bx-skip-next:before {
  content: "\ebd6";
}
.bx-skip-next-circle:before {
  content: "\ebd7";
}
.bx-skip-previous:before {
  content: "\ebd8";
}
.bx-skip-previous-circle:before {
  content: "\ebd9";
}
.bx-sleepy:before {
  content: "\ebda";
}
.bx-slider:before {
  content: "\ebdb";
}
.bx-slider-alt:before {
  content: "\ebdc";
}
.bx-slideshow:before {
  content: "\ebdd";
}
.bx-smile:before {
  content: "\ebde";
}
.bx-sort:before {
  content: "\ebdf";
}
.bx-sort-a-z:before {
  content: "\ebe0";
}
.bx-sort-down:before {
  content: "\ebe1";
}
.bx-sort-up:before {
  content: "\ebe2";
}
.bx-sort-z-a:before {
  content: "\ebe3";
}
.bx-spa:before {
  content: "\ebe4";
}
.bx-space-bar:before {
  content: "\ebe5";
}
.bx-spray-can:before {
  content: "\ebe6";
}
.bx-spreadsheet:before {
  content: "\ebe7";
}
.bx-square:before {
  content: "\ebe8";
}
.bx-square-rounded:before {
  content: "\ebe9";
}
.bx-star:before {
  content: "\ebea";
}
.bx-station:before {
  content: "\ebeb";
}
.bx-stats:before {
  content: "\ebec";
}
.bx-sticker:before {
  content: "\ebed";
}
.bx-stop:before {
  content: "\ebee";
}
.bx-stop-circle:before {
  content: "\ebef";
}
.bx-stopwatch:before {
  content: "\ebf0";
}
.bx-store:before {
  content: "\ebf1";
}
.bx-store-alt:before {
  content: "\ebf2";
}
.bx-street-view:before {
  content: "\ebf3";
}
.bx-strikethrough:before {
  content: "\ebf4";
}
.bx-subdirectory-left:before {
  content: "\ebf5";
}
.bx-subdirectory-right:before {
  content: "\ebf6";
}
.bx-sun:before {
  content: "\ebf7";
}
.bx-support:before {
  content: "\ebf8";
}
.bx-swim:before {
  content: "\ebf9";
}
.bx-sync:before {
  content: "\ebfa";
}
.bx-tab:before {
  content: "\ebfb";
}
.bx-table:before {
  content: "\ebfc";
}
.bx-tachometer:before {
  content: "\ebfd";
}
.bx-tag:before {
  content: "\ebfe";
}
.bx-target-lock:before {
  content: "\ebff";
}
.bx-task:before {
  content: "\ec00";
}
.bx-task-x:before {
  content: "\ec01";
}
.bx-taxi:before {
  content: "\ec02";
}
.bx-tennis-ball:before {
  content: "\ec03";
}
.bx-terminal:before {
  content: "\ec04";
}
.bx-test-tube:before {
  content: "\ec05";
}
.bx-text:before {
  content: "\ec06";
}
.bx-time:before {
  content: "\ec07";
}
.bx-time-five:before {
  content: "\ec08";
}
.bx-timer:before {
  content: "\ec09";
}
.bx-tired:before {
  content: "\ec0a";
}
.bx-toggle-left:before {
  content: "\ec0b";
}
.bx-toggle-right:before {
  content: "\ec0c";
}
.bx-tone:before {
  content: "\ec0d";
}
.bx-traffic-cone:before {
  content: "\ec0e";
}
.bx-train:before {
  content: "\ec0f";
}
.bx-transfer:before {
  content: "\ec10";
}
.bx-transfer-alt:before {
  content: "\ec11";
}
.bx-trash:before {
  content: "\ec12";
}
.bx-trash-alt:before {
  content: "\ec13";
}
.bx-trending-down:before {
  content: "\ec14";
}
.bx-trending-up:before {
  content: "\ec15";
}
.bx-trim:before {
  content: "\ec16";
}
.bx-trophy:before {
  content: "\ec17";
}
.bx-tv:before {
  content: "\ec18";
}
.bx-underline:before {
  content: "\ec19";
}
.bx-undo:before {
  content: "\ec1a";
}
.bx-unite:before {
  content: "\ec1b";
}
.bx-unlink:before {
  content: "\ec1c";
}
.bx-up-arrow:before {
  content: "\ec1d";
}
.bx-up-arrow-alt:before {
  content: "\ec1e";
}
.bx-up-arrow-circle:before {
  content: "\ec1f";
}
.bx-upload:before {
  content: "\ec20";
}
.bx-upside-down:before {
  content: "\ec21";
}
.bx-upvote:before {
  content: "\ec22";
}
.bx-usb:before {
  content: "\ec23";
}
.bx-user:before {
  content: "\ec24";
}
.bx-user-check:before {
  content: "\ec25";
}
.bx-user-circle:before {
  content: "\ec26";
}
.bx-user-minus:before {
  content: "\ec27";
}
.bx-user-pin:before {
  content: "\ec28";
}
.bx-user-plus:before {
  content: "\ec29";
}
.bx-user-voice:before {
  content: "\ec2a";
}
.bx-user-x:before {
  content: "\ec2b";
}
.bx-vector:before {
  content: "\ec2c";
}
.bx-vertical-center:before {
  content: "\ec2d";
}
.bx-vial:before {
  content: "\ec2e";
}
.bx-video:before {
  content: "\ec2f";
}
.bx-video-off:before {
  content: "\ec30";
}
.bx-video-plus:before {
  content: "\ec31";
}
.bx-video-recording:before {
  content: "\ec32";
}
.bx-voicemail:before {
  content: "\ec33";
}
.bx-volume:before {
  content: "\ec34";
}
.bx-volume-full:before {
  content: "\ec35";
}
.bx-volume-low:before {
  content: "\ec36";
}
.bx-volume-mute:before {
  content: "\ec37";
}
.bx-walk:before {
  content: "\ec38";
}
.bx-wallet:before {
  content: "\ec39";
}
.bx-wallet-alt:before {
  content: "\ec3a";
}
.bx-water:before {
  content: "\ec3b";
}
.bx-webcam:before {
  content: "\ec3c";
}
.bx-wifi:before {
  content: "\ec3d";
}
.bx-wifi-0:before {
  content: "\ec3e";
}
.bx-wifi-1:before {
  content: "\ec3f";
}
.bx-wifi-2:before {
  content: "\ec40";
}
.bx-wifi-off:before {
  content: "\ec41";
}
.bx-wind:before {
  content: "\ec42";
}
.bx-window:before {
  content: "\ec43";
}
.bx-window-alt:before {
  content: "\ec44";
}
.bx-window-close:before {
  content: "\ec45";
}
.bx-window-open:before {
  content: "\ec46";
}
.bx-windows:before {
  content: "\ec47";
}
.bx-wine:before {
  content: "\ec48";
}
.bx-wink-smile:before {
  content: "\ec49";
}
.bx-wink-tongue:before {
  content: "\ec4a";
}
.bx-won:before {
  content: "\ec4b";
}
.bx-world:before {
  content: "\ec4c";
}
.bx-wrench:before {
  content: "\ec4d";
}
.bx-x:before {
  content: "\ec4e";
}
.bx-x-circle:before {
  content: "\ec4f";
}
.bx-yen:before {
  content: "\ec50";
}
.bx-zoom-in:before {
  content: "\ec51";
}
.bx-zoom-out:before {
  content: "\ec52";
}
.bxs-add-to-queue:before {
  content: "\ec53";
}
.bxs-adjust:before {
  content: "\ec54";
}
.bxs-adjust-alt:before {
  content: "\ec55";
}
.bxs-alarm:before {
  content: "\ec56";
}
.bxs-alarm-add:before {
  content: "\ec57";
}
.bxs-alarm-exclamation:before {
  content: "\ec58";
}
.bxs-alarm-off:before {
  content: "\ec59";
}
.bxs-alarm-snooze:before {
  content: "\ec5a";
}
.bxs-album:before {
  content: "\ec5b";
}
.bxs-ambulance:before {
  content: "\ec5c";
}
.bxs-analyse:before {
  content: "\ec5d";
}
.bxs-angry:before {
  content: "\ec5e";
}
.bxs-arch:before {
  content: "\ec5f";
}
.bxs-archive:before {
  content: "\ec60";
}
.bxs-archive-in:before {
  content: "\ec61";
}
.bxs-archive-out:before {
  content: "\ec62";
}
.bxs-area:before {
  content: "\ec63";
}
.bxs-arrow-from-bottom:before {
  content: "\ec64";
}
.bxs-arrow-from-left:before {
  content: "\ec65";
}
.bxs-arrow-from-right:before {
  content: "\ec66";
}
.bxs-arrow-from-top:before {
  content: "\ec67";
}
.bxs-arrow-to-bottom:before {
  content: "\ec68";
}
.bxs-arrow-to-left:before {
  content: "\ec69";
}
.bxs-arrow-to-right:before {
  content: "\ec6a";
}
.bxs-arrow-to-top:before {
  content: "\ec6b";
}
.bxs-award:before {
  content: "\ec6c";
}
.bxs-baby-carriage:before {
  content: "\ec6d";
}
.bxs-backpack:before {
  content: "\ec6e";
}
.bxs-badge:before {
  content: "\ec6f";
}
.bxs-badge-check:before {
  content: "\ec70";
}
.bxs-badge-dollar:before {
  content: "\ec71";
}
.bxs-ball:before {
  content: "\ec72";
}
.bxs-band-aid:before {
  content: "\ec73";
}
.bxs-bank:before {
  content: "\ec74";
}
.bxs-bar-chart-alt-2:before {
  content: "\ec75";
}
.bxs-bar-chart-square:before {
  content: "\ec76";
}
.bxs-barcode:before {
  content: "\ec77";
}
.bxs-baseball:before {
  content: "\ec78";
}
.bxs-basket:before {
  content: "\ec79";
}
.bxs-basketball:before {
  content: "\ec7a";
}
.bxs-bath:before {
  content: "\ec7b";
}
.bxs-battery:before {
  content: "\ec7c";
}
.bxs-battery-charging:before {
  content: "\ec7d";
}
.bxs-battery-full:before {
  content: "\ec7e";
}
.bxs-battery-low:before {
  content: "\ec7f";
}
.bxs-bed:before {
  content: "\ec80";
}
.bxs-been-here:before {
  content: "\ec81";
}
.bxs-beer:before {
  content: "\ec82";
}
.bxs-bell:before {
  content: "\ec83";
}
.bxs-bell-minus:before {
  content: "\ec84";
}
.bxs-bell-off:before {
  content: "\ec85";
}
.bxs-bell-plus:before {
  content: "\ec86";
}
.bxs-bell-ring:before {
  content: "\ec87";
}
.bxs-bible:before {
  content: "\ec88";
}
.bxs-binoculars:before {
  content: "\ec89";
}
.bxs-blanket:before {
  content: "\ec8a";
}
.bxs-bolt:before {
  content: "\ec8b";
}
.bxs-bolt-circle:before {
  content: "\ec8c";
}
.bxs-bomb:before {
  content: "\ec8d";
}
.bxs-bone:before {
  content: "\ec8e";
}
.bxs-bong:before {
  content: "\ec8f";
}
.bxs-book:before {
  content: "\ec90";
}
.bxs-book-add:before {
  content: "\ec91";
}
.bxs-book-alt:before {
  content: "\ec92";
}
.bxs-book-bookmark:before {
  content: "\ec93";
}
.bxs-book-content:before {
  content: "\ec94";
}
.bxs-book-heart:before {
  content: "\ec95";
}
.bxs-bookmark:before {
  content: "\ec96";
}
.bxs-bookmark-minus:before {
  content: "\ec97";
}
.bxs-bookmark-plus:before {
  content: "\ec98";
}
.bxs-bookmarks:before {
  content: "\ec99";
}
.bxs-bookmark-star:before {
  content: "\ec9a";
}
.bxs-book-open:before {
  content: "\ec9b";
}
.bxs-book-reader:before {
  content: "\ec9c";
}
.bxs-bot:before {
  content: "\ec9d";
}
.bxs-bowling-ball:before {
  content: "\ec9e";
}
.bxs-box:before {
  content: "\ec9f";
}
.bxs-brain:before {
  content: "\eca0";
}
.bxs-briefcase:before {
  content: "\eca1";
}
.bxs-briefcase-alt:before {
  content: "\eca2";
}
.bxs-briefcase-alt-2:before {
  content: "\eca3";
}
.bxs-brightness:before {
  content: "\eca4";
}
.bxs-brightness-half:before {
  content: "\eca5";
}
.bxs-brush:before {
  content: "\eca6";
}
.bxs-brush-alt:before {
  content: "\eca7";
}
.bxs-bug:before {
  content: "\eca8";
}
.bxs-bug-alt:before {
  content: "\eca9";
}
.bxs-building:before {
  content: "\ecaa";
}
.bxs-building-house:before {
  content: "\ecab";
}
.bxs-buildings:before {
  content: "\ecac";
}
.bxs-bulb:before {
  content: "\ecad";
}
.bxs-bullseye:before {
  content: "\ecae";
}
.bxs-buoy:before {
  content: "\ecaf";
}
.bxs-bus:before {
  content: "\ecb0";
}
.bxs-business:before {
  content: "\ecb1";
}
.bxs-bus-school:before {
  content: "\ecb2";
}
.bxs-cabinet:before {
  content: "\ecb3";
}
.bxs-cake:before {
  content: "\ecb4";
}
.bxs-calculator:before {
  content: "\ecb5";
}
.bxs-calendar:before {
  content: "\ecb6";
}
.bxs-calendar-alt:before {
  content: "\ecb7";
}
.bxs-calendar-check:before {
  content: "\ecb8";
}
.bxs-calendar-edit:before {
  content: "\ecb9";
}
.bxs-calendar-event:before {
  content: "\ecba";
}
.bxs-calendar-exclamation:before {
  content: "\ecbb";
}
.bxs-calendar-heart:before {
  content: "\ecbc";
}
.bxs-calendar-minus:before {
  content: "\ecbd";
}
.bxs-calendar-plus:before {
  content: "\ecbe";
}
.bxs-calendar-star:before {
  content: "\ecbf";
}
.bxs-calendar-week:before {
  content: "\ecc0";
}
.bxs-calendar-x:before {
  content: "\ecc1";
}
.bxs-camera:before {
  content: "\ecc2";
}
.bxs-camera-home:before {
  content: "\ecc3";
}
.bxs-camera-movie:before {
  content: "\ecc4";
}
.bxs-camera-off:before {
  content: "\ecc5";
}
.bxs-camera-plus:before {
  content: "\ecc6";
}
.bxs-capsule:before {
  content: "\ecc7";
}
.bxs-captions:before {
  content: "\ecc8";
}
.bxs-car:before {
  content: "\ecc9";
}
.bxs-car-battery:before {
  content: "\ecca";
}
.bxs-car-crash:before {
  content: "\eccb";
}
.bxs-card:before {
  content: "\eccc";
}
.bxs-caret-down-circle:before {
  content: "\eccd";
}
.bxs-caret-down-square:before {
  content: "\ecce";
}
.bxs-caret-left-circle:before {
  content: "\eccf";
}
.bxs-caret-left-square:before {
  content: "\ecd0";
}
.bxs-caret-right-circle:before {
  content: "\ecd1";
}
.bxs-caret-right-square:before {
  content: "\ecd2";
}
.bxs-caret-up-circle:before {
  content: "\ecd3";
}
.bxs-caret-up-square:before {
  content: "\ecd4";
}
.bxs-car-garage:before {
  content: "\ecd5";
}
.bxs-car-mechanic:before {
  content: "\ecd6";
}
.bxs-carousel:before {
  content: "\ecd7";
}
.bxs-cart:before {
  content: "\ecd8";
}
.bxs-cart-add:before {
  content: "\ecd9";
}
.bxs-cart-alt:before {
  content: "\ecda";
}
.bxs-cart-download:before {
  content: "\ecdb";
}
.bxs-car-wash:before {
  content: "\ecdc";
}
.bxs-cctv:before {
  content: "\ecdd";
}
.bxs-certification:before {
  content: "\ecde";
}
.bxs-chalkboard:before {
  content: "\ecdf";
}
.bxs-chart:before {
  content: "\ece0";
}
.bxs-chat:before {
  content: "\ece1";
}
.bxs-checkbox:before {
  content: "\ece2";
}
.bxs-checkbox-checked:before {
  content: "\ece3";
}
.bxs-check-circle:before {
  content: "\ece4";
}
.bxs-check-shield:before {
  content: "\ece5";
}
.bxs-check-square:before {
  content: "\ece6";
}
.bxs-chess:before {
  content: "\ece7";
}
.bxs-chevron-down:before {
  content: "\ece8";
}
.bxs-chevron-down-circle:before {
  content: "\ece9";
}
.bxs-chevron-down-square:before {
  content: "\ecea";
}
.bxs-chevron-left:before {
  content: "\eceb";
}
.bxs-chevron-left-circle:before {
  content: "\ecec";
}
.bxs-chevron-left-square:before {
  content: "\eced";
}
.bxs-chevron-right:before {
  content: "\ecee";
}
.bxs-chevron-right-circle:before {
  content: "\ecef";
}
.bxs-chevron-right-square:before {
  content: "\ecf0";
}
.bxs-chevrons-down:before {
  content: "\ecf1";
}
.bxs-chevrons-left:before {
  content: "\ecf2";
}
.bxs-chevrons-right:before {
  content: "\ecf3";
}
.bxs-chevrons-up:before {
  content: "\ecf4";
}
.bxs-chevron-up:before {
  content: "\ecf5";
}
.bxs-chevron-up-circle:before {
  content: "\ecf6";
}
.bxs-chevron-up-square:before {
  content: "\ecf7";
}
.bxs-chip:before {
  content: "\ecf8";
}
.bxs-church:before {
  content: "\ecf9";
}
.bxs-circle:before {
  content: "\ecfa";
}
.bxs-city:before {
  content: "\ecfb";
}
.bxs-clinic:before {
  content: "\ecfc";
}
.bxs-cloud:before {
  content: "\ecfd";
}
.bxs-cloud-download:before {
  content: "\ecfe";
}
.bxs-cloud-lightning:before {
  content: "\ecff";
}
.bxs-cloud-rain:before {
  content: "\ed00";
}
.bxs-cloud-upload:before {
  content: "\ed01";
}
.bxs-coffee:before {
  content: "\ed02";
}
.bxs-coffee-alt:before {
  content: "\ed03";
}
.bxs-coffee-togo:before {
  content: "\ed04";
}
.bxs-cog:before {
  content: "\ed05";
}
.bxs-coin:before {
  content: "\ed06";
}
.bxs-coin-stack:before {
  content: "\ed07";
}
.bxs-collection:before {
  content: "\ed08";
}
.bxs-color-fill:before {
  content: "\ed09";
}
.bxs-comment:before {
  content: "\ed0a";
}
.bxs-comment-add:before {
  content: "\ed0b";
}
.bxs-comment-check:before {
  content: "\ed0c";
}
.bxs-comment-detail:before {
  content: "\ed0d";
}
.bxs-comment-dots:before {
  content: "\ed0e";
}
.bxs-comment-edit:before {
  content: "\ed0f";
}
.bxs-comment-error:before {
  content: "\ed10";
}
.bxs-comment-minus:before {
  content: "\ed11";
}
.bxs-comment-x:before {
  content: "\ed12";
}
.bxs-compass:before {
  content: "\ed13";
}
.bxs-component:before {
  content: "\ed14";
}
.bxs-confused:before {
  content: "\ed15";
}
.bxs-contact:before {
  content: "\ed16";
}
.bxs-conversation:before {
  content: "\ed17";
}
.bxs-cookie:before {
  content: "\ed18";
}
.bxs-cool:before {
  content: "\ed19";
}
.bxs-copy:before {
  content: "\ed1a";
}
.bxs-copy-alt:before {
  content: "\ed1b";
}
.bxs-copyright:before {
  content: "\ed1c";
}
.bxs-coupon:before {
  content: "\ed1d";
}
.bxs-credit-card:before {
  content: "\ed1e";
}
.bxs-credit-card-alt:before {
  content: "\ed1f";
}
.bxs-credit-card-front:before {
  content: "\ed20";
}
.bxs-crop:before {
  content: "\ed21";
}
.bxs-crown:before {
  content: "\ed22";
}
.bxs-cube:before {
  content: "\ed23";
}
.bxs-cube-alt:before {
  content: "\ed24";
}
.bxs-cuboid:before {
  content: "\ed25";
}
.bxs-customize:before {
  content: "\ed26";
}
.bxs-cylinder:before {
  content: "\ed27";
}
.bxs-dashboard:before {
  content: "\ed28";
}
.bxs-data:before {
  content: "\ed29";
}
.bxs-detail:before {
  content: "\ed2a";
}
.bxs-devices:before {
  content: "\ed2b";
}
.bxs-diamond:before {
  content: "\ed2c";
}
.bxs-dice-1:before {
  content: "\ed2d";
}
.bxs-dice-2:before {
  content: "\ed2e";
}
.bxs-dice-3:before {
  content: "\ed2f";
}
.bxs-dice-4:before {
  content: "\ed30";
}
.bxs-dice-5:before {
  content: "\ed31";
}
.bxs-dice-6:before {
  content: "\ed32";
}
.bxs-direction-left:before {
  content: "\ed33";
}
.bxs-direction-right:before {
  content: "\ed34";
}
.bxs-directions:before {
  content: "\ed35";
}
.bxs-disc:before {
  content: "\ed36";
}
.bxs-discount:before {
  content: "\ed37";
}
.bxs-dish:before {
  content: "\ed38";
}
.bxs-dislike:before {
  content: "\ed39";
}
.bxs-dizzy:before {
  content: "\ed3a";
}
.bxs-dock-bottom:before {
  content: "\ed3b";
}
.bxs-dock-left:before {
  content: "\ed3c";
}
.bxs-dock-right:before {
  content: "\ed3d";
}
.bxs-dock-top:before {
  content: "\ed3e";
}
.bxs-dollar-circle:before {
  content: "\ed3f";
}
.bxs-donate-blood:before {
  content: "\ed40";
}
.bxs-donate-heart:before {
  content: "\ed41";
}
.bxs-door-open:before {
  content: "\ed42";
}
.bxs-doughnut-chart:before {
  content: "\ed43";
}
.bxs-down-arrow:before {
  content: "\ed44";
}
.bxs-down-arrow-alt:before {
  content: "\ed45";
}
.bxs-down-arrow-circle:before {
  content: "\ed46";
}
.bxs-down-arrow-square:before {
  content: "\ed47";
}
.bxs-download:before {
  content: "\ed48";
}
.bxs-downvote:before {
  content: "\ed49";
}
.bxs-drink:before {
  content: "\ed4a";
}
.bxs-droplet:before {
  content: "\ed4b";
}
.bxs-droplet-half:before {
  content: "\ed4c";
}
.bxs-dryer:before {
  content: "\ed4d";
}
.bxs-duplicate:before {
  content: "\ed4e";
}
.bxs-edit:before {
  content: "\ed4f";
}
.bxs-edit-alt:before {
  content: "\ed50";
}
.bxs-edit-location:before {
  content: "\ed51";
}
.bxs-eject:before {
  content: "\ed52";
}
.bxs-envelope:before {
  content: "\ed53";
}
.bxs-envelope-open:before {
  content: "\ed54";
}
.bxs-eraser:before {
  content: "\ed55";
}
.bxs-error:before {
  content: "\ed56";
}
.bxs-error-alt:before {
  content: "\ed57";
}
.bxs-error-circle:before {
  content: "\ed58";
}
.bxs-ev-station:before {
  content: "\ed59";
}
.bxs-exit:before {
  content: "\ed5a";
}
.bxs-extension:before {
  content: "\ed5b";
}
.bxs-eyedropper:before {
  content: "\ed5c";
}
.bxs-face:before {
  content: "\ed5d";
}
.bxs-factory:before {
  content: "\ed5e";
}
.bxs-fast-forward-circle:before {
  content: "\ed5f";
}
.bxs-file:before {
  content: "\ed60";
}
.bxs-file-archive:before {
  content: "\ed61";
}
.bxs-file-blank:before {
  content: "\ed62";
}
.bxs-file-css:before {
  content: "\ed63";
}
.bxs-file-doc:before {
  content: "\ed64";
}
.bxs-file-export:before {
  content: "\ed65";
}
.bxs-file-find:before {
  content: "\ed66";
}
.bxs-file-gif:before {
  content: "\ed67";
}
.bxs-file-html:before {
  content: "\ed68";
}
.bxs-file-image:before {
  content: "\ed69";
}
.bxs-file-import:before {
  content: "\ed6a";
}
.bxs-file-jpg:before {
  content: "\ed6b";
}
.bxs-file-js:before {
  content: "\ed6c";
}
.bxs-file-json:before {
  content: "\ed6d";
}
.bxs-file-md:before {
  content: "\ed6e";
}
.bxs-file-pdf:before {
  content: "\ed6f";
}
.bxs-file-plus:before {
  content: "\ed70";
}
.bxs-file-png:before {
  content: "\ed71";
}
.bxs-file-txt:before {
  content: "\ed72";
}
.bxs-film:before {
  content: "\ed73";
}
.bxs-filter-alt:before {
  content: "\ed74";
}
.bxs-first-aid:before {
  content: "\ed75";
}
.bxs-flag:before {
  content: "\ed76";
}
.bxs-flag-alt:before {
  content: "\ed77";
}
.bxs-flag-checkered:before {
  content: "\ed78";
}
.bxs-flame:before {
  content: "\ed79";
}
.bxs-flask:before {
  content: "\ed7a";
}
.bxs-florist:before {
  content: "\ed7b";
}
.bxs-folder:before {
  content: "\ed7c";
}
.bxs-folder-minus:before {
  content: "\ed7d";
}
.bxs-folder-open:before {
  content: "\ed7e";
}
.bxs-folder-plus:before {
  content: "\ed7f";
}
.bxs-food-menu:before {
  content: "\ed80";
}
.bxs-fridge:before {
  content: "\ed81";
}
.bxs-game:before {
  content: "\ed82";
}
.bxs-gas-pump:before {
  content: "\ed83";
}
.bxs-ghost:before {
  content: "\ed84";
}
.bxs-gift:before {
  content: "\ed85";
}
.bxs-graduation:before {
  content: "\ed86";
}
.bxs-grid:before {
  content: "\ed87";
}
.bxs-grid-alt:before {
  content: "\ed88";
}
.bxs-group:before {
  content: "\ed89";
}
.bxs-guitar-amp:before {
  content: "\ed8a";
}
.bxs-hand-down:before {
  content: "\ed8b";
}
.bxs-hand-left:before {
  content: "\ed8c";
}
.bxs-hand-right:before {
  content: "\ed8d";
}
.bxs-hand-up:before {
  content: "\ed8e";
}
.bxs-happy:before {
  content: "\ed8f";
}
.bxs-happy-alt:before {
  content: "\ed90";
}
.bxs-happy-beaming:before {
  content: "\ed91";
}
.bxs-happy-heart-eyes:before {
  content: "\ed92";
}
.bxs-hdd:before {
  content: "\ed93";
}
.bxs-heart:before {
  content: "\ed94";
}
.bxs-heart-circle:before {
  content: "\ed95";
}
.bxs-heart-square:before {
  content: "\ed96";
}
.bxs-help-circle:before {
  content: "\ed97";
}
.bxs-hide:before {
  content: "\ed98";
}
.bxs-home:before {
  content: "\ed99";
}
.bxs-home-circle:before {
  content: "\ed9a";
}
.bxs-home-heart:before {
  content: "\ed9b";
}
.bxs-home-smile:before {
  content: "\ed9c";
}
.bxs-hot:before {
  content: "\ed9d";
}
.bxs-hotel:before {
  content: "\ed9e";
}
.bxs-hourglass:before {
  content: "\ed9f";
}
.bxs-hourglass-bottom:before {
  content: "\eda0";
}
.bxs-hourglass-top:before {
  content: "\eda1";
}
.bxs-id-card:before {
  content: "\eda2";
}
.bxs-image:before {
  content: "\eda3";
}
.bxs-image-add:before {
  content: "\eda4";
}
.bxs-image-alt:before {
  content: "\eda5";
}
.bxs-inbox:before {
  content: "\eda6";
}
.bxs-info-circle:before {
  content: "\eda7";
}
.bxs-info-square:before {
  content: "\eda8";
}
.bxs-institution:before {
  content: "\eda9";
}
.bxs-joystick:before {
  content: "\edaa";
}
.bxs-joystick-alt:before {
  content: "\edab";
}
.bxs-joystick-button:before {
  content: "\edac";
}
.bxs-key:before {
  content: "\edad";
}
.bxs-keyboard:before {
  content: "\edae";
}
.bxs-label:before {
  content: "\edaf";
}
.bxs-landmark:before {
  content: "\edb0";
}
.bxs-landscape:before {
  content: "\edb1";
}
.bxs-laugh:before {
  content: "\edb2";
}
.bxs-layer:before {
  content: "\edb3";
}
.bxs-layer-minus:before {
  content: "\edb4";
}
.bxs-layer-plus:before {
  content: "\edb5";
}
.bxs-layout:before {
  content: "\edb6";
}
.bxs-left-arrow:before {
  content: "\edb7";
}
.bxs-left-arrow-alt:before {
  content: "\edb8";
}
.bxs-left-arrow-circle:before {
  content: "\edb9";
}
.bxs-left-arrow-square:before {
  content: "\edba";
}
.bxs-left-down-arrow-circle:before {
  content: "\edbb";
}
.bxs-left-top-arrow-circle:before {
  content: "\edbc";
}
.bxs-like:before {
  content: "\edbd";
}
.bxs-location-plus:before {
  content: "\edbe";
}
.bxs-lock:before {
  content: "\edbf";
}
.bxs-lock-alt:before {
  content: "\edc0";
}
.bxs-lock-open:before {
  content: "\edc1";
}
.bxs-lock-open-alt:before {
  content: "\edc2";
}
.bxs-log-in:before {
  content: "\edc3";
}
.bxs-log-in-circle:before {
  content: "\edc4";
}
.bxs-log-out:before {
  content: "\edc5";
}
.bxs-log-out-circle:before {
  content: "\edc6";
}
.bxs-low-vision:before {
  content: "\edc7";
}
.bxs-magic-wand:before {
  content: "\edc8";
}
.bxs-magnet:before {
  content: "\edc9";
}
.bxs-map:before {
  content: "\edca";
}
.bxs-map-alt:before {
  content: "\edcb";
}
.bxs-map-pin:before {
  content: "\edcc";
}
.bxs-mask:before {
  content: "\edcd";
}
.bxs-medal:before {
  content: "\edce";
}
.bxs-megaphone:before {
  content: "\edcf";
}
.bxs-meh:before {
  content: "\edd0";
}
.bxs-meh-alt:before {
  content: "\edd1";
}
.bxs-meh-blank:before {
  content: "\edd2";
}
.bxs-memory-card:before {
  content: "\edd3";
}
.bxs-message:before {
  content: "\edd4";
}
.bxs-message-add:before {
  content: "\edd5";
}
.bxs-message-alt:before {
  content: "\edd6";
}
.bxs-message-alt-add:before {
  content: "\edd7";
}
.bxs-message-alt-check:before {
  content: "\edd8";
}
.bxs-message-alt-detail:before {
  content: "\edd9";
}
.bxs-message-alt-dots:before {
  content: "\edda";
}
.bxs-message-alt-edit:before {
  content: "\eddb";
}
.bxs-message-alt-error:before {
  content: "\eddc";
}
.bxs-message-alt-minus:before {
  content: "\eddd";
}
.bxs-message-alt-x:before {
  content: "\edde";
}
.bxs-message-check:before {
  content: "\eddf";
}
.bxs-message-detail:before {
  content: "\ede0";
}
.bxs-message-dots:before {
  content: "\ede1";
}
.bxs-message-edit:before {
  content: "\ede2";
}
.bxs-message-error:before {
  content: "\ede3";
}
.bxs-message-minus:before {
  content: "\ede4";
}
.bxs-message-rounded:before {
  content: "\ede5";
}
.bxs-message-rounded-add:before {
  content: "\ede6";
}
.bxs-message-rounded-check:before {
  content: "\ede7";
}
.bxs-message-rounded-detail:before {
  content: "\ede8";
}
.bxs-message-rounded-dots:before {
  content: "\ede9";
}
.bxs-message-rounded-edit:before {
  content: "\edea";
}
.bxs-message-rounded-error:before {
  content: "\edeb";
}
.bxs-message-rounded-minus:before {
  content: "\edec";
}
.bxs-message-rounded-x:before {
  content: "\eded";
}
.bxs-message-square:before {
  content: "\edee";
}
.bxs-message-square-add:before {
  content: "\edef";
}
.bxs-message-square-check:before {
  content: "\edf0";
}
.bxs-message-square-detail:before {
  content: "\edf1";
}
.bxs-message-square-dots:before {
  content: "\edf2";
}
.bxs-message-square-edit:before {
  content: "\edf3";
}
.bxs-message-square-error:before {
  content: "\edf4";
}
.bxs-message-square-minus:before {
  content: "\edf5";
}
.bxs-message-square-x:before {
  content: "\edf6";
}
.bxs-message-x:before {
  content: "\edf7";
}
.bxs-meteor:before {
  content: "\edf8";
}
.bxs-microchip:before {
  content: "\edf9";
}
.bxs-microphone:before {
  content: "\edfa";
}
.bxs-microphone-alt:before {
  content: "\edfb";
}
.bxs-microphone-off:before {
  content: "\edfc";
}
.bxs-minus-circle:before {
  content: "\edfd";
}
.bxs-minus-square:before {
  content: "\edfe";
}
.bxs-mobile:before {
  content: "\edff";
}
.bxs-mobile-vibration:before {
  content: "\ee00";
}
.bxs-moon:before {
  content: "\ee01";
}
.bxs-mouse:before {
  content: "\ee02";
}
.bxs-mouse-alt:before {
  content: "\ee03";
}
.bxs-movie:before {
  content: "\ee04";
}
.bxs-music:before {
  content: "\ee05";
}
.bxs-navigation:before {
  content: "\ee06";
}
.bxs-network-chart:before {
  content: "\ee07";
}
.bxs-news:before {
  content: "\ee08";
}
.bxs-no-entry:before {
  content: "\ee09";
}
.bxs-note:before {
  content: "\ee0a";
}
.bxs-notepad:before {
  content: "\ee0b";
}
.bxs-notification:before {
  content: "\ee0c";
}
.bxs-notification-off:before {
  content: "\ee0d";
}
.bxs-offer:before {
  content: "\ee0e";
}
.bxs-package:before {
  content: "\ee0f";
}
.bxs-paint:before {
  content: "\ee10";
}
.bxs-paint-roll:before {
  content: "\ee11";
}
.bxs-palette:before {
  content: "\ee12";
}
.bxs-paper-plane:before {
  content: "\ee13";
}
.bxs-parking:before {
  content: "\ee14";
}
.bxs-paste:before {
  content: "\ee15";
}
.bxs-pen:before {
  content: "\ee16";
}
.bxs-pencil:before {
  content: "\ee17";
}
.bxs-phone:before {
  content: "\ee18";
}
.bxs-phone-call:before {
  content: "\ee19";
}
.bxs-phone-incoming:before {
  content: "\ee1a";
}
.bxs-phone-outgoing:before {
  content: "\ee1b";
}
.bxs-photo-album:before {
  content: "\ee1c";
}
.bxs-piano:before {
  content: "\ee1d";
}
.bxs-pie-chart:before {
  content: "\ee1e";
}
.bxs-pie-chart-alt:before {
  content: "\ee1f";
}
.bxs-pie-chart-alt-2:before {
  content: "\ee20";
}
.bxs-pin:before {
  content: "\ee21";
}
.bxs-pizza:before {
  content: "\ee22";
}
.bxs-plane:before {
  content: "\ee23";
}
.bxs-plane-alt:before {
  content: "\ee24";
}
.bxs-plane-land:before {
  content: "\ee25";
}
.bxs-planet:before {
  content: "\ee26";
}
.bxs-plane-take-off:before {
  content: "\ee27";
}
.bxs-playlist:before {
  content: "\ee28";
}
.bxs-plug:before {
  content: "\ee29";
}
.bxs-plus-circle:before {
  content: "\ee2a";
}
.bxs-plus-square:before {
  content: "\ee2b";
}
.bxs-pointer:before {
  content: "\ee2c";
}
.bxs-polygon:before {
  content: "\ee2d";
}
.bxs-printer:before {
  content: "\ee2e";
}
.bxs-purchase-tag:before {
  content: "\ee2f";
}
.bxs-purchase-tag-alt:before {
  content: "\ee30";
}
.bxs-pyramid:before {
  content: "\ee31";
}
.bxs-quote-alt-left:before {
  content: "\ee32";
}
.bxs-quote-alt-right:before {
  content: "\ee33";
}
.bxs-quote-left:before {
  content: "\ee34";
}
.bxs-quote-right:before {
  content: "\ee35";
}
.bxs-quote-single-left:before {
  content: "\ee36";
}
.bxs-quote-single-right:before {
  content: "\ee37";
}
.bxs-radiation:before {
  content: "\ee38";
}
.bxs-radio:before {
  content: "\ee39";
}
.bxs-receipt:before {
  content: "\ee3a";
}
.bxs-rectangle:before {
  content: "\ee3b";
}
.bxs-rename:before {
  content: "\ee3c";
}
.bxs-report:before {
  content: "\ee3d";
}
.bxs-rewind-circle:before {
  content: "\ee3e";
}
.bxs-right-arrow:before {
  content: "\ee3f";
}
.bxs-right-arrow-alt:before {
  content: "\ee40";
}
.bxs-right-arrow-circle:before {
  content: "\ee41";
}
.bxs-right-arrow-square:before {
  content: "\ee42";
}
.bxs-right-down-arrow-circle:before {
  content: "\ee43";
}
.bxs-right-top-arrow-circle:before {
  content: "\ee44";
}
.bxs-rocket:before {
  content: "\ee45";
}
.bxs-ruler:before {
  content: "\ee46";
}
.bxs-sad:before {
  content: "\ee47";
}
.bxs-save:before {
  content: "\ee48";
}
.bxs-school:before {
  content: "\ee49";
}
.bxs-search:before {
  content: "\ee4a";
}
.bxs-search-alt-2:before {
  content: "\ee4b";
}
.bxs-select-multiple:before {
  content: "\ee4c";
}
.bxs-send:before {
  content: "\ee4d";
}
.bxs-server:before {
  content: "\ee4e";
}
.bxs-shapes:before {
  content: "\ee4f";
}
.bxs-share:before {
  content: "\ee50";
}
.bxs-share-alt:before {
  content: "\ee51";
}
.bxs-shield:before {
  content: "\ee52";
}
.bxs-shield-alt-2:before {
  content: "\ee53";
}
.bxs-shield-x:before {
  content: "\ee54";
}
.bxs-ship:before {
  content: "\ee55";
}
.bxs-shocked:before {
  content: "\ee56";
}
.bxs-shopping-bag:before {
  content: "\ee57";
}
.bxs-shopping-bag-alt:before {
  content: "\ee58";
}
.bxs-shopping-bags:before {
  content: "\ee59";
}
.bxs-show:before {
  content: "\ee5a";
}
.bxs-skip-next-circle:before {
  content: "\ee5b";
}
.bxs-skip-previous-circle:before {
  content: "\ee5c";
}
.bxs-skull:before {
  content: "\ee5d";
}
.bxs-sleepy:before {
  content: "\ee5e";
}
.bxs-slideshow:before {
  content: "\ee5f";
}
.bxs-smile:before {
  content: "\ee60";
}
.bxs-sort-alt:before {
  content: "\ee61";
}
.bxs-spa:before {
  content: "\ee62";
}
.bxs-spray-can:before {
  content: "\ee63";
}
.bxs-spreadsheet:before {
  content: "\ee64";
}
.bxs-square:before {
  content: "\ee65";
}
.bxs-square-rounded:before {
  content: "\ee66";
}
.bxs-star:before {
  content: "\ee67";
}
.bxs-star-half:before {
  content: "\ee68";
}
.bxs-sticker:before {
  content: "\ee69";
}
.bxs-stopwatch:before {
  content: "\ee6a";
}
.bxs-store:before {
  content: "\ee6b";
}
.bxs-store-alt:before {
  content: "\ee6c";
}
.bxs-sun:before {
  content: "\ee6d";
}
.bxs-tachometer:before {
  content: "\ee6e";
}
.bxs-tag:before {
  content: "\ee6f";
}
.bxs-tag-x:before {
  content: "\ee70";
}
.bxs-taxi:before {
  content: "\ee71";
}
.bxs-tennis-ball:before {
  content: "\ee72";
}
.bxs-terminal:before {
  content: "\ee73";
}
.bxs-thermometer:before {
  content: "\ee74";
}
.bxs-time:before {
  content: "\ee75";
}
.bxs-time-five:before {
  content: "\ee76";
}
.bxs-timer:before {
  content: "\ee77";
}
.bxs-tired:before {
  content: "\ee78";
}
.bxs-toggle-left:before {
  content: "\ee79";
}
.bxs-toggle-right:before {
  content: "\ee7a";
}
.bxs-tone:before {
  content: "\ee7b";
}
.bxs-torch:before {
  content: "\ee7c";
}
.bxs-to-top:before {
  content: "\ee7d";
}
.bxs-traffic:before {
  content: "\ee7e";
}
.bxs-traffic-barrier:before {
  content: "\ee7f";
}
.bxs-traffic-cone:before {
  content: "\ee80";
}
.bxs-train:before {
  content: "\ee81";
}
.bxs-trash:before {
  content: "\ee82";
}
.bxs-trash-alt:before {
  content: "\ee83";
}
.bxs-tree:before {
  content: "\ee84";
}
.bxs-trophy:before {
  content: "\ee85";
}
.bxs-truck:before {
  content: "\ee86";
}
.bxs-t-shirt:before {
  content: "\ee87";
}
.bxs-up-arrow:before {
  content: "\ee88";
}
.bxs-up-arrow-alt:before {
  content: "\ee89";
}
.bxs-up-arrow-circle:before {
  content: "\ee8a";
}
.bxs-up-arrow-square:before {
  content: "\ee8b";
}
.bxs-upside-down:before {
  content: "\ee8c";
}
.bxs-upvote:before {
  content: "\ee8d";
}
.bxs-user:before {
  content: "\ee8e";
}
.bxs-user-badge:before {
  content: "\ee8f";
}
.bxs-user-check:before {
  content: "\ee90";
}
.bxs-user-circle:before {
  content: "\ee91";
}
.bxs-user-detail:before {
  content: "\ee92";
}
.bxs-user-minus:before {
  content: "\ee93";
}
.bxs-user-pin:before {
  content: "\ee94";
}
.bxs-user-plus:before {
  content: "\ee95";
}
.bxs-user-rectangle:before {
  content: "\ee96";
}
.bxs-user-voice:before {
  content: "\ee97";
}
.bxs-user-x:before {
  content: "\ee98";
}
.bxs-vector:before {
  content: "\ee99";
}
.bxs-vial:before {
  content: "\ee9a";
}
.bxs-video:before {
  content: "\ee9b";
}
.bxs-video-off:before {
  content: "\ee9c";
}
.bxs-video-plus:before {
  content: "\ee9d";
}
.bxs-video-recording:before {
  content: "\ee9e";
}
.bxs-videos:before {
  content: "\ee9f";
}
.bxs-volume:before {
  content: "\eea0";
}
.bxs-volume-full:before {
  content: "\eea1";
}
.bxs-volume-low:before {
  content: "\eea2";
}
.bxs-volume-mute:before {
  content: "\eea3";
}
.bxs-wallet:before {
  content: "\eea4";
}
.bxs-wallet-alt:before {
  content: "\eea5";
}
.bxs-washer:before {
  content: "\eea6";
}
.bxs-watch:before {
  content: "\eea7";
}
.bxs-watch-alt:before {
  content: "\eea8";
}
.bxs-webcam:before {
  content: "\eea9";
}
.bxs-widget:before {
  content: "\eeaa";
}
.bxs-window-alt:before {
  content: "\eeab";
}
.bxs-wine:before {
  content: "\eeac";
}
.bxs-wink-smile:before {
  content: "\eead";
}
.bxs-wink-tongue:before {
  content: "\eeae";
}
.bxs-wrench:before {
  content: "\eeaf";
}
.bxs-x-circle:before {
  content: "\eeb0";
}
.bxs-x-square:before {
  content: "\eeb1";
}
.bxs-yin-yang:before {
  content: "\eeb2";
}
.bxs-zap:before {
  content: "\eeb3";
}
.bxs-zoom-in:before {
  content: "\eeb4";
}
.bxs-zoom-out:before {
  content: "\eeb5";
}

/* src/assets/iconfonts/pe7-icons/pe-icon-7-stroke/css/pe-icon-7-stroke.css */
@font-face {
  font-family: "Pe-icon-7-stroke";
  src: url("./media/Pe-icon-7-stroke.eot?d7yf1v");
  src:
    url("./media/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"),
    url("./media/Pe-icon-7-stroke.woff?d7yf1v") format("woff"),
    url("./media/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"),
    url("./media/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=pe-7s-],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: initial;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}

/* src/assets/iconfonts/weather-icons-master/css/weather-icons.css */
/*!
 *  Weather Icons 2.0.10
 *  Updated November 1, 2020
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url("./media/weathericons-regular-webfont.eot");
  src:
    url("./media/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/weathericons-regular-webfont.woff2") format("woff2"),
    url("./media/weathericons-regular-webfont.woff") format("woff"),
    url("./media/weathericons-regular-webfont.ttf") format("truetype"),
    url("./media/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: initial;
}
.wi-fw {
  text-align: center;
  width: 1.4em;
}
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.wi-day-sunny:before {
  content: "\f00d";
}
.wi-day-cloudy:before {
  content: "\f002";
}
.wi-day-cloudy-gusts:before {
  content: "\f000";
}
.wi-day-cloudy-windy:before {
  content: "\f001";
}
.wi-day-fog:before {
  content: "\f003";
}
.wi-day-hail:before {
  content: "\f004";
}
.wi-day-haze:before {
  content: "\f0b6";
}
.wi-day-lightning:before {
  content: "\f005";
}
.wi-day-rain:before {
  content: "\f008";
}
.wi-day-rain-mix:before {
  content: "\f006";
}
.wi-day-rain-wind:before {
  content: "\f007";
}
.wi-day-showers:before {
  content: "\f009";
}
.wi-day-sleet:before {
  content: "\f0b2";
}
.wi-day-sleet-storm:before {
  content: "\f068";
}
.wi-day-snow:before {
  content: "\f00a";
}
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.wi-day-snow-wind:before {
  content: "\f065";
}
.wi-day-sprinkle:before {
  content: "\f00b";
}
.wi-day-storm-showers:before {
  content: "\f00e";
}
.wi-day-sunny-overcast:before {
  content: "\f00c";
}
.wi-day-thunderstorm:before {
  content: "\f010";
}
.wi-day-windy:before {
  content: "\f085";
}
.wi-solar-eclipse:before {
  content: "\f06e";
}
.wi-hot:before {
  content: "\f072";
}
.wi-day-cloudy-high:before {
  content: "\f07d";
}
.wi-day-light-wind:before {
  content: "\f0c4";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-night-alt-cloudy:before {
  content: "\f086";
}
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.wi-night-alt-hail:before {
  content: "\f024";
}
.wi-night-alt-lightning:before {
  content: "\f025";
}
.wi-night-alt-rain:before {
  content: "\f028";
}
.wi-night-alt-rain-mix:before {
  content: "\f026";
}
.wi-night-alt-rain-wind:before {
  content: "\f027";
}
.wi-night-alt-showers:before {
  content: "\f029";
}
.wi-night-alt-sleet:before {
  content: "\f0b4";
}
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.wi-night-alt-snow:before {
  content: "\f02a";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.wi-night-alt-snow-wind:before {
  content: "\f067";
}
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.wi-night-cloudy:before {
  content: "\f031";
}
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.wi-night-cloudy-windy:before {
  content: "\f030";
}
.wi-night-fog:before {
  content: "\f04a";
}
.wi-night-hail:before {
  content: "\f032";
}
.wi-night-lightning:before {
  content: "\f033";
}
.wi-night-partly-cloudy:before {
  content: "\f083";
}
.wi-night-rain:before {
  content: "\f036";
}
.wi-night-rain-mix:before {
  content: "\f034";
}
.wi-night-rain-wind:before {
  content: "\f035";
}
.wi-night-showers:before {
  content: "\f037";
}
.wi-night-sleet:before {
  content: "\f0b3";
}
.wi-night-sleet-storm:before {
  content: "\f069";
}
.wi-night-snow:before {
  content: "\f038";
}
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.wi-night-snow-wind:before {
  content: "\f066";
}
.wi-night-sprinkle:before {
  content: "\f039";
}
.wi-night-storm-showers:before {
  content: "\f03a";
}
.wi-night-thunderstorm:before {
  content: "\f03b";
}
.wi-lunar-eclipse:before {
  content: "\f070";
}
.wi-stars:before {
  content: "\f077";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}
.wi-night-cloudy-high:before {
  content: "\f080";
}
.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}
.wi-cloud:before {
  content: "\f041";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-cloudy-gusts:before {
  content: "\f011";
}
.wi-cloudy-windy:before {
  content: "\f012";
}
.wi-fog:before {
  content: "\f014";
}
.wi-hail:before {
  content: "\f015";
}
.wi-rain:before {
  content: "\f019";
}
.wi-rain-mix:before {
  content: "\f017";
}
.wi-rain-wind:before {
  content: "\f018";
}
.wi-showers:before {
  content: "\f01a";
}
.wi-sleet:before {
  content: "\f0b5";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-sprinkle:before {
  content: "\f01c";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-snow-wind:before {
  content: "\f064";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-smog:before {
  content: "\f074";
}
.wi-smoke:before {
  content: "\f062";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-raindrops:before {
  content: "\f04e";
}
.wi-raindrop:before {
  content: "\f078";
}
.wi-dust:before {
  content: "\f063";
}
.wi-snowflake-cold:before {
  content: "\f076";
}
.wi-windy:before {
  content: "\f021";
}
.wi-strong-wind:before {
  content: "\f050";
}
.wi-sandstorm:before {
  content: "\f082";
}
.wi-earthquake:before {
  content: "\f0c6";
}
.wi-fire:before {
  content: "\f0c7";
}
.wi-flood:before {
  content: "\f07c";
}
.wi-meteor:before {
  content: "\f071";
}
.wi-tsunami:before {
  content: "\f0c5";
}
.wi-volcano:before {
  content: "\f0c8";
}
.wi-hurricane:before {
  content: "\f073";
}
.wi-tornado:before {
  content: "\f056";
}
.wi-small-craft-advisory:before {
  content: "\f0cc";
}
.wi-gale-warning:before {
  content: "\f0cd";
}
.wi-storm-warning:before {
  content: "\f0ce";
}
.wi-hurricane-warning:before {
  content: "\f0cf";
}
.wi-wind-direction:before {
  content: "\f0b1";
}
.wi-alien:before {
  content: "\f075";
}
.wi-celsius:before {
  content: "\f03c";
}
.wi-fahrenheit:before {
  content: "\f045";
}
.wi-degrees:before {
  content: "\f042";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-thermometer-exterior:before {
  content: "\f053";
}
.wi-thermometer-internal:before {
  content: "\f054";
}
.wi-cloud-down:before {
  content: "\f03d";
}
.wi-cloud-up:before {
  content: "\f040";
}
.wi-cloud-refresh:before {
  content: "\f03e";
}
.wi-horizon:before {
  content: "\f047";
}
.wi-horizon-alt:before {
  content: "\f046";
}
.wi-sunrise:before {
  content: "\f051";
}
.wi-sunset:before {
  content: "\f052";
}
.wi-moonrise:before {
  content: "\f0c9";
}
.wi-moonset:before {
  content: "\f0ca";
}
.wi-refresh:before {
  content: "\f04c";
}
.wi-refresh-alt:before {
  content: "\f04b";
}
.wi-umbrella:before {
  content: "\f084";
}
.wi-barometer:before {
  content: "\f079";
}
.wi-humidity:before {
  content: "\f07a";
}
.wi-na:before {
  content: "\f07b";
}
.wi-train:before {
  content: "\f0cb";
}
.wi-moon-new:before {
  content: "\f095";
}
.wi-moon-waxing-crescent-1:before {
  content: "\f096";
}
.wi-moon-waxing-crescent-2:before {
  content: "\f097";
}
.wi-moon-waxing-crescent-3:before {
  content: "\f098";
}
.wi-moon-waxing-crescent-4:before {
  content: "\f099";
}
.wi-moon-waxing-crescent-5:before {
  content: "\f09a";
}
.wi-moon-waxing-crescent-6:before {
  content: "\f09b";
}
.wi-moon-first-quarter:before {
  content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}
.wi-moon-full:before {
  content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}
.wi-moon-third-quarter:before {
  content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}
.wi-moon-alt-new:before {
  content: "\f0eb";
}
.wi-moon-alt-waxing-crescent-1:before {
  content: "\f0d0";
}
.wi-moon-alt-waxing-crescent-2:before {
  content: "\f0d1";
}
.wi-moon-alt-waxing-crescent-3:before {
  content: "\f0d2";
}
.wi-moon-alt-waxing-crescent-4:before {
  content: "\f0d3";
}
.wi-moon-alt-waxing-crescent-5:before {
  content: "\f0d4";
}
.wi-moon-alt-waxing-crescent-6:before {
  content: "\f0d5";
}
.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}
.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}
.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}
.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}
.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}
.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}
.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}
.wi-moon-alt-full:before {
  content: "\f0dd";
}
.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}
.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}
.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}
.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}
.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}
.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}
.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}
.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}
.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}
.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}
.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}
.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}
.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}
.wi-moon-0:before {
  content: "\f095";
}
.wi-moon-1:before {
  content: "\f096";
}
.wi-moon-2:before {
  content: "\f097";
}
.wi-moon-3:before {
  content: "\f098";
}
.wi-moon-4:before {
  content: "\f099";
}
.wi-moon-5:before {
  content: "\f09a";
}
.wi-moon-6:before {
  content: "\f09b";
}
.wi-moon-7:before {
  content: "\f09c";
}
.wi-moon-8:before {
  content: "\f09d";
}
.wi-moon-9:before {
  content: "\f09e";
}
.wi-moon-10:before {
  content: "\f09f";
}
.wi-moon-11:before {
  content: "\f0a0";
}
.wi-moon-12:before {
  content: "\f0a1";
}
.wi-moon-13:before {
  content: "\f0a2";
}
.wi-moon-14:before {
  content: "\f0a3";
}
.wi-moon-15:before {
  content: "\f0a4";
}
.wi-moon-16:before {
  content: "\f0a5";
}
.wi-moon-17:before {
  content: "\f0a6";
}
.wi-moon-18:before {
  content: "\f0a7";
}
.wi-moon-19:before {
  content: "\f0a8";
}
.wi-moon-20:before {
  content: "\f0a9";
}
.wi-moon-21:before {
  content: "\f0aa";
}
.wi-moon-22:before {
  content: "\f0ab";
}
.wi-moon-23:before {
  content: "\f0ac";
}
.wi-moon-24:before {
  content: "\f0ad";
}
.wi-moon-25:before {
  content: "\f0ae";
}
.wi-moon-26:before {
  content: "\f0af";
}
.wi-moon-27:before {
  content: "\f0b0";
}
.wi-time-1:before {
  content: "\f08a";
}
.wi-time-2:before {
  content: "\f08b";
}
.wi-time-3:before {
  content: "\f08c";
}
.wi-time-4:before {
  content: "\f08d";
}
.wi-time-5:before {
  content: "\f08e";
}
.wi-time-6:before {
  content: "\f08f";
}
.wi-time-7:before {
  content: "\f090";
}
.wi-time-8:before {
  content: "\f091";
}
.wi-time-9:before {
  content: "\f092";
}
.wi-time-10:before {
  content: "\f093";
}
.wi-time-11:before {
  content: "\f094";
}
.wi-time-12:before {
  content: "\f089";
}
.wi-direction-up:before {
  content: "\f058";
}
.wi-direction-up-right:before {
  content: "\f057";
}
.wi-direction-right:before {
  content: "\f04d";
}
.wi-direction-down-right:before {
  content: "\f088";
}
.wi-direction-down:before {
  content: "\f044";
}
.wi-direction-down-left:before {
  content: "\f043";
}
.wi-direction-left:before {
  content: "\f048";
}
.wi-direction-up-left:before {
  content: "\f087";
}
.wi-wind-beaufort-0:before {
  content: "\f0b7";
}
.wi-wind-beaufort-1:before {
  content: "\f0b8";
}
.wi-wind-beaufort-2:before {
  content: "\f0b9";
}
.wi-wind-beaufort-3:before {
  content: "\f0ba";
}
.wi-wind-beaufort-4:before {
  content: "\f0bb";
}
.wi-wind-beaufort-5:before {
  content: "\f0bc";
}
.wi-wind-beaufort-6:before {
  content: "\f0bd";
}
.wi-wind-beaufort-7:before {
  content: "\f0be";
}
.wi-wind-beaufort-8:before {
  content: "\f0bf";
}
.wi-wind-beaufort-9:before {
  content: "\f0c0";
}
.wi-wind-beaufort-10:before {
  content: "\f0c1";
}
.wi-wind-beaufort-11:before {
  content: "\f0c2";
}
.wi-wind-beaufort-12:before {
  content: "\f0c3";
}
.wi-yahoo-0:before {
  content: "\f056";
}
.wi-yahoo-1:before {
  content: "\f00e";
}
.wi-yahoo-2:before {
  content: "\f073";
}
.wi-yahoo-3:before {
  content: "\f01e";
}
.wi-yahoo-4:before {
  content: "\f01e";
}
.wi-yahoo-5:before {
  content: "\f017";
}
.wi-yahoo-6:before {
  content: "\f017";
}
.wi-yahoo-7:before {
  content: "\f017";
}
.wi-yahoo-8:before {
  content: "\f015";
}
.wi-yahoo-9:before {
  content: "\f01a";
}
.wi-yahoo-10:before {
  content: "\f015";
}
.wi-yahoo-11:before {
  content: "\f01a";
}
.wi-yahoo-12:before {
  content: "\f01a";
}
.wi-yahoo-13:before {
  content: "\f01b";
}
.wi-yahoo-14:before {
  content: "\f00a";
}
.wi-yahoo-15:before {
  content: "\f064";
}
.wi-yahoo-16:before {
  content: "\f01b";
}
.wi-yahoo-17:before {
  content: "\f015";
}
.wi-yahoo-18:before {
  content: "\f017";
}
.wi-yahoo-19:before {
  content: "\f063";
}
.wi-yahoo-20:before {
  content: "\f014";
}
.wi-yahoo-21:before {
  content: "\f021";
}
.wi-yahoo-22:before {
  content: "\f062";
}
.wi-yahoo-23:before {
  content: "\f050";
}
.wi-yahoo-24:before {
  content: "\f050";
}
.wi-yahoo-25:before {
  content: "\f076";
}
.wi-yahoo-26:before {
  content: "\f013";
}
.wi-yahoo-27:before {
  content: "\f031";
}
.wi-yahoo-28:before {
  content: "\f002";
}
.wi-yahoo-29:before {
  content: "\f031";
}
.wi-yahoo-30:before {
  content: "\f002";
}
.wi-yahoo-31:before {
  content: "\f02e";
}
.wi-yahoo-32:before {
  content: "\f00d";
}
.wi-yahoo-33:before {
  content: "\f083";
}
.wi-yahoo-34:before {
  content: "\f00c";
}
.wi-yahoo-35:before {
  content: "\f017";
}
.wi-yahoo-36:before {
  content: "\f072";
}
.wi-yahoo-37:before {
  content: "\f00e";
}
.wi-yahoo-38:before {
  content: "\f00e";
}
.wi-yahoo-39:before {
  content: "\f00e";
}
.wi-yahoo-40:before {
  content: "\f01a";
}
.wi-yahoo-41:before {
  content: "\f064";
}
.wi-yahoo-42:before {
  content: "\f01b";
}
.wi-yahoo-43:before {
  content: "\f064";
}
.wi-yahoo-44:before {
  content: "\f00c";
}
.wi-yahoo-45:before {
  content: "\f00e";
}
.wi-yahoo-46:before {
  content: "\f01b";
}
.wi-yahoo-47:before {
  content: "\f00e";
}
.wi-yahoo-3200:before {
  content: "\f077";
}
.wi-forecast-io-clear-day:before {
  content: "\f00d";
}
.wi-forecast-io-clear-night:before {
  content: "\f02e";
}
.wi-forecast-io-rain:before {
  content: "\f019";
}
.wi-forecast-io-snow:before {
  content: "\f01b";
}
.wi-forecast-io-sleet:before {
  content: "\f0b5";
}
.wi-forecast-io-wind:before {
  content: "\f050";
}
.wi-forecast-io-fog:before {
  content: "\f014";
}
.wi-forecast-io-cloudy:before {
  content: "\f013";
}
.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}
.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}
.wi-forecast-io-hail:before {
  content: "\f015";
}
.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}
.wi-forecast-io-tornado:before {
  content: "\f056";
}
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "\f055";
}
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "\f013";
}
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "\f055";
}
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "\f013";
}
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "\f014";
}
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "\f014";
}
.wi-wmo4680-10:before {
  content: "\f014";
}
.wi-wmo4680-11:before {
  content: "\f014";
}
.wi-wmo4680-12:before {
  content: "\f016";
}
.wi-wmo4680-18:before {
  content: "\f050";
}
.wi-wmo4680-20:before {
  content: "\f014";
}
.wi-wmo4680-21:before {
  content: "\f017";
}
.wi-wmo4680-22:before {
  content: "\f017";
}
.wi-wmo4680-23:before {
  content: "\f019";
}
.wi-wmo4680-24:before {
  content: "\f01b";
}
.wi-wmo4680-25:before {
  content: "\f015";
}
.wi-wmo4680-26:before {
  content: "\f01e";
}
.wi-wmo4680-27:before {
  content: "\f063";
}
.wi-wmo4680-28:before {
  content: "\f063";
}
.wi-wmo4680-29:before {
  content: "\f063";
}
.wi-wmo4680-30:before {
  content: "\f014";
}
.wi-wmo4680-31:before {
  content: "\f014";
}
.wi-wmo4680-32:before {
  content: "\f014";
}
.wi-wmo4680-33:before {
  content: "\f014";
}
.wi-wmo4680-34:before {
  content: "\f014";
}
.wi-wmo4680-35:before {
  content: "\f014";
}
.wi-wmo4680-40:before {
  content: "\f017";
}
.wi-wmo4680-41:before {
  content: "\f01c";
}
.wi-wmo4680-42:before {
  content: "\f019";
}
.wi-wmo4680-43:before {
  content: "\f01c";
}
.wi-wmo4680-44:before {
  content: "\f019";
}
.wi-wmo4680-45:before {
  content: "\f015";
}
.wi-wmo4680-46:before {
  content: "\f015";
}
.wi-wmo4680-47:before {
  content: "\f01b";
}
.wi-wmo4680-48:before {
  content: "\f01b";
}
.wi-wmo4680-50:before {
  content: "\f01c";
}
.wi-wmo4680-51:before {
  content: "\f01c";
}
.wi-wmo4680-52:before {
  content: "\f019";
}
.wi-wmo4680-53:before {
  content: "\f019";
}
.wi-wmo4680-54:before {
  content: "\f076";
}
.wi-wmo4680-55:before {
  content: "\f076";
}
.wi-wmo4680-56:before {
  content: "\f076";
}
.wi-wmo4680-57:before {
  content: "\f01c";
}
.wi-wmo4680-58:before {
  content: "\f019";
}
.wi-wmo4680-60:before {
  content: "\f01c";
}
.wi-wmo4680-61:before {
  content: "\f01c";
}
.wi-wmo4680-62:before {
  content: "\f019";
}
.wi-wmo4680-63:before {
  content: "\f019";
}
.wi-wmo4680-64:before {
  content: "\f015";
}
.wi-wmo4680-65:before {
  content: "\f015";
}
.wi-wmo4680-66:before {
  content: "\f015";
}
.wi-wmo4680-67:before {
  content: "\f017";
}
.wi-wmo4680-68:before {
  content: "\f017";
}
.wi-wmo4680-70:before {
  content: "\f01b";
}
.wi-wmo4680-71:before {
  content: "\f01b";
}
.wi-wmo4680-72:before {
  content: "\f01b";
}
.wi-wmo4680-73:before {
  content: "\f01b";
}
.wi-wmo4680-74:before {
  content: "\f076";
}
.wi-wmo4680-75:before {
  content: "\f076";
}
.wi-wmo4680-76:before {
  content: "\f076";
}
.wi-wmo4680-77:before {
  content: "\f01b";
}
.wi-wmo4680-78:before {
  content: "\f076";
}
.wi-wmo4680-80:before {
  content: "\f019";
}
.wi-wmo4680-81:before {
  content: "\f01c";
}
.wi-wmo4680-82:before {
  content: "\f019";
}
.wi-wmo4680-83:before {
  content: "\f019";
}
.wi-wmo4680-84:before {
  content: "\f01d";
}
.wi-wmo4680-85:before {
  content: "\f017";
}
.wi-wmo4680-86:before {
  content: "\f017";
}
.wi-wmo4680-87:before {
  content: "\f017";
}
.wi-wmo4680-89:before {
  content: "\f015";
}
.wi-wmo4680-90:before {
  content: "\f016";
}
.wi-wmo4680-91:before {
  content: "\f01d";
}
.wi-wmo4680-92:before {
  content: "\f01e";
}
.wi-wmo4680-93:before {
  content: "\f01e";
}
.wi-wmo4680-94:before {
  content: "\f016";
}
.wi-wmo4680-95:before {
  content: "\f01e";
}
.wi-wmo4680-96:before {
  content: "\f01e";
}
.wi-wmo4680-99:before {
  content: "\f056";
}
.wi-owm-200:before {
  content: "\f01e";
}
.wi-owm-201:before {
  content: "\f01e";
}
.wi-owm-202:before {
  content: "\f01e";
}
.wi-owm-210:before {
  content: "\f016";
}
.wi-owm-211:before {
  content: "\f016";
}
.wi-owm-212:before {
  content: "\f016";
}
.wi-owm-221:before {
  content: "\f016";
}
.wi-owm-230:before {
  content: "\f01e";
}
.wi-owm-231:before {
  content: "\f01e";
}
.wi-owm-232:before {
  content: "\f01e";
}
.wi-owm-300:before {
  content: "\f01c";
}
.wi-owm-301:before {
  content: "\f01c";
}
.wi-owm-302:before {
  content: "\f019";
}
.wi-owm-310:before {
  content: "\f017";
}
.wi-owm-311:before {
  content: "\f019";
}
.wi-owm-312:before {
  content: "\f019";
}
.wi-owm-313:before {
  content: "\f01a";
}
.wi-owm-314:before {
  content: "\f019";
}
.wi-owm-321:before {
  content: "\f01c";
}
.wi-owm-500:before {
  content: "\f01c";
}
.wi-owm-501:before {
  content: "\f019";
}
.wi-owm-502:before {
  content: "\f019";
}
.wi-owm-503:before {
  content: "\f019";
}
.wi-owm-504:before {
  content: "\f019";
}
.wi-owm-511:before {
  content: "\f017";
}
.wi-owm-520:before {
  content: "\f01a";
}
.wi-owm-521:before {
  content: "\f01a";
}
.wi-owm-522:before {
  content: "\f01a";
}
.wi-owm-531:before {
  content: "\f01d";
}
.wi-owm-600:before {
  content: "\f01b";
}
.wi-owm-601:before {
  content: "\f01b";
}
.wi-owm-602:before {
  content: "\f0b5";
}
.wi-owm-611:before {
  content: "\f017";
}
.wi-owm-612:before {
  content: "\f017";
}
.wi-owm-615:before {
  content: "\f017";
}
.wi-owm-616:before {
  content: "\f017";
}
.wi-owm-620:before {
  content: "\f017";
}
.wi-owm-621:before {
  content: "\f01b";
}
.wi-owm-622:before {
  content: "\f01b";
}
.wi-owm-701:before {
  content: "\f014";
}
.wi-owm-711:before {
  content: "\f062";
}
.wi-owm-721:before {
  content: "\f0b6";
}
.wi-owm-731:before {
  content: "\f063";
}
.wi-owm-741:before {
  content: "\f014";
}
.wi-owm-761:before {
  content: "\f063";
}
.wi-owm-762:before {
  content: "\f063";
}
.wi-owm-771:before {
  content: "\f011";
}
.wi-owm-781:before {
  content: "\f056";
}
.wi-owm-800:before {
  content: "\f00d";
}
.wi-owm-801:before {
  content: "\f041";
}
.wi-owm-802:before {
  content: "\f041";
}
.wi-owm-803:before {
  content: "\f013";
}
.wi-owm-804:before {
  content: "\f013";
}
.wi-owm-900:before {
  content: "\f056";
}
.wi-owm-901:before {
  content: "\f01d";
}
.wi-owm-902:before {
  content: "\f073";
}
.wi-owm-903:before {
  content: "\f076";
}
.wi-owm-904:before {
  content: "\f072";
}
.wi-owm-905:before {
  content: "\f021";
}
.wi-owm-906:before {
  content: "\f015";
}
.wi-owm-957:before {
  content: "\f050";
}
.wi-owm-day-200:before {
  content: "\f010";
}
.wi-owm-day-201:before {
  content: "\f010";
}
.wi-owm-day-202:before {
  content: "\f010";
}
.wi-owm-day-210:before {
  content: "\f005";
}
.wi-owm-day-211:before {
  content: "\f005";
}
.wi-owm-day-212:before {
  content: "\f005";
}
.wi-owm-day-221:before {
  content: "\f005";
}
.wi-owm-day-230:before {
  content: "\f010";
}
.wi-owm-day-231:before {
  content: "\f010";
}
.wi-owm-day-232:before {
  content: "\f010";
}
.wi-owm-day-300:before {
  content: "\f00b";
}
.wi-owm-day-301:before {
  content: "\f00b";
}
.wi-owm-day-302:before {
  content: "\f008";
}
.wi-owm-day-310:before {
  content: "\f008";
}
.wi-owm-day-311:before {
  content: "\f008";
}
.wi-owm-day-312:before {
  content: "\f008";
}
.wi-owm-day-313:before {
  content: "\f008";
}
.wi-owm-day-314:before {
  content: "\f008";
}
.wi-owm-day-321:before {
  content: "\f00b";
}
.wi-owm-day-500:before {
  content: "\f00b";
}
.wi-owm-day-501:before {
  content: "\f008";
}
.wi-owm-day-502:before {
  content: "\f008";
}
.wi-owm-day-503:before {
  content: "\f008";
}
.wi-owm-day-504:before {
  content: "\f008";
}
.wi-owm-day-511:before {
  content: "\f006";
}
.wi-owm-day-520:before {
  content: "\f009";
}
.wi-owm-day-521:before {
  content: "\f009";
}
.wi-owm-day-522:before {
  content: "\f009";
}
.wi-owm-day-531:before {
  content: "\f00e";
}
.wi-owm-day-600:before {
  content: "\f00a";
}
.wi-owm-day-601:before {
  content: "\f0b2";
}
.wi-owm-day-602:before {
  content: "\f00a";
}
.wi-owm-day-611:before {
  content: "\f006";
}
.wi-owm-day-612:before {
  content: "\f006";
}
.wi-owm-day-615:before {
  content: "\f006";
}
.wi-owm-day-616:before {
  content: "\f006";
}
.wi-owm-day-620:before {
  content: "\f006";
}
.wi-owm-day-621:before {
  content: "\f00a";
}
.wi-owm-day-622:before {
  content: "\f00a";
}
.wi-owm-day-701:before {
  content: "\f003";
}
.wi-owm-day-711:before {
  content: "\f062";
}
.wi-owm-day-721:before {
  content: "\f0b6";
}
.wi-owm-day-731:before {
  content: "\f063";
}
.wi-owm-day-741:before {
  content: "\f003";
}
.wi-owm-day-761:before {
  content: "\f063";
}
.wi-owm-day-762:before {
  content: "\f063";
}
.wi-owm-day-781:before {
  content: "\f056";
}
.wi-owm-day-800:before {
  content: "\f00d";
}
.wi-owm-day-801:before {
  content: "\f002";
}
.wi-owm-day-802:before {
  content: "\f002";
}
.wi-owm-day-803:before {
  content: "\f013";
}
.wi-owm-day-804:before {
  content: "\f013";
}
.wi-owm-day-900:before {
  content: "\f056";
}
.wi-owm-day-902:before {
  content: "\f073";
}
.wi-owm-day-903:before {
  content: "\f076";
}
.wi-owm-day-904:before {
  content: "\f072";
}
.wi-owm-day-906:before {
  content: "\f004";
}
.wi-owm-day-957:before {
  content: "\f050";
}
.wi-owm-night-200:before {
  content: "\f02d";
}
.wi-owm-night-201:before {
  content: "\f02d";
}
.wi-owm-night-202:before {
  content: "\f02d";
}
.wi-owm-night-210:before {
  content: "\f025";
}
.wi-owm-night-211:before {
  content: "\f025";
}
.wi-owm-night-212:before {
  content: "\f025";
}
.wi-owm-night-221:before {
  content: "\f025";
}
.wi-owm-night-230:before {
  content: "\f02d";
}
.wi-owm-night-231:before {
  content: "\f02d";
}
.wi-owm-night-232:before {
  content: "\f02d";
}
.wi-owm-night-300:before {
  content: "\f02b";
}
.wi-owm-night-301:before {
  content: "\f02b";
}
.wi-owm-night-302:before {
  content: "\f028";
}
.wi-owm-night-310:before {
  content: "\f028";
}
.wi-owm-night-311:before {
  content: "\f028";
}
.wi-owm-night-312:before {
  content: "\f028";
}
.wi-owm-night-313:before {
  content: "\f028";
}
.wi-owm-night-314:before {
  content: "\f028";
}
.wi-owm-night-321:before {
  content: "\f02b";
}
.wi-owm-night-500:before {
  content: "\f02b";
}
.wi-owm-night-501:before {
  content: "\f028";
}
.wi-owm-night-502:before {
  content: "\f028";
}
.wi-owm-night-503:before {
  content: "\f028";
}
.wi-owm-night-504:before {
  content: "\f028";
}
.wi-owm-night-511:before {
  content: "\f026";
}
.wi-owm-night-520:before {
  content: "\f029";
}
.wi-owm-night-521:before {
  content: "\f029";
}
.wi-owm-night-522:before {
  content: "\f029";
}
.wi-owm-night-531:before {
  content: "\f02c";
}
.wi-owm-night-600:before {
  content: "\f02a";
}
.wi-owm-night-601:before {
  content: "\f0b4";
}
.wi-owm-night-602:before {
  content: "\f02a";
}
.wi-owm-night-611:before {
  content: "\f026";
}
.wi-owm-night-612:before {
  content: "\f026";
}
.wi-owm-night-615:before {
  content: "\f026";
}
.wi-owm-night-616:before {
  content: "\f026";
}
.wi-owm-night-620:before {
  content: "\f026";
}
.wi-owm-night-621:before {
  content: "\f02a";
}
.wi-owm-night-622:before {
  content: "\f02a";
}
.wi-owm-night-701:before {
  content: "\f04a";
}
.wi-owm-night-711:before {
  content: "\f062";
}
.wi-owm-night-721:before {
  content: "\f0b6";
}
.wi-owm-night-731:before {
  content: "\f063";
}
.wi-owm-night-741:before {
  content: "\f04a";
}
.wi-owm-night-761:before {
  content: "\f063";
}
.wi-owm-night-762:before {
  content: "\f063";
}
.wi-owm-night-781:before {
  content: "\f056";
}
.wi-owm-night-800:before {
  content: "\f02e";
}
.wi-owm-night-801:before {
  content: "\f081";
}
.wi-owm-night-802:before {
  content: "\f086";
}
.wi-owm-night-803:before {
  content: "\f013";
}
.wi-owm-night-804:before {
  content: "\f013";
}
.wi-owm-night-900:before {
  content: "\f056";
}
.wi-owm-night-902:before {
  content: "\f073";
}
.wi-owm-night-903:before {
  content: "\f076";
}
.wi-owm-night-904:before {
  content: "\f072";
}
.wi-owm-night-906:before {
  content: "\f024";
}
.wi-owm-night-957:before {
  content: "\f050";
}
.wi-wu-chanceflurries:before {
  content: "\f064";
}
.wi-wu-chancerain:before {
  content: "\f019";
}
.wi-wu-chancesleat:before {
  content: "\f0b5";
}
.wi-wu-chancesnow:before {
  content: "\f01b";
}
.wi-wu-chancetstorms:before {
  content: "\f01e";
}
.wi-wu-clear:before {
  content: "\f00d";
}
.wi-wu-cloudy:before {
  content: "\f002";
}
.wi-wu-flurries:before {
  content: "\f064";
}
.wi-wu-hazy:before {
  content: "\f0b6";
}
.wi-wu-mostlycloudy:before {
  content: "\f002";
}
.wi-wu-mostlysunny:before {
  content: "\f00d";
}
.wi-wu-partlycloudy:before {
  content: "\f002";
}
.wi-wu-partlysunny:before {
  content: "\f00d";
}
.wi-wu-rain:before {
  content: "\f01a";
}
.wi-wu-sleat:before {
  content: "\f0b5";
}
.wi-wu-snow:before {
  content: "\f01b";
}
.wi-wu-sunny:before {
  content: "\f00d";
}
.wi-wu-tstorms:before {
  content: "\f01e";
}
.wi-wu-unknown:before {
  content: "\f00d";
}

/* src/assets/iconfonts/bootstrap-icons/icons/font/bootstrap-icons.css */
@font-face {
  font-family: "bootstrap-icons";
  src: url("./media/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), url("./media/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
}
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-alarm-fill::before {
  content: "\f101";
}
.bi-alarm::before {
  content: "\f102";
}
.bi-align-bottom::before {
  content: "\f103";
}
.bi-align-center::before {
  content: "\f104";
}
.bi-align-end::before {
  content: "\f105";
}
.bi-align-middle::before {
  content: "\f106";
}
.bi-align-start::before {
  content: "\f107";
}
.bi-align-top::before {
  content: "\f108";
}
.bi-alt::before {
  content: "\f109";
}
.bi-app-indicator::before {
  content: "\f10a";
}
.bi-app::before {
  content: "\f10b";
}
.bi-archive-fill::before {
  content: "\f10c";
}
.bi-archive::before {
  content: "\f10d";
}
.bi-arrow-90deg-down::before {
  content: "\f10e";
}
.bi-arrow-90deg-left::before {
  content: "\f10f";
}
.bi-arrow-90deg-right::before {
  content: "\f110";
}
.bi-arrow-90deg-up::before {
  content: "\f111";
}
.bi-arrow-bar-down::before {
  content: "\f112";
}
.bi-arrow-bar-left::before {
  content: "\f113";
}
.bi-arrow-bar-right::before {
  content: "\f114";
}
.bi-arrow-bar-up::before {
  content: "\f115";
}
.bi-arrow-clockwise::before {
  content: "\f116";
}
.bi-arrow-counterclockwise::before {
  content: "\f117";
}
.bi-arrow-down-circle-fill::before {
  content: "\f118";
}
.bi-arrow-down-circle::before {
  content: "\f119";
}
.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}
.bi-arrow-down-left-circle::before {
  content: "\f11b";
}
.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}
.bi-arrow-down-left-square::before {
  content: "\f11d";
}
.bi-arrow-down-left::before {
  content: "\f11e";
}
.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}
.bi-arrow-down-right-circle::before {
  content: "\f120";
}
.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}
.bi-arrow-down-right-square::before {
  content: "\f122";
}
.bi-arrow-down-right::before {
  content: "\f123";
}
.bi-arrow-down-short::before {
  content: "\f124";
}
.bi-arrow-down-square-fill::before {
  content: "\f125";
}
.bi-arrow-down-square::before {
  content: "\f126";
}
.bi-arrow-down-up::before {
  content: "\f127";
}
.bi-arrow-down::before {
  content: "\f128";
}
.bi-arrow-left-circle-fill::before {
  content: "\f129";
}
.bi-arrow-left-circle::before {
  content: "\f12a";
}
.bi-arrow-left-right::before {
  content: "\f12b";
}
.bi-arrow-left-short::before {
  content: "\f12c";
}
.bi-arrow-left-square-fill::before {
  content: "\f12d";
}
.bi-arrow-left-square::before {
  content: "\f12e";
}
.bi-arrow-left::before {
  content: "\f12f";
}
.bi-arrow-repeat::before {
  content: "\f130";
}
.bi-arrow-return-left::before {
  content: "\f131";
}
.bi-arrow-return-right::before {
  content: "\f132";
}
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.bi-arrow-right-circle::before {
  content: "\f134";
}
.bi-arrow-right-short::before {
  content: "\f135";
}
.bi-arrow-right-square-fill::before {
  content: "\f136";
}
.bi-arrow-right-square::before {
  content: "\f137";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-arrow-up-circle-fill::before {
  content: "\f139";
}
.bi-arrow-up-circle::before {
  content: "\f13a";
}
.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}
.bi-arrow-up-left-circle::before {
  content: "\f13c";
}
.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}
.bi-arrow-up-left-square::before {
  content: "\f13e";
}
.bi-arrow-up-left::before {
  content: "\f13f";
}
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}
.bi-arrow-up-right-circle::before {
  content: "\f141";
}
.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}
.bi-arrow-up-right-square::before {
  content: "\f143";
}
.bi-arrow-up-right::before {
  content: "\f144";
}
.bi-arrow-up-short::before {
  content: "\f145";
}
.bi-arrow-up-square-fill::before {
  content: "\f146";
}
.bi-arrow-up-square::before {
  content: "\f147";
}
.bi-arrow-up::before {
  content: "\f148";
}
.bi-arrows-angle-contract::before {
  content: "\f149";
}
.bi-arrows-angle-expand::before {
  content: "\f14a";
}
.bi-arrows-collapse::before {
  content: "\f14b";
}
.bi-arrows-expand::before {
  content: "\f14c";
}
.bi-arrows-fullscreen::before {
  content: "\f14d";
}
.bi-arrows-move::before {
  content: "\f14e";
}
.bi-aspect-ratio-fill::before {
  content: "\f14f";
}
.bi-aspect-ratio::before {
  content: "\f150";
}
.bi-asterisk::before {
  content: "\f151";
}
.bi-at::before {
  content: "\f152";
}
.bi-award-fill::before {
  content: "\f153";
}
.bi-award::before {
  content: "\f154";
}
.bi-back::before {
  content: "\f155";
}
.bi-backspace-fill::before {
  content: "\f156";
}
.bi-backspace-reverse-fill::before {
  content: "\f157";
}
.bi-backspace-reverse::before {
  content: "\f158";
}
.bi-backspace::before {
  content: "\f159";
}
.bi-badge-3d-fill::before {
  content: "\f15a";
}
.bi-badge-3d::before {
  content: "\f15b";
}
.bi-badge-4k-fill::before {
  content: "\f15c";
}
.bi-badge-4k::before {
  content: "\f15d";
}
.bi-badge-8k-fill::before {
  content: "\f15e";
}
.bi-badge-8k::before {
  content: "\f15f";
}
.bi-badge-ad-fill::before {
  content: "\f160";
}
.bi-badge-ad::before {
  content: "\f161";
}
.bi-badge-ar-fill::before {
  content: "\f162";
}
.bi-badge-ar::before {
  content: "\f163";
}
.bi-badge-cc-fill::before {
  content: "\f164";
}
.bi-badge-cc::before {
  content: "\f165";
}
.bi-badge-hd-fill::before {
  content: "\f166";
}
.bi-badge-hd::before {
  content: "\f167";
}
.bi-badge-tm-fill::before {
  content: "\f168";
}
.bi-badge-tm::before {
  content: "\f169";
}
.bi-badge-vo-fill::before {
  content: "\f16a";
}
.bi-badge-vo::before {
  content: "\f16b";
}
.bi-badge-vr-fill::before {
  content: "\f16c";
}
.bi-badge-vr::before {
  content: "\f16d";
}
.bi-badge-wc-fill::before {
  content: "\f16e";
}
.bi-badge-wc::before {
  content: "\f16f";
}
.bi-bag-check-fill::before {
  content: "\f170";
}
.bi-bag-check::before {
  content: "\f171";
}
.bi-bag-dash-fill::before {
  content: "\f172";
}
.bi-bag-dash::before {
  content: "\f173";
}
.bi-bag-fill::before {
  content: "\f174";
}
.bi-bag-plus-fill::before {
  content: "\f175";
}
.bi-bag-plus::before {
  content: "\f176";
}
.bi-bag-x-fill::before {
  content: "\f177";
}
.bi-bag-x::before {
  content: "\f178";
}
.bi-bag::before {
  content: "\f179";
}
.bi-bar-chart-fill::before {
  content: "\f17a";
}
.bi-bar-chart-line-fill::before {
  content: "\f17b";
}
.bi-bar-chart-line::before {
  content: "\f17c";
}
.bi-bar-chart-steps::before {
  content: "\f17d";
}
.bi-bar-chart::before {
  content: "\f17e";
}
.bi-basket-fill::before {
  content: "\f17f";
}
.bi-basket::before {
  content: "\f180";
}
.bi-basket2-fill::before {
  content: "\f181";
}
.bi-basket2::before {
  content: "\f182";
}
.bi-basket3-fill::before {
  content: "\f183";
}
.bi-basket3::before {
  content: "\f184";
}
.bi-battery-charging::before {
  content: "\f185";
}
.bi-battery-full::before {
  content: "\f186";
}
.bi-battery-half::before {
  content: "\f187";
}
.bi-battery::before {
  content: "\f188";
}
.bi-bell-fill::before {
  content: "\f189";
}
.bi-bell::before {
  content: "\f18a";
}
.bi-bezier::before {
  content: "\f18b";
}
.bi-bezier2::before {
  content: "\f18c";
}
.bi-bicycle::before {
  content: "\f18d";
}
.bi-binoculars-fill::before {
  content: "\f18e";
}
.bi-binoculars::before {
  content: "\f18f";
}
.bi-blockquote-left::before {
  content: "\f190";
}
.bi-blockquote-right::before {
  content: "\f191";
}
.bi-book-fill::before {
  content: "\f192";
}
.bi-book-half::before {
  content: "\f193";
}
.bi-book::before {
  content: "\f194";
}
.bi-bookmark-check-fill::before {
  content: "\f195";
}
.bi-bookmark-check::before {
  content: "\f196";
}
.bi-bookmark-dash-fill::before {
  content: "\f197";
}
.bi-bookmark-dash::before {
  content: "\f198";
}
.bi-bookmark-fill::before {
  content: "\f199";
}
.bi-bookmark-heart-fill::before {
  content: "\f19a";
}
.bi-bookmark-heart::before {
  content: "\f19b";
}
.bi-bookmark-plus-fill::before {
  content: "\f19c";
}
.bi-bookmark-plus::before {
  content: "\f19d";
}
.bi-bookmark-star-fill::before {
  content: "\f19e";
}
.bi-bookmark-star::before {
  content: "\f19f";
}
.bi-bookmark-x-fill::before {
  content: "\f1a0";
}
.bi-bookmark-x::before {
  content: "\f1a1";
}
.bi-bookmark::before {
  content: "\f1a2";
}
.bi-bookmarks-fill::before {
  content: "\f1a3";
}
.bi-bookmarks::before {
  content: "\f1a4";
}
.bi-bookshelf::before {
  content: "\f1a5";
}
.bi-bootstrap-fill::before {
  content: "\f1a6";
}
.bi-bootstrap-reboot::before {
  content: "\f1a7";
}
.bi-bootstrap::before {
  content: "\f1a8";
}
.bi-border-all::before {
  content: "\f1a9";
}
.bi-border-bottom::before {
  content: "\f1aa";
}
.bi-border-center::before {
  content: "\f1ab";
}
.bi-border-inner::before {
  content: "\f1ac";
}
.bi-border-left::before {
  content: "\f1ad";
}
.bi-border-middle::before {
  content: "\f1ae";
}
.bi-border-outer::before {
  content: "\f1af";
}
.bi-border-right::before {
  content: "\f1b0";
}
.bi-border-style::before {
  content: "\f1b1";
}
.bi-border-top::before {
  content: "\f1b2";
}
.bi-border-width::before {
  content: "\f1b3";
}
.bi-border::before {
  content: "\f1b4";
}
.bi-bounding-box-circles::before {
  content: "\f1b5";
}
.bi-bounding-box::before {
  content: "\f1b6";
}
.bi-box-arrow-down-left::before {
  content: "\f1b7";
}
.bi-box-arrow-down-right::before {
  content: "\f1b8";
}
.bi-box-arrow-down::before {
  content: "\f1b9";
}
.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}
.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}
.bi-box-arrow-in-down::before {
  content: "\f1bc";
}
.bi-box-arrow-in-left::before {
  content: "\f1bd";
}
.bi-box-arrow-in-right::before {
  content: "\f1be";
}
.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}
.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}
.bi-box-arrow-in-up::before {
  content: "\f1c1";
}
.bi-box-arrow-left::before {
  content: "\f1c2";
}
.bi-box-arrow-right::before {
  content: "\f1c3";
}
.bi-box-arrow-up-left::before {
  content: "\f1c4";
}
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.bi-box-arrow-up::before {
  content: "\f1c6";
}
.bi-box-seam::before {
  content: "\f1c7";
}
.bi-box::before {
  content: "\f1c8";
}
.bi-braces::before {
  content: "\f1c9";
}
.bi-bricks::before {
  content: "\f1ca";
}
.bi-briefcase-fill::before {
  content: "\f1cb";
}
.bi-briefcase::before {
  content: "\f1cc";
}
.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}
.bi-brightness-alt-high::before {
  content: "\f1ce";
}
.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}
.bi-brightness-alt-low::before {
  content: "\f1d0";
}
.bi-brightness-high-fill::before {
  content: "\f1d1";
}
.bi-brightness-high::before {
  content: "\f1d2";
}
.bi-brightness-low-fill::before {
  content: "\f1d3";
}
.bi-brightness-low::before {
  content: "\f1d4";
}
.bi-broadcast-pin::before {
  content: "\f1d5";
}
.bi-broadcast::before {
  content: "\f1d6";
}
.bi-brush-fill::before {
  content: "\f1d7";
}
.bi-brush::before {
  content: "\f1d8";
}
.bi-bucket-fill::before {
  content: "\f1d9";
}
.bi-bucket::before {
  content: "\f1da";
}
.bi-bug-fill::before {
  content: "\f1db";
}
.bi-bug::before {
  content: "\f1dc";
}
.bi-building::before {
  content: "\f1dd";
}
.bi-bullseye::before {
  content: "\f1de";
}
.bi-calculator-fill::before {
  content: "\f1df";
}
.bi-calculator::before {
  content: "\f1e0";
}
.bi-calendar-check-fill::before {
  content: "\f1e1";
}
.bi-calendar-check::before {
  content: "\f1e2";
}
.bi-calendar-date-fill::before {
  content: "\f1e3";
}
.bi-calendar-date::before {
  content: "\f1e4";
}
.bi-calendar-day-fill::before {
  content: "\f1e5";
}
.bi-calendar-day::before {
  content: "\f1e6";
}
.bi-calendar-event-fill::before {
  content: "\f1e7";
}
.bi-calendar-event::before {
  content: "\f1e8";
}
.bi-calendar-fill::before {
  content: "\f1e9";
}
.bi-calendar-minus-fill::before {
  content: "\f1ea";
}
.bi-calendar-minus::before {
  content: "\f1eb";
}
.bi-calendar-month-fill::before {
  content: "\f1ec";
}
.bi-calendar-month::before {
  content: "\f1ed";
}
.bi-calendar-plus-fill::before {
  content: "\f1ee";
}
.bi-calendar-plus::before {
  content: "\f1ef";
}
.bi-calendar-range-fill::before {
  content: "\f1f0";
}
.bi-calendar-range::before {
  content: "\f1f1";
}
.bi-calendar-week-fill::before {
  content: "\f1f2";
}
.bi-calendar-week::before {
  content: "\f1f3";
}
.bi-calendar-x-fill::before {
  content: "\f1f4";
}
.bi-calendar-x::before {
  content: "\f1f5";
}
.bi-calendar::before {
  content: "\f1f6";
}
.bi-calendar2-check-fill::before {
  content: "\f1f7";
}
.bi-calendar2-check::before {
  content: "\f1f8";
}
.bi-calendar2-date-fill::before {
  content: "\f1f9";
}
.bi-calendar2-date::before {
  content: "\f1fa";
}
.bi-calendar2-day-fill::before {
  content: "\f1fb";
}
.bi-calendar2-day::before {
  content: "\f1fc";
}
.bi-calendar2-event-fill::before {
  content: "\f1fd";
}
.bi-calendar2-event::before {
  content: "\f1fe";
}
.bi-calendar2-fill::before {
  content: "\f1ff";
}
.bi-calendar2-minus-fill::before {
  content: "\f200";
}
.bi-calendar2-minus::before {
  content: "\f201";
}
.bi-calendar2-month-fill::before {
  content: "\f202";
}
.bi-calendar2-month::before {
  content: "\f203";
}
.bi-calendar2-plus-fill::before {
  content: "\f204";
}
.bi-calendar2-plus::before {
  content: "\f205";
}
.bi-calendar2-range-fill::before {
  content: "\f206";
}
.bi-calendar2-range::before {
  content: "\f207";
}
.bi-calendar2-week-fill::before {
  content: "\f208";
}
.bi-calendar2-week::before {
  content: "\f209";
}
.bi-calendar2-x-fill::before {
  content: "\f20a";
}
.bi-calendar2-x::before {
  content: "\f20b";
}
.bi-calendar2::before {
  content: "\f20c";
}
.bi-calendar3-event-fill::before {
  content: "\f20d";
}
.bi-calendar3-event::before {
  content: "\f20e";
}
.bi-calendar3-fill::before {
  content: "\f20f";
}
.bi-calendar3-range-fill::before {
  content: "\f210";
}
.bi-calendar3-range::before {
  content: "\f211";
}
.bi-calendar3-week-fill::before {
  content: "\f212";
}
.bi-calendar3-week::before {
  content: "\f213";
}
.bi-calendar3::before {
  content: "\f214";
}
.bi-calendar4-event::before {
  content: "\f215";
}
.bi-calendar4-range::before {
  content: "\f216";
}
.bi-calendar4-week::before {
  content: "\f217";
}
.bi-calendar4::before {
  content: "\f218";
}
.bi-camera-fill::before {
  content: "\f219";
}
.bi-camera-reels-fill::before {
  content: "\f21a";
}
.bi-camera-reels::before {
  content: "\f21b";
}
.bi-camera-video-fill::before {
  content: "\f21c";
}
.bi-camera-video-off-fill::before {
  content: "\f21d";
}
.bi-camera-video-off::before {
  content: "\f21e";
}
.bi-camera-video::before {
  content: "\f21f";
}
.bi-camera::before {
  content: "\f220";
}
.bi-camera2::before {
  content: "\f221";
}
.bi-capslock-fill::before {
  content: "\f222";
}
.bi-capslock::before {
  content: "\f223";
}
.bi-card-checklist::before {
  content: "\f224";
}
.bi-card-heading::before {
  content: "\f225";
}
.bi-card-image::before {
  content: "\f226";
}
.bi-card-list::before {
  content: "\f227";
}
.bi-card-text::before {
  content: "\f228";
}
.bi-caret-down-fill::before {
  content: "\f229";
}
.bi-caret-down-square-fill::before {
  content: "\f22a";
}
.bi-caret-down-square::before {
  content: "\f22b";
}
.bi-caret-down::before {
  content: "\f22c";
}
.bi-caret-left-fill::before {
  content: "\f22d";
}
.bi-caret-left-square-fill::before {
  content: "\f22e";
}
.bi-caret-left-square::before {
  content: "\f22f";
}
.bi-caret-left::before {
  content: "\f230";
}
.bi-caret-right-fill::before {
  content: "\f231";
}
.bi-caret-right-square-fill::before {
  content: "\f232";
}
.bi-caret-right-square::before {
  content: "\f233";
}
.bi-caret-right::before {
  content: "\f234";
}
.bi-caret-up-fill::before {
  content: "\f235";
}
.bi-caret-up-square-fill::before {
  content: "\f236";
}
.bi-caret-up-square::before {
  content: "\f237";
}
.bi-caret-up::before {
  content: "\f238";
}
.bi-cart-check-fill::before {
  content: "\f239";
}
.bi-cart-check::before {
  content: "\f23a";
}
.bi-cart-dash-fill::before {
  content: "\f23b";
}
.bi-cart-dash::before {
  content: "\f23c";
}
.bi-cart-fill::before {
  content: "\f23d";
}
.bi-cart-plus-fill::before {
  content: "\f23e";
}
.bi-cart-plus::before {
  content: "\f23f";
}
.bi-cart-x-fill::before {
  content: "\f240";
}
.bi-cart-x::before {
  content: "\f241";
}
.bi-cart::before {
  content: "\f242";
}
.bi-cart2::before {
  content: "\f243";
}
.bi-cart3::before {
  content: "\f244";
}
.bi-cart4::before {
  content: "\f245";
}
.bi-cash-stack::before {
  content: "\f246";
}
.bi-cash::before {
  content: "\f247";
}
.bi-cast::before {
  content: "\f248";
}
.bi-chat-dots-fill::before {
  content: "\f249";
}
.bi-chat-dots::before {
  content: "\f24a";
}
.bi-chat-fill::before {
  content: "\f24b";
}
.bi-chat-left-dots-fill::before {
  content: "\f24c";
}
.bi-chat-left-dots::before {
  content: "\f24d";
}
.bi-chat-left-fill::before {
  content: "\f24e";
}
.bi-chat-left-quote-fill::before {
  content: "\f24f";
}
.bi-chat-left-quote::before {
  content: "\f250";
}
.bi-chat-left-text-fill::before {
  content: "\f251";
}
.bi-chat-left-text::before {
  content: "\f252";
}
.bi-chat-left::before {
  content: "\f253";
}
.bi-chat-quote-fill::before {
  content: "\f254";
}
.bi-chat-quote::before {
  content: "\f255";
}
.bi-chat-right-dots-fill::before {
  content: "\f256";
}
.bi-chat-right-dots::before {
  content: "\f257";
}
.bi-chat-right-fill::before {
  content: "\f258";
}
.bi-chat-right-quote-fill::before {
  content: "\f259";
}
.bi-chat-right-quote::before {
  content: "\f25a";
}
.bi-chat-right-text-fill::before {
  content: "\f25b";
}
.bi-chat-right-text::before {
  content: "\f25c";
}
.bi-chat-right::before {
  content: "\f25d";
}
.bi-chat-square-dots-fill::before {
  content: "\f25e";
}
.bi-chat-square-dots::before {
  content: "\f25f";
}
.bi-chat-square-fill::before {
  content: "\f260";
}
.bi-chat-square-quote-fill::before {
  content: "\f261";
}
.bi-chat-square-quote::before {
  content: "\f262";
}
.bi-chat-square-text-fill::before {
  content: "\f263";
}
.bi-chat-square-text::before {
  content: "\f264";
}
.bi-chat-square::before {
  content: "\f265";
}
.bi-chat-text-fill::before {
  content: "\f266";
}
.bi-chat-text::before {
  content: "\f267";
}
.bi-chat::before {
  content: "\f268";
}
.bi-check-all::before {
  content: "\f269";
}
.bi-check-circle-fill::before {
  content: "\f26a";
}
.bi-check-circle::before {
  content: "\f26b";
}
.bi-check-square-fill::before {
  content: "\f26c";
}
.bi-check-square::before {
  content: "\f26d";
}
.bi-check::before {
  content: "\f26e";
}
.bi-check2-all::before {
  content: "\f26f";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-check2-square::before {
  content: "\f271";
}
.bi-check2::before {
  content: "\f272";
}
.bi-chevron-bar-contract::before {
  content: "\f273";
}
.bi-chevron-bar-down::before {
  content: "\f274";
}
.bi-chevron-bar-expand::before {
  content: "\f275";
}
.bi-chevron-bar-left::before {
  content: "\f276";
}
.bi-chevron-bar-right::before {
  content: "\f277";
}
.bi-chevron-bar-up::before {
  content: "\f278";
}
.bi-chevron-compact-down::before {
  content: "\f279";
}
.bi-chevron-compact-left::before {
  content: "\f27a";
}
.bi-chevron-compact-right::before {
  content: "\f27b";
}
.bi-chevron-compact-up::before {
  content: "\f27c";
}
.bi-chevron-contract::before {
  content: "\f27d";
}
.bi-chevron-double-down::before {
  content: "\f27e";
}
.bi-chevron-double-left::before {
  content: "\f27f";
}
.bi-chevron-double-right::before {
  content: "\f280";
}
.bi-chevron-double-up::before {
  content: "\f281";
}
.bi-chevron-down::before {
  content: "\f282";
}
.bi-chevron-expand::before {
  content: "\f283";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-chevron-up::before {
  content: "\f286";
}
.bi-circle-fill::before {
  content: "\f287";
}
.bi-circle-half::before {
  content: "\f288";
}
.bi-circle-square::before {
  content: "\f289";
}
.bi-circle::before {
  content: "\f28a";
}
.bi-clipboard-check::before {
  content: "\f28b";
}
.bi-clipboard-data::before {
  content: "\f28c";
}
.bi-clipboard-minus::before {
  content: "\f28d";
}
.bi-clipboard-plus::before {
  content: "\f28e";
}
.bi-clipboard-x::before {
  content: "\f28f";
}
.bi-clipboard::before {
  content: "\f290";
}
.bi-clock-fill::before {
  content: "\f291";
}
.bi-clock-history::before {
  content: "\f292";
}
.bi-clock::before {
  content: "\f293";
}
.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}
.bi-cloud-arrow-down::before {
  content: "\f295";
}
.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}
.bi-cloud-arrow-up::before {
  content: "\f297";
}
.bi-cloud-check-fill::before {
  content: "\f298";
}
.bi-cloud-check::before {
  content: "\f299";
}
.bi-cloud-download-fill::before {
  content: "\f29a";
}
.bi-cloud-download::before {
  content: "\f29b";
}
.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}
.bi-cloud-drizzle::before {
  content: "\f29d";
}
.bi-cloud-fill::before {
  content: "\f29e";
}
.bi-cloud-fog-fill::before {
  content: "\f29f";
}
.bi-cloud-fog::before {
  content: "\f2a0";
}
.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}
.bi-cloud-fog2::before {
  content: "\f2a2";
}
.bi-cloud-hail-fill::before {
  content: "\f2a3";
}
.bi-cloud-hail::before {
  content: "\f2a4";
}
.bi-cloud-haze-1::before {
  content: "\f2a5";
}
.bi-cloud-haze-fill::before {
  content: "\f2a6";
}
.bi-cloud-haze::before {
  content: "\f2a7";
}
.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}
.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}
.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}
.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}
.bi-cloud-lightning::before {
  content: "\f2ac";
}
.bi-cloud-minus-fill::before {
  content: "\f2ad";
}
.bi-cloud-minus::before {
  content: "\f2ae";
}
.bi-cloud-moon-fill::before {
  content: "\f2af";
}
.bi-cloud-moon::before {
  content: "\f2b0";
}
.bi-cloud-plus-fill::before {
  content: "\f2b1";
}
.bi-cloud-plus::before {
  content: "\f2b2";
}
.bi-cloud-rain-fill::before {
  content: "\f2b3";
}
.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}
.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}
.bi-cloud-rain::before {
  content: "\f2b6";
}
.bi-cloud-slash-fill::before {
  content: "\f2b7";
}
.bi-cloud-slash::before {
  content: "\f2b8";
}
.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}
.bi-cloud-sleet::before {
  content: "\f2ba";
}
.bi-cloud-snow-fill::before {
  content: "\f2bb";
}
.bi-cloud-snow::before {
  content: "\f2bc";
}
.bi-cloud-sun-fill::before {
  content: "\f2bd";
}
.bi-cloud-sun::before {
  content: "\f2be";
}
.bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.bi-cloud-upload::before {
  content: "\f2c0";
}
.bi-cloud::before {
  content: "\f2c1";
}
.bi-clouds-fill::before {
  content: "\f2c2";
}
.bi-clouds::before {
  content: "\f2c3";
}
.bi-cloudy-fill::before {
  content: "\f2c4";
}
.bi-cloudy::before {
  content: "\f2c5";
}
.bi-code-slash::before {
  content: "\f2c6";
}
.bi-code-square::before {
  content: "\f2c7";
}
.bi-code::before {
  content: "\f2c8";
}
.bi-collection-fill::before {
  content: "\f2c9";
}
.bi-collection-play-fill::before {
  content: "\f2ca";
}
.bi-collection-play::before {
  content: "\f2cb";
}
.bi-collection::before {
  content: "\f2cc";
}
.bi-columns-gap::before {
  content: "\f2cd";
}
.bi-columns::before {
  content: "\f2ce";
}
.bi-command::before {
  content: "\f2cf";
}
.bi-compass-fill::before {
  content: "\f2d0";
}
.bi-compass::before {
  content: "\f2d1";
}
.bi-cone-striped::before {
  content: "\f2d2";
}
.bi-cone::before {
  content: "\f2d3";
}
.bi-controller::before {
  content: "\f2d4";
}
.bi-cpu-fill::before {
  content: "\f2d5";
}
.bi-cpu::before {
  content: "\f2d6";
}
.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}
.bi-credit-card-2-back::before {
  content: "\f2d8";
}
.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}
.bi-credit-card-2-front::before {
  content: "\f2da";
}
.bi-credit-card-fill::before {
  content: "\f2db";
}
.bi-credit-card::before {
  content: "\f2dc";
}
.bi-crop::before {
  content: "\f2dd";
}
.bi-cup-fill::before {
  content: "\f2de";
}
.bi-cup-straw::before {
  content: "\f2df";
}
.bi-cup::before {
  content: "\f2e0";
}
.bi-cursor-fill::before {
  content: "\f2e1";
}
.bi-cursor-text::before {
  content: "\f2e2";
}
.bi-cursor::before {
  content: "\f2e3";
}
.bi-dash-circle-dotted::before {
  content: "\f2e4";
}
.bi-dash-circle-fill::before {
  content: "\f2e5";
}
.bi-dash-circle::before {
  content: "\f2e6";
}
.bi-dash-square-dotted::before {
  content: "\f2e7";
}
.bi-dash-square-fill::before {
  content: "\f2e8";
}
.bi-dash-square::before {
  content: "\f2e9";
}
.bi-dash::before {
  content: "\f2ea";
}
.bi-diagram-2-fill::before {
  content: "\f2eb";
}
.bi-diagram-2::before {
  content: "\f2ec";
}
.bi-diagram-3-fill::before {
  content: "\f2ed";
}
.bi-diagram-3::before {
  content: "\f2ee";
}
.bi-diamond-fill::before {
  content: "\f2ef";
}
.bi-diamond-half::before {
  content: "\f2f0";
}
.bi-diamond::before {
  content: "\f2f1";
}
.bi-dice-1-fill::before {
  content: "\f2f2";
}
.bi-dice-1::before {
  content: "\f2f3";
}
.bi-dice-2-fill::before {
  content: "\f2f4";
}
.bi-dice-2::before {
  content: "\f2f5";
}
.bi-dice-3-fill::before {
  content: "\f2f6";
}
.bi-dice-3::before {
  content: "\f2f7";
}
.bi-dice-4-fill::before {
  content: "\f2f8";
}
.bi-dice-4::before {
  content: "\f2f9";
}
.bi-dice-5-fill::before {
  content: "\f2fa";
}
.bi-dice-5::before {
  content: "\f2fb";
}
.bi-dice-6-fill::before {
  content: "\f2fc";
}
.bi-dice-6::before {
  content: "\f2fd";
}
.bi-disc-fill::before {
  content: "\f2fe";
}
.bi-disc::before {
  content: "\f2ff";
}
.bi-discord::before {
  content: "\f300";
}
.bi-display-fill::before {
  content: "\f301";
}
.bi-display::before {
  content: "\f302";
}
.bi-distribute-horizontal::before {
  content: "\f303";
}
.bi-distribute-vertical::before {
  content: "\f304";
}
.bi-door-closed-fill::before {
  content: "\f305";
}
.bi-door-closed::before {
  content: "\f306";
}
.bi-door-open-fill::before {
  content: "\f307";
}
.bi-door-open::before {
  content: "\f308";
}
.bi-dot::before {
  content: "\f309";
}
.bi-download::before {
  content: "\f30a";
}
.bi-droplet-fill::before {
  content: "\f30b";
}
.bi-droplet-half::before {
  content: "\f30c";
}
.bi-droplet::before {
  content: "\f30d";
}
.bi-earbuds::before {
  content: "\f30e";
}
.bi-easel-fill::before {
  content: "\f30f";
}
.bi-easel::before {
  content: "\f310";
}
.bi-egg-fill::before {
  content: "\f311";
}
.bi-egg-fried::before {
  content: "\f312";
}
.bi-egg::before {
  content: "\f313";
}
.bi-eject-fill::before {
  content: "\f314";
}
.bi-eject::before {
  content: "\f315";
}
.bi-emoji-angry-fill::before {
  content: "\f316";
}
.bi-emoji-angry::before {
  content: "\f317";
}
.bi-emoji-dizzy-fill::before {
  content: "\f318";
}
.bi-emoji-dizzy::before {
  content: "\f319";
}
.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}
.bi-emoji-expressionless::before {
  content: "\f31b";
}
.bi-emoji-frown-fill::before {
  content: "\f31c";
}
.bi-emoji-frown::before {
  content: "\f31d";
}
.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}
.bi-emoji-heart-eyes::before {
  content: "\f31f";
}
.bi-emoji-laughing-fill::before {
  content: "\f320";
}
.bi-emoji-laughing::before {
  content: "\f321";
}
.bi-emoji-neutral-fill::before {
  content: "\f322";
}
.bi-emoji-neutral::before {
  content: "\f323";
}
.bi-emoji-smile-fill::before {
  content: "\f324";
}
.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}
.bi-emoji-smile-upside-down::before {
  content: "\f326";
}
.bi-emoji-smile::before {
  content: "\f327";
}
.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}
.bi-emoji-sunglasses::before {
  content: "\f329";
}
.bi-emoji-wink-fill::before {
  content: "\f32a";
}
.bi-emoji-wink::before {
  content: "\f32b";
}
.bi-envelope-fill::before {
  content: "\f32c";
}
.bi-envelope-open-fill::before {
  content: "\f32d";
}
.bi-envelope-open::before {
  content: "\f32e";
}
.bi-envelope::before {
  content: "\f32f";
}
.bi-eraser-fill::before {
  content: "\f330";
}
.bi-eraser::before {
  content: "\f331";
}
.bi-exclamation-circle-fill::before {
  content: "\f332";
}
.bi-exclamation-circle::before {
  content: "\f333";
}
.bi-exclamation-diamond-fill::before {
  content: "\f334";
}
.bi-exclamation-diamond::before {
  content: "\f335";
}
.bi-exclamation-octagon-fill::before {
  content: "\f336";
}
.bi-exclamation-octagon::before {
  content: "\f337";
}
.bi-exclamation-square-fill::before {
  content: "\f338";
}
.bi-exclamation-square::before {
  content: "\f339";
}
.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}
.bi-exclamation-triangle::before {
  content: "\f33b";
}
.bi-exclamation::before {
  content: "\f33c";
}
.bi-exclude::before {
  content: "\f33d";
}
.bi-eye-fill::before {
  content: "\f33e";
}
.bi-eye-slash-fill::before {
  content: "\f33f";
}
.bi-eye-slash::before {
  content: "\f340";
}
.bi-eye::before {
  content: "\f341";
}
.bi-eyedropper::before {
  content: "\f342";
}
.bi-eyeglasses::before {
  content: "\f343";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-file-arrow-down-fill::before {
  content: "\f345";
}
.bi-file-arrow-down::before {
  content: "\f346";
}
.bi-file-arrow-up-fill::before {
  content: "\f347";
}
.bi-file-arrow-up::before {
  content: "\f348";
}
.bi-file-bar-graph-fill::before {
  content: "\f349";
}
.bi-file-bar-graph::before {
  content: "\f34a";
}
.bi-file-binary-fill::before {
  content: "\f34b";
}
.bi-file-binary::before {
  content: "\f34c";
}
.bi-file-break-fill::before {
  content: "\f34d";
}
.bi-file-break::before {
  content: "\f34e";
}
.bi-file-check-fill::before {
  content: "\f34f";
}
.bi-file-check::before {
  content: "\f350";
}
.bi-file-code-fill::before {
  content: "\f351";
}
.bi-file-code::before {
  content: "\f352";
}
.bi-file-diff-fill::before {
  content: "\f353";
}
.bi-file-diff::before {
  content: "\f354";
}
.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}
.bi-file-earmark-arrow-down::before {
  content: "\f356";
}
.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}
.bi-file-earmark-arrow-up::before {
  content: "\f358";
}
.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}
.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}
.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}
.bi-file-earmark-binary::before {
  content: "\f35c";
}
.bi-file-earmark-break-fill::before {
  content: "\f35d";
}
.bi-file-earmark-break::before {
  content: "\f35e";
}
.bi-file-earmark-check-fill::before {
  content: "\f35f";
}
.bi-file-earmark-check::before {
  content: "\f360";
}
.bi-file-earmark-code-fill::before {
  content: "\f361";
}
.bi-file-earmark-code::before {
  content: "\f362";
}
.bi-file-earmark-diff-fill::before {
  content: "\f363";
}
.bi-file-earmark-diff::before {
  content: "\f364";
}
.bi-file-earmark-easel-fill::before {
  content: "\f365";
}
.bi-file-earmark-easel::before {
  content: "\f366";
}
.bi-file-earmark-excel-fill::before {
  content: "\f367";
}
.bi-file-earmark-excel::before {
  content: "\f368";
}
.bi-file-earmark-fill::before {
  content: "\f369";
}
.bi-file-earmark-font-fill::before {
  content: "\f36a";
}
.bi-file-earmark-font::before {
  content: "\f36b";
}
.bi-file-earmark-image-fill::before {
  content: "\f36c";
}
.bi-file-earmark-image::before {
  content: "\f36d";
}
.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}
.bi-file-earmark-lock::before {
  content: "\f36f";
}
.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}
.bi-file-earmark-lock2::before {
  content: "\f371";
}
.bi-file-earmark-medical-fill::before {
  content: "\f372";
}
.bi-file-earmark-medical::before {
  content: "\f373";
}
.bi-file-earmark-minus-fill::before {
  content: "\f374";
}
.bi-file-earmark-minus::before {
  content: "\f375";
}
.bi-file-earmark-music-fill::before {
  content: "\f376";
}
.bi-file-earmark-music::before {
  content: "\f377";
}
.bi-file-earmark-person-fill::before {
  content: "\f378";
}
.bi-file-earmark-person::before {
  content: "\f379";
}
.bi-file-earmark-play-fill::before {
  content: "\f37a";
}
.bi-file-earmark-play::before {
  content: "\f37b";
}
.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}
.bi-file-earmark-plus::before {
  content: "\f37d";
}
.bi-file-earmark-post-fill::before {
  content: "\f37e";
}
.bi-file-earmark-post::before {
  content: "\f37f";
}
.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}
.bi-file-earmark-ppt::before {
  content: "\f381";
}
.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}
.bi-file-earmark-richtext::before {
  content: "\f383";
}
.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}
.bi-file-earmark-ruled::before {
  content: "\f385";
}
.bi-file-earmark-slides-fill::before {
  content: "\f386";
}
.bi-file-earmark-slides::before {
  content: "\f387";
}
.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}
.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}
.bi-file-earmark-text-fill::before {
  content: "\f38a";
}
.bi-file-earmark-text::before {
  content: "\f38b";
}
.bi-file-earmark-word-fill::before {
  content: "\f38c";
}
.bi-file-earmark-word::before {
  content: "\f38d";
}
.bi-file-earmark-x-fill::before {
  content: "\f38e";
}
.bi-file-earmark-x::before {
  content: "\f38f";
}
.bi-file-earmark-zip-fill::before {
  content: "\f390";
}
.bi-file-earmark-zip::before {
  content: "\f391";
}
.bi-file-earmark::before {
  content: "\f392";
}
.bi-file-easel-fill::before {
  content: "\f393";
}
.bi-file-easel::before {
  content: "\f394";
}
.bi-file-excel-fill::before {
  content: "\f395";
}
.bi-file-excel::before {
  content: "\f396";
}
.bi-file-fill::before {
  content: "\f397";
}
.bi-file-font-fill::before {
  content: "\f398";
}
.bi-file-font::before {
  content: "\f399";
}
.bi-file-image-fill::before {
  content: "\f39a";
}
.bi-file-image::before {
  content: "\f39b";
}
.bi-file-lock-fill::before {
  content: "\f39c";
}
.bi-file-lock::before {
  content: "\f39d";
}
.bi-file-lock2-fill::before {
  content: "\f39e";
}
.bi-file-lock2::before {
  content: "\f39f";
}
.bi-file-medical-fill::before {
  content: "\f3a0";
}
.bi-file-medical::before {
  content: "\f3a1";
}
.bi-file-minus-fill::before {
  content: "\f3a2";
}
.bi-file-minus::before {
  content: "\f3a3";
}
.bi-file-music-fill::before {
  content: "\f3a4";
}
.bi-file-music::before {
  content: "\f3a5";
}
.bi-file-person-fill::before {
  content: "\f3a6";
}
.bi-file-person::before {
  content: "\f3a7";
}
.bi-file-play-fill::before {
  content: "\f3a8";
}
.bi-file-play::before {
  content: "\f3a9";
}
.bi-file-plus-fill::before {
  content: "\f3aa";
}
.bi-file-plus::before {
  content: "\f3ab";
}
.bi-file-post-fill::before {
  content: "\f3ac";
}
.bi-file-post::before {
  content: "\f3ad";
}
.bi-file-ppt-fill::before {
  content: "\f3ae";
}
.bi-file-ppt::before {
  content: "\f3af";
}
.bi-file-richtext-fill::before {
  content: "\f3b0";
}
.bi-file-richtext::before {
  content: "\f3b1";
}
.bi-file-ruled-fill::before {
  content: "\f3b2";
}
.bi-file-ruled::before {
  content: "\f3b3";
}
.bi-file-slides-fill::before {
  content: "\f3b4";
}
.bi-file-slides::before {
  content: "\f3b5";
}
.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}
.bi-file-spreadsheet::before {
  content: "\f3b7";
}
.bi-file-text-fill::before {
  content: "\f3b8";
}
.bi-file-text::before {
  content: "\f3b9";
}
.bi-file-word-fill::before {
  content: "\f3ba";
}
.bi-file-word::before {
  content: "\f3bb";
}
.bi-file-x-fill::before {
  content: "\f3bc";
}
.bi-file-x::before {
  content: "\f3bd";
}
.bi-file-zip-fill::before {
  content: "\f3be";
}
.bi-file-zip::before {
  content: "\f3bf";
}
.bi-file::before {
  content: "\f3c0";
}
.bi-files-alt::before {
  content: "\f3c1";
}
.bi-files::before {
  content: "\f3c2";
}
.bi-film::before {
  content: "\f3c3";
}
.bi-filter-circle-fill::before {
  content: "\f3c4";
}
.bi-filter-circle::before {
  content: "\f3c5";
}
.bi-filter-left::before {
  content: "\f3c6";
}
.bi-filter-right::before {
  content: "\f3c7";
}
.bi-filter-square-fill::before {
  content: "\f3c8";
}
.bi-filter-square::before {
  content: "\f3c9";
}
.bi-filter::before {
  content: "\f3ca";
}
.bi-flag-fill::before {
  content: "\f3cb";
}
.bi-flag::before {
  content: "\f3cc";
}
.bi-flower1::before {
  content: "\f3cd";
}
.bi-flower2::before {
  content: "\f3ce";
}
.bi-flower3::before {
  content: "\f3cf";
}
.bi-folder-check::before {
  content: "\f3d0";
}
.bi-folder-fill::before {
  content: "\f3d1";
}
.bi-folder-minus::before {
  content: "\f3d2";
}
.bi-folder-plus::before {
  content: "\f3d3";
}
.bi-folder-symlink-fill::before {
  content: "\f3d4";
}
.bi-folder-symlink::before {
  content: "\f3d5";
}
.bi-folder-x::before {
  content: "\f3d6";
}
.bi-folder::before {
  content: "\f3d7";
}
.bi-folder2-open::before {
  content: "\f3d8";
}
.bi-folder2::before {
  content: "\f3d9";
}
.bi-fonts::before {
  content: "\f3da";
}
.bi-forward-fill::before {
  content: "\f3db";
}
.bi-forward::before {
  content: "\f3dc";
}
.bi-front::before {
  content: "\f3dd";
}
.bi-fullscreen-exit::before {
  content: "\f3de";
}
.bi-fullscreen::before {
  content: "\f3df";
}
.bi-funnel-fill::before {
  content: "\f3e0";
}
.bi-funnel::before {
  content: "\f3e1";
}
.bi-gear-fill::before {
  content: "\f3e2";
}
.bi-gear-wide-connected::before {
  content: "\f3e3";
}
.bi-gear-wide::before {
  content: "\f3e4";
}
.bi-gear::before {
  content: "\f3e5";
}
.bi-gem::before {
  content: "\f3e6";
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
}
.bi-geo-alt::before {
  content: "\f3e8";
}
.bi-geo-fill::before {
  content: "\f3e9";
}
.bi-geo::before {
  content: "\f3ea";
}
.bi-gift-fill::before {
  content: "\f3eb";
}
.bi-gift::before {
  content: "\f3ec";
}
.bi-github::before {
  content: "\f3ed";
}
.bi-globe::before {
  content: "\f3ee";
}
.bi-globe2::before {
  content: "\f3ef";
}
.bi-google::before {
  content: "\f3f0";
}
.bi-graph-down::before {
  content: "\f3f1";
}
.bi-graph-up::before {
  content: "\f3f2";
}
.bi-grid-1x2-fill::before {
  content: "\f3f3";
}
.bi-grid-1x2::before {
  content: "\f3f4";
}
.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}
.bi-grid-3x2-gap::before {
  content: "\f3f6";
}
.bi-grid-3x2::before {
  content: "\f3f7";
}
.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}
.bi-grid-3x3-gap::before {
  content: "\f3f9";
}
.bi-grid-3x3::before {
  content: "\f3fa";
}
.bi-grid-fill::before {
  content: "\f3fb";
}
.bi-grid::before {
  content: "\f3fc";
}
.bi-grip-horizontal::before {
  content: "\f3fd";
}
.bi-grip-vertical::before {
  content: "\f3fe";
}
.bi-hammer::before {
  content: "\f3ff";
}
.bi-hand-index-fill::before {
  content: "\f400";
}
.bi-hand-index-thumb-fill::before {
  content: "\f401";
}
.bi-hand-index-thumb::before {
  content: "\f402";
}
.bi-hand-index::before {
  content: "\f403";
}
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.bi-hand-thumbs-down::before {
  content: "\f405";
}
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.bi-hand-thumbs-up::before {
  content: "\f407";
}
.bi-handbag-fill::before {
  content: "\f408";
}
.bi-handbag::before {
  content: "\f409";
}
.bi-hash::before {
  content: "\f40a";
}
.bi-hdd-fill::before {
  content: "\f40b";
}
.bi-hdd-network-fill::before {
  content: "\f40c";
}
.bi-hdd-network::before {
  content: "\f40d";
}
.bi-hdd-rack-fill::before {
  content: "\f40e";
}
.bi-hdd-rack::before {
  content: "\f40f";
}
.bi-hdd-stack-fill::before {
  content: "\f410";
}
.bi-hdd-stack::before {
  content: "\f411";
}
.bi-hdd::before {
  content: "\f412";
}
.bi-headphones::before {
  content: "\f413";
}
.bi-headset::before {
  content: "\f414";
}
.bi-heart-fill::before {
  content: "\f415";
}
.bi-heart-half::before {
  content: "\f416";
}
.bi-heart::before {
  content: "\f417";
}
.bi-heptagon-fill::before {
  content: "\f418";
}
.bi-heptagon-half::before {
  content: "\f419";
}
.bi-heptagon::before {
  content: "\f41a";
}
.bi-hexagon-fill::before {
  content: "\f41b";
}
.bi-hexagon-half::before {
  content: "\f41c";
}
.bi-hexagon::before {
  content: "\f41d";
}
.bi-hourglass-bottom::before {
  content: "\f41e";
}
.bi-hourglass-split::before {
  content: "\f41f";
}
.bi-hourglass-top::before {
  content: "\f420";
}
.bi-hourglass::before {
  content: "\f421";
}
.bi-house-door-fill::before {
  content: "\f422";
}
.bi-house-door::before {
  content: "\f423";
}
.bi-house-fill::before {
  content: "\f424";
}
.bi-house::before {
  content: "\f425";
}
.bi-hr::before {
  content: "\f426";
}
.bi-hurricane::before {
  content: "\f427";
}
.bi-image-alt::before {
  content: "\f428";
}
.bi-image-fill::before {
  content: "\f429";
}
.bi-image::before {
  content: "\f42a";
}
.bi-images::before {
  content: "\f42b";
}
.bi-inbox-fill::before {
  content: "\f42c";
}
.bi-inbox::before {
  content: "\f42d";
}
.bi-inboxes-fill::before {
  content: "\f42e";
}
.bi-inboxes::before {
  content: "\f42f";
}
.bi-info-circle-fill::before {
  content: "\f430";
}
.bi-info-circle::before {
  content: "\f431";
}
.bi-info-square-fill::before {
  content: "\f432";
}
.bi-info-square::before {
  content: "\f433";
}
.bi-info::before {
  content: "\f434";
}
.bi-input-cursor-text::before {
  content: "\f435";
}
.bi-input-cursor::before {
  content: "\f436";
}
.bi-instagram::before {
  content: "\f437";
}
.bi-intersect::before {
  content: "\f438";
}
.bi-journal-album::before {
  content: "\f439";
}
.bi-journal-arrow-down::before {
  content: "\f43a";
}
.bi-journal-arrow-up::before {
  content: "\f43b";
}
.bi-journal-bookmark-fill::before {
  content: "\f43c";
}
.bi-journal-bookmark::before {
  content: "\f43d";
}
.bi-journal-check::before {
  content: "\f43e";
}
.bi-journal-code::before {
  content: "\f43f";
}
.bi-journal-medical::before {
  content: "\f440";
}
.bi-journal-minus::before {
  content: "\f441";
}
.bi-journal-plus::before {
  content: "\f442";
}
.bi-journal-richtext::before {
  content: "\f443";
}
.bi-journal-text::before {
  content: "\f444";
}
.bi-journal-x::before {
  content: "\f445";
}
.bi-journal::before {
  content: "\f446";
}
.bi-journals::before {
  content: "\f447";
}
.bi-joystick::before {
  content: "\f448";
}
.bi-justify-left::before {
  content: "\f449";
}
.bi-justify-right::before {
  content: "\f44a";
}
.bi-justify::before {
  content: "\f44b";
}
.bi-kanban-fill::before {
  content: "\f44c";
}
.bi-kanban::before {
  content: "\f44d";
}
.bi-key-fill::before {
  content: "\f44e";
}
.bi-key::before {
  content: "\f44f";
}
.bi-keyboard-fill::before {
  content: "\f450";
}
.bi-keyboard::before {
  content: "\f451";
}
.bi-ladder::before {
  content: "\f452";
}
.bi-lamp-fill::before {
  content: "\f453";
}
.bi-lamp::before {
  content: "\f454";
}
.bi-laptop-fill::before {
  content: "\f455";
}
.bi-laptop::before {
  content: "\f456";
}
.bi-layer-backward::before {
  content: "\f457";
}
.bi-layer-forward::before {
  content: "\f458";
}
.bi-layers-fill::before {
  content: "\f459";
}
.bi-layers-half::before {
  content: "\f45a";
}
.bi-layers::before {
  content: "\f45b";
}
.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}
.bi-layout-sidebar-inset::before {
  content: "\f45d";
}
.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}
.bi-layout-sidebar::before {
  content: "\f45f";
}
.bi-layout-split::before {
  content: "\f460";
}
.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}
.bi-layout-text-sidebar::before {
  content: "\f462";
}
.bi-layout-text-window-reverse::before {
  content: "\f463";
}
.bi-layout-text-window::before {
  content: "\f464";
}
.bi-layout-three-columns::before {
  content: "\f465";
}
.bi-layout-wtf::before {
  content: "\f466";
}
.bi-life-preserver::before {
  content: "\f467";
}
.bi-lightbulb-fill::before {
  content: "\f468";
}
.bi-lightbulb-off-fill::before {
  content: "\f469";
}
.bi-lightbulb-off::before {
  content: "\f46a";
}
.bi-lightbulb::before {
  content: "\f46b";
}
.bi-lightning-charge-fill::before {
  content: "\f46c";
}
.bi-lightning-charge::before {
  content: "\f46d";
}
.bi-lightning-fill::before {
  content: "\f46e";
}
.bi-lightning::before {
  content: "\f46f";
}
.bi-link-45deg::before {
  content: "\f470";
}
.bi-link::before {
  content: "\f471";
}
.bi-linkedin::before {
  content: "\f472";
}
.bi-list-check::before {
  content: "\f473";
}
.bi-list-nested::before {
  content: "\f474";
}
.bi-list-ol::before {
  content: "\f475";
}
.bi-list-stars::before {
  content: "\f476";
}
.bi-list-task::before {
  content: "\f477";
}
.bi-list-ul::before {
  content: "\f478";
}
.bi-list::before {
  content: "\f479";
}
.bi-lock-fill::before {
  content: "\f47a";
}
.bi-lock::before {
  content: "\f47b";
}
.bi-mailbox::before {
  content: "\f47c";
}
.bi-mailbox2::before {
  content: "\f47d";
}
.bi-map-fill::before {
  content: "\f47e";
}
.bi-map::before {
  content: "\f47f";
}
.bi-markdown-fill::before {
  content: "\f480";
}
.bi-markdown::before {
  content: "\f481";
}
.bi-mask::before {
  content: "\f482";
}
.bi-megaphone-fill::before {
  content: "\f483";
}
.bi-megaphone::before {
  content: "\f484";
}
.bi-menu-app-fill::before {
  content: "\f485";
}
.bi-menu-app::before {
  content: "\f486";
}
.bi-menu-button-fill::before {
  content: "\f487";
}
.bi-menu-button-wide-fill::before {
  content: "\f488";
}
.bi-menu-button-wide::before {
  content: "\f489";
}
.bi-menu-button::before {
  content: "\f48a";
}
.bi-menu-down::before {
  content: "\f48b";
}
.bi-menu-up::before {
  content: "\f48c";
}
.bi-mic-fill::before {
  content: "\f48d";
}
.bi-mic-mute-fill::before {
  content: "\f48e";
}
.bi-mic-mute::before {
  content: "\f48f";
}
.bi-mic::before {
  content: "\f490";
}
.bi-minecart-loaded::before {
  content: "\f491";
}
.bi-minecart::before {
  content: "\f492";
}
.bi-moisture::before {
  content: "\f493";
}
.bi-moon-fill::before {
  content: "\f494";
}
.bi-moon-stars-fill::before {
  content: "\f495";
}
.bi-moon-stars::before {
  content: "\f496";
}
.bi-moon::before {
  content: "\f497";
}
.bi-mouse-fill::before {
  content: "\f498";
}
.bi-mouse::before {
  content: "\f499";
}
.bi-mouse2-fill::before {
  content: "\f49a";
}
.bi-mouse2::before {
  content: "\f49b";
}
.bi-mouse3-fill::before {
  content: "\f49c";
}
.bi-mouse3::before {
  content: "\f49d";
}
.bi-music-note-beamed::before {
  content: "\f49e";
}
.bi-music-note-list::before {
  content: "\f49f";
}
.bi-music-note::before {
  content: "\f4a0";
}
.bi-music-player-fill::before {
  content: "\f4a1";
}
.bi-music-player::before {
  content: "\f4a2";
}
.bi-newspaper::before {
  content: "\f4a3";
}
.bi-node-minus-fill::before {
  content: "\f4a4";
}
.bi-node-minus::before {
  content: "\f4a5";
}
.bi-node-plus-fill::before {
  content: "\f4a6";
}
.bi-node-plus::before {
  content: "\f4a7";
}
.bi-nut-fill::before {
  content: "\f4a8";
}
.bi-nut::before {
  content: "\f4a9";
}
.bi-octagon-fill::before {
  content: "\f4aa";
}
.bi-octagon-half::before {
  content: "\f4ab";
}
.bi-octagon::before {
  content: "\f4ac";
}
.bi-option::before {
  content: "\f4ad";
}
.bi-outlet::before {
  content: "\f4ae";
}
.bi-paint-bucket::before {
  content: "\f4af";
}
.bi-palette-fill::before {
  content: "\f4b0";
}
.bi-palette::before {
  content: "\f4b1";
}
.bi-palette2::before {
  content: "\f4b2";
}
.bi-paperclip::before {
  content: "\f4b3";
}
.bi-paragraph::before {
  content: "\f4b4";
}
.bi-patch-check-fill::before {
  content: "\f4b5";
}
.bi-patch-check::before {
  content: "\f4b6";
}
.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}
.bi-patch-exclamation::before {
  content: "\f4b8";
}
.bi-patch-minus-fill::before {
  content: "\f4b9";
}
.bi-patch-minus::before {
  content: "\f4ba";
}
.bi-patch-plus-fill::before {
  content: "\f4bb";
}
.bi-patch-plus::before {
  content: "\f4bc";
}
.bi-patch-question-fill::before {
  content: "\f4bd";
}
.bi-patch-question::before {
  content: "\f4be";
}
.bi-pause-btn-fill::before {
  content: "\f4bf";
}
.bi-pause-btn::before {
  content: "\f4c0";
}
.bi-pause-circle-fill::before {
  content: "\f4c1";
}
.bi-pause-circle::before {
  content: "\f4c2";
}
.bi-pause-fill::before {
  content: "\f4c3";
}
.bi-pause::before {
  content: "\f4c4";
}
.bi-peace-fill::before {
  content: "\f4c5";
}
.bi-peace::before {
  content: "\f4c6";
}
.bi-pen-fill::before {
  content: "\f4c7";
}
.bi-pen::before {
  content: "\f4c8";
}
.bi-pencil-fill::before {
  content: "\f4c9";
}
.bi-pencil-square::before {
  content: "\f4ca";
}
.bi-pencil::before {
  content: "\f4cb";
}
.bi-pentagon-fill::before {
  content: "\f4cc";
}
.bi-pentagon-half::before {
  content: "\f4cd";
}
.bi-pentagon::before {
  content: "\f4ce";
}
.bi-people-fill::before {
  content: "\f4cf";
}
.bi-people::before {
  content: "\f4d0";
}
.bi-percent::before {
  content: "\f4d1";
}
.bi-person-badge-fill::before {
  content: "\f4d2";
}
.bi-person-badge::before {
  content: "\f4d3";
}
.bi-person-bounding-box::before {
  content: "\f4d4";
}
.bi-person-check-fill::before {
  content: "\f4d5";
}
.bi-person-check::before {
  content: "\f4d6";
}
.bi-person-circle::before {
  content: "\f4d7";
}
.bi-person-dash-fill::before {
  content: "\f4d8";
}
.bi-person-dash::before {
  content: "\f4d9";
}
.bi-person-fill::before {
  content: "\f4da";
}
.bi-person-lines-fill::before {
  content: "\f4db";
}
.bi-person-plus-fill::before {
  content: "\f4dc";
}
.bi-person-plus::before {
  content: "\f4dd";
}
.bi-person-square::before {
  content: "\f4de";
}
.bi-person-x-fill::before {
  content: "\f4df";
}
.bi-person-x::before {
  content: "\f4e0";
}
.bi-person::before {
  content: "\f4e1";
}
.bi-phone-fill::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.bi-phone-landscape::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.bi-phone-vibrate::before {
  content: "\f4e6";
}
.bi-phone::before {
  content: "\f4e7";
}
.bi-pie-chart-fill::before {
  content: "\f4e8";
}
.bi-pie-chart::before {
  content: "\f4e9";
}
.bi-pin-angle-fill::before {
  content: "\f4ea";
}
.bi-pin-angle::before {
  content: "\f4eb";
}
.bi-pin-fill::before {
  content: "\f4ec";
}
.bi-pin::before {
  content: "\f4ed";
}
.bi-pip-fill::before {
  content: "\f4ee";
}
.bi-pip::before {
  content: "\f4ef";
}
.bi-play-btn-fill::before {
  content: "\f4f0";
}
.bi-play-btn::before {
  content: "\f4f1";
}
.bi-play-circle-fill::before {
  content: "\f4f2";
}
.bi-play-circle::before {
  content: "\f4f3";
}
.bi-play-fill::before {
  content: "\f4f4";
}
.bi-play::before {
  content: "\f4f5";
}
.bi-plug-fill::before {
  content: "\f4f6";
}
.bi-plug::before {
  content: "\f4f7";
}
.bi-plus-circle-dotted::before {
  content: "\f4f8";
}
.bi-plus-circle-fill::before {
  content: "\f4f9";
}
.bi-plus-circle::before {
  content: "\f4fa";
}
.bi-plus-square-dotted::before {
  content: "\f4fb";
}
.bi-plus-square-fill::before {
  content: "\f4fc";
}
.bi-plus-square::before {
  content: "\f4fd";
}
.bi-plus::before {
  content: "\f4fe";
}
.bi-power::before {
  content: "\f4ff";
}
.bi-printer-fill::before {
  content: "\f500";
}
.bi-printer::before {
  content: "\f501";
}
.bi-puzzle-fill::before {
  content: "\f502";
}
.bi-puzzle::before {
  content: "\f503";
}
.bi-question-circle-fill::before {
  content: "\f504";
}
.bi-question-circle::before {
  content: "\f505";
}
.bi-question-diamond-fill::before {
  content: "\f506";
}
.bi-question-diamond::before {
  content: "\f507";
}
.bi-question-octagon-fill::before {
  content: "\f508";
}
.bi-question-octagon::before {
  content: "\f509";
}
.bi-question-square-fill::before {
  content: "\f50a";
}
.bi-question-square::before {
  content: "\f50b";
}
.bi-question::before {
  content: "\f50c";
}
.bi-rainbow::before {
  content: "\f50d";
}
.bi-receipt-cutoff::before {
  content: "\f50e";
}
.bi-receipt::before {
  content: "\f50f";
}
.bi-reception-0::before {
  content: "\f510";
}
.bi-reception-1::before {
  content: "\f511";
}
.bi-reception-2::before {
  content: "\f512";
}
.bi-reception-3::before {
  content: "\f513";
}
.bi-reception-4::before {
  content: "\f514";
}
.bi-record-btn-fill::before {
  content: "\f515";
}
.bi-record-btn::before {
  content: "\f516";
}
.bi-record-circle-fill::before {
  content: "\f517";
}
.bi-record-circle::before {
  content: "\f518";
}
.bi-record-fill::before {
  content: "\f519";
}
.bi-record::before {
  content: "\f51a";
}
.bi-record2-fill::before {
  content: "\f51b";
}
.bi-record2::before {
  content: "\f51c";
}
.bi-reply-all-fill::before {
  content: "\f51d";
}
.bi-reply-all::before {
  content: "\f51e";
}
.bi-reply-fill::before {
  content: "\f51f";
}
.bi-reply::before {
  content: "\f520";
}
.bi-rss-fill::before {
  content: "\f521";
}
.bi-rss::before {
  content: "\f522";
}
.bi-rulers::before {
  content: "\f523";
}
.bi-save-fill::before {
  content: "\f524";
}
.bi-save::before {
  content: "\f525";
}
.bi-save2-fill::before {
  content: "\f526";
}
.bi-save2::before {
  content: "\f527";
}
.bi-scissors::before {
  content: "\f528";
}
.bi-screwdriver::before {
  content: "\f529";
}
.bi-search::before {
  content: "\f52a";
}
.bi-segmented-nav::before {
  content: "\f52b";
}
.bi-server::before {
  content: "\f52c";
}
.bi-share-fill::before {
  content: "\f52d";
}
.bi-share::before {
  content: "\f52e";
}
.bi-shield-check::before {
  content: "\f52f";
}
.bi-shield-exclamation::before {
  content: "\f530";
}
.bi-shield-fill-check::before {
  content: "\f531";
}
.bi-shield-fill-exclamation::before {
  content: "\f532";
}
.bi-shield-fill-minus::before {
  content: "\f533";
}
.bi-shield-fill-plus::before {
  content: "\f534";
}
.bi-shield-fill-x::before {
  content: "\f535";
}
.bi-shield-fill::before {
  content: "\f536";
}
.bi-shield-lock-fill::before {
  content: "\f537";
}
.bi-shield-lock::before {
  content: "\f538";
}
.bi-shield-minus::before {
  content: "\f539";
}
.bi-shield-plus::before {
  content: "\f53a";
}
.bi-shield-shaded::before {
  content: "\f53b";
}
.bi-shield-slash-fill::before {
  content: "\f53c";
}
.bi-shield-slash::before {
  content: "\f53d";
}
.bi-shield-x::before {
  content: "\f53e";
}
.bi-shield::before {
  content: "\f53f";
}
.bi-shift-fill::before {
  content: "\f540";
}
.bi-shift::before {
  content: "\f541";
}
.bi-shop-window::before {
  content: "\f542";
}
.bi-shop::before {
  content: "\f543";
}
.bi-shuffle::before {
  content: "\f544";
}
.bi-signpost-2-fill::before {
  content: "\f545";
}
.bi-signpost-2::before {
  content: "\f546";
}
.bi-signpost-fill::before {
  content: "\f547";
}
.bi-signpost-split-fill::before {
  content: "\f548";
}
.bi-signpost-split::before {
  content: "\f549";
}
.bi-signpost::before {
  content: "\f54a";
}
.bi-sim-fill::before {
  content: "\f54b";
}
.bi-sim::before {
  content: "\f54c";
}
.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}
.bi-skip-backward-btn::before {
  content: "\f54e";
}
.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}
.bi-skip-backward-circle::before {
  content: "\f550";
}
.bi-skip-backward-fill::before {
  content: "\f551";
}
.bi-skip-backward::before {
  content: "\f552";
}
.bi-skip-end-btn-fill::before {
  content: "\f553";
}
.bi-skip-end-btn::before {
  content: "\f554";
}
.bi-skip-end-circle-fill::before {
  content: "\f555";
}
.bi-skip-end-circle::before {
  content: "\f556";
}
.bi-skip-end-fill::before {
  content: "\f557";
}
.bi-skip-end::before {
  content: "\f558";
}
.bi-skip-forward-btn-fill::before {
  content: "\f559";
}
.bi-skip-forward-btn::before {
  content: "\f55a";
}
.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}
.bi-skip-forward-circle::before {
  content: "\f55c";
}
.bi-skip-forward-fill::before {
  content: "\f55d";
}
.bi-skip-forward::before {
  content: "\f55e";
}
.bi-skip-start-btn-fill::before {
  content: "\f55f";
}
.bi-skip-start-btn::before {
  content: "\f560";
}
.bi-skip-start-circle-fill::before {
  content: "\f561";
}
.bi-skip-start-circle::before {
  content: "\f562";
}
.bi-skip-start-fill::before {
  content: "\f563";
}
.bi-skip-start::before {
  content: "\f564";
}
.bi-slack::before {
  content: "\f565";
}
.bi-slash-circle-fill::before {
  content: "\f566";
}
.bi-slash-circle::before {
  content: "\f567";
}
.bi-slash-square-fill::before {
  content: "\f568";
}
.bi-slash-square::before {
  content: "\f569";
}
.bi-slash::before {
  content: "\f56a";
}
.bi-sliders::before {
  content: "\f56b";
}
.bi-smartwatch::before {
  content: "\f56c";
}
.bi-snow::before {
  content: "\f56d";
}
.bi-snow2::before {
  content: "\f56e";
}
.bi-snow3::before {
  content: "\f56f";
}
.bi-sort-alpha-down-alt::before {
  content: "\f570";
}
.bi-sort-alpha-down::before {
  content: "\f571";
}
.bi-sort-alpha-up-alt::before {
  content: "\f572";
}
.bi-sort-alpha-up::before {
  content: "\f573";
}
.bi-sort-down-alt::before {
  content: "\f574";
}
.bi-sort-down::before {
  content: "\f575";
}
.bi-sort-numeric-down-alt::before {
  content: "\f576";
}
.bi-sort-numeric-down::before {
  content: "\f577";
}
.bi-sort-numeric-up-alt::before {
  content: "\f578";
}
.bi-sort-numeric-up::before {
  content: "\f579";
}
.bi-sort-up-alt::before {
  content: "\f57a";
}
.bi-sort-up::before {
  content: "\f57b";
}
.bi-soundwave::before {
  content: "\f57c";
}
.bi-speaker-fill::before {
  content: "\f57d";
}
.bi-speaker::before {
  content: "\f57e";
}
.bi-speedometer::before {
  content: "\f57f";
}
.bi-speedometer2::before {
  content: "\f580";
}
.bi-spellcheck::before {
  content: "\f581";
}
.bi-square-fill::before {
  content: "\f582";
}
.bi-square-half::before {
  content: "\f583";
}
.bi-square::before {
  content: "\f584";
}
.bi-stack::before {
  content: "\f585";
}
.bi-star-fill::before {
  content: "\f586";
}
.bi-star-half::before {
  content: "\f587";
}
.bi-star::before {
  content: "\f588";
}
.bi-stars::before {
  content: "\f589";
}
.bi-stickies-fill::before {
  content: "\f58a";
}
.bi-stickies::before {
  content: "\f58b";
}
.bi-sticky-fill::before {
  content: "\f58c";
}
.bi-sticky::before {
  content: "\f58d";
}
.bi-stop-btn-fill::before {
  content: "\f58e";
}
.bi-stop-btn::before {
  content: "\f58f";
}
.bi-stop-circle-fill::before {
  content: "\f590";
}
.bi-stop-circle::before {
  content: "\f591";
}
.bi-stop-fill::before {
  content: "\f592";
}
.bi-stop::before {
  content: "\f593";
}
.bi-stoplights-fill::before {
  content: "\f594";
}
.bi-stoplights::before {
  content: "\f595";
}
.bi-stopwatch-fill::before {
  content: "\f596";
}
.bi-stopwatch::before {
  content: "\f597";
}
.bi-subtract::before {
  content: "\f598";
}
.bi-suit-club-fill::before {
  content: "\f599";
}
.bi-suit-club::before {
  content: "\f59a";
}
.bi-suit-diamond-fill::before {
  content: "\f59b";
}
.bi-suit-diamond::before {
  content: "\f59c";
}
.bi-suit-heart-fill::before {
  content: "\f59d";
}
.bi-suit-heart::before {
  content: "\f59e";
}
.bi-suit-spade-fill::before {
  content: "\f59f";
}
.bi-suit-spade::before {
  content: "\f5a0";
}
.bi-sun-fill::before {
  content: "\f5a1";
}
.bi-sun::before {
  content: "\f5a2";
}
.bi-sunglasses::before {
  content: "\f5a3";
}
.bi-sunrise-fill::before {
  content: "\f5a4";
}
.bi-sunrise::before {
  content: "\f5a5";
}
.bi-sunset-fill::before {
  content: "\f5a6";
}
.bi-sunset::before {
  content: "\f5a7";
}
.bi-symmetry-horizontal::before {
  content: "\f5a8";
}
.bi-symmetry-vertical::before {
  content: "\f5a9";
}
.bi-table::before {
  content: "\f5aa";
}
.bi-tablet-fill::before {
  content: "\f5ab";
}
.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}
.bi-tablet-landscape::before {
  content: "\f5ad";
}
.bi-tablet::before {
  content: "\f5ae";
}
.bi-tag-fill::before {
  content: "\f5af";
}
.bi-tag::before {
  content: "\f5b0";
}
.bi-tags-fill::before {
  content: "\f5b1";
}
.bi-tags::before {
  content: "\f5b2";
}
.bi-telegram::before {
  content: "\f5b3";
}
.bi-telephone-fill::before {
  content: "\f5b4";
}
.bi-telephone-forward-fill::before {
  content: "\f5b5";
}
.bi-telephone-forward::before {
  content: "\f5b6";
}
.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}
.bi-telephone-inbound::before {
  content: "\f5b8";
}
.bi-telephone-minus-fill::before {
  content: "\f5b9";
}
.bi-telephone-minus::before {
  content: "\f5ba";
}
.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}
.bi-telephone-outbound::before {
  content: "\f5bc";
}
.bi-telephone-plus-fill::before {
  content: "\f5bd";
}
.bi-telephone-plus::before {
  content: "\f5be";
}
.bi-telephone-x-fill::before {
  content: "\f5bf";
}
.bi-telephone-x::before {
  content: "\f5c0";
}
.bi-telephone::before {
  content: "\f5c1";
}
.bi-terminal-fill::before {
  content: "\f5c2";
}
.bi-terminal::before {
  content: "\f5c3";
}
.bi-text-center::before {
  content: "\f5c4";
}
.bi-text-indent-left::before {
  content: "\f5c5";
}
.bi-text-indent-right::before {
  content: "\f5c6";
}
.bi-text-left::before {
  content: "\f5c7";
}
.bi-text-paragraph::before {
  content: "\f5c8";
}
.bi-text-right::before {
  content: "\f5c9";
}
.bi-textarea-resize::before {
  content: "\f5ca";
}
.bi-textarea-t::before {
  content: "\f5cb";
}
.bi-textarea::before {
  content: "\f5cc";
}
.bi-thermometer-half::before {
  content: "\f5cd";
}
.bi-thermometer-high::before {
  content: "\f5ce";
}
.bi-thermometer-low::before {
  content: "\f5cf";
}
.bi-thermometer-snow::before {
  content: "\f5d0";
}
.bi-thermometer-sun::before {
  content: "\f5d1";
}
.bi-thermometer::before {
  content: "\f5d2";
}
.bi-three-dots-vertical::before {
  content: "\f5d3";
}
.bi-three-dots::before {
  content: "\f5d4";
}
.bi-toggle-off::before {
  content: "\f5d5";
}
.bi-toggle-on::before {
  content: "\f5d6";
}
.bi-toggle2-off::before {
  content: "\f5d7";
}
.bi-toggle2-on::before {
  content: "\f5d8";
}
.bi-toggles::before {
  content: "\f5d9";
}
.bi-toggles2::before {
  content: "\f5da";
}
.bi-tools::before {
  content: "\f5db";
}
.bi-tornado::before {
  content: "\f5dc";
}
.bi-trash-fill::before {
  content: "\f5dd";
}
.bi-trash::before {
  content: "\f5de";
}
.bi-trash2-fill::before {
  content: "\f5df";
}
.bi-trash2::before {
  content: "\f5e0";
}
.bi-tree-fill::before {
  content: "\f5e1";
}
.bi-tree::before {
  content: "\f5e2";
}
.bi-triangle-fill::before {
  content: "\f5e3";
}
.bi-triangle-half::before {
  content: "\f5e4";
}
.bi-triangle::before {
  content: "\f5e5";
}
.bi-trophy-fill::before {
  content: "\f5e6";
}
.bi-trophy::before {
  content: "\f5e7";
}
.bi-tropical-storm::before {
  content: "\f5e8";
}
.bi-truck-flatbed::before {
  content: "\f5e9";
}
.bi-truck::before {
  content: "\f5ea";
}
.bi-tsunami::before {
  content: "\f5eb";
}
.bi-tv-fill::before {
  content: "\f5ec";
}
.bi-tv::before {
  content: "\f5ed";
}
.bi-twitch::before {
  content: "\f5ee";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-type-bold::before {
  content: "\f5f0";
}
.bi-type-h1::before {
  content: "\f5f1";
}
.bi-type-h2::before {
  content: "\f5f2";
}
.bi-type-h3::before {
  content: "\f5f3";
}
.bi-type-italic::before {
  content: "\f5f4";
}
.bi-type-strikethrough::before {
  content: "\f5f5";
}
.bi-type-underline::before {
  content: "\f5f6";
}
.bi-type::before {
  content: "\f5f7";
}
.bi-ui-checks-grid::before {
  content: "\f5f8";
}
.bi-ui-checks::before {
  content: "\f5f9";
}
.bi-ui-radios-grid::before {
  content: "\f5fa";
}
.bi-ui-radios::before {
  content: "\f5fb";
}
.bi-umbrella-fill::before {
  content: "\f5fc";
}
.bi-umbrella::before {
  content: "\f5fd";
}
.bi-union::before {
  content: "\f5fe";
}
.bi-unlock-fill::before {
  content: "\f5ff";
}
.bi-unlock::before {
  content: "\f600";
}
.bi-upc-scan::before {
  content: "\f601";
}
.bi-upc::before {
  content: "\f602";
}
.bi-upload::before {
  content: "\f603";
}
.bi-vector-pen::before {
  content: "\f604";
}
.bi-view-list::before {
  content: "\f605";
}
.bi-view-stacked::before {
  content: "\f606";
}
.bi-vinyl-fill::before {
  content: "\f607";
}
.bi-vinyl::before {
  content: "\f608";
}
.bi-voicemail::before {
  content: "\f609";
}
.bi-volume-down-fill::before {
  content: "\f60a";
}
.bi-volume-down::before {
  content: "\f60b";
}
.bi-volume-mute-fill::before {
  content: "\f60c";
}
.bi-volume-mute::before {
  content: "\f60d";
}
.bi-volume-off-fill::before {
  content: "\f60e";
}
.bi-volume-off::before {
  content: "\f60f";
}
.bi-volume-up-fill::before {
  content: "\f610";
}
.bi-volume-up::before {
  content: "\f611";
}
.bi-vr::before {
  content: "\f612";
}
.bi-wallet-fill::before {
  content: "\f613";
}
.bi-wallet::before {
  content: "\f614";
}
.bi-wallet2::before {
  content: "\f615";
}
.bi-watch::before {
  content: "\f616";
}
.bi-water::before {
  content: "\f617";
}
.bi-whatsapp::before {
  content: "\f618";
}
.bi-wifi-1::before {
  content: "\f619";
}
.bi-wifi-2::before {
  content: "\f61a";
}
.bi-wifi-off::before {
  content: "\f61b";
}
.bi-wifi::before {
  content: "\f61c";
}
.bi-wind::before {
  content: "\f61d";
}
.bi-window-dock::before {
  content: "\f61e";
}
.bi-window-sidebar::before {
  content: "\f61f";
}
.bi-window::before {
  content: "\f620";
}
.bi-wrench::before {
  content: "\f621";
}
.bi-x-circle-fill::before {
  content: "\f622";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-x-diamond-fill::before {
  content: "\f624";
}
.bi-x-diamond::before {
  content: "\f625";
}
.bi-x-octagon-fill::before {
  content: "\f626";
}
.bi-x-octagon::before {
  content: "\f627";
}
.bi-x-square-fill::before {
  content: "\f628";
}
.bi-x-square::before {
  content: "\f629";
}
.bi-x::before {
  content: "\f62a";
}
.bi-youtube::before {
  content: "\f62b";
}
.bi-zoom-in::before {
  content: "\f62c";
}
.bi-zoom-out::before {
  content: "\f62d";
}
.bi-bank::before {
  content: "\f62e";
}
.bi-bank2::before {
  content: "\f62f";
}
.bi-bell-slash-fill::before {
  content: "\f630";
}
.bi-bell-slash::before {
  content: "\f631";
}
.bi-cash-coin::before {
  content: "\f632";
}
.bi-check-lg::before {
  content: "\f633";
}
.bi-coin::before {
  content: "\f634";
}
.bi-currency-bitcoin::before {
  content: "\f635";
}
.bi-currency-dollar::before {
  content: "\f636";
}
.bi-currency-euro::before {
  content: "\f637";
}
.bi-currency-exchange::before {
  content: "\f638";
}
.bi-currency-pound::before {
  content: "\f639";
}
.bi-currency-yen::before {
  content: "\f63a";
}
.bi-dash-lg::before {
  content: "\f63b";
}
.bi-exclamation-lg::before {
  content: "\f63c";
}
.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}
.bi-file-earmark-pdf::before {
  content: "\f63e";
}
.bi-file-pdf-fill::before {
  content: "\f63f";
}
.bi-file-pdf::before {
  content: "\f640";
}
.bi-gender-ambiguous::before {
  content: "\f641";
}
.bi-gender-female::before {
  content: "\f642";
}
.bi-gender-male::before {
  content: "\f643";
}
.bi-gender-trans::before {
  content: "\f644";
}
.bi-headset-vr::before {
  content: "\f645";
}
.bi-info-lg::before {
  content: "\f646";
}
.bi-mastodon::before {
  content: "\f647";
}
.bi-messenger::before {
  content: "\f648";
}
.bi-piggy-bank-fill::before {
  content: "\f649";
}
.bi-piggy-bank::before {
  content: "\f64a";
}
.bi-pin-map-fill::before {
  content: "\f64b";
}
.bi-pin-map::before {
  content: "\f64c";
}
.bi-plus-lg::before {
  content: "\f64d";
}
.bi-question-lg::before {
  content: "\f64e";
}
.bi-recycle::before {
  content: "\f64f";
}
.bi-reddit::before {
  content: "\f650";
}
.bi-safe-fill::before {
  content: "\f651";
}
.bi-safe2-fill::before {
  content: "\f652";
}
.bi-safe2::before {
  content: "\f653";
}
.bi-sd-card-fill::before {
  content: "\f654";
}
.bi-sd-card::before {
  content: "\f655";
}
.bi-skype::before {
  content: "\f656";
}
.bi-slash-lg::before {
  content: "\f657";
}
.bi-translate::before {
  content: "\f658";
}
.bi-x-lg::before {
  content: "\f659";
}
.bi-safe::before {
  content: "\f65a";
}

/* src/assets/css/icons.css */

/* src/assets/switcher/css/switcher.css */
.logo a img {
  display: none;
}
.bg_dark {
  background: #0a080e;
  color: #fff;
}
.styleswitch.layoutswitch {
  background: none repeat scroll 0 0 #f4f4f4;
  border: medium none !important;
  color: #fff !important;
  display: inline-block;
  height: auto;
  margin: 3px 0;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none !important;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.styleswitch.layoutswitch:hover {
  background: #000 !important;
}
.styleswitch {
  background-color: #e425e9;
  display: inline-block;
  margin: 4px 8px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}
.styleswitch:active,
.styleswitch:focus {
  border: 5px solid #000;
}
#switcher-body .container {
  background: #fff;
  margin: 50px auto;
  border: 1px solid #dedede;
  padding: 40px;
}
.switcher {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 4px 8px;
  border-radius: 5px;
  border: 0px solid #000;
}
.demo_changer {
  z-index: 9999;
  position: fixed;
  right: -250px;
  font-weight: 400 !important;
  height: 100%;
}
.purchase {
  text-decoration: underline;
  color: #4BACC6;
}
.demoPanel {
  position: relative;
}
.evo-pop {
  z-index: 10000;
  width: 204px;
  padding: 3px 3px 0;
}
.evo-pop-ie {
  z-index: 10000;
  width: 212px;
  padding: 3px;
}
.evo-palette td {
  font-size: 1px;
  border: solid 1px #c0c0c0;
  padding: 7px;
  cursor: pointer;
}
.evo-palette tr.top td {
  border-bottom: 0;
}
.evo-palette tr.in td {
  border-top: 0;
  border-bottom: 0;
}
.evo-palette tr.bottom td {
  border-top: 0;
}
.evo-palette div.sep {
  height: 3px;
}
.evo-palette,
.evo-palette-ie {
  border-collapse: separate;
  border-spacing: 4px 0;
  border-collapse: expression("separate", cellSpacing="2px");
}
.evo-palette th,
.evo-palette-ie th {
  border: 0;
  padding: 5px 3px;
  text-align: left;
  font-weight: normal;
  background: transparent !important;
}
.evo-palette-ie td {
  font-size: 1px;
  border: solid 1px #c0c0c0;
  padding: 7px;
  cursor: pointer;
}
.evo-palette2,
.evo-palette2-ie {
  margin: auto;
  border-collapse: collapse;
}
.evo-palette2 td,
.evo-palette2-ie td {
  font-size: 1px;
  cursor: pointer;
}
.evo-palette2 td {
  padding: 6px 7px;
}
.evo-palette2-ie td {
  padding: 5px;
}
.evo-palcenter {
  padding: 5px;
  text-align: center;
}
.evo-colorind,
.evo-colorind-ie,
.evo-colorind-ff {
  border: solid 1px #c3c3c3;
  width: 20px;
  height: 20px;
  float: right;
}
.evo-colorind {
  position: relative;
  top: 2px;
}
.evo-colorind-ie {
  position: relative;
  top: -23px;
}
.evo-colorbox-ie {
  font-size: 8px;
  padding: 3px 9px !important;
}
.evo-colortxt-ie {
  position: relative;
  top: -6px;
}
.evo-pop:after,
.evo-pop-ie:after,
.evo-colorind:after,
.evo-colorind-ie:after,
.evo-colorind-ff:after,
.evo-color span:after,
.evo-cHist:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.evo-color {
  width: 94px;
  padding: 1px 3px 0 4px;
}
.evo-color div {
  border: solid 1px #808080;
  border-right: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  padding: 3px;
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  float: left;
}
.evo-color span {
  font-size: 15px;
  margin: 1px 0 4px 3px;
  float: left;
}
.evo-sep {
  height: 10px;
  font-size: 0;
}
.evo-more {
  padding: 4px 5px 4px;
  font-size: smaller;
}
.evo-cHist {
  padding: 3px;
}
.evo-cHist div {
  cursor: pointer;
  border: solid 1px #c0c0c0;
  padding: 3px;
  margin: 5px;
  width: 10px;
  height: 10px;
  float: left;
}
a.evo-hist {
  margin-left: 6px;
}
.evo-pointer {
  cursor: pointer;
}
.evo-pop {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  padding: 10px !important;
  width: 225px !important;
  z-index: 10000;
}
.evo-colorind,
.evo-colorind-ie,
.evo-colorind-ff {
  border: 1px solid #C3C3C3;
  height: 20px;
  position: absolute;
  top: 11px;
  right: 5px;
  width: 20px;
}
.demo_changer p {
  margin: 10px 0;
}
.demo_changer .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #fff;
}
.demo_changer h4 {
  color: #545454 !important;
  margin: 10px 0px !important;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e0ea;
}
.demo_changer select:active,
.demo_changer select:focus,
.demo_changer select:hover,
.demo_changer .button:active,
.demo_changer .button:focus,
.demo_changer .button:hover,
.demo_changer .btn:active,
.demo_changer .btn:focus,
.demo_changer .btn:hover,
.demo_changer .button:active,
.demo_changer .button:focus,
.demo_changer .button:hover {
  box-shadow: none !important;
}
.demo_changer .button {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  background: #fff;
  line-height: 1.42857;
  margin-bottom: 0;
  width: 145px !important;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.demo_changer .img-thumbnail {
  height: 35px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  width: 46% !important;
  padding: 2px;
}
.form_holder img {
  border: 4px solid #E1E1E1;
  height: 40px;
  margin: 2px !important;
  width: 40px !important;
}
.demo_changer hr {
  border-color: #E0E0E0;
}
.demo_changer,
.demo_changer p {
  color: #545454 !important;
}
.demo_changer h4 {
  color: #212121 !important;
  font-size: 14px;
  padding-bottom: 0;
  text-align: left;
  padding: 10px;
  font-weight: 600;
}
.demo_changer i {
  color: #fff;
  font-size: 21px;
  margin-top: 10px;
}
.demo_changer .demo-icon {
  cursor: pointer;
  text-align: center;
  padding: 2px;
  float: left;
  height: 40px;
  line-height: 38px;
  width: 40px;
  border-radius: 0px 0 0 0px !important;
  top: 17rem;
  position: relative;
}
@media (max-width: 992px) {
  .demo_changer .form_holder {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .demo_changer .form_holder {
    height: 100vh;
  }
}
.demo_changer .form_holder {
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  float: right;
  font-size: 12px;
  padding: 0 7px;
  width: 250px;
  box-shadow: 0 0 0 1px rgba(61, 119, 180, .12), 0 8px 16px 0 rgba(91, 139, 199, .24);
  border-left: 1px solid #eae8f1;
}
.demo_changer .form_holder p {
  font-size: 12px;
}
.color_display_2 {
  clear: both;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  width: 31px !important;
  height: 31px;
  margin-bottom: 7px;
  padding: 4px 10px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 0 2px rgba(255, 255, 255, 0.3) inset,
    0 1px 2px rgba(0, 0, 0, 0.29);
}
.color_display_2 a {
  color: #fff;
  text-decoration: none;
}
.color_display_2 a:focus,
.color_display_2 a:hover {
  color: #ededed !important;
  text-decoration: none;
}
.demoPanel {
  margin: 0;
  padding: 0;
  width: 125px;
}
.predefined_styles {
  padding: 0 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .demo_changer {
    top: 0;
  }
  .demo_changer .demo-icon {
    height: 40px;
    width: 40px;
  }
  .demo_changer i {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .demo_changer {
    top: 0px;
  }
  .demo_changer i {
    font-size: 21px;
    margin-top: 8px;
  }
  .demo_changer .demo-icon {
    height: 40px;
    width: 40px;
  }
  .demo_changer {
    display: block;
  }
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*=span] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox {
  padding: 4px 8px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.horizontal .vertical-switcher {
  display: none;
}
.horizontal .horizontal-styles {
  display: block;
}
.horizontal-styles {
  display: none;
}
.rtl .demo_changer {
  transition: all 0.3s ease;
  left: -270px;
  right: auto !important;
}
.rtl .demo_changer.active {
  transition: all 0.3s ease;
  right: auto !important;
  left: 0;
}
.rtl .demo_changer .form_holder {
  float: left;
  border-right: 1px solid #e9edf4;
  border-left: inherit;
}
.rtl .demo_changer h4 {
  text-align: right;
}
.rtl .onoffswitch2-label:before {
  left: 13px;
  right: inherit;
}
.rtl .onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
  left: 0px;
  right: inherit;
}
.rtl .ps > .ps__rail-y {
  left: 0 !important;
  right: auto !important;
}
.error-page1 .switcher-nav {
  display: none;
}
.error-page1 .horizontal-styles {
  display: none;
}
.error-page1 .leftmenu-styles {
  display: none;
}
.error-page1 .header-styles {
  display: none;
}
.error-page1 .vertical-images {
  display: none;
}
.error-page1 .switcher-layout {
  display: none;
}
.error-page1 .vertical-switcher {
  display: none;
}
.card-body .switch_section span {
  color: #6d7790 !important;
  font-size: 15px;
  font-weight: 500;
}
.card-body .predefined_styles {
  text-align: Center !important;
}

/* src/assets/switcher/demo.css */
.switcher {
  width: 30px !important;
  height: 40px !important;
  display: inline-block;
  margin: 4px 8px;
  border-radius: 5px;
  border: 0px solid #000;
}
.swichermainleft {
  width: 100%;
  float: left;
}
.wscolorcode {
  display: inline-block;
  margin: 3px;
}
.skin-body {
  margin: 0.8rem 0 0.8rem 0;
}
.navstyle1 {
  border: 1px solid #e8ebf1;
  padding: 5px 15px;
  color: #000;
  font-size: 14px;
  border-radius: 3px;
}
.navstyle1:hover {
  color: #0162e8;
  cursor: pointer;
}
.wscolorcode1 {
  display: inline-block;
  margin: 4px 5px;
  width: 30px;
  height: 70px;
  border-radius: 5px;
}
.skin-body a {
  font-size: 0.9rem;
  font-weight: 500;
}
.full-width .container {
  max-width: inherit !important;
  width: 95% !important;
  transition: all 0.5s ease;
}
.switch_section span {
  color: #212121 !important;
  font-size: 14px;
  font-weight: 500;
}
.unbox {
  margin: 0;
}
.switch_section li {
  width: 100%;
  height: 30px;
}
.switch_section {
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0 auto;
  margin: 0.8rem 0 0.8rem 0;
  padding: 0px 10px;
}
.switch-toggle {
  margin: 4px 5px;
  padding: 0 5px 0 5px;
}
.onoffswitch {
  position: relative;
  width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 15px;
  padding: 0;
  line-height: 16px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
  content: "";
  height: 16px;
  display: block;
  width: 17px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}
.onoffswitch2 {
  position: relative;
  width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.onoffswitch2-checkbox {
  display: none;
}
.onoffswitch2-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 15px;
  padding: 0;
  line-height: 16px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in;
}
.onoffswitch2-label:before {
  content: "";
  height: 16px;
  display: block;
  width: 17px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
  right: 0px;
}
.onoffswitch3 {
  position: relative;
  width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.onoffswitch3-checkbox {
  display: none;
}
.onoffswitch3-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 15px;
  padding: 0;
  line-height: 16px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in;
}
.onoffswitch3-label:before {
  content: "";
  height: 16px;
  display: block;
  width: 17px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label {
  background-color: #0052cc;
}
.onoffswitch3-checkbox:checked + .onoffswitch-label3,
.onoffswitch3-checkbox:checked + .onoffswitch3-label:before {
  border-color: #0052cc;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label:before {
  right: 0px;
}
.bg1 {
  background: url("./media/bg-1.png") !important;
  height: 70px;
  width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
}
.bg2 {
  background: url("./media/bg-2.png") !important;
  height: 70px;
  width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
}
.bg3 {
  background: url("./media/bg-3.png") !important;
  height: 70px;
  width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
}
.bg4 {
  background: url("./media/bg-4.png") !important;
  height: 70px;
  width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
}
.bg5 {
  background: url("./media/bg-5.png") !important;
  height: 70px;
  width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
}
.color1 {
  background: #fff !important;
}
.color2 {
  background: #d52b46 !important;
}
.color3 {
  background: #569834 !important;
}
.color4 {
  background: #4453fb !important;
}
.color5 {
  background: #f3532f !important;
}
.color6 {
  background: #433a8a !important;
}
.color7 {
  background: #8a3a4c !important;
}
.color8 {
  background: #8a4c3a !important;
}
.color9 {
  background: #246398 !important;
}
.color10 {
  background: #23715c !important;
}
.color11 {
  background:
    linear-gradient(
      to top,
      #0250c5 0%,
      #d43f8d 100%) !important;
}
.color12 {
  background:
    linear-gradient(
      135deg,
      #504b9f 10%,
      #3b8dbf 100%) !important;
}
.color13 {
  background:
    linear-gradient(
      135deg,
      #7368de 10%,
      #c15fba 100%) !important;
}
.color14 {
  background:
    linear-gradient(
      135deg,
      #7e38c4 10%,
      #2b246d 100%) !important;
}
.color15 {
  background:
    linear-gradient(
      135deg,
      #ce474d 10%,
      #571350 100%) !important;
}
.color16 {
  background:
    linear-gradient(
      135deg,
      #8888df 10%,
      #5278db 100%) !important;
}
.color17 {
  background:
    linear-gradient(
      135deg,
      #2c77ec 10%,
      #169b6a 100%) !important;
}
.color18 {
  background:
    linear-gradient(
      135deg,
      #58c58f 10%,
      #40a2df 100%) !important;
}
.color19 {
  background:
    linear-gradient(
      135deg,
      #238ec3 10%,
      #903ba3 100%) !important;
}
.color20 {
  background:
    linear-gradient(
      135deg,
      #4d36a1 10%,
      #6c2899 100%) !important;
}
.switcher-pills label {
  margin-bottom: 0;
}
.switcher-pills .selectgroup-button {
  border-radius: 3px !important;
  padding: 0.1rem 1rem 0.1rem !important;
  font-size: 0.7rem !important;
  color: #031938 !important;
}
.leftmenu-style2 .leftmenu1,
.leftmenu-style2 .header.app-header {
  display: none;
}
.sidenav-toggled .leftmenu2 {
  display: none;
}
.app.leftmenu-style2 .leftmenu2,
.app.leftmenu-style2 .leftmenu2 .header.app-header2,
.app.leftmenu-style2 .leftmenu2 .app-sidebar2 {
  display: block;
}
.leftmenu-style2 .container-fluid.main-content {
  padding-right: 0;
  padding-left: 0;
  width: auto;
}
.leftmenu-style2 .main-content {
  padding-top: 0;
}
@media (min-width: 767px) {
  .leftmenu-style2.app.sidebar-mini .app-content {
    margin-left: 0;
  }
  .leftmenu-style2 .app-content2 {
    padding: 28px 30px 0 30px !important;
  }
}
.switch_bg-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  right: 0;
  left: 0;
  top: 0;
}
.switch_bg-img span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #0162e8;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #0162e8;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label {
  background-color: #0162e8;
}
.onoffswitch2-checkbox:checked + .onoffswitch-label2,
.onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
  border-color: #0162e8;
}
.light-theme .dark-pattern,
.dark-pattern {
  display: none;
}
.dark-theme .light-pattern {
  display: block;
}
.dark-theme .dark-pattern {
  display: none;
}

/* src/styles.scss */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
@media all and (-ms-high-contrast: none) {
  .cal-month-view .cal-day-cell {
    display: block;
  }
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}
.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: rgb(224.25, 224.25, 224.25) !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view * {
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: flex;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view {
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.cal-day-view {
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-grid-background {
  fill: none;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #d70206;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: #f05b4f;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
  fill: #f4c63d;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
  fill: #d17905;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
  fill: #453d3f;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
  fill: #59922b;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
  fill: #0544d3;
}
.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-area {
  fill: #6b0392;
}
.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-area {
  fill: #f05b4f;
}
.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-area {
  fill: #dda458;
}
.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-area {
  fill: #eacf7d;
}
.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-area {
  fill: #86797d;
}
.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-area {
  fill: #b2c326;
}
.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-area {
  fill: #6188e2;
}
.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-area {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ks-modal-gallery-backdrop {
  background: #000 !important;
  opacity: 0.85 !important;
}
.ks-modal-gallery-panel {
  z-index: 90000 !important;
}
.ng-select.ng-select-opened .ng-select-container {
  z-index: 5 !important;
}
.ng-dropdown-panel {
  z-index: 10 !important;
}
.dropdown-toggle.no-caret::after {
  display: none;
}
.horizontal .app-sidebar .badge {
  display: none;
}
.price-request-result {
  align-items: flex-start;
  border: 1px solid #d9e4f5;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px;
}
.price-request-result--approved {
  background:
    linear-gradient(
      135deg,
      #eefcf6,
      #f7fffb);
  border-color: #b8efd8;
}
.price-request-result--approved .price-request-result__icon {
  background: #18a66f;
}
.price-request-result--rejected {
  background:
    linear-gradient(
      135deg,
      #fff2f2,
      #fffafa);
  border-color: #ffd0d0;
}
.price-request-result--rejected .price-request-result__icon {
  background: #d33;
}
.price-request-result__icon {
  align-items: center;
  border-radius: 14px;
  color: #fff;
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.price-request-result__content {
  flex: 1;
  min-width: 0;
}
.price-request-result__eyebrow {
  color: #5f6b82;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.price-request-result h6 {
  color: #14213d;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 5px;
}
.price-request-result p {
  color: #536079;
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 10px;
}
.price-request-result__code {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe7f8;
  border-radius: 12px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
}
.price-request-result__code span {
  color: #0b2b63;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    monospace;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}
.price-request-result__code .btn {
  border-radius: 10px;
  font-weight: 800;
  white-space: nowrap;
}
.dark-theme .c-remove c-icon {
  filter: invert(1);
}
.dark-theme .iti__country-name {
  color: #fff;
}
.dark-theme .custom,
.dark-theme .ng-valid {
  color: #fff;
}
.dark-theme .accordion-item .accordion-body {
  background-color: #141b2d;
  padding: 0 20px 20px;
}
.dark-theme .accordion-button:not(.collapsed) {
  background-color: #141b2d;
  font-weight: 500;
  letter-spacing: -0.1px;
  font-size: 14px;
  box-shadow: none;
  color: #fff;
}
.dark-theme .alert-outline-success .btn-close,
.dark-theme .alert-outline-info .btn-close,
.dark-theme .alert-outline-warning .btn-close,
.dark-theme .alert-outline-danger .btn-close {
  filter: invert(78%) sepia(98%) saturate(10034%) hue-rotate(214deg) brightness(162%) contrast(112%) !important;
}
.dark-theme .dropdown button.btn-light:focus,
.dark-theme .show > .btn-outline-light.dropdown-toggle:focus {
  color: #dde3ea !important;
  box-shadow: none;
}
.dark-theme .main-contact-item + .main-contact-item::before {
  border-top-color: transparent;
}
.dark-theme .cal-month-view .cal-day-number {
  color: #dde3ea;
}
.dark-theme .cal-month-view {
  background-color: #141b2d;
}
.dark-theme .cal-header {
  border-top-color: rgba(234, 237, 241, 0.2);
  border-left-color: rgba(234, 237, 241, 0.2);
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .cal-month-view .cal-days {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .cal-cell {
  border-right-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .cal-month-view .cal-day-cell.cal-today,
.dark-theme .cal-month-view .cal-cell-row .cal-cell:hover {
  background-color: #1f2940;
}
.dark-theme .cal-month-view .cal-cell-row:hover {
  background-color: #141b2d;
}
.dark-theme .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #242f48;
  color: #fff;
}
.dark-theme .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  color: #031b4e;
}
.dark-theme .ng-select .ng-clear-wrapper {
  color: #dde3ea;
}
.dark-theme .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.dark-theme .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.dark-theme .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.dark-theme .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,
.dark-theme .apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.dark-theme .apexcharts-theme-light .apexcharts-menu-icon:hover svg {
  fill: #dde3ea;
}
.dark-theme .ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #dde3ea transparent transparent;
}
.dark-theme .mat-autocomplete-panel {
  background-color: #242f48;
}
.dark-theme .mat-option-text {
  color: #9d9999;
}
.dark-theme .mat-option:hover {
  color: #141b2d;
  background-color: #eee;
}
.dark-theme .mat-autocomplete-trigger {
  color: #dde3ea;
}
.dark-theme .mat-autocomplete-trigger::placeholder {
  color: #dde3ea;
}
.dark-theme .mat-form-field-appearance-legacy .mat-form-field-label {
  color: #dde3ea;
}
.dark-theme .ng-dropdown-panel {
  background-color: #242f48;
  border: 1px solid #364261;
}
.dark-theme .apexcharts-menu {
  background-color: #242f48;
  color: #fff;
}
.dark-theme .apexcharts-menu .apexcharts-menu-item:hover {
  color: #000;
}
.dark-theme .ng-select .ng-select-container,
.dark-theme .ng-select input {
  color: #fff !important;
  background: #242f48;
  border: none;
  outline: none;
  border-radius: 0.25rem;
}
.dark-theme ngx-dropzone,
.dark-theme .custom-dropzone {
  background: #364261;
  color: #fff;
  border: 2px dashed #fff;
}
.dark-theme .mat-stepper-horizontal,
.dark-theme .mat-stepper-vertical {
  background-color: transparent;
}
.dark-theme .mat-step-text-label {
  color: #eee;
}
.dark-theme .lazyContainer,
.dark-theme .pure-checkbox {
  background-color: #242f48;
  color: #fff;
}
.dark-theme .c-btn.disabled {
  background: #1f2940 !important;
  cursor: not-allowed !important;
}
.dark-theme .ngb-dp-weekdays {
  background-color: #242f48;
  color: #fff;
}
.dark-theme .ngb-dp-header {
  background-color: #242f48;
  color: #fff;
}
.dark-theme .c-btn,
.dark-theme .list-filter,
.dark-theme .select-all,
.dark-theme .list-area {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .selected-list .c-angle-down svg,
.dark-theme .selected-list .c-angle-up svg {
  fill: #dde3ea;
}
.dark-theme .list-area {
  background-color: #141b2d;
}
.dark-theme .arrow-down,
.dark-theme .arrow-up {
  border-bottom: 15px solid #141b2d;
}
.dark-theme .iti.iti--allow-dropdown input {
  background-color: transparent;
  border-bottom-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .dropdown-menu.country-dropdown.show {
  background-color: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .ck.ck-toolbar {
  background: #141b2d;
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .ck.ck-icon,
.dark-theme .ck.ck-icon *,
.dark-theme .ck.ck-button .ck-button__label,
.dark-theme a.ck.ck-button .ck-button__label {
  color: #dde3ea;
}
.dark-theme .ck.ck-button:not(.ck-disabled):hover,
.dark-theme a.ck.ck-button:not(.ck-disabled):hover,
.dark-theme .ck.ck-button.ck-on:not(.ck-disabled):hover,
.dark-theme a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.dark-theme .ck.ck-button.ck-on,
.dark-theme a.ck.ck-button.ck-on {
  background: rgba(255, 255, 255, 0.1);
}
.dark-theme .ck.ck-editor__main > .ck-editor__editable,
.dark-theme .ck.ck-list,
.dark-theme .ck.ck-dropdown__panel,
.dark-theme .ck.ck-input {
  background-color: #141b2d;
}
.dark-theme .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.dark-theme .ck.ck-dropdown__panel {
  border-color: rgba(234, 237, 241, 0.2);
}
.dark-theme .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .angular-editor-toolbar .angular-editor-button.active {
  color: #fff !important;
}
.dark-theme .main-mail-compose-body .form-group .nav-link:hover,
.dark-theme .main-mail-compose-body .form-group .nav-link:focus {
  color: #dde3ea;
}
.dark-theme .toast-header svg {
  fill: #dde3ea;
}
.transparent-theme .iti__country-list {
  background-color: var(--transparent-body);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.transparent-theme .c-remove c-icon {
  filter: invert(1);
}
.transparent-theme .iti__country-name {
  color: #fff;
}
.transparent-theme .custom,
.transparent-theme .ng-valid {
  color: #fff;
}
.transparent-theme li.slide.active .material-icons-two-tone,
.transparent-theme li.slide:hover .material-icons-two-tone {
  filter: invert(80%) sepia(94%) saturate(10000%) hue-rotate(208deg) brightness(162%) contrast(112%);
}
.transparent-theme li.slide .material-icons-two-tone {
  filter: invert(78%) sepia(98%) saturate(10034%) hue-rotate(214deg) brightness(162%) contrast(112%) !important;
}
.transparent-theme .dropdown button.btn-light:focus,
.transparent-theme .show > .btn-outline-light.dropdown-toggle:focus {
  color: rgba(255, 255, 255, 0.7) !important;
  box-shadow: none;
}
.transparent-theme .main-contact-item + .main-contact-item::before {
  border-top-color: transparent;
}
.transparent-theme .cal-month-view .cal-day-number {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .cal-month-view {
  background-color: var(--transparent-body);
}
.transparent-theme .cal-header {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .cal-month-view .cal-days {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .cal-cell {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .cal-month-view .cal-day-cell.cal-today,
.transparent-theme .cal-month-view .cal-cell-row .cal-cell:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.transparent-theme .cal-month-view .cal-cell-row:hover {
  background-color: var(--transparent-body);
}
.transparent-theme .mat-autocomplete-trigger {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .mat-autocomplete-trigger::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .accordion-item .accordion-body {
  background-color: var(--transparent-body);
  padding: 0 20px 20px;
}
.transparent-theme .accordion-button:not(.collapsed) {
  background-color: #141b2d;
  font-weight: 500;
  letter-spacing: -0.1px;
  font-size: 14px;
  box-shadow: none;
  color: #fff;
}
.transparent-theme .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  color: #031b4e;
}
.transparent-theme .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.transparent-theme .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.transparent-theme .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.transparent-theme .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,
.transparent-theme .apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.transparent-theme .apexcharts-theme-light .apexcharts-menu-icon:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent;
}
.transparent-theme .ng-select .ng-clear-wrapper {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ng-dropdown-panel {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--transparent-body);
}
.transparent-theme .prev-price {
  color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .horizontalMenucontainer .main-header {
  background: var(--primary-bg-color);
}
.transparent-theme .mat-autocomplete-panel {
  background-color: var(--primary-bg-color);
}
.transparent-theme .mat-option-text {
  color: #323131;
}
.transparent-theme .mat-stepper-horizontal,
.transparent-theme .mat-stepper-vertical {
  background-color: var(--transparent-body);
}
.transparent-theme .mat-step-text-label {
  color: #eee;
}
.transparent-theme .apexcharts-menu {
  background-color: var(--primary-bg-color);
  color: #fff;
}
.transparent-theme .apexcharts-menu .apexcharts-menu-item:hover {
  color: #000;
}
.transparent-theme .ng-select .ng-select-container,
.transparent-theme .ng-select input {
  color: #fff !important;
  background: var(--transparent-body);
  border: none;
  outline: none;
  border-radius: 0.25rem;
}
.transparent-theme .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: var(--transparent-body);
  color: #fff;
}
.transparent-theme ngx-dropzone,
.transparent-theme .custom-dropzone {
  background: var(--transparent-body);
  color: #000;
  border: 2px dashed #fff;
}
.transparent-theme .c-btn.disabled {
  background: var(--primary-bg-color) !important;
  cursor: not-allowed !important;
}
.transparent-theme .selected-list,
.transparent-theme .lazyContainer,
.transparent-theme .pure-checkbox {
  background-color: var(--primary-bg-color);
  color: #fff;
}
.transparent-theme .ngb-dp-weekdays {
  background-color: var(--primary-bg-color);
  color: #fff;
}
.transparent-theme .ngb-dp-header {
  background-color: var(--primary-bg-color);
  color: #fff;
}
.transparent-theme .c-btn,
.transparent-theme .list-filter,
.transparent-theme .select-all,
.transparent-theme .list-area {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .selected-list .c-angle-down svg,
.transparent-theme .selected-list .c-angle-up svg {
  fill: rgba(255, 255, 255, 0.7);
}
.transparent-theme .list-area {
  background-color: var(--transparent-body);
}
.transparent-theme .arrow-down,
.transparent-theme .arrow-up {
  border-bottom: 15px solid var(--transparent-body);
}
.transparent-theme .iti.iti--allow-dropdown input {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .dropdown-menu.country-dropdown.show {
  background-color: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ck.ck-toolbar {
  background: var(--transparent-body);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ck.ck-icon,
.transparent-theme .ck.ck-icon *,
.transparent-theme .ck.ck-button .ck-button__label,
.transparent-theme a.ck.ck-button .ck-button__label {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ck.ck-button:not(.ck-disabled):hover,
.transparent-theme a.ck.ck-button:not(.ck-disabled):hover,
.transparent-theme .ck.ck-button.ck-on:not(.ck-disabled):hover,
.transparent-theme a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.transparent-theme .ck.ck-button.ck-on,
.transparent-theme a.ck.ck-button.ck-on {
  background: rgba(255, 255, 255, 0.1);
}
.transparent-theme .ck.ck-editor__main > .ck-editor__editable,
.transparent-theme .ck.ck-list,
.transparent-theme .ck.ck-dropdown__panel,
.transparent-theme .ck.ck-input {
  background-color: var(--transparent-body);
}
.transparent-theme .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.transparent-theme .ck.ck-dropdown__panel {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background-color: rgba(255, 255, 255, 0.1);
}
.transparent-theme .angular-editor-toolbar .angular-editor-button.active {
  color: #fff !important;
}
.transparent-theme .ql-snow .ql-stroke {
  stroke: rgba(255, 255, 255, 0.7) !important;
}
.transparent-theme .angular-editor-wrapper .angular-editor-textarea {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-theme .ae-font .ae-picker-label {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ae-font .ae-picker-label:before {
  background:
    linear-gradient(
      to right,
      var(--transparent-body),
      var(--transparent-body) 100%);
}
.transparent-theme .ae-font .ae-picker-label svg .ae-stroke {
  stroke: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ae-font .ae-picker-label:hover,
.transparent-theme .angular-editor-toolbar-set .select-heading {
  background-color: transparent;
}
.transparent-theme ae-select:hover {
  background-color: transparent !important;
}
.transparent-theme .ae-font .ae-picker-label:hover:before {
  background:
    linear-gradient(
      to right,
      var(--transparent-body),
      var(--transparent-body) 100%);
}
.transparent-theme .ae-font .ae-picker-options {
  background-color: var(--transparent-body);
}
.transparent-theme .ae-font.ae-expanded .ae-picker-options {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .ae-font .ae-picker-options .ae-picker-item {
  color: rgba(255, 255, 255, 0.7);
}
.transparent-theme .ae-font .ae-picker-label:disabled,
.transparent-theme .ae-font .ae-picker-label:disabled:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.transparent-theme .ql-snow .ql-picker-options {
  background-color: var(--transparent-body) !important;
}
.transparent-theme .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(255, 255, 255, 0.4);
}
.transparent-theme code {
  color: #fe89c2;
}
.rtl .clear-all {
  left: 30px !important;
  right: inherit !important;
}
.rtl .selected-list .c-list .c-token {
  float: right !important;
}
.rtl .iti--allow-dropdown input,
.rtl .iti--allow-dropdown input[type=text],
.rtl .iti--allow-dropdown input[type=tel],
.rtl .iti--separate-dial-code input,
.rtl .iti--separate-dial-code input[type=text],
.rtl .iti--separate-dial-code input[type=tel] {
  padding-right: 39px;
  padding-left: 0px;
  margin-left: 0;
}
.rtl .iti--allow-dropdown .iti__flag-container,
.rtl .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.rtl .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  transform: rotate(180deg);
}
.rtl .alert-dismissible .btn-close {
  left: 0;
  right: inherit;
}
.rtl .notifier__notification-button-icon {
  margin-left: 0.5rem !important;
  margin-right: inherit !important;
}
.rtl .notifier__notification--material .notifier__notification-button {
  margin-left: -10px;
  margin-right: 10px;
}
.rtl .ngb-dp-navigation-chevron {
  transform: rotate(45deg);
}
.rtl .apexcharts-canvas .apexcharts-text {
  text-anchor: start;
}
.rtl .apexcharts-tooltip-marker {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .ct-label.ct-horizontal.ct-end {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.rtl .ngb-dp-arrow.right .ngb-dp-navigation-chevron {
  transform: rotate(-135deg);
}
.rtl .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
  margin-left: 13%;
  margin-right: auto;
}
.rtl .selected-list .c-angle-down,
.rtl .selected-list .c-angle-up {
  left: 10px;
  right: inherit;
}
.rtl .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: inherit;
}
.rtl .order-list .list {
  padding-left: initial !important;
}
.rtl .dropdown-toggle::after {
  margin-right: 0.5rem !important;
  margin-left: inherit !important;
}
.rtl .toast-header svg {
  margin-left: 5px;
}
.rtl .toast-header .btn-close {
  margin-left: -0.375rem;
  margin-right: 0.75rem;
}
.rtl .accordion-button::after {
  margin-right: auto;
  margin-left: inherit;
}
.rtl .accordion-toggle i {
  display: inline-block;
}
.rtl .fe-arrow-right:before {
  content: "\e90f";
}
.rtl .panel-heading1 i {
  display: inline-block;
}
.selected-list .c-angle-down,
.selected-list .c-angle-up {
  top: 43% !important;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  height: 39px;
}
aw-wizard.vertical .wizard-steps {
  width: 72%;
}
aw-wizard-navigation-bar.vertical {
  width: 28%;
}
@media (max-width: 767px) {
  aw-wizard-navigation-bar.vertical ul.steps-indicator li a .label {
    display: none;
  }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li .step-indicator,
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
    width: 45px;
    height: 45px;
  }
}
.ae-font .ae-picker-options .ae-picker-item.selected {
  color: #fff !important;
}
.angular-editor-button .color-label {
  color: #031b4e !important;
}
th.mat-header-cell:last-of-type,
td.mat-cell:last-of-type,
td.mat-footer-cell:last-of-type {
  padding-right: inherit !important;
}
th.mat-header-cell:first-of-type,
td.mat-cell:first-of-type,
td.mat-footer-cell:first-of-type {
  padding-left: 13px !important;
}
.demo-gallery > ul > li a > img {
  margin-bottom: 10px;
}
.ckbox span {
  line-height: 1.3;
}
.main-mail-compose-body .form-group .nav-link {
  margin-left: 15px;
}
.ng-dropdown-panel.ng-select-bottom {
  margin-top: 0px !important;
}
.card-pay .tabs-menu li a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.card-pay .tabs-menu li a i {
  margin-right: 5px;
}
@media (max-width: 400px) {
  #checkoutsteps .item .purchase {
    display: block !important;
  }
}
#launch_date .countdown {
  padding-left: inherit;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1) !important;
}
.accordion-button:not(.collapsed) {
  color: #031b4e;
  background-color: #ecf0fa;
  font-weight: 500;
  letter-spacing: -0.1px;
  font-size: 14px;
  box-shadow: none;
}
.accordion-item .accordion-body {
  background-color: #ecf0fa;
  padding: 0 20px 20px;
}
.accordion-button {
  background-color: #242f48;
  color: rgba(255, 255, 255, 0.8);
  padding: 14px 20px;
  font-weight: 500;
  letter-spacing: -0.1px;
  font-size: 14px;
  box-shadow: none;
}
.accordion-button.collapsed {
  border-bottom: 1px solid #eae8f1;
}
.accordion-item {
  border: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.accordion-button::after {
  filter: brightness(0) invert(1);
}
.accordion-button:focus {
  z-index: 1;
}
.accordion-table {
  overflow: auto;
}
.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
  margin-right: 13%;
}
.ng-select .ng-select-container {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.dark-header .main-header-message .nav-link i,
.dark-header .main-header-notification .nav-link i,
.dark-header .nav-item.full-screen .nav-link i,
.dark-header .main-layout .nav-link i,
.gradient-header .main-header-message .nav-link i,
.gradient-header .main-header-notification .nav-link i,
.gradient-header .nav-item.full-screen .nav-link i,
.gradient-header .main-layout .nav-link i,
.color-header .main-header-message .nav-link i,
.color-header .main-header-notification .nav-link i,
.color-header .nav-item.full-screen .nav-link i,
.color-header .main-layout .nav-link i {
  color: #dde3ea;
}
.light-header.dark-theme .header-icon,
.light-header.dark-theme .main-header-message .nav-link i,
.light-header.dark-theme .main-header-notification .nav-link i,
.light-header.dark-theme .nav-item.full-screen .nav-link i,
.light-header.dark-theme .sales-flot .flot-chart .flot-x-axis > div span:last-child,
.light-header.dark-theme .p-text .p-name,
.light-header.transparent-theme .header-icon,
.light-header.transparent-theme .main-header-message .nav-link i,
.light-header.transparent-theme .main-header-notification .nav-link i,
.light-header.transparent-theme .nav-item.full-screen .nav-link i,
.light-header.transparent-theme .sales-flot .flot-chart .flot-x-axis > div span:last-child,
.light-header.transparent-theme .p-text .p-name {
  color: #5b6e88;
}
@media (min-width: 992px) {
  body.rtl.horizontal .sub-slide .sub-angle {
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  .light-header .main-header .form-control::placeholder {
    color: #dde3ea !important;
  }
  .gradient-header .main-header .form-control::placeholder {
    color: #dde3ea !important;
  }
}
.ngx-slider.slider2 .ngx-slider-pointer,
.ngx-slider.slider3 .ngx-slider-pointer,
.ngx-slider.slider1 .ngx-slider-pointer,
#external-events {
  z-index: 1 !important;
}
.ngx-slider .ngx-slider-pointer:hover:after {
  background-color: var(--primary-bg-color) !important;
}
@media (max-width: 768px) {
  .modal-mobile-full .modal-dialog {
    margin: 0;
    max-width: 100vw;
    width: 100vw;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
  .modal-mobile-full .modal-content {
    flex: 1;
    border-radius: 0;
    border: none;
    display: flex;
    flex-direction: column;
    max-height: 100dvh;
  }
  .modal-mobile-full .modal-header {
    flex-shrink: 0;
    padding: 10px 14px;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
  }
  .modal-mobile-full .modal-header .modal-title {
    font-size: 14px;
  }
  .modal-mobile-full .modal-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px 14px;
  }
  .modal-mobile-full .modal-footer {
    flex-shrink: 0;
    padding: 8px 14px;
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #dee2e6;
  }
  .modal-mobile-full .modal-footer .btn {
    flex: 1;
    min-height: 42px;
  }
  .modal-mobile-full .modal-body b {
    font-size: 11px;
    text-transform: uppercase;
    color: #6b7a99;
    letter-spacing: 0.3px;
  }
  .modal-mobile-full .modal-body .form-control,
  .modal-mobile-full .modal-body ng-select {
    font-size: 16px !important;
    min-height: 38px;
  }
  .modal-mobile-full .modal-body .form-row {
    margin-bottom: 8px;
  }
  .modal-mobile-full .modal-body br {
    display: none;
  }
  .modal-mobile-full .modal-body p.text-danger {
    font-size: 11px;
    margin: 2px 0 4px;
  }
  .modal-mobile-full .modal-body ngx-datatable.bootstrap {
    height: calc(100dvh - 230px) !important;
  }
  .modal-mobile-full .modal-body .tomografia-dims {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 4px;
    margin-bottom: 8px;
  }
  .modal-mobile-full .modal-body .tomografia-dims label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    white-space: nowrap;
  }
}
.odonto-extra-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 10px;
}
.odonto-extra-checks label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  cursor: pointer;
  margin: 0;
}
.odonto-mobile {
  padding: 4px 0;
}
.odonto-half-wrap {
  display: flex;
  gap: 6px;
}
.odonto-center-line {
  width: 2px;
  background: #c0c8e8;
  border-radius: 2px;
  flex-shrink: 0;
}
.odonto-quadrant {
  flex: 1;
  min-width: 0;
}
.odonto-q-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7a99;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}
.odonto-q-label--bottom {
  margin-top: 5px;
  margin-bottom: 0;
}
.odonto-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 4px;
}
.odonto-chips--child {
  padding: 4px;
  background: #f4f6fb;
  border-radius: 6px;
  border: 1px dashed #c0c8e8;
}
.odonto-chip {
  display: inline-flex;
  margin: 0;
  cursor: pointer;
}
.odonto-chip input {
  display: none;
}
.odonto-chip span {
  display: inline-block;
  padding: 5px 7px;
  border: 1.5px solid #c0c8e8;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #2e3d8c;
  background: #fff;
  cursor: pointer;
  transition:
    background 0.12s,
    color 0.12s,
    border-color 0.12s;
  min-width: 30px;
  text-align: center;
  line-height: 1;
}
.odonto-chip input:checked + span {
  background: #2e3d8c;
  color: #fff;
  border-color: #2e3d8c;
}
.odonto-divider {
  border: none;
  border-top: 2px dashed #c0c8e8;
  margin: 10px 0;
}
.service-cards-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0;
}
.service-cards-empty {
  text-align: center;
  color: #9aa5c4;
  font-size: 13px;
  padding: 20px 0;
}
.service-card {
  border: 1.5px solid #e4e8f5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.service-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f4f6fb;
  padding: 8px 10px;
  border-bottom: 1px solid #e4e8f5;
}
.service-card-num {
  background: #2e3d8c;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.service-card-name {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  color: #1e2d6e;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-card-del {
  flex-shrink: 0;
  padding: 3px 9px;
  border-radius: 7px;
  line-height: 1;
}
.service-card-body {
  padding: 10px 10px 8px;
}
.service-card-body .form-control-sm {
  font-size: 14px;
}
.service-card-tax {
  font-size: 11px;
  color: #2fa876;
  margin: 5px 0 7px;
  font-weight: 500;
}
.service-card-checks {
  display: flex;
  gap: 16px;
  margin-bottom: 7px;
}
.service-card-checks label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  cursor: pointer;
  margin: 0;
}
.modal-field-group {
  margin-bottom: 10px;
}
.modal-field-group b {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #6b7a99;
  letter-spacing: 0.3px;
  margin-bottom: 3px;
}
.modal-check-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.modal-check-row label {
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  margin: 0;
}
.mat-tree-node {
  padding-inline-start: 10px !important;
}
:root {
  --primary-bg-color: #0a2463;
  --primary-bg-hover: #0d3587;
  --primary-bg-border: #0a2463;
  --primary-1: rgba(10, 36, 99, 0.1);
  --primary-2: rgba(10, 36, 99, 0.2);
  --primary-3: rgba(10, 36, 99, 0.3);
  --primary-5: rgba(10, 36, 99, 0.5);
  --primary-8: rgba(10, 36, 99, 0.8);
  --primary-transparentcolor: rgba(10, 36, 99, 0.2);
  --transparent-body: #082063;
  --blue: #0a2463;
  --indigo: #0a2463;
  --primary: #0a2463;
}
.alert-dismissible .btn-close {
  font-size: 10px;
  padding: 1.2rem 1rem;
  z-index: 1;
}
.show > .btn-outline-light.dropdown-toggle:focus {
  color: #031b4e !important;
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
.transparent-theme.light-menu li.slide .material-icons-two-tone {
  filter: invert(4%) sepia(429%) saturate(9874%) hue-rotate(195deg) brightness(170%) contrast(25%) !important;
}
.dark-theme .ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow {
  border-color: transparent transparent var(--dark-border) !important;
}
.doc-factura-header {
  background: #1a7f42;
  color: #fff;
}
.doc-factura-header .modal-title {
  color: #fff;
}
.doc-factura-num {
  opacity: 0.85;
  font-size: 12px;
}
.doc-links-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doc-link-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-align: left;
}
.doc-link-btn i {
  font-size: 18px;
  min-width: 20px;
}
.doc-factura-inicio {
  min-width: 160px;
  font-size: 15px;
}

/* node_modules/datatables.net-bs4/css/dataTables.bootstrap4.min.css */
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: .15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 .2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family:
    "Courier New",
    Courier,
    monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: .125;
  right: 10px;
  line-height: 9px;
  font-size: .9em;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "\25b4";
}
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "\25be";
}
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: .6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
div.dataTables_scrollBody table.dataTable thead > tr > th:before,
div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(2, 117, 216, 0.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 .6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 .6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 .6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 .6s infinite;
}
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.9);
  color: white;
}
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}
table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
}
table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: .5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: .85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

/* node_modules/datatables.net-responsive-dt/css/responsive.dataTables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family:
    "Courier New",
    Courier,
    monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family:
    "Courier New",
    Courier,
    monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
